@experts_hub/shared 1.0.132 → 1.0.133
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 +1 -0
- package/dist/index.mjs +1 -0
- package/dist/modules/job/pattern/pattern.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -700,6 +700,7 @@ declare const JOB_PATTERN: {
|
|
|
700
700
|
fetchJobCountAsPerStatus: string;
|
|
701
701
|
fetchJobsDropdown: string;
|
|
702
702
|
fetchJobDetail: string;
|
|
703
|
+
handleJdUpload: string;
|
|
703
704
|
fetchJobBasicInformation: string;
|
|
704
705
|
createJobBasicInformation: string;
|
|
705
706
|
updateJobBasicInformation: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -700,6 +700,7 @@ declare const JOB_PATTERN: {
|
|
|
700
700
|
fetchJobCountAsPerStatus: string;
|
|
701
701
|
fetchJobsDropdown: string;
|
|
702
702
|
fetchJobDetail: string;
|
|
703
|
+
handleJdUpload: string;
|
|
703
704
|
fetchJobBasicInformation: string;
|
|
704
705
|
createJobBasicInformation: string;
|
|
705
706
|
updateJobBasicInformation: string;
|
package/dist/index.js
CHANGED
|
@@ -1747,6 +1747,7 @@ var JOB_PATTERN = {
|
|
|
1747
1747
|
fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
|
|
1748
1748
|
fetchJobsDropdown: "fetch.jobs.dropdown",
|
|
1749
1749
|
fetchJobDetail: "fetch.job.details",
|
|
1750
|
+
handleJdUpload: "handle.jd.upload",
|
|
1750
1751
|
fetchJobBasicInformation: "fetch.job.basic.information",
|
|
1751
1752
|
createJobBasicInformation: "create.job.basic.information",
|
|
1752
1753
|
updateJobBasicInformation: "update.job.basic.information",
|
package/dist/index.mjs
CHANGED
|
@@ -1752,6 +1752,7 @@ var JOB_PATTERN = {
|
|
|
1752
1752
|
fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
|
|
1753
1753
|
fetchJobsDropdown: "fetch.jobs.dropdown",
|
|
1754
1754
|
fetchJobDetail: "fetch.job.details",
|
|
1755
|
+
handleJdUpload: "handle.jd.upload",
|
|
1755
1756
|
fetchJobBasicInformation: "fetch.job.basic.information",
|
|
1756
1757
|
createJobBasicInformation: "create.job.basic.information",
|
|
1757
1758
|
updateJobBasicInformation: "update.job.basic.information",
|