@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
|
@@ -4192,7 +4192,7 @@ async function contacts_tasks_destroy(client, contact_id, id) {
|
|
|
4192
4192
|
return client.delete(`/api/contacts/${contact_id}/tasks/${id}`);
|
|
4193
4193
|
}
|
|
4194
4194
|
//#endregion
|
|
4195
|
-
//#region src/contacts
|
|
4195
|
+
//#region src/adapters/contacts-api-adapter.ts
|
|
4196
4196
|
const EMPTY_META = {
|
|
4197
4197
|
total_count: 0,
|
|
4198
4198
|
total_pages: 0,
|
|
@@ -4594,4 +4594,4 @@ const contactsScreenPropertySchema = {
|
|
|
4594
4594
|
//#endregion
|
|
4595
4595
|
export { ContactsScreen_exports as n, contactsScreenPropertySchema as r, ContactsScreen as t };
|
|
4596
4596
|
|
|
4597
|
-
//# sourceMappingURL=ContactsScreen-
|
|
4597
|
+
//# sourceMappingURL=ContactsScreen-DtABz7O7.mjs.map
|