sigo-entities 1.2.439 → 1.2.440
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
|
@@ -9391,8 +9391,8 @@ declare class AltasNVTOrderENTITY {
|
|
|
9391
9391
|
inventory: MaterialesAltasNVTDTO[];
|
|
9392
9392
|
PB: number;
|
|
9393
9393
|
MO: number;
|
|
9394
|
-
|
|
9395
|
-
|
|
9394
|
+
KLS_ID: string;
|
|
9395
|
+
Bauauftrag_ID: string;
|
|
9396
9396
|
Gasto_EECC: number;
|
|
9397
9397
|
EECC: EECCDBTOADTO;
|
|
9398
9398
|
Valorizacion: ValorizacionAltasNVTDTO | {};
|
package/dist/index.d.ts
CHANGED
|
@@ -9391,8 +9391,8 @@ declare class AltasNVTOrderENTITY {
|
|
|
9391
9391
|
inventory: MaterialesAltasNVTDTO[];
|
|
9392
9392
|
PB: number;
|
|
9393
9393
|
MO: number;
|
|
9394
|
-
|
|
9395
|
-
|
|
9394
|
+
KLS_ID: string;
|
|
9395
|
+
Bauauftrag_ID: string;
|
|
9396
9396
|
Gasto_EECC: number;
|
|
9397
9397
|
EECC: EECCDBTOADTO;
|
|
9398
9398
|
Valorizacion: ValorizacionAltasNVTDTO | {};
|
package/dist/index.js
CHANGED
|
@@ -49281,8 +49281,8 @@ var AltasNVTOrderENTITY = class {
|
|
|
49281
49281
|
inventory = [];
|
|
49282
49282
|
PB = 0;
|
|
49283
49283
|
MO = 0;
|
|
49284
|
-
|
|
49285
|
-
|
|
49284
|
+
KLS_ID = "";
|
|
49285
|
+
Bauauftrag_ID = "";
|
|
49286
49286
|
Gasto_EECC = 0;
|
|
49287
49287
|
EECC = new EECCDBTOADTO();
|
|
49288
49288
|
Valorizacion = {};
|
|
@@ -49415,12 +49415,12 @@ __decorateClass([
|
|
|
49415
49415
|
(0, import_class_transformer791.Expose)(),
|
|
49416
49416
|
(0, import_class_validator768.IsDefined)(),
|
|
49417
49417
|
(0, import_class_validator768.IsString)()
|
|
49418
|
-
], AltasNVTOrderENTITY.prototype, "
|
|
49418
|
+
], AltasNVTOrderENTITY.prototype, "KLS_ID", 2);
|
|
49419
49419
|
__decorateClass([
|
|
49420
49420
|
(0, import_class_transformer791.Expose)(),
|
|
49421
49421
|
(0, import_class_validator768.IsDefined)(),
|
|
49422
49422
|
(0, import_class_validator768.IsString)()
|
|
49423
|
-
], AltasNVTOrderENTITY.prototype, "
|
|
49423
|
+
], AltasNVTOrderENTITY.prototype, "Bauauftrag_ID", 2);
|
|
49424
49424
|
__decorateClass([
|
|
49425
49425
|
(0, import_class_transformer791.Expose)(),
|
|
49426
49426
|
(0, import_class_validator768.IsDefined)(),
|
package/dist/index.mjs
CHANGED
|
@@ -48739,8 +48739,8 @@ var AltasNVTOrderENTITY = class {
|
|
|
48739
48739
|
inventory = [];
|
|
48740
48740
|
PB = 0;
|
|
48741
48741
|
MO = 0;
|
|
48742
|
-
|
|
48743
|
-
|
|
48742
|
+
KLS_ID = "";
|
|
48743
|
+
Bauauftrag_ID = "";
|
|
48744
48744
|
Gasto_EECC = 0;
|
|
48745
48745
|
EECC = new EECCDBTOADTO();
|
|
48746
48746
|
Valorizacion = {};
|
|
@@ -48873,12 +48873,12 @@ __decorateClass([
|
|
|
48873
48873
|
Expose764(),
|
|
48874
48874
|
IsDefined269(),
|
|
48875
48875
|
IsString630()
|
|
48876
|
-
], AltasNVTOrderENTITY.prototype, "
|
|
48876
|
+
], AltasNVTOrderENTITY.prototype, "KLS_ID", 2);
|
|
48877
48877
|
__decorateClass([
|
|
48878
48878
|
Expose764(),
|
|
48879
48879
|
IsDefined269(),
|
|
48880
48880
|
IsString630()
|
|
48881
|
-
], AltasNVTOrderENTITY.prototype, "
|
|
48881
|
+
], AltasNVTOrderENTITY.prototype, "Bauauftrag_ID", 2);
|
|
48882
48882
|
__decorateClass([
|
|
48883
48883
|
Expose764(),
|
|
48884
48884
|
IsDefined269(),
|