@experts_hub/shared 1.0.696 → 1.0.697

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
@@ -227,6 +227,7 @@ declare class FreelancerCreateAccountDto {
227
227
  mobile: string;
228
228
  countryISOCode: string;
229
229
  onBoardedBy: string;
230
+ ip: string;
230
231
  referralCode?: string;
231
232
  }
232
233
 
package/dist/index.d.ts CHANGED
@@ -227,6 +227,7 @@ declare class FreelancerCreateAccountDto {
227
227
  mobile: string;
228
228
  countryISOCode: string;
229
229
  onBoardedBy: string;
230
+ ip: string;
230
231
  referralCode?: string;
231
232
  }
232
233
 
package/dist/index.js CHANGED
@@ -1106,6 +1106,9 @@ __decorateClass([
1106
1106
  __decorateClass([
1107
1107
  (0, import_class_validator23.IsOptional)()
1108
1108
  ], FreelancerCreateAccountDto.prototype, "onBoardedBy", 2);
1109
+ __decorateClass([
1110
+ (0, import_class_validator23.IsOptional)()
1111
+ ], FreelancerCreateAccountDto.prototype, "ip", 2);
1109
1112
  __decorateClass([
1110
1113
  (0, import_class_validator23.IsOptional)()
1111
1114
  ], FreelancerCreateAccountDto.prototype, "referralCode", 2);
package/dist/index.mjs CHANGED
@@ -657,6 +657,9 @@ __decorateClass([
657
657
  __decorateClass([
658
658
  IsOptional7()
659
659
  ], FreelancerCreateAccountDto.prototype, "onBoardedBy", 2);
660
+ __decorateClass([
661
+ IsOptional7()
662
+ ], FreelancerCreateAccountDto.prototype, "ip", 2);
660
663
  __decorateClass([
661
664
  IsOptional7()
662
665
  ], FreelancerCreateAccountDto.prototype, "referralCode", 2);
@@ -5,5 +5,6 @@ export declare class FreelancerCreateAccountDto {
5
5
  mobile: string;
6
6
  countryISOCode: string;
7
7
  onBoardedBy: string;
8
+ ip: string;
8
9
  referralCode?: string;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.696",
3
+ "version": "1.0.697",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",