adamo-types 1.2.100-sit → 1.2.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.
@@ -94,16 +94,20 @@ export declare enum ServiceSpecificationDictionary {
94
94
  ADDITIONAL_PHONE_NUMBERS = "STRING",
95
95
  ALTERNATIVE_ADDRESS_V2 = "STRING",
96
96
  BANDWIDTH = "SELECT",
97
+ CHANGE_OF_ADDRESS = "SELECT",
97
98
  DELIVERY_ADDRESS = "ADDRESS",
98
99
  DEVICE_STATIC_IP = "STRING",
100
+ EXTENDER = "SELECT",
99
101
  FIXED_IP = "NONE",
100
102
  ICCID = "STRING",
101
103
  LATITUDE = "STRING",
102
104
  LINE_ID = "STRING",
103
105
  LONGITUDE_V2 = "STRING",
106
+ MASMEDIAID = "STRING",
104
107
  MASMOVILID = "STRING",
105
108
  MSISDN = "STRING",
106
109
  NOTES_FOR_INSTALLER = "STRING",
110
+ PARAMETROS = "STRING",
107
111
  PHONE_NUMBER = "STRING",
108
112
  PORTIN_ADDRESS = "ADDRESS",
109
113
  PORTIN_CONTRACT_TYPE = "SELECT",
@@ -116,12 +120,17 @@ export declare enum ServiceSpecificationDictionary {
116
120
  PORTIN_OPERATOR = "STRING",
117
121
  PORTIN_PASSPORT_COUNTRY = "STRING",
118
122
  PROFILE = "SELECT",
123
+ PROFILE_SD = "SELECT",
119
124
  REFERENCE_ID = "STRING",
120
125
  SERVICE_ADDRESS = "ADDRESS",
126
+ SERVICE_ADDRESS_A = "ADDRESS",
127
+ SERVICE_ADDRESS_B = "ADDRESS",
128
+ TECH_INFO = "STRING",
129
+ VOIP_ANALOGIC_SID = "STRING",
121
130
  VOIP_CLOUDPBX_SID = "STRING",
131
+ VoIP_Mediatrix_SID = "STRING",
122
132
  VOIP_SID = "STRING",
123
- VOIP_SIPTRUNK_SID = "STRING",
124
- PROFILE_SD = "SELECT"
133
+ VOIP_SIPTRUNK_SID = "STRING"
125
134
  }
126
135
  export declare enum CustomerType {
127
136
  CUSTOMER = "Customer"
@@ -123,16 +123,20 @@ var ServiceSpecificationDictionary;
123
123
  ServiceSpecificationDictionary["ADDITIONAL_PHONE_NUMBERS"] = "STRING";
124
124
  ServiceSpecificationDictionary["ALTERNATIVE_ADDRESS_V2"] = "STRING";
125
125
  ServiceSpecificationDictionary["BANDWIDTH"] = "SELECT";
126
+ ServiceSpecificationDictionary["CHANGE_OF_ADDRESS"] = "SELECT";
126
127
  ServiceSpecificationDictionary["DELIVERY_ADDRESS"] = "ADDRESS";
127
128
  ServiceSpecificationDictionary["DEVICE_STATIC_IP"] = "STRING";
129
+ ServiceSpecificationDictionary["EXTENDER"] = "SELECT";
128
130
  ServiceSpecificationDictionary["FIXED_IP"] = "NONE";
129
131
  ServiceSpecificationDictionary["ICCID"] = "STRING";
130
132
  ServiceSpecificationDictionary["LATITUDE"] = "STRING";
131
133
  ServiceSpecificationDictionary["LINE_ID"] = "STRING";
132
134
  ServiceSpecificationDictionary["LONGITUDE_V2"] = "STRING";
135
+ ServiceSpecificationDictionary["MASMEDIAID"] = "STRING";
133
136
  ServiceSpecificationDictionary["MASMOVILID"] = "STRING";
134
137
  ServiceSpecificationDictionary["MSISDN"] = "STRING";
135
138
  ServiceSpecificationDictionary["NOTES_FOR_INSTALLER"] = "STRING";
139
+ ServiceSpecificationDictionary["PARAMETROS"] = "STRING";
136
140
  ServiceSpecificationDictionary["PHONE_NUMBER"] = "STRING";
137
141
  ServiceSpecificationDictionary["PORTIN_ADDRESS"] = "ADDRESS";
138
142
  ServiceSpecificationDictionary["PORTIN_CONTRACT_TYPE"] = "SELECT";
@@ -145,12 +149,17 @@ var ServiceSpecificationDictionary;
145
149
  ServiceSpecificationDictionary["PORTIN_OPERATOR"] = "STRING";
146
150
  ServiceSpecificationDictionary["PORTIN_PASSPORT_COUNTRY"] = "STRING";
147
151
  ServiceSpecificationDictionary["PROFILE"] = "SELECT";
152
+ ServiceSpecificationDictionary["PROFILE_SD"] = "SELECT";
148
153
  ServiceSpecificationDictionary["REFERENCE_ID"] = "STRING";
149
154
  ServiceSpecificationDictionary["SERVICE_ADDRESS"] = "ADDRESS";
155
+ ServiceSpecificationDictionary["SERVICE_ADDRESS_A"] = "ADDRESS";
156
+ ServiceSpecificationDictionary["SERVICE_ADDRESS_B"] = "ADDRESS";
157
+ ServiceSpecificationDictionary["TECH_INFO"] = "STRING";
158
+ ServiceSpecificationDictionary["VOIP_ANALOGIC_SID"] = "STRING";
150
159
  ServiceSpecificationDictionary["VOIP_CLOUDPBX_SID"] = "STRING";
160
+ ServiceSpecificationDictionary["VoIP_Mediatrix_SID"] = "STRING";
151
161
  ServiceSpecificationDictionary["VOIP_SID"] = "STRING";
152
162
  ServiceSpecificationDictionary["VOIP_SIPTRUNK_SID"] = "STRING";
153
- ServiceSpecificationDictionary["PROFILE_SD"] = "SELECT";
154
163
  })(ServiceSpecificationDictionary = exports.ServiceSpecificationDictionary || (exports.ServiceSpecificationDictionary = {}));
155
164
  var CustomerType;
156
165
  (function (CustomerType) {
@@ -211,7 +211,7 @@ export declare class ShoppingCartConfigurationServiceSpecificationItemBssResDto
211
211
  required: boolean;
212
212
  enabled: boolean;
213
213
  included: boolean;
214
- value: string | ShoppingCartConfigurationAddressResDto;
214
+ value?: string | ShoppingCartConfigurationAddressResDto;
215
215
  values?: ShoppingCartConfigurationServiceValueResDto[];
216
216
  }
217
217
  export declare class ShoppingCartConfigurationServiceSpecificationItemResDto {
@@ -222,7 +222,7 @@ export declare class ShoppingCartConfigurationServiceSpecificationItemResDto {
222
222
  enabled: boolean;
223
223
  group: string;
224
224
  hidden: boolean;
225
- value: string | ShoppingCartConfigurationAddressResDto;
225
+ value?: string | ShoppingCartConfigurationAddressResDto;
226
226
  values?: ShoppingCartConfigurationServiceValueResDto[];
227
227
  }
228
228
  export declare class ShoppingCartConfigurationAddressResDto {
@@ -233,10 +233,10 @@ export declare class ShoppingCartConfigurationAddressResDto {
233
233
  streetType: string;
234
234
  streetName: string;
235
235
  streetNumber: string;
236
- block: string;
236
+ block?: string;
237
237
  floor: string;
238
238
  door: string;
239
- entrance: string;
239
+ entrance?: string;
240
240
  apartmentId?: string;
241
241
  }
242
242
  export declare class ShoppingCartConfigurationServiceValueResDto {
@@ -189,13 +189,13 @@ class ShoppingCartConfigurationProductResDto {
189
189
  exports.ShoppingCartConfigurationProductResDto = ShoppingCartConfigurationProductResDto;
190
190
  class ShoppingCartConfigurationServiceSpecificationItemBssResDto {
191
191
  static _OPENAPI_METADATA_FACTORY() {
192
- return { name: { required: true, type: () => String }, displayName: { required: true, type: () => String }, type: { required: true, enum: require("../../../../bss/constants/bp.constants").ServiceSpecificationType }, required: { required: true, type: () => Boolean }, enabled: { required: true, type: () => Boolean }, included: { required: true, type: () => Boolean }, value: { required: true, type: () => Object }, values: { required: false, type: () => [require("./other.entity").ShoppingCartConfigurationServiceValueResDto] } };
192
+ return { name: { required: true, type: () => String }, displayName: { required: true, type: () => String }, type: { required: true, enum: require("../../../../bss/constants/bp.constants").ServiceSpecificationType }, required: { required: true, type: () => Boolean }, enabled: { required: true, type: () => Boolean }, included: { required: true, type: () => Boolean }, value: { required: false, type: () => Object }, values: { required: false, type: () => [require("./other.entity").ShoppingCartConfigurationServiceValueResDto] } };
193
193
  }
194
194
  }
195
195
  exports.ShoppingCartConfigurationServiceSpecificationItemBssResDto = ShoppingCartConfigurationServiceSpecificationItemBssResDto;
196
196
  class ShoppingCartConfigurationServiceSpecificationItemResDto {
197
197
  static _OPENAPI_METADATA_FACTORY() {
198
- return { name: { required: true, type: () => String }, displayName: { required: true, type: () => String }, type: { required: true, enum: require("../../../../bss/constants/bp.constants").ServiceSpecificationType }, required: { required: true, type: () => Boolean }, enabled: { required: true, type: () => Boolean }, group: { required: true, type: () => String }, hidden: { required: true, type: () => Boolean }, value: { required: true, type: () => Object }, values: { required: false, type: () => [require("./other.entity").ShoppingCartConfigurationServiceValueResDto] } };
198
+ return { name: { required: true, type: () => String }, displayName: { required: true, type: () => String }, type: { required: true, enum: require("../../../../bss/constants/bp.constants").ServiceSpecificationType }, required: { required: true, type: () => Boolean }, enabled: { required: true, type: () => Boolean }, group: { required: true, type: () => String }, hidden: { required: true, type: () => Boolean }, value: { required: false, type: () => Object }, values: { required: false, type: () => [require("./other.entity").ShoppingCartConfigurationServiceValueResDto] } };
199
199
  }
200
200
  }
201
201
  exports.ShoppingCartConfigurationServiceSpecificationItemResDto = ShoppingCartConfigurationServiceSpecificationItemResDto;
@@ -207,7 +207,7 @@ class ShoppingCartConfigurationAddressResDto {
207
207
  this.entrance = '';
208
208
  }
209
209
  static _OPENAPI_METADATA_FACTORY() {
210
- return { country: { required: false, type: () => String }, postcode: { required: true, type: () => String, pattern: /^[0-9]{1,5}$/ }, province: { required: true, type: () => String }, city: { required: true, type: () => String }, streetType: { required: true, type: () => String }, streetName: { required: true, type: () => String }, streetNumber: { required: true, type: () => String }, block: { required: true, type: () => Object, default: '' }, floor: { required: true, type: () => Object, default: '' }, door: { required: true, type: () => Object, default: '' }, entrance: { required: true, type: () => Object, default: '' }, apartmentId: { required: false, type: () => String } };
210
+ return { country: { required: false, type: () => String }, postcode: { required: true, type: () => String, pattern: /^[0-9]{1,5}$/ }, province: { required: true, type: () => String }, city: { required: true, type: () => String }, streetType: { required: true, type: () => String }, streetName: { required: true, type: () => String }, streetNumber: { required: true, type: () => String }, block: { required: false, type: () => Object, default: '' }, floor: { required: true, type: () => Object, default: '' }, door: { required: true, type: () => Object, default: '' }, entrance: { required: false, type: () => Object, default: '' }, apartmentId: { required: false, type: () => String } };
211
211
  }
212
212
  }
213
213
  __decorate([
@@ -1,7 +1,8 @@
1
1
  export declare enum DependencyActionType {
2
2
  INCLUDES = "Includes",
3
3
  REQUIRES = "Requires",
4
- EXCLUDES = "Excludes"
4
+ EXCLUDES = "Excludes",
5
+ OPTIONAL = "Optional"
5
6
  }
6
7
  export declare class DependencyDto {
7
8
  id: number;
@@ -17,6 +17,7 @@ var DependencyActionType;
17
17
  DependencyActionType["INCLUDES"] = "Includes";
18
18
  DependencyActionType["REQUIRES"] = "Requires";
19
19
  DependencyActionType["EXCLUDES"] = "Excludes";
20
+ DependencyActionType["OPTIONAL"] = "Optional";
20
21
  })(DependencyActionType = exports.DependencyActionType || (exports.DependencyActionType = {}));
21
22
  let DependencyDto = class DependencyDto {
22
23
  static _OPENAPI_METADATA_FACTORY() {
@@ -1,5 +1,5 @@
1
1
  export declare class TemplateFieldDto {
2
- value: string;
2
+ value: string | boolean;
3
3
  fontSize: number;
4
4
  }
5
5
  export declare enum TemplateB2CField {
@@ -12,6 +12,7 @@ export declare enum TemplateB2CField {
12
12
  ADDITIONALMOBILES3 = "additionalMobiles3",
13
13
  ADDITIONALMOBILES4 = "additionalMobiles4",
14
14
  TVOFFERDETAILX = "tvOfferDetailX",
15
+ ADDITIONALSERVICES = "additionalServices",
15
16
  FEEX = "feeX",
16
17
  PROMOFIRSTMONTHX = "promoFirstMonthX",
17
18
  PROMOMONTHPRICEX = "promoMonthPriceX",
@@ -44,8 +45,10 @@ export declare enum TemplateB2CField {
44
45
  LINE3GB = "line3Gb",
45
46
  LINE4GB = "line4Gb",
46
47
  LINE5GB = "line5Gb",
48
+ CHECKFIXEDLANDLINE = "checkFijo",
47
49
  LANDLINEPORTIN = "landlinePortIn",
48
50
  TVOFFERDETAIL = "tvOfferDetail",
51
+ CHECKWIFITOTAL = "checkWifiTotal",
49
52
  FEE = "fee",
50
53
  PROMOFIRSTMONTH = "promoFirstMonth",
51
54
  PROMOMONTHPRICE = "promoMonthPrice",
@@ -4,7 +4,7 @@ exports.TemplateB2BSimDeliveryField = exports.TemplateB2CSimDeliveryField = expo
4
4
  const openapi = require("@nestjs/swagger");
5
5
  class TemplateFieldDto {
6
6
  static _OPENAPI_METADATA_FACTORY() {
7
- return { value: { required: true, type: () => String }, fontSize: { required: true, type: () => Number } };
7
+ return { value: { required: true, type: () => Object }, fontSize: { required: true, type: () => Number } };
8
8
  }
9
9
  }
10
10
  exports.TemplateFieldDto = TemplateFieldDto;
@@ -19,6 +19,7 @@ var TemplateB2CField;
19
19
  TemplateB2CField["ADDITIONALMOBILES3"] = "additionalMobiles3";
20
20
  TemplateB2CField["ADDITIONALMOBILES4"] = "additionalMobiles4";
21
21
  TemplateB2CField["TVOFFERDETAILX"] = "tvOfferDetailX";
22
+ TemplateB2CField["ADDITIONALSERVICES"] = "additionalServices";
22
23
  TemplateB2CField["FEEX"] = "feeX";
23
24
  TemplateB2CField["PROMOFIRSTMONTHX"] = "promoFirstMonthX";
24
25
  TemplateB2CField["PROMOMONTHPRICEX"] = "promoMonthPriceX";
@@ -51,8 +52,10 @@ var TemplateB2CField;
51
52
  TemplateB2CField["LINE3GB"] = "line3Gb";
52
53
  TemplateB2CField["LINE4GB"] = "line4Gb";
53
54
  TemplateB2CField["LINE5GB"] = "line5Gb";
55
+ TemplateB2CField["CHECKFIXEDLANDLINE"] = "checkFijo";
54
56
  TemplateB2CField["LANDLINEPORTIN"] = "landlinePortIn";
55
57
  TemplateB2CField["TVOFFERDETAIL"] = "tvOfferDetail";
58
+ TemplateB2CField["CHECKWIFITOTAL"] = "checkWifiTotal";
56
59
  TemplateB2CField["FEE"] = "fee";
57
60
  TemplateB2CField["PROMOFIRSTMONTH"] = "promoFirstMonth";
58
61
  TemplateB2CField["PROMOMONTHPRICE"] = "promoMonthPrice";