adamo-types 2.0.100-sit → 2.0.102-sit

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.
Files changed (26) hide show
  1. package/dist/ams/ams.entity.d.ts +1 -7
  2. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.d.ts +1 -1
  3. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.js +1 -2
  4. package/dist/bss/constants/bp.constants.d.ts +48 -43
  5. package/dist/bss/constants/bp.constants.js +93 -43
  6. package/dist/bss/constants/bss.constants.d.ts +1 -0
  7. package/dist/bss/constants/bss.constants.js +2 -0
  8. package/dist/common/constants/common.constants.d.ts +5 -8
  9. package/dist/common/constants/common.constants.js +4 -7
  10. package/dist/common/constants/customer.error.constants.d.ts +1 -0
  11. package/dist/common/constants/customer.error.constants.js +3 -2
  12. package/dist/common/exception/service.exception.entity.d.ts +16 -0
  13. package/dist/common/exception/service.exception.entity.js +2 -1
  14. package/dist/database/ars/index.d.ts +0 -1
  15. package/dist/database/ars/index.js +0 -1
  16. package/dist/database/lead/index.d.ts +1 -0
  17. package/dist/database/lead/index.js +1 -0
  18. package/dist/sys03/address/address.entity.d.ts +2 -6
  19. package/dist/sys03/address/address.entity.js +2 -2
  20. package/dist/sys03/apartment-whitelist/apartment-whitelist.entity.d.ts +1 -1
  21. package/dist/sys03/configuration/configuration.entity.d.ts +19 -18
  22. package/dist/sys03/configuration/configuration.entity.js +94 -54
  23. package/dist/tsconfig.build.tsbuildinfo +1 -1
  24. package/package.json +1 -1
  25. /package/dist/database/{ars → lead}/apartment-whitelist.entity.d.ts +0 -0
  26. /package/dist/database/{ars → lead}/apartment-whitelist.entity.js +0 -0
