@experts_hub/shared 1.0.664 → 1.0.665
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
|
@@ -9328,7 +9328,8 @@ var ADMIN_JOB_PATTERN = {
|
|
|
9328
9328
|
adminExportJobsToCSV: "admin.export.jobs.to.csv",
|
|
9329
9329
|
adminFetchJobDescription: "admin.fetch.job.description",
|
|
9330
9330
|
adminUpdateJobDescription: "admin.update.job.description",
|
|
9331
|
-
adminFetchJobsPostedByClient: "AdminFetchJobsPostedByClient"
|
|
9331
|
+
adminFetchJobsPostedByClient: "AdminFetchJobsPostedByClient",
|
|
9332
|
+
adminExportJobV2: "admin.export.jobs.v2"
|
|
9332
9333
|
};
|
|
9333
9334
|
|
|
9334
9335
|
// src/modules/job-admin/dto/admin-create-job-information.dto.ts
|
package/dist/index.mjs
CHANGED
|
@@ -9336,7 +9336,8 @@ var ADMIN_JOB_PATTERN = {
|
|
|
9336
9336
|
adminExportJobsToCSV: "admin.export.jobs.to.csv",
|
|
9337
9337
|
adminFetchJobDescription: "admin.fetch.job.description",
|
|
9338
9338
|
adminUpdateJobDescription: "admin.update.job.description",
|
|
9339
|
-
adminFetchJobsPostedByClient: "AdminFetchJobsPostedByClient"
|
|
9339
|
+
adminFetchJobsPostedByClient: "AdminFetchJobsPostedByClient",
|
|
9340
|
+
adminExportJobV2: "admin.export.jobs.v2"
|
|
9340
9341
|
};
|
|
9341
9342
|
|
|
9342
9343
|
// src/modules/job-admin/dto/admin-create-job-information.dto.ts
|