@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
|
@@ -4,7 +4,7 @@ require("./src-DvJ4o9Sq.cjs");
|
|
|
4
4
|
require("./scroll-arrows-dZxr2ECN.cjs");
|
|
5
5
|
require("./ScreenHeaderContext-DRIKmM2G.cjs");
|
|
6
6
|
require("./dist-C-JA9EGF.cjs");
|
|
7
|
-
const require_ContactsScreen = require("./ContactsScreen-
|
|
7
|
+
const require_ContactsScreen = require("./ContactsScreen-psnV3fcP.cjs");
|
|
8
8
|
require("./SearchSort-29u6qhlf.cjs");
|
|
9
9
|
require("./order-status-badge-CDdk0tyF.cjs");
|
|
10
10
|
require("./src-CCWtT_n-.cjs");
|
|
@@ -4197,7 +4197,7 @@ async function contacts_tasks_destroy(client, contact_id, id) {
|
|
|
4197
4197
|
return client.delete(`/api/contacts/${contact_id}/tasks/${id}`);
|
|
4198
4198
|
}
|
|
4199
4199
|
//#endregion
|
|
4200
|
-
//#region src/contacts
|
|
4200
|
+
//#region src/adapters/contacts-api-adapter.ts
|
|
4201
4201
|
const EMPTY_META = {
|
|
4202
4202
|
total_count: 0,
|
|
4203
4203
|
total_pages: 0,
|
|
@@ -4606,4 +4606,4 @@ Object.defineProperty(exports, "contactsScreenPropertySchema", {
|
|
|
4606
4606
|
}
|
|
4607
4607
|
});
|
|
4608
4608
|
|
|
4609
|
-
//# sourceMappingURL=ContactsScreen-
|
|
4609
|
+
//# sourceMappingURL=ContactsScreen-psnV3fcP.cjs.map
|