adamo-types 2.0.9-sit → 2.0.9-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.
- package/dist/common/channel/user.channel.d.ts +19 -0
- package/dist/common/channel/user.channel.js +23 -0
- package/dist/common/edge-bss/saleperson/index.d.ts +1 -0
- package/dist/common/edge-bss/saleperson/index.js +17 -0
- package/dist/common/edge-bss/saleperson/req/saleperson.entity.d.ts +20 -0
- package/dist/common/edge-bss/saleperson/req/saleperson.entity.js +22 -0
- package/dist/common/edge-sms/contract/index.d.ts +2 -0
- package/dist/common/edge-sms/contract/index.js +18 -0
- package/dist/common/edge-sms/contract/req/create.entity.d.ts +5 -0
- package/dist/common/edge-sms/contract/req/create.entity.js +10 -0
- package/dist/common/edge-sms/contract/res/response.entity.d.ts +4 -0
- package/dist/common/edge-sms/contract/res/response.entity.js +10 -0
- package/dist/common/edge-sms/index.d.ts +1 -0
- package/dist/common/edge-sms/index.js +17 -0
- package/dist/common/edge-zoho/sale-process/req/delete.entity.d.ts +3 -0
- package/dist/common/edge-zoho/sale-process/req/delete.entity.js +10 -0
- package/dist/common/number-pool/constants/index.entity.d.ts +52 -0
- package/dist/common/number-pool/constants/index.entity.js +57 -0
- package/dist/common/number-pool/index.d.ts +2 -0
- package/dist/common/number-pool/index.js +18 -0
- package/dist/common/number-pool/req/index.entity.d.ts +3 -0
- package/dist/common/number-pool/req/index.entity.js +10 -0
- package/dist/common/number-pool/res/index.entity.d.ts +0 -0
- package/dist/common/number-pool/res/index.entity.js +1 -0
- package/dist/database/aggrupation-transactions.entity.d.ts +11 -0
- package/dist/database/aggrupation-transactions.entity.js +59 -0
- package/dist/database/aggrupation.entity.d.ts +45 -0
- package/dist/database/aggrupation.entity.js +196 -0
- package/dist/database/aggrupations-consent-data.entity.d.ts +12 -0
- package/dist/database/aggrupations-consent-data.entity.js +60 -0
- package/dist/database/aggrupations-file.entity.d.ts +12 -0
- package/dist/database/aggrupations-file.entity.js +60 -0
- package/dist/database/aggrupations-transactions.entity.d.ts +11 -0
- package/dist/database/aggrupations-transactions.entity.js +59 -0
- package/dist/database/agrupation-transactions.entity.d.ts +11 -0
- package/dist/database/agrupation-transactions.entity.js +59 -0
- package/dist/database/customer-product-modification.entity copy.d.ts +34 -0
- package/dist/database/customer-product-modification.entity copy.js +147 -0
- package/dist/database/lead-transactions.entity copy.d.ts +10 -0
- package/dist/database/lead-transactions.entity copy.js +53 -0
- package/dist/database/leads-consent-data.entity copy.d.ts +11 -0
- package/dist/database/leads-consent-data.entity copy.js +53 -0
- package/dist/database/leads-file.entity copy.d.ts +11 -0
- package/dist/database/leads-file.entity copy.js +53 -0
- package/dist/digitel/aggrupation-consent-data.entity.d.ts +10 -0
- package/dist/digitel/aggrupation-consent-data.entity.js +63 -0
- package/dist/digitel/aggrupation-file.entity.d.ts +10 -0
- package/dist/digitel/aggrupation-file.entity.js +10 -0
- package/dist/digitel/aggrupation-transactions.entity.d.ts +9 -0
- package/dist/digitel/aggrupation-transactions.entity.js +51 -0
- package/dist/digitel/lead-file.entity copy.d.ts +10 -0
- package/dist/digitel/lead-file.entity copy.js +6 -0
- package/dist/digitel/lead-transactions.entity copy.d.ts +9 -0
- package/dist/digitel/lead-transactions.entity copy.js +6 -0
- package/dist/sys03/aggrupation/aggrupation-consent-data.entity.d.ts +37 -0
- package/dist/sys03/aggrupation/aggrupation-consent-data.entity.js +141 -0
- package/dist/sys03/aggrupation/aggrupation.constants.d.ts +24 -0
- package/dist/sys03/aggrupation/aggrupation.constants.js +48 -0
- package/dist/sys03/aggrupation/aggrupation.entity copy.d.ts +37 -0
- package/dist/sys03/aggrupation/aggrupation.entity copy.js +128 -0
- package/dist/sys03/aggrupation/aggrupation.entity.d.ts +37 -0
- package/dist/sys03/aggrupation/aggrupation.entity.js +141 -0
- package/dist/sys03/aggrupation/customer-product-modification-process.entity.d.ts +33 -0
- package/dist/sys03/aggrupation/customer-product-modification-process.entity.js +104 -0
- package/dist/sys03/aggrupation/index.d.ts +2 -0
- package/dist/sys03/aggrupation/index.js +18 -0
- package/dist/sys03/aggrupation/simple.entity.d.ts +3 -0
- package/dist/sys03/aggrupation/simple.entity.js +26 -0
- package/dist/sys03/approval/approval.entity.d.ts +5 -5
- package/dist/sys03/customer/customer-product.constants.d.ts +5 -0
- package/dist/sys03/customer/customer-product.constants.js +7 -0
- package/dist/sys03/customer/customer.process.entity.d.ts +13 -0
- package/dist/sys03/customer/customer.process.entity.js +69 -0
- package/dist/sys03/shopping-cart/internal/internal.entity.d.ts +5 -0
- package/dist/sys03/shopping-cart/internal/internal.entity.js +3 -0
- package/dist/sys03/updowngrade/internal.d.ts +10 -0
- package/dist/sys03/updowngrade/internal.js +2 -0
- package/dist/sys03/updowngrade/product-transition.entity.d.ts +41 -0
- package/dist/sys03/updowngrade/product-transition.entity.js +40 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/validators/IsEnum.d.ts +2 -0
- package/dist/validators/IsEnum.js +19 -0
- package/package.json +1 -1
|
@@ -0,0 +1,141 @@
|
|
|
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.DashboardAggrupationFilterDto = exports.AggrupationFilterDto = exports.AggrupationProcessDto = exports.AggrupationDto = void 0;
|
|
13
|
+
const openapi = require("@nestjs/swagger");
|
|
14
|
+
const common_entity_1 = require("../../common/common.entity");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const aggrupation_constants_1 = require("./aggrupation.constants");
|
|
17
|
+
const _validators_1 = require("../../validators/index");
|
|
18
|
+
const constants_1 = require("../../bss/constants");
|
|
19
|
+
const class_transformer_1 = require("class-transformer");
|
|
20
|
+
class AggrupationDto {
|
|
21
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
22
|
+
return { id: { required: false, type: () => Number }, customerId: { required: true, type: () => String }, status: { required: false, enum: require("./aggrupation.constants").AggrupationStatus }, shoppingCartId: { required: false, type: () => String }, channel: { required: true, type: () => String }, customerVulnerable: { required: true, type: () => Boolean }, digitelCircuitType: { required: true, enum: require("../../bss/constants/bp.constants").DigitelCircuitType }, contractId: { required: false, type: () => String }, created: { required: true, type: () => require("../common/common.entity").AuditFieldsDto }, updated: { required: false, type: () => require("../common/common.entity").AuditFieldsDto } };
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
exports.AggrupationDto = AggrupationDto;
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsInt)(),
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], AggrupationDto.prototype, "id", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
33
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
+
(0, _validators_1.IsNotBlank)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], AggrupationDto.prototype, "customerId", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsOptional)(),
|
|
39
|
+
(0, class_validator_1.IsEnum)(aggrupation_constants_1.AggrupationStatus),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], AggrupationDto.prototype, "status", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
+
(0, _validators_1.IsNotBlank)(),
|
|
45
|
+
(0, class_validator_1.IsOptional)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], AggrupationDto.prototype, "shoppingCartId", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
50
|
+
(0, class_validator_1.IsString)(),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], AggrupationDto.prototype, "channel", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
55
|
+
(0, class_validator_1.IsBoolean)(),
|
|
56
|
+
(0, class_transformer_1.Transform)(({ value }) => Boolean(value)),
|
|
57
|
+
__metadata("design:type", Boolean)
|
|
58
|
+
], AggrupationDto.prototype, "customerVulnerable", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
61
|
+
(0, class_validator_1.IsEnum)(constants_1.DigitelCircuitType),
|
|
62
|
+
__metadata("design:type", String)
|
|
63
|
+
], AggrupationDto.prototype, "digitelCircuitType", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], AggrupationDto.prototype, "contractId", void 0);
|
|
69
|
+
class AggrupationProcessDto {
|
|
70
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
71
|
+
return { id: { required: false, type: () => Number }, aggrupationId: { required: true, type: () => Number }, customerProcessId: { required: true, type: () => Number }, customerProcessType: { required: true, enum: require("../../bss/customer/customer.constants").CustomerProcessType }, created: { required: true, type: () => require("../common/common.entity").AuditFieldsDto }, updated: { required: true, type: () => require("../common/common.entity").AuditFieldsDto } };
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.AggrupationProcessDto = AggrupationProcessDto;
|
|
75
|
+
class AggrupationFilterDto {
|
|
76
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
77
|
+
return { customerId: { required: false, type: () => String }, status: { required: true, enum: require("./aggrupation.constants").AggrupationStatus } };
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.AggrupationFilterDto = AggrupationFilterDto;
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
83
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
84
|
+
(0, _validators_1.IsNotBlank)(),
|
|
85
|
+
(0, class_validator_1.IsOptional)(),
|
|
86
|
+
__metadata("design:type", String)
|
|
87
|
+
], AggrupationFilterDto.prototype, "customerId", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
90
|
+
(0, _validators_1.IsNotBlank)(),
|
|
91
|
+
(0, class_validator_1.IsOptional)(),
|
|
92
|
+
__metadata("design:type", String)
|
|
93
|
+
], AggrupationFilterDto.prototype, "status", void 0);
|
|
94
|
+
class DashboardAggrupationFilterDto extends common_entity_1.PaginationQueryDto {
|
|
95
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
96
|
+
return { customerId: { required: false, type: () => String }, id: { required: false, type: () => String }, dateFrom: { required: false, type: () => String }, dateTo: { required: false, type: () => String }, status: { required: false, type: () => String }, channel: { required: false, type: () => String } };
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
exports.DashboardAggrupationFilterDto = DashboardAggrupationFilterDto;
|
|
100
|
+
__decorate([
|
|
101
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
102
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
103
|
+
(0, _validators_1.IsNotBlank)(),
|
|
104
|
+
(0, class_validator_1.IsOptional)(),
|
|
105
|
+
__metadata("design:type", String)
|
|
106
|
+
], DashboardAggrupationFilterDto.prototype, "customerId", void 0);
|
|
107
|
+
__decorate([
|
|
108
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
109
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
110
|
+
(0, _validators_1.IsNotBlank)(),
|
|
111
|
+
(0, class_validator_1.IsOptional)(),
|
|
112
|
+
__metadata("design:type", String)
|
|
113
|
+
], DashboardAggrupationFilterDto.prototype, "id", void 0);
|
|
114
|
+
__decorate([
|
|
115
|
+
(0, class_validator_1.IsDateString)(),
|
|
116
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
117
|
+
(0, class_validator_1.IsOptional)(),
|
|
118
|
+
(0, _validators_1.IsNotBlank)(),
|
|
119
|
+
__metadata("design:type", String)
|
|
120
|
+
], DashboardAggrupationFilterDto.prototype, "dateFrom", void 0);
|
|
121
|
+
__decorate([
|
|
122
|
+
(0, class_validator_1.IsDateString)(),
|
|
123
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
124
|
+
(0, class_validator_1.IsOptional)(),
|
|
125
|
+
(0, _validators_1.IsNotBlank)(),
|
|
126
|
+
__metadata("design:type", String)
|
|
127
|
+
], DashboardAggrupationFilterDto.prototype, "dateTo", void 0);
|
|
128
|
+
__decorate([
|
|
129
|
+
(0, class_validator_1.IsString)(),
|
|
130
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
131
|
+
(0, _validators_1.IsNotBlank)(),
|
|
132
|
+
(0, class_validator_1.IsOptional)(),
|
|
133
|
+
__metadata("design:type", String)
|
|
134
|
+
], DashboardAggrupationFilterDto.prototype, "status", void 0);
|
|
135
|
+
__decorate([
|
|
136
|
+
(0, class_validator_1.IsString)(),
|
|
137
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
138
|
+
(0, _validators_1.IsNotBlank)(),
|
|
139
|
+
(0, class_validator_1.IsOptional)(),
|
|
140
|
+
__metadata("design:type", String)
|
|
141
|
+
], DashboardAggrupationFilterDto.prototype, "channel", void 0);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare enum AggrupationStatus {
|
|
2
|
+
FRESH = "fresh",
|
|
3
|
+
GROUPED = "grouped",
|
|
4
|
+
UNGROUPED = "ungrouped",
|
|
5
|
+
DIGITEL_CANCELLED = "digitel-canceled",
|
|
6
|
+
DIGITEL_CERTIFICATION = "digitel-certification",
|
|
7
|
+
DIGITEL_CREATED = "digitel-created",
|
|
8
|
+
DIGITEL_CREATED_WITH_ERRORS = "digitel-created-with-errors",
|
|
9
|
+
DIGITEL_DOCUMENT_VIEWED = "digitel-document-viewed",
|
|
10
|
+
DIGITEL_DOCUMENTS_SIGNED = "digitel-documents-signed",
|
|
11
|
+
DIGITEL_ERROR = "digitel-error",
|
|
12
|
+
DIGITEL_EXPIRED = "digitel-expired",
|
|
13
|
+
DIGITEL_FAILED = "digitel-failed",
|
|
14
|
+
DIGITEL_LAUNCHED = "digitel-launched",
|
|
15
|
+
DIGITEL_PIN_EXPIRED = "digitel-pin-expired",
|
|
16
|
+
DIGITEL_PIN_REQUESTED = "digitel-pin-requested",
|
|
17
|
+
DIGITEL_REJECTED = "digitel-rejected",
|
|
18
|
+
DIGITEL_SIGNED = "digitel-signed",
|
|
19
|
+
DIGITEL_SMS_SENT = "digitel-msg-sent",
|
|
20
|
+
DIGITEL_SUCCESS = "digitel-success",
|
|
21
|
+
COMPLETED = "completed"
|
|
22
|
+
}
|
|
23
|
+
export declare const AGRUPATION_DISABLED_STATUS_CREATION: AggrupationStatus[];
|
|
24
|
+
export declare const AGRUPATION_ENABLED_STATUS_CREATION: AggrupationStatus[];
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AGRUPATION_ENABLED_STATUS_CREATION = exports.AGRUPATION_DISABLED_STATUS_CREATION = exports.AggrupationStatus = void 0;
|
|
4
|
+
var AggrupationStatus;
|
|
5
|
+
(function (AggrupationStatus) {
|
|
6
|
+
AggrupationStatus["FRESH"] = "fresh";
|
|
7
|
+
AggrupationStatus["GROUPED"] = "grouped";
|
|
8
|
+
AggrupationStatus["UNGROUPED"] = "ungrouped";
|
|
9
|
+
AggrupationStatus["DIGITEL_CANCELLED"] = "digitel-canceled";
|
|
10
|
+
AggrupationStatus["DIGITEL_CERTIFICATION"] = "digitel-certification";
|
|
11
|
+
AggrupationStatus["DIGITEL_CREATED"] = "digitel-created";
|
|
12
|
+
AggrupationStatus["DIGITEL_CREATED_WITH_ERRORS"] = "digitel-created-with-errors";
|
|
13
|
+
AggrupationStatus["DIGITEL_DOCUMENT_VIEWED"] = "digitel-document-viewed";
|
|
14
|
+
AggrupationStatus["DIGITEL_DOCUMENTS_SIGNED"] = "digitel-documents-signed";
|
|
15
|
+
AggrupationStatus["DIGITEL_ERROR"] = "digitel-error";
|
|
16
|
+
AggrupationStatus["DIGITEL_EXPIRED"] = "digitel-expired";
|
|
17
|
+
AggrupationStatus["DIGITEL_FAILED"] = "digitel-failed";
|
|
18
|
+
AggrupationStatus["DIGITEL_LAUNCHED"] = "digitel-launched";
|
|
19
|
+
AggrupationStatus["DIGITEL_PIN_EXPIRED"] = "digitel-pin-expired";
|
|
20
|
+
AggrupationStatus["DIGITEL_PIN_REQUESTED"] = "digitel-pin-requested";
|
|
21
|
+
AggrupationStatus["DIGITEL_REJECTED"] = "digitel-rejected";
|
|
22
|
+
AggrupationStatus["DIGITEL_SIGNED"] = "digitel-signed";
|
|
23
|
+
AggrupationStatus["DIGITEL_SMS_SENT"] = "digitel-msg-sent";
|
|
24
|
+
AggrupationStatus["DIGITEL_SUCCESS"] = "digitel-success";
|
|
25
|
+
AggrupationStatus["COMPLETED"] = "completed";
|
|
26
|
+
})(AggrupationStatus || (exports.AggrupationStatus = AggrupationStatus = {}));
|
|
27
|
+
exports.AGRUPATION_DISABLED_STATUS_CREATION = [
|
|
28
|
+
AggrupationStatus.DIGITEL_CERTIFICATION,
|
|
29
|
+
AggrupationStatus.DIGITEL_CREATED,
|
|
30
|
+
AggrupationStatus.DIGITEL_DOCUMENT_VIEWED,
|
|
31
|
+
AggrupationStatus.DIGITEL_DOCUMENTS_SIGNED,
|
|
32
|
+
AggrupationStatus.DIGITEL_LAUNCHED,
|
|
33
|
+
AggrupationStatus.DIGITEL_PIN_REQUESTED,
|
|
34
|
+
AggrupationStatus.DIGITEL_SIGNED,
|
|
35
|
+
AggrupationStatus.DIGITEL_SMS_SENT,
|
|
36
|
+
AggrupationStatus.DIGITEL_SUCCESS
|
|
37
|
+
];
|
|
38
|
+
exports.AGRUPATION_ENABLED_STATUS_CREATION = [
|
|
39
|
+
AggrupationStatus.DIGITEL_CANCELLED,
|
|
40
|
+
AggrupationStatus.DIGITEL_CREATED_WITH_ERRORS,
|
|
41
|
+
AggrupationStatus.DIGITEL_ERROR,
|
|
42
|
+
AggrupationStatus.DIGITEL_EXPIRED,
|
|
43
|
+
AggrupationStatus.DIGITEL_FAILED,
|
|
44
|
+
AggrupationStatus.DIGITEL_PIN_EXPIRED,
|
|
45
|
+
AggrupationStatus.DIGITEL_REJECTED,
|
|
46
|
+
AggrupationStatus.DIGITEL_SMS_SENT,
|
|
47
|
+
AggrupationStatus.COMPLETED
|
|
48
|
+
];
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { CustomerProcessType } from '../../bss/customer/customer.constants';
|
|
2
|
+
import { PaginationQueryDto } from '../../common/common.entity';
|
|
3
|
+
import { AuditFieldsDto } from '../common';
|
|
4
|
+
import { AggrupationStatus } from './aggrupation.constants';
|
|
5
|
+
import { DigitelCircuitType } from '../../bss/constants';
|
|
6
|
+
export declare class AggrupationDto {
|
|
7
|
+
id?: number;
|
|
8
|
+
customerId: string;
|
|
9
|
+
status?: AggrupationStatus;
|
|
10
|
+
shoppingCartId?: string;
|
|
11
|
+
channel: string;
|
|
12
|
+
customerVulnerable: boolean;
|
|
13
|
+
digitelCircuitType: DigitelCircuitType;
|
|
14
|
+
contractId?: string;
|
|
15
|
+
created: AuditFieldsDto;
|
|
16
|
+
updated?: AuditFieldsDto;
|
|
17
|
+
}
|
|
18
|
+
export declare class AggrupationProcessDto {
|
|
19
|
+
id?: number;
|
|
20
|
+
aggrupationId: number;
|
|
21
|
+
customerProcessId: number;
|
|
22
|
+
customerProcessType: CustomerProcessType;
|
|
23
|
+
created: AuditFieldsDto;
|
|
24
|
+
updated: AuditFieldsDto;
|
|
25
|
+
}
|
|
26
|
+
export declare class AggrupationFilterDto {
|
|
27
|
+
customerId?: string;
|
|
28
|
+
status: AggrupationStatus;
|
|
29
|
+
}
|
|
30
|
+
export declare class DashboardAggrupationFilterDto extends PaginationQueryDto {
|
|
31
|
+
customerId?: string;
|
|
32
|
+
id?: string;
|
|
33
|
+
dateFrom?: string;
|
|
34
|
+
dateTo?: string;
|
|
35
|
+
status?: string;
|
|
36
|
+
channel?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
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.DashboardAggrupationFilterDto = exports.AggrupationFilterDto = exports.AggrupationProcessDto = exports.AggrupationDto = void 0;
|
|
13
|
+
const common_entity_1 = require("../../common/common.entity");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const aggrupation_constants_1 = require("./aggrupation.constants");
|
|
16
|
+
const _validators_1 = require("../../validators/index");
|
|
17
|
+
const constants_1 = require("../../bss/constants");
|
|
18
|
+
const class_transformer_1 = require("class-transformer");
|
|
19
|
+
class AggrupationDto {
|
|
20
|
+
}
|
|
21
|
+
exports.AggrupationDto = AggrupationDto;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsInt)(),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], AggrupationDto.prototype, "id", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
(0, _validators_1.IsNotBlank)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], AggrupationDto.prototype, "customerId", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
(0, class_validator_1.IsEnum)(aggrupation_constants_1.AggrupationStatus),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], AggrupationDto.prototype, "status", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
40
|
+
(0, _validators_1.IsNotBlank)(),
|
|
41
|
+
(0, class_validator_1.IsOptional)(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], AggrupationDto.prototype, "shoppingCartId", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
46
|
+
(0, class_validator_1.IsString)(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], AggrupationDto.prototype, "channel", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
51
|
+
(0, class_validator_1.IsBoolean)(),
|
|
52
|
+
(0, class_transformer_1.Transform)(({ value }) => Boolean(value)),
|
|
53
|
+
__metadata("design:type", Boolean)
|
|
54
|
+
], AggrupationDto.prototype, "customerVulnerable", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
57
|
+
(0, class_validator_1.IsEnum)(constants_1.DigitelCircuitType),
|
|
58
|
+
__metadata("design:type", String)
|
|
59
|
+
], AggrupationDto.prototype, "digitelCircuitType", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, class_validator_1.IsOptional)(),
|
|
62
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], AggrupationDto.prototype, "contractId", void 0);
|
|
65
|
+
class AggrupationProcessDto {
|
|
66
|
+
}
|
|
67
|
+
exports.AggrupationProcessDto = AggrupationProcessDto;
|
|
68
|
+
class AggrupationFilterDto {
|
|
69
|
+
}
|
|
70
|
+
exports.AggrupationFilterDto = AggrupationFilterDto;
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
73
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
74
|
+
(0, _validators_1.IsNotBlank)(),
|
|
75
|
+
(0, class_validator_1.IsOptional)(),
|
|
76
|
+
__metadata("design:type", String)
|
|
77
|
+
], AggrupationFilterDto.prototype, "customerId", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
80
|
+
(0, _validators_1.IsNotBlank)(),
|
|
81
|
+
(0, class_validator_1.IsOptional)(),
|
|
82
|
+
__metadata("design:type", String)
|
|
83
|
+
], AggrupationFilterDto.prototype, "status", void 0);
|
|
84
|
+
class DashboardAggrupationFilterDto extends common_entity_1.PaginationQueryDto {
|
|
85
|
+
}
|
|
86
|
+
exports.DashboardAggrupationFilterDto = DashboardAggrupationFilterDto;
|
|
87
|
+
__decorate([
|
|
88
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
89
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
90
|
+
(0, _validators_1.IsNotBlank)(),
|
|
91
|
+
(0, class_validator_1.IsOptional)(),
|
|
92
|
+
__metadata("design:type", String)
|
|
93
|
+
], DashboardAggrupationFilterDto.prototype, "customerId", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
96
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
97
|
+
(0, _validators_1.IsNotBlank)(),
|
|
98
|
+
(0, class_validator_1.IsOptional)(),
|
|
99
|
+
__metadata("design:type", String)
|
|
100
|
+
], DashboardAggrupationFilterDto.prototype, "id", void 0);
|
|
101
|
+
__decorate([
|
|
102
|
+
(0, class_validator_1.IsDateString)(),
|
|
103
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
104
|
+
(0, class_validator_1.IsOptional)(),
|
|
105
|
+
(0, _validators_1.IsNotBlank)(),
|
|
106
|
+
__metadata("design:type", String)
|
|
107
|
+
], DashboardAggrupationFilterDto.prototype, "dateFrom", void 0);
|
|
108
|
+
__decorate([
|
|
109
|
+
(0, class_validator_1.IsDateString)(),
|
|
110
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
111
|
+
(0, class_validator_1.IsOptional)(),
|
|
112
|
+
(0, _validators_1.IsNotBlank)(),
|
|
113
|
+
__metadata("design:type", String)
|
|
114
|
+
], DashboardAggrupationFilterDto.prototype, "dateTo", void 0);
|
|
115
|
+
__decorate([
|
|
116
|
+
(0, class_validator_1.IsString)(),
|
|
117
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
118
|
+
(0, _validators_1.IsNotBlank)(),
|
|
119
|
+
(0, class_validator_1.IsOptional)(),
|
|
120
|
+
__metadata("design:type", String)
|
|
121
|
+
], DashboardAggrupationFilterDto.prototype, "status", void 0);
|
|
122
|
+
__decorate([
|
|
123
|
+
(0, class_validator_1.IsString)(),
|
|
124
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
125
|
+
(0, _validators_1.IsNotBlank)(),
|
|
126
|
+
(0, class_validator_1.IsOptional)(),
|
|
127
|
+
__metadata("design:type", String)
|
|
128
|
+
], DashboardAggrupationFilterDto.prototype, "channel", void 0);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { CustomerProcessType } from '../../bss/customer/customer.constants';
|
|
2
|
+
import { PaginationQueryDto } from '../../common/common.entity';
|
|
3
|
+
import { AuditFieldsDto } from '../common';
|
|
4
|
+
import { AggrupationStatus } from './aggrupation.constants';
|
|
5
|
+
import { DigitelCircuitType } from '../../bss/constants';
|
|
6
|
+
export declare class AggrupationDto {
|
|
7
|
+
id?: number;
|
|
8
|
+
customerId: string;
|
|
9
|
+
status?: AggrupationStatus;
|
|
10
|
+
shoppingCartId?: string;
|
|
11
|
+
channel: string;
|
|
12
|
+
customerVulnerable: boolean;
|
|
13
|
+
digitelCircuitType: DigitelCircuitType;
|
|
14
|
+
contractId?: string;
|
|
15
|
+
created: AuditFieldsDto;
|
|
16
|
+
updated?: AuditFieldsDto;
|
|
17
|
+
}
|
|
18
|
+
export declare class AggrupationProcessDto {
|
|
19
|
+
id?: number;
|
|
20
|
+
aggrupationId: number;
|
|
21
|
+
customerProcessId: number;
|
|
22
|
+
customerProcessType: CustomerProcessType;
|
|
23
|
+
created: AuditFieldsDto;
|
|
24
|
+
updated: AuditFieldsDto;
|
|
25
|
+
}
|
|
26
|
+
export declare class AggrupationFilterDto {
|
|
27
|
+
customerId?: string;
|
|
28
|
+
status: AggrupationStatus;
|
|
29
|
+
}
|
|
30
|
+
export declare class DashboardAggrupationFilterDto extends PaginationQueryDto {
|
|
31
|
+
customerId?: string;
|
|
32
|
+
id?: string;
|
|
33
|
+
dateFrom?: string;
|
|
34
|
+
dateTo?: string;
|
|
35
|
+
status?: string;
|
|
36
|
+
channel?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,141 @@
|
|
|
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.DashboardAggrupationFilterDto = exports.AggrupationFilterDto = exports.AggrupationProcessDto = exports.AggrupationDto = void 0;
|
|
13
|
+
const openapi = require("@nestjs/swagger");
|
|
14
|
+
const common_entity_1 = require("../../common/common.entity");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const aggrupation_constants_1 = require("./aggrupation.constants");
|
|
17
|
+
const _validators_1 = require("../../validators/index");
|
|
18
|
+
const constants_1 = require("../../bss/constants");
|
|
19
|
+
const class_transformer_1 = require("class-transformer");
|
|
20
|
+
class AggrupationDto {
|
|
21
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
22
|
+
return { id: { required: false, type: () => Number }, customerId: { required: true, type: () => String }, status: { required: false, enum: require("./aggrupation.constants").AggrupationStatus }, shoppingCartId: { required: false, type: () => String }, channel: { required: true, type: () => String }, customerVulnerable: { required: true, type: () => Boolean }, digitelCircuitType: { required: true, enum: require("../../bss/constants/bp.constants").DigitelCircuitType }, contractId: { required: false, type: () => String }, created: { required: true, type: () => require("../common/common.entity").AuditFieldsDto }, updated: { required: false, type: () => require("../common/common.entity").AuditFieldsDto } };
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
exports.AggrupationDto = AggrupationDto;
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsInt)(),
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], AggrupationDto.prototype, "id", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
33
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
+
(0, _validators_1.IsNotBlank)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], AggrupationDto.prototype, "customerId", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsOptional)(),
|
|
39
|
+
(0, class_validator_1.IsEnum)(aggrupation_constants_1.AggrupationStatus),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], AggrupationDto.prototype, "status", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
+
(0, _validators_1.IsNotBlank)(),
|
|
45
|
+
(0, class_validator_1.IsOptional)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], AggrupationDto.prototype, "shoppingCartId", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
50
|
+
(0, class_validator_1.IsString)(),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], AggrupationDto.prototype, "channel", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
55
|
+
(0, class_validator_1.IsBoolean)(),
|
|
56
|
+
(0, class_transformer_1.Transform)(({ value }) => Boolean(value)),
|
|
57
|
+
__metadata("design:type", Boolean)
|
|
58
|
+
], AggrupationDto.prototype, "customerVulnerable", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
61
|
+
(0, class_validator_1.IsEnum)(constants_1.DigitelCircuitType),
|
|
62
|
+
__metadata("design:type", String)
|
|
63
|
+
], AggrupationDto.prototype, "digitelCircuitType", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], AggrupationDto.prototype, "contractId", void 0);
|
|
69
|
+
class AggrupationProcessDto {
|
|
70
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
71
|
+
return { id: { required: false, type: () => Number }, aggrupationId: { required: true, type: () => Number }, customerProcessId: { required: true, type: () => Number }, customerProcessType: { required: true, enum: require("../../bss/customer/customer.constants").CustomerProcessType }, created: { required: true, type: () => require("../common/common.entity").AuditFieldsDto }, updated: { required: true, type: () => require("../common/common.entity").AuditFieldsDto } };
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.AggrupationProcessDto = AggrupationProcessDto;
|
|
75
|
+
class AggrupationFilterDto {
|
|
76
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
77
|
+
return { customerId: { required: false, type: () => String }, status: { required: true, enum: require("./aggrupation.constants").AggrupationStatus } };
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.AggrupationFilterDto = AggrupationFilterDto;
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
83
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
84
|
+
(0, _validators_1.IsNotBlank)(),
|
|
85
|
+
(0, class_validator_1.IsOptional)(),
|
|
86
|
+
__metadata("design:type", String)
|
|
87
|
+
], AggrupationFilterDto.prototype, "customerId", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
90
|
+
(0, _validators_1.IsNotBlank)(),
|
|
91
|
+
(0, class_validator_1.IsOptional)(),
|
|
92
|
+
__metadata("design:type", String)
|
|
93
|
+
], AggrupationFilterDto.prototype, "status", void 0);
|
|
94
|
+
class DashboardAggrupationFilterDto extends common_entity_1.PaginationQueryDto {
|
|
95
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
96
|
+
return { customerId: { required: false, type: () => String }, id: { required: false, type: () => String }, dateFrom: { required: false, type: () => String }, dateTo: { required: false, type: () => String }, status: { required: false, type: () => String }, channel: { required: false, type: () => String } };
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
exports.DashboardAggrupationFilterDto = DashboardAggrupationFilterDto;
|
|
100
|
+
__decorate([
|
|
101
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
102
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
103
|
+
(0, _validators_1.IsNotBlank)(),
|
|
104
|
+
(0, class_validator_1.IsOptional)(),
|
|
105
|
+
__metadata("design:type", String)
|
|
106
|
+
], DashboardAggrupationFilterDto.prototype, "customerId", void 0);
|
|
107
|
+
__decorate([
|
|
108
|
+
(0, class_validator_1.IsNumberString)({ no_symbols: true }),
|
|
109
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
110
|
+
(0, _validators_1.IsNotBlank)(),
|
|
111
|
+
(0, class_validator_1.IsOptional)(),
|
|
112
|
+
__metadata("design:type", String)
|
|
113
|
+
], DashboardAggrupationFilterDto.prototype, "id", void 0);
|
|
114
|
+
__decorate([
|
|
115
|
+
(0, class_validator_1.IsDateString)(),
|
|
116
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
117
|
+
(0, class_validator_1.IsOptional)(),
|
|
118
|
+
(0, _validators_1.IsNotBlank)(),
|
|
119
|
+
__metadata("design:type", String)
|
|
120
|
+
], DashboardAggrupationFilterDto.prototype, "dateFrom", void 0);
|
|
121
|
+
__decorate([
|
|
122
|
+
(0, class_validator_1.IsDateString)(),
|
|
123
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
124
|
+
(0, class_validator_1.IsOptional)(),
|
|
125
|
+
(0, _validators_1.IsNotBlank)(),
|
|
126
|
+
__metadata("design:type", String)
|
|
127
|
+
], DashboardAggrupationFilterDto.prototype, "dateTo", void 0);
|
|
128
|
+
__decorate([
|
|
129
|
+
(0, class_validator_1.IsString)(),
|
|
130
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
131
|
+
(0, _validators_1.IsNotBlank)(),
|
|
132
|
+
(0, class_validator_1.IsOptional)(),
|
|
133
|
+
__metadata("design:type", String)
|
|
134
|
+
], DashboardAggrupationFilterDto.prototype, "status", void 0);
|
|
135
|
+
__decorate([
|
|
136
|
+
(0, class_validator_1.IsString)(),
|
|
137
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
138
|
+
(0, _validators_1.IsNotBlank)(),
|
|
139
|
+
(0, class_validator_1.IsOptional)(),
|
|
140
|
+
__metadata("design:type", String)
|
|
141
|
+
], DashboardAggrupationFilterDto.prototype, "channel", void 0);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { CustomerProductModificationProcessStatus } from './customer-product-modification-process.constants';
|
|
2
|
+
import { ProcessAuditFieldsDto, CustomerProductActionProcessProductDto } from '../common';
|
|
3
|
+
export declare class CreateCustomerProductModificationProcessDto {
|
|
4
|
+
productId: string;
|
|
5
|
+
shoppingCartId: string;
|
|
6
|
+
}
|
|
7
|
+
export declare class PatchCustomerProductModificationProcessFreshDto {
|
|
8
|
+
status: CustomerProductModificationProcessStatus;
|
|
9
|
+
}
|
|
10
|
+
export declare class PatchCustomerProductModificationProcessStatusWithShoppingCartIdDto {
|
|
11
|
+
status: CustomerProductModificationProcessStatus;
|
|
12
|
+
shoppingCartId: string;
|
|
13
|
+
}
|
|
14
|
+
export declare class PatchCustomerProductModificationProcessOrderDataSavedDto {
|
|
15
|
+
status: CustomerProductModificationProcessStatus;
|
|
16
|
+
salesPerson: string;
|
|
17
|
+
targetDate: string;
|
|
18
|
+
chargeDate: string;
|
|
19
|
+
notes?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare class CustomerProductModificationProcessDto {
|
|
22
|
+
id?: number;
|
|
23
|
+
customerId: string;
|
|
24
|
+
product: CustomerProductActionProcessProductDto;
|
|
25
|
+
shoppingCartId?: string;
|
|
26
|
+
status: CustomerProductModificationProcessStatus;
|
|
27
|
+
salesPerson?: string;
|
|
28
|
+
targetDate?: string;
|
|
29
|
+
chargeDate?: string;
|
|
30
|
+
notes?: string;
|
|
31
|
+
created: ProcessAuditFieldsDto;
|
|
32
|
+
updated: ProcessAuditFieldsDto;
|
|
33
|
+
}
|