sigo-entities 1.0.5 → 1.0.6
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2222,7 +2222,7 @@ declare class DetalleCubicajeDTO {
|
|
|
2222
2222
|
declare enum OrigenCUB {
|
|
2223
2223
|
CREATE_MANUAL = "CREATE MANUAL",
|
|
2224
2224
|
CREADO_POR_WORK_PROYECT = "CREADO POR WORK PROYECT",
|
|
2225
|
-
SIN_ORIGEN = ""
|
|
2225
|
+
SIN_ORIGEN = "SIN_ORIGEN"
|
|
2226
2226
|
}
|
|
2227
2227
|
declare class CubicacionENTITY {
|
|
2228
2228
|
ID_Cubicacion: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -2222,7 +2222,7 @@ declare class DetalleCubicajeDTO {
|
|
|
2222
2222
|
declare enum OrigenCUB {
|
|
2223
2223
|
CREATE_MANUAL = "CREATE MANUAL",
|
|
2224
2224
|
CREADO_POR_WORK_PROYECT = "CREADO POR WORK PROYECT",
|
|
2225
|
-
SIN_ORIGEN = ""
|
|
2225
|
+
SIN_ORIGEN = "SIN_ORIGEN"
|
|
2226
2226
|
}
|
|
2227
2227
|
declare class CubicacionENTITY {
|
|
2228
2228
|
ID_Cubicacion: number;
|
package/dist/index.js
CHANGED
|
@@ -12223,7 +12223,7 @@ var import_class_validator203 = require("class-validator");
|
|
|
12223
12223
|
var OrigenCUB = /* @__PURE__ */ ((OrigenCUB2) => {
|
|
12224
12224
|
OrigenCUB2["CREATE_MANUAL"] = "CREATE MANUAL";
|
|
12225
12225
|
OrigenCUB2["CREADO_POR_WORK_PROYECT"] = "CREADO POR WORK PROYECT";
|
|
12226
|
-
OrigenCUB2["SIN_ORIGEN"] = "";
|
|
12226
|
+
OrigenCUB2["SIN_ORIGEN"] = "SIN_ORIGEN";
|
|
12227
12227
|
return OrigenCUB2;
|
|
12228
12228
|
})(OrigenCUB || {});
|
|
12229
12229
|
var CubicacionENTITY = class {
|
|
@@ -12234,7 +12234,7 @@ var CubicacionENTITY = class {
|
|
|
12234
12234
|
Fecha = /* @__PURE__ */ new Date();
|
|
12235
12235
|
ZonaAsignada = "";
|
|
12236
12236
|
UsuarioEdicion = new UsuarioEdicionDTO();
|
|
12237
|
-
OrigenCUB = "" /* SIN_ORIGEN */;
|
|
12237
|
+
OrigenCUB = "SIN_ORIGEN" /* SIN_ORIGEN */;
|
|
12238
12238
|
Actividad = "";
|
|
12239
12239
|
//Cubicacion
|
|
12240
12240
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -11886,7 +11886,7 @@ import { IsArray as IsArray73, IsDate as IsDate63, IsEnum as IsEnum3, IsNumber a
|
|
|
11886
11886
|
var OrigenCUB = /* @__PURE__ */ ((OrigenCUB2) => {
|
|
11887
11887
|
OrigenCUB2["CREATE_MANUAL"] = "CREATE MANUAL";
|
|
11888
11888
|
OrigenCUB2["CREADO_POR_WORK_PROYECT"] = "CREADO POR WORK PROYECT";
|
|
11889
|
-
OrigenCUB2["SIN_ORIGEN"] = "";
|
|
11889
|
+
OrigenCUB2["SIN_ORIGEN"] = "SIN_ORIGEN";
|
|
11890
11890
|
return OrigenCUB2;
|
|
11891
11891
|
})(OrigenCUB || {});
|
|
11892
11892
|
var CubicacionENTITY = class {
|
|
@@ -11897,7 +11897,7 @@ var CubicacionENTITY = class {
|
|
|
11897
11897
|
Fecha = /* @__PURE__ */ new Date();
|
|
11898
11898
|
ZonaAsignada = "";
|
|
11899
11899
|
UsuarioEdicion = new UsuarioEdicionDTO();
|
|
11900
|
-
OrigenCUB = "" /* SIN_ORIGEN */;
|
|
11900
|
+
OrigenCUB = "SIN_ORIGEN" /* SIN_ORIGEN */;
|
|
11901
11901
|
Actividad = "";
|
|
11902
11902
|
//Cubicacion
|
|
11903
11903
|
};
|