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.
Files changed (77) hide show
  1. package/dist/admin/bill/index.js +1 -5
  2. package/dist/admin/constants/index.js +1 -5
  3. package/dist/admin/index.js +1 -5
  4. package/dist/admin/migrate/index.js +1 -5
  5. package/dist/admin/user/create/index.js +1 -5
  6. package/dist/admin/user/index.js +1 -5
  7. package/dist/ams/index.js +1 -5
  8. package/dist/bss/bearingpoint/billing/index.js +1 -5
  9. package/dist/bss/bearingpoint/channel/index.js +1 -5
  10. package/dist/bss/bearingpoint/customer/index.js +1 -5
  11. package/dist/bss/bearingpoint/index.js +1 -5
  12. package/dist/bss/bearingpoint/product-offering/index.js +1 -5
  13. package/dist/bss/bearingpoint/search/index.js +1 -5
  14. package/dist/bss/bearingpoint/service-specification/index.js +1 -5
  15. package/dist/bss/bearingpoint/shopping-cart/index.js +1 -5
  16. package/dist/bss/cache/index.js +1 -5
  17. package/dist/bss/constants/index.js +1 -5
  18. package/dist/bss/customer/index.js +1 -5
  19. package/dist/bss/index.js +1 -5
  20. package/dist/bss/login/index.js +1 -5
  21. package/dist/bss/number-pool/index.js +1 -5
  22. package/dist/bss/payment-provider/index.js +1 -5
  23. package/dist/bss/product/index.js +1 -5
  24. package/dist/bss/shopping-cart/index.js +1 -5
  25. package/dist/bss/tariff-model/index.js +1 -5
  26. package/dist/common/constants/common.constants.d.ts +11 -0
  27. package/dist/common/constants/common.constants.js +13 -1
  28. package/dist/common/constants/error.constants.d.ts +1 -0
  29. package/dist/common/constants/error.constants.js +3 -2
  30. package/dist/common/constants/index.js +1 -5
  31. package/dist/common/edge-acl/user/index.js +1 -5
  32. package/dist/common/edge-ams/index.js +1 -5
  33. package/dist/common/edge-bss/address/index.js +1 -5
  34. package/dist/common/edge-bss/address/req/create.entity.js +1 -1
  35. package/dist/common/edge-bss/billing/index.js +1 -5
  36. package/dist/common/edge-bss/channel/index.js +1 -5
  37. package/dist/common/edge-bss/common/index.js +1 -5
  38. package/dist/common/edge-bss/customer/index.js +1 -5
  39. package/dist/common/edge-bss/customer/req/index.js +1 -5
  40. package/dist/common/edge-bss/index.js +1 -5
  41. package/dist/common/edge-bss/login/index.js +1 -5
  42. package/dist/common/edge-bss/product/index.js +1 -5
  43. package/dist/common/edge-bss/product/res/index.js +1 -5
  44. package/dist/common/edge-bss/saleperson/index.js +1 -5
  45. package/dist/common/edge-bss/shopping-cart/index.js +1 -5
  46. package/dist/common/edge-bss/shopping-cart/req/index.js +1 -5
  47. package/dist/common/edge-bss/shopping-cart/res/index.js +1 -5
  48. package/dist/common/edge-bss/shopping-cart/res/other.entity.js +1 -1
  49. package/dist/common/edge-bss/user/index.js +1 -5
  50. package/dist/common/edge-database/index.js +1 -5
  51. package/dist/common/edge-sms/contract/index.js +1 -5
  52. package/dist/common/edge-sms/index.js +1 -5
  53. package/dist/common/edge-zoho/index.js +1 -5
  54. package/dist/common/edge-zoho/sale-process/index.js +1 -5
  55. package/dist/common/edge-zoho/sale-process/req/patch.entity.js +3 -3
  56. package/dist/common/entities/index.js +1 -5
  57. package/dist/common/exception/exception.entity.d.ts +32 -18
  58. package/dist/common/exception/exception.entity.js +91 -41
  59. package/dist/common/exception/index.js +1 -5
  60. package/dist/common/number-pool/index.js +1 -5
  61. package/dist/common/user/auth/index.js +1 -5
  62. package/dist/common/user/index.js +1 -5
  63. package/dist/database/acl/user.entity.d.ts +0 -1
  64. package/dist/database/acl/user.entity.js +3 -5
  65. package/dist/database/index.js +1 -5
  66. package/dist/sys03/address/index.js +1 -5
  67. package/dist/sys03/constants/index.js +1 -5
  68. package/dist/sys03/otrs/index.js +1 -5
  69. package/dist/sys03/sale-process/index.js +1 -5
  70. package/dist/sys03/shopping-cart/index.js +1 -5
  71. package/dist/sys03/storage/index.js +1 -5
  72. package/dist/sys03/storage/res/index.js +1 -5
  73. package/dist/tsconfig.build.tsbuildinfo +1 -1
  74. package/dist/zoho/constants/index.js +1 -5
  75. package/dist/zoho/index.js +1 -5
  76. package/dist/zoho/sale-process/index.js +1 -5
  77. 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
- 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);
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
- 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);
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
- 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);
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];