@experts_hub/shared 1.0.133 → 1.0.134
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
|
@@ -2205,7 +2205,7 @@ var UpdateExperienceDto = class {
|
|
|
2205
2205
|
};
|
|
2206
2206
|
__decorateClass([
|
|
2207
2207
|
(0, import_class_validator34.IsOptional)()
|
|
2208
|
-
], UpdateExperienceDto.prototype, "
|
|
2208
|
+
], UpdateExperienceDto.prototype, "uuid", 2);
|
|
2209
2209
|
__decorateClass([
|
|
2210
2210
|
(0, import_class_validator34.IsNotEmpty)(),
|
|
2211
2211
|
(0, import_class_validator34.IsString)()
|
package/dist/index.mjs
CHANGED
|
@@ -2241,7 +2241,7 @@ var UpdateExperienceDto = class {
|
|
|
2241
2241
|
};
|
|
2242
2242
|
__decorateClass([
|
|
2243
2243
|
IsOptional13()
|
|
2244
|
-
], UpdateExperienceDto.prototype, "
|
|
2244
|
+
], UpdateExperienceDto.prototype, "uuid", 2);
|
|
2245
2245
|
__decorateClass([
|
|
2246
2246
|
IsNotEmpty26(),
|
|
2247
2247
|
IsString19()
|