sigo-package 1.0.84 → 1.0.86

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.
@@ -10,4 +10,4 @@ export interface HomePassDto {
10
10
  HouseNumber: string;
11
11
  HouseNumbreComplement: string;
12
12
  }
13
- export declare type typeHPList = 'Residential' | 'Business';
13
+ export declare type typeHPList = 'Residential' | 'Business' | 'Troncal';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.0.84",
3
+ "version": "1.0.86",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -11,4 +11,4 @@ export interface HomePassDto {
11
11
  HouseNumbreComplement: string
12
12
  }
13
13
 
14
- export type typeHPList = 'Residential' | 'Business'
14
+ export type typeHPList = 'Residential' | 'Business' | 'Troncal'