adamo-types 2.0.2-sit → 2.0.3-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/billing/billing.constants.js +2 -1
- 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/{sys03/customer-product-change-of-address-process → common/edge-bss/saleperson}/index.js +1 -2
- 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/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/sys03/approval/approval.entity.d.ts +4 -4
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/validators/IsEnum.d.ts +2 -0
- package/dist/validators/IsEnum.js +20 -0
- package/package.json +1 -1
- package/dist/database/customer-product-change-of-address.entity.d.ts +0 -46
- package/dist/database/customer-product-change-of-address.entity.js +0 -203
- package/dist/database/customer-product-multiple-transition.entity copy.d.ts +0 -64
- package/dist/database/customer-product-multiple-transition.entity copy.js +0 -269
- package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.constants copy.d.ts +0 -19
- package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.constants copy.js +0 -23
- package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.constants.d.ts +0 -18
- package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.constants.js +0 -22
- package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.entity.d.ts +0 -78
- package/dist/sys03/customer-product-change-of-address-process/customer-product-change-of-address-process.entity.js +0 -221
- package/dist/sys03/customer-product-change-of-address-process/index.d.ts +0 -2
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare enum Channel {
|
|
2
|
+
B2B_DIRECT = "B2B_DIRECT",
|
|
3
|
+
B2B_INDIRECT = "B2B_INDIRECT",
|
|
4
|
+
COPS_GROWTH = "COPS_GROWTH",
|
|
5
|
+
D2D_EXTERNOS_B2C = "D2D_EXTERNOS_B2C",
|
|
6
|
+
D2D_INTERNOS_B2C = "D2D_INTERNOS_B2C",
|
|
7
|
+
DEFAULT = "DEFAULT",
|
|
8
|
+
DISTRIBUIDORES_ONLINE = "DISTRIBUIDORES_ONLINE",
|
|
9
|
+
INDIRECT_CHANNEL_B2C = "INDIRECT_CHANNEL_B2C",
|
|
10
|
+
ORDER_ENTRY = "ORDER_ENTRY",
|
|
11
|
+
RETIRADOS_B2B = "RETIRADOS_B2B",
|
|
12
|
+
SOS_GROWTH = "SOS-GROWTH",
|
|
13
|
+
STORES_B2C = "STORES_B2C",
|
|
14
|
+
TELESALES_B12 = "TELESALES_B12",
|
|
15
|
+
TELESALES_SOSMATIC = "TELESALES_SOSMATIC",
|
|
16
|
+
WEB_APOLLO = "WEB_APOLLO",
|
|
17
|
+
WEB_B2B = "WEB_B2B",
|
|
18
|
+
WEB_B2C = "WEB_B2C"
|
|
19
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Channel = void 0;
|
|
4
|
+
var Channel;
|
|
5
|
+
(function (Channel) {
|
|
6
|
+
Channel["B2B_DIRECT"] = "B2B_DIRECT";
|
|
7
|
+
Channel["B2B_INDIRECT"] = "B2B_INDIRECT";
|
|
8
|
+
Channel["COPS_GROWTH"] = "COPS_GROWTH";
|
|
9
|
+
Channel["D2D_EXTERNOS_B2C"] = "D2D_EXTERNOS_B2C";
|
|
10
|
+
Channel["D2D_INTERNOS_B2C"] = "D2D_INTERNOS_B2C";
|
|
11
|
+
Channel["DEFAULT"] = "DEFAULT";
|
|
12
|
+
Channel["DISTRIBUIDORES_ONLINE"] = "DISTRIBUIDORES_ONLINE";
|
|
13
|
+
Channel["INDIRECT_CHANNEL_B2C"] = "INDIRECT_CHANNEL_B2C";
|
|
14
|
+
Channel["ORDER_ENTRY"] = "ORDER_ENTRY";
|
|
15
|
+
Channel["RETIRADOS_B2B"] = "RETIRADOS_B2B";
|
|
16
|
+
Channel["SOS_GROWTH"] = "SOS-GROWTH";
|
|
17
|
+
Channel["STORES_B2C"] = "STORES_B2C";
|
|
18
|
+
Channel["TELESALES_B12"] = "TELESALES_B12";
|
|
19
|
+
Channel["TELESALES_SOSMATIC"] = "TELESALES_SOSMATIC";
|
|
20
|
+
Channel["WEB_APOLLO"] = "WEB_APOLLO";
|
|
21
|
+
Channel["WEB_B2B"] = "WEB_B2B";
|
|
22
|
+
Channel["WEB_B2C"] = "WEB_B2C";
|
|
23
|
+
})(Channel = exports.Channel || (exports.Channel = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './req/saleperson.entity';
|
|
@@ -14,5 +14,4 @@ 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("./
|
|
18
|
-
__exportStar(require("./customer-product-change-of-address-process.entity"), exports);
|
|
17
|
+
__exportStar(require("./req/saleperson.entity"), exports);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class SalepersonDto {
|
|
2
|
+
area: string;
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
description: string;
|
|
6
|
+
displayOrder: number;
|
|
7
|
+
active: boolean;
|
|
8
|
+
configurationLevel: string;
|
|
9
|
+
}
|
|
10
|
+
export declare class SalepersonRemoveDto {
|
|
11
|
+
list: Salesman[];
|
|
12
|
+
}
|
|
13
|
+
export declare class Salesman {
|
|
14
|
+
name: string;
|
|
15
|
+
displayName: string;
|
|
16
|
+
displayOrder: number;
|
|
17
|
+
description: string;
|
|
18
|
+
active: boolean;
|
|
19
|
+
configurationLevel: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Salesman = exports.SalepersonRemoveDto = exports.SalepersonDto = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class SalepersonDto {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { area: { required: true, type: () => String }, name: { required: true, type: () => String }, displayName: { required: true, type: () => String }, description: { required: true, type: () => String }, displayOrder: { required: true, type: () => Number }, active: { required: true, type: () => Boolean }, configurationLevel: { required: true, type: () => String } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.SalepersonDto = SalepersonDto;
|
|
11
|
+
class SalepersonRemoveDto {
|
|
12
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
13
|
+
return { list: { required: true, type: () => [require("./saleperson.entity").Salesman] } };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.SalepersonRemoveDto = SalepersonRemoveDto;
|
|
17
|
+
class Salesman {
|
|
18
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
19
|
+
return { name: { required: true, type: () => String }, displayName: { required: true, type: () => String }, displayOrder: { required: true, type: () => Number }, description: { required: true, type: () => String }, active: { required: true, type: () => Boolean }, configurationLevel: { required: true, type: () => String } };
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.Salesman = Salesman;
|
|
@@ -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("./req/create.entity"), exports);
|
|
18
|
+
__exportStar(require("./res/response.entity"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SmsContractDto = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class SmsContractDto {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { userId: { required: true, type: () => String }, phone: { required: true, type: () => String }, msg: { required: true, type: () => String } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.SmsContractDto = SmsContractDto;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SendSmsResponse = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class SendSmsResponse {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { id: { required: true, type: () => String }, fileName: { required: true, type: () => String } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.SendSmsResponse = SendSmsResponse;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './contract';
|
|
@@ -0,0 +1,17 @@
|
|
|
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("./contract"), exports);
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare enum Province {
|
|
2
|
+
LA_CORUNA = "La Coruna",
|
|
3
|
+
ALAVA = "Alava",
|
|
4
|
+
ALBACETE = "Albacete",
|
|
5
|
+
ALACANTE = "Alacante",
|
|
6
|
+
ALMERIA = "Almeria",
|
|
7
|
+
ASTURIAS = "Asturias",
|
|
8
|
+
AVILA = "Avila",
|
|
9
|
+
BADAJOZ = "Badajoz",
|
|
10
|
+
BALEARIC_ISLANDS = "Balearic Islands",
|
|
11
|
+
BARCELONA = "Barcelona",
|
|
12
|
+
BISCAY = "Biscay",
|
|
13
|
+
BURGOS = "Burgos",
|
|
14
|
+
CACERES = "Caceres",
|
|
15
|
+
CADIZ = "Cadiz",
|
|
16
|
+
CANTABRIA = "Cantabria",
|
|
17
|
+
CASTELLON = "Castellon",
|
|
18
|
+
CIUDAD_REAL = "Ciudad Real",
|
|
19
|
+
CORDOBA = "Cordoba",
|
|
20
|
+
CUENCA = "Cuenca",
|
|
21
|
+
GUIPUZCOA = "Guipuzcoa",
|
|
22
|
+
GERONA = "Gerona",
|
|
23
|
+
GRANADA = "Granada",
|
|
24
|
+
GUADALAJARA = "Guadalajara",
|
|
25
|
+
HUELVA = "Huelva",
|
|
26
|
+
HUESCA = "Huesca",
|
|
27
|
+
JAEN = "Jaen",
|
|
28
|
+
LA_RIOJA = "La Rioja",
|
|
29
|
+
LAS_PALMAS = "Las Palmas",
|
|
30
|
+
LEON = "Leon",
|
|
31
|
+
Lleida = "Lleida",
|
|
32
|
+
LUGO = "Lugo",
|
|
33
|
+
MADRID = "Madrid",
|
|
34
|
+
MALAGA = "Malaga",
|
|
35
|
+
MURCIA = "Murcia",
|
|
36
|
+
NAVARRA = "Navarra",
|
|
37
|
+
ORENSE = "Orense",
|
|
38
|
+
PALENCIA = "Palencia",
|
|
39
|
+
PONTEVEDRA = "Pontevedra",
|
|
40
|
+
SALAMANCA = "Salamanca",
|
|
41
|
+
SANTA_CRUZ_DE_TENERIFE = "Santa Cruz de Tenerife",
|
|
42
|
+
SEGOVIA = "Segovia",
|
|
43
|
+
SEVILLA = "Sevilla",
|
|
44
|
+
SORIA = "Soria",
|
|
45
|
+
TARRAGONA = "Tarragona",
|
|
46
|
+
TERUEL = "Teruel",
|
|
47
|
+
TOLEDO = "Toledo",
|
|
48
|
+
VALENCIA = "Valencia",
|
|
49
|
+
VALLADOLID = "Valladolid",
|
|
50
|
+
ZAMORA = "Zamora",
|
|
51
|
+
ZARAGOZA = "Zaragoza"
|
|
52
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Province = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
var Province;
|
|
6
|
+
(function (Province) {
|
|
7
|
+
Province["LA_CORUNA"] = "La Coruna";
|
|
8
|
+
Province["ALAVA"] = "Alava";
|
|
9
|
+
Province["ALBACETE"] = "Albacete";
|
|
10
|
+
Province["ALACANTE"] = "Alacante";
|
|
11
|
+
Province["ALMERIA"] = "Almeria";
|
|
12
|
+
Province["ASTURIAS"] = "Asturias";
|
|
13
|
+
Province["AVILA"] = "Avila";
|
|
14
|
+
Province["BADAJOZ"] = "Badajoz";
|
|
15
|
+
Province["BALEARIC_ISLANDS"] = "Balearic Islands";
|
|
16
|
+
Province["BARCELONA"] = "Barcelona";
|
|
17
|
+
Province["BISCAY"] = "Biscay";
|
|
18
|
+
Province["BURGOS"] = "Burgos";
|
|
19
|
+
Province["CACERES"] = "Caceres";
|
|
20
|
+
Province["CADIZ"] = "Cadiz";
|
|
21
|
+
Province["CANTABRIA"] = "Cantabria";
|
|
22
|
+
Province["CASTELLON"] = "Castellon";
|
|
23
|
+
Province["CIUDAD_REAL"] = "Ciudad Real";
|
|
24
|
+
Province["CORDOBA"] = "Cordoba";
|
|
25
|
+
Province["CUENCA"] = "Cuenca";
|
|
26
|
+
Province["GUIPUZCOA"] = "Guipuzcoa";
|
|
27
|
+
Province["GERONA"] = "Gerona";
|
|
28
|
+
Province["GRANADA"] = "Granada";
|
|
29
|
+
Province["GUADALAJARA"] = "Guadalajara";
|
|
30
|
+
Province["HUELVA"] = "Huelva";
|
|
31
|
+
Province["HUESCA"] = "Huesca";
|
|
32
|
+
Province["JAEN"] = "Jaen";
|
|
33
|
+
Province["LA_RIOJA"] = "La Rioja";
|
|
34
|
+
Province["LAS_PALMAS"] = "Las Palmas";
|
|
35
|
+
Province["LEON"] = "Leon";
|
|
36
|
+
Province["Lleida"] = "Lleida";
|
|
37
|
+
Province["LUGO"] = "Lugo";
|
|
38
|
+
Province["MADRID"] = "Madrid";
|
|
39
|
+
Province["MALAGA"] = "Malaga";
|
|
40
|
+
Province["MURCIA"] = "Murcia";
|
|
41
|
+
Province["NAVARRA"] = "Navarra";
|
|
42
|
+
Province["ORENSE"] = "Orense";
|
|
43
|
+
Province["PALENCIA"] = "Palencia";
|
|
44
|
+
Province["PONTEVEDRA"] = "Pontevedra";
|
|
45
|
+
Province["SALAMANCA"] = "Salamanca";
|
|
46
|
+
Province["SANTA_CRUZ_DE_TENERIFE"] = "Santa Cruz de Tenerife";
|
|
47
|
+
Province["SEGOVIA"] = "Segovia";
|
|
48
|
+
Province["SEVILLA"] = "Sevilla";
|
|
49
|
+
Province["SORIA"] = "Soria";
|
|
50
|
+
Province["TARRAGONA"] = "Tarragona";
|
|
51
|
+
Province["TERUEL"] = "Teruel";
|
|
52
|
+
Province["TOLEDO"] = "Toledo";
|
|
53
|
+
Province["VALENCIA"] = "Valencia";
|
|
54
|
+
Province["VALLADOLID"] = "Valladolid";
|
|
55
|
+
Province["ZAMORA"] = "Zamora";
|
|
56
|
+
Province["ZARAGOZA"] = "Zaragoza";
|
|
57
|
+
})(Province = exports.Province || (exports.Province = {}));
|
|
@@ -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("./req/index.entity"), exports);
|
|
18
|
+
__exportStar(require("./constants/index.entity"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReserveNumberDto = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class ReserveNumberDto {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { number: { required: true, type: () => String } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.ReserveNumberDto = ReserveNumberDto;
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import openapi = require("@nestjs/swagger");
|
|
@@ -80,13 +80,13 @@ export declare class ApprovalDto {
|
|
|
80
80
|
updated?: AuditFieldsDto;
|
|
81
81
|
approved?: AuditFieldsWithValueDto;
|
|
82
82
|
}
|
|
83
|
-
declare const CreateApprovalDto_base: import("@nestjs/common").Type<Omit<ApprovalDto, "
|
|
83
|
+
declare const CreateApprovalDto_base: import("@nestjs/common").Type<Omit<ApprovalDto, "id" | "data" | "approved" | "updated">>;
|
|
84
84
|
export declare class CreateApprovalDto extends CreateApprovalDto_base {
|
|
85
85
|
}
|
|
86
86
|
declare const PartialCreateApprovalDto_base: import("@nestjs/common").Type<Omit<CreateApprovalDto, "created">>;
|
|
87
87
|
export declare class PartialCreateApprovalDto extends PartialCreateApprovalDto_base {
|
|
88
88
|
}
|
|
89
|
-
declare const UpdateApprovalCustomerDto_base: import("@nestjs/common").Type<Partial<Pick<ApprovalCustomerDto, "
|
|
89
|
+
declare const UpdateApprovalCustomerDto_base: import("@nestjs/common").Type<Partial<Pick<ApprovalCustomerDto, "title" | "firstName" | "lastName" | "identification" | "phones">>>;
|
|
90
90
|
export declare class UpdateApprovalCustomerDto extends UpdateApprovalCustomerDto_base {
|
|
91
91
|
}
|
|
92
92
|
declare const UpdateApprovalBillingDto_base: import("@nestjs/common").Type<Partial<ApprovalBillingDto>>;
|
|
@@ -132,13 +132,13 @@ export declare class ApprovalDataGroupDto {
|
|
|
132
132
|
export declare class ApprovalWithGroupsDto extends ApprovalDto {
|
|
133
133
|
groups: ApprovalDataGroupDto[];
|
|
134
134
|
}
|
|
135
|
-
declare const CreateApprovalDataDto_base: import("@nestjs/common").Type<Omit<ApprovalDataDto, "
|
|
135
|
+
declare const CreateApprovalDataDto_base: import("@nestjs/common").Type<Omit<ApprovalDataDto, "id" | "approved" | "updated" | "active">>;
|
|
136
136
|
export declare class CreateApprovalDataDto extends CreateApprovalDataDto_base {
|
|
137
137
|
}
|
|
138
138
|
declare const PartialCreateApprovalDataDto_base: import("@nestjs/common").Type<Omit<CreateApprovalDataDto, "created" | "approvalId">>;
|
|
139
139
|
export declare class PartialCreateApprovalDataDto extends PartialCreateApprovalDataDto_base {
|
|
140
140
|
}
|
|
141
|
-
declare const UpdateApprovalDataDto_base: import("@nestjs/common").Type<Omit<ApprovalDataDto, "id" | "
|
|
141
|
+
declare const UpdateApprovalDataDto_base: import("@nestjs/common").Type<Omit<ApprovalDataDto, "id" | "created" | "active" | "approvalId" | "validation">>;
|
|
142
142
|
export declare class UpdateApprovalDataDto extends UpdateApprovalDataDto_base {
|
|
143
143
|
validation?: SaleProcessApprovalValidation;
|
|
144
144
|
active?: boolean;
|