sigo-entities 1.2.287 → 1.2.288
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 +0 -4
- package/dist/index.mjs +1 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29268,22 +29268,18 @@ var BankVendorDto = class {
|
|
|
29268
29268
|
CuentaInterBancaria = "";
|
|
29269
29269
|
};
|
|
29270
29270
|
__decorateClass([
|
|
29271
|
-
(0, import_class_validator498.IsNotEmpty)({ message: "es requerido" }),
|
|
29272
29271
|
(0, import_class_validator498.IsString)({ message: "debe ser texto" }),
|
|
29273
29272
|
(0, import_class_transformer502.Expose)()
|
|
29274
29273
|
], BankVendorDto.prototype, "Codigo", 2);
|
|
29275
29274
|
__decorateClass([
|
|
29276
|
-
(0, import_class_validator498.IsNotEmpty)({ message: "es requerido" }),
|
|
29277
29275
|
(0, import_class_validator498.IsString)({ message: "debe ser texto" }),
|
|
29278
29276
|
(0, import_class_transformer502.Expose)()
|
|
29279
29277
|
], BankVendorDto.prototype, "Name", 2);
|
|
29280
29278
|
__decorateClass([
|
|
29281
|
-
(0, import_class_validator498.IsNotEmpty)({ message: "es requerido" }),
|
|
29282
29279
|
(0, import_class_validator498.IsString)({ message: "debe ser texto" }),
|
|
29283
29280
|
(0, import_class_transformer502.Expose)()
|
|
29284
29281
|
], BankVendorDto.prototype, "CuentaBancaria", 2);
|
|
29285
29282
|
__decorateClass([
|
|
29286
|
-
(0, import_class_validator498.IsNotEmpty)({ message: "es requerido" }),
|
|
29287
29283
|
(0, import_class_validator498.IsString)({ message: "debe ser texto" }),
|
|
29288
29284
|
(0, import_class_transformer502.Expose)()
|
|
29289
29285
|
], BankVendorDto.prototype, "CuentaInterBancaria", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -28677,7 +28677,7 @@ __decorateClass([
|
|
|
28677
28677
|
|
|
28678
28678
|
// src/logistica/procesos/navisionpreorden/shared/dto/bank-vendor-dto.ts
|
|
28679
28679
|
import { Expose as Expose495 } from "class-transformer";
|
|
28680
|
-
import {
|
|
28680
|
+
import { IsString as IsString388 } from "class-validator";
|
|
28681
28681
|
var BankVendorDto = class {
|
|
28682
28682
|
Codigo = "";
|
|
28683
28683
|
Name = "";
|
|
@@ -28685,22 +28685,18 @@ var BankVendorDto = class {
|
|
|
28685
28685
|
CuentaInterBancaria = "";
|
|
28686
28686
|
};
|
|
28687
28687
|
__decorateClass([
|
|
28688
|
-
IsNotEmpty344({ message: "es requerido" }),
|
|
28689
28688
|
IsString388({ message: "debe ser texto" }),
|
|
28690
28689
|
Expose495()
|
|
28691
28690
|
], BankVendorDto.prototype, "Codigo", 2);
|
|
28692
28691
|
__decorateClass([
|
|
28693
|
-
IsNotEmpty344({ message: "es requerido" }),
|
|
28694
28692
|
IsString388({ message: "debe ser texto" }),
|
|
28695
28693
|
Expose495()
|
|
28696
28694
|
], BankVendorDto.prototype, "Name", 2);
|
|
28697
28695
|
__decorateClass([
|
|
28698
|
-
IsNotEmpty344({ message: "es requerido" }),
|
|
28699
28696
|
IsString388({ message: "debe ser texto" }),
|
|
28700
28697
|
Expose495()
|
|
28701
28698
|
], BankVendorDto.prototype, "CuentaBancaria", 2);
|
|
28702
28699
|
__decorateClass([
|
|
28703
|
-
IsNotEmpty344({ message: "es requerido" }),
|
|
28704
28700
|
IsString388({ message: "debe ser texto" }),
|
|
28705
28701
|
Expose495()
|
|
28706
28702
|
], BankVendorDto.prototype, "CuentaInterBancaria", 2);
|