ngx-dsxlibrary 1.0.67 → 1.0.68
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/index.d.ts +8 -1
- package/ngx-dsxlibrary-1.0.68.tgz +0 -0
- package/package.json +12 -12
- package/src/lib/models/index.d.ts +8 -1
- package/ngx-dsxlibrary-1.0.67.tgz +0 -0
package/index.d.ts
CHANGED
|
@@ -348,6 +348,13 @@ interface ResponseHttpModel {
|
|
|
348
348
|
statusMessage: string;
|
|
349
349
|
isAdmin: boolean;
|
|
350
350
|
}
|
|
351
|
+
interface NITResponse {
|
|
352
|
+
nit: string;
|
|
353
|
+
nombre: string;
|
|
354
|
+
mensaje: string;
|
|
355
|
+
apellidos: string;
|
|
356
|
+
nombres: string;
|
|
357
|
+
}
|
|
351
358
|
|
|
352
359
|
declare class DsxAddToolsModule {
|
|
353
360
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsxAddToolsModule, never>;
|
|
@@ -980,4 +987,4 @@ declare function nitValidator(control: AbstractControl): ValidationErrors | null
|
|
|
980
987
|
declare function cuiValidator(control: AbstractControl): ValidationErrors | null;
|
|
981
988
|
|
|
982
989
|
export { AlertaService, AppMessageErrorComponent, AuthorizeService, CACHE_KEYS, CacheService, DsxAddToolsModule, ENVIRONMENT, EndpointService, INITIAL_PARAMETERS, JsonHighlightPipe, JsonValuesDebujComponent, KpicardComponent, LoadingComponent, NavbarDsxComponent, OnlyRangoPatternDirective, ParameterValuesService, PrimeNgModule, SecurityService, SelectAllOnFocusDirective, TruncatePipe, UtilityAddService, atLeastOneFieldRequiredValidator, createInitialCache, createTypedCacheProvider, cuiValidator, dateMinMaxValidator, dateRangeValidator, httpAuthorizeInterceptor, nitValidator };
|
|
983
|
-
export type { Column, Complemento, Complementos, DatosEmision, DatosGenerales, Direccion, DocumentoFelResponse, Dte, Emisor, EnvironmentConfig, ExportColumn, FechasConversion, FieldConfig, FilterOption, Frase, Frases, Impuesto, Impuestos, InferCacheKeyType, InferCacheOptions, Item, Items, MyParameterValues, ParameterSecurity, ParameterValue, Receptor, ResponseHttpModel, Sat, SeguridadITParameter, T, TipoFechaConversion, TotalImpuesto, Totales, typeModel };
|
|
990
|
+
export type { Column, Complemento, Complementos, DatosEmision, DatosGenerales, Direccion, DocumentoFelResponse, Dte, Emisor, EnvironmentConfig, ExportColumn, FechasConversion, FieldConfig, FilterOption, Frase, Frases, Impuesto, Impuestos, InferCacheKeyType, InferCacheOptions, Item, Items, MyParameterValues, NITResponse, ParameterSecurity, ParameterValue, Receptor, ResponseHttpModel, Sat, SeguridadITParameter, T, TipoFechaConversion, TotalImpuesto, Totales, typeModel };
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-dsxlibrary",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.68",
|
|
4
4
|
"description": "Libreria para control de código automatizado.",
|
|
5
5
|
"author": "DevSoftXela",
|
|
6
6
|
"dependencies": {
|
|
@@ -25,33 +25,33 @@
|
|
|
25
25
|
"types": "./src/lib/directives/index.d.ts",
|
|
26
26
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-directives.mjs"
|
|
27
27
|
},
|
|
28
|
-
"./src/lib/interceptors": {
|
|
29
|
-
"types": "./src/lib/interceptors/index.d.ts",
|
|
30
|
-
"default": "./fesm2022/ngx-dsxlibrary-src-lib-interceptors.mjs"
|
|
31
|
-
},
|
|
32
28
|
"./src/lib/injections": {
|
|
33
29
|
"types": "./src/lib/injections/index.d.ts",
|
|
34
30
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-injections.mjs"
|
|
35
31
|
},
|
|
32
|
+
"./src/lib/interceptors": {
|
|
33
|
+
"types": "./src/lib/interceptors/index.d.ts",
|
|
34
|
+
"default": "./fesm2022/ngx-dsxlibrary-src-lib-interceptors.mjs"
|
|
35
|
+
},
|
|
36
36
|
"./src/lib/models": {
|
|
37
37
|
"types": "./src/lib/models/index.d.ts",
|
|
38
38
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-models.mjs"
|
|
39
39
|
},
|
|
40
|
-
"./src/lib/pipe": {
|
|
41
|
-
"types": "./src/lib/pipe/index.d.ts",
|
|
42
|
-
"default": "./fesm2022/ngx-dsxlibrary-src-lib-pipe.mjs"
|
|
43
|
-
},
|
|
44
40
|
"./src/lib/modules": {
|
|
45
41
|
"types": "./src/lib/modules/index.d.ts",
|
|
46
42
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-modules.mjs"
|
|
47
43
|
},
|
|
48
|
-
"./src/lib/
|
|
49
|
-
"types": "./src/lib/
|
|
50
|
-
"default": "./fesm2022/ngx-dsxlibrary-src-lib-
|
|
44
|
+
"./src/lib/pipe": {
|
|
45
|
+
"types": "./src/lib/pipe/index.d.ts",
|
|
46
|
+
"default": "./fesm2022/ngx-dsxlibrary-src-lib-pipe.mjs"
|
|
51
47
|
},
|
|
52
48
|
"./src/lib/services": {
|
|
53
49
|
"types": "./src/lib/services/index.d.ts",
|
|
54
50
|
"default": "./fesm2022/ngx-dsxlibrary-src-lib-services.mjs"
|
|
51
|
+
},
|
|
52
|
+
"./src/lib/validations": {
|
|
53
|
+
"types": "./src/lib/validations/index.d.ts",
|
|
54
|
+
"default": "./fesm2022/ngx-dsxlibrary-src-lib-validations.mjs"
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -165,6 +165,13 @@ interface ResponseHttpModel {
|
|
|
165
165
|
statusMessage: string;
|
|
166
166
|
isAdmin: boolean;
|
|
167
167
|
}
|
|
168
|
+
interface NITResponse {
|
|
169
|
+
nit: string;
|
|
170
|
+
nombre: string;
|
|
171
|
+
mensaje: string;
|
|
172
|
+
apellidos: string;
|
|
173
|
+
nombres: string;
|
|
174
|
+
}
|
|
168
175
|
|
|
169
176
|
export { createInitialCache };
|
|
170
|
-
export type { Column, Complemento, Complementos, DatosEmision, DatosGenerales, Direccion, DocumentoFelResponse, Dte, Emisor, ExportColumn, FechasConversion, FieldConfig, FilterOption, Frase, Frases, Impuesto, Impuestos, InferCacheKeyType, InferCacheOptions, Item, Items, Receptor, ResponseHttpModel, Sat, T, TipoFechaConversion, TotalImpuesto, Totales, typeModel };
|
|
177
|
+
export type { Column, Complemento, Complementos, DatosEmision, DatosGenerales, Direccion, DocumentoFelResponse, Dte, Emisor, ExportColumn, FechasConversion, FieldConfig, FilterOption, Frase, Frases, Impuesto, Impuestos, InferCacheKeyType, InferCacheOptions, Item, Items, NITResponse, Receptor, ResponseHttpModel, Sat, T, TipoFechaConversion, TotalImpuesto, Totales, typeModel };
|
|
Binary file
|