adamo-types 1.2.77-sit → 1.2.78-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/charge-catalog/bill-types.entity.d.ts +16 -0
- package/dist/bss/bearingpoint/charge-catalog/bill-types.entity.js +16 -0
- package/dist/bss/bearingpoint/charge-catalog/index.d.ts +1 -0
- package/dist/bss/bearingpoint/charge-catalog/index.js +1 -0
- package/dist/bss/charge/charge.entity.d.ts +1 -0
- package/dist/bss/charge/charge.entity.js +1 -1
- package/dist/bss/constants/bss.constants.d.ts +1 -0
- package/dist/bss/constants/bss.constants.js +2 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { TaxType } from '../../constants';
|
|
2
|
+
import { BpValidForDto } from '../common';
|
|
3
|
+
export declare class BpBillTypeTimeLineItemDto {
|
|
4
|
+
taxType: TaxType;
|
|
5
|
+
loyaltyPointsDisabled: boolean;
|
|
6
|
+
validFor: BpValidForDto;
|
|
7
|
+
}
|
|
8
|
+
export declare class BpBillTypeDto {
|
|
9
|
+
name: string;
|
|
10
|
+
description: string;
|
|
11
|
+
measuringUnit: string;
|
|
12
|
+
billText: string;
|
|
13
|
+
productCode: string;
|
|
14
|
+
generalLedgerCode: string;
|
|
15
|
+
timeLineItems: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BpBillTypeDto = exports.BpBillTypeTimeLineItemDto = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class BpBillTypeTimeLineItemDto {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { taxType: { required: true, type: () => String, enum: require("../../constants/bp.constants").TaxType }, loyaltyPointsDisabled: { required: true, type: () => Boolean }, validFor: { required: true, type: () => require("../common/common.entity").BpValidForDto } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.BpBillTypeTimeLineItemDto = BpBillTypeTimeLineItemDto;
|
|
11
|
+
class BpBillTypeDto {
|
|
12
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
13
|
+
return { name: { required: true, type: () => String }, description: { required: true, type: () => String }, measuringUnit: { required: true, type: () => String }, billText: { required: true, type: () => String }, productCode: { required: true, type: () => String }, generalLedgerCode: { required: true, type: () => String }, timeLineItems: { required: true, type: () => String } };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.BpBillTypeDto = BpBillTypeDto;
|
|
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./bill-types.entity"), exports);
|
|
17
18
|
__exportStar(require("./charge-catalog.entity"), exports);
|
|
@@ -4,7 +4,7 @@ exports.ChargeAndCreditDto = void 0;
|
|
|
4
4
|
const openapi = require("@nestjs/swagger");
|
|
5
5
|
class ChargeAndCreditDto {
|
|
6
6
|
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
-
return { id: { required: true, type: () => String }, name: { required: true, type: () => String }, displayName: { required: false, type: () => String }, productId: { required: false, type: () => String }, productCharacteristicId: { required: false, type: () => String }, type: { required: true, enum: require("./charge.constants").ChargeAndCreditType }, displayAmount: { required: true, type: () => Number }, includedAmount: { required: true, type: () => Number }, excludedAmount: { required: true, type: () => Number }, activatedAt: { required: true, type: () => String }, terminatedAt: { required: false, type: () => String } };
|
|
7
|
+
return { id: { required: true, type: () => String }, name: { required: true, type: () => String }, displayName: { required: false, type: () => String }, displayDescription: { required: false, type: () => String }, productId: { required: false, type: () => String }, productCharacteristicId: { required: false, type: () => String }, type: { required: true, enum: require("./charge.constants").ChargeAndCreditType }, displayAmount: { required: true, type: () => Number }, includedAmount: { required: true, type: () => Number }, excludedAmount: { required: true, type: () => Number }, activatedAt: { required: true, type: () => String }, terminatedAt: { required: false, type: () => String } };
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
exports.ChargeAndCreditDto = ChargeAndCreditDto;
|
|
@@ -23,6 +23,7 @@ export declare enum CacheKeyType {
|
|
|
23
23
|
AMS_ZIP_V2 = "ams:v2:zip",
|
|
24
24
|
AVAILABLE_PRODUCTS = "available-products",
|
|
25
25
|
BSS_ADDRESS = "bss:address",
|
|
26
|
+
BSS_BILL_TYPE = "bss:bill-type",
|
|
26
27
|
BSS_CUSTOMER = "bss:customer",
|
|
27
28
|
BSS_INSTALMENT_CHARGE = "bss:instalment-charge",
|
|
28
29
|
BSS_ONCE_ONLY_CHARGE = "bss:once-only-charge",
|
|
@@ -39,6 +39,7 @@ var CacheKeyType;
|
|
|
39
39
|
CacheKeyType["AMS_ZIP_V2"] = "ams:v2:zip";
|
|
40
40
|
CacheKeyType["AVAILABLE_PRODUCTS"] = "available-products";
|
|
41
41
|
CacheKeyType["BSS_ADDRESS"] = "bss:address";
|
|
42
|
+
CacheKeyType["BSS_BILL_TYPE"] = "bss:bill-type";
|
|
42
43
|
CacheKeyType["BSS_CUSTOMER"] = "bss:customer";
|
|
43
44
|
CacheKeyType["BSS_INSTALMENT_CHARGE"] = "bss:instalment-charge";
|
|
44
45
|
CacheKeyType["BSS_ONCE_ONLY_CHARGE"] = "bss:once-only-charge";
|
|
@@ -82,6 +83,7 @@ exports.CacheKeyTypeTtl = {
|
|
|
82
83
|
[CacheKeyType.AMS_ZIP_V2]: 60 * 60,
|
|
83
84
|
[CacheKeyType.AVAILABLE_PRODUCTS]: 0,
|
|
84
85
|
[CacheKeyType.BSS_ADDRESS]: 60 * 60,
|
|
86
|
+
[CacheKeyType.BSS_BILL_TYPE]: 0,
|
|
85
87
|
[CacheKeyType.BSS_CUSTOMER]: 60 * 60,
|
|
86
88
|
[CacheKeyType.BSS_INSTALMENT_CHARGE]: 0,
|
|
87
89
|
[CacheKeyType.BSS_ONCE_ONLY_CHARGE]: 0,
|