@experts_hub/shared 1.0.489 → 1.0.490
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
|
@@ -7023,6 +7023,10 @@ __decorateClass([
|
|
|
7023
7023
|
(0, import_class_validator77.IsString)(),
|
|
7024
7024
|
(0, import_class_validator77.IsIn)(["JOB", "INVOICE"])
|
|
7025
7025
|
], CreateDisputeDto.prototype, "disputeType", 2);
|
|
7026
|
+
__decorateClass([
|
|
7027
|
+
(0, import_class_validator77.IsNotEmpty)({ message: "Please provide initiator type." }),
|
|
7028
|
+
(0, import_class_validator77.IsString)()
|
|
7029
|
+
], CreateDisputeDto.prototype, "initiatorType", 2);
|
|
7026
7030
|
__decorateClass([
|
|
7027
7031
|
(0, import_class_validator77.IsNotEmpty)({ message: "Please enter description." }),
|
|
7028
7032
|
(0, import_class_validator77.IsString)({ message: "Description must be a string" }),
|
package/dist/index.mjs
CHANGED
|
@@ -7173,6 +7173,10 @@ __decorateClass([
|
|
|
7173
7173
|
IsString45(),
|
|
7174
7174
|
IsIn4(["JOB", "INVOICE"])
|
|
7175
7175
|
], CreateDisputeDto.prototype, "disputeType", 2);
|
|
7176
|
+
__decorateClass([
|
|
7177
|
+
IsNotEmpty67({ message: "Please provide initiator type." }),
|
|
7178
|
+
IsString45()
|
|
7179
|
+
], CreateDisputeDto.prototype, "initiatorType", 2);
|
|
7176
7180
|
__decorateClass([
|
|
7177
7181
|
IsNotEmpty67({ message: "Please enter description." }),
|
|
7178
7182
|
IsString45({ message: "Description must be a string" }),
|