@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 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",
@@ -6,6 +6,7 @@ export declare const JOB_PATTERN: {
6
6
  fetchJobCountAsPerStatus: string;
7
7
  fetchJobsDropdown: string;
8
8
  fetchJobDetail: string;
9
+ handleJdUpload: string;
9
10
  fetchJobBasicInformation: string;
10
11
  createJobBasicInformation: string;
11
12
  updateJobBasicInformation: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.132",
3
+ "version": "1.0.133",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",