@@ -9,7 +9,6 @@ export interface AmsApartment {
9
9
  notes: string;
10
10
  competition: string;
11
11
  serviceable_status: string;
12
- serviceable: string;
13
12
  technology: string;
14
13
  lng: string;
15
14
  lat: string;
@@ -26,6 +25,7 @@ export interface AmsApartment {
26
25
  floor: string;
27
26
  door: string;
28
27
  serviceable_age: number;
28
+ serviceable_date: string;
29
29
  network: string;
30
30
  fiberhood_status?: string;
31
31
  maintenance_partner: string[];
@@ -42,17 +42,11 @@ export interface AmsAddress {
42
42
  priority_sales_area: string;
43
43
  note: string;
44
44
  zone: string;
45
- servicable: string;
46
45
  serviceable_date: string;
47
46
  serviceable_age: number;
48
47
  lng: string;
49
48
  lat: string;
50
49
  gescal24: string;
51
- external_ok: boolean;
52
- external_msg: string;
53
- external_email: string;
54
- can_order: boolean;
55
- planned_deploy_date?: string;
56
50
  apartments: AmsAddressApartment[];
57
51
  }
58
52
  export interface AmsAddressApartment {
@@ -32,6 +32,7 @@ export declare class ShoppingCartParametersDto {
32
32
  readonly salesPerson?: string;
33
33
  addressInfo?: string;
34
34
  apartmentId?: string;
35
+ gescal37?: string;
35
36
  block?: string;
36
37
  city?: string;
37
38
  competition?: string;
@@ -51,7 +52,6 @@ export declare class ShoppingCartParametersDto {
51
52
  province?: string;
52
53
  salesAreaId?: string;
53
54
  salesAreaName?: string;
54
- serviceable?: string;
55
55
  serviceableAge?: string;
56
56
  serviceableStatus?: string;
57
57
  streetAddressId?: string;
@@ -34,7 +34,7 @@ class ShoppingCartEntityParametersDto {
34
34
  exports.ShoppingCartEntityParametersDto = ShoppingCartEntityParametersDto;
35
35
  class ShoppingCartParametersDto {
36
36
  static _OPENAPI_METADATA_FACTORY() {
37
- return { cartCreatedBy: { required: false, type: () => String }, referenceCartCreatedBy: { required: false, type: () => String }, salesPerson: { required: false, type: () => String }, addressInfo: { required: false, type: () => String }, apartmentId: { required: false, type: () => String }, block: { required: false, type: () => String }, city: { required: false, type: () => String }, competition: { required: false, type: () => String }, country: { required: false, type: () => String }, customerType: { required: false, type: () => String }, door: { required: false, type: () => String }, entrance: { required: false, type: () => String }, fiberhood: { required: false, type: () => String }, floor: { required: false, type: () => String }, lat: { required: false, type: () => String }, lng: { required: false, type: () => String }, municipality: { required: false, type: () => String }, network: { required: false, type: () => String }, postcode: { required: false, type: () => String }, projectCode: { required: false, type: () => String }, projectId: { required: false, type: () => String }, province: { required: false, type: () => String }, salesAreaId: { required: false, type: () => String }, salesAreaName: { required: false, type: () => String }, serviceable: { required: false, type: () => String }, serviceableAge: { required: false, type: () => String }, serviceableStatus: { required: false, type: () => String }, streetAddressId: { required: false, type: () => String }, streetName: { required: false, type: () => String }, streetNumber: { required: false, type: () => String }, streetType: { required: false, type: () => String }, technology: { required: false, type: () => String }, shoppingCartProcess: { required: false, enum: require("./shopping-cart-parameters.entity").ShoppingCartParametersShoppingCartProcess }, shoppingCartReplicaType: { required: false, enum: require("./shopping-cart-parameters.entity").ShoppingCartParametersShoppingCartReplicaType }, originalId: { required: false, type: () => String }, originalAction: { required: false, type: () => String }, originalSourceProduct: { required: false, type: () => String }, originalProductOffering: { required: false, type: () => String }, originalReason: { required: false, type: () => String }, originalProducts: { required: false, type: () => String }, originalProductCharacteristics: { required: false, type: () => String }, originalServices: { required: false, type: () => String }, referenceProductId: { required: false, type: () => String }, referenceProductName: { required: false, type: () => String }, referenceProductServiceCharacteristicName: { required: false, type: () => String }, referenceProductServiceCharacteristicValue: { required: false, type: () => String }, referenceInstanceAction: { required: false, enum: require("../../../sys03/customer/customer.constants").CustomerProductInstanceAction }, referenceProductMobileServiceProfile: { required: false, type: () => String } };
37
+ return { cartCreatedBy: { required: false, type: () => String }, referenceCartCreatedBy: { required: false, type: () => String }, salesPerson: { required: false, type: () => String }, addressInfo: { required: false, type: () => String }, apartmentId: { required: false, type: () => String }, gescal37: { required: false, type: () => String }, block: { required: false, type: () => String }, city: { required: false, type: () => String }, competition: { required: false, type: () => String }, country: { required: false, type: () => String }, customerType: { required: false, type: () => String }, door: { required: false, type: () => String }, entrance: { required: false, type: () => String }, fiberhood: { required: false, type: () => String }, floor: { required: false, type: () => String }, lat: { required: false, type: () => String }, lng: { required: false, type: () => String }, municipality: { required: false, type: () => String }, network: { required: false, type: () => String }, postcode: { required: false, type: () => String }, projectCode: { required: false, type: () => String }, projectId: { required: false, type: () => String }, province: { required: false, type: () => String }, salesAreaId: { required: false, type: () => String }, salesAreaName: { required: false, type: () => String }, serviceableAge: { required: false, type: () => String }, serviceableStatus: { required: false, type: () => String }, streetAddressId: { required: false, type: () => String }, streetName: { required: false, type: () => String }, streetNumber: { required: false, type: () => String }, streetType: { required: false, type: () => String }, technology: { required: false, type: () => String }, shoppingCartProcess: { required: false, enum: require("./shopping-cart-parameters.entity").ShoppingCartParametersShoppingCartProcess }, shoppingCartReplicaType: { required: false, enum: require("./shopping-cart-parameters.entity").ShoppingCartParametersShoppingCartReplicaType }, originalId: { required: false, type: () => String }, originalAction: { required: false, type: () => String }, originalSourceProduct: { required: false, type: () => String }, originalProductOffering: { required: false, type: () => String }, originalReason: { required: false, type: () => String }, originalProducts: { required: false, type: () => String }, originalProductCharacteristics: { required: false, type: () => String }, originalServices: { required: false, type: () => String }, referenceProductId: { required: false, type: () => String }, referenceProductName: { required: false, type: () => String }, referenceProductServiceCharacteristicName: { required: false, type: () => String }, referenceProductServiceCharacteristicValue: { required: false, type: () => String }, referenceInstanceAction: { required: false, enum: require("../../../sys03/customer/customer.constants").CustomerProductInstanceAction }, referenceProductMobileServiceProfile: { required: false, type: () => String } };
38
38
  }
39
39
  }
40
40
  exports.ShoppingCartParametersDto = ShoppingCartParametersDto;
@@ -61,7 +61,6 @@ class ShoppingCartParametersDtoBuilder extends helpers_1.Builder {
61
61
  projectId: '22189',
62
62
  province: 'BARCELONA',
63
63
  salesAreaId: '28',
64
- serviceable: '2022-07-14',
65
64
  salesAreaName: 'Area A00',
66
65
  serviceableAge: '735',
67
66
  serviceableStatus: 'SERVICIABLE',
@@ -91,50 +91,55 @@ export declare enum ServiceSpecificationType {
91
91
  STRING = "STRING",
92
92
  NONE = "NONE"
93
93
  }
94
- export declare const ServiceSpecificationDictionary: {
95
- 'Operator we Port-In from': string;
96
- ADAMOGROUPID: string;
97
- ADDITIONAL_PHONE_NUMBERS: string;
98
- ALTERNATIVE_ADDRESS_V2: string;
99
- BANDWIDTH: string;
100
- CHANGE_OF_ADDRESS: string;
101
- DELIVERY_ADDRESS: string;
102
- DEVICE_STATIC_IP: string;
103
- EXTENDER: string;
104
- FIXED_IP: string;
105
- ICCID: string;
106
- LATITUDE: string;
107
- LINE_ID: string;
108
- LONGITUDE_V2: string;
109
- MASMEDIAID: string;
110
- MASMOVILID: string;
111
- MSISDN: string;
112
- NOTES_FOR_INSTALLER: string;
113
- PARAMETROS: string;
114
- PHONE_NUMBER: string;
115
- PORTIN_ADDRESS: string;
116
- PORTIN_CONTRACT_TYPE: string;
117
- PORTIN_CUSTOMER_ID_TYPE: string;
118
- PORTIN_CUSTOMER_IDENTIFIER: string;
119
- PORTIN_CUSTOMER_LAST_NAME: string;
120
- PORTIN_CUSTOMER_NAME: string;
121
- PORTIN_ICC: string;
122
- PORTIN_NUMBER: string;
123
- PORTIN_OPERATOR: string;
124
- PORTIN_PASSPORT_COUNTRY: string;
125
- PROFILE: string;
126
- PROFILE_SD: string;
127
- REFERENCE_ID: string;
128
- SERVICE_ADDRESS: string;
129
- SERVICE_ADDRESS_A: string;
130
- SERVICE_ADDRESS_B: string;
131
- TECH_INFO: string;
132
- VOIP_ANALOGIC_SID: string;
133
- VOIP_CLOUDPBX_SID: string;
134
- VoIP_Mediatrix_SID: string;
135
- VOIP_SID: string;
136
- VOIP_SIPTRUNK_SID: string;
94
+ export declare const ServiceSpecificationCharacteristicNames: {
95
+ readonly ADAMO_GROUP_ID: "ADAMOGROUPID";
96
+ readonly ADDITIONAL_PHONE_NUMBERS: "ADDITIONAL_PHONE_NUMBERS";
97
+ readonly ALTERNATIVE_ADDRESS_V2: "ALTERNATIVE_ADDRESS_V2";
98
+ readonly BANDWIDTH: "BANDWIDTH";
99
+ readonly CHANGE_OF_ADDRESS: "CHANGE_OF_ADDRESS";
100
+ readonly DELIVERY_ADDRESS: "DELIVERY_ADDRESS";
101
+ readonly DEVICE_STATIC_IP: "DEVICE_STATIC_IP";
102
+ readonly EXTENDER: "EXTENDER";
103
+ readonly FIXED_IP: "FIXED_IP";
104
+ readonly GESCAL37: "GESCAL37";
105
+ readonly ICCID: "ICCID";
106
+ readonly IUA_DONOR: "IUA_DONOR";
107
+ readonly LATITUDE: "LATITUDE";
108
+ readonly LINE_ID: "LINE_ID";
109
+ readonly LONGITUDE_V2: "LONGITUDE_V2";
110
+ readonly MASMEDIA_ID: "MASMEDIAID";
111
+ readonly MASMOVIL_ID: "MASMOVILID";
112
+ readonly MSISDN: "MSISDN";
113
+ readonly NOTES_FOR_INSTALLER: "NOTES_FOR_INSTALLER";
114
+ readonly OFFNET_INSTALLATION_TYPE: "OFFNET_INSTALLATION_TYPE";
115
+ readonly OPERATOR_WE_PORTIN_FROM: "Operator we Port-In from";
116
+ readonly PARAMETERS: "PARAMETROS";
117
+ readonly PHONE_NUMBER: "PHONE_NUMBER";
118
+ readonly PORTIN_ADDRESS: "PORTIN_ADDRESS";
119
+ readonly PORTIN_CONTRACT_TYPE: "PORTIN_CONTRACT_TYPE";
120
+ readonly PORTIN_CUSTOMER_FIRST_NAME: "PORTIN_CUSTOMER_NAME";
121
+ readonly PORTIN_CUSTOMER_ID_NUMBER: "PORTIN_CUSTOMER_IDENTIFIER";
122
+ readonly PORTIN_CUSTOMER_ID_TYPE: "PORTIN_CUSTOMER_ID_TYPE";
123
+ readonly PORTIN_CUSTOMER_LAST_NAME: "PORTIN_CUSTOMER_LAST_NAME";
124
+ readonly PORTIN_ICC: "PORTIN_ICC";
125
+ readonly PORTIN_NUMBER: "PORTIN_NUMBER";
126
+ readonly PORTIN_OPERATOR: "PORTIN_OPERATOR";
127
+ readonly PORTIN_PASSPORT_COUNTRY: "PORTIN_PASSPORT_COUNTRY";
128
+ readonly PROFILE_SD: "PROFILE_SD";
129
+ readonly PROFILE: "PROFILE";
130
+ readonly REFERENCE_ID: "REFERENCE_ID";
131
+ readonly SERVICE_ADDRESS_A: "SERVICE_ADDRESS_A";
132
+ readonly SERVICE_ADDRESS_B: "SERVICE_ADDRESS_B";
133
+ readonly SERVICE_ADDRESS: "SERVICE_ADDRESS";
134
+ readonly TECH_INFO: "TECH_INFO";
135
+ readonly VOIP_ANALOGIC_SID: "VOIP_ANALOGIC_SID";
136
+ readonly VOIP_CLOUDPBX_SID: "VOIP_CLOUDPBX_SID";
137
+ readonly VOIP_MEDIATRIX_SID: "VoIP_Mediatrix_SID";
138
+ readonly VOIP_SID: "VOIP_SID";
139
+ readonly VOIP_SIPTRUNK_SID: "VOIP_SIPTRUNK_SID";
137
140
  };
141
+ export type ServiceSpecificationCharacteristicNames = (typeof ServiceSpecificationCharacteristicNames)[keyof typeof ServiceSpecificationCharacteristicNames];
142
+ export declare const ServiceSpecificationDictionary: Record<ServiceSpecificationCharacteristicNames, ServiceSpecificationType>;
138
143
  export declare enum BpCustomerAccountType {
139
144
  CUSTOMER = "Customer"
140
145
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BpBillingStateTypeToChangeAndCreditBillingStateType = exports.DigitelCircuitType = exports.BpCustomerAccountPreferredContactTimeType = exports.BpCustomerAccountBusinessSegmentType = exports.CustomerAccountHistoryType = exports.DeliveryMethod = exports.BpCustomerAccountDocumentType = exports.BpPartyStateType = exports.BpRelatedPartyRoleType = exports.BpCustomerAccountOrganizationIndustryType = exports.BusinessCustomerTypeToBpCustomerAccountOrganizationType = exports.BpCustomerAccountOrganizationTypeToBusinessCustomerType = exports.BpCustomerAccountOrganizationType = exports.BpCustomerAccountIdentificationType = exports.BpCustomerAccountContactMediumTelephoneNumberType = exports.BpCustomerAccountContactMediumRoleType = exports.BpCustomerAccountContactMediumContactType = exports.BpCustomerAccountContactMediumType = exports.BpCustomerAccountAdamoCustomerIdRepType = exports.BpCustomerAccountContactType = exports.BpAccountStateType = exports.UserState = exports.BpCustomerAccountIndividualTitleType = exports.BpTimezoneType = exports.BpAccountPreferredLanguageType = exports.BpEntityType = exports.BpPartyType = exports.BpCustomerAccountType = exports.ServiceSpecificationDictionary = exports.ServiceSpecificationType = exports.ProductOrderTypeToBpProductOrderType = exports.BpProductOrderTypeToProductOrderType = exports.BpProductOrderType = exports.ShoppingCartItemState = exports.ShoppingCartItemAction = exports.ProrationConditionType = exports.ProrationModeType = exports.AssignmentType = exports.CurrencyType = exports.TaxType = exports.DependencySourceTargetType = exports.DependencyType = exports.ProductCatalogItemState = exports.PhoneBonusValue = exports.ConfigurationAttributeType = void 0;
3
+ exports.BpBillingStateTypeToChangeAndCreditBillingStateType = exports.DigitelCircuitType = exports.BpCustomerAccountPreferredContactTimeType = exports.BpCustomerAccountBusinessSegmentType = exports.CustomerAccountHistoryType = exports.DeliveryMethod = exports.BpCustomerAccountDocumentType = exports.BpPartyStateType = exports.BpRelatedPartyRoleType = exports.BpCustomerAccountOrganizationIndustryType = exports.BusinessCustomerTypeToBpCustomerAccountOrganizationType = exports.BpCustomerAccountOrganizationTypeToBusinessCustomerType = exports.BpCustomerAccountOrganizationType = exports.BpCustomerAccountIdentificationType = exports.BpCustomerAccountContactMediumTelephoneNumberType = exports.BpCustomerAccountContactMediumRoleType = exports.BpCustomerAccountContactMediumContactType = exports.BpCustomerAccountContactMediumType = exports.BpCustomerAccountAdamoCustomerIdRepType = exports.BpCustomerAccountContactType = exports.BpAccountStateType = exports.UserState = exports.BpCustomerAccountIndividualTitleType = exports.BpTimezoneType = exports.BpAccountPreferredLanguageType = exports.BpEntityType = exports.BpPartyType = exports.BpCustomerAccountType = exports.ServiceSpecificationDictionary = exports.ServiceSpecificationCharacteristicNames = exports.ServiceSpecificationType = exports.ProductOrderTypeToBpProductOrderType = exports.BpProductOrderTypeToProductOrderType = exports.BpProductOrderType = exports.ShoppingCartItemState = exports.ShoppingCartItemAction = exports.ProrationConditionType = exports.ProrationModeType = exports.AssignmentType = exports.CurrencyType = exports.TaxType = exports.DependencySourceTargetType = exports.DependencyType = exports.ProductCatalogItemState = exports.PhoneBonusValue = exports.ConfigurationAttributeType = void 0;
4
4
  const charge_inventory_1 = require("../bearingpoint/charge-inventory");
5
5
  const charge_1 = require("../charge");
6
6
  const product_1 = require("../product");
@@ -118,49 +118,99 @@ var ServiceSpecificationType;
118
118
  ServiceSpecificationType["STRING"] = "STRING";
119
119
  ServiceSpecificationType["NONE"] = "NONE";
120
120
  })(ServiceSpecificationType || (exports.ServiceSpecificationType = ServiceSpecificationType = {}));
121
+ exports.ServiceSpecificationCharacteristicNames = {
122
+ ADAMO_GROUP_ID: 'ADAMOGROUPID',
123
+ ADDITIONAL_PHONE_NUMBERS: 'ADDITIONAL_PHONE_NUMBERS',
124
+ ALTERNATIVE_ADDRESS_V2: 'ALTERNATIVE_ADDRESS_V2',
125
+ BANDWIDTH: 'BANDWIDTH',
126
+ CHANGE_OF_ADDRESS: 'CHANGE_OF_ADDRESS',
127
+ DELIVERY_ADDRESS: 'DELIVERY_ADDRESS',
128
+ DEVICE_STATIC_IP: 'DEVICE_STATIC_IP',
129
+ EXTENDER: 'EXTENDER',
130
+ FIXED_IP: 'FIXED_IP',
131
+ GESCAL37: 'GESCAL37',
132
+ ICCID: 'ICCID',
133
+ IUA_DONOR: 'IUA_DONOR',
134
+ LATITUDE: 'LATITUDE',
135
+ LINE_ID: 'LINE_ID',
136
+ LONGITUDE_V2: 'LONGITUDE_V2',
137
+ MASMEDIA_ID: 'MASMEDIAID',
138
+ MASMOVIL_ID: 'MASMOVILID',
139
+ MSISDN: 'MSISDN',
140
+ NOTES_FOR_INSTALLER: 'NOTES_FOR_INSTALLER',
141
+ OFFNET_INSTALLATION_TYPE: 'OFFNET_INSTALLATION_TYPE',
142
+ OPERATOR_WE_PORTIN_FROM: 'Operator we Port-In from',
143
+ PARAMETERS: 'PARAMETROS',
144
+ PHONE_NUMBER: 'PHONE_NUMBER',
145
+ PORTIN_ADDRESS: 'PORTIN_ADDRESS',
146
+ PORTIN_CONTRACT_TYPE: 'PORTIN_CONTRACT_TYPE',
147
+ PORTIN_CUSTOMER_FIRST_NAME: 'PORTIN_CUSTOMER_NAME',
148
+ PORTIN_CUSTOMER_ID_NUMBER: 'PORTIN_CUSTOMER_IDENTIFIER',
149
+ PORTIN_CUSTOMER_ID_TYPE: 'PORTIN_CUSTOMER_ID_TYPE',
150
+ PORTIN_CUSTOMER_LAST_NAME: 'PORTIN_CUSTOMER_LAST_NAME',
151
+ PORTIN_ICC: 'PORTIN_ICC',
152
+ PORTIN_NUMBER: 'PORTIN_NUMBER',
153
+ PORTIN_OPERATOR: 'PORTIN_OPERATOR',
154
+ PORTIN_PASSPORT_COUNTRY: 'PORTIN_PASSPORT_COUNTRY',
155
+ PROFILE_SD: 'PROFILE_SD',
156
+ PROFILE: 'PROFILE',
157
+ REFERENCE_ID: 'REFERENCE_ID',
158
+ SERVICE_ADDRESS_A: 'SERVICE_ADDRESS_A',
159
+ SERVICE_ADDRESS_B: 'SERVICE_ADDRESS_B',
160
+ SERVICE_ADDRESS: 'SERVICE_ADDRESS',
161
+ TECH_INFO: 'TECH_INFO',
162
+ VOIP_ANALOGIC_SID: 'VOIP_ANALOGIC_SID',
163
+ VOIP_CLOUDPBX_SID: 'VOIP_CLOUDPBX_SID',
164
+ VOIP_MEDIATRIX_SID: 'VoIP_Mediatrix_SID',
165
+ VOIP_SID: 'VOIP_SID',
166
+ VOIP_SIPTRUNK_SID: 'VOIP_SIPTRUNK_SID'
167
+ };
121
168
  exports.ServiceSpecificationDictionary = {
122
- 'Operator we Port-In from': 'SELECT',
123
- ADAMOGROUPID: 'STRING',
124
- ADDITIONAL_PHONE_NUMBERS: 'STRING',
125
- ALTERNATIVE_ADDRESS_V2: 'STRING',
126
- BANDWIDTH: 'SELECT',
127
- CHANGE_OF_ADDRESS: 'SELECT',
128
- DELIVERY_ADDRESS: 'ADDRESS',
129
- DEVICE_STATIC_IP: 'STRING',
130
- EXTENDER: 'SELECT',
131
- FIXED_IP: 'NONE',
132
- ICCID: 'STRING',
133
- LATITUDE: 'STRING',
134
- LINE_ID: 'STRING',
135
- LONGITUDE_V2: 'STRING',
136
- MASMEDIAID: 'STRING',
137
- MASMOVILID: 'STRING',
138
- MSISDN: 'STRING',
139
- NOTES_FOR_INSTALLER: 'STRING',
140
- PARAMETROS: 'STRING',
141
- PHONE_NUMBER: 'STRING',
142
- PORTIN_ADDRESS: 'ADDRESS',
143
- PORTIN_CONTRACT_TYPE: 'SELECT',
144
- PORTIN_CUSTOMER_ID_TYPE: 'SELECT',
145
- PORTIN_CUSTOMER_IDENTIFIER: 'STRING',
146
- PORTIN_CUSTOMER_LAST_NAME: 'STRING',
147
- PORTIN_CUSTOMER_NAME: 'STRING',
148
- PORTIN_ICC: 'STRING',
149
- PORTIN_NUMBER: 'STRING',
150
- PORTIN_OPERATOR: 'STRING',
151
- PORTIN_PASSPORT_COUNTRY: 'STRING',
152
- PROFILE: 'SELECT',
153
- PROFILE_SD: 'SELECT',
154
- REFERENCE_ID: 'STRING',
155
- SERVICE_ADDRESS: 'ADDRESS',
156
- SERVICE_ADDRESS_A: 'ADDRESS',
157
- SERVICE_ADDRESS_B: 'ADDRESS',
158
- TECH_INFO: 'STRING',
159
- VOIP_ANALOGIC_SID: 'STRING',
160
- VOIP_CLOUDPBX_SID: 'STRING',
161
- VoIP_Mediatrix_SID: 'STRING',
162
- VOIP_SID: 'STRING',
163
- VOIP_SIPTRUNK_SID: 'STRING'
169
+ [exports.ServiceSpecificationCharacteristicNames.ADAMO_GROUP_ID]: ServiceSpecificationType.STRING,
170
+ [exports.ServiceSpecificationCharacteristicNames.ADDITIONAL_PHONE_NUMBERS]: ServiceSpecificationType.STRING,
171
+ [exports.ServiceSpecificationCharacteristicNames.ALTERNATIVE_ADDRESS_V2]: ServiceSpecificationType.STRING,
172
+ [exports.ServiceSpecificationCharacteristicNames.BANDWIDTH]: ServiceSpecificationType.SELECT,
173
+ [exports.ServiceSpecificationCharacteristicNames.CHANGE_OF_ADDRESS]: ServiceSpecificationType.SELECT,
174
+ [exports.ServiceSpecificationCharacteristicNames.DELIVERY_ADDRESS]: ServiceSpecificationType.ADDRESS,
175
+ [exports.ServiceSpecificationCharacteristicNames.DEVICE_STATIC_IP]: ServiceSpecificationType.STRING,
176
+ [exports.ServiceSpecificationCharacteristicNames.EXTENDER]: ServiceSpecificationType.SELECT,
177
+ [exports.ServiceSpecificationCharacteristicNames.FIXED_IP]: ServiceSpecificationType.NONE,
178
+ [exports.ServiceSpecificationCharacteristicNames.GESCAL37]: ServiceSpecificationType.STRING,
179
+ [exports.ServiceSpecificationCharacteristicNames.ICCID]: ServiceSpecificationType.STRING,
180
+ [exports.ServiceSpecificationCharacteristicNames.IUA_DONOR]: ServiceSpecificationType.STRING,
181
+ [exports.ServiceSpecificationCharacteristicNames.LATITUDE]: ServiceSpecificationType.STRING,
182
+ [exports.ServiceSpecificationCharacteristicNames.LINE_ID]: ServiceSpecificationType.STRING,
183
+ [exports.ServiceSpecificationCharacteristicNames.LONGITUDE_V2]: ServiceSpecificationType.STRING,
184
+ [exports.ServiceSpecificationCharacteristicNames.MASMEDIA_ID]: ServiceSpecificationType.STRING,
185
+ [exports.ServiceSpecificationCharacteristicNames.MASMOVIL_ID]: ServiceSpecificationType.STRING,
186
+ [exports.ServiceSpecificationCharacteristicNames.MSISDN]: ServiceSpecificationType.STRING,
187
+ [exports.ServiceSpecificationCharacteristicNames.NOTES_FOR_INSTALLER]: ServiceSpecificationType.STRING,
188
+ [exports.ServiceSpecificationCharacteristicNames.OFFNET_INSTALLATION_TYPE]: ServiceSpecificationType.SELECT,
189
+ [exports.ServiceSpecificationCharacteristicNames.OPERATOR_WE_PORTIN_FROM]: ServiceSpecificationType.SELECT,
190
+ [exports.ServiceSpecificationCharacteristicNames.PARAMETERS]: ServiceSpecificationType.STRING,
191
+ [exports.ServiceSpecificationCharacteristicNames.PHONE_NUMBER]: ServiceSpecificationType.STRING,
192
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_ADDRESS]: ServiceSpecificationType.ADDRESS,
193
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_CONTRACT_TYPE]: ServiceSpecificationType.SELECT,
194
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_CUSTOMER_FIRST_NAME]: ServiceSpecificationType.STRING,
195
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_CUSTOMER_ID_NUMBER]: ServiceSpecificationType.STRING,
196
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_CUSTOMER_ID_TYPE]: ServiceSpecificationType.SELECT,
197
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_CUSTOMER_LAST_NAME]: ServiceSpecificationType.STRING,
198
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_ICC]: ServiceSpecificationType.STRING,
199
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_NUMBER]: ServiceSpecificationType.STRING,
200
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_OPERATOR]: ServiceSpecificationType.STRING,
201
+ [exports.ServiceSpecificationCharacteristicNames.PORTIN_PASSPORT_COUNTRY]: ServiceSpecificationType.STRING,
202
+ [exports.ServiceSpecificationCharacteristicNames.PROFILE_SD]: ServiceSpecificationType.SELECT,
203
+ [exports.ServiceSpecificationCharacteristicNames.PROFILE]: ServiceSpecificationType.SELECT,
204
+ [exports.ServiceSpecificationCharacteristicNames.REFERENCE_ID]: ServiceSpecificationType.STRING,
205
+ [exports.ServiceSpecificationCharacteristicNames.SERVICE_ADDRESS_A]: ServiceSpecificationType.ADDRESS,
206
+ [exports.ServiceSpecificationCharacteristicNames.SERVICE_ADDRESS_B]: ServiceSpecificationType.ADDRESS,
207
+ [exports.ServiceSpecificationCharacteristicNames.SERVICE_ADDRESS]: ServiceSpecificationType.ADDRESS,
208
+ [exports.ServiceSpecificationCharacteristicNames.TECH_INFO]: ServiceSpecificationType.STRING,
209
+ [exports.ServiceSpecificationCharacteristicNames.VOIP_ANALOGIC_SID]: ServiceSpecificationType.STRING,
210
+ [exports.ServiceSpecificationCharacteristicNames.VOIP_CLOUDPBX_SID]: ServiceSpecificationType.STRING,
211
+ [exports.ServiceSpecificationCharacteristicNames.VOIP_MEDIATRIX_SID]: ServiceSpecificationType.STRING,
212
+ [exports.ServiceSpecificationCharacteristicNames.VOIP_SID]: ServiceSpecificationType.STRING,
213
+ [exports.ServiceSpecificationCharacteristicNames.VOIP_SIPTRUNK_SID]: ServiceSpecificationType.STRING
164
214
  };
