@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
@@ -2984,6 +2984,7 @@ declare const CLIENT_ADMIN_PATTERNS: {
2984
2984
  fetchClientCount: string;
2985
2985
  fetchClientDropdown: string;
2986
2986
  fetchClientGraphCount: string;
2987
+ adminExportClientV2Optimised: string;
2987
2988
  };
2988
2989
 
2989
2990
  declare class CreateClientDto {
package/dist/index.d.ts CHANGED
@@ -2984,6 +2984,7 @@ declare const CLIENT_ADMIN_PATTERNS: {
2984
2984
  fetchClientCount: string;
2985
2985
  fetchClientDropdown: string;
2986
2986
  fetchClientGraphCount: string;
2987
+ adminExportClientV2Optimised: string;
2987
2988
  };
2988
2989
 
2989
2990
  declare class CreateClientDto {
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
@@ -0,0 +1,3 @@
1
+ export declare class AdminExportClientV2OptimisedDto {
2
+ customEmails?: string[];
3
+ }
@@ -8,4 +8,5 @@ export declare const CLIENT_ADMIN_PATTERNS: {
8
8
  fetchClientCount: string;
9
9
  fetchClientDropdown: string;
10
10
  fetchClientGraphCount: string;
11
+ adminExportClientV2Optimised: string;
11
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.631",
3
+ "version": "1.0.632",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",