adamo-types 1.2.115-sit → 1.2.117-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.
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.d.ts +1 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.js +1 -1
- package/dist/bss/constants/bss.constants.js +4 -0
- package/dist/common/constants/common.constants.d.ts +1 -0
- package/dist/common/constants/common.constants.js +1 -0
- package/dist/common/constants/error.constants.d.ts +5 -0
- package/dist/common/constants/error.constants.js +8 -3
- package/dist/common/constants/index.d.ts +1 -0
- package/dist/common/constants/index.js +1 -0
- package/dist/common/constants/not-found.error.constants.d.ts +1 -0
- package/dist/common/constants/not-found.error.constants.js +4 -0
- package/dist/common/constants/updowngrade.error.constants.d.ts +7 -1
- package/dist/common/constants/updowngrade.error.constants.js +9 -2
- package/dist/common/exception/service.exception.entity.d.ts +15 -0
- package/dist/common/exception/service.exception.entity.js +2 -1
- package/dist/database/bundle-products.entity.d.ts +8 -0
- package/dist/database/bundle-products.entity.js +48 -0
- package/dist/database/configuration.entity.d.ts +4 -0
- package/dist/database/configuration.entity.js +23 -1
- package/dist/database/customer-product-multiple-transition.entity.d.ts +1 -0
- package/dist/database/customer-product-multiple-transition.entity.js +5 -1
- package/dist/database/index.d.ts +1 -0
- package/dist/database/index.js +1 -0
- package/dist/database/product-transition-configuration.entity.d.ts +1 -0
- package/dist/database/product-transition-configuration.entity.js +5 -1
- package/dist/sys03/customer-product-multiple-transition-process/customer-product-multiple-transition-process.constants.d.ts +3 -1
- package/dist/sys03/customer-product-multiple-transition-process/customer-product-multiple-transition-process.constants.js +4 -1
- package/dist/sys03/customer-product-multiple-transition-process/customer-product-multiple-transition-process.entity.d.ts +7 -0
- package/dist/sys03/customer-product-multiple-transition-process/customer-product-multiple-transition-process.entity.js +9 -3
- package/dist/sys03/robinson/index.d.ts +2 -0
- package/dist/sys03/robinson/index.js +18 -0
- package/dist/sys03/robinson/robinson.constants.d.ts +39 -0
- package/dist/sys03/robinson/robinson.constants.js +49 -0
- package/dist/sys03/robinson/robinson.entity.d.ts +54 -0
- package/dist/sys03/robinson/robinson.entity.js +165 -0
- package/dist/sys03/updowngrade/bundle-products.entity.d.ts +13 -0
- package/dist/sys03/updowngrade/bundle-products.entity.js +17 -0
- package/dist/sys03/updowngrade/index.d.ts +1 -0
- package/dist/sys03/updowngrade/index.js +1 -0
- package/dist/sys03/updowngrade/product-transition.entity.d.ts +3 -0
- package/dist/sys03/updowngrade/product-transition.entity.js +1 -1
- package/dist/sys03/updowngrade/updowngrade.entity.d.ts +2 -2
- package/dist/sys03/updowngrade/updowngrade.entity.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -46,6 +46,7 @@ export declare class ShoppingCartParametersDto {
|
|
|
46
46
|
originalSourceProduct?: string;
|
|
47
47
|
originalProductOffering?: string;
|
|
48
48
|
originalReason?: string;
|
|
49
|
+
originalProducts?: string;
|
|
49
50
|
originalProductCharacteristics?: string;
|
|
50
51
|
originalServices?: string;
|
|
51
52
|
referenceProductId?: string;
|
|
@@ -10,7 +10,7 @@ class ShoppingCartEntityParametersDto {
|
|
|
10
10
|
exports.ShoppingCartEntityParametersDto = ShoppingCartEntityParametersDto;
|
|
11
11
|
class ShoppingCartParametersDto {
|
|
12
12
|
static _OPENAPI_METADATA_FACTORY() {
|
|
13
|
-
return { addressInfo: { required: false, type: () => String }, apartmentId: { required: false, type: () => String }, block: { required: false, type: () => String }, cartCreatedBy: { 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 }, migrationCartCreatedBy: { 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 }, salesPerson: { 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, type: () => Object }, transitionShoppingCartType: { required: false, type: () => Object }, 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 }, 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 } };
|
|
13
|
+
return { addressInfo: { required: false, type: () => String }, apartmentId: { required: false, type: () => String }, block: { required: false, type: () => String }, cartCreatedBy: { 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 }, migrationCartCreatedBy: { 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 }, salesPerson: { 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, type: () => Object }, transitionShoppingCartType: { required: false, type: () => Object }, 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 } };
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
exports.ShoppingCartParametersDto = ShoppingCartParametersDto;
|
|
@@ -16,6 +16,10 @@ exports.BpMessageToI18n = [
|
|
|
16
16
|
{
|
|
17
17
|
regexp: /No puede cambiar la característica .*, ya que está marcada como no modificable\./i,
|
|
18
18
|
i18n: constants_1.E_CHARACTERISTIC_NOT_CHANGEABLE
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
regexp: /No se ha encontrado ninguna oferta base .* en el paquete de oferta .*\. Este paquete contiene las siguientes ofertas de base: \[.*\]\./i,
|
|
22
|
+
i18n: constants_1.E_SHOPPING_CART_DEPRECATED
|
|
19
23
|
}
|
|
20
24
|
];
|
|
21
25
|
var BssChargeType;
|
|
@@ -91,6 +91,7 @@ var MicroserviceType;
|
|
|
91
91
|
MicroserviceType["BSS_BRIDGE"] = "BSS BRIDGE";
|
|
92
92
|
MicroserviceType["DB_BRIDGE"] = "DB BRIDGE";
|
|
93
93
|
MicroserviceType["FTP"] = "FTP";
|
|
94
|
+
MicroserviceType["SFTP"] = "SFTP";
|
|
94
95
|
MicroserviceType["MSG_MEDIA"] = "MESSAGE MEDIA";
|
|
95
96
|
MicroserviceType["OTRS"] = "OTRS";
|
|
96
97
|
MicroserviceType["SENDGRID"] = "SENDGRID";
|
|
@@ -62,6 +62,10 @@ export declare const E_FTP_UPLOAD = "E_FTP_UPLOAD";
|
|
|
62
62
|
export declare const E_FTP_DOWNLOAD = "E_FTP_DOWNLOAD";
|
|
63
63
|
export declare const E_FTP_REMOVE = "E_FTP_REMOVE";
|
|
64
64
|
export declare const E_FTP_RENAME = "E_FTP_RENAME";
|
|
65
|
+
export declare const E_SFTP_CONNECT = "E_SFTP_CONNECT";
|
|
66
|
+
export declare const E_SFTP_LIST = "E_SFTP_LIST";
|
|
67
|
+
export declare const E_SFTP_UPLOAD = "E_SFTP_UPLOAD";
|
|
68
|
+
export declare const E_SFTP_DOWNLOAD = "E_SFTP_DOWNLOAD";
|
|
65
69
|
export declare const E_FETCH_CHANNEL_USERS = "E_FETCH_CHANNEL_USERS";
|
|
66
70
|
export declare const E_VALIDATE_SHOPPING_CART = "E_VALIDATE_SHOPPING_CART";
|
|
67
71
|
export declare const E_PHONE_INVALID_LENGTH = "E_PHONE_INVALID_LENGTH";
|
|
@@ -175,3 +179,4 @@ export declare const E_BUNDLE_NOT_AVAILABLE_IN_CHANNEL = "E_BUNDLE_NOT_AVAILABLE
|
|
|
175
179
|
export declare const E_CHARACTERISTIC_NOT_CHANGEABLE = "E_CHARACTERISTIC_NOT_CHANGEABLE";
|
|
176
180
|
export declare const E_CUSTOMER_CHECK_DEBT = "E_CUSTOMER_CHECK_DEBT";
|
|
177
181
|
export declare const E_ORDER_NOT_BELONG_TO_CUSTOMER = "E_ORDER_NOT_BELONG_TO_CUSTOMER";
|
|
182
|
+
export declare const E_SHOPPING_CART_DEPRECATED = "E_SHOPPING_CART_DEPRECATED";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
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_AREA_ADDRESSES_NOT_FOUND = exports.E_ZIP_ADDRESSES_NOT_FOUND = exports.E_APARTMENT_NOT_FOUND = exports.E_ADDRESS_NOT_FOUND = exports.E_SHOPPING_CART_NOT_FOUND = 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
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
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 = void 0;
|
|
4
|
+
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 = 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 = void 0;
|
|
5
|
+
exports.E_FETCH_TASKS = exports.E_FETCH_TASK_NOTES = exports.E_FETCH_TASK = exports.E_CREATE_TASK = exports.E_DIGITEL_PROCESS_ERROR = 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_NO_IDENTIFICATION = exports.E_SALE_PROCESS_DOCUMENTS_REQUIRED = exports.E_SALE_PROCESS_WITHOUT_SHOPPING_CART = exports.E_APPLY_CHARGE = exports.E_PRODUCT_SERVICE_MISSING = 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_LEAD_FILE_NOT_FOUND = exports.E_LEAD_NOT_FOUND = 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 = exports.E_FETCH_LOOKUP_OPTIONS = exports.E_INVALID_SALE_PROCESS_STATUS = exports.E_NOT_FOUND = exports.E_USER_ROLE_UNKNOWN = exports.E_USER_WITHOUT_ROLE = exports.E_RESERVE_NUMBER_FROM_POOL = void 0;
|
|
6
|
+
exports.E_SHOPPING_CART_DEPRECATED = 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 = void 0;
|
|
7
7
|
exports.E_LOGIN = 'E_LOGIN';
|
|
8
8
|
exports.E_ASSIGN_CHANNELS = 'E_ASSIGN_CHANNELS';
|
|
9
9
|
exports.E_UPDATE_PASSWORD = 'E_UPDATE_PASSWORD';
|
|
@@ -68,6 +68,10 @@ exports.E_FTP_UPLOAD = 'E_FTP_UPLOAD';
|
|
|
68
68
|
exports.E_FTP_DOWNLOAD = 'E_FTP_DOWNLOAD';
|
|
69
69
|
exports.E_FTP_REMOVE = 'E_FTP_REMOVE';
|
|
70
70
|
exports.E_FTP_RENAME = 'E_FTP_RENAME';
|
|
71
|
+
exports.E_SFTP_CONNECT = 'E_SFTP_CONNECT';
|
|
72
|
+
exports.E_SFTP_LIST = 'E_SFTP_LIST';
|
|
73
|
+
exports.E_SFTP_UPLOAD = 'E_SFTP_UPLOAD';
|
|
74
|
+
exports.E_SFTP_DOWNLOAD = 'E_SFTP_DOWNLOAD';
|
|
71
75
|
exports.E_FETCH_CHANNEL_USERS = 'E_FETCH_CHANNEL_USERS';
|
|
72
76
|
exports.E_VALIDATE_SHOPPING_CART = 'E_VALIDATE_SHOPPING_CART';
|
|
73
77
|
exports.E_PHONE_INVALID_LENGTH = 'E_PHONE_INVALID_LENGTH';
|
|
@@ -181,3 +185,4 @@ exports.E_BUNDLE_NOT_AVAILABLE_IN_CHANNEL = 'E_BUNDLE_NOT_AVAILABLE_IN_CHANNEL';
|
|
|
181
185
|
exports.E_CHARACTERISTIC_NOT_CHANGEABLE = 'E_CHARACTERISTIC_NOT_CHANGEABLE';
|
|
182
186
|
exports.E_CUSTOMER_CHECK_DEBT = 'E_CUSTOMER_CHECK_DEBT';
|
|
183
187
|
exports.E_ORDER_NOT_BELONG_TO_CUSTOMER = 'E_ORDER_NOT_BELONG_TO_CUSTOMER';
|
|
188
|
+
exports.E_SHOPPING_CART_DEPRECATED = 'E_SHOPPING_CART_DEPRECATED';
|
|
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./common.constants"), exports);
|
|
18
18
|
__exportStar(require("./error.constants"), exports);
|
|
19
|
+
__exportStar(require("./not-found.error.constants"), exports);
|
|
19
20
|
__exportStar(require("./updowngrade.error.constants"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const E_BUNDLE_PRODUCTS_NOT_FOUND = "E_BUNDLE_PRODUCTS_NOT_FOUND";
|
|
@@ -34,10 +34,15 @@ export declare const E_PRODUCT_TRANSITION_SHARED_MOBILES_BUNDLES_MISSING_CONFIGU
|
|
|
34
34
|
export declare const E_PRODUCT_TRANSITION_SHARED_MOBILES_WITHOUT_MAIN_MOBILE_PRODUCT = "E_PRODUCT_TRANSITION_SHARED_MOBILES_WITHOUT_MAIN_MOBILE_PRODUCT";
|
|
35
35
|
export declare const E_PRODUCT_TRANSITION_INVALID_ACTION = "E_PRODUCT_TRANSITION_INVALID_ACTION";
|
|
36
36
|
export declare const E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_REQUIRED_ACTION = "E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_REQUIRED_ACTION";
|
|
37
|
-
export declare const E_PRODUCT_TRANSITION_SWAP_OR_MAKE_PRINCIPAL_REQUIRED_ACTION = "E_PRODUCT_TRANSITION_SWAP_OR_MAKE_PRINCIPAL_REQUIRED_ACTION";
|
|
38
37
|
export declare const E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_INVALID_ACTION = "E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_INVALID_ACTION";
|
|
39
38
|
export declare const E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_INVALID_ACTION = "E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_INVALID_ACTION";
|
|
40
39
|
export declare const E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_WITHOUT_ACTION = "E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_WITHOUT_ACTION";
|
|
40
|
+
export declare const E_PRODUCT_TRANSITION_MAIN_BUNDLE_NOT_FOUND = "E_PRODUCT_TRANSITION_MAIN_BUNDLE_NOT_FOUND";
|
|
41
|
+
export declare const E_PRODUCT_TRANSITION_INTERMEDIATE_BUNDLE_NOT_FOUND = "E_PRODUCT_TRANSITION_INTERMEDIATE_BUNDLE_NOT_FOUND";
|
|
42
|
+
export declare const E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_MAIN_BUNDLE = "E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_MAIN_BUNDLE";
|
|
43
|
+
export declare const E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_ADDITIONAL_BUNDLE = "E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_ADDITIONAL_BUNDLE";
|
|
44
|
+
export declare const E_PRODUCT_TRANSITION_MAIN_BUNDLE_FIBER_PRODUCT_NOT_FOUND = "E_PRODUCT_TRANSITION_MAIN_BUNDLE_FIBER_PRODUCT_NOT_FOUND";
|
|
45
|
+
export declare const E_PRODUCT_TRANSITION_MAIN_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION = "E_PRODUCT_TRANSITION_MAIN_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION";
|
|
41
46
|
export declare const E_PRODUCT_TRANSITION_ACTUAL_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION = "E_PRODUCT_TRANSITION_ACTUAL_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION";
|
|
42
47
|
export declare const E_PRODUCT_TRANSITION_ACTUAL_COMPLEMENTARY_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION = "E_PRODUCT_TRANSITION_ACTUAL_COMPLEMENTARY_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION";
|
|
43
48
|
export declare const E_PRODUCT_TRANSITION_MAIN_AND_MAIN_EXTRA_BUNDLE_WITHOUT_CHANGES = "E_PRODUCT_TRANSITION_MAIN_AND_MAIN_EXTRA_BUNDLE_WITHOUT_CHANGES";
|
|
@@ -48,3 +53,4 @@ export declare const E_PRODUCT_TRANSITION_INVALID_MOBILE_TYPE_COMBINATION = "E_P
|
|
|
48
53
|
export declare const E_CUSTOMER_WITH_MULTIPLE_ADDITIONAL_DESIRED_MOBILES_BUNDLE = "E_CUSTOMER_WITH_MULTIPLE_ADDITIONAL_DESIRED_MOBILES_BUNDLE";
|
|
49
54
|
export declare const E_PRODUCT_TRANSITION_GROUP_MISMATCHING_CUSTOMER_TYPE = "E_PRODUCT_TRANSITION_GROUP_MISMATCHING_CUSTOMER_TYPE";
|
|
50
55
|
export declare const E_NEW_EXTRAS_BUNDLE_CONFIGURATION_ATTRIBUTE_MISMATCHING = "E_NEW_EXTRAS_BUNDLE_CONFIGURATION_ATTRIBUTE_MISMATCHING";
|
|
56
|
+
export declare const E_PRODUCT_MULTIPLE_TRANSITION = "E_PRODUCT_MULTIPLE_TRANSITION";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.E_PRODUCT_TRANSITION_PRODUCT_QTY_MISMATCHING = exports.E_PRODUCT_TRANSITION_VOIP_QTY_ACTION_MISMATCHING = exports.E_PRODUCT_TRANSITION_MAIN_AND_MAIN_EXTRA_BUNDLE_WITHOUT_CHANGES = exports.E_PRODUCT_TRANSITION_ACTUAL_COMPLEMENTARY_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION = exports.E_PRODUCT_TRANSITION_ACTUAL_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION = exports.E_PRODUCT_TRANSITION_MAIN_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION = exports.E_PRODUCT_TRANSITION_MAIN_BUNDLE_FIBER_PRODUCT_NOT_FOUND = exports.E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_ADDITIONAL_BUNDLE = exports.E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_MAIN_BUNDLE = exports.E_PRODUCT_TRANSITION_INTERMEDIATE_BUNDLE_NOT_FOUND = exports.E_PRODUCT_TRANSITION_MAIN_BUNDLE_NOT_FOUND = exports.E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_WITHOUT_ACTION = exports.E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_INVALID_ACTION = exports.E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_INVALID_ACTION = exports.E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_REQUIRED_ACTION = exports.E_PRODUCT_TRANSITION_INVALID_ACTION = exports.E_PRODUCT_TRANSITION_SHARED_MOBILES_WITHOUT_MAIN_MOBILE_PRODUCT = exports.E_PRODUCT_TRANSITION_SHARED_MOBILES_BUNDLES_MISSING_CONFIGURATION = exports.E_PRODUCT_TRANSITION_ONLY_MOBILES_WITHOUT_MAIN_MOBILE_PRODUCT = exports.E_PRODUCT_MODIFICATION_DISABLED_WITHOUT_MANDATORY_PRODUCTS = exports.E_PRODUCT_MODIFICATION_DISABLED_WITHOUT_OPTIONS = exports.E_PRODUCT_TRANSITION_WITHOUT_CHANGES = exports.E_PRODUCT_TRANSITION_UNKNOWN_COMBINATION = exports.E_PRODUCT_TRANSITION_UNKNOWN_GROUP = exports.E_PRODUCT_TRANSITION_DISABLED_REVIEW_CHARGES_AND_CREDITS = exports.E_PRODUCT_TRANSITION_DISABLED_MOBILE_PRODUCTS_FROM_GROUP = exports.E_PRODUCT_ACTION_DISABLED_UNKNOWN_APARTMENT_ID = exports.E_PRODUCT_ACTION_DISABLED_CUSTOMER_BUSINESS = exports.E_PRODUCT_ACTION_DISABLED_CUSTOMER_DEBT = exports.E_PRODUCT_ACTION_DISABLED_ORDER_IN_PROGRESS = exports.E_PRODUCT_ACTION_DISABLED_UNKNOWN_ACTION = exports.E_PRODUCT_TRANSITION_DISABLED_PRODUCT_INACTIVE = exports.E_PRODUCT_TRANSITION_DISABLED_NOT_MAIN_BUNDLE = exports.E_UPDOWNGRADE_PRODUCT_CHARACTERISTIC_EQUIVALENCE_UNHANDLED = exports.E_UPDOWNGRADE_ORDER_CHANNEL_UNDEFINED = exports.E_UPDOWNGRADE_MANDATORY_SERVICE_SPECIFICATION_CHARACTERISITIC_MISSING = exports.E_UPDOWNGRADE_SERVICE_SPECIFICATION_CHARACTERISITIC_MULTIPLE_VALUES = exports.E_UPDOWNGRADE_UNHANDLED_SERVICE_SPECIFICATION_CHARACTERISITIC = exports.E_UPDOWNGRADE_UNHANDLED_PRODUCT_CHARACTERISITIC = exports.E_UPDOWNGRADE_MORE_THAN_ONE_PRODUCT_OFFERING = exports.E_UPDOWNGRADE_BUNDLE_CONFIGURATION_ATTRIBUTE_MISMATCHING = exports.E_UPDOWNGRADE_NONEXISTENT_PRODUCT_TYPE = exports.E_UPDOWNGRADE_NONEXISTENT_PRODUCT_OFFERING = exports.E_UPDOWNGRADE_NONEXISTENT_ORDER_BY_PRODUCT_REFERENCE = exports.E_UPDOWNGRADE_NONEXISTENT_ORDER = exports.E_UPDOWNGRADE_NONEXISTENT_MIGRATION_PATH = exports.E_UPDOWNGRADE_NONEXISTENT_BASE_OFFER_SUMMARY = exports.E_UPDOWNGRADE_NONEXISTENT_SUMMARY = exports.E_UPDOWNGRADE_NONEXISTENT_RULE = exports.E_UPDOWNGRADE_MORE_THAN_ONE_RULE = void 0;
|
|
4
|
+
exports.E_PRODUCT_MULTIPLE_TRANSITION = exports.E_NEW_EXTRAS_BUNDLE_CONFIGURATION_ATTRIBUTE_MISMATCHING = exports.E_PRODUCT_TRANSITION_GROUP_MISMATCHING_CUSTOMER_TYPE = exports.E_CUSTOMER_WITH_MULTIPLE_ADDITIONAL_DESIRED_MOBILES_BUNDLE = exports.E_PRODUCT_TRANSITION_INVALID_MOBILE_TYPE_COMBINATION = exports.E_PRODUCT_TRANSITION_BETWEEN_PRODUCTS = void 0;
|
|
4
5
|
exports.E_UPDOWNGRADE_MORE_THAN_ONE_RULE = 'E_UPDOWNGRADE_MORE_THAN_ONE_RULE';
|
|
5
6
|
exports.E_UPDOWNGRADE_NONEXISTENT_RULE = 'E_UPDOWNGRADE_NONEXISTENT_RULE';
|
|
6
7
|
exports.E_UPDOWNGRADE_NONEXISTENT_SUMMARY = 'E_UPDOWNGRADE_NONEXISTENT_SUMMARY';
|
|
@@ -37,10 +38,15 @@ exports.E_PRODUCT_TRANSITION_SHARED_MOBILES_BUNDLES_MISSING_CONFIGURATION = 'E_P
|
|
|
37
38
|
exports.E_PRODUCT_TRANSITION_SHARED_MOBILES_WITHOUT_MAIN_MOBILE_PRODUCT = 'E_PRODUCT_TRANSITION_SHARED_MOBILES_WITHOUT_MAIN_MOBILE_PRODUCT';
|
|
38
39
|
exports.E_PRODUCT_TRANSITION_INVALID_ACTION = 'E_PRODUCT_TRANSITION_INVALID_ACTION';
|
|
39
40
|
exports.E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_REQUIRED_ACTION = 'E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_REQUIRED_ACTION';
|
|
40
|
-
exports.E_PRODUCT_TRANSITION_SWAP_OR_MAKE_PRINCIPAL_REQUIRED_ACTION = 'E_PRODUCT_TRANSITION_SWAP_OR_MAKE_PRINCIPAL_REQUIRED_ACTION';
|
|
41
41
|
exports.E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_INVALID_ACTION = 'E_PRODUCT_TRANSITION_MAKE_PRINCIPAL_INVALID_ACTION';
|
|
42
42
|
exports.E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_INVALID_ACTION = 'E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_INVALID_ACTION';
|
|
43
43
|
exports.E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_WITHOUT_ACTION = 'E_PRODUCT_TRANSITION_MAIN_BUNDLE_MOBILES_WITHOUT_ACTION';
|
|
44
|
+
exports.E_PRODUCT_TRANSITION_MAIN_BUNDLE_NOT_FOUND = 'E_PRODUCT_TRANSITION_MAIN_BUNDLE_NOT_FOUND';
|
|
45
|
+
exports.E_PRODUCT_TRANSITION_INTERMEDIATE_BUNDLE_NOT_FOUND = 'E_PRODUCT_TRANSITION_INTERMEDIATE_BUNDLE_NOT_FOUND';
|
|
46
|
+
exports.E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_MAIN_BUNDLE = 'E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_MAIN_BUNDLE';
|
|
47
|
+
exports.E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_ADDITIONAL_BUNDLE = 'E_PRODUCT_TRANSITION_INVALID_INTERMEDIATE_ADDITIONAL_BUNDLE';
|
|
48
|
+
exports.E_PRODUCT_TRANSITION_MAIN_BUNDLE_FIBER_PRODUCT_NOT_FOUND = 'E_PRODUCT_TRANSITION_MAIN_BUNDLE_FIBER_PRODUCT_NOT_FOUND';
|
|
49
|
+
exports.E_PRODUCT_TRANSITION_MAIN_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION = 'E_PRODUCT_TRANSITION_MAIN_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION';
|
|
44
50
|
exports.E_PRODUCT_TRANSITION_ACTUAL_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION = 'E_PRODUCT_TRANSITION_ACTUAL_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION';
|
|
45
51
|
exports.E_PRODUCT_TRANSITION_ACTUAL_COMPLEMENTARY_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION = 'E_PRODUCT_TRANSITION_ACTUAL_COMPLEMENTARY_EXTRA_BUNDLE_MOBILES_WITHOUT_ACTION';
|
|
46
52
|
exports.E_PRODUCT_TRANSITION_MAIN_AND_MAIN_EXTRA_BUNDLE_WITHOUT_CHANGES = 'E_PRODUCT_TRANSITION_MAIN_AND_MAIN_EXTRA_BUNDLE_WITHOUT_CHANGES';
|
|
@@ -51,3 +57,4 @@ exports.E_PRODUCT_TRANSITION_INVALID_MOBILE_TYPE_COMBINATION = 'E_PRODUCT_TRANSI
|
|
|
51
57
|
exports.E_CUSTOMER_WITH_MULTIPLE_ADDITIONAL_DESIRED_MOBILES_BUNDLE = 'E_CUSTOMER_WITH_MULTIPLE_ADDITIONAL_DESIRED_MOBILES_BUNDLE';
|
|
52
58
|
exports.E_PRODUCT_TRANSITION_GROUP_MISMATCHING_CUSTOMER_TYPE = 'E_PRODUCT_TRANSITION_GROUP_MISMATCHING_CUSTOMER_TYPE';
|
|
53
59
|
exports.E_NEW_EXTRAS_BUNDLE_CONFIGURATION_ATTRIBUTE_MISMATCHING = 'E_NEW_EXTRAS_BUNDLE_CONFIGURATION_ATTRIBUTE_MISMATCHING';
|
|
60
|
+
exports.E_PRODUCT_MULTIPLE_TRANSITION = 'E_PRODUCT_MULTIPLE_TRANSITION';
|
|
@@ -109,6 +109,21 @@ export declare const FtpError: {
|
|
|
109
109
|
prepareStackTrace?: (err: Error, stackTraces: NodeJS.CallSite[]) => any;
|
|
110
110
|
stackTraceLimit: number;
|
|
111
111
|
};
|
|
112
|
+
export declare const SftpError: {
|
|
113
|
+
new (errorParams: ErrorParams): {
|
|
114
|
+
code: string;
|
|
115
|
+
source: MicroserviceType;
|
|
116
|
+
statusCode?: number;
|
|
117
|
+
parameters?: any;
|
|
118
|
+
superMessage: string;
|
|
119
|
+
name: string;
|
|
120
|
+
message: string;
|
|
121
|
+
stack?: string;
|
|
122
|
+
};
|
|
123
|
+
captureStackTrace(targetObject: object, constructorOpt?: Function): void;
|
|
124
|
+
prepareStackTrace?: (err: Error, stackTraces: NodeJS.CallSite[]) => any;
|
|
125
|
+
stackTraceLimit: number;
|
|
126
|
+
};
|
|
112
127
|
export declare const MsgMediaError: {
|
|
113
128
|
new (errorParams: ErrorParams): {
|
|
114
129
|
code: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DigitelError = exports.OtrsError = exports.SendGridError = exports.MsgMediaError = exports.FtpError = exports.AmsError = exports.SmsCertError = exports.ZohoError = exports.ArsEdgeError = exports.BssBridgeError = exports.DbBridgeError = void 0;
|
|
3
|
+
exports.DigitelError = exports.OtrsError = exports.SendGridError = exports.MsgMediaError = exports.SftpError = exports.FtpError = exports.AmsError = exports.SmsCertError = exports.ZohoError = exports.ArsEdgeError = exports.BssBridgeError = exports.DbBridgeError = 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");
|
|
@@ -51,6 +51,7 @@ exports.ZohoError = createErrorFactory({ name: 'ZohoError', source: constants_1.
|
|
|
51
51
|
exports.SmsCertError = createErrorFactory({ name: 'SmsCertError', source: constants_1.MicroserviceType.SMS_CERT });
|
|
52
52
|
exports.AmsError = createErrorFactory({ name: 'AmsError', source: constants_1.MicroserviceType.AMS });
|
|
53
53
|
exports.FtpError = createErrorFactory({ name: 'FtpError', source: constants_1.MicroserviceType.FTP });
|
|
54
|
+
exports.SftpError = createErrorFactory({ name: 'SftpError', source: constants_1.MicroserviceType.SFTP });
|
|
54
55
|
exports.MsgMediaError = createErrorFactory({ name: 'MsgMediaError', source: constants_1.MicroserviceType.MSG_MEDIA });
|
|
55
56
|
exports.SendGridError = createErrorFactory({ name: 'SendGridError', source: constants_1.MicroserviceType.SENDGRID });
|
|
56
57
|
exports.OtrsError = createErrorFactory({ name: 'OtrsError', source: constants_1.MicroserviceType.OTRS });
|
|
@@ -0,0 +1,48 @@
|
|
|
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.BundleProductsEntity = void 0;
|
|
13
|
+
const openapi = require("@nestjs/swagger");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
let BundleProductsEntity = class BundleProductsEntity {
|
|
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 } };
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], BundleProductsEntity.prototype, "id", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: false }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], BundleProductsEntity.prototype, "bundleName", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], BundleProductsEntity.prototype, "fiberProductName", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], BundleProductsEntity.prototype, "mobileProductName", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], BundleProductsEntity.prototype, "voipProductName", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)({ type: 'datetime', default: () => 'CURRENT_TIMESTAMP' }),
|
|
42
|
+
__metadata("design:type", Date)
|
|
43
|
+
], BundleProductsEntity.prototype, "createdAt", void 0);
|
|
44
|
+
BundleProductsEntity = __decorate([
|
|
45
|
+
(0, typeorm_1.Entity)({ name: 'bundle-products' }),
|
|
46
|
+
(0, typeorm_1.Index)('bundle_fiber_mobile_voip_UNIQUE', ['bundleName', 'fiberProductName', 'mobileProductName', 'voipProductName'], { unique: true })
|
|
47
|
+
], BundleProductsEntity);
|
|
48
|
+
exports.BundleProductsEntity = BundleProductsEntity;
|
|
@@ -10,7 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
var _a, _b, _c;
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
exports.DigitelDefaultUserDto = exports.SimDeliveryInfoDto = exports.SimDeliveryDto = exports.ApprovalValidationUrlsDto = exports.ApprovalValidationUrlDto = exports.DigitelCircuitInfoDto = exports.DigitelCircuitDto = exports.ProductMandatoryDocumentsItemsDto = exports.ProductMandatoryDocumentsDto = exports.ReferenceDateDto = exports.BillingCyclesDto = exports.FeatureGroupsItemsDto = exports.FeatureGroupDto = exports.RetailExclusivityRulesItemsDto = exports.ConfigurationArrayItem = exports.ConfigurationRetailExclusivityDto = exports.ConfigurationServiceableAgeDto = exports.ConfigurationSegmentsDto = exports.ConfigurationSegmentDto = exports.FeatureGroup = exports.ConfigurationDto = void 0;
|
|
13
|
+
exports.GdprClauseDto = exports.DigitelDefaultUserDto = exports.SimDeliveryInfoDto = exports.SimDeliveryDto = exports.ApprovalValidationUrlsDto = exports.ApprovalValidationUrlDto = exports.DigitelCircuitInfoDto = exports.DigitelCircuitDto = exports.ProductMandatoryDocumentsItemsDto = exports.ProductMandatoryDocumentsDto = exports.ReferenceDateDto = exports.BillingCyclesDto = exports.FeatureGroupsItemsDto = exports.FeatureGroupDto = exports.RetailExclusivityRulesItemsDto = exports.ConfigurationArrayItem = exports.ConfigurationRetailExclusivityDto = exports.ConfigurationServiceableAgeDto = exports.ConfigurationSegmentsDto = exports.ConfigurationSegmentDto = exports.FeatureGroup = exports.ConfigurationDto = void 0;
|
|
14
14
|
const openapi = require("@nestjs/swagger");
|
|
15
15
|
const class_validator_1 = require("class-validator");
|
|
16
16
|
const _validators_1 = require("../validators/index");
|
|
@@ -417,3 +417,25 @@ __decorate([
|
|
|
417
417
|
__metadata("design:type", String)
|
|
418
418
|
], DigitelDefaultUserDto.prototype, "phone", void 0);
|
|
419
419
|
exports.DigitelDefaultUserDto = DigitelDefaultUserDto;
|
|
420
|
+
class GdprClauseDto {
|
|
421
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
422
|
+
return { key: { required: true, type: () => [String] }, clause: { required: true, type: () => String } };
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
__decorate([
|
|
426
|
+
(0, class_validator_1.IsArray)(),
|
|
427
|
+
(0, class_validator_1.ArrayMinSize)(1),
|
|
428
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
429
|
+
(0, class_validator_1.IsNotEmpty)({ each: true }),
|
|
430
|
+
(0, _validators_1.IsNotBlank)({ each: true }),
|
|
431
|
+
(0, class_transformer_1.Expose)(),
|
|
432
|
+
__metadata("design:type", Array)
|
|
433
|
+
], GdprClauseDto.prototype, "key", void 0);
|
|
434
|
+
__decorate([
|
|
435
|
+
(0, class_validator_1.IsString)(),
|
|
436
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
437
|
+
(0, _validators_1.IsNotBlank)(),
|
|
438
|
+
(0, class_transformer_1.Expose)(),
|
|
439
|
+
__metadata("design:type", String)
|
|
440
|
+
], GdprClauseDto.prototype, "clause", void 0);
|
|
441
|
+
exports.GdprClauseDto = GdprClauseDto;
|
|
@@ -221,7 +221,7 @@ CustomerProductMultipleTransitionDataEntity = __decorate([
|
|
|
221
221
|
exports.CustomerProductMultipleTransitionDataEntity = CustomerProductMultipleTransitionDataEntity;
|
|
222
222
|
let CustomerProductMultipleTransitionStepEntity = class CustomerProductMultipleTransitionStepEntity {
|
|
223
223
|
static _OPENAPI_METADATA_FACTORY() {
|
|
224
|
-
return { id: { required: false, type: () => Number }, customerProductMultipleTransitionId: { required: false, type: () => Number }, customerProductMultipleTransition: { required: false, type: () => require("./customer-product-multiple-transition.entity").CustomerProductMultipleTransitionEntity }, step: { required: true, type: () => Number }, shoppingCartId: { required: true, type: () => String }, totalProducts: { required: true, type: () => Number }, completedProducts: { required: true, type: () => Number }, createdAt: { required: false, type: () => Date }, updatedAt: { required: false, type: () => Date }, startedAt: { required: false, type: () => Date }, completedAt: { required: false, type: () => Date } };
|
|
224
|
+
return { id: { required: false, type: () => Number }, customerProductMultipleTransitionId: { required: false, type: () => Number }, customerProductMultipleTransition: { required: false, type: () => require("./customer-product-multiple-transition.entity").CustomerProductMultipleTransitionEntity }, step: { required: true, type: () => Number }, shoppingCartId: { required: true, type: () => String }, totalProducts: { required: true, type: () => Number }, completedProducts: { required: true, type: () => Number }, relatedProducts: { required: true, type: () => Object }, createdAt: { required: false, type: () => Date }, updatedAt: { required: false, type: () => Date }, startedAt: { required: false, type: () => Date }, completedAt: { required: false, type: () => Date } };
|
|
225
225
|
}
|
|
226
226
|
};
|
|
227
227
|
__decorate([
|
|
@@ -252,6 +252,10 @@ __decorate([
|
|
|
252
252
|
(0, typeorm_1.Column)({ type: 'int', nullable: false, default: 0 }),
|
|
253
253
|
__metadata("design:type", Number)
|
|
254
254
|
], CustomerProductMultipleTransitionStepEntity.prototype, "completedProducts", void 0);
|
|
255
|
+
__decorate([
|
|
256
|
+
(0, typeorm_1.Column)({ type: 'json', nullable: true }),
|
|
257
|
+
__metadata("design:type", Object)
|
|
258
|
+
], CustomerProductMultipleTransitionStepEntity.prototype, "relatedProducts", void 0);
|
|
255
259
|
__decorate([
|
|
256
260
|
(0, typeorm_1.Column)({ type: 'datetime', nullable: false, default: 'CURRENT_TIMESTAMP' }),
|
|
257
261
|
__metadata("design:type", Date)
|
package/dist/database/index.d.ts
CHANGED
package/dist/database/index.js
CHANGED
|
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./approval.entity"), exports);
|
|
18
18
|
__exportStar(require("./auth.entity"), exports);
|
|
19
|
+
__exportStar(require("./bundle-products.entity"), exports);
|
|
19
20
|
__exportStar(require("./configuration.entity"), exports);
|
|
20
21
|
__exportStar(require("./customer-new-extras.entity"), exports);
|
|
21
22
|
__exportStar(require("./customer-product-deactivation.entity"), exports);
|
|
@@ -14,7 +14,7 @@ const openapi = require("@nestjs/swagger");
|
|
|
14
14
|
const typeorm_1 = require("typeorm");
|
|
15
15
|
let ProductTransitionGroupEntity = class ProductTransitionGroupEntity {
|
|
16
16
|
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
-
return { id: { required: true, type: () => Number }, combinations: { required: false, type: () => [require("./product-transition-configuration.entity").ProductTransitionCombinationEntity] }, name: { required: true, type: () => String }, onlyMobilesProductName: { required: true, type: () => String }, sharedMobilesProductName: { required: true, type: () => String }, displayName: { required: true, type: () => String }, displayOrder: { required: true, type: () => Number }, customerType: { required: true, type: () => String } };
|
|
17
|
+
return { id: { required: true, type: () => Number }, combinations: { required: false, type: () => [require("./product-transition-configuration.entity").ProductTransitionCombinationEntity] }, name: { required: true, type: () => String }, onlyMobilesProductName: { required: true, type: () => String }, sharedMobilesProductName: { required: true, type: () => String }, intermediateProductName: { required: true, type: () => String }, displayName: { required: true, type: () => String }, displayOrder: { required: true, type: () => Number }, customerType: { required: true, type: () => String } };
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
20
|
__decorate([
|
|
@@ -37,6 +37,10 @@ __decorate([
|
|
|
37
37
|
(0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: false }),
|
|
38
38
|
__metadata("design:type", String)
|
|
39
39
|
], ProductTransitionGroupEntity.prototype, "sharedMobilesProductName", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: false }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], ProductTransitionGroupEntity.prototype, "intermediateProductName", void 0);
|
|
40
44
|
__decorate([
|
|
41
45
|
(0, typeorm_1.Column)({ type: 'varchar', length: 255, nullable: true }),
|
|
42
46
|
__metadata("design:type", String)
|
|
@@ -7,6 +7,7 @@ export declare enum CustomerProductMultipleTransitionProcessStatus {
|
|
|
7
7
|
ORDER_DATA_SAVED = "order-data-saved",
|
|
8
8
|
UNBUNDLE_STEP = "unbundle-step",
|
|
9
9
|
DELETE_STEP = "delete-step",
|
|
10
|
+
BUNDLE_STEP = "bundle-step",
|
|
10
11
|
COMPLETED = "completed"
|
|
11
12
|
}
|
|
12
13
|
export declare enum CustomerProductMultipleTransitionProcessAdditionalProductType {
|
|
@@ -15,6 +16,7 @@ export declare enum CustomerProductMultipleTransitionProcessAdditionalProductTyp
|
|
|
15
16
|
}
|
|
16
17
|
export declare enum CustomerProductTransitionStep {
|
|
17
18
|
UNBUNDLE = 1,
|
|
18
|
-
DELETE = 2
|
|
19
|
+
DELETE = 2,
|
|
20
|
+
BUNDLE = 3
|
|
19
21
|
}
|
|
20
22
|
export declare const CustomerProductTransitionStepToCustomerProductMultipleTransitionProcessStatus: Record<CustomerProductTransitionStep, CustomerProductMultipleTransitionProcessStatus>;
|
|
@@ -11,6 +11,7 @@ var CustomerProductMultipleTransitionProcessStatus;
|
|
|
11
11
|
CustomerProductMultipleTransitionProcessStatus["ORDER_DATA_SAVED"] = "order-data-saved";
|
|
12
12
|
CustomerProductMultipleTransitionProcessStatus["UNBUNDLE_STEP"] = "unbundle-step";
|
|
13
13
|
CustomerProductMultipleTransitionProcessStatus["DELETE_STEP"] = "delete-step";
|
|
14
|
+
CustomerProductMultipleTransitionProcessStatus["BUNDLE_STEP"] = "bundle-step";
|
|
14
15
|
CustomerProductMultipleTransitionProcessStatus["COMPLETED"] = "completed";
|
|
15
16
|
})(CustomerProductMultipleTransitionProcessStatus = exports.CustomerProductMultipleTransitionProcessStatus || (exports.CustomerProductMultipleTransitionProcessStatus = {}));
|
|
16
17
|
var CustomerProductMultipleTransitionProcessAdditionalProductType;
|
|
@@ -22,8 +23,10 @@ var CustomerProductTransitionStep;
|
|
|
22
23
|
(function (CustomerProductTransitionStep) {
|
|
23
24
|
CustomerProductTransitionStep[CustomerProductTransitionStep["UNBUNDLE"] = 1] = "UNBUNDLE";
|
|
24
25
|
CustomerProductTransitionStep[CustomerProductTransitionStep["DELETE"] = 2] = "DELETE";
|
|
26
|
+
CustomerProductTransitionStep[CustomerProductTransitionStep["BUNDLE"] = 3] = "BUNDLE";
|
|
25
27
|
})(CustomerProductTransitionStep = exports.CustomerProductTransitionStep || (exports.CustomerProductTransitionStep = {}));
|
|
26
28
|
exports.CustomerProductTransitionStepToCustomerProductMultipleTransitionProcessStatus = {
|
|
27
29
|
[CustomerProductTransitionStep.UNBUNDLE]: CustomerProductMultipleTransitionProcessStatus.UNBUNDLE_STEP,
|
|
28
|
-
[CustomerProductTransitionStep.DELETE]: CustomerProductMultipleTransitionProcessStatus.DELETE_STEP
|
|
30
|
+
[CustomerProductTransitionStep.DELETE]: CustomerProductMultipleTransitionProcessStatus.DELETE_STEP,
|
|
31
|
+
[CustomerProductTransitionStep.BUNDLE]: CustomerProductMultipleTransitionProcessStatus.BUNDLE_STEP
|
|
29
32
|
};
|
|
@@ -27,6 +27,11 @@ export declare class PatchCustomerProductMultipleTransitionProcessOrderDataSaved
|
|
|
27
27
|
chargeDate?: string;
|
|
28
28
|
notes?: string;
|
|
29
29
|
}
|
|
30
|
+
export declare class CustomerProductMultipleTransitionProcessStepRelatedProductDto {
|
|
31
|
+
id: string;
|
|
32
|
+
name: string;
|
|
33
|
+
originalId: string;
|
|
34
|
+
}
|
|
30
35
|
export declare class CustomerProductMultipleTransitionProcessStepDto {
|
|
31
36
|
id?: number;
|
|
32
37
|
customerProductMultipleTransitionId?: number;
|
|
@@ -34,6 +39,7 @@ export declare class CustomerProductMultipleTransitionProcessStepDto {
|
|
|
34
39
|
shoppingCartId: string;
|
|
35
40
|
totalProducts: number;
|
|
36
41
|
completedProducts?: number;
|
|
42
|
+
relatedProducts?: CustomerProductMultipleTransitionProcessStepRelatedProductDto[];
|
|
37
43
|
createdAt?: Date;
|
|
38
44
|
updatedAt?: Date;
|
|
39
45
|
startedAt?: Date;
|
|
@@ -62,4 +68,5 @@ export declare class CustomerProductMultipleTransitionProcessStepCacheDto {
|
|
|
62
68
|
}
|
|
63
69
|
export declare class CustomerProductMultipleTransitionProcessStepCompletedProductDto {
|
|
64
70
|
step: CustomerProductTransitionStep;
|
|
71
|
+
relatedProduct?: CustomerProductMultipleTransitionProcessStepRelatedProductDto;
|
|
65
72
|
}
|
|
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.CustomerProductMultipleTransitionProcessStepCompletedProductDto = exports.CustomerProductMultipleTransitionProcessStepCacheDto = exports.CustomerProductMultipleTransitionProcessDto = exports.CustomerProductMultipleTransitionProcessStepDto = exports.PatchCustomerProductMultipleTransitionProcessOrderDataSavedDto = exports.PatchCustomerProductMultipleTransitionProcessStatusWithShoppingCartIdDto = exports.PatchCustomerProductMultipleTransitionProcessTransitionSelectedDto = exports.PatchCustomerProductMultipleTransitionProcessFreshDto = exports.CreateCustomerProductMultipleTransitionProcessDto = void 0;
|
|
12
|
+
exports.CustomerProductMultipleTransitionProcessStepCompletedProductDto = exports.CustomerProductMultipleTransitionProcessStepCacheDto = exports.CustomerProductMultipleTransitionProcessDto = exports.CustomerProductMultipleTransitionProcessStepDto = exports.CustomerProductMultipleTransitionProcessStepRelatedProductDto = exports.PatchCustomerProductMultipleTransitionProcessOrderDataSavedDto = exports.PatchCustomerProductMultipleTransitionProcessStatusWithShoppingCartIdDto = exports.PatchCustomerProductMultipleTransitionProcessTransitionSelectedDto = exports.PatchCustomerProductMultipleTransitionProcessFreshDto = exports.CreateCustomerProductMultipleTransitionProcessDto = void 0;
|
|
13
13
|
const openapi = require("@nestjs/swagger");
|
|
14
14
|
const customer_1 = require("../customer");
|
|
15
15
|
const _validators_1 = require("../../validators/index");
|
|
@@ -136,9 +136,15 @@ __decorate([
|
|
|
136
136
|
__metadata("design:type", String)
|
|
137
137
|
], PatchCustomerProductMultipleTransitionProcessOrderDataSavedDto.prototype, "notes", void 0);
|
|
138
138
|
exports.PatchCustomerProductMultipleTransitionProcessOrderDataSavedDto = PatchCustomerProductMultipleTransitionProcessOrderDataSavedDto;
|
|
139
|
+
class CustomerProductMultipleTransitionProcessStepRelatedProductDto {
|
|
140
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
141
|
+
return { id: { required: true, type: () => String }, name: { required: true, type: () => String }, originalId: { required: true, type: () => String } };
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
exports.CustomerProductMultipleTransitionProcessStepRelatedProductDto = CustomerProductMultipleTransitionProcessStepRelatedProductDto;
|
|
139
145
|
class CustomerProductMultipleTransitionProcessStepDto {
|
|
140
146
|
static _OPENAPI_METADATA_FACTORY() {
|
|
141
|
-
return { id: { required: false, type: () => Number }, customerProductMultipleTransitionId: { required: false, type: () => Number }, step: { required: true, enum: require("./customer-product-multiple-transition-process.constants").CustomerProductTransitionStep }, shoppingCartId: { required: true, type: () => String }, totalProducts: { required: true, type: () => Number }, completedProducts: { required: false, type: () => Number }, createdAt: { required: false, type: () => Date }, updatedAt: { required: false, type: () => Date }, startedAt: { required: false, type: () => Date }, completedAt: { required: false, type: () => Date } };
|
|
147
|
+
return { id: { required: false, type: () => Number }, customerProductMultipleTransitionId: { required: false, type: () => Number }, step: { required: true, enum: require("./customer-product-multiple-transition-process.constants").CustomerProductTransitionStep }, shoppingCartId: { required: true, type: () => String }, totalProducts: { required: true, type: () => Number }, completedProducts: { required: false, type: () => Number }, relatedProducts: { required: false, type: () => [require("./customer-product-multiple-transition-process.entity").CustomerProductMultipleTransitionProcessStepRelatedProductDto] }, createdAt: { required: false, type: () => Date }, updatedAt: { required: false, type: () => Date }, startedAt: { required: false, type: () => Date }, completedAt: { required: false, type: () => Date } };
|
|
142
148
|
}
|
|
143
149
|
}
|
|
144
150
|
exports.CustomerProductMultipleTransitionProcessStepDto = CustomerProductMultipleTransitionProcessStepDto;
|
|
@@ -156,7 +162,7 @@ class CustomerProductMultipleTransitionProcessStepCacheDto {
|
|
|
156
162
|
exports.CustomerProductMultipleTransitionProcessStepCacheDto = CustomerProductMultipleTransitionProcessStepCacheDto;
|
|
157
163
|
class CustomerProductMultipleTransitionProcessStepCompletedProductDto {
|
|
158
164
|
static _OPENAPI_METADATA_FACTORY() {
|
|
159
|
-
return { step: { required: true, enum: require("./customer-product-multiple-transition-process.constants").CustomerProductTransitionStep } };
|
|
165
|
+
return { step: { required: true, enum: require("./customer-product-multiple-transition-process.constants").CustomerProductTransitionStep }, relatedProduct: { required: false, type: () => require("./customer-product-multiple-transition-process.entity").CustomerProductMultipleTransitionProcessStepRelatedProductDto } };
|
|
160
166
|
}
|
|
161
167
|
}
|
|
162
168
|
exports.CustomerProductMultipleTransitionProcessStepCompletedProductDto = CustomerProductMultipleTransitionProcessStepCompletedProductDto;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./robinson.entity"), exports);
|
|
18
|
+
__exportStar(require("./robinson.constants"), exports);
|