@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
package/dist/index.d.ts
CHANGED
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);
|