@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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/dist/modules/job-admin/pattern/pattern.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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
|