@acontplus/ng-customer 1.0.7 → 1.0.8

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 CHANGED
@@ -225,7 +225,9 @@ declare class CustomerAddEditComponent implements OnInit {
225
225
  idEmpresa: FormControl<number | null>;
226
226
  idFormaPagoSri: FormControl<number | null>;
227
227
  idTipoClienteProveedor: FormControl<number | null>;
228
- idTipoEntidad: FormControl<number | null>;
228
+ idTipoIdentificacion: FormControl<number | null>;
229
+ idSubContribuyente: FormControl<number | null>;
230
+ idTiempoCredito: FormControl<number | null>;
229
231
  idCiudad: FormControl<number | null>;
230
232
  idEmpleado: FormControl<number | null | undefined>;
231
233
  nombreFiscal: FormControl<string | null>;
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "@acontplus/ng-customer",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Acontplus Angular Customer Module",
5
5
  "dependencies": {
6
6
  "@acontplus/ng-notifications": "^1.0.7",
7
7
  "tslib": "^2.3.0"
8
8
  },
9
9
  "peerDependencies": {
10
- "@acontplus/ng-components": "^1.0.11",
11
- "@acontplus/ng-auth": "^1.0.0",
10
+ "@acontplus/ng-components": "^1.0.13",
12
11
  "@angular/common": "^20.3.2",
13
12
  "@angular/core": "^20.3.2"
14
13
  },