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 CHANGED
@@ -7351,7 +7351,7 @@ declare class OrdenesInstalacionDTO {
7351
7351
  PERMISOR: number;
7352
7352
  ABONADO: number;
7353
7353
  NOMBRE: string;
7354
- DOCUMENTO: number;
7354
+ DOCUMENTO: string;
7355
7355
  SMARTCARD: string;
7356
7356
  STB: string;
7357
7357
  TOMA: string;
package/dist/index.d.ts CHANGED
@@ -7351,7 +7351,7 @@ declare class OrdenesInstalacionDTO {
7351
7351
  PERMISOR: number;
7352
7352
  ABONADO: number;
7353
7353
  NOMBRE: string;
7354
- DOCUMENTO: number;
7354
+ DOCUMENTO: string;
7355
7355
  SMARTCARD: string;
7356
7356
  STB: string;
7357
7357
  TOMA: string;
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 = 0;
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.IsNumber)()
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 = 0;
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
- IsNumber399()
38981
+ IsString490()
38981
38982
  ], OrdenesInstalacionDTO.prototype, "DOCUMENTO", 2);
38982
38983
  __decorateClass([
38983
38984
  Expose599(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.209",
3
+ "version": "1.2.210",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",