@fluid-app/portal-sdk 0.1.148 → 0.1.149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ContactsScreen-CRwQbaPg.mjs → ContactsScreen-DtABz7O7.mjs} +2 -2
- package/dist/ContactsScreen-DtABz7O7.mjs.map +1 -0
- package/dist/{ContactsScreen-TDXVil2l.cjs → ContactsScreen-DuKE5ruf.cjs} +1 -1
- package/dist/{ContactsScreen-D7EBGdu1.cjs → ContactsScreen-psnV3fcP.cjs} +2 -2
- package/dist/ContactsScreen-psnV3fcP.cjs.map +1 -0
- package/dist/{MessagingScreen-D6jmQG0E.cjs → MessagingScreen-B5lqBpVo.cjs} +1 -1
- package/dist/{MessagingScreen-BG-eib6U.cjs → MessagingScreen-DSU_xyHK.cjs} +2 -2
- package/dist/MessagingScreen-DSU_xyHK.cjs.map +1 -0
- package/dist/{MessagingScreen-Bt0wmxDg.mjs → MessagingScreen-gbTy8V_o.mjs} +2 -2
- package/dist/MessagingScreen-gbTy8V_o.mjs.map +1 -0
- package/dist/{ProductsScreen-C5BF7B4b.mjs → ProductsScreen-IbgDLX51.mjs} +5 -0
- package/dist/{ShareablesScreen-DutWYuKD.mjs → ShareablesScreen-C2zLeoy7.mjs} +6 -0
- package/dist/index.cjs +6 -6
- package/dist/index.mjs +10 -10
- package/package.json +19 -19
- package/dist/ContactsScreen-CRwQbaPg.mjs.map +0 -1
- package/dist/ContactsScreen-D7EBGdu1.cjs.map +0 -1
- package/dist/MessagingScreen-BG-eib6U.cjs.map +0 -1
- package/dist/MessagingScreen-Bt0wmxDg.mjs.map +0 -1
|
@@ -1799,7 +1799,7 @@ z.strictObject({ bot: z.strictObject({
|
|
|
1799
1799
|
conversation_ids: z.array(z.number()).optional()
|
|
1800
1800
|
}) });
|
|
1801
1801
|
//#endregion
|
|
1802
|
-
//#region src/
|
|
1802
|
+
//#region src/adapters/messaging-api-adapter.ts
|
|
1803
1803
|
/**
|
|
1804
1804
|
* Creates a {@link MessagingApi} adapter backed by the messaging API client.
|
|
1805
1805
|
* This is the portal's adapter — it wires the concrete client to the
|
|
@@ -54679,4 +54679,4 @@ const messagingScreenPropertySchema = {
|
|
|
54679
54679
|
//#endregion
|
|
54680
54680
|
export { useMessagingConfig as a, createFluidFileUploader as i, MessagingScreen_exports as n, useMessagingAuth as o, messagingScreenPropertySchema as r, MessagingScreen as t };
|
|
54681
54681
|
|
|
54682
|
-
//# sourceMappingURL=MessagingScreen-
|
|
54682
|
+
//# sourceMappingURL=MessagingScreen-gbTy8V_o.mjs.map
|