@fluid-app/portal-sdk 0.1.147 → 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-D6grDsLg.mjs → ProductsScreen--hkyw5c3.mjs} +9 -16
- package/dist/ProductsScreen--hkyw5c3.mjs.map +1 -0
- package/dist/{ProductsScreen-BYziWeSs.cjs → ProductsScreen-C8wwsfu0.cjs} +14 -21
- package/dist/ProductsScreen-C8wwsfu0.cjs.map +1 -0
- package/dist/{ProductsScreen-V6jOhd4m.cjs → ProductsScreen-DG_SMNs5.cjs} +2 -2
- package/dist/{ProductsScreen-CMpMLotN.mjs → ProductsScreen-IbgDLX51.mjs} +7 -2
- package/dist/{ShareablesScreen-BpOu1VpJ.cjs → ShareablesScreen-B0JMhiKA.cjs} +41 -26
- package/dist/ShareablesScreen-B0JMhiKA.cjs.map +1 -0
- package/dist/{ShareablesScreen-7W63bXCs.mjs → ShareablesScreen-B8ZsEkgi.mjs} +32 -17
- package/dist/ShareablesScreen-B8ZsEkgi.mjs.map +1 -0
- package/dist/{ShareablesScreen-DvCp2TyE.mjs → ShareablesScreen-C2zLeoy7.mjs} +8 -2
- package/dist/{ShareablesScreen-Do-aNX-x.cjs → ShareablesScreen-Caf2fI3S.cjs} +2 -2
- package/dist/index.cjs +13 -13
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/{use-account-clients-DdEdLQc1.mjs → use-portal-shareables-api-CCRQARQM.mjs} +60 -28
- package/dist/use-portal-shareables-api-CCRQARQM.mjs.map +1 -0
- package/dist/{use-account-clients-Db7XdaFV.cjs → use-portal-shareables-api-CwSezl14.cjs} +65 -57
- package/dist/use-portal-shareables-api-CwSezl14.cjs.map +1 -0
- package/package.json +18 -17
- 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
- package/dist/ProductsScreen-BYziWeSs.cjs.map +0 -1
- package/dist/ProductsScreen-D6grDsLg.mjs.map +0 -1
- package/dist/ShareablesScreen-7W63bXCs.mjs.map +0 -1
- package/dist/ShareablesScreen-BpOu1VpJ.cjs.map +0 -1
- package/dist/use-account-clients-Db7XdaFV.cjs.map +0 -1
- package/dist/use-account-clients-DdEdLQc1.mjs.map +0 -1
|
@@ -34,7 +34,7 @@ require("./SpacerWidget-CeK5LUCB.cjs");
|
|
|
34
34
|
require("./TableWidget-ClKJOfOs.cjs");
|
|
35
35
|
require("./ToDoWidget-Ci1sonDp.cjs");
|
|
36
36
|
require("./VideoWidget-BsKyKf0O.cjs");
|
|
37
|
-
const require_MessagingScreen = require("./MessagingScreen-
|
|
37
|
+
const require_MessagingScreen = require("./MessagingScreen-DSU_xyHK.cjs");
|
|
38
38
|
require("./dist-C-JA9EGF.cjs");
|
|
39
39
|
require("./es-D_ZSl548.cjs");
|
|
40
40
|
exports.MessagingScreen = require_MessagingScreen.MessagingScreen;
|
|
@@ -914,7 +914,7 @@ zod.z.strictObject({ bot: zod.z.strictObject({
|
|
|
914
914
|
conversation_ids: zod.z.array(zod.z.number()).optional()
|
|
915
915
|
}) });
|
|
916
916
|
//#endregion
|
|
917
|
-
//#region src/
|
|
917
|
+
//#region src/adapters/messaging-api-adapter.ts
|
|
918
918
|
/**
|
|
919
919
|
* Creates a {@link MessagingApi} adapter backed by the messaging API client.
|
|
920
920
|
* This is the portal's adapter — it wires the concrete client to the
|
|
@@ -59713,4 +59713,4 @@ Object.defineProperty(exports, "useMessagingConfig", {
|
|
|
59713
59713
|
}
|
|
59714
59714
|
});
|
|
59715
59715
|
|
|
59716
|
-
//# sourceMappingURL=MessagingScreen-
|
|
59716
|
+
//# sourceMappingURL=MessagingScreen-DSU_xyHK.cjs.map
|