adamo-types 1.1.21 → 1.1.24

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 (76) hide show
  1. package/dist/admin/bill/index.js +5 -1
  2. package/dist/admin/constants/index.js +5 -1
  3. package/dist/admin/index.js +5 -1
  4. package/dist/admin/migrate/index.js +5 -1
  5. package/dist/admin/user/create/index.js +5 -1
  6. package/dist/admin/user/index.js +5 -1
  7. package/dist/ams/index.js +5 -1
  8. package/dist/bss/bearingpoint/billing/index.js +5 -1
  9. package/dist/bss/bearingpoint/channel/index.js +5 -1
  10. package/dist/bss/bearingpoint/customer/index.js +5 -1
  11. package/dist/bss/bearingpoint/index.js +5 -1
  12. package/dist/bss/bearingpoint/lookup/index.js +5 -1
  13. package/dist/bss/bearingpoint/product-offering/index.js +5 -1
  14. package/dist/bss/bearingpoint/search/index.js +5 -1
  15. package/dist/bss/bearingpoint/service-specification/index.js +5 -1
  16. package/dist/bss/bearingpoint/shopping-cart/index.js +5 -1
  17. package/dist/bss/cache/index.js +5 -1
  18. package/dist/bss/constants/index.js +5 -1
  19. package/dist/bss/customer/index.js +5 -1
  20. package/dist/bss/index.js +5 -1
  21. package/dist/bss/login/index.js +5 -1
  22. package/dist/bss/number-pool/index.js +5 -1
  23. package/dist/bss/payment-provider/index.js +5 -1
  24. package/dist/bss/product/index.js +5 -1
  25. package/dist/bss/shopping-cart/index.js +5 -1
  26. package/dist/bss/tariff-model/index.js +5 -1
  27. package/dist/common/constants/error.constants.d.ts +2 -1
  28. package/dist/common/constants/error.constants.js +4 -3
  29. package/dist/common/constants/index.js +5 -1
  30. package/dist/common/edge-acl/user/index.js +5 -1
  31. package/dist/common/edge-ams/index.js +5 -1
  32. package/dist/common/edge-bss/address/index.js +5 -1
  33. package/dist/common/edge-bss/address/req/create.entity.js +1 -1
  34. package/dist/common/edge-bss/billing/index.js +5 -1
  35. package/dist/common/edge-bss/channel/index.js +5 -1
  36. package/dist/common/edge-bss/common/index.js +5 -1
  37. package/dist/common/edge-bss/customer/index.js +5 -1
  38. package/dist/common/edge-bss/customer/req/index.js +5 -1
  39. package/dist/common/edge-bss/index.js +5 -1
  40. package/dist/common/edge-bss/login/index.js +5 -1
  41. package/dist/common/edge-bss/product/index.js +5 -1
  42. package/dist/common/edge-bss/product/res/index.js +5 -1
  43. package/dist/common/edge-bss/saleperson/index.js +5 -1
  44. package/dist/common/edge-bss/shopping-cart/index.js +5 -1
  45. package/dist/common/edge-bss/shopping-cart/req/index.js +5 -1
  46. package/dist/common/edge-bss/shopping-cart/res/index.js +5 -1
  47. package/dist/common/edge-bss/shopping-cart/res/other.entity.js +1 -1
  48. package/dist/common/edge-bss/user/index.js +5 -1
  49. package/dist/common/edge-database/index.js +5 -1
  50. package/dist/common/edge-sms/contract/index.js +5 -1
  51. package/dist/common/edge-sms/index.js +5 -1
  52. package/dist/common/edge-zoho/index.js +5 -1
  53. package/dist/common/edge-zoho/sale-process/index.js +5 -1
  54. package/dist/common/edge-zoho/sale-process/req/patch.entity.js +1 -2
  55. package/dist/common/entities/index.js +5 -1
  56. package/dist/common/exception/exception.entity.js +4 -2
  57. package/dist/common/exception/index.js +5 -1
  58. package/dist/common/number-pool/index.js +5 -1
  59. package/dist/common/user/auth/index.js +5 -1
  60. package/dist/common/user/index.js +5 -1
  61. package/dist/database/acl/user.entity.d.ts +1 -1
  62. package/dist/database/acl/user.entity.js +7 -7
  63. package/dist/database/index.js +5 -1
  64. package/dist/sys03/address/index.js +5 -1
  65. package/dist/sys03/constants/index.js +5 -1
  66. package/dist/sys03/otrs/index.js +5 -1
  67. package/dist/sys03/sale-process/index.js +5 -1
  68. package/dist/sys03/shopping-cart/index.js +5 -1
  69. package/dist/sys03/shopping-cart/req/req.entity.js +0 -1
  70. package/dist/sys03/storage/index.js +5 -1
  71. package/dist/sys03/storage/res/index.js +5 -1
  72. package/dist/tsconfig.build.tsbuildinfo +1 -1
  73. package/dist/zoho/constants/index.js +5 -1
  74. package/dist/zoho/index.js +5 -1
  75. package/dist/zoho/sale-process/index.js +5 -1
  76. package/package.json +1 -1
@@ -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.defineProperty(o, k2, { enumerable: true, get: function() { return m[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);
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.defineProperty(o, k2, { enumerable: true, get: function() { return m[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);
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.defineProperty(o, k2, { enumerable: true, get: function() { return m[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);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adamo-types",
3
- "version": "1.1.21",
3
+ "version": "1.1.24",
4
4
  "description": "A types library for api communication agreement",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",