165
215
  var BpCustomerAccountType;
166
216
  (function (BpCustomerAccountType) {
@@ -18,6 +18,7 @@ export declare enum BssChargeType {
18
18
  TERMINATION_CHARGE = "TERMINATION_CHARGE"
19
19
  }
20
20
  export declare enum CacheKeyType {
21
+ GRUPO_AIRE_APARTMENT = "grupo-aire:apartment",
21
22
  AMS_ADDRESS = "ams:address",
22
23
  AMS_ADDRESS_V2 = "ams:v2:address",
23
24
  AMS_APARTMENT = "ams:apartment",
@@ -63,6 +63,7 @@ var BssChargeType;
63
63
  })(BssChargeType || (exports.BssChargeType = BssChargeType = {}));
64
64
  var CacheKeyType;
65
65
  (function (CacheKeyType) {
66
+ CacheKeyType["GRUPO_AIRE_APARTMENT"] = "grupo-aire:apartment";
66
67
  CacheKeyType["AMS_ADDRESS"] = "ams:address";
67
68
  CacheKeyType["AMS_ADDRESS_V2"] = "ams:v2:address";
68
69
  CacheKeyType["AMS_APARTMENT"] = "ams:apartment";
@@ -119,6 +120,7 @@ exports.CacheKeyTypeTtl = {
119
120
  [CacheKeyType.AMS_ADDRESS]: 1000 * 60 * 60,
120
121
  [CacheKeyType.AMS_ADDRESS_V2]: 1000 * 60 * 60,
121
122
  [CacheKeyType.AMS_APARTMENT]: 1000 * 60 * 60,
123
+ [CacheKeyType.GRUPO_AIRE_APARTMENT]: 1000 * 60 * 60 * 24 * 90,
122
124
  [CacheKeyType.AMS_AREA_V2]: 1000 * 60 * 60,
123
125
  [CacheKeyType.AMS_ZIP_V2]: 1000 * 60 * 60,
124
126
  [CacheKeyType.AVAILABLE_PRODUCTS]: 1000 * 60 * 60 * 24 * 90,
@@ -38,28 +38,24 @@ export declare enum StorageConfiguration {
38
38
  BLACKLISTED_APARTMENTS_CHANNELS = "BLACKLISTED_APARTMENTS_CHANNELS",
39
39
  BLACKLISTED_APARTMENTS_OPERATORS = "BLACKLISTED_APARTMENTS_OPERATORS",
40
40
  CONTRACT_SPECIFIC_NETWORKS = "CONTRACT_SPECIFIC_NETWORKS",
41
- CUSTOMER_PRODUCT_ACTION_OMIT_DEBT_VALIDATION_CHANNELS = "CUSTOMER_PRODUCT_ACTION_OMIT_DEBT_VALIDATION_CHANNELS",
42
41
  CREDIT_VALIDATION_CHANNELS = "CREDIT_VALIDATION_CHANNELS",
42
+ CUSTOMER_PRODUCT_ACTION_OMIT_DEBT_VALIDATION_CHANNELS = "CUSTOMER_PRODUCT_ACTION_OMIT_DEBT_VALIDATION_CHANNELS",
43
43
  DEPENDENCY_GROUPS = "DEPENDENCY_GROUPS",
44
44
  DIGITEL_CIRCUITS_CONFIG = "DIGITEL_CIRCUITS_CONFIG",
45
+ DIGITEL_CLAUSES_CONFIG = "GDPR_CLAUSES",
45
46
  DIGITEL_CONTRACT_CHANNELS_B2B = "DIGITEL_CONTRACT_CHANNELS_B2B",
46
47
  DIGITEL_CONTRACT_CHANNELS_B2C = "DIGITEL_CONTRACT_CHANNELS_B2C",
47
48
  DIGITEL_DEFAULT_USERS_PHONE = "DIGITEL_DEFAULT_USERS_PHONE",
48
49
  FORBIDDEN_SALE_PROCESS_STATUSES = "FORBIDDEN_SALE_PROCESS_STATUSES",
49
- GDPR_CLAUSES = "GDPR_CLAUSES",
50
50
  IBAN_SUPPORTED_COUNTRIES = "IBAN_SUPPORTED_COUNTRIES",
51
51
  IBAN_VALIDATION_CHANNELS = "IBAN_VALIDATION_CHANNELS",
52
- IBAN_VALIDATION_MOCK_VALUES = "IBAN_VALIDATION_MOCK_VALUES",
53
52
  PROCESS_PENDING_IBAN_VALIDATION_SALE_PROCESSES_JOB = "PROCESS_PENDING_IBAN_VALIDATION_SALE_PROCESSES_JOB",
54
53
  PRODUCTS_MANDATORY_DOCUMENTS = "PRODUCTS_MANDATORY_DOCUMENTS",
55
54
  PROMOTION_GROUPS = "PROMOTION_GROUPS",
56
55
  PROVINCE_PREFIXES = "PROVINCE_PREFIXES",
57
56
  REFERENCE_DATES = "REFERENCE_DATES",
58
57
  RETAIL_EXCLUSIVITY_RULES = "RETAIL_EXCLUSIVITY_RULES",
59
- SALES_AREAS = "SALES_AREAS",
60
58
  SEND_BSS_SERVICIABLE_STATUSES = "SEND_BSS_SERVICIABLE_STATUSES",
61
- SIM_DELIVERY_PROVINCES = "SIM_DELIVERY_PROVINCES",
62
- SMS_CONTRACT_CHANNELS = "SMS_CONTRACT_CHANNELS",
63
59
  SUPER_MANAGERS = "SUPER_MANAGERS"
64
60
  }
65
61
  export declare enum BssDropDownKeys {
@@ -87,13 +83,14 @@ export declare enum MicroserviceType {
87
83
  DIGITEL = "DIGITEL",
88
84
  DIGITEL_BRIDGE = "DIGITEL BRIDGE",
89
85
  FTP = "FTP",
86
+ GRUPO_AIRE = "GRUPO AIRE",
90
87
  INFONOVA = "INFONOVA",
91
88
  MESSAGE_MEDIA = "MESSAGE MEDIA",
92
89
  OTRS = "OTRS",
90
+ RETAIL_BATCH_HUB = "RETAIL BATCH HUB",
93
91
  SENDGRID = "SENDGRID",
94
92
  SFTP = "SFTP",
95
- TASK4WORK = "TASK4WORK",
96
- RETAIL_BATCH_HUB = "RETAIL BATCH HUB"
93
+ TASK4WORK = "TASK4WORK"
97
94
  }
98
95
  export declare enum Templates {
99
96
  ADMIN_NOTIFICATION_TEMPLATE = "ADMIN_NOTIFICATION_TEMPLATE",
@@ -57,28 +57,24 @@ var StorageConfiguration;
57
57
  StorageConfiguration["BLACKLISTED_APARTMENTS_CHANNELS"] = "BLACKLISTED_APARTMENTS_CHANNELS";
58
58
  StorageConfiguration["BLACKLISTED_APARTMENTS_OPERATORS"] = "BLACKLISTED_APARTMENTS_OPERATORS";
59
59
  StorageConfiguration["CONTRACT_SPECIFIC_NETWORKS"] = "CONTRACT_SPECIFIC_NETWORKS";
60
- StorageConfiguration["CUSTOMER_PRODUCT_ACTION_OMIT_DEBT_VALIDATION_CHANNELS"] = "CUSTOMER_PRODUCT_ACTION_OMIT_DEBT_VALIDATION_CHANNELS";
61
60
  StorageConfiguration["CREDIT_VALIDATION_CHANNELS"] = "CREDIT_VALIDATION_CHANNELS";
61
+ StorageConfiguration["CUSTOMER_PRODUCT_ACTION_OMIT_DEBT_VALIDATION_CHANNELS"] = "CUSTOMER_PRODUCT_ACTION_OMIT_DEBT_VALIDATION_CHANNELS";
62
62
  StorageConfiguration["DEPENDENCY_GROUPS"] = "DEPENDENCY_GROUPS";
63
63
  StorageConfiguration["DIGITEL_CIRCUITS_CONFIG"] = "DIGITEL_CIRCUITS_CONFIG";
64
+ StorageConfiguration["DIGITEL_CLAUSES_CONFIG"] = "GDPR_CLAUSES";
64
65
  StorageConfiguration["DIGITEL_CONTRACT_CHANNELS_B2B"] = "DIGITEL_CONTRACT_CHANNELS_B2B";
65
66
  StorageConfiguration["DIGITEL_CONTRACT_CHANNELS_B2C"] = "DIGITEL_CONTRACT_CHANNELS_B2C";
66
67
  StorageConfiguration["DIGITEL_DEFAULT_USERS_PHONE"] = "DIGITEL_DEFAULT_USERS_PHONE";
67
68
  StorageConfiguration["FORBIDDEN_SALE_PROCESS_STATUSES"] = "FORBIDDEN_SALE_PROCESS_STATUSES";
68
- StorageConfiguration["GDPR_CLAUSES"] = "GDPR_CLAUSES";
69
69
  StorageConfiguration["IBAN_SUPPORTED_COUNTRIES"] = "IBAN_SUPPORTED_COUNTRIES";
70
70
  StorageConfiguration["IBAN_VALIDATION_CHANNELS"] = "IBAN_VALIDATION_CHANNELS";
71
- StorageConfiguration["IBAN_VALIDATION_MOCK_VALUES"] = "IBAN_VALIDATION_MOCK_VALUES";
72
71
  StorageConfiguration["PROCESS_PENDING_IBAN_VALIDATION_SALE_PROCESSES_JOB"] = "PROCESS_PENDING_IBAN_VALIDATION_SALE_PROCESSES_JOB";
73
72
  StorageConfiguration["PRODUCTS_MANDATORY_DOCUMENTS"] = "PRODUCTS_MANDATORY_DOCUMENTS";
74
73
  StorageConfiguration["PROMOTION_GROUPS"] = "PROMOTION_GROUPS";
75
74
  StorageConfiguration["PROVINCE_PREFIXES"] = "PROVINCE_PREFIXES";
76
75
  StorageConfiguration["REFERENCE_DATES"] = "REFERENCE_DATES";
77
76
  StorageConfiguration["RETAIL_EXCLUSIVITY_RULES"] = "RETAIL_EXCLUSIVITY_RULES";
78
- StorageConfiguration["SALES_AREAS"] = "SALES_AREAS";
79
77
  StorageConfiguration["SEND_BSS_SERVICIABLE_STATUSES"] = "SEND_BSS_SERVICIABLE_STATUSES";
80
- StorageConfiguration["SIM_DELIVERY_PROVINCES"] = "SIM_DELIVERY_PROVINCES";
81
- StorageConfiguration["SMS_CONTRACT_CHANNELS"] = "SMS_CONTRACT_CHANNELS";
82
78
  StorageConfiguration["SUPER_MANAGERS"] = "SUPER_MANAGERS";
83
79
  })(StorageConfiguration || (exports.StorageConfiguration = StorageConfiguration = {}));
84
80
  var BssDropDownKeys;
@@ -109,13 +105,14 @@ var MicroserviceType;
109
105
  MicroserviceType["DIGITEL"] = "DIGITEL";
110
106
  MicroserviceType["DIGITEL_BRIDGE"] = "DIGITEL BRIDGE";
111
107
  MicroserviceType["FTP"] = "FTP";
108
+ MicroserviceType["GRUPO_AIRE"] = "GRUPO AIRE";
112
109
  MicroserviceType["INFONOVA"] = "INFONOVA";
113
110
  MicroserviceType["MESSAGE_MEDIA"] = "MESSAGE MEDIA";
114
111
  MicroserviceType["OTRS"] = "OTRS";
112
+ MicroserviceType["RETAIL_BATCH_HUB"] = "RETAIL BATCH HUB";
115
113
  MicroserviceType["SENDGRID"] = "SENDGRID";
116
114
  MicroserviceType["SFTP"] = "SFTP";
117
115
  MicroserviceType["TASK4WORK"] = "TASK4WORK";
118
- MicroserviceType["RETAIL_BATCH_HUB"] = "RETAIL BATCH HUB";
119
116
  })(MicroserviceType || (exports.MicroserviceType = MicroserviceType = {}));
120
117
  var Templates;
121
118
  (function (Templates) {
@@ -33,6 +33,7 @@ export declare const E_CUSTOMER_UNKNOWN_OWNER_RELATED_PARTY = "E_CUSTOMER_UNKNOW
33
33
  export declare const E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY = "E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY";
34
34
  export declare const E_CUSTOMER_WITHOUT_RELATED_PARTY = "E_CUSTOMER_WITHOUT_RELATED_PARTY";
35
35
  export declare const E_CUSTOMER_WITHOUT_VALID_APARTMENT = "E_CUSTOMER_WITHOUT_VALID_APARTMENT";
36
+ export declare const E_CUSTOMER_WITHOUT_IDENTIFICATION = "E_CUSTOMER_WITHOUT_IDENTIFICATION";
36
37
  export declare const E_FETCH_CUSTOMER_ACCOUNT = "E_FETCH_CUSTOMER_ACCOUNT";
37
38
  export declare const E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES = "E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES";
38
39
  export declare const E_FETCH_CUSTOMER_NOTES = "E_FETCH_CUSTOMER_NOTES";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.E_CUSTOMER_TYPE_WITHOUT_BILLING_CYCLE = exports.E_UPLOAD_CUSTOMER_ACCOUNT_DOCUMENT = exports.E_UPDATE_CUSTOMER_POSTAL_AND_BILLING_ADDRESS_FROM_APARTMENT_ID = exports.E_UPDATE_CUSTOMER_ACCOUNT = exports.E_SEARCH_CUSTOMERS = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_WITHOUT_SIGNATURE = exports.E_ORDER_NOT_BELONG_TO_CUSTOMER = exports.E_FETCH_CUSTOMERS = exports.E_FETCH_CUSTOMER_WORK_TASKS = exports.E_FETCH_CUSTOMER_PRODUCTS = exports.E_FETCH_CUSTOMER_NOTES = exports.E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES = exports.E_FETCH_CUSTOMER_ACCOUNT = exports.E_CUSTOMER_WITHOUT_VALID_APARTMENT = exports.E_CUSTOMER_WITHOUT_RELATED_PARTY = exports.E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY = exports.E_CUSTOMER_UNKNOWN_OWNER_RELATED_PARTY = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_TERMINATION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_WITHOUT_STEPS = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_WITHOUT_STEPS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_VOIP_NUMBER_POOL = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INVALID_PRODUCT = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FORBIDDEN_STATUS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_ORGANIZATION_OWNER_WITHOUT_CONTACT_PARTY = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_HAS_ALL_EXTRAS = exports.E_CUSTOMER_HANDOVER_PROCESS_VOIP_NUMBER_POOL = exports.E_CUSTOMER_HANDOVER_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_HANDOVER_EXISTS_WITH_STATUS = exports.E_CUSTOMER_CHECK_DEBT = exports.E_CUSTOMER_AGGRUPATION_UNHAPPY_RUNNING = exports.E_CUSTOMER_AGGRUPATION_HAPPY_RUNNING = exports.E_CREATE_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS = exports.E_CREATE_CUSTOMER_ACCOUNT_PRODUCT_TRANSFER = exports.E_CREATE_CUSTOMER_ACCOUNT_NOTE = exports.E_CREATE_CUSTOMER_ACCOUNT_HISTORY = exports.E_CREATE_CUSTOMER_ACCOUNT = void 0;
4
- exports.E_CUSTOMER_HAS_DEBT = exports.E_CUSTOMER_HAS_DRAFT_ORDER = exports.E_CUSTOMERS_TO_CHECK_LIMIT_REACHED = exports.E_REVIEW_CREATED_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_WITHOUT_SIGNATURE = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_MULTIPLE_FIBER_BUNDLES = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_DEACTIVATE = exports.E_REVIEW_MULTIPLE_FIBER_BUNDLES_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = exports.E_REVIEW_DEACTIVATE_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = void 0;
3
+ exports.E_UPLOAD_CUSTOMER_ACCOUNT_DOCUMENT = exports.E_UPDATE_CUSTOMER_POSTAL_AND_BILLING_ADDRESS_FROM_APARTMENT_ID = exports.E_UPDATE_CUSTOMER_ACCOUNT = exports.E_SEARCH_CUSTOMERS = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_WITHOUT_SIGNATURE = exports.E_ORDER_NOT_BELONG_TO_CUSTOMER = exports.E_FETCH_CUSTOMERS = exports.E_FETCH_CUSTOMER_WORK_TASKS = exports.E_FETCH_CUSTOMER_PRODUCTS = exports.E_FETCH_CUSTOMER_NOTES = exports.E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES = exports.E_FETCH_CUSTOMER_ACCOUNT = exports.E_CUSTOMER_WITHOUT_IDENTIFICATION = exports.E_CUSTOMER_WITHOUT_VALID_APARTMENT = exports.E_CUSTOMER_WITHOUT_RELATED_PARTY = exports.E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY = exports.E_CUSTOMER_UNKNOWN_OWNER_RELATED_PARTY = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_TERMINATION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_WITHOUT_STEPS = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_WITHOUT_STEPS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_VOIP_NUMBER_POOL = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INVALID_PRODUCT = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FORBIDDEN_STATUS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_ORGANIZATION_OWNER_WITHOUT_CONTACT_PARTY = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_HAS_ALL_EXTRAS = exports.E_CUSTOMER_HANDOVER_PROCESS_VOIP_NUMBER_POOL = exports.E_CUSTOMER_HANDOVER_PROCESS_STEP_UNSTARTED = exports.E_CUSTOMER_HANDOVER_EXISTS_WITH_STATUS = exports.E_CUSTOMER_CHECK_DEBT = exports.E_CUSTOMER_AGGRUPATION_UNHAPPY_RUNNING = exports.E_CUSTOMER_AGGRUPATION_HAPPY_RUNNING = exports.E_CREATE_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS = exports.E_CREATE_CUSTOMER_ACCOUNT_PRODUCT_TRANSFER = exports.E_CREATE_CUSTOMER_ACCOUNT_NOTE = exports.E_CREATE_CUSTOMER_ACCOUNT_HISTORY = exports.E_CREATE_CUSTOMER_ACCOUNT = void 0;
4
+ exports.E_CUSTOMER_HAS_DEBT = exports.E_CUSTOMER_HAS_DRAFT_ORDER = exports.E_CUSTOMERS_TO_CHECK_LIMIT_REACHED = exports.E_REVIEW_CREATED_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_WITHOUT_SIGNATURE = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_MULTIPLE_FIBER_BUNDLES = exports.E_REVIEW_CUSTOMER_AGRRUPATION_DIRECT_SEND_TO_BSS_DEACTIVATE = exports.E_REVIEW_MULTIPLE_FIBER_BUNDLES_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = exports.E_REVIEW_DEACTIVATE_CUSTOMER_AGRRUPATION_CREATED_DIRECT_SEND_TO_BSS = exports.E_CUSTOMER_TYPE_WITHOUT_BILLING_CYCLE = void 0;
5
5
  exports.E_CREATE_CUSTOMER_ACCOUNT = 'E_CREATE_CUSTOMER_ACCOUNT';
6
6
  exports.E_CREATE_CUSTOMER_ACCOUNT_HISTORY = 'E_CREATE_CUSTOMER_ACCOUNT_HISTORY';
7
7
  exports.E_CREATE_CUSTOMER_ACCOUNT_NOTE = 'E_CREATE_CUSTOMER_ACCOUNT_NOTE';
@@ -37,6 +37,7 @@ exports.E_CUSTOMER_UNKNOWN_OWNER_RELATED_PARTY = 'E_CUSTOMER_UNKNOWN_OWNER_RELAT
37
37
  exports.E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY = 'E_CUSTOMER_WITHOUT_OWNER_RELATED_PARTY';
38
38
  exports.E_CUSTOMER_WITHOUT_RELATED_PARTY = 'E_CUSTOMER_WITHOUT_RELATED_PARTY';
39
39
  exports.E_CUSTOMER_WITHOUT_VALID_APARTMENT = 'E_CUSTOMER_WITHOUT_VALID_APARTMENT';
40
+ exports.E_CUSTOMER_WITHOUT_IDENTIFICATION = 'E_CUSTOMER_WITHOUT_IDENTIFICATION';
40
41
  exports.E_FETCH_CUSTOMER_ACCOUNT = 'E_FETCH_CUSTOMER_ACCOUNT';
41
42
  exports.E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES = 'E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES';
42
43
  exports.E_FETCH_CUSTOMER_NOTES = 'E_FETCH_CUSTOMER_NOTES';
@@ -120,6 +120,22 @@ export declare const AmsError: {
120
120
  prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
121
121
  stackTraceLimit: number;
122
122
  };
123
+ export declare const GrupoAireError: {
124
+ new (errorArgs: ErrorArgs): {
125
+ code: string;
126
+ source: MicroserviceType;
127
+ statusCode?: number;
128
+ parameters?: ErrorParameters;
129
+ superMessage: string;
130
+ messages?: MessagePayloadDto[];
131
+ name: string;
132
+ message: string;
133
+ stack?: string;
134
+ };
135
+ captureStackTrace(targetObject: object, constructorOpt?: Function): void;
136
+ prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
137
+ stackTraceLimit: number;
138
+ };
123
139
  export declare const DigitelError: {
124
140
  new (errorArgs: ErrorArgs): {
125
141
  code: string;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SftpError = exports.SendGridError = exports.OtrsError = exports.MsgMediaError = exports.FtpError = exports.DigitelError = exports.AmsError = exports.RetailBatchHubError = exports.DigitelBridgeError = exports.DbBridgeError = exports.BssBridgeError = exports.ArsEdgeError = exports.AcsEdgeError = void 0;
3
+ exports.SftpError = exports.SendGridError = exports.OtrsError = exports.MsgMediaError = exports.FtpError = exports.DigitelError = exports.GrupoAireError = exports.AmsError = exports.RetailBatchHubError = exports.DigitelBridgeError = exports.DbBridgeError = exports.BssBridgeError = exports.ArsEdgeError = exports.AcsEdgeError = void 0;
4
4
  const openapi = require("@nestjs/swagger");
5
5
  const constants_1 = require("../constants");
6
6
  const exception_entity_1 = require("./exception.entity");
@@ -54,6 +54,7 @@ exports.DbBridgeError = createErrorFactory({ name: 'DbBridgeError', source: cons
54
54
  exports.DigitelBridgeError = createErrorFactory({ name: 'DigitelBridgeError', source: constants_1.MicroserviceType.DIGITEL_BRIDGE });
55
55
  exports.RetailBatchHubError = createErrorFactory({ name: 'RetailBatchHubError', source: constants_1.MicroserviceType.RETAIL_BATCH_HUB });
56
56
  exports.AmsError = createErrorFactory({ name: 'AmsError', source: constants_1.MicroserviceType.AMS });
57
+ exports.GrupoAireError = createErrorFactory({ name: 'GrupoAireError', source: constants_1.MicroserviceType.GRUPO_AIRE });
57
58
  exports.DigitelError = createErrorFactory({ name: 'DigitelError', source: constants_1.MicroserviceType.DIGITEL });
58
59
  exports.FtpError = createErrorFactory({ name: 'FtpError', source: constants_1.MicroserviceType.FTP });
59
60
  exports.MsgMediaError = createErrorFactory({ name: 'MsgMediaError', source: constants_1.MicroserviceType.MESSAGE_MEDIA });
@@ -2,7 +2,6 @@ export * from './aggrupation.entity';
2
2
  export * from './aggrupations-consent-data.entity';
3
3
  export * from './aggrupations-file.entity';
4
4
  export * from './aggrupations-transactions.entity';
5
- export * from './apartment-whitelist.entity';
6
5
  export * from './batch-process-definition.entity';
7
6
  export * from './bundle-products.entity';
8
7
  export * from './bundle-type-configuration.entity';
@@ -18,7 +18,6 @@ __exportStar(require("./aggrupation.entity"), exports);
18
18
  __exportStar(require("./aggrupations-consent-data.entity"), exports);
19
19
  __exportStar(require("./aggrupations-file.entity"), exports);
20
20
  __exportStar(require("./aggrupations-transactions.entity"), exports);
21
- __exportStar(require("./apartment-whitelist.entity"), exports);
22
21
  __exportStar(require("./batch-process-definition.entity"), exports);
23
22
  __exportStar(require("./bundle-products.entity"), exports);
24
23
  __exportStar(require("./bundle-type-configuration.entity"), exports);
@@ -1,3 +1,4 @@
1
+ export * from './apartment-whitelist.entity';
1
2
  export * from './approval.entity';
2
3
  export * from './lead-credit-bureau-validation.entity';
3
4
  export * from './lead-transactions.entity';
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./apartment-whitelist.entity"), exports);
17
18
  __exportStar(require("./approval.entity"), exports);
18
19
  __exportStar(require("./lead-credit-bureau-validation.entity"), exports);
19
20
  __exportStar(require("./lead-transactions.entity"), exports);
@@ -8,14 +8,11 @@ export declare class AddressDto {
8
8
  salesArea: string;
9
9
  note?: string;
10
10
  zone?: string;
11
- serviceable: Date;
11
+ serviceableDate: Date;
12
12
  serviceableAge: number;
13
13
  lng: string;
14
14
  lat: string;
15
- externalOk: boolean;
16
- externalMsg?: string;
17
- externalEmail?: string;
18
- canOrder: boolean;
15
+ gescal24?: string;
19
16
  apartments: AddressApartmentDto[];
20
17
  }
21
18
  export declare class AddressApartmentDto {
@@ -48,7 +45,6 @@ export declare class ApartmentDto {
48
45
  projectCode: string;
49
46
  competition: string;
50
47
  serviceableStatus: string;
51
- serviceable: string;
52
48
  technology: string;
53
49
  lng: string;
54
50
  lat: string;