@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 CHANGED
@@ -3367,6 +3367,7 @@ declare const ADMIN_JOB_PATTERN: {
3367
3367
  adminFetchJobDescription: string;
3368
3368
  adminUpdateJobDescription: string;
3369
3369
  adminFetchJobsPostedByClient: string;
3370
+ adminExportJobV2: string;
3370
3371
  };
3371
3372
 
3372
3373
  declare enum JobLocationEnumDto {
package/dist/index.d.ts CHANGED
@@ -3367,6 +3367,7 @@ declare const ADMIN_JOB_PATTERN: {
3367
3367
  adminFetchJobDescription: string;
3368
3368
  adminUpdateJobDescription: string;
3369
3369
  adminFetchJobsPostedByClient: string;
3370
+ adminExportJobV2: string;
3370
3371
  };
3371
3372
 
3372
3373
  declare enum JobLocationEnumDto {
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
@@ -13,4 +13,5 @@ export declare const ADMIN_JOB_PATTERN: {
13
13
  adminFetchJobDescription: string;
14
14
  adminUpdateJobDescription: string;
15
15
  adminFetchJobsPostedByClient: string;
16
+ adminExportJobV2: string;
16
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.664",
3
+ "version": "1.0.665",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",