sigo-entities 1.2.250 → 1.2.251
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -26909,19 +26909,19 @@ __decorateClass([
|
|
|
26909
26909
|
var import_class_validator455 = require("class-validator");
|
|
26910
26910
|
var import_class_transformer456 = require("class-transformer");
|
|
26911
26911
|
var ItemAlemaniaENTITY = class extends ItemENTITY {
|
|
26912
|
-
|
|
26913
|
-
|
|
26912
|
+
Calibre = "";
|
|
26913
|
+
Marca = "";
|
|
26914
26914
|
};
|
|
26915
26915
|
__decorateClass([
|
|
26916
26916
|
(0, import_class_validator455.IsString)({ message: "calibre debe ser un texto" }),
|
|
26917
26917
|
(0, import_class_validator455.IsDefined)(),
|
|
26918
26918
|
(0, import_class_transformer456.Expose)()
|
|
26919
|
-
], ItemAlemaniaENTITY.prototype, "
|
|
26919
|
+
], ItemAlemaniaENTITY.prototype, "Calibre", 2);
|
|
26920
26920
|
__decorateClass([
|
|
26921
26921
|
(0, import_class_validator455.IsString)({ message: "marca debe ser un texto" }),
|
|
26922
26922
|
(0, import_class_validator455.IsDefined)(),
|
|
26923
26923
|
(0, import_class_transformer456.Expose)()
|
|
26924
|
-
], ItemAlemaniaENTITY.prototype, "
|
|
26924
|
+
], ItemAlemaniaENTITY.prototype, "Marca", 2);
|
|
26925
26925
|
|
|
26926
26926
|
// src/logistica/ingreso almacen/shared/index.ts
|
|
26927
26927
|
var import_class_transformer460 = require("class-transformer");
|
package/dist/index.mjs
CHANGED
|
@@ -26384,19 +26384,19 @@ __decorateClass([
|
|
|
26384
26384
|
import { IsDefined as IsDefined142, IsString as IsString351 } from "class-validator";
|
|
26385
26385
|
import { Expose as Expose452 } from "class-transformer";
|
|
26386
26386
|
var ItemAlemaniaENTITY = class extends ItemENTITY {
|
|
26387
|
-
|
|
26388
|
-
|
|
26387
|
+
Calibre = "";
|
|
26388
|
+
Marca = "";
|
|
26389
26389
|
};
|
|
26390
26390
|
__decorateClass([
|
|
26391
26391
|
IsString351({ message: "calibre debe ser un texto" }),
|
|
26392
26392
|
IsDefined142(),
|
|
26393
26393
|
Expose452()
|
|
26394
|
-
], ItemAlemaniaENTITY.prototype, "
|
|
26394
|
+
], ItemAlemaniaENTITY.prototype, "Calibre", 2);
|
|
26395
26395
|
__decorateClass([
|
|
26396
26396
|
IsString351({ message: "marca debe ser un texto" }),
|
|
26397
26397
|
IsDefined142(),
|
|
26398
26398
|
Expose452()
|
|
26399
|
-
], ItemAlemaniaENTITY.prototype, "
|
|
26399
|
+
], ItemAlemaniaENTITY.prototype, "Marca", 2);
|
|
26400
26400
|
|
|
26401
26401
|
// src/logistica/ingreso almacen/shared/index.ts
|
|
26402
26402
|
import { Expose as Expose456, Type as Type307 } from "class-transformer";
|