sigo-entities 1.2.222 → 1.2.223
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 +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +7600 -7600
- package/dist/index.mjs +255 -255
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -33,6 +33,10 @@ declare function enumToArray<T extends object>(enumObj: T): {
|
|
|
33
33
|
text: string;
|
|
34
34
|
}[];
|
|
35
35
|
|
|
36
|
+
declare const ForceString: () => PropertyDecorator;
|
|
37
|
+
|
|
38
|
+
declare const SmartDateTransformer: () => PropertyDecorator;
|
|
39
|
+
|
|
36
40
|
declare class WBEDTO {
|
|
37
41
|
ID_WBE: number;
|
|
38
42
|
CodigoWBE: string;
|
|
@@ -7541,9 +7545,6 @@ declare class TUVESOrdReclamosFinDTO {
|
|
|
7541
7545
|
FECHA: Date;
|
|
7542
7546
|
}
|
|
7543
7547
|
|
|
7544
|
-
declare const ForceString: () => PropertyDecorator;
|
|
7545
|
-
declare const SmartDateTransformer: () => PropertyDecorator;
|
|
7546
|
-
|
|
7547
7548
|
declare class CodigoNombreDto {
|
|
7548
7549
|
codigo: string;
|
|
7549
7550
|
nombre: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -33,6 +33,10 @@ declare function enumToArray<T extends object>(enumObj: T): {
|
|
|
33
33
|
text: string;
|
|
34
34
|
}[];
|
|
35
35
|
|
|
36
|
+
declare const ForceString: () => PropertyDecorator;
|
|
37
|
+
|
|
38
|
+
declare const SmartDateTransformer: () => PropertyDecorator;
|
|
39
|
+
|
|
36
40
|
declare class WBEDTO {
|
|
37
41
|
ID_WBE: number;
|
|
38
42
|
CodigoWBE: string;
|
|
@@ -7541,9 +7545,6 @@ declare class TUVESOrdReclamosFinDTO {
|
|
|
7541
7545
|
FECHA: Date;
|
|
7542
7546
|
}
|
|
7543
7547
|
|
|
7544
|
-
declare const ForceString: () => PropertyDecorator;
|
|
7545
|
-
declare const SmartDateTransformer: () => PropertyDecorator;
|
|
7546
|
-
|
|
7547
7548
|
declare class CodigoNombreDto {
|
|
7548
7549
|
codigo: string;
|
|
7549
7550
|
nombre: string;
|