@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 +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/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
|
@@ -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
|