@experts_hub/shared 1.0.114 → 1.0.115

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
@@ -637,6 +637,7 @@ declare const JOB_PATTERN: {
637
637
  fetchJobDescription: string;
638
638
  updateJobDescription: string;
639
639
  updateJobStatus: string;
640
+ searchJobsByRoleAndSkills: string;
640
641
  };
641
642
 
642
643
  declare enum JobLocation {
package/dist/index.d.ts CHANGED
@@ -637,6 +637,7 @@ declare const JOB_PATTERN: {
637
637
  fetchJobDescription: string;
638
638
  updateJobDescription: string;
639
639
  updateJobStatus: string;
640
+ searchJobsByRoleAndSkills: string;
640
641
  };
641
642
 
642
643
  declare enum JobLocation {
package/dist/index.js CHANGED
@@ -1477,7 +1477,8 @@ var JOB_PATTERN = {
1477
1477
  updateJobAdditionalComments: "update.job.additional.comments",
1478
1478
  fetchJobDescription: "fetch.job.description",
1479
1479
  updateJobDescription: "update.job.description",
1480
- updateJobStatus: "update.job.status"
1480
+ updateJobStatus: "update.job.status",
1481
+ searchJobsByRoleAndSkills: "search.jobs.by.role.and.skills"
1481
1482
  };
1482
1483
 
1483
1484
  // src/modules/job/dto/job-basic-information.dto.ts
package/dist/index.mjs CHANGED
@@ -1490,7 +1490,8 @@ var JOB_PATTERN = {
1490
1490
  updateJobAdditionalComments: "update.job.additional.comments",
1491
1491
  fetchJobDescription: "fetch.job.description",
1492
1492
  updateJobDescription: "update.job.description",
1493
- updateJobStatus: "update.job.status"
1493
+ updateJobStatus: "update.job.status",
1494
+ searchJobsByRoleAndSkills: "search.jobs.by.role.and.skills"
1494
1495
  };
1495
1496
 
1496
1497
  // src/modules/job/dto/job-basic-information.dto.ts
@@ -14,4 +14,5 @@ export declare const JOB_PATTERN: {
14
14
  fetchJobDescription: string;
15
15
  updateJobDescription: string;
16
16
  updateJobStatus: string;
17
+ searchJobsByRoleAndSkills: string;
17
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.114",
3
+ "version": "1.0.115",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",