From d1189ea3057c142859cf2524d90726ab28060335 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 26 Sep 2025 15:04:09 -0700 Subject: [PATCH] update more exports --- src/chat_sdk.nim | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/chat_sdk.nim b/src/chat_sdk.nim index f1dfcfb..4d8ef69 100644 --- a/src/chat_sdk.nim +++ b/src/chat_sdk.nim @@ -2,7 +2,13 @@ import chat_sdk/[ client, conversations, delivery/waku_client, - links + identity, + links, + proto_types + ] -export client, conversations, waku_client, links \ No newline at end of file +export client, conversations, waku_client, identity, links + +#export specific frames need by applications +export ContentFrame