@experts_hub/shared 1.0.241 → 1.0.243

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.
@@ -61,6 +61,8 @@ export declare class FreelancerProfile extends BaseEntity {
61
61
  stackOverflowProfileLink: string;
62
62
  portfolioLink: string;
63
63
  onboardingStepCompleted: OnboardingStepEnum;
64
+ designation: string;
65
+ experience: string;
64
66
  address: string;
65
67
  about: string;
66
68
  profileCompletedPercentage: Record<string, number>;
package/dist/index.d.mts CHANGED
@@ -493,6 +493,7 @@ declare class UpdateFreelancerProfileDto {
493
493
  firstName?: string;
494
494
  lastName?: string;
495
495
  email?: string;
496
+ mobileCode?: string;
496
497
  mobile?: string;
497
498
  countryId?: number;
498
499
  currency?: string;
@@ -711,6 +712,8 @@ declare class FreelancerProfile extends BaseEntity {
711
712
  stackOverflowProfileLink: string;
712
713
  portfolioLink: string;
713
714
  onboardingStepCompleted: OnboardingStepEnum;
715
+ designation: string;
716
+ experience: string;
714
717
  address: string;
715
718
  about: string;
716
719
  profileCompletedPercentage: Record<string, number>;
@@ -1641,7 +1644,6 @@ declare class CreateClientDto {
1641
1644
  kindOfHiring: string;
1642
1645
  modeOfHire: string;
1643
1646
  foundUsOn: string;
1644
- OTHER?: string;
1645
1647
  foundUsOnDetail?: string;
1646
1648
  }
1647
1649
 
@@ -1670,7 +1672,6 @@ declare class UpdateClientDto {
1670
1672
  kindOfHiring: string;
1671
1673
  modeOfHire: string;
1672
1674
  foundUsOn: string;
1673
- OTHER?: string;
1674
1675
  foundUsOnDetail?: string;
1675
1676
  }
1676
1677
 
package/dist/index.d.ts CHANGED
@@ -493,6 +493,7 @@ declare class UpdateFreelancerProfileDto {
493
493
  firstName?: string;
494
494
  lastName?: string;
495
495
  email?: string;
496
+ mobileCode?: string;
496
497
  mobile?: string;
497
498
  countryId?: number;
498
499
  currency?: string;
@@ -711,6 +712,8 @@ declare class FreelancerProfile extends BaseEntity {
711
712
  stackOverflowProfileLink: string;
712
713
  portfolioLink: string;
713
714
  onboardingStepCompleted: OnboardingStepEnum;
715
+ designation: string;
716
+ experience: string;
714
717
  address: string;
715
718
  about: string;
716
719
  profileCompletedPercentage: Record<string, number>;
@@ -1641,7 +1644,6 @@ declare class CreateClientDto {
1641
1644
  kindOfHiring: string;
1642
1645
  modeOfHire: string;
1643
1646
  foundUsOn: string;
1644
- OTHER?: string;
1645
1647
  foundUsOnDetail?: string;
1646
1648
  }
1647
1649
 
@@ -1670,7 +1672,6 @@ declare class UpdateClientDto {
1670
1672
  kindOfHiring: string;
1671
1673
  modeOfHire: string;
1672
1674
  foundUsOn: string;
1673
- OTHER?: string;
1674
1675
  foundUsOnDetail?: string;
1675
1676
  }
1676
1677
 
package/dist/index.js CHANGED
@@ -1071,6 +1071,10 @@ __decorateClass([
1071
1071
  (0, import_class_validator34.IsOptional)(),
1072
1072
  (0, import_class_validator34.IsEmail)()
1073
1073
  ], UpdateFreelancerProfileDto.prototype, "email", 2);
1074
+ __decorateClass([
1075
+ (0, import_class_validator34.IsOptional)(),
1076
+ (0, import_class_validator34.IsString)()
1077
+ ], UpdateFreelancerProfileDto.prototype, "mobileCode", 2);
1074
1078
  __decorateClass([
1075
1079
  (0, import_class_validator34.IsOptional)(),
1076
1080
  (0, import_class_validator34.IsString)()
@@ -1742,6 +1746,12 @@ __decorateClass([
1742
1746
  nullable: true
1743
1747
  })
1744
1748
  ], FreelancerProfile.prototype, "onboardingStepCompleted", 2);
1749
+ __decorateClass([
1750
+ (0, import_typeorm8.Column)({ name: "designation", type: "varchar", nullable: true })
1751
+ ], FreelancerProfile.prototype, "designation", 2);
1752
+ __decorateClass([
1753
+ (0, import_typeorm8.Column)({ name: "experience", type: "varchar", nullable: true })
1754
+ ], FreelancerProfile.prototype, "experience", 2);
1745
1755
  __decorateClass([
1746
1756
  (0, import_typeorm8.Column)({ name: "address", type: "varchar", nullable: true })
1747
1757
  ], FreelancerProfile.prototype, "address", 2);
@@ -3821,10 +3831,6 @@ __decorateClass([
3821
3831
  (0, import_class_validator50.IsNotEmpty)({ message: "Please let us know how you found us." }),
3822
3832
  (0, import_class_validator50.IsString)()
3823
3833
  ], CreateClientDto.prototype, "foundUsOn", 2);
3824
- __decorateClass([
3825
- (0, import_class_validator50.IsOptional)(),
3826
- (0, import_class_validator50.IsString)()
3827
- ], CreateClientDto.prototype, "OTHER", 2);
3828
3834
  __decorateClass([
3829
3835
  (0, import_class_validator50.IsOptional)(),
3830
3836
  (0, import_class_validator50.IsString)()
@@ -3899,10 +3905,6 @@ __decorateClass([
3899
3905
  (0, import_class_validator52.IsNotEmpty)({ message: "Please let us know how you found us." }),
3900
3906
  (0, import_class_validator52.IsString)()
3901
3907
  ], UpdateClientDto.prototype, "foundUsOn", 2);
3902
- __decorateClass([
3903
- (0, import_class_validator52.IsOptional)(),
3904
- (0, import_class_validator52.IsString)()
3905
- ], UpdateClientDto.prototype, "OTHER", 2);
3906
3908
  __decorateClass([
3907
3909
  (0, import_class_validator52.IsOptional)(),
3908
3910
  (0, import_class_validator52.IsString)()
package/dist/index.mjs CHANGED
@@ -942,6 +942,10 @@ __decorateClass([
942
942
  IsOptional8(),
943
943
  IsEmail6()
944
944
  ], UpdateFreelancerProfileDto.prototype, "email", 2);
945
+ __decorateClass([
946
+ IsOptional8(),
947
+ IsString16()
948
+ ], UpdateFreelancerProfileDto.prototype, "mobileCode", 2);
945
949
  __decorateClass([
946
950
  IsOptional8(),
947
951
  IsString16()
@@ -1688,6 +1692,12 @@ __decorateClass([
1688
1692
  nullable: true
1689
1693
  })
1690
1694
  ], FreelancerProfile.prototype, "onboardingStepCompleted", 2);
1695
+ __decorateClass([
1696
+ Column8({ name: "designation", type: "varchar", nullable: true })
1697
+ ], FreelancerProfile.prototype, "designation", 2);
1698
+ __decorateClass([
1699
+ Column8({ name: "experience", type: "varchar", nullable: true })
1700
+ ], FreelancerProfile.prototype, "experience", 2);
1691
1701
  __decorateClass([
1692
1702
  Column8({ name: "address", type: "varchar", nullable: true })
1693
1703
  ], FreelancerProfile.prototype, "address", 2);
@@ -3930,10 +3940,6 @@ __decorateClass([
3930
3940
  IsNotEmpty42({ message: "Please let us know how you found us." }),
3931
3941
  IsString28()
3932
3942
  ], CreateClientDto.prototype, "foundUsOn", 2);
3933
- __decorateClass([
3934
- IsOptional21(),
3935
- IsString28()
3936
- ], CreateClientDto.prototype, "OTHER", 2);
3937
3943
  __decorateClass([
3938
3944
  IsOptional21(),
3939
3945
  IsString28()
@@ -4018,10 +4024,6 @@ __decorateClass([
4018
4024
  IsNotEmpty44({ message: "Please let us know how you found us." }),
4019
4025
  IsString30()
4020
4026
  ], UpdateClientDto.prototype, "foundUsOn", 2);
4021
- __decorateClass([
4022
- IsOptional22(),
4023
- IsString30()
4024
- ], UpdateClientDto.prototype, "OTHER", 2);
4025
4027
  __decorateClass([
4026
4028
  IsOptional22(),
4027
4029
  IsString30()
@@ -20,6 +20,5 @@ export declare class CreateClientDto {
20
20
  kindOfHiring: string;
21
21
  modeOfHire: string;
22
22
  foundUsOn: string;
23
- OTHER?: string;
24
23
  foundUsOnDetail?: string;
25
24
  }
@@ -19,6 +19,5 @@ export declare class UpdateClientDto {
19
19
  kindOfHiring: string;
20
20
  modeOfHire: string;
21
21
  foundUsOn: string;
22
- OTHER?: string;
23
22
  foundUsOnDetail?: string;
24
23
  }
@@ -12,6 +12,7 @@ export declare class UpdateFreelancerProfileDto {
12
12
  firstName?: string;
13
13
  lastName?: string;
14
14
  email?: string;
15
+ mobileCode?: string;
15
16
  mobile?: string;
16
17
  countryId?: number;
17
18
  currency?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.241",
3
+ "version": "1.0.243",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",