@experts_hub/shared 1.0.631 → 1.0.632
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/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -8442,7 +8442,8 @@ var CLIENT_ADMIN_PATTERNS = {
|
|
|
8442
8442
|
exportAdminClients: "export.admin.clients",
|
|
8443
8443
|
fetchClientCount: "fetch.client.count",
|
|
8444
8444
|
fetchClientDropdown: "fetch.client.dropdown",
|
|
8445
|
-
fetchClientGraphCount: "fetch.client.graph.count"
|
|
8445
|
+
fetchClientGraphCount: "fetch.client.graph.count",
|
|
8446
|
+
adminExportClientV2Optimised: "admin.export.client.v2.optimised"
|
|
8446
8447
|
};
|
|
8447
8448
|
|
|
8448
8449
|
// src/modules/client-admin/dto/create-client.dto.ts
|
package/dist/index.mjs
CHANGED
|
@@ -8428,7 +8428,8 @@ var CLIENT_ADMIN_PATTERNS = {
|
|
|
8428
8428
|
exportAdminClients: "export.admin.clients",
|
|
8429
8429
|
fetchClientCount: "fetch.client.count",
|
|
8430
8430
|
fetchClientDropdown: "fetch.client.dropdown",
|
|
8431
|
-
fetchClientGraphCount: "fetch.client.graph.count"
|
|
8431
|
+
fetchClientGraphCount: "fetch.client.graph.count",
|
|
8432
|
+
adminExportClientV2Optimised: "admin.export.client.v2.optimised"
|
|
8432
8433
|
};
|
|
8433
8434
|
|
|
8434
8435
|
// src/modules/client-admin/dto/create-client.dto.ts
|