@experts_hub/shared 1.0.226 → 1.0.227

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
@@ -1759,6 +1759,7 @@ declare const ADMIN_JOB_PATTERN: {
1759
1759
  adminUpdateJob: string;
1760
1760
  adminDeleteJob: string;
1761
1761
  adminCountJob: string;
1762
+ adminFetchGraphCount: string;
1762
1763
  };
1763
1764
 
1764
1765
  declare enum JobLocationEnumDto {
package/dist/index.d.ts CHANGED
@@ -1759,6 +1759,7 @@ declare const ADMIN_JOB_PATTERN: {
1759
1759
  adminUpdateJob: string;
1760
1760
  adminDeleteJob: string;
1761
1761
  adminCountJob: string;
1762
+ adminFetchGraphCount: string;
1762
1763
  };
1763
1764
 
1764
1765
  declare enum JobLocationEnumDto {
package/dist/index.js CHANGED
@@ -3887,7 +3887,8 @@ var ADMIN_JOB_PATTERN = {
3887
3887
  adminCreateJob: "admin.create.job",
3888
3888
  adminUpdateJob: "admin.update.job",
3889
3889
  adminDeleteJob: "admin.delete.job",
3890
- adminCountJob: "admin.count.job"
3890
+ adminCountJob: "admin.count.job",
3891
+ adminFetchGraphCount: "admin.fetch.graph.count"
3891
3892
  };
3892
3893
 
3893
3894
  // src/modules/job-admin/dto/admin-create-job-information.dto.ts
package/dist/index.mjs CHANGED
@@ -4011,7 +4011,8 @@ var ADMIN_JOB_PATTERN = {
4011
4011
  adminCreateJob: "admin.create.job",
4012
4012
  adminUpdateJob: "admin.update.job",
4013
4013
  adminDeleteJob: "admin.delete.job",
4014
- adminCountJob: "admin.count.job"
4014
+ adminCountJob: "admin.count.job",
4015
+ adminFetchGraphCount: "admin.fetch.graph.count"
4015
4016
  };
4016
4017
 
4017
4018
  // src/modules/job-admin/dto/admin-create-job-information.dto.ts
@@ -5,4 +5,5 @@ export declare const ADMIN_JOB_PATTERN: {
5
5
  adminUpdateJob: string;
6
6
  adminDeleteJob: string;
7
7
  adminCountJob: string;
8
+ adminFetchGraphCount: string;
8
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.226",
3
+ "version": "1.0.227",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",