adamo-types 1.2.75-uat → 1.2.76-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/product-offering/product-inventory.entity.d.ts +1 -0
- package/dist/bss/bearingpoint/product-offering/product-inventory.entity.js +1 -1
- package/dist/bss/product/product.entity.d.ts +0 -1
- package/dist/common/constants/error.constants.d.ts +1 -0
- package/dist/common/constants/error.constants.js +2 -1
- package/dist/common/edge-bss/product/res/other.entity.d.ts +0 -1
- package/dist/common/edge-bss/product/res/other.entity.js +1 -1
- package/dist/common/edge-zoho/sale-process/req/patch.entity.js +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -34,7 +34,7 @@ class BpProductOrderItemDto {
|
|
|
34
34
|
exports.BpProductOrderItemDto = BpProductOrderItemDto;
|
|
35
35
|
class BpProductOrderDto {
|
|
36
36
|
static _OPENAPI_METADATA_FACTORY() {
|
|
37
|
-
return { id: { required: true, type: () => String }, channel: { required: true, type: () => String }, state: { required: true, enum: require("./product.constants").BpProductOrderStateType }, billingAccount: { required: true, type: () => String }, type: { required: true, enum: require("../../constants/bp.constants").ProductOrderType }, orderItems: { required: true, type: () => [require("./product-inventory.entity").BpProductOrderItemDto] }, parameters: { required: true, type: () => Object } };
|
|
37
|
+
return { id: { required: true, type: () => String }, channel: { required: true, type: () => String }, state: { required: true, enum: require("./product.constants").BpProductOrderStateType }, billingAccount: { required: true, type: () => String }, type: { required: true, enum: require("../../constants/bp.constants").ProductOrderType }, orderItems: { required: true, type: () => [require("./product-inventory.entity").BpProductOrderItemDto] }, parameters: { required: true, type: () => Object }, expectedCompletionDate: { required: false, type: () => String } };
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
exports.BpProductOrderDto = BpProductOrderDto;
|
|
@@ -159,3 +159,4 @@ export declare const E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = "E
|
|
|
159
159
|
export declare const E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISSMATCHING = "E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISSMATCHING";
|
|
160
160
|
export declare const E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISSMATCHING = "E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISSMATCHING";
|
|
161
161
|
export declare const E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISSMATCHING = "E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISSMATCHING";
|
|
162
|
+
export declare const E_CUSTOMER_CHECK_DEBT = "E_CUSTOMER_CHECK_DEBT";
|
|
@@ -3,7 +3,7 @@ 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_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_APARTMENT_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_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_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 = 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_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_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_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 = 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 = 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_WITHOUT_SHOPPING_CART = exports.E_APPLY_CHARGE = exports.E_PRODUCT_SERVICE_MISSING = exports.E_APARTMENT_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 = void 0;
|
|
6
|
-
exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISSMATCHING = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISSMATCHING = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISSMATCHING = 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_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = exports.E_UNKNOWN_CACHE_KEY = void 0;
|
|
6
|
+
exports.E_CUSTOMER_CHECK_DEBT = exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISSMATCHING = exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISSMATCHING = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISSMATCHING = 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_TRANSITION_PROCESS_ALREADY_EXISTS = exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_ALREADY_EXISTS = exports.E_UNKNOWN_CACHE_KEY = 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';
|
|
@@ -165,3 +165,4 @@ exports.E_REVIEW_CUSTOMER_CHARGES_AND_CREDITS_NEGATIVE_INVOICE = 'E_REVIEW_CUSTO
|
|
|
165
165
|
exports.E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISSMATCHING = 'E_CUSTOMER_PRODUCT_MODIFICATION_PROCESS_OWNER_MISSMATCHING';
|
|
166
166
|
exports.E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISSMATCHING = 'E_CUSTOMER_PRODUCT_TRANSITION_PROCESS_OWNER_MISSMATCHING';
|
|
167
167
|
exports.E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISSMATCHING = 'E_CUSTOMER_NEW_EXTRAS_PROCESS_OWNER_MISSMATCHING';
|
|
168
|
+
exports.E_CUSTOMER_CHECK_DEBT = 'E_CUSTOMER_CHECK_DEBT';
|
|
@@ -28,7 +28,7 @@ class BundlesSummaryResDto {
|
|
|
28
28
|
exports.BundlesSummaryResDto = BundlesSummaryResDto;
|
|
29
29
|
class ProductSummaryProductResDto {
|
|
30
30
|
static _OPENAPI_METADATA_FACTORY() {
|
|
31
|
-
return { name: { required: true, type: () => String },
|
|
31
|
+
return { name: { required: true, type: () => String }, action: { required: false, enum: require("../../../../bss/constants/bss.constants").ShoppingCartProductAction }, displayName: { required: true, type: () => String }, displayDescription: { required: true, type: () => String }, type: { required: true, enum: require("../../../constants/common.constants").ShoppingCartProductType }, configurationAttributes: { required: false, type: () => [require("../../shopping-cart/res/other.entity").ShoppingCartConfigurationAttributeDto] }, promotions: { required: true, type: () => [require("./other.entity").ProductSummaryCharacteristicResDto] }, characteristics: { required: true, type: () => [require("./other.entity").ProductSummaryCharacteristicResDto] }, servicesCharacteristics: { required: true, type: () => [require("../../shopping-cart/res/other.entity").ShoppingCartInfoServiceCharacteristicDto] }, serviceCharacteristicName: { required: false, type: () => String }, serviceCharacteristicValue: { required: false, type: () => Object }, total: { required: true, type: () => Number }, prices: { required: true, type: () => [require("./other.entity").ProductSummaryPriceResDto] } };
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
exports.ProductSummaryProductResDto = ProductSummaryProductResDto;
|
|
@@ -306,6 +306,7 @@ __decorate([
|
|
|
306
306
|
__decorate([
|
|
307
307
|
(0, _validators_1.IsEnum)(constants_1.DigitelCircuitType),
|
|
308
308
|
(0, class_transformer_1.Expose)(),
|
|
309
|
+
(0, class_validator_1.IsOptional)(),
|
|
309
310
|
__metadata("design:type", String)
|
|
310
311
|
], PatchSaleProcessContractDataSavedDto.prototype, "digitelCircuitType", void 0);
|
|
311
312
|
exports.PatchSaleProcessContractDataSavedDto = PatchSaleProcessContractDataSavedDto;
|