@experts_hub/shared 1.0.690 → 1.0.691
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 +6 -0
- package/dist/index.mjs +6 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13080,15 +13080,19 @@ __decorateClass([
|
|
|
13080
13080
|
(0, import_class_validator166.IsString)()
|
|
13081
13081
|
], CreateTaskDto.prototype, "title", 2);
|
|
13082
13082
|
__decorateClass([
|
|
13083
|
+
(0, import_class_validator166.IsOptional)(),
|
|
13083
13084
|
(0, import_class_validator166.IsDateString)()
|
|
13084
13085
|
], CreateTaskDto.prototype, "dueDate", 2);
|
|
13085
13086
|
__decorateClass([
|
|
13087
|
+
(0, import_class_validator166.IsOptional)(),
|
|
13086
13088
|
(0, import_class_validator166.IsString)()
|
|
13087
13089
|
], CreateTaskDto.prototype, "jobId", 2);
|
|
13088
13090
|
__decorateClass([
|
|
13091
|
+
(0, import_class_validator166.IsOptional)(),
|
|
13089
13092
|
(0, import_class_validator166.IsString)()
|
|
13090
13093
|
], CreateTaskDto.prototype, "freelancerId", 2);
|
|
13091
13094
|
__decorateClass([
|
|
13095
|
+
(0, import_class_validator166.IsOptional)(),
|
|
13092
13096
|
(0, import_class_validator166.IsString)()
|
|
13093
13097
|
], CreateTaskDto.prototype, "status", 2);
|
|
13094
13098
|
__decorateClass([
|
|
@@ -13096,9 +13100,11 @@ __decorateClass([
|
|
|
13096
13100
|
(0, import_class_validator166.IsString)()
|
|
13097
13101
|
], CreateTaskDto.prototype, "description", 2);
|
|
13098
13102
|
__decorateClass([
|
|
13103
|
+
(0, import_class_validator166.IsOptional)(),
|
|
13099
13104
|
(0, import_class_validator166.IsString)()
|
|
13100
13105
|
], CreateTaskDto.prototype, "priority", 2);
|
|
13101
13106
|
__decorateClass([
|
|
13107
|
+
(0, import_class_validator166.IsOptional)(),
|
|
13102
13108
|
(0, import_class_validator166.IsDateString)()
|
|
13103
13109
|
], CreateTaskDto.prototype, "createdOn", 2);
|
|
13104
13110
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -13207,15 +13207,19 @@ __decorateClass([
|
|
|
13207
13207
|
IsString94()
|
|
13208
13208
|
], CreateTaskDto.prototype, "title", 2);
|
|
13209
13209
|
__decorateClass([
|
|
13210
|
+
IsOptional88(),
|
|
13210
13211
|
IsDateString12()
|
|
13211
13212
|
], CreateTaskDto.prototype, "dueDate", 2);
|
|
13212
13213
|
__decorateClass([
|
|
13214
|
+
IsOptional88(),
|
|
13213
13215
|
IsString94()
|
|
13214
13216
|
], CreateTaskDto.prototype, "jobId", 2);
|
|
13215
13217
|
__decorateClass([
|
|
13218
|
+
IsOptional88(),
|
|
13216
13219
|
IsString94()
|
|
13217
13220
|
], CreateTaskDto.prototype, "freelancerId", 2);
|
|
13218
13221
|
__decorateClass([
|
|
13222
|
+
IsOptional88(),
|
|
13219
13223
|
IsString94()
|
|
13220
13224
|
], CreateTaskDto.prototype, "status", 2);
|
|
13221
13225
|
__decorateClass([
|
|
@@ -13223,9 +13227,11 @@ __decorateClass([
|
|
|
13223
13227
|
IsString94()
|
|
13224
13228
|
], CreateTaskDto.prototype, "description", 2);
|
|
13225
13229
|
__decorateClass([
|
|
13230
|
+
IsOptional88(),
|
|
13226
13231
|
IsString94()
|
|
13227
13232
|
], CreateTaskDto.prototype, "priority", 2);
|
|
13228
13233
|
__decorateClass([
|
|
13234
|
+
IsOptional88(),
|
|
13229
13235
|
IsDateString12()
|
|
13230
13236
|
], CreateTaskDto.prototype, "createdOn", 2);
|
|
13231
13237
|
__decorateClass([
|