@heliofi/common 0.1.282-alpha → 0.1.285

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 (130) hide show
  1. package/dist/src/domain/model/company/dtos/index.d.ts +0 -1
  2. package/dist/src/domain/model/company/dtos/index.js +0 -1
  3. package/dist/src/domain/model/company/dtos/index.js.map +1 -1
  4. package/dist/src/domain/model/company/{dtos/createCompany.dto.d.ts → entities/CreateCompany.d.ts} +3 -1
  5. package/dist/src/domain/model/company/entities/CreateCompany.js +7 -0
  6. package/dist/src/domain/model/company/entities/CreateCompany.js.map +1 -0
  7. package/dist/src/domain/model/company/entities/index.d.ts +1 -0
  8. package/dist/src/domain/model/company/entities/index.js +1 -0
  9. package/dist/src/domain/model/company/entities/index.js.map +1 -1
  10. package/dist/src/domain/model/index.d.ts +1 -0
  11. package/dist/src/domain/model/index.js +1 -0
  12. package/dist/src/domain/model/index.js.map +1 -1
  13. package/dist/src/domain/model/invoice-tx/entities/CreateInvoiceTx.d.ts +6 -0
  14. package/dist/src/domain/model/invoice-tx/entities/CreateInvoiceTx.js +7 -0
  15. package/dist/src/domain/model/invoice-tx/entities/CreateInvoiceTx.js.map +1 -0
  16. package/dist/src/domain/model/invoice-tx/entities/index.d.ts +1 -0
  17. package/dist/src/domain/model/invoice-tx/entities/index.js +1 -0
  18. package/dist/src/domain/model/invoice-tx/entities/index.js.map +1 -1
  19. package/dist/src/domain/model/invoice-tx/index.d.ts +0 -1
  20. package/dist/src/domain/model/invoice-tx/index.js +0 -1
  21. package/dist/src/domain/model/invoice-tx/index.js.map +1 -1
  22. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.d.ts +8 -0
  23. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js +7 -0
  24. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js.map +1 -0
  25. package/dist/src/domain/model/paylink-tx/{dtos/updatePaylinkTx.dto.d.ts → entities/UpdatePaylinkTx.d.ts} +1 -1
  26. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js +7 -0
  27. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js.map +1 -0
  28. package/dist/src/domain/model/paylink-tx/entities/index.d.ts +2 -0
  29. package/dist/src/domain/model/paylink-tx/entities/index.js +2 -0
  30. package/dist/src/domain/model/paylink-tx/entities/index.js.map +1 -1
  31. package/dist/src/domain/model/paylink-tx/index.d.ts +0 -1
  32. package/dist/src/domain/model/paylink-tx/index.js +0 -1
  33. package/dist/src/domain/model/paylink-tx/index.js.map +1 -1
  34. package/dist/src/domain/model/paystream-tx/{dtos/createPaystreamTx.dto.d.ts → entities/CreatePaystreamTx.d.ts} +3 -3
  35. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js +7 -0
  36. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js.map +1 -0
  37. package/dist/src/domain/model/paystream-tx/{dtos/updatePaystreamTx.dto.d.ts → entities/UpdatePaystreamTx.d.ts} +1 -1
  38. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js +7 -0
  39. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js.map +1 -0
  40. package/dist/src/domain/model/paystream-tx/entities/index.d.ts +2 -0
  41. package/dist/src/domain/model/paystream-tx/entities/index.js +2 -0
  42. package/dist/src/domain/model/paystream-tx/entities/index.js.map +1 -1
  43. package/dist/src/domain/model/paystream-tx/index.d.ts +0 -1
  44. package/dist/src/domain/model/paystream-tx/index.js +0 -1
  45. package/dist/src/domain/model/paystream-tx/index.js.map +1 -1
  46. package/dist/src/domain/model/platform-api-key/dtos/createPlatformAPIKey.dto.d.ts +4 -0
  47. package/dist/src/domain/model/{paylink-tx/dtos/updatePaylinkTx.dto.js → platform-api-key/dtos/createPlatformAPIKey.dto.js} +9 -16
  48. package/dist/src/domain/model/platform-api-key/dtos/createPlatformAPIKey.dto.js.map +1 -0
  49. package/dist/src/domain/model/platform-api-key/dtos/index.d.ts +1 -0
  50. package/dist/src/domain/model/{invoice-tx → platform-api-key}/dtos/index.js +1 -1
  51. package/dist/src/domain/model/platform-api-key/dtos/index.js.map +1 -0
  52. package/dist/src/domain/model/platform-api-key/entities/PlatformAPIKey.d.ts +5 -0
  53. package/dist/src/domain/model/platform-api-key/entities/PlatformAPIKey.js +8 -0
  54. package/dist/src/domain/model/platform-api-key/entities/PlatformAPIKey.js.map +1 -0
  55. package/dist/src/domain/model/platform-api-key/entities/PlatformAccess.d.ts +3 -0
  56. package/dist/src/domain/model/platform-api-key/entities/PlatformAccess.js +8 -0
  57. package/dist/src/domain/model/platform-api-key/entities/PlatformAccess.js.map +1 -0
  58. package/dist/src/domain/model/platform-api-key/entities/index.d.ts +2 -0
  59. package/dist/src/domain/model/{paylink-tx/dtos → platform-api-key/entities}/index.js +2 -2
  60. package/dist/src/domain/model/platform-api-key/entities/index.js.map +1 -0
  61. package/dist/src/domain/model/platform-api-key/index.d.ts +2 -0
  62. package/dist/src/domain/model/{paystream-tx/dtos → platform-api-key}/index.js +2 -2
  63. package/dist/src/domain/model/platform-api-key/index.js.map +1 -0
  64. package/dist/src/domain/model/refund/{dtos/createRefund.dto.d.ts → entities/CreateRefund.d.ts} +3 -3
  65. package/dist/src/domain/model/refund/entities/CreateRefund.js +7 -0
  66. package/dist/src/domain/model/refund/entities/CreateRefund.js.map +1 -0
  67. package/dist/src/domain/model/refund/entities/index.d.ts +1 -0
  68. package/dist/src/domain/model/refund/entities/index.js +1 -0
  69. package/dist/src/domain/model/refund/entities/index.js.map +1 -1
  70. package/dist/src/domain/model/refund/index.d.ts +0 -1
  71. package/dist/src/domain/model/refund/index.js +0 -1
  72. package/dist/src/domain/model/refund/index.js.map +1 -1
  73. package/dist/src/domain/model/transaction-meta/{dtos/createTransactionMeta.dto.d.ts → entities/CreateTransactionMeta.d.ts} +3 -1
  74. package/dist/src/domain/model/transaction-meta/entities/CreateTransactionMeta.js +7 -0
  75. package/dist/src/domain/model/transaction-meta/entities/CreateTransactionMeta.js.map +1 -0
  76. package/dist/src/domain/model/transaction-meta/{dtos/updateTransactionMeta.dto.d.ts → entities/UpdateTransactionMeta.d.ts} +1 -1
  77. package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.js +7 -0
  78. package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.js.map +1 -0
  79. package/dist/src/domain/model/transaction-meta/entities/index.d.ts +2 -0
  80. package/dist/src/domain/model/transaction-meta/entities/index.js +2 -0
  81. package/dist/src/domain/model/transaction-meta/entities/index.js.map +1 -1
  82. package/dist/src/domain/model/transaction-meta/index.d.ts +0 -1
  83. package/dist/src/domain/model/transaction-meta/index.js +0 -1
  84. package/dist/src/domain/model/transaction-meta/index.js.map +1 -1
  85. package/dist/src/domain/model/user/constants/UserPlatformDetailsFields.d.ts +7 -0
  86. package/dist/src/domain/model/user/constants/UserPlatformDetailsFields.js +12 -0
  87. package/dist/src/domain/model/user/constants/UserPlatformDetailsFields.js.map +1 -0
  88. package/dist/src/domain/model/user/constants/index.d.ts +1 -0
  89. package/dist/src/domain/model/{refund/dtos → user/constants}/index.js +1 -1
  90. package/dist/src/domain/model/user/constants/index.js.map +1 -0
  91. package/dist/src/domain/model/user/dtos/index.d.ts +1 -0
  92. package/dist/src/domain/model/user/dtos/index.js +1 -0
  93. package/dist/src/domain/model/user/dtos/index.js.map +1 -1
  94. package/dist/src/domain/model/user/dtos/updateUserStatus.dto.d.ts +6 -0
  95. package/dist/src/domain/model/{transaction-meta/dtos/updateTransactionMeta.dto.js → user/dtos/updateUserStatus.dto.js} +13 -13
  96. package/dist/src/domain/model/user/dtos/updateUserStatus.dto.js.map +1 -0
  97. package/dist/src/domain/model/user/index.d.ts +1 -0
  98. package/dist/src/domain/model/user/index.js +1 -0
  99. package/dist/src/domain/model/user/index.js.map +1 -1
  100. package/dist/tsconfig.tsbuildinfo +1 -1
  101. package/package.json +2 -2
  102. package/dist/src/domain/model/company/dtos/createCompany.dto.js +0 -52
  103. package/dist/src/domain/model/company/dtos/createCompany.dto.js.map +0 -1
  104. package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.d.ts +0 -6
  105. package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js +0 -36
  106. package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js.map +0 -1
  107. package/dist/src/domain/model/invoice-tx/dtos/index.d.ts +0 -1
  108. package/dist/src/domain/model/invoice-tx/dtos/index.js.map +0 -1
  109. package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.d.ts +0 -8
  110. package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js +0 -46
  111. package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js.map +0 -1
  112. package/dist/src/domain/model/paylink-tx/dtos/index.d.ts +0 -2
  113. package/dist/src/domain/model/paylink-tx/dtos/index.js.map +0 -1
  114. package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js.map +0 -1
  115. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js +0 -57
  116. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js.map +0 -1
  117. package/dist/src/domain/model/paystream-tx/dtos/index.d.ts +0 -2
  118. package/dist/src/domain/model/paystream-tx/dtos/index.js.map +0 -1
  119. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js +0 -44
  120. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js.map +0 -1
  121. package/dist/src/domain/model/refund/dtos/createRefund.dto.js +0 -46
  122. package/dist/src/domain/model/refund/dtos/createRefund.dto.js.map +0 -1
  123. package/dist/src/domain/model/refund/dtos/index.d.ts +0 -1
  124. package/dist/src/domain/model/refund/dtos/index.js.map +0 -1
  125. package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js +0 -97
  126. package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js.map +0 -1
  127. package/dist/src/domain/model/transaction-meta/dtos/index.d.ts +0 -2
  128. package/dist/src/domain/model/transaction-meta/dtos/index.js +0 -19
  129. package/dist/src/domain/model/transaction-meta/dtos/index.js.map +0 -1
  130. package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js.map +0 -1
@@ -1,2 +1 @@
1
- export * from './createCompany.dto';
2
1
  export * from './updateCompany.dto';
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./createCompany.dto"), exports);
18
17
  __exportStar(require("./updateCompany.dto"), exports);
19
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC"}
@@ -1,4 +1,5 @@
1
- export declare class CreateCompanyDto {
1
+ import { Platform } from '../../../constants';
2
+ export declare class CreateCompany {
2
3
  name?: string;
3
4
  email?: string;
4
5
  logo?: string;
@@ -6,4 +7,5 @@ export declare class CreateCompanyDto {
6
7
  discordUsername?: string;
7
8
  address?: string;
8
9
  phoneNumber?: string;
10
+ platform?: Platform;
9
11
  }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateCompany = void 0;
4
+ class CreateCompany {
5
+ }
6
+ exports.CreateCompany = CreateCompany;
7
+ //# sourceMappingURL=CreateCompany.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateCompany.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/CreateCompany.ts"],"names":[],"mappings":";;;AAEA,MAAa,aAAa;CAgBzB;AAhBD,sCAgBC"}
@@ -1,2 +1,3 @@
1
1
  export * from './Company.entity';
2
2
  export * from './BaseCompany.entity';
3
+ export * from './CreateCompany';
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./Company.entity"), exports);
18
18
  __exportStar(require("./BaseCompany.entity"), exports);
19
+ __exportStar(require("./CreateCompany"), exports);
19
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,uDAAqC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,uDAAqC;AACrC,kDAAgC"}
@@ -76,3 +76,4 @@ export * from './discord-user';
76
76
  export * from './recipient';
77
77
  export * from './allowlist';
78
78
  export * from './platform-details';
79
+ export * from './platform-api-key';
@@ -92,4 +92,5 @@ __exportStar(require("./discord-user"), exports);
92
92
  __exportStar(require("./recipient"), exports);
93
93
  __exportStar(require("./allowlist"), exports);
94
94
  __exportStar(require("./platform-details"), exports);
95
+ __exportStar(require("./platform-api-key"), exports);
95
96
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,0DAAwC;AACxC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,0DAAwC;AACxC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC"}
@@ -0,0 +1,6 @@
1
+ import { CreateTransactionMeta } from '../../transaction-meta';
2
+ export declare class CreateInvoiceTx {
3
+ meta: CreateTransactionMeta;
4
+ invoice: string;
5
+ fee?: string;
6
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateInvoiceTx = void 0;
4
+ class CreateInvoiceTx {
5
+ }
6
+ exports.CreateInvoiceTx = CreateInvoiceTx;
7
+ //# sourceMappingURL=CreateInvoiceTx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateInvoiceTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/CreateInvoiceTx.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;CAM3B;AAND,0CAMC"}
@@ -1,2 +1,3 @@
1
1
  export * from './InvoiceTx';
2
2
  export * from './BaseInvoiceTx';
3
+ export * from './CreateInvoiceTx';
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./InvoiceTx"), exports);
18
18
  __exportStar(require("./BaseInvoiceTx"), exports);
19
+ __exportStar(require("./CreateInvoiceTx"), exports);
19
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,kDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,kDAAgC;AAChC,oDAAkC"}
@@ -1,2 +1 @@
1
- export * from './dtos';
2
1
  export * from './entities';
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./dtos"), exports);
18
17
  __exportStar(require("./entities"), exports);
19
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/invoice-tx/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/invoice-tx/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -0,0 +1,8 @@
1
+ import { CreateTransactionMeta } from '../../transaction-meta';
2
+ export declare class CreatePaylinkTx {
3
+ meta: CreateTransactionMeta;
4
+ paylink: string;
5
+ quantity: number;
6
+ fee?: string;
7
+ discountCodes?: string[];
8
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreatePaylinkTx = void 0;
4
+ class CreatePaylinkTx {
5
+ }
6
+ exports.CreatePaylinkTx = CreatePaylinkTx;
7
+ //# sourceMappingURL=CreatePaylinkTx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePaylinkTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/CreatePaylinkTx.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;CAU3B;AAVD,0CAUC"}
@@ -1,4 +1,4 @@
1
- export declare class UpdatePaylinkTxDto {
1
+ export declare class UpdatePaylinkTx {
2
2
  quantity?: number;
3
3
  refund?: string[];
4
4
  }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePaylinkTx = void 0;
4
+ class UpdatePaylinkTx {
5
+ }
6
+ exports.UpdatePaylinkTx = UpdatePaylinkTx;
7
+ //# sourceMappingURL=UpdatePaylinkTx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdatePaylinkTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/UpdatePaylinkTx.ts"],"names":[],"mappings":";;;AAAA,MAAa,eAAe;CAI3B;AAJD,0CAIC"}
@@ -3,3 +3,5 @@ export * from './BasePaylinkTx';
3
3
  export * from './ShallowEnrichedPaylinkTx';
4
4
  export * from './PaylinkTxWithShallowEnrichedPaylink';
5
5
  export * from './PaylinkTxWithMeta';
6
+ export * from './CreatePaylinkTx';
7
+ export * from './UpdatePaylinkTx';
@@ -19,4 +19,6 @@ __exportStar(require("./BasePaylinkTx"), exports);
19
19
  __exportStar(require("./ShallowEnrichedPaylinkTx"), exports);
20
20
  __exportStar(require("./PaylinkTxWithShallowEnrichedPaylink"), exports);
21
21
  __exportStar(require("./PaylinkTxWithMeta"), exports);
22
+ __exportStar(require("./CreatePaylinkTx"), exports);
23
+ __exportStar(require("./UpdatePaylinkTx"), exports);
22
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,kDAAgC;AAChC,6DAA2C;AAC3C,wEAAsD;AACtD,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,kDAAgC;AAChC,6DAA2C;AAC3C,wEAAsD;AACtD,sDAAoC;AACpC,oDAAkC;AAClC,oDAAkC"}
@@ -1,2 +1 @@
1
- export * from './dtos';
2
1
  export * from './entities';
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./dtos"), exports);
18
17
  __exportStar(require("./entities"), exports);
19
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/paylink-tx/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/paylink-tx/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -1,7 +1,7 @@
1
1
  import { CreateStreamEventDto } from '../../stream-event';
2
- import { CreateTransactionMetaDto } from '../../transaction-meta';
3
- export declare class CreatePaystreamTxDto {
4
- meta: CreateTransactionMetaDto;
2
+ import { CreateTransactionMeta } from '../../transaction-meta';
3
+ export declare class CreatePaystreamTx {
4
+ meta: CreateTransactionMeta;
5
5
  paystream: string;
6
6
  paymentAccount: string;
7
7
  startedAt: CreateStreamEventDto;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreatePaystreamTx = void 0;
4
+ class CreatePaystreamTx {
5
+ }
6
+ exports.CreatePaystreamTx = CreatePaystreamTx;
7
+ //# sourceMappingURL=CreatePaystreamTx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePaystreamTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/CreatePaystreamTx.ts"],"names":[],"mappings":";;;AAGA,MAAa,iBAAiB;CAc7B;AAdD,8CAcC"}
@@ -1,5 +1,5 @@
1
1
  import { CreateStreamEventDto } from '../../stream-event';
2
- export declare class UpdatePaystreamTxDto {
2
+ export declare class UpdatePaystreamTx {
3
3
  canceledAt?: CreateStreamEventDto;
4
4
  endedAt?: string;
5
5
  withdrawals?: string[];
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePaystreamTx = void 0;
4
+ class UpdatePaystreamTx {
5
+ }
6
+ exports.UpdatePaystreamTx = UpdatePaystreamTx;
7
+ //# sourceMappingURL=UpdatePaystreamTx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdatePaystreamTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/UpdatePaystreamTx.ts"],"names":[],"mappings":";;;AAEA,MAAa,iBAAiB;CAQ7B;AARD,8CAQC"}
@@ -6,3 +6,5 @@ export * from './BasePaystreamTxWithSwapTransaction';
6
6
  export * from './PaystreamTxWithMeta';
7
7
  export * from './PaystreamCheckoutStatusResponse.entity';
8
8
  export * from './CheckoutStatus.entity';
9
+ export * from './CreatePaystreamTx';
10
+ export * from './UpdatePaystreamTx';
@@ -22,4 +22,6 @@ __exportStar(require("./BasePaystreamTxWithSwapTransaction"), exports);
22
22
  __exportStar(require("./PaystreamTxWithMeta"), exports);
23
23
  __exportStar(require("./PaystreamCheckoutStatusResponse.entity"), exports);
24
24
  __exportStar(require("./CheckoutStatus.entity"), exports);
25
+ __exportStar(require("./CreatePaystreamTx"), exports);
26
+ __exportStar(require("./UpdatePaystreamTx"), exports);
25
27
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,oDAAkC;AAClC,2DAAyC;AACzC,mEAAiD;AACjD,uEAAqD;AACrD,wDAAsC;AACtC,2EAAyD;AACzD,0DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,oDAAkC;AAClC,2DAAyC;AACzC,mEAAiD;AACjD,uEAAqD;AACrD,wDAAsC;AACtC,2EAAyD;AACzD,0DAAwC;AACxC,sDAAoC;AACpC,sDAAoC"}
@@ -1,2 +1 @@
1
- export * from './dtos';
2
1
  export * from './entities';
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./dtos"), exports);
18
17
  __exportStar(require("./entities"), exports);
19
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/paystream-tx/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/paystream-tx/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -0,0 +1,4 @@
1
+ import { Platform } from '../../../constants';
2
+ export declare class CreatePlatformAPIKeyDto {
3
+ platform: Platform;
4
+ }
@@ -9,22 +9,15 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.UpdatePaylinkTxDto = void 0;
12
+ exports.CreatePlatformAPIKeyDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- const class_transformer_1 = require("class-transformer");
15
- const refund_1 = require("../../refund");
16
- class UpdatePaylinkTxDto {
14
+ const constants_1 = require("../../../constants");
15
+ class CreatePlatformAPIKeyDto {
17
16
  }
18
17
  __decorate([
19
- (0, class_validator_1.IsNumber)(),
20
- (0, class_validator_1.IsOptional)(),
21
- __metadata("design:type", Number)
22
- ], UpdatePaylinkTxDto.prototype, "quantity", void 0);
23
- __decorate([
24
- (0, class_transformer_1.Type)(() => refund_1.Refund),
25
- (0, class_validator_1.IsOptional)(),
26
- (0, class_validator_1.ValidateNested)({ each: true }),
27
- __metadata("design:type", Array)
28
- ], UpdatePaylinkTxDto.prototype, "refund", void 0);
29
- exports.UpdatePaylinkTxDto = UpdatePaylinkTxDto;
30
- //# sourceMappingURL=updatePaylinkTx.dto.js.map
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ (0, class_validator_1.IsEnum)(constants_1.Platform),
20
+ __metadata("design:type", String)
21
+ ], CreatePlatformAPIKeyDto.prototype, "platform", void 0);
22
+ exports.CreatePlatformAPIKeyDto = CreatePlatformAPIKeyDto;
23
+ //# sourceMappingURL=createPlatformAPIKey.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createPlatformAPIKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/platform-api-key/dtos/createPlatformAPIKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,kDAA8C;AAE9C,MAAa,uBAAuB;CAInC;AAHC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,oBAAQ,CAAC;;yDACE;AAHrB,0DAIC"}
@@ -0,0 +1 @@
1
+ export * from './createPlatformAPIKey.dto';
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./createInvoiceTx.dto"), exports);
17
+ __exportStar(require("./createPlatformAPIKey.dto"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/platform-api-key/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
@@ -0,0 +1,5 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class PlatformAPIKey extends Entity {
3
+ token: string;
4
+ apiKey: string;
5
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PlatformAPIKey = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class PlatformAPIKey extends entity_1.Entity {
6
+ }
7
+ exports.PlatformAPIKey = PlatformAPIKey;
8
+ //# sourceMappingURL=PlatformAPIKey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlatformAPIKey.js","sourceRoot":"","sources":["../../../../../../src/domain/model/platform-api-key/entities/PlatformAPIKey.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAGzC;AAHD,wCAGC"}
@@ -0,0 +1,3 @@
1
+ export declare enum PlatformAccess {
2
+ ADMIN = "ADMIN"
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PlatformAccess = void 0;
4
+ var PlatformAccess;
5
+ (function (PlatformAccess) {
6
+ PlatformAccess["ADMIN"] = "ADMIN";
7
+ })(PlatformAccess = exports.PlatformAccess || (exports.PlatformAccess = {}));
8
+ //# sourceMappingURL=PlatformAccess.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlatformAccess.js","sourceRoot":"","sources":["../../../../../../src/domain/model/platform-api-key/entities/PlatformAccess.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAEX;AAFD,WAAY,cAAc;IACxB,iCAAe,CAAA;AACjB,CAAC,EAFW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAEzB"}
@@ -0,0 +1,2 @@
1
+ export * from './PlatformAccess';
2
+ export * from './PlatformAPIKey';
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./createPaylinkTx.dto"), exports);
18
- __exportStar(require("./updatePaylinkTx.dto"), exports);
17
+ __exportStar(require("./PlatformAccess"), exports);
18
+ __exportStar(require("./PlatformAPIKey"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/platform-api-key/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,mDAAiC"}
@@ -0,0 +1,2 @@
1
+ export * from './dtos';
2
+ export * from './entities';
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./createPaystreamTx.dto"), exports);
18
- __exportStar(require("./updatePaystreamTx.dto"), exports);
17
+ __exportStar(require("./dtos"), exports);
18
+ __exportStar(require("./entities"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/platform-api-key/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
@@ -1,7 +1,7 @@
1
- import { CreateTransactionMetaDto } from '../../transaction-meta';
1
+ import { CreateTransactionMeta } from '../../transaction-meta';
2
2
  import { PaymentSchemaType, PaymentTxSchemaType } from '../../../constants';
3
- export declare class CreateRefundDto {
4
- meta: CreateTransactionMetaDto;
3
+ export declare class CreateRefund {
4
+ meta: CreateTransactionMeta;
5
5
  paymentRequest: string;
6
6
  paymentRequestType: PaymentSchemaType;
7
7
  paymentRequestTx: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateRefund = void 0;
4
+ class CreateRefund {
5
+ }
6
+ exports.CreateRefund = CreateRefund;
7
+ //# sourceMappingURL=CreateRefund.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateRefund.js","sourceRoot":"","sources":["../../../../../../src/domain/model/refund/entities/CreateRefund.ts"],"names":[],"mappings":";;;AAGA,MAAa,YAAY;CAUxB;AAVD,oCAUC"}
@@ -1,2 +1,3 @@
1
1
  export * from './BaseRefund.entity';
2
2
  export * from './Refund.entity';
3
+ export * from './CreateRefund';
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./BaseRefund.entity"), exports);
18
18
  __exportStar(require("./Refund.entity"), exports);
19
+ __exportStar(require("./CreateRefund"), exports);
19
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/refund/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,kDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/refund/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,kDAAgC;AAChC,iDAA+B"}
@@ -1,2 +1 @@
1
- export * from './dtos';
2
1
  export * from './entities';
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./dtos"), exports);
18
17
  __exportStar(require("./entities"), exports);
19
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/refund/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/refund/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -3,7 +3,8 @@ import { ProductDetailsDto } from '../../product-details';
3
3
  import { SplitAccountDto } from '../../split-account';
4
4
  import { FeeFeature } from '../../fee';
5
5
  import { TransactionStatus, TransactionType } from '../constants';
6
- export declare class CreateTransactionMetaDto {
6
+ import { Platform } from '../../../constants';
7
+ export declare class CreateTransactionMeta {
7
8
  transactionSignature: string;
8
9
  amount: string;
9
10
  currency: string;
@@ -18,4 +19,5 @@ export declare class CreateTransactionMetaDto {
18
19
  transactionStatus?: TransactionStatus;
19
20
  transactionDataHash?: string;
20
21
  transactionType?: TransactionType;
22
+ platform?: Platform;
21
23
  }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateTransactionMeta = void 0;
4
+ class CreateTransactionMeta {
5
+ }
6
+ exports.CreateTransactionMeta = CreateTransactionMeta;
7
+ //# sourceMappingURL=CreateTransactionMeta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateTransactionMeta.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/CreateTransactionMeta.ts"],"names":[],"mappings":";;;AAOA,MAAa,qBAAqB;CA8BjC;AA9BD,sDA8BC"}
@@ -1,5 +1,5 @@
1
1
  import { TransactionStatus } from '../constants';
2
- export declare class UpdateTransactionMetaDto {
2
+ export declare class UpdateTransactionMeta {
3
3
  transactionSignature?: string;
4
4
  transactionStatus?: TransactionStatus;
5
5
  transactionDataHash?: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateTransactionMeta = void 0;
4
+ class UpdateTransactionMeta {
5
+ }
6
+ exports.UpdateTransactionMeta = UpdateTransactionMeta;
7
+ //# sourceMappingURL=UpdateTransactionMeta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateTransactionMeta.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/UpdateTransactionMeta.ts"],"names":[],"mappings":";;;AAEA,MAAa,qBAAqB;CAMjC;AAND,sDAMC"}
@@ -1,3 +1,5 @@
1
1
  export * from './TransactionMeta';
2
2
  export * from './BaseTransactionMeta.entity';
3
3
  export * from './ShallowEnrichedTransactionMeta';
4
+ export * from './CreateTransactionMeta';
5
+ export * from './UpdateTransactionMeta';
@@ -17,4 +17,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./TransactionMeta"), exports);
18
18
  __exportStar(require("./BaseTransactionMeta.entity"), exports);
19
19
  __exportStar(require("./ShallowEnrichedTransactionMeta"), exports);
20
+ __exportStar(require("./CreateTransactionMeta"), exports);
21
+ __exportStar(require("./UpdateTransactionMeta"), exports);
20
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,+DAA6C;AAC7C,mEAAiD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,+DAA6C;AAC7C,mEAAiD;AACjD,0DAAwC;AACxC,0DAAwC"}
@@ -1,3 +1,2 @@
1
1
  export * from './entities';
2
- export * from './dtos';
3
2
  export * from './constants';
@@ -15,6 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./entities"), exports);
18
- __exportStar(require("./dtos"), exports);
19
18
  __exportStar(require("./constants"), exports);
20
19
  //# sourceMappingURL=index.js.map