@experts_hub/shared 1.0.132 → 1.0.134

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;
@@ -991,7 +992,7 @@ declare class CreateFreelancerExperienceDto {
991
992
  }
992
993
 
993
994
  declare class UpdateExperienceDto {
994
- id?: string;
995
+ uuid?: string;
995
996
  companyName: string;
996
997
  designation: string;
997
998
  jobDuration: 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;
@@ -991,7 +992,7 @@ declare class CreateFreelancerExperienceDto {
991
992
  }
992
993
 
993
994
  declare class UpdateExperienceDto {
994
- id?: string;
995
+ uuid?: string;
995
996
  companyName: string;
996
997
  designation: string;
997
998
  jobDuration: 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",
@@ -2204,7 +2205,7 @@ var UpdateExperienceDto = class {
2204
2205
  };
2205
2206
  __decorateClass([
2206
2207
  (0, import_class_validator34.IsOptional)()
2207
- ], UpdateExperienceDto.prototype, "id", 2);
2208
+ ], UpdateExperienceDto.prototype, "uuid", 2);
2208
2209
  __decorateClass([
2209
2210
  (0, import_class_validator34.IsNotEmpty)(),
2210
2211
  (0, import_class_validator34.IsString)()
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",
@@ -2240,7 +2241,7 @@ var UpdateExperienceDto = class {
2240
2241
  };
2241
2242
  __decorateClass([
2242
2243
  IsOptional13()
2243
- ], UpdateExperienceDto.prototype, "id", 2);
2244
+ ], UpdateExperienceDto.prototype, "uuid", 2);
2244
2245
  __decorateClass([
2245
2246
  IsNotEmpty26(),
2246
2247
  IsString19()
@@ -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;
@@ -1,5 +1,5 @@
1
1
  export declare class UpdateExperienceDto {
2
- id?: string;
2
+ uuid?: string;
3
3
  companyName: string;
4
4
  designation: string;
5
5
  jobDuration: 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.134",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",