@experts_hub/shared 1.0.445 → 1.0.446
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6740,8 +6740,8 @@ __decorateClass([
|
|
|
6740
6740
|
], UpdateInvoiceStatusDto.prototype, "status", 2);
|
|
6741
6741
|
|
|
6742
6742
|
// src/modules/dispute/dto/create-dispute.dto.ts
|
|
6743
|
-
var import_types = require("class-transformer/types");
|
|
6744
6743
|
var import_class_validator77 = require("class-validator");
|
|
6744
|
+
var import_class_transformer16 = require("class-transformer");
|
|
6745
6745
|
var CreateDisputeDto = class {
|
|
6746
6746
|
};
|
|
6747
6747
|
__decorateClass([
|
|
@@ -6763,7 +6763,7 @@ __decorateClass([
|
|
|
6763
6763
|
__decorateClass([
|
|
6764
6764
|
(0, import_class_validator77.IsOptional)(),
|
|
6765
6765
|
(0, import_class_validator77.IsObject)({ message: "Dynamic fields must be a valid object" }),
|
|
6766
|
-
(0,
|
|
6766
|
+
(0, import_class_transformer16.Type)(() => Object)
|
|
6767
6767
|
], CreateDisputeDto.prototype, "dynamicFields", 2);
|
|
6768
6768
|
|
|
6769
6769
|
// src/adapters/tcp/user.tcp.adapter.ts
|
package/dist/index.mjs
CHANGED
|
@@ -6888,7 +6888,6 @@ __decorateClass([
|
|
|
6888
6888
|
], UpdateInvoiceStatusDto.prototype, "status", 2);
|
|
6889
6889
|
|
|
6890
6890
|
// src/modules/dispute/dto/create-dispute.dto.ts
|
|
6891
|
-
import { Type as Type14 } from "class-transformer/types";
|
|
6892
6891
|
import {
|
|
6893
6892
|
IsString as IsString44,
|
|
6894
6893
|
IsNotEmpty as IsNotEmpty67,
|
|
@@ -6897,6 +6896,7 @@ import {
|
|
|
6897
6896
|
MaxLength as MaxLength19,
|
|
6898
6897
|
IsObject
|
|
6899
6898
|
} from "class-validator";
|
|
6899
|
+
import { Type as Type14 } from "class-transformer";
|
|
6900
6900
|
var CreateDisputeDto = class {
|
|
6901
6901
|
};
|
|
6902
6902
|
__decorateClass([
|