adamo-types 2.0.63-sit → 2.0.64-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.
Files changed (32) hide show
  1. package/dist/common/edge-bss/index.d.ts +0 -1
  2. package/dist/common/edge-bss/index.js +0 -1
  3. package/dist/common/edge-bss/shopping-cart/req/index.d.ts +0 -2
  4. package/dist/common/edge-bss/shopping-cart/req/index.js +0 -2
  5. package/dist/common/edge-bss/user/index.d.ts +0 -1
  6. package/dist/common/edge-bss/user/index.js +0 -1
  7. package/dist/digitel/constants.d.ts +1 -0
  8. package/dist/digitel/constants.js +2 -1
  9. package/dist/tsconfig.build.tsbuildinfo +1 -1
  10. package/package.json +1 -1
  11. package/dist/common/address/address.entity.d.ts +0 -22
  12. package/dist/common/address/address.entity.js +0 -16
  13. package/dist/common/edge-bss/channel/index.d.ts +0 -1
  14. package/dist/common/edge-bss/channel/index.js +0 -17
  15. package/dist/common/edge-bss/channel/req/channel.entity.d.ts +0 -3
  16. package/dist/common/edge-bss/channel/req/channel.entity.js +0 -10
  17. package/dist/common/edge-bss/channel/res/channel.entity.d.ts +0 -0
  18. package/dist/common/edge-bss/channel/res/channel.entity.js +0 -1
  19. package/dist/common/edge-bss/sale-process/index.d.ts +0 -0
  20. package/dist/common/edge-bss/sale-process/index.js +0 -0
  21. package/dist/common/edge-bss/sale-process/req/create.entity.d.ts +0 -0
  22. package/dist/common/edge-bss/sale-process/req/create.entity.js +0 -1
  23. package/dist/common/edge-bss/shopping-cart/req/delete.entity.d.ts +0 -2
  24. package/dist/common/edge-bss/shopping-cart/req/delete.entity.js +0 -10
  25. package/dist/common/edge-bss/shopping-cart/req/update.entity.d.ts +0 -2
  26. package/dist/common/edge-bss/shopping-cart/req/update.entity.js +0 -10
  27. package/dist/common/edge-bss/user/res/user.entity.d.ts +0 -1
  28. package/dist/common/edge-bss/user/res/user.entity.js +0 -5
  29. package/dist/common/edge-database/configuration/configuration.entity.d.ts +0 -5
  30. package/dist/common/edge-database/configuration/configuration.entity.js +0 -3
  31. package/dist/common/edge-database/index.d.ts +0 -1
  32. package/dist/common/edge-database/index.js +0 -17
@@ -1,6 +1,5 @@
1
1
  export * from './address';
2
2
  export * from './billing';
3
- export * from './channel';
4
3
  export * from './customer';
5
4
  export * from './shopping-cart';
6
5
  export * from './user';
@@ -16,7 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./address"), exports);
18
18
  __exportStar(require("./billing"), exports);
19
- __exportStar(require("./channel"), exports);
20
19
  __exportStar(require("./customer"), exports);
21
20
  __exportStar(require("./shopping-cart"), exports);
22
21
  __exportStar(require("./user"), exports);
@@ -1,4 +1,2 @@
1
1
  export * from './create.entity';
2
- export * from './delete.entity';
3
2
  export * from './other.entity';
4
- export * from './update.entity';
@@ -15,6 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./create.entity"), exports);
18
- __exportStar(require("./delete.entity"), exports);
19
18
  __exportStar(require("./other.entity"), exports);
20
- __exportStar(require("./update.entity"), exports);
@@ -1,2 +1 @@
1
1
  export * from './req/user.entity';
2
- export * from './res/user.entity';
@@ -15,4 +15,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./req/user.entity"), exports);
18
- __exportStar(require("./res/user.entity"), exports);
@@ -6,3 +6,4 @@ export declare enum TransactionSource {
6
6
  SALE_PROCESS = "SALE",
7
7
  ARS_EXTENSION = "EXTENSION"
8
8
  }
9
+ export declare const DIGITEL_EVENTS_QUEUE = "digitel-events-queue";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TransactionSource = exports.SaleSource = void 0;
3
+ exports.DIGITEL_EVENTS_QUEUE = exports.TransactionSource = exports.SaleSource = void 0;
4
4
  var SaleSource;
5
5
  (function (SaleSource) {
6
6
  SaleSource["ARS"] = "ars";
@@ -11,3 +11,4 @@ var TransactionSource;
11
11
  TransactionSource["SALE_PROCESS"] = "SALE";
12
12
  TransactionSource["ARS_EXTENSION"] = "EXTENSION";
13
13
  })(TransactionSource || (exports.TransactionSource = TransactionSource = {}));
14
+ exports.DIGITEL_EVENTS_QUEUE = 'digitel-events-queue';