adamo-types 1.1.62 → 1.1.63
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/README.md +66 -3
- package/dist/admin/bill/index.js +5 -1
- package/dist/admin/constants/admin.constants.d.ts +2 -1
- package/dist/admin/constants/admin.constants.js +1 -0
- package/dist/admin/constants/index.js +5 -1
- package/dist/admin/index.js +5 -1
- package/dist/admin/migrate/index.js +5 -1
- package/dist/admin/user/create/index.js +5 -1
- package/dist/admin/user/index.js +5 -1
- package/dist/ams/index.js +5 -1
- package/dist/ams/res/ams.entity.d.ts +4 -4
- package/dist/ams/res/ams.entity.js +3 -3
- package/dist/bss/bearingpoint/billing/index.js +5 -1
- package/dist/bss/bearingpoint/channel/index.js +5 -1
- package/dist/bss/bearingpoint/customer/index.js +5 -1
- package/dist/bss/bearingpoint/index.js +5 -1
- package/dist/bss/bearingpoint/lookup/index.d.ts +1 -0
- package/dist/bss/bearingpoint/lookup/index.js +17 -0
- package/dist/bss/bearingpoint/lookup/option.entity.d.ts +14 -0
- package/dist/bss/bearingpoint/lookup/option.entity.js +16 -0
- package/dist/bss/bearingpoint/product-offering/index.js +5 -1
- package/dist/bss/bearingpoint/product.entity.js +21 -0
- package/dist/bss/bearingpoint/search/index.js +5 -1
- package/dist/bss/bearingpoint/service-specification/index.js +5 -1
- package/dist/bss/bearingpoint/shopping-cart/index.js +5 -1
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.js +15 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-product.entity.js +8 -1
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service-characteristic.entity.js +2 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service.entity.js +1 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart.entity.js +0 -1
- package/dist/bss/cache/index.js +5 -1
- package/dist/bss/constants/bp.constants.d.ts +10 -0
- package/dist/bss/constants/bp.constants.js +12 -1
- package/dist/bss/constants/index.js +5 -1
- package/dist/bss/customer/index.js +5 -1
- package/dist/bss/index.js +5 -1
- package/dist/bss/login/index.js +5 -1
- package/dist/bss/number-pool/index.js +5 -1
- package/dist/bss/payment-provider/index.js +5 -1
- package/dist/bss/product/index.js +5 -1
- package/dist/bss/product/internal/internal.entity.d.ts +1 -0
- package/dist/bss/shopping-cart/index.js +5 -1
- package/dist/bss/tariff-model/index.js +5 -1
- package/dist/common/address/address.entity.d.ts +1 -1
- package/dist/common/address/address.entity.js +1 -1
- package/dist/common/constants/common.constants.d.ts +15 -12
- package/dist/common/constants/common.constants.js +16 -13
- package/dist/common/constants/error.constants.d.ts +21 -1
- package/dist/common/constants/error.constants.js +24 -3
- package/dist/common/constants/index.js +5 -1
- package/dist/common/constants/jwt-decoded.entity.d.ts +4 -0
- package/dist/common/constants/jwt-decoded.entity.js +1 -1
- package/dist/common/edge-acl/user/index.js +5 -1
- package/dist/common/edge-ams/index.js +5 -1
- package/dist/common/edge-ams/res/index.entity.d.ts +12 -4
- package/dist/common/edge-ams/res/index.entity.js +10 -4
- package/dist/common/edge-bss/address/index.js +5 -1
- package/dist/common/edge-bss/address/req/create.entity.js +56 -1
- package/dist/common/edge-bss/billing/index.js +5 -1
- package/dist/common/edge-bss/channel/index.js +5 -1
- package/dist/common/edge-bss/common/index.js +5 -1
- package/dist/common/edge-bss/customer/index.js +5 -1
- package/dist/common/edge-bss/customer/req/create.entity.d.ts +1 -1
- package/dist/common/edge-bss/customer/req/create.entity.js +1 -1
- package/dist/common/edge-bss/customer/req/index.js +5 -1
- package/dist/common/edge-bss/index.js +5 -1
- package/dist/common/edge-bss/login/index.js +5 -1
- package/dist/common/edge-bss/login/res/login.entity.d.ts +2 -2
- package/dist/common/edge-bss/login/res/login.entity.js +8 -2
- package/dist/common/edge-bss/product/index.js +5 -1
- package/dist/common/edge-bss/product/res/index.js +5 -1
- package/dist/common/edge-bss/product/res/other.entity.d.ts +19 -0
- package/dist/common/edge-bss/product/res/other.entity.js +21 -3
- package/dist/common/edge-bss/saleperson/index.js +5 -1
- package/dist/common/edge-bss/shopping-cart/index.js +5 -1
- package/dist/common/edge-bss/shopping-cart/req/index.js +5 -1
- package/dist/common/edge-bss/shopping-cart/req/other.entity.d.ts +39 -33
- package/dist/common/edge-bss/shopping-cart/req/other.entity.js +147 -32
- package/dist/common/edge-bss/shopping-cart/res/index.js +5 -1
- package/dist/common/edge-bss/shopping-cart/res/other.entity.d.ts +73 -1
- package/dist/common/edge-bss/shopping-cart/res/other.entity.js +132 -5
- package/dist/common/edge-bss/user/index.js +5 -1
- package/dist/common/edge-database/index.js +5 -1
- package/dist/common/edge-mm/index.d.ts +1 -0
- package/dist/common/edge-mm/index.js +17 -0
- package/dist/common/edge-mm/information/index.d.ts +2 -0
- package/dist/common/edge-mm/information/index.js +18 -0
- package/dist/common/edge-mm/information/req/information.entity.d.ts +14 -0
- package/dist/common/edge-mm/information/req/information.entity.js +22 -0
- package/dist/common/edge-mm/information/res/res-information.entity.d.ts +20 -0
- package/dist/common/edge-mm/information/res/res-information.entity.js +16 -0
- package/dist/common/edge-sms/contract/index.d.ts +1 -0
- package/dist/common/edge-sms/contract/index.js +6 -1
- 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.js +5 -1
- package/dist/common/edge-zoho/index.js +5 -1
- package/dist/common/edge-zoho/sale-process/index.js +5 -1
- package/dist/common/edge-zoho/sale-process/req/create.entity.d.ts +2 -2
- package/dist/common/edge-zoho/sale-process/req/create.entity.js +98 -2
- package/dist/common/edge-zoho/sale-process/req/other.entity.d.ts +2 -0
- package/dist/common/edge-zoho/sale-process/req/other.entity.js +78 -1
- package/dist/common/edge-zoho/sale-process/req/patch.entity.d.ts +4 -5
- package/dist/common/edge-zoho/sale-process/req/patch.entity.js +31 -32
- package/dist/common/edge-zoho/sale-process/res/other.entity.d.ts +3 -0
- package/dist/common/edge-zoho/sale-process/res/other.entity.js +7 -1
- package/dist/common/entities/index.js +5 -1
- package/dist/common/entities/rest.entity.d.ts +4 -1
- package/dist/common/entities/rest.entity.js +8 -2
- package/dist/common/exception/exception.entity.d.ts +50 -26
- package/dist/common/exception/exception.entity.js +132 -44
- package/dist/common/exception/index.js +5 -1
- package/dist/common/number-pool/constants/index.entity.d.ts +1 -1
- package/dist/common/number-pool/constants/index.entity.js +54 -54
- package/dist/common/number-pool/index.d.ts +1 -0
- package/dist/common/number-pool/index.js +6 -1
- package/dist/common/user/auth/index.js +5 -1
- package/dist/common/user/index.js +5 -1
- package/dist/database/acl/user.entity.d.ts +4 -0
- package/dist/database/acl/user.entity.js +33 -0
- package/dist/database/configuration.entity.d.ts +14 -0
- package/dist/database/configuration.entity.js +13 -1
- package/dist/database/index.d.ts +4 -0
- package/dist/database/index.js +9 -1
- package/dist/database/lead.entity.d.ts +84 -8
- package/dist/database/lead.entity.js +304 -9
- package/dist/database/leads-additional-contact-medium.entity.d.ts +8 -0
- package/dist/database/leads-additional-contact-medium.entity.js +52 -0
- package/dist/database/leads-additional-contact.entity.d.ts +11 -0
- package/dist/database/leads-additional-contact.entity.js +56 -0
- package/dist/database/leads-data.entity.d.ts +6 -9
- package/dist/database/leads-data.entity.js +9 -13
- package/dist/database/leads-file.entity.d.ts +10 -0
- package/dist/database/leads-file.entity.js +53 -0
- package/dist/database/provision-db.entity.d.ts +2 -2
- package/dist/database/provision-db.entity.js +3 -3
- package/dist/sys03/address/index.js +5 -1
- package/dist/sys03/address/req/address.entity.d.ts +4 -0
- package/dist/sys03/address/req/address.entity.js +7 -1
- package/dist/sys03/address/res/address.entity.d.ts +2 -2
- package/dist/sys03/address/res/address.entity.js +1 -1
- package/dist/sys03/constants/index.js +5 -1
- package/dist/sys03/constants/sys03.constants.d.ts +2 -2
- package/dist/sys03/constants/sys03.constants.js +2 -2
- package/dist/sys03/otrs/index.js +5 -1
- package/dist/sys03/sale-process/index.js +5 -1
- package/dist/sys03/sale-process/internal/internal.entity.d.ts +25 -2
- package/dist/sys03/sale-process/internal/internal.entity.js +15 -3
- package/dist/sys03/shopping-cart/index.js +5 -1
- package/dist/sys03/shopping-cart/req/req.entity.d.ts +11 -4
- package/dist/sys03/shopping-cart/req/req.entity.js +37 -11
- package/dist/sys03/storage/index.js +5 -1
- package/dist/sys03/storage/res/index.js +5 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/zoho/constants/index.js +5 -1
- package/dist/zoho/index.js +5 -1
- package/dist/zoho/sale-process/additonal-contact-medium.entity.d.ts +2 -1
- package/dist/zoho/sale-process/additonal-contact-medium.entity.js +1 -1
- package/dist/zoho/sale-process/additonal-contact.entity.d.ts +2 -1
- package/dist/zoho/sale-process/additonal-contact.entity.js +1 -1
- package/dist/zoho/sale-process/address-search.entity.d.ts +2 -2
- package/dist/zoho/sale-process/address-search.entity.js +3 -5
- package/dist/zoho/sale-process/billing-info.entity.d.ts +1 -1
- package/dist/zoho/sale-process/billing-info.entity.js +3 -4
- package/dist/zoho/sale-process/business-identification.entity.d.ts +1 -1
- package/dist/zoho/sale-process/business-identification.entity.js +4 -3
- package/dist/zoho/sale-process/customer-identification.entity.js +3 -2
- package/dist/zoho/sale-process/customer.entity.d.ts +1 -1
- package/dist/zoho/sale-process/customer.entity.js +3 -4
- package/dist/zoho/sale-process/file.entity.d.ts +2 -1
- package/dist/zoho/sale-process/file.entity.js +1 -1
- package/dist/zoho/sale-process/index.js +5 -1
- package/dist/zoho/sale-process/sale-process.entity.d.ts +1 -1
- package/dist/zoho/sale-process/sale-process.entity.js +4 -4
- package/package.json +9 -4
package/README.md
CHANGED
|
@@ -96,6 +96,69 @@ try {
|
|
|
96
96
|
// do something incase of error
|
|
97
97
|
}
|
|
98
98
|
```
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
99
|
+
<br/><br/>
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## How to publish to `npm`
|
|
103
|
+
### Use `npm run push` instead of `git push`
|
|
104
|
+
|
|
105
|
+
This will execute these cmds `git push && git push --no-verify && git push --tags --no-verify`
|
|
106
|
+
* `git push`: will push changes to the repository and will execute `pre-push` trigger. Trigger:
|
|
107
|
+
local_branch_name="$(git rev-parse --abbrev-ref HEAD)"
|
|
108
|
+
|
|
109
|
+
if [ "$local_branch_name" = "master" ]; then
|
|
110
|
+
npm version patch // will update package.json version and git tags -> they have to be pushed to repository
|
|
111
|
+
npm publish // will publish package to npm registry
|
|
112
|
+
fi
|
|
113
|
+
* `git push --no-verify`: will push `package.json` to repository **without executing the trigger**
|
|
114
|
+
* `git push --tags --no-verify`: will push git tags to repository **without executing the trigger**
|
|
115
|
+
|
|
116
|
+
<br/><br/>
|
|
117
|
+
|
|
118
|
+
## Use `yalc` for local develoment
|
|
119
|
+
There are some issues when ussig `class-transformer` and `class-validator` with `npm link` or `npm install file:../adamo-types`.
|
|
120
|
+
|
|
121
|
+
See these GitHub issues:
|
|
122
|
+
|
|
123
|
+
https://github.com/typestack/class-transformer/issues/313#issuecomment-667728916
|
|
124
|
+
|
|
125
|
+
https://github.com/typestack/class-transformer/issues/384
|
|
126
|
+
|
|
127
|
+
In order to get rid of this, you can use `yalc` for local development. For more information about `yalc` see this [link](https://www.npmjs.com/package/yalc).
|
|
128
|
+
1. Install `yalc` globally with:
|
|
129
|
+
```
|
|
130
|
+
npm i -g yalc
|
|
131
|
+
```
|
|
132
|
+
It has to be installed globally because it creates a global folder where all packages are stored.
|
|
133
|
+
|
|
134
|
+
2. Run script `start:yalc` with:
|
|
135
|
+
```
|
|
136
|
+
npm run start:yalc
|
|
137
|
+
```
|
|
138
|
+
This will execute:
|
|
139
|
+
```
|
|
140
|
+
concurrently --kill-others \"npm run start\" \"npm run yalc:watch\"
|
|
141
|
+
```
|
|
142
|
+
`concurrently` is a packege installed like a dev dependency which will execute both scripts: `npm run start` and `npm run yalc:watch`. For more information about `concurrently` see this [link](https://github.com/open-cli-tools/concurrently).
|
|
143
|
+
|
|
144
|
+
`npm run start` will execute this script: `nest build --watch`. This script will watch your code changes and will build the project with every change you make.
|
|
145
|
+
|
|
146
|
+
`npm run yalc:watch` will execute the script: `nodemon -w ./dist/tsconfig.build.tsbuildinfo -x \"yalc push --changed --replace --private\"`. This script will watch the file `./dist/tsconfig.build.tsbuildinfo`, that will change with every build, and will execute this `yalc` script: `yalc push --changed --replace --private`.
|
|
147
|
+
|
|
148
|
+
`yalc push --changed --replace --private` will propagate your changes to all projects where this package is installed.
|
|
149
|
+
|
|
150
|
+
3. Install `adamo-types` in your project with:
|
|
151
|
+
```
|
|
152
|
+
yalc link adamo-types
|
|
153
|
+
```
|
|
154
|
+
`yalc link` will create a symbolic link in `node_modules` to `yalc` directory where `adamo-types` is pushed. Also this link won't update your `package.json` file.
|
|
155
|
+
|
|
156
|
+
4. Update your project `.gitignore` with:
|
|
157
|
+
```
|
|
158
|
+
# Yalc
|
|
159
|
+
/.yalc
|
|
160
|
+
yalc-build
|
|
161
|
+
yalc.lock
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
|
package/dist/admin/bill/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/dist/admin/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/dist/admin/user/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/dist/ams/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -17,14 +17,14 @@ export declare class FetchAddressByIdRes {
|
|
|
17
17
|
apartments: Apartment[];
|
|
18
18
|
}
|
|
19
19
|
export declare class Apartment {
|
|
20
|
-
id:
|
|
20
|
+
id: string;
|
|
21
21
|
stair?: string;
|
|
22
22
|
floor?: string;
|
|
23
23
|
door: string;
|
|
24
24
|
client?: number;
|
|
25
25
|
}
|
|
26
26
|
export declare class FetchAddressByAreaRes {
|
|
27
|
-
id:
|
|
27
|
+
id: string;
|
|
28
28
|
address: string;
|
|
29
29
|
status: string;
|
|
30
30
|
salesArea: string;
|
|
@@ -32,8 +32,8 @@ export declare class FetchAddressByAreaRes {
|
|
|
32
32
|
lat: string;
|
|
33
33
|
}
|
|
34
34
|
export declare class FetchAddressByApartmentIdRes {
|
|
35
|
-
apartmentId:
|
|
36
|
-
streetAddressId:
|
|
35
|
+
apartmentId: string;
|
|
36
|
+
streetAddressId: string;
|
|
37
37
|
salesAreaId: number;
|
|
38
38
|
salesAreaName: string;
|
|
39
39
|
projectId: number;
|
|
@@ -10,19 +10,19 @@ class FetchAddressByIdRes {
|
|
|
10
10
|
exports.FetchAddressByIdRes = FetchAddressByIdRes;
|
|
11
11
|
class Apartment {
|
|
12
12
|
static _OPENAPI_METADATA_FACTORY() {
|
|
13
|
-
return { id: { required: true, type: () =>
|
|
13
|
+
return { id: { required: true, type: () => String }, stair: { required: false, type: () => String }, floor: { required: false, type: () => String }, door: { required: true, type: () => String }, client: { required: false, type: () => Number } };
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
exports.Apartment = Apartment;
|
|
17
17
|
class FetchAddressByAreaRes {
|
|
18
18
|
static _OPENAPI_METADATA_FACTORY() {
|
|
19
|
-
return { id: { required: true, type: () =>
|
|
19
|
+
return { id: { required: true, type: () => String }, address: { required: true, type: () => String }, status: { required: true, type: () => String }, salesArea: { required: true, type: () => String }, lng: { required: true, type: () => String }, lat: { required: true, type: () => String } };
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
exports.FetchAddressByAreaRes = FetchAddressByAreaRes;
|
|
23
23
|
class FetchAddressByApartmentIdRes {
|
|
24
24
|
static _OPENAPI_METADATA_FACTORY() {
|
|
25
|
-
return { apartmentId: { required: true, type: () =>
|
|
25
|
+
return { apartmentId: { required: true, type: () => String }, streetAddressId: { required: true, type: () => String }, salesAreaId: { required: true, type: () => Number }, salesAreaName: { required: true, type: () => String }, projectId: { required: true, type: () => Number }, projectCode: { required: true, type: () => String }, competition: { required: true, type: () => String }, serviceableStatus: { required: true, type: () => String }, serviceable: { required: true, type: () => String }, technology: { required: true, type: () => String }, lng: { required: true, type: () => String }, lat: { required: true, type: () => String }, country: { required: true, type: () => String }, province: { required: true, type: () => String }, municipality: { required: true, type: () => String }, city: { required: true, type: () => String }, postcode: { required: true, type: () => String }, streetName: { required: true, type: () => String }, streetType: { required: true, type: () => String }, streetNumber: { required: true, type: () => String }, block: { required: true, type: () => String }, entrance: { required: true, type: () => String }, floor: { required: true, type: () => String }, door: { required: true, type: () => String }, serviceableAge: { required: true, type: () => Number }, network: { required: true, type: () => String }, fiberhood: { required: true, type: () => String } };
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
exports.FetchAddressByApartmentIdRes = FetchAddressByApartmentIdRes;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './option.entity';
|
|
@@ -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("./option.entity"), exports);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class BpLookupOptionDto {
|
|
2
|
+
area: string;
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
displayOrder: number;
|
|
6
|
+
active: boolean;
|
|
7
|
+
description: string;
|
|
8
|
+
parentArea: string;
|
|
9
|
+
parentName: string;
|
|
10
|
+
configurationLevel: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class BpQueryLookupOptionsDto {
|
|
13
|
+
list: BpLookupOptionDto[];
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BpQueryLookupOptionsDto = exports.BpLookupOptionDto = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class BpLookupOptionDto {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { area: { required: true, type: () => String }, name: { required: true, type: () => String }, displayName: { required: true, type: () => String }, displayOrder: { required: true, type: () => Number }, active: { required: true, type: () => Boolean }, description: { required: true, type: () => String }, parentArea: { required: true, type: () => String }, parentName: { required: true, type: () => String }, configurationLevel: { required: true, type: () => String } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.BpLookupOptionDto = BpLookupOptionDto;
|
|
11
|
+
class BpQueryLookupOptionsDto {
|
|
12
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
13
|
+
return { list: { required: true, type: () => [require("./option.entity").BpLookupOptionDto] } };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.BpQueryLookupOptionsDto = BpQueryLookupOptionsDto;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,17 @@
|
|
|
1
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
|
+
};
|
|
2
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
12
|
exports.ShoppingCartProductOfferingDto = exports.ProductDto = void 0;
|
|
4
13
|
const openapi = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
5
15
|
class ProductDto {
|
|
6
16
|
static _OPENAPI_METADATA_FACTORY() {
|
|
7
17
|
return { name: { required: true, type: () => String }, bundle: { required: true, type: () => Boolean }, internalName: { required: true, type: () => String }, displayName: { required: false, type: () => String }, billText: { required: true, type: () => String }, description: { required: true, type: () => String }, tariffModel: { required: true, type: () => String }, validFor: { required: false, type: () => require("./valid-for.entity").ValidForDto }, dependencies: { required: true, type: () => [require("./dependency.entity").DependencyDto] }, configurationAttributes: { required: true, type: () => [require("./configuration-attribute.entity").ConfigurationAttributeDto] }, characteristicGroups: { required: true, type: () => [require("./characteristic.entity").CharacteristicDto] }, serviceSpecifications: { required: true, type: () => [require("./service-specification/service-specification.entity").ServiceSpecificationDto] }, productOfferings: { required: true, type: () => [require("./product.entity").ProductDto] }, productOfferingGroups: { required: true, type: () => [require("./product.entity").ProductDto] }, minNumberOfInstances: { required: false, type: () => Number }, maxNumberOfInstances: { required: false, type: () => Number } };
|
|
@@ -13,4 +23,15 @@ class ShoppingCartProductOfferingDto {
|
|
|
13
23
|
return { name: { required: true, type: () => String }, group: { required: false, type: () => String }, invoiceName: { required: false, type: () => String }, internalName: { required: false, type: () => String }, type: { required: false, type: () => String }, available: { required: false, type: () => Boolean }, hidden: { required: false, type: () => Boolean } };
|
|
14
24
|
}
|
|
15
25
|
}
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], ShoppingCartProductOfferingDto.prototype, "name", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_validator_1.IsString)(),
|
|
33
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], ShoppingCartProductOfferingDto.prototype, "group", void 0);
|
|
16
37
|
exports.ShoppingCartProductOfferingDto = ShoppingCartProductOfferingDto;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,10 +1,25 @@
|
|
|
1
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
|
+
};
|
|
2
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
12
|
exports.ShoppingCartParametersDto = void 0;
|
|
4
13
|
const openapi = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
5
15
|
class ShoppingCartParametersDto {
|
|
6
16
|
static _OPENAPI_METADATA_FACTORY() {
|
|
7
17
|
return { addressInfo: { required: true, type: () => String }, door: { required: true, type: () => String }, country: { required: true, type: () => String }, salesAreaName: { required: true, type: () => String }, city: { required: true, type: () => String }, municipality: { required: true, type: () => String }, competition: { required: true, type: () => String }, network: { required: true, type: () => String }, fiberhood: { required: true, type: () => String }, cartCreatedBy: { required: true, type: () => String }, streetName: { required: true, type: () => String }, province: { required: true, type: () => String }, projectCode: { required: true, type: () => String }, block: { required: true, type: () => String }, serviceable: { required: true, type: () => String }, floor: { required: true, type: () => String }, entrance: { required: true, type: () => String }, lng: { required: true, type: () => String }, lat: { required: true, type: () => String }, streetType: { required: true, type: () => String }, serviceableStatus: { required: true, type: () => String }, postcode: { required: true, type: () => String }, technology: { required: true, type: () => String }, streetNumber: { required: true, type: () => String }, salesAreaId: { required: true, type: () => String }, serviceableAge: { required: true, type: () => String }, projectId: { required: true, type: () => String }, apartmentId: { required: true, type: () => String }, streetAddressId: { required: true, type: () => String }, customerType: { required: true, type: () => String } };
|
|
8
18
|
}
|
|
9
19
|
}
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, class_validator_1.IsString)(),
|
|
22
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], ShoppingCartParametersDto.prototype, "serviceableStatus", void 0);
|
|
10
25
|
exports.ShoppingCartParametersDto = ShoppingCartParametersDto;
|
|
@@ -38,31 +38,38 @@ __decorate([
|
|
|
38
38
|
__decorate([
|
|
39
39
|
(0, class_validator_1.ValidateNested)(),
|
|
40
40
|
(0, class_transformer_1.Type)(() => product_entity_1.ShoppingCartProductOfferingDto),
|
|
41
|
-
(0, class_validator_1.IsOptional)(),
|
|
42
41
|
__metadata("design:type", product_entity_1.ShoppingCartProductOfferingDto)
|
|
43
42
|
], ShoppingCartProductDto.prototype, "productOffering", void 0);
|
|
44
43
|
__decorate([
|
|
45
44
|
(0, class_validator_1.IsArray)(),
|
|
45
|
+
(0, class_validator_1.ArrayNotEmpty)(),
|
|
46
46
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
47
47
|
(0, class_transformer_1.Type)(() => ShoppingCartProductDto),
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
49
|
__metadata("design:type", Array)
|
|
49
50
|
], ShoppingCartProductDto.prototype, "products", void 0);
|
|
50
51
|
__decorate([
|
|
51
52
|
(0, class_validator_1.IsArray)(),
|
|
53
|
+
(0, class_validator_1.ArrayNotEmpty)(),
|
|
52
54
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
53
55
|
(0, class_transformer_1.Type)(() => shopping_cart_product_characteristic_entity_1.ShoppingCartProductCharacteristicDto),
|
|
56
|
+
(0, class_validator_1.IsOptional)(),
|
|
54
57
|
__metadata("design:type", Array)
|
|
55
58
|
], ShoppingCartProductDto.prototype, "productCharacteristics", void 0);
|
|
56
59
|
__decorate([
|
|
57
60
|
(0, class_validator_1.IsArray)(),
|
|
61
|
+
(0, class_validator_1.ArrayNotEmpty)(),
|
|
58
62
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
59
63
|
(0, class_transformer_1.Type)(() => shopping_cart_service_entity_1.ShoppingCartServiceDto),
|
|
64
|
+
(0, class_validator_1.IsOptional)(),
|
|
60
65
|
__metadata("design:type", Array)
|
|
61
66
|
], ShoppingCartProductDto.prototype, "services", void 0);
|
|
62
67
|
__decorate([
|
|
63
68
|
(0, class_validator_1.IsArray)(),
|
|
69
|
+
(0, class_validator_1.ArrayNotEmpty)(),
|
|
64
70
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
65
71
|
(0, class_transformer_1.Type)(() => shopping_cart_resource_entity_1.ShoppingCartResourceDto),
|
|
72
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
73
|
__metadata("design:type", Array)
|
|
67
74
|
], ShoppingCartProductDto.prototype, "resources", void 0);
|
|
68
75
|
__decorate([
|
|
@@ -20,10 +20,12 @@ class ShoppingCartServiceCharacteristicDto {
|
|
|
20
20
|
}
|
|
21
21
|
__decorate([
|
|
22
22
|
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
23
24
|
__metadata("design:type", String)
|
|
24
25
|
], ShoppingCartServiceCharacteristicDto.prototype, "name", void 0);
|
|
25
26
|
__decorate([
|
|
26
27
|
(0, class_validator_1.IsString)(),
|
|
28
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
27
29
|
(0, class_validator_1.IsOptional)(),
|
|
28
30
|
__metadata("design:type", String)
|
|
29
31
|
], ShoppingCartServiceCharacteristicDto.prototype, "value", void 0);
|
|
@@ -30,6 +30,7 @@ __decorate([
|
|
|
30
30
|
], ShoppingCartServiceDto.prototype, "action", void 0);
|
|
31
31
|
__decorate([
|
|
32
32
|
(0, class_validator_1.IsArray)(),
|
|
33
|
+
(0, class_validator_1.ArrayNotEmpty)(),
|
|
33
34
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
34
35
|
(0, class_transformer_1.Type)(() => shopping_cart_service_characteristic_entity_1.ShoppingCartServiceCharacteristicDto),
|
|
35
36
|
__metadata("design:type", Array)
|
|
@@ -34,7 +34,6 @@ __decorate([
|
|
|
34
34
|
], ShoppingCartDto.prototype, "products", void 0);
|
|
35
35
|
__decorate([
|
|
36
36
|
(0, class_validator_1.IsString)(),
|
|
37
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
38
37
|
(0, class_validator_1.IsOptional)(),
|
|
39
38
|
__metadata("design:type", String)
|
|
40
39
|
], ShoppingCartDto.prototype, "billingAccount", void 0);
|
package/dist/bss/cache/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,18 +1,27 @@
|
|
|
1
1
|
export declare enum ConfigurationAttributeType {
|
|
2
2
|
BINDING_PERIOD = "BINDING_PERIOD",
|
|
3
|
+
BUNDLE_PRODUCTS = "BUNDLE_PRODUCTS",
|
|
3
4
|
BUSINESS_TYPE = "BUSINESS_TYPE",
|
|
4
5
|
CHANNEL = "CHANNEL",
|
|
5
6
|
COMPETITION = "COMPETITION",
|
|
6
7
|
FIBERHOOD = "FIBERHOOD",
|
|
7
8
|
INSTALLATION_COST = "INSTALLATION_COST",
|
|
9
|
+
MOBILE_VISIBILITY = "MOBILE_VISIBILITY",
|
|
8
10
|
NETWORK = "NETWORK",
|
|
9
11
|
PROJECT_CODE = "PROJECT_CODE",
|
|
12
|
+
PROJECT_CODE_REGEX = "PROJECT_CODE_REGEX",
|
|
10
13
|
PROMOTION = "PROMOTION",
|
|
14
|
+
PROMOTION_GROUP = "PROMOTION_GROUP",
|
|
11
15
|
SALES_AREA_NAME = "SALES_AREA_NAME",
|
|
12
16
|
SERVICABLE_STATUS = "SERVICABLE_STATUS",
|
|
13
17
|
SERVICEABLE_AGE = "SERVICEABLE_AGE",
|
|
14
18
|
SYS02 = "SYS02"
|
|
15
19
|
}
|
|
20
|
+
export declare enum MobileVisibilityType {
|
|
21
|
+
ONLY_MOBILE = "ONLY_MOBILE",
|
|
22
|
+
SHARED_DATA = "SHARED_DATA",
|
|
23
|
+
MAIN_SHARED_DATA = "MAIN_SHARED_DATA"
|
|
24
|
+
}
|
|
16
25
|
export declare enum ProductCatalogItemState {
|
|
17
26
|
ACTIVE = "Active",
|
|
18
27
|
PENDING_ACTIVE = "PendingActive",
|
|
@@ -265,6 +274,7 @@ export declare enum IndustryType {
|
|
|
265
274
|
export declare enum RelatedPartyRoleType {
|
|
266
275
|
CUSTOMER_ACCOUNT_OWNER = "CUSTOMER_ACCOUNT_OWNER",
|
|
267
276
|
CUSTOMER_ACCOUNT_CONTACT = "CUSTOMER_ACCOUNT_CONTACT",
|
|
277
|
+
ORGANIZATION_CONTACT = "ORGANIZATION_CONTACT",
|
|
268
278
|
LEGAL_REPRESENTATIVE = "LEGAL_REPRESENTATIVE",
|
|
269
279
|
INVOICE = "INVOICE",
|
|
270
280
|
TECH = "TECH",
|