sigo-entities 1.2.209 → 1.2.210
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 +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -39247,7 +39247,7 @@ var OrdenesInstalacionDTO = class {
|
|
|
39247
39247
|
PERMISOR = 0;
|
|
39248
39248
|
ABONADO = 0;
|
|
39249
39249
|
NOMBRE = "";
|
|
39250
|
-
DOCUMENTO =
|
|
39250
|
+
DOCUMENTO = "";
|
|
39251
39251
|
SMARTCARD = "";
|
|
39252
39252
|
STB = "";
|
|
39253
39253
|
TOMA = "";
|
|
@@ -39327,8 +39327,9 @@ __decorateClass([
|
|
|
39327
39327
|
], OrdenesInstalacionDTO.prototype, "NOMBRE", 2);
|
|
39328
39328
|
__decorateClass([
|
|
39329
39329
|
(0, import_class_transformer602.Expose)(),
|
|
39330
|
+
ForceString(),
|
|
39330
39331
|
(0, import_class_validator603.IsDefined)(),
|
|
39331
|
-
(0, import_class_validator603.
|
|
39332
|
+
(0, import_class_validator603.IsString)()
|
|
39332
39333
|
], OrdenesInstalacionDTO.prototype, "DOCUMENTO", 2);
|
|
39333
39334
|
__decorateClass([
|
|
39334
39335
|
(0, import_class_transformer602.Expose)(),
|
package/dist/index.mjs
CHANGED
|
@@ -38896,7 +38896,7 @@ var OrdenesInstalacionDTO = class {
|
|
|
38896
38896
|
PERMISOR = 0;
|
|
38897
38897
|
ABONADO = 0;
|
|
38898
38898
|
NOMBRE = "";
|
|
38899
|
-
DOCUMENTO =
|
|
38899
|
+
DOCUMENTO = "";
|
|
38900
38900
|
SMARTCARD = "";
|
|
38901
38901
|
STB = "";
|
|
38902
38902
|
TOMA = "";
|
|
@@ -38976,8 +38976,9 @@ __decorateClass([
|
|
|
38976
38976
|
], OrdenesInstalacionDTO.prototype, "NOMBRE", 2);
|
|
38977
38977
|
__decorateClass([
|
|
38978
38978
|
Expose599(),
|
|
38979
|
+
ForceString(),
|
|
38979
38980
|
IsDefined195(),
|
|
38980
|
-
|
|
38981
|
+
IsString490()
|
|
38981
38982
|
], OrdenesInstalacionDTO.prototype, "DOCUMENTO", 2);
|
|
38982
38983
|
__decorateClass([
|
|
38983
38984
|
Expose599(),
|