adamo-types 2.0.3-sit → 2.0.3-uat

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 (69) hide show
  1. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.d.ts +1 -1
  2. package/dist/bss/bearingpoint/task/task.constants.d.ts +6 -2
  3. package/dist/bss/bearingpoint/task/task.constants.js +4 -0
  4. package/dist/bss/bearingpoint/task/task.entity.js +2 -2
  5. package/dist/bss/billing/billing.constants.js +1 -2
  6. package/dist/bss/customer/customer.constants.d.ts +1 -0
  7. package/dist/bss/customer/customer.constants.js +3 -1
  8. package/dist/common/constants/common.constants.d.ts +12 -0
  9. package/dist/common/constants/common.constants.js +15 -1
  10. package/dist/common/constants/error.constants.d.ts +5 -0
  11. package/dist/common/constants/error.constants.js +7 -1
  12. package/dist/common/constants/not-found.error.constants.d.ts +3 -0
  13. package/dist/common/constants/not-found.error.constants.js +4 -1
  14. package/dist/database/bundle-products.entity.d.ts +2 -0
  15. package/dist/database/bundle-products.entity.js +9 -1
  16. package/dist/database/customer-product-change-of-address.entity.d.ts +62 -0
  17. package/dist/database/customer-product-change-of-address.entity.js +267 -0
  18. package/dist/database/customer-product-deactivation.entity.js +2 -2
  19. package/dist/database/customer-product-modification.entity.js +2 -2
  20. package/dist/database/customer-product-multiple-transition.entity copy.d.ts +64 -0
  21. package/dist/database/customer-product-multiple-transition.entity copy.js +269 -0
  22. package/dist/database/customer-product-multiple-transition.entity.js +3 -3
  23. package/dist/database/customer-product-transition.entity.js +2 -2
  24. package/dist/database/index.d.ts +1 -0
  25. package/dist/database/index.js +1 -0
  26. package/dist/sys03/approval/approval.entity.d.ts +2 -2
  27. package/dist/sys03/common/common.entity.d.ts +5 -0
  28. package/dist/sys03/common/common.entity.js +7 -1
  29. package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.constants copy.d.ts +19 -0
  30. package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.constants copy.js +23 -0
  31. package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.constants.d.ts +19 -0
  32. package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.constants.js +31 -0
  33. package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.entity.d.ts +102 -0
  34. package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.entity.js +319 -0
  35. package/dist/sys03/customer-product-change-of-address-process/index.d.ts +2 -0
  36. package/dist/{common/edge-sms → sys03/customer-product-change-of-address-process}/index.js +2 -1
  37. package/dist/sys03/customer-product-multiple-transition-process/customer-product-multiple-transition-process.entity.d.ts +3 -8
  38. package/dist/sys03/customer-product-multiple-transition-process/customer-product-multiple-transition-process.entity.js +3 -9
  39. package/dist/sys03/shopping-cart/index.d.ts +0 -1
  40. package/dist/sys03/shopping-cart/index.js +0 -1
  41. package/dist/sys03/shopping-cart/shopping-cart.entity.d.ts +14 -0
  42. package/dist/sys03/shopping-cart/shopping-cart.entity.js +59 -1
  43. package/dist/sys03/updowngrade/bundle-products.entity.d.ts +3 -0
  44. package/dist/sys03/updowngrade/bundle-products.entity.js +1 -1
  45. package/dist/tsconfig.build.tsbuildinfo +1 -1
  46. package/package.json +1 -1
  47. package/dist/common/channel/user.channel.d.ts +0 -19
  48. package/dist/common/channel/user.channel.js +0 -23
  49. package/dist/common/edge-bss/saleperson/index.d.ts +0 -1
  50. package/dist/common/edge-bss/saleperson/index.js +0 -17
  51. package/dist/common/edge-bss/saleperson/req/saleperson.entity.d.ts +0 -20
  52. package/dist/common/edge-bss/saleperson/req/saleperson.entity.js +0 -22
  53. package/dist/common/edge-sms/contract/index.d.ts +0 -2
  54. package/dist/common/edge-sms/contract/index.js +0 -18
  55. package/dist/common/edge-sms/contract/req/create.entity.d.ts +0 -5
  56. package/dist/common/edge-sms/contract/req/create.entity.js +0 -10
  57. package/dist/common/edge-sms/contract/res/response.entity.d.ts +0 -4
  58. package/dist/common/edge-sms/contract/res/response.entity.js +0 -10
  59. package/dist/common/edge-sms/index.d.ts +0 -1
  60. package/dist/common/number-pool/constants/index.entity.d.ts +0 -52
  61. package/dist/common/number-pool/constants/index.entity.js +0 -57
  62. package/dist/common/number-pool/index.d.ts +0 -2
  63. package/dist/common/number-pool/index.js +0 -18
  64. package/dist/common/number-pool/req/index.entity.d.ts +0 -3
  65. package/dist/common/number-pool/req/index.entity.js +0 -10
  66. package/dist/common/number-pool/res/index.entity.d.ts +0 -0
  67. package/dist/common/number-pool/res/index.entity.js +0 -1
  68. package/dist/validators/IsEnum.d.ts +0 -2
  69. package/dist/validators/IsEnum.js +0 -20
@@ -1,6 +1,6 @@
1
1
  import { Builder } from '../../../common/helpers/helpers';
2
2
  import { CustomerProductInstanceAction } from '../../../sys03/customer';
3
- export type ShoppingCartParametersShoppingCartProcess = 'sale' | 'new-extras' | 'modification' | 'termination' | 'transition' | 'transition-only-mobiles' | 'transition-shared-mobiles';
3
+ export type ShoppingCartParametersShoppingCartProcess = 'sale' | 'new-extras' | 'modification' | 'termination' | 'transition' | 'transition-only-mobiles' | 'transition-shared-mobiles' | 'change-of-address';
4
4
  export type ShoppingCartParametersTransitionShoppingCartType = 'original-to-unbundle' | 'original-to-create' | 'original-to-delete' | 'clone' | 'configured';
5
5
  export declare class ShoppingCartEntityParametersDto {
6
6
  originalId?: string;
@@ -5,13 +5,16 @@ export declare enum BpTaskStateType {
5
5
  RESOLVED = "Resolved"
6
6
  }
7
7
  export declare enum BpTaskParameterType {
8
+ BILLING = "Facturaci\u00F3n",
8
9
  COMERCIAL = "Comercial"
9
10
  }
10
11
  export declare enum BpTaskParameterSubType {
11
- MODIFY_CONTRACTED_SERVICE = "Modificar el servicio contratado"
12
+ MODIFY_CONTRACTED_SERVICE = "Modificar el servicio contratado",
13
+ CHANGE_OF_ADDRESS = "Cambio de domicilio"
12
14
  }
13
15
  export declare enum BpTaskParameterContactTypes {
14
- NOTE_OTHERS = "Nota / Otros"
16
+ NOTE_OTHERS = "Nota / Otros",
17
+ INBOUND_CALL = "Llamada entrante"
15
18
  }
16
19
  export declare enum BpTaskParameterCategoryTypes {
17
20
  INTERVENTION = "Actuaci\u00F3n"
@@ -23,6 +26,7 @@ export declare enum BpTaskPriority {
23
26
  Low = 4
24
27
  }
25
28
  export declare enum BpTaskDefinitionTypes {
29
+ BILLING_ADDRESS_CHANGE = "BILLING_ADDRESS_CHANGE",
26
30
  COMERCIAL_MODIFY_WITH_SERVICE = "COMMERCIAL_MODIFY_CON_SERVICE"
27
31
  }
28
32
  export declare enum BpTaskResolveResolutionActionTypes {
@@ -10,15 +10,18 @@ var BpTaskStateType;
10
10
  })(BpTaskStateType || (exports.BpTaskStateType = BpTaskStateType = {}));
11
11
  var BpTaskParameterType;
12
12
  (function (BpTaskParameterType) {
13
+ BpTaskParameterType["BILLING"] = "Facturaci\u00F3n";
13
14
  BpTaskParameterType["COMERCIAL"] = "Comercial";
14
15
  })(BpTaskParameterType || (exports.BpTaskParameterType = BpTaskParameterType = {}));
15
16
  var BpTaskParameterSubType;
16
17
  (function (BpTaskParameterSubType) {
17
18
  BpTaskParameterSubType["MODIFY_CONTRACTED_SERVICE"] = "Modificar el servicio contratado";
19
+ BpTaskParameterSubType["CHANGE_OF_ADDRESS"] = "Cambio de domicilio";
18
20
  })(BpTaskParameterSubType || (exports.BpTaskParameterSubType = BpTaskParameterSubType = {}));
19
21
  var BpTaskParameterContactTypes;
20
22
  (function (BpTaskParameterContactTypes) {
21
23
  BpTaskParameterContactTypes["NOTE_OTHERS"] = "Nota / Otros";
24
+ BpTaskParameterContactTypes["INBOUND_CALL"] = "Llamada entrante";
22
25
  })(BpTaskParameterContactTypes || (exports.BpTaskParameterContactTypes = BpTaskParameterContactTypes = {}));
23
26
  var BpTaskParameterCategoryTypes;
24
27
  (function (BpTaskParameterCategoryTypes) {
@@ -33,6 +36,7 @@ var BpTaskPriority;
33
36
  })(BpTaskPriority || (exports.BpTaskPriority = BpTaskPriority = {}));
34
37
  var BpTaskDefinitionTypes;
35
38
  (function (BpTaskDefinitionTypes) {
39
+ BpTaskDefinitionTypes["BILLING_ADDRESS_CHANGE"] = "BILLING_ADDRESS_CHANGE";
36
40
  BpTaskDefinitionTypes["COMERCIAL_MODIFY_WITH_SERVICE"] = "COMMERCIAL_MODIFY_CON_SERVICE";
37
41
  })(BpTaskDefinitionTypes || (exports.BpTaskDefinitionTypes = BpTaskDefinitionTypes = {}));
38
42
  var BpTaskResolveResolutionActionTypes;
@@ -4,7 +4,7 @@ exports.BpTaskDefinitionDto = exports.BpTaskResolveResDto = exports.BpTaskResolv
4
4
  const openapi = require("@nestjs/swagger");
5
5
  class BpTaskParametersDto {
6
6
  static _OPENAPI_METADATA_FACTORY() {
7
- return { dueDate: { required: true, type: () => String }, creationDate: { required: true, type: () => String }, description: { required: true, type: () => String }, billingAccountId: { required: true, type: () => String }, priority: { required: true, type: () => Object }, type: { required: true, type: () => String, enum: require("./task.constants").BpTaskParameterType }, firstName: { required: false, type: () => String }, lastName: { required: false, type: () => String }, usersEmailAddress: { required: false, type: () => String }, requiredInOtrs: { required: false, type: () => String }, otrsQueueName: { required: false, type: () => String }, contact: { required: true, type: () => String, enum: require("./task.constants").BpTaskParameterContactTypes }, subType: { required: true, type: () => String, enum: require("./task.constants").BpTaskParameterSubType }, category: { required: true, type: () => String, enum: require("./task.constants").BpTaskParameterCategoryTypes }, operatorId: { required: true, type: () => String }, SERVICE_NAME: { required: false, type: () => String }, PROCESS_DATA: { required: false, type: () => String }, BILLING_ACCOUNT_ID: { required: false, type: () => String }, EXTERNAL_ID: { required: false, type: () => String }, PROCESS_QUEUE: { required: false, type: () => String }, ERROR_MSG: { required: false, type: () => String }, REQUEST_TYPE: { required: false, type: () => String }, PROVISIONING_ORDER_ID: { required: false, type: () => String }, SERVICE_STATUS: { required: false, type: () => String }, PROCESS_STEP: { required: false, type: () => String } };
7
+ return { dueDate: { required: true, type: () => String }, creationDate: { required: true, type: () => String }, description: { required: true, type: () => String }, billingAccountId: { required: true, type: () => String }, priority: { required: true, type: () => Object }, type: { required: true, enum: require("./task.constants").BpTaskParameterType }, firstName: { required: false, type: () => String }, lastName: { required: false, type: () => String }, usersEmailAddress: { required: false, type: () => String }, requiredInOtrs: { required: false, type: () => String }, otrsQueueName: { required: false, type: () => String }, contact: { required: true, enum: require("./task.constants").BpTaskParameterContactTypes }, subType: { required: true, enum: require("./task.constants").BpTaskParameterSubType }, category: { required: true, type: () => String, enum: require("./task.constants").BpTaskParameterCategoryTypes }, operatorId: { required: true, type: () => String }, SERVICE_NAME: { required: false, type: () => String }, PROCESS_DATA: { required: false, type: () => String }, BILLING_ACCOUNT_ID: { required: false, type: () => String }, EXTERNAL_ID: { required: false, type: () => String }, PROCESS_QUEUE: { required: false, type: () => String }, ERROR_MSG: { required: false, type: () => String }, REQUEST_TYPE: { required: false, type: () => String }, PROVISIONING_ORDER_ID: { required: false, type: () => String }, SERVICE_STATUS: { required: false, type: () => String }, PROCESS_STEP: { required: false, type: () => String } };
8
8
  }
9
9
  }
10
10
  exports.BpTaskParametersDto = BpTaskParametersDto;
@@ -16,7 +16,7 @@ class BpRelatedProductOrderDto {
16
16
  exports.BpRelatedProductOrderDto = BpRelatedProductOrderDto;
17
17
  class BpTaskDto {
18
18
  static _OPENAPI_METADATA_FACTORY() {
19
- return { id: { required: false, type: () => String }, taskDefinition: { required: true, type: () => String, enum: require("./task.constants").BpTaskDefinitionTypes }, creator: { required: false, type: () => String }, assignee: { required: true, type: () => String }, billingAccount: { required: true, type: () => String }, state: { required: false, enum: require("./task.constants").BpTaskStateType }, priority: { required: true, enum: require("./task.constants").BpTaskPriority }, creationDate: { required: false, type: () => String }, category: { required: false, type: () => String }, tags: { required: true, type: () => [String] }, relatedProductOrders: { required: false, type: () => [require("./task.entity").BpRelatedProductOrderDto] }, parameters: { required: true, type: () => require("./task.entity").BpTaskParametersDto } };
19
+ return { id: { required: false, type: () => String }, taskDefinition: { required: true, enum: require("./task.constants").BpTaskDefinitionTypes }, creator: { required: false, type: () => String }, assignee: { required: true, type: () => String }, billingAccount: { required: true, type: () => String }, state: { required: false, enum: require("./task.constants").BpTaskStateType }, priority: { required: true, enum: require("./task.constants").BpTaskPriority }, creationDate: { required: false, type: () => String }, category: { required: false, type: () => String }, tags: { required: true, type: () => [String] }, relatedProductOrders: { required: false, type: () => [require("./task.entity").BpRelatedProductOrderDto] }, parameters: { required: true, type: () => require("./task.entity").BpTaskParametersDto } };
20
20
  }
21
21
  }
22
22
  exports.BpTaskDto = BpTaskDto;
@@ -24,6 +24,5 @@ exports.BpBillCategoryToBillType = {
24
24
  exports.BpBillStateToBillState = {
25
25
  Cancelled: BillState.CANCELLED,
26
26
  Open: BillState.OVERDUE,
27
- Settled: BillState.PAID,
28
- PartiallyPaid: BillState.OVERDUE
27
+ Settled: BillState.PAID
29
28
  };
@@ -9,6 +9,7 @@ export declare enum ContactMediumType {
9
9
  }
10
10
  export declare enum CustomerProductActionType {
11
11
  CHANGE = "CHANGE",
12
+ CHANGE_OF_ADDRESS = "CHANGE_OF_ADDRESS",
12
13
  MIGRATE = "MIGRATE",
13
14
  MIGRATE_ONLY_MOBILES = "MIGRATE_ONLY_MOBILES",
14
15
  MIGRATE_SHARED_MOBILES = "MIGRATE_SHARED_MOBILES",
@@ -14,6 +14,7 @@ var ContactMediumType;
14
14
  var CustomerProductActionType;
15
15
  (function (CustomerProductActionType) {
16
16
  CustomerProductActionType["CHANGE"] = "CHANGE";
17
+ CustomerProductActionType["CHANGE_OF_ADDRESS"] = "CHANGE_OF_ADDRESS";
17
18
  CustomerProductActionType["MIGRATE"] = "MIGRATE";
18
19
  CustomerProductActionType["MIGRATE_ONLY_MOBILES"] = "MIGRATE_ONLY_MOBILES";
19
20
  CustomerProductActionType["MIGRATE_SHARED_MOBILES"] = "MIGRATE_SHARED_MOBILES";
@@ -24,7 +25,8 @@ exports.CustomerProductActionTypeDisplayOrder = {
24
25
  [CustomerProductActionType.MIGRATE]: 2,
25
26
  [CustomerProductActionType.MIGRATE_ONLY_MOBILES]: 3,
26
27
  [CustomerProductActionType.MIGRATE_SHARED_MOBILES]: 4,
27
- [CustomerProductActionType.TERMINATE]: 5
28
+ [CustomerProductActionType.CHANGE_OF_ADDRESS]: 5,
29
+ [CustomerProductActionType.TERMINATE]: 6
28
30
  };
29
31
  exports.CustomerProductTypeToServiceCharacteristicName = {
30
32
  [constants_1.ShoppingCartProductType.FIBER]: ['SERVICE_ADDRESS'],
@@ -109,3 +109,15 @@ export interface AuthData {
109
109
  session_state: string;
110
110
  scope: string;
111
111
  }
112
+ export declare enum CoverageSearchType {
113
+ GOOGLE = "GOOGLE",
114
+ COORDS = "COORDS",
115
+ ZIP = "ZIP",
116
+ ID = "ID"
117
+ }
118
+ export declare enum FeatureGroupType {
119
+ CAP = "CAP",
120
+ RET = "RET",
121
+ CAP_EXT = "CAP_EXT",
122
+ CHANGE_OF_ADDRESS = "CHANGE_OF_ADDRESS"
123
+ }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StorageDropdown = exports.Templates = exports.MicroserviceType = exports.BssLookupKeys = exports.BssDropDownKeys = exports.StorageConfiguration = exports.ShoppingCartProductTypeDisplayOrder = exports.ShoppingCartProductType = exports.ClientType = exports.ArsTenant = void 0;
3
+ exports.FeatureGroupType = exports.CoverageSearchType = exports.StorageDropdown = exports.Templates = exports.MicroserviceType = exports.BssLookupKeys = exports.BssDropDownKeys = exports.StorageConfiguration = exports.ShoppingCartProductTypeDisplayOrder = exports.ShoppingCartProductType = exports.ClientType = exports.ArsTenant = void 0;
4
4
  var ArsTenant;
5
5
  (function (ArsTenant) {
6
6
  ArsTenant["ADMIN"] = "admin";
@@ -119,3 +119,17 @@ var StorageDropdown;
119
119
  (function (StorageDropdown) {
120
120
  StorageDropdown["APPROVAL_VALIDATION_TYPES"] = "APPROVAL_VALIDATION_TYPES";
121
121
  })(StorageDropdown || (exports.StorageDropdown = StorageDropdown = {}));
122
+ var CoverageSearchType;
123
+ (function (CoverageSearchType) {
124
+ CoverageSearchType["GOOGLE"] = "GOOGLE";
125
+ CoverageSearchType["COORDS"] = "COORDS";
126
+ CoverageSearchType["ZIP"] = "ZIP";
127
+ CoverageSearchType["ID"] = "ID";
128
+ })(CoverageSearchType || (exports.CoverageSearchType = CoverageSearchType = {}));
129
+ var FeatureGroupType;
130
+ (function (FeatureGroupType) {
131
+ FeatureGroupType["CAP"] = "CAP";
132
+ FeatureGroupType["RET"] = "RET";
133
+ FeatureGroupType["CAP_EXT"] = "CAP_EXT";
134
+ FeatureGroupType["CHANGE_OF_ADDRESS"] = "CHANGE_OF_ADDRESS";
135
+ })(FeatureGroupType || (exports.FeatureGroupType = FeatureGroupType = {}));
@@ -167,6 +167,7 @@ export declare const E_UNKNOWN_CACHE_KEY = "E_UNKNOWN_CACHE_KEY";
167
167
  export declare const E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = "E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS";
168
168
  export declare const E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS = "E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS";
169
169
  export declare const E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS = "E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS";
170
+ export declare const E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_ALREADY_EXISTS = "E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_ALREADY_EXISTS";
170
171
  export declare const E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS = "E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS";
171
172
  export declare const E_CUSTOMER_HAS_ALL_EXTRAS = "E_CUSTOMER_HAS_ALL_EXTRAS";
172
173
  export declare const E_CUSTOMER_WITHOUT_VALID_APARTMENT = "E_CUSTOMER_WITHOUT_VALID_APARTMENT";
@@ -197,3 +198,7 @@ export declare const E_APPROVAL_MODIFY_DISABLED_IBAN_VALIDATION_MAX_INTENTS_REAC
197
198
  export declare const E_SHOPPING_CART_DEPRECATED = "E_SHOPPING_CART_DEPRECATED";
198
199
  export declare const E_PROVINCE_WITHOUT_AVAILABLE_VOIP_NUMBERS = "E_PROVINCE_WITHOUT_AVAILABLE_VOIP_NUMBERS";
199
200
  export declare const E_SHOPPING_CART_APARTMENT_BUSINESS_RULE = "E_SHOPPING_CART_APARTMENT_BUSINESS_RULE";
201
+ export declare const E_SHOPPING_CART_WITHOUT_PROVINCE_PARAMETER = "E_SHOPPING_CART_WITHOUT_PROVINCE_PARAMETER";
202
+ export declare const E_CREATE_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS = "E_CREATE_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS";
203
+ export declare const E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INVALID_PRODUCT = "E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INVALID_PRODUCT";
204
+ export declare const E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FORBIDDEN_STATUS = "E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FORBIDDEN_STATUS";
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.E_CREATE_MANDATE = exports.E_UPDATE_BILLING_ACCOUNT = exports.E_CREATE_BILLING_ACCOUNT = exports.E_UPLOAD_CUSTOMER_ACCOUNT_DOCUMENT = exports.E_CREATE_CUSTOMER_ACCOUNT_NOTE = exports.E_UPDATE_CUSTOMER_ACCOUNT = exports.E_CREATE_CUSTOMER_ACCOUNT = exports.E_FETCH_CUSTOMER_ACCOUNT = exports.E_FETCH_ADDRESS = exports.E_CREATE_ADDRESS = exports.E_FIBER_NOT_AVAILABLE_FOR_THIS_NETWORK = exports.E_UPDATE_SHOPPING_CART_CONFIGURATION = exports.E_CIF_VALIDATION = exports.E_NIE_VALIDATION = exports.E_DNI_VALIDATION = exports.E_SET_SHOPPING_CART_PROMOTIONS = exports.E_SET_SHOPPING_CART_CONTRACT = exports.E_FETCH_AVAILABLE_NUMBERS_FROM_POOL = exports.E_PROVINCE_WITHOUT_PREFIXES = exports.E_SERVER = exports.E_CONNECTION_REFUSED = exports.E_VALIDATION = exports.E_BODY_NOT_OBJECT = exports.E_BODY_NOT_ARRAY = exports.E_BODY_NOT_PROVIDED = exports.E_NO_CHANNEL_SELECTED = exports.E_CHANGE_CHANNEL = exports.E_BP = exports.E_BP_INTERNAL_SERVER_ERROR = exports.E_UPDATE_SHOPPING_CART_EXTRAS = exports.E_EMPTY_SHOPPING_CART = exports.E_BUNDLE_CONFIGURATION_ATTRIBUTE_MISMATCHING = exports.E_PERSIST_SHOPPING_CART = exports.E_SAVE_SHOPPING_CART = exports.E_CREATE_SHOPPING_CART = exports.E_FETCH_PRODUCT_DEFAULT_SUMMARY = exports.E_FETCH_SHOPPING_CART_TRANSITION_ONLY_MOBILES = exports.E_FETCH_SHOPPING_CART_MODIFICATION = exports.E_FETCH_SHOPPING_CART_CONFIGURATION = exports.E_FETCH_SHOPPING_CART_SUMMARY = exports.E_FETCH_SHOPPING_CART_AVAILABLE_EXTRAS = exports.E_FETCH_SHOPPING_CART_AVAILABLE_PRODUCT = exports.E_FETCH_SHOPPING_CART_AVAILABLE_PRODUCTS = exports.E_FETCH_PRODUCT_OFFERINGS = exports.E_ASSIGN_SALESPERSON = exports.E_ASSIGN_ROLE_TENENT = exports.E_CREATE_USER = exports.E_UPDATE_PASSWORD = exports.E_ASSIGN_CHANNELS = exports.E_LOGIN = void 0;
4
4
  exports.E_FETCH_LOOKUP_OPTIONS = exports.E_INVALID_SALE_PROCESS_STATUS = exports.E_USER_ROLE_UNKNOWN = exports.E_USER_WITHOUT_ROLE = exports.E_RESERVE_NUMBER_FROM_POOL = exports.E_WHOLESALE_APARTMENT_BLACKLISTED = exports.E_USER_SALE_PROCESS_PERMISSION = exports.E_UPDATE_CACHE_RECORD = exports.E_DELETE_CACHE_RECORD = exports.E_UPDATE_PRODUCT_CATALOG = exports.E_DELETE_PRODUCT_CATALOG = exports.E_CREATE_CUSTOMER_ACCOUNT_HISTORY = exports.E_FETCH_ORGANIZATION_PARTY = exports.E_FETCH_INDIVIDUAL_PARTY = exports.E_FETCH_PAYMENT_METHOD = exports.E_FETCH_MANDATE = exports.E_FETCH_BILLING_ACCOUNT = exports.E_FETCH_PRODUCT_INVENTORY = exports.E_FETCH_CUSTOMERS = exports.E_FETCH_ORGANIZATION_PARTIES = exports.E_FETCH_INDIVIDUAL_PARTIES = exports.E_DOWNLOAD_INVOICE = exports.E_FETCH_BILLING_ACCOUNT_DETAILS = exports.E_INVALID_IBAN_ACCOUNT_NUMBER_CONTROL_CODE = exports.E_INVALID_IBAN_MOD = exports.E_INVALID_IBAN_FORMAT = exports.E_INVALID_IBAN_LENGTH = exports.E_INVALID_IBAN_ISO_CODE = exports.E_IBAN_SUPPORTED_COUNTRIES_ARE_REQUIRED = exports.E_IBAN_IS_REQUIRED = exports.E_IBAN_COUNTRY_NOT_SUPPORTED = exports.E_SPAIN_NOT_ALLOWED = exports.E_EMAIL_INVALID_FORMAT = exports.E_PHONE_INVALID_FORMAT = exports.E_PHONE_INVALID_LENGTH = exports.E_VALIDATE_SHOPPING_CART = exports.E_FETCH_CHANNEL_USERS = exports.E_SFTP_DOWNLOAD = exports.E_SFTP_UPLOAD = exports.E_SFTP_LIST = exports.E_SFTP_CONNECT = exports.E_FTP_RENAME = exports.E_FTP_REMOVE = exports.E_FTP_DOWNLOAD = exports.E_FTP_UPLOAD = exports.E_SUBMIT_SHOPPING_CART = exports.E_FETCH_SHOPPING_CART = exports.E_UPDATE_PAYMENT_METHOD = exports.E_CREATE_PAYMENT_METHOD = exports.E_UPDATE_MANDATE = void 0;
5
5
  exports.E_FETCH_TASK = exports.E_CREATE_TASK = exports.E_DIGITEL_PROCESS_ERROR = exports.E_APPROVAL_FORBIDDEN_VALIDATION = exports.E_APPROVAL_FORBIDDEN_STATUS = exports.E_APPROVAL_DATA_WITHOUT_CHANGES = exports.E_APPROVAL_DATA_WITHOUT_RESPONSE = exports.E_SALE_PROCESS_PENDING_APPROVAL_UNSOLVED = exports.E_SALE_PROCESS_PENDING_APPROVAL = exports.E_CSV_INVALID_RECORDS = exports.E_CSV_INVALID_RECORD_LENGTH = exports.E_PARSE_CSV = exports.E_PUT_LOOKUP_OPTIONS = exports.E_USER_INACTIVE = exports.E_USER_WITHOUT_TENANTS = exports.E_USER_WITH_EMPTY_WORKGROUP_PERMISSIONS = exports.E_USER_WITHOUT_WORKGROUPS = exports.E_USER_WITHOUT_AUTH = exports.E_BI_SALES_EXTRACTION = exports.E_CUSTOMER_WITHOUT_RELATED_PARTY = exports.E_FETCH_PRODUCT_ORDER = exports.E_FETCH_PRODUCT_ORDERS = exports.E_SALE_PROCESS_DOCUMENTS_REQUIRED = exports.E_SALE_PROCESS_UNKNOWN_COMPANY_TYPE = exports.E_SALE_PROCESS_UNKNOWN_CUSTOMER_TYPE = exports.E_SALE_PROCESS_BUSINESS_CUSTOMER_WITHOUT_INFO = exports.E_SALE_PROCESS_BUSINESS_CUSTOMER_WITHOUT_IDENTIFICATION = exports.E_SALE_PROCESS_RESIDENTIAL_CUSTOMER_WITHOUT_IDENTIFICATION = exports.E_SALE_PROCESS_WITHOUT_CHANGES = exports.E_SALE_PROCESS_WITHOUT_IBAN_VALIDATION_ID = exports.E_SALE_PROCESS_WITHOUT_SHOPPING_CART = exports.E_APPLY_CHARGE = exports.E_PRODUCT_SERVICE_MISSING = exports.E_SALE_PROCESS_APARTMENT_BREACHES_RETAIL_EXCLUSIVITY_RULES = exports.E_APARTMENT_BREACHES_RETAIL_EXCLUSIVITY_RULES = exports.E_ADDRESS_BREACHES_RETAIL_EXCLUSIVITY_RULES = exports.E_UPDATE_PRODUCT_CATALOG_CACHE = exports.E_DUPLICATE_ENTRY = exports.E_UNHANDLED_KEY = exports.E_FETCH_CUSTOMER_ACCOUNT_FINANCE_BALANCES = exports.E_LOGIN_MAX_ATTEMPTS_REACHED = exports.E_TOO_MANY_REQUESTS = exports.E_UPLOAD_SALE_PROCESS_CONTRACT = exports.E_FETCH_USER_CHANNELS = exports.E_UNAUTHORIZED = exports.E_USER_WITHOUT_CHANNELS = exports.E_FETCH_SHOPPING_CART_PROMOTIONS_AND_CONTRACTS = exports.E_FETCH_SHOPPING_CART_FEATURES = exports.E_NOT_BASE_BUNDLE = exports.E_NO_SELECTED_CHANNEL = void 0;
6
- exports.E_SHOPPING_CART_APARTMENT_BUSINESS_RULE = exports.E_PROVINCE_WITHOUT_AVAILABLE_VOIP_NUMBERS = exports.E_SHOPPING_CART_DEPRECATED = exports.E_APPROVAL_MODIFY_DISABLED_IBAN_VALIDATION_MAX_INTENTS_REACHED = exports.E_APPROVAL_WITHOUT_VALIDATION = exports.E_APPROVAL_IBAN_VALIDATION_UNHANDLED_STATUS = exports.E_APPROVAL_IBAN_VALIDATION_MAX_INTENTS_REACHED = exports.E_APPROVAL_IBAN_VALIDATION_PENDING = exports.E_APPROVAL_IBAN_VALIDATION_ERROR = exports.E_APPROVAL_IBAN_VALIDATION_UNSUPPORTED = exports.E_APPROVAL_IBAN_VALIDATION_REJECTED = exports.E_SALE_PROCESS_FORBIDDEN_APPROVAL = exports.E_SALE_PROCESS_FORBIDDEN_STATUS = exports.E_SALE_PROCESS_IBAN_VALIDATION_UNHANDLED_STATUS = exports.E_SALE_PROCESS_IBAN_VALIDATION_PENDING = exports.E_SALE_PROCESS_IBAN_VALIDATION_REJECTED = exports.E_ORDER_NOT_BELONG_TO_CUSTOMER = exports.E_CUSTOMER_CHECK_DEBT = exports.E_CHARACTERISTIC_NOT_CHANGEABLE = exports.E_BUNDLE_NOT_AVAILABLE_IN_CHANNEL = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_WITHOUT_STEPS = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISMATCHING = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS = exports.E_CUSTOMER_WITHOUT_VALID_APARTMENT = exports.E_CUSTOMER_HAS_ALL_EXTRAS = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = exports.E_UNKNOWN_CACHE_KEY = exports.E_FILTER_PRODUCT_BY_PARAMETERS = exports.E_FETCH_CHARGES_AND_CREDITS = exports.E_FETCH_SERVICE_INVENTORY_BY_ID = exports.E_FETCH_PRODUCT_INVENTORY_BY_ID = exports.E_FETCH_CUSTOMER_PRODUCTS = exports.E_FETCH_BILLS = exports.E_PATCH_BILLING_STATE = exports.E_FETCH_ORDER_HIERARCHY = exports.E_FETCH_ORDERS = exports.E_FETCH_CUSTOMER_NOTES = exports.E_FILTERS_REQUIRED = exports.E_SEARCH_CUSTOMERS = exports.E_RESOLVE_TASKS = exports.E_FETCH_TASKS = exports.E_FETCH_TASK_NOTES = void 0;
6
+ exports.E_SHOPPING_CART_APARTMENT_BUSINESS_RULE = exports.E_PROVINCE_WITHOUT_AVAILABLE_VOIP_NUMBERS = exports.E_SHOPPING_CART_DEPRECATED = exports.E_APPROVAL_MODIFY_DISABLED_IBAN_VALIDATION_MAX_INTENTS_REACHED = exports.E_APPROVAL_WITHOUT_VALIDATION = exports.E_APPROVAL_IBAN_VALIDATION_UNHANDLED_STATUS = exports.E_APPROVAL_IBAN_VALIDATION_MAX_INTENTS_REACHED = exports.E_APPROVAL_IBAN_VALIDATION_PENDING = exports.E_APPROVAL_IBAN_VALIDATION_ERROR = exports.E_APPROVAL_IBAN_VALIDATION_UNSUPPORTED = exports.E_APPROVAL_IBAN_VALIDATION_REJECTED = exports.E_SALE_PROCESS_FORBIDDEN_APPROVAL = exports.E_SALE_PROCESS_FORBIDDEN_STATUS = exports.E_SALE_PROCESS_IBAN_VALIDATION_UNHANDLED_STATUS = exports.E_SALE_PROCESS_IBAN_VALIDATION_PENDING = exports.E_SALE_PROCESS_IBAN_VALIDATION_REJECTED = exports.E_ORDER_NOT_BELONG_TO_CUSTOMER = exports.E_CUSTOMER_CHECK_DEBT = exports.E_CHARACTERISTIC_NOT_CHANGEABLE = exports.E_BUNDLE_NOT_AVAILABLE_IN_CHANNEL = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_UNKNOWN_STEP = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_WITHOUT_STEPS = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISMATCHING = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISMATCHING = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS = exports.E_CUSTOMER_WITHOUT_VALID_APARTMENT = exports.E_CUSTOMER_HAS_ALL_EXTRAS = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = exports.E_UNKNOWN_CACHE_KEY = exports.E_FILTER_PRODUCT_BY_PARAMETERS = exports.E_FETCH_CHARGES_AND_CREDITS = exports.E_FETCH_SERVICE_INVENTORY_BY_ID = exports.E_FETCH_PRODUCT_INVENTORY_BY_ID = exports.E_FETCH_CUSTOMER_PRODUCTS = exports.E_FETCH_BILLS = exports.E_PATCH_BILLING_STATE = exports.E_FETCH_ORDER_HIERARCHY = exports.E_FETCH_ORDERS = exports.E_FETCH_CUSTOMER_NOTES = exports.E_FILTERS_REQUIRED = exports.E_SEARCH_CUSTOMERS = exports.E_RESOLVE_TASKS = exports.E_FETCH_TASKS = exports.E_FETCH_TASK_NOTES = void 0;
7
+ exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FORBIDDEN_STATUS = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INVALID_PRODUCT = exports.E_CREATE_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS = exports.E_SHOPPING_CART_WITHOUT_PROVINCE_PARAMETER = void 0;
7
8
  exports.E_LOGIN = 'E_LOGIN';
8
9
  exports.E_ASSIGN_CHANNELS = 'E_ASSIGN_CHANNELS';
9
10
  exports.E_UPDATE_PASSWORD = 'E_UPDATE_PASSWORD';
@@ -173,6 +174,7 @@ exports.E_UNKNOWN_CACHE_KEY = 'E_UNKNOWN_CACHE_KEY';
173
174
  exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = 'E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS';
174
175
  exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS = 'E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_ALREADY_EXISTS';
175
176
  exports.E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS = 'E_CUSTOMER_PRODUCT_MULTIPLE_TRANSITION_PROCESS_ALREADY_EXISTS';
177
+ exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_ALREADY_EXISTS = 'E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_ALREADY_EXISTS';
176
178
  exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS = 'E_CUSTOMER_NEW_EXTRAS_PROCESS_ALREADY_EXISTS';
177
179
  exports.E_CUSTOMER_HAS_ALL_EXTRAS = 'E_CUSTOMER_HAS_ALL_EXTRAS';
178
180
  exports.E_CUSTOMER_WITHOUT_VALID_APARTMENT = 'E_CUSTOMER_WITHOUT_VALID_APARTMENT';
@@ -203,3 +205,7 @@ exports.E_APPROVAL_MODIFY_DISABLED_IBAN_VALIDATION_MAX_INTENTS_REACHED = 'E_APPR
203
205
  exports.E_SHOPPING_CART_DEPRECATED = 'E_SHOPPING_CART_DEPRECATED';
204
206
  exports.E_PROVINCE_WITHOUT_AVAILABLE_VOIP_NUMBERS = 'E_PROVINCE_WITHOUT_AVAILABLE_VOIP_NUMBERS';
205
207
  exports.E_SHOPPING_CART_APARTMENT_BUSINESS_RULE = 'E_SHOPPING_CART_APARTMENT_BUSINESS_RULE';
208
+ exports.E_SHOPPING_CART_WITHOUT_PROVINCE_PARAMETER = 'E_SHOPPING_CART_WITHOUT_PROVINCE_PARAMETER';
209
+ exports.E_CREATE_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS = 'E_CREATE_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS';
210
+ exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INVALID_PRODUCT = 'E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INVALID_PRODUCT';
211
+ exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FORBIDDEN_STATUS = 'E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FORBIDDEN_STATUS';
@@ -10,3 +10,6 @@ export declare const E_LEAD_NOT_FOUND = "E_LEAD_NOT_FOUND";
10
10
  export declare const E_NOT_FOUND = "E_NOT_FOUND";
11
11
  export declare const E_SHOPPING_CART_NOT_FOUND = "E_SHOPPING_CART_NOT_FOUND";
12
12
  export declare const E_ZIP_ADDRESSES_NOT_FOUND = "E_ZIP_ADDRESSES_NOT_FOUND";
13
+ export declare const E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_NOT_FOUND = "E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_NOT_FOUND";
14
+ export declare const E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FIBER_PRODUCT_NOT_FOUND = "E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FIBER_PRODUCT_NOT_FOUND";
15
+ export declare const E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INTERMEDIATE_BUNDLE_NOT_FOUND = "E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INTERMEDIATE_BUNDLE_NOT_FOUND";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.E_ZIP_ADDRESSES_NOT_FOUND = exports.E_SHOPPING_CART_NOT_FOUND = exports.E_NOT_FOUND = exports.E_LEAD_NOT_FOUND = exports.E_LEAD_FILE_NOT_FOUND = exports.E_BUNDLE_PRODUCTS_NOT_FOUND = exports.E_AREA_ADDRESSES_NOT_FOUND = exports.E_APPROVAL_NOT_FOUND = exports.E_APPROVAL_DATA_TO_APPROVE_NOT_FOUND = exports.E_APPROVAL_DATA_NOT_FOUND = exports.E_APARTMENT_NOT_FOUND = exports.E_ADDRESS_NOT_FOUND = void 0;
3
+ exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INTERMEDIATE_BUNDLE_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FIBER_PRODUCT_NOT_FOUND = exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_NOT_FOUND = exports.E_ZIP_ADDRESSES_NOT_FOUND = exports.E_SHOPPING_CART_NOT_FOUND = exports.E_NOT_FOUND = exports.E_LEAD_NOT_FOUND = exports.E_LEAD_FILE_NOT_FOUND = exports.E_BUNDLE_PRODUCTS_NOT_FOUND = exports.E_AREA_ADDRESSES_NOT_FOUND = exports.E_APPROVAL_NOT_FOUND = exports.E_APPROVAL_DATA_TO_APPROVE_NOT_FOUND = exports.E_APPROVAL_DATA_NOT_FOUND = exports.E_APARTMENT_NOT_FOUND = exports.E_ADDRESS_NOT_FOUND = void 0;
4
4
  exports.E_ADDRESS_NOT_FOUND = 'E_ADDRESS_NOT_FOUND';
5
5
  exports.E_APARTMENT_NOT_FOUND = 'E_APARTMENT_NOT_FOUND';
6
6
  exports.E_APPROVAL_DATA_NOT_FOUND = 'E_APPROVAL_DATA_NOT_FOUND';
@@ -13,3 +13,6 @@ exports.E_LEAD_NOT_FOUND = 'E_LEAD_NOT_FOUND';
13
13
  exports.E_NOT_FOUND = 'E_NOT_FOUND';
14
14
  exports.E_SHOPPING_CART_NOT_FOUND = 'E_SHOPPING_CART_NOT_FOUND';
15
15
  exports.E_ZIP_ADDRESSES_NOT_FOUND = 'E_ZIP_ADDRESSES_NOT_FOUND';
16
+ exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_NOT_FOUND = 'E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_NOT_FOUND';
17
+ exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FIBER_PRODUCT_NOT_FOUND = 'E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_FIBER_PRODUCT_NOT_FOUND';
18
+ exports.E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INTERMEDIATE_BUNDLE_NOT_FOUND = 'E_CUSTOMER_PRODUCT_CHANGE_OF_ADDRESS_PROCESS_INTERMEDIATE_BUNDLE_NOT_FOUND';
@@ -1,6 +1,8 @@
1
1
  export declare class BundleProductsEntity {
2
2
  id?: number;
3
3
  bundleName: string;
4
+ availableFrom: Date;
5
+ customerType: string;
4
6
  fiberProductName?: string;
5
7
  mobileProductName?: string;
6
8
  voipProductName?: string;
@@ -14,7 +14,7 @@ const openapi = require("@nestjs/swagger");
14
14
  const typeorm_1 = require("typeorm");
15
15
  let BundleProductsEntity = class BundleProductsEntity {
16
16
  static _OPENAPI_METADATA_FACTORY() {
17
- return { id: { required: false, type: () => Number }, bundleName: { required: true, type: () => String }, fiberProductName: { required: false, type: () => String }, mobileProductName: { required: false, type: () => String }, voipProductName: { required: false, type: () => String }, createdAt: { required: false, type: () => Date } };
17
+ return { id: { required: false, type: () => Number }, bundleName: { required: true, type: () => String }, availableFrom: { required: true, type: () => Date }, customerType: { required: true, type: () => String }, fiberProductName: { required: false, type: () => String }, mobileProductName: { required: false, type: () => String }, voipProductName: { required: false, type: () => String }, createdAt: { required: false, type: () => Date } };
18
18
  }
19
19
  };
20
20
  exports.BundleProductsEntity = BundleProductsEntity;
@@ -26,6 +26,14 @@ __decorate([
26
26
  (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: false }),
27
27
  __metadata("design:type", String)
28
28
  ], BundleProductsEntity.prototype, "bundleName", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)({ type: 'datetime', nullable: true }),
31
+ __metadata("design:type", Date)
32
+ ], BundleProductsEntity.prototype, "availableFrom", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
35
+ __metadata("design:type", String)
36
+ ], BundleProductsEntity.prototype, "customerType", void 0);
29
37
  __decorate([
30
38
  (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
31
39
  __metadata("design:type", String)
@@ -0,0 +1,62 @@
1
+ export declare class CustomerProductChangeOfAddressEntity {
2
+ id?: number;
3
+ customerId: string;
4
+ productId: string;
5
+ productName: string;
6
+ productDisplayName: string;
7
+ status: string;
8
+ intermediateProductId?: string;
9
+ intermediateProductName?: string;
10
+ intermediateProductSalesPerson?: string;
11
+ intermediateProductTargetDate?: string;
12
+ taskId?: string;
13
+ data?: CustomerProductChangeOfAddressDataEntity[];
14
+ shoppingCartId?: string;
15
+ searchType?: string;
16
+ search?: string;
17
+ googleLatitude?: string;
18
+ googleLongitude?: string;
19
+ googleStreet?: string;
20
+ googleCity?: string;
21
+ googleZip?: string;
22
+ googleProvince?: string;
23
+ addressId?: string;
24
+ apartmentId?: string;
25
+ salesPerson?: string;
26
+ targetDate?: string;
27
+ notes?: string;
28
+ createdBy: string;
29
+ createdInChannel: string;
30
+ createdAt?: Date;
31
+ updatedBy?: string;
32
+ updatedInChannel?: string;
33
+ updatedAt?: Date;
34
+ }
35
+ export declare class CustomerProductChangeOfAddressDataEntity {
36
+ id?: number;
37
+ status: string;
38
+ intermediateProductId?: string;
39
+ intermediateProductName?: string;
40
+ intermediateProductSalesPerson?: string;
41
+ intermediateProductTargetDate?: string;
42
+ customerProductChangeOfAddressId?: number;
43
+ customerProductChangeOfAddress?: CustomerProductChangeOfAddressEntity;
44
+ taskId?: string;
45
+ shoppingCartId?: string;
46
+ searchType?: string;
47
+ search?: string;
48
+ googleLatitude?: string;
49
+ googleLongitude?: string;
50
+ googleStreet?: string;
51
+ googleCity?: string;
52
+ googleZip?: string;
53
+ googleProvince?: string;
54
+ addressId?: string;
55
+ apartmentId?: string;
56
+ salesPerson?: string;
57
+ targetDate?: string;
58
+ notes?: string;
59
+ createdBy: string;
60
+ createdInChannel: string;
61
+ createdAt?: Date;
62
+ }
@@ -0,0 +1,267 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CustomerProductChangeOfAddressDataEntity = exports.CustomerProductChangeOfAddressEntity = void 0;
13
+ const openapi = require("@nestjs/swagger");
14
+ const typeorm_1 = require("typeorm");
15
+ let CustomerProductChangeOfAddressEntity = class CustomerProductChangeOfAddressEntity {
16
+ static _OPENAPI_METADATA_FACTORY() {
17
+ return { id: { required: false, type: () => Number }, customerId: { required: true, type: () => String }, productId: { required: true, type: () => String }, productName: { required: true, type: () => String }, productDisplayName: { required: true, type: () => String }, status: { required: true, type: () => String }, intermediateProductId: { required: false, type: () => String }, intermediateProductName: { required: false, type: () => String }, intermediateProductSalesPerson: { required: false, type: () => String }, intermediateProductTargetDate: { required: false, type: () => String }, taskId: { required: false, type: () => String }, data: { required: false, type: () => [require("./customer-product-change-of-address.entity").CustomerProductChangeOfAddressDataEntity] }, shoppingCartId: { required: false, type: () => String }, searchType: { required: false, type: () => String }, search: { required: false, type: () => String }, googleLatitude: { required: false, type: () => String }, googleLongitude: { required: false, type: () => String }, googleStreet: { required: false, type: () => String }, googleCity: { required: false, type: () => String }, googleZip: { required: false, type: () => String }, googleProvince: { required: false, type: () => String }, addressId: { required: false, type: () => String }, apartmentId: { required: false, type: () => String }, salesPerson: { required: false, type: () => String }, targetDate: { required: false, type: () => String }, notes: { required: false, type: () => String }, createdBy: { required: true, type: () => String }, createdInChannel: { required: true, type: () => String }, createdAt: { required: false, type: () => Date }, updatedBy: { required: false, type: () => String }, updatedInChannel: { required: false, type: () => String }, updatedAt: { required: false, type: () => Date } };
18
+ }
19
+ };
20
+ exports.CustomerProductChangeOfAddressEntity = CustomerProductChangeOfAddressEntity;
21
+ __decorate([
22
+ (0, typeorm_1.PrimaryGeneratedColumn)(),
23
+ __metadata("design:type", Number)
24
+ ], CustomerProductChangeOfAddressEntity.prototype, "id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: false }),
27
+ __metadata("design:type", String)
28
+ ], CustomerProductChangeOfAddressEntity.prototype, "customerId", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: false }),
31
+ __metadata("design:type", String)
32
+ ], CustomerProductChangeOfAddressEntity.prototype, "productId", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: false }),
35
+ __metadata("design:type", String)
36
+ ], CustomerProductChangeOfAddressEntity.prototype, "productName", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: false }),
39
+ __metadata("design:type", String)
40
+ ], CustomerProductChangeOfAddressEntity.prototype, "productDisplayName", void 0);
41
+ __decorate([
42
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: false }),
43
+ __metadata("design:type", String)
44
+ ], CustomerProductChangeOfAddressEntity.prototype, "status", void 0);
45
+ __decorate([
46
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: false }),
47
+ __metadata("design:type", String)
48
+ ], CustomerProductChangeOfAddressEntity.prototype, "intermediateProductId", void 0);
49
+ __decorate([
50
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: false }),
51
+ __metadata("design:type", String)
52
+ ], CustomerProductChangeOfAddressEntity.prototype, "intermediateProductName", void 0);
53
+ __decorate([
54
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
55
+ __metadata("design:type", String)
56
+ ], CustomerProductChangeOfAddressEntity.prototype, "intermediateProductSalesPerson", void 0);
57
+ __decorate([
58
+ (0, typeorm_1.Column)({ type: 'datetime', nullable: true }),
59
+ __metadata("design:type", String)
60
+ ], CustomerProductChangeOfAddressEntity.prototype, "intermediateProductTargetDate", void 0);
61
+ __decorate([
62
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
63
+ __metadata("design:type", String)
64
+ ], CustomerProductChangeOfAddressEntity.prototype, "taskId", void 0);
65
+ __decorate([
66
+ (0, typeorm_1.OneToMany)(() => CustomerProductChangeOfAddressDataEntity, (data) => data.customerProductChangeOfAddress, {
67
+ onDelete: 'CASCADE'
68
+ }),
69
+ __metadata("design:type", Array)
70
+ ], CustomerProductChangeOfAddressEntity.prototype, "data", void 0);
71
+ __decorate([
72
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
73
+ __metadata("design:type", String)
74
+ ], CustomerProductChangeOfAddressEntity.prototype, "shoppingCartId", void 0);
75
+ __decorate([
76
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
77
+ __metadata("design:type", String)
78
+ ], CustomerProductChangeOfAddressEntity.prototype, "searchType", void 0);
79
+ __decorate([
80
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
81
+ __metadata("design:type", String)
82
+ ], CustomerProductChangeOfAddressEntity.prototype, "search", void 0);
83
+ __decorate([
84
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
85
+ __metadata("design:type", String)
86
+ ], CustomerProductChangeOfAddressEntity.prototype, "googleLatitude", void 0);
87
+ __decorate([
88
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
89
+ __metadata("design:type", String)
90
+ ], CustomerProductChangeOfAddressEntity.prototype, "googleLongitude", void 0);
91
+ __decorate([
92
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
93
+ __metadata("design:type", String)
94
+ ], CustomerProductChangeOfAddressEntity.prototype, "googleStreet", void 0);
95
+ __decorate([
96
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
97
+ __metadata("design:type", String)
98
+ ], CustomerProductChangeOfAddressEntity.prototype, "googleCity", void 0);
99
+ __decorate([
100
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
101
+ __metadata("design:type", String)
102
+ ], CustomerProductChangeOfAddressEntity.prototype, "googleZip", void 0);
103
+ __decorate([
104
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
105
+ __metadata("design:type", String)
106
+ ], CustomerProductChangeOfAddressEntity.prototype, "googleProvince", void 0);
107
+ __decorate([
108
+ (0, typeorm_1.Column)({ type: 'varchar', length: 100, nullable: true }),
109
+ __metadata("design:type", String)
110
+ ], CustomerProductChangeOfAddressEntity.prototype, "addressId", void 0);
111
+ __decorate([
112
+ (0, typeorm_1.Column)({ type: 'varchar', length: 100, nullable: true }),
113
+ __metadata("design:type", String)
114
+ ], CustomerProductChangeOfAddressEntity.prototype, "apartmentId", void 0);
115
+ __decorate([
116
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
117
+ __metadata("design:type", String)
118
+ ], CustomerProductChangeOfAddressEntity.prototype, "salesPerson", void 0);
119
+ __decorate([
120
+ (0, typeorm_1.Column)({ type: 'datetime', nullable: true }),
121
+ __metadata("design:type", String)
122
+ ], CustomerProductChangeOfAddressEntity.prototype, "targetDate", void 0);
123
+ __decorate([
124
+ (0, typeorm_1.Column)({ type: 'longtext', nullable: true }),
125
+ __metadata("design:type", String)
126
+ ], CustomerProductChangeOfAddressEntity.prototype, "notes", void 0);
127
+ __decorate([
128
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true, default: null }),
129
+ __metadata("design:type", String)
130
+ ], CustomerProductChangeOfAddressEntity.prototype, "createdBy", void 0);
131
+ __decorate([
132
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true, default: null }),
133
+ __metadata("design:type", String)
134
+ ], CustomerProductChangeOfAddressEntity.prototype, "createdInChannel", void 0);
135
+ __decorate([
136
+ (0, typeorm_1.Column)({ type: 'datetime', nullable: false, default: 'CURRENT_TIMESTAMP' }),
137
+ __metadata("design:type", Date)
138
+ ], CustomerProductChangeOfAddressEntity.prototype, "createdAt", void 0);
139
+ __decorate([
140
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true, default: null }),
141
+ __metadata("design:type", String)
142
+ ], CustomerProductChangeOfAddressEntity.prototype, "updatedBy", void 0);
143
+ __decorate([
144
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true, default: null }),
145
+ __metadata("design:type", String)
146
+ ], CustomerProductChangeOfAddressEntity.prototype, "updatedInChannel", void 0);
147
+ __decorate([
148
+ (0, typeorm_1.Column)({ type: 'datetime', nullable: false, default: 'CURRENT_TIMESTAMP', onUpdate: 'CURRENT_TIMESTAMP' }),
149
+ __metadata("design:type", Date)
150
+ ], CustomerProductChangeOfAddressEntity.prototype, "updatedAt", void 0);
151
+ exports.CustomerProductChangeOfAddressEntity = CustomerProductChangeOfAddressEntity = __decorate([
152
+ (0, typeorm_1.Entity)({ name: 'customer-product-change-of-address' }),
153
+ (0, typeorm_1.Unique)('productId_UNIQUE', ['productId'])
154
+ ], CustomerProductChangeOfAddressEntity);
155
+ let CustomerProductChangeOfAddressDataEntity = class CustomerProductChangeOfAddressDataEntity {
156
+ static _OPENAPI_METADATA_FACTORY() {
157
+ return { id: { required: false, type: () => Number }, status: { required: true, type: () => String }, intermediateProductId: { required: false, type: () => String }, intermediateProductName: { required: false, type: () => String }, intermediateProductSalesPerson: { required: false, type: () => String }, intermediateProductTargetDate: { required: false, type: () => String }, customerProductChangeOfAddressId: { required: false, type: () => Number }, customerProductChangeOfAddress: { required: false, type: () => require("./customer-product-change-of-address.entity").CustomerProductChangeOfAddressEntity }, taskId: { required: false, type: () => String }, shoppingCartId: { required: false, type: () => String }, searchType: { required: false, type: () => String }, search: { required: false, type: () => String }, googleLatitude: { required: false, type: () => String }, googleLongitude: { required: false, type: () => String }, googleStreet: { required: false, type: () => String }, googleCity: { required: false, type: () => String }, googleZip: { required: false, type: () => String }, googleProvince: { required: false, type: () => String }, addressId: { required: false, type: () => String }, apartmentId: { required: false, type: () => String }, salesPerson: { required: false, type: () => String }, targetDate: { required: false, type: () => String }, notes: { required: false, type: () => String }, createdBy: { required: true, type: () => String }, createdInChannel: { required: true, type: () => String }, createdAt: { required: false, type: () => Date } };
158
+ }
159
+ };
160
+ exports.CustomerProductChangeOfAddressDataEntity = CustomerProductChangeOfAddressDataEntity;
161
+ __decorate([
162
+ (0, typeorm_1.PrimaryGeneratedColumn)(),
163
+ __metadata("design:type", Number)
164
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "id", void 0);
165
+ __decorate([
166
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: false }),
167
+ __metadata("design:type", String)
168
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "status", void 0);
169
+ __decorate([
170
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: false }),
171
+ __metadata("design:type", String)
172
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "intermediateProductId", void 0);
173
+ __decorate([
174
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: false }),
175
+ __metadata("design:type", String)
176
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "intermediateProductName", void 0);
177
+ __decorate([
178
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
179
+ __metadata("design:type", String)
180
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "intermediateProductSalesPerson", void 0);
181
+ __decorate([
182
+ (0, typeorm_1.Column)({ type: 'datetime', nullable: true }),
183
+ __metadata("design:type", String)
184
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "intermediateProductTargetDate", void 0);
185
+ __decorate([
186
+ (0, typeorm_1.Column)({ type: 'int', nullable: false }),
187
+ __metadata("design:type", Number)
188
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "customerProductChangeOfAddressId", void 0);
189
+ __decorate([
190
+ (0, typeorm_1.ManyToOne)(() => CustomerProductChangeOfAddressEntity, (customerProductChangeOfAddress) => customerProductChangeOfAddress.data),
191
+ __metadata("design:type", CustomerProductChangeOfAddressEntity)
192
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "customerProductChangeOfAddress", void 0);
193
+ __decorate([
194
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
195
+ __metadata("design:type", String)
196
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "taskId", void 0);
197
+ __decorate([
198
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
199
+ __metadata("design:type", String)
200
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "shoppingCartId", void 0);
201
+ __decorate([
202
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
203
+ __metadata("design:type", String)
204
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "searchType", void 0);
205
+ __decorate([
206
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
207
+ __metadata("design:type", String)
208
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "search", void 0);
209
+ __decorate([
210
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
211
+ __metadata("design:type", String)
212
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "googleLatitude", void 0);
213
+ __decorate([
214
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
215
+ __metadata("design:type", String)
216
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "googleLongitude", void 0);
217
+ __decorate([
218
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
219
+ __metadata("design:type", String)
220
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "googleStreet", void 0);
221
+ __decorate([
222
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
223
+ __metadata("design:type", String)
224
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "googleCity", void 0);
225
+ __decorate([
226
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
227
+ __metadata("design:type", String)
228
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "googleZip", void 0);
229
+ __decorate([
230
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
231
+ __metadata("design:type", String)
232
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "googleProvince", void 0);
233
+ __decorate([
234
+ (0, typeorm_1.Column)({ type: 'varchar', length: 100, nullable: true }),
235
+ __metadata("design:type", String)
236
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "addressId", void 0);
237
+ __decorate([
238
+ (0, typeorm_1.Column)({ type: 'varchar', length: 100, nullable: true }),
239
+ __metadata("design:type", String)
240
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "apartmentId", void 0);
241
+ __decorate([
242
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true }),
243
+ __metadata("design:type", String)
244
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "salesPerson", void 0);
245
+ __decorate([
246
+ (0, typeorm_1.Column)({ type: 'datetime', nullable: true }),
247
+ __metadata("design:type", String)
248
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "targetDate", void 0);
249
+ __decorate([
250
+ (0, typeorm_1.Column)({ type: 'longtext', nullable: true }),
251
+ __metadata("design:type", String)
252
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "notes", void 0);
253
+ __decorate([
254
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true, default: null }),
255
+ __metadata("design:type", String)
256
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "createdBy", void 0);
257
+ __decorate([
258
+ (0, typeorm_1.Column)({ type: 'varchar', length: 45, nullable: true, default: null }),
259
+ __metadata("design:type", String)
260
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "createdInChannel", void 0);
261
+ __decorate([
262
+ (0, typeorm_1.Column)({ type: 'datetime', nullable: false, default: 'CURRENT_TIMESTAMP' }),
263
+ __metadata("design:type", Date)
264
+ ], CustomerProductChangeOfAddressDataEntity.prototype, "createdAt", void 0);
265
+ exports.CustomerProductChangeOfAddressDataEntity = CustomerProductChangeOfAddressDataEntity = __decorate([
266
+ (0, typeorm_1.Entity)({ name: 'customer-product-change-of-address-data' })
267
+ ], CustomerProductChangeOfAddressDataEntity);