@experts_hub/shared 1.0.223 → 1.0.224

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
@@ -1428,6 +1428,7 @@ declare const ADMIN_FREELANCER_PATTERN: {
1428
1428
  adminCreateFreelancer: string;
1429
1429
  adminUpdateFreelancer: string;
1430
1430
  adminDeleteFreelancer: string;
1431
+ fetchFreelancerGraphCount: string;
1431
1432
  };
1432
1433
 
1433
1434
  declare enum NatureOfWorkEnum$1 {
@@ -1566,6 +1567,7 @@ declare const CLIENT_ADMIN_PATTERNS: {
1566
1567
  exportAdminClients: string;
1567
1568
  fetchClientCount: string;
1568
1569
  fetchClientDropdown: string;
1570
+ fetchClientGraphCount: string;
1569
1571
  };
1570
1572
 
1571
1573
  declare enum CreateClientHiringModeEnum {
package/dist/index.d.ts CHANGED
@@ -1428,6 +1428,7 @@ declare const ADMIN_FREELANCER_PATTERN: {
1428
1428
  adminCreateFreelancer: string;
1429
1429
  adminUpdateFreelancer: string;
1430
1430
  adminDeleteFreelancer: string;
1431
+ fetchFreelancerGraphCount: string;
1431
1432
  };
1432
1433
 
1433
1434
  declare enum NatureOfWorkEnum$1 {
@@ -1566,6 +1567,7 @@ declare const CLIENT_ADMIN_PATTERNS: {
1566
1567
  exportAdminClients: string;
1567
1568
  fetchClientCount: string;
1568
1569
  fetchClientDropdown: string;
1570
+ fetchClientGraphCount: string;
1569
1571
  };
1570
1572
 
1571
1573
  declare enum CreateClientHiringModeEnum {
package/dist/index.js CHANGED
@@ -3410,7 +3410,8 @@ var ADMIN_FREELANCER_PATTERN = {
3410
3410
  adminFetchFreelancerById: "admin.fetch.freelancer.by.id",
3411
3411
  adminCreateFreelancer: "admin.create.freelancer",
3412
3412
  adminUpdateFreelancer: "admin.update.freelancer",
3413
- adminDeleteFreelancer: "admin.delete.freelancer"
3413
+ adminDeleteFreelancer: "admin.delete.freelancer",
3414
+ fetchFreelancerGraphCount: "fetch.freelancer.graph.count"
3414
3415
  };
3415
3416
 
3416
3417
  // src/modules/freelancer-admin/dto/create-freelancer.dto.ts
@@ -3615,7 +3616,8 @@ var CLIENT_ADMIN_PATTERNS = {
3615
3616
  deleteAdminClient: "delete.admin.client",
3616
3617
  exportAdminClients: "export.admin.clients",
3617
3618
  fetchClientCount: "fetch.client.count",
3618
- fetchClientDropdown: "fetch.client.dropdown"
3619
+ fetchClientDropdown: "fetch.client.dropdown",
3620
+ fetchClientGraphCount: "fetch.client.graph.count"
3619
3621
  };
3620
3622
 
3621
3623
  // src/modules/client-admin/dto/create-client.dto.ts
package/dist/index.mjs CHANGED
@@ -3487,7 +3487,8 @@ var ADMIN_FREELANCER_PATTERN = {
3487
3487
  adminFetchFreelancerById: "admin.fetch.freelancer.by.id",
3488
3488
  adminCreateFreelancer: "admin.create.freelancer",
3489
3489
  adminUpdateFreelancer: "admin.update.freelancer",
3490
- adminDeleteFreelancer: "admin.delete.freelancer"
3490
+ adminDeleteFreelancer: "admin.delete.freelancer",
3491
+ fetchFreelancerGraphCount: "fetch.freelancer.graph.count"
3491
3492
  };
3492
3493
 
3493
3494
  // src/modules/freelancer-admin/dto/create-freelancer.dto.ts
@@ -3720,7 +3721,8 @@ var CLIENT_ADMIN_PATTERNS = {
3720
3721
  deleteAdminClient: "delete.admin.client",
3721
3722
  exportAdminClients: "export.admin.clients",
3722
3723
  fetchClientCount: "fetch.client.count",
3723
- fetchClientDropdown: "fetch.client.dropdown"
3724
+ fetchClientDropdown: "fetch.client.dropdown",
3725
+ fetchClientGraphCount: "fetch.client.graph.count"
3724
3726
  };
3725
3727
 
3726
3728
  // src/modules/client-admin/dto/create-client.dto.ts
@@ -7,4 +7,5 @@ export declare const CLIENT_ADMIN_PATTERNS: {
7
7
  exportAdminClients: string;
8
8
  fetchClientCount: string;
9
9
  fetchClientDropdown: string;
10
+ fetchClientGraphCount: string;
10
11
  };
@@ -6,4 +6,5 @@ export declare const ADMIN_FREELANCER_PATTERN: {
6
6
  adminCreateFreelancer: string;
7
7
  adminUpdateFreelancer: string;
8
8
  adminDeleteFreelancer: string;
9
+ fetchFreelancerGraphCount: string;
9
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.223",
3
+ "version": "1.0.224",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",