adamo-types 1.1.10 → 1.1.13
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/admin/bill/index.js +1 -5
- package/dist/admin/constants/index.js +1 -5
- package/dist/admin/index.js +1 -5
- package/dist/admin/migrate/index.js +1 -5
- package/dist/admin/user/create/index.js +1 -5
- package/dist/admin/user/index.js +1 -5
- package/dist/ams/index.js +1 -5
- package/dist/bss/bearingpoint/billing/index.js +1 -5
- package/dist/bss/bearingpoint/channel/index.js +1 -5
- package/dist/bss/bearingpoint/customer/index.js +1 -5
- package/dist/bss/bearingpoint/index.js +1 -5
- package/dist/bss/bearingpoint/product-offering/index.js +1 -5
- package/dist/bss/bearingpoint/search/index.js +1 -5
- package/dist/bss/bearingpoint/service-specification/index.js +1 -5
- package/dist/bss/bearingpoint/shopping-cart/index.js +1 -5
- package/dist/bss/cache/index.js +1 -5
- package/dist/bss/constants/index.js +1 -5
- package/dist/bss/customer/index.js +1 -5
- package/dist/bss/index.js +1 -5
- package/dist/bss/login/index.js +1 -5
- package/dist/bss/number-pool/index.js +1 -5
- package/dist/bss/payment-provider/index.js +1 -5
- package/dist/bss/product/index.js +1 -5
- package/dist/bss/shopping-cart/index.js +1 -5
- package/dist/bss/tariff-model/index.js +1 -5
- package/dist/common/constants/common.constants.d.ts +11 -0
- package/dist/common/constants/common.constants.js +13 -1
- package/dist/common/constants/error.constants.d.ts +1 -0
- package/dist/common/constants/error.constants.js +3 -2
- package/dist/common/constants/index.js +1 -5
- package/dist/common/edge-acl/user/index.js +1 -5
- package/dist/common/edge-ams/index.js +1 -5
- package/dist/common/edge-bss/address/index.js +1 -5
- package/dist/common/edge-bss/address/req/create.entity.js +1 -1
- package/dist/common/edge-bss/billing/index.js +1 -5
- package/dist/common/edge-bss/channel/index.js +1 -5
- package/dist/common/edge-bss/common/index.js +1 -5
- package/dist/common/edge-bss/customer/index.js +1 -5
- package/dist/common/edge-bss/customer/req/index.js +1 -5
- package/dist/common/edge-bss/index.js +1 -5
- package/dist/common/edge-bss/login/index.js +1 -5
- package/dist/common/edge-bss/product/index.js +1 -5
- package/dist/common/edge-bss/product/res/index.js +1 -5
- package/dist/common/edge-bss/saleperson/index.js +1 -5
- package/dist/common/edge-bss/shopping-cart/index.js +1 -5
- package/dist/common/edge-bss/shopping-cart/req/index.js +1 -5
- package/dist/common/edge-bss/shopping-cart/res/index.js +1 -5
- package/dist/common/edge-bss/shopping-cart/res/other.entity.js +1 -1
- package/dist/common/edge-bss/user/index.js +1 -5
- package/dist/common/edge-database/index.js +1 -5
- package/dist/common/edge-sms/contract/index.js +1 -5
- package/dist/common/edge-sms/index.js +1 -5
- package/dist/common/edge-zoho/index.js +1 -5
- package/dist/common/edge-zoho/sale-process/index.js +1 -5
- package/dist/common/edge-zoho/sale-process/req/patch.entity.js +3 -3
- package/dist/common/entities/index.js +1 -5
- package/dist/common/exception/exception.entity.d.ts +32 -18
- package/dist/common/exception/exception.entity.js +91 -41
- package/dist/common/exception/index.js +1 -5
- package/dist/common/number-pool/index.js +1 -5
- package/dist/common/user/auth/index.js +1 -5
- package/dist/common/user/index.js +1 -5
- package/dist/database/acl/user.entity.d.ts +0 -1
- package/dist/database/acl/user.entity.js +3 -5
- package/dist/database/index.js +1 -5
- package/dist/sys03/address/index.js +1 -5
- package/dist/sys03/constants/index.js +1 -5
- package/dist/sys03/otrs/index.js +1 -5
- package/dist/sys03/sale-process/index.js +1 -5
- package/dist/sys03/shopping-cart/index.js +1 -5
- package/dist/sys03/storage/index.js +1 -5
- package/dist/sys03/storage/res/index.js +1 -5
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/zoho/constants/index.js +1 -5
- package/dist/zoho/index.js +1 -5
- package/dist/zoho/sale-process/index.js +1 -5
- package/package.json +1 -1
|
@@ -1,11 +1,7 @@
|
|
|
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
|
-
|
|
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);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
|
@@ -1,11 +1,7 @@
|
|
|
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
|
-
|
|
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);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
|
@@ -1,11 +1,7 @@
|
|
|
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
|
-
|
|
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);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|