@experts_hub/shared 1.0.427 → 1.0.429
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.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1447,9 +1447,9 @@ __decorateClass([
|
|
|
1447
1447
|
(0, import_class_validator39.IsOptional)(),
|
|
1448
1448
|
(0, import_class_validator39.IsNumber)()
|
|
1449
1449
|
], UpdateFreelancerProfileDto.prototype, "countryId", 2);
|
|
1450
|
+
//@IsString({ message: "Please enter valid expected hourly compensation." })
|
|
1450
1451
|
__decorateClass([
|
|
1451
|
-
(0, import_class_validator39.IsNotEmpty)({ message: "Please enter expected hourly compensation." })
|
|
1452
|
-
(0, import_class_validator39.IsString)({ message: "Please enter valid expected hourly compensation." })
|
|
1452
|
+
(0, import_class_validator39.IsNotEmpty)({ message: "Please enter expected hourly compensation." })
|
|
1453
1453
|
], UpdateFreelancerProfileDto.prototype, "expectedHourlyCompensation", 2);
|
|
1454
1454
|
__decorateClass([
|
|
1455
1455
|
(0, import_class_validator39.IsNotEmpty)({ message: "Please select engagement type." }),
|
package/dist/index.mjs
CHANGED
|
@@ -1261,9 +1261,9 @@ __decorateClass([
|
|
|
1261
1261
|
IsOptional14(),
|
|
1262
1262
|
IsNumber2()
|
|
1263
1263
|
], UpdateFreelancerProfileDto.prototype, "countryId", 2);
|
|
1264
|
+
//@IsString({ message: "Please enter valid expected hourly compensation." })
|
|
1264
1265
|
__decorateClass([
|
|
1265
|
-
IsNotEmpty33({ message: "Please enter expected hourly compensation." })
|
|
1266
|
-
IsString16({ message: "Please enter valid expected hourly compensation." })
|
|
1266
|
+
IsNotEmpty33({ message: "Please enter expected hourly compensation." })
|
|
1267
1267
|
], UpdateFreelancerProfileDto.prototype, "expectedHourlyCompensation", 2);
|
|
1268
1268
|
__decorateClass([
|
|
1269
1269
|
IsNotEmpty33({ message: "Please select engagement type." }),
|