@heliofi/common 0.2.105 → 0.2.106

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 (113) hide show
  1. package/dist/src/domain/model/auth/dtos/TwitterRedirectUrl.dto.d.ts +4 -0
  2. package/dist/src/domain/model/auth/dtos/TwitterRedirectUrl.dto.js +23 -0
  3. package/dist/src/domain/model/auth/dtos/TwitterRedirectUrl.dto.js.map +1 -0
  4. package/dist/src/domain/model/auth/dtos/index.d.ts +1 -0
  5. package/dist/src/domain/model/auth/dtos/index.js +1 -0
  6. package/dist/src/domain/model/auth/dtos/index.js.map +1 -1
  7. package/dist/src/domain/model/auth/dtos/storeTwitterToken.dto.d.ts +2 -0
  8. package/dist/src/domain/model/auth/dtos/storeTwitterToken.dto.js +6 -0
  9. package/dist/src/domain/model/auth/dtos/storeTwitterToken.dto.js.map +1 -1
  10. package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.d.ts +4 -0
  11. package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.js +32 -0
  12. package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.js.map +1 -0
  13. package/dist/src/domain/model/blockchain/constants/index.d.ts +1 -1
  14. package/dist/src/domain/model/blockchain/constants/index.js +1 -1
  15. package/dist/src/domain/model/blockchain/constants/index.js.map +1 -1
  16. package/dist/src/domain/model/company-stats/entities/companyChart.entity.d.ts +3 -3
  17. package/dist/src/domain/model/company-stats/entities/companyChart.entity.js +3 -3
  18. package/dist/src/domain/model/company-stats/entities/companyChart.entity.js.map +1 -1
  19. package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.d.ts +1 -1
  20. package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.js +3 -3
  21. package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.js.map +1 -1
  22. package/dist/src/domain/model/company-stats/entities/{companyDayStat.entity.d.ts → companyChartStats.entity.d.ts} +1 -1
  23. package/dist/src/domain/model/company-stats/entities/companyChartStats.entity.js +8 -0
  24. package/dist/src/domain/model/company-stats/entities/companyChartStats.entity.js.map +1 -0
  25. package/dist/src/domain/model/company-stats/entities/companyLifetimeStats.entity.d.ts +2 -2
  26. package/dist/src/domain/model/company-stats/entities/companyLifetimeStats.entity.js +3 -3
  27. package/dist/src/domain/model/company-stats/entities/companyLifetimeStats.entity.js.map +1 -1
  28. package/dist/src/domain/model/company-stats/entities/companyPeriodData.entity.d.ts +1 -1
  29. package/dist/src/domain/model/company-stats/entities/companyPeriodData.entity.js +3 -3
  30. package/dist/src/domain/model/company-stats/entities/companyPeriodData.entity.js.map +1 -1
  31. package/dist/src/domain/model/company-stats/entities/index.d.ts +1 -2
  32. package/dist/src/domain/model/company-stats/entities/index.js +1 -2
  33. package/dist/src/domain/model/company-stats/entities/index.js.map +1 -1
  34. package/dist/src/domain/model/decent-swap/entities/DecentChainId.d.ts +13 -0
  35. package/dist/src/domain/model/decent-swap/entities/DecentChainId.js +18 -0
  36. package/dist/src/domain/model/decent-swap/entities/DecentChainId.js.map +1 -0
  37. package/dist/src/domain/model/decent-swap/entities/GetPathOptions.d.ts +3 -3
  38. package/dist/src/domain/model/decent-swap/entities/GetRoutesOptions.d.ts +3 -3
  39. package/dist/src/domain/model/decent-swap/entities/index.d.ts +1 -0
  40. package/dist/src/domain/model/decent-swap/entities/index.js +1 -0
  41. package/dist/src/domain/model/decent-swap/entities/index.js.map +1 -1
  42. package/dist/src/domain/model/deposit/dtos/createDeposit.dto.d.ts +6 -0
  43. package/dist/src/domain/model/deposit/dtos/createDeposit.dto.js +39 -0
  44. package/dist/src/domain/model/deposit/dtos/createDeposit.dto.js.map +1 -0
  45. package/dist/src/domain/model/deposit/dtos/createDepositCustomer.dto.d.ts +4 -0
  46. package/dist/src/domain/model/{submit-transaction/dtos/submitPayment.dto.js → deposit/dtos/createDepositCustomer.dto.js} +9 -8
  47. package/dist/src/domain/model/deposit/dtos/createDepositCustomer.dto.js.map +1 -0
  48. package/dist/src/domain/model/deposit/dtos/index.d.ts +2 -0
  49. package/dist/src/domain/model/deposit/dtos/index.js +19 -0
  50. package/dist/src/domain/model/deposit/dtos/index.js.map +1 -0
  51. package/dist/src/domain/model/deposit/entities/Deposit.entity.d.ts +8 -0
  52. package/dist/src/domain/model/deposit/entities/Deposit.entity.js +8 -0
  53. package/dist/src/domain/model/deposit/entities/Deposit.entity.js.map +1 -0
  54. package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.d.ts +7 -0
  55. package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.js +8 -0
  56. package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.js.map +1 -0
  57. package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.d.ts +8 -0
  58. package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.js +8 -0
  59. package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.js.map +1 -0
  60. package/dist/src/domain/model/deposit/entities/DepositEnriched.entity.d.ts +5 -0
  61. package/dist/src/domain/model/deposit/entities/DepositEnriched.entity.js +8 -0
  62. package/dist/src/domain/model/deposit/entities/DepositEnriched.entity.js.map +1 -0
  63. package/dist/src/domain/model/deposit/entities/DepositWallet.entity.d.ts +6 -0
  64. package/dist/src/domain/model/deposit/entities/DepositWallet.entity.js +8 -0
  65. package/dist/src/domain/model/deposit/entities/DepositWallet.entity.js.map +1 -0
  66. package/dist/src/domain/model/deposit/entities/DepositWalletEnriched.entity.d.ts +7 -0
  67. package/dist/src/domain/model/deposit/entities/DepositWalletEnriched.entity.js +8 -0
  68. package/dist/src/domain/model/deposit/entities/DepositWalletEnriched.entity.js.map +1 -0
  69. package/dist/src/domain/model/deposit/entities/index.d.ts +6 -0
  70. package/dist/src/domain/model/deposit/entities/index.js +23 -0
  71. package/dist/src/domain/model/deposit/entities/index.js.map +1 -0
  72. package/dist/src/domain/model/deposit/index.d.ts +2 -0
  73. package/dist/src/domain/model/deposit/index.js +19 -0
  74. package/dist/src/domain/model/deposit/index.js.map +1 -0
  75. package/dist/src/domain/model/index.d.ts +2 -0
  76. package/dist/src/domain/model/index.js +2 -0
  77. package/dist/src/domain/model/index.js.map +1 -1
  78. package/dist/src/domain/model/transaction-meta/constants/TransactionType.d.ts +2 -1
  79. package/dist/src/domain/model/transaction-meta/constants/TransactionType.js +1 -0
  80. package/dist/src/domain/model/transaction-meta/constants/TransactionType.js.map +1 -1
  81. package/dist/src/domain/model/twitter/index.d.ts +4 -0
  82. package/dist/src/domain/model/twitter/index.js +9 -0
  83. package/dist/src/domain/model/twitter/index.js.map +1 -0
  84. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.d.ts +7 -0
  85. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js +7 -0
  86. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js.map +1 -1
  87. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEvent.entity.d.ts +3 -0
  88. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEvent.entity.js +8 -0
  89. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEvent.entity.js.map +1 -0
  90. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEventStatus.entity.d.ts +5 -0
  91. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEventStatus.entity.js +10 -0
  92. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEventStatus.entity.js.map +1 -0
  93. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/index.d.ts +2 -0
  94. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/index.js +19 -0
  95. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/index.js.map +1 -0
  96. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/index.d.ts +1 -0
  97. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/index.js +18 -0
  98. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/index.js.map +1 -0
  99. package/dist/src/domain/model/webhook/index.d.ts +1 -0
  100. package/dist/src/domain/model/webhook/index.js +1 -0
  101. package/dist/src/domain/model/webhook/index.js.map +1 -1
  102. package/dist/tsconfig.tsbuildinfo +1 -1
  103. package/package.json +2 -2
  104. package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.d.ts +0 -5
  105. package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.js +0 -8
  106. package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.js.map +0 -1
  107. package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.js +0 -8
  108. package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.js.map +0 -1
  109. package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.d.ts +0 -13
  110. package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js +0 -69
  111. package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js.map +0 -1
  112. package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.d.ts +0 -4
  113. package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.js.map +0 -1
@@ -0,0 +1,4 @@
1
+ import { TwitterVerificationDestination } from '../../twitter/index';
2
+ export declare class TwitterRedirectUrlDto {
3
+ destination?: TwitterVerificationDestination;
4
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.TwitterRedirectUrlDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const index_1 = require("../../twitter/index");
15
+ class TwitterRedirectUrlDto {
16
+ }
17
+ __decorate([
18
+ (0, class_validator_1.IsOptional)(),
19
+ (0, class_validator_1.IsEnum)(index_1.TwitterVerificationDestination),
20
+ __metadata("design:type", String)
21
+ ], TwitterRedirectUrlDto.prototype, "destination", void 0);
22
+ exports.TwitterRedirectUrlDto = TwitterRedirectUrlDto;
23
+ //# sourceMappingURL=TwitterRedirectUrl.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TwitterRedirectUrl.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/TwitterRedirectUrl.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,+CAAqE;AAErE,MAAa,qBAAqB;CAIjC;AAHC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,sCAA8B,CAAC;;0DACM;AAH/C,sDAIC"}
@@ -12,3 +12,4 @@ export * from './external/externalAuthSignIn.dto';
12
12
  export * from './external/externalAuthSignUp.dto';
13
13
  export * from './external/externalAuthErrorType.enum';
14
14
  export * from './authTokenSwapPayload.dto';
15
+ export * from './TwitterRedirectUrl.dto';
@@ -28,4 +28,5 @@ __exportStar(require("./external/externalAuthSignIn.dto"), exports);
28
28
  __exportStar(require("./external/externalAuthSignUp.dto"), exports);
29
29
  __exportStar(require("./external/externalAuthErrorType.enum"), exports);
30
30
  __exportStar(require("./authTokenSwapPayload.dto"), exports);
31
+ __exportStar(require("./TwitterRedirectUrl.dto"), exports);
31
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,+CAA6B;AAC7B,0DAAwC;AACxC,oDAAkC;AAClC,uDAAqC;AACrC,0DAAwC;AACxC,mDAAiC;AACjC,oEAAkD;AAClD,sDAAoC;AACpC,sDAAoC;AACpC,oEAAkD;AAClD,oEAAkD;AAClD,wEAAsD;AACtD,6DAA2C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,+CAA6B;AAC7B,0DAAwC;AACxC,oDAAkC;AAClC,uDAAqC;AACrC,0DAAwC;AACxC,mDAAiC;AACjC,oEAAkD;AAClD,sDAAoC;AACpC,sDAAoC;AACpC,oEAAkD;AAClD,oEAAkD;AAClD,wEAAsD;AACtD,6DAA2C;AAC3C,2DAAyC"}
@@ -1,4 +1,6 @@
1
+ import { TwitterVerificationDestination } from '../../twitter/index';
1
2
  export declare class StoreTwitterTokenDto {
2
3
  state: string;
3
4
  code: string;
5
+ destination?: TwitterVerificationDestination;
4
6
  }
@@ -11,6 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.StoreTwitterTokenDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
+ const index_1 = require("../../twitter/index");
14
15
  class StoreTwitterTokenDto {
15
16
  }
16
17
  __decorate([
@@ -23,5 +24,10 @@ __decorate([
23
24
  (0, class_validator_1.IsNotEmpty)(),
24
25
  __metadata("design:type", String)
25
26
  ], StoreTwitterTokenDto.prototype, "code", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsEnum)(index_1.TwitterVerificationDestination),
29
+ (0, class_validator_1.IsOptional)(),
30
+ __metadata("design:type", String)
31
+ ], StoreTwitterTokenDto.prototype, "destination", void 0);
26
32
  exports.StoreTwitterTokenDto = StoreTwitterTokenDto;
27
33
  //# sourceMappingURL=storeTwitterToken.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"storeTwitterToken.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/storeTwitterToken.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,oBAAoB;CAQhC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACA;AAPf,oDAQC"}
1
+ {"version":3,"file":"storeTwitterToken.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/dtos/storeTwitterToken.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,+CAAqE;AAErE,MAAa,oBAAoB;CAYhC;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACA;AAEb;IAAC,IAAA,wBAAM,EAAC,sCAA8B,CAAC;IACtC,IAAA,4BAAU,GAAE;;yDACgC;AAX/C,oDAYC"}
@@ -0,0 +1,4 @@
1
+ import { BlockchainSymbol } from './BlockchainSymbol';
2
+ import { Cluster } from './Cluster';
3
+ import { DecentChainId } from '../../decent-swap/entities/DecentChainId';
4
+ export declare const BlockchainSymbolToDecentChainId: Record<BlockchainSymbol, Record<Cluster, DecentChainId | undefined> | undefined>;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BlockchainSymbolToDecentChainId = void 0;
4
+ const DecentChainId_1 = require("../../decent-swap/entities/DecentChainId");
5
+ exports.BlockchainSymbolToDecentChainId = {
6
+ ETH: {
7
+ MAIN_NET: DecentChainId_1.DecentChainId.ETHEREUM_MAINNET,
8
+ TEST_NET: DecentChainId_1.DecentChainId.ETHEREUM_SEPOLIA,
9
+ DEV_NET: DecentChainId_1.DecentChainId.ETHEREUM_SEPOLIA,
10
+ },
11
+ POLYGON: {
12
+ MAIN_NET: DecentChainId_1.DecentChainId.POLYGON_MAINNET,
13
+ TEST_NET: DecentChainId_1.DecentChainId.POLYGON_AMOY,
14
+ DEV_NET: DecentChainId_1.DecentChainId.POLYGON_AMOY,
15
+ },
16
+ BASE: {
17
+ MAIN_NET: DecentChainId_1.DecentChainId.BASE_MAINNET,
18
+ TEST_NET: DecentChainId_1.DecentChainId.BASE_SEPOLIA,
19
+ DEV_NET: DecentChainId_1.DecentChainId.BASE_SEPOLIA,
20
+ },
21
+ SOL: {
22
+ MAIN_NET: DecentChainId_1.DecentChainId.SOLANA_MAINNET,
23
+ TEST_NET: DecentChainId_1.DecentChainId.SOLANA_DEVNET,
24
+ DEV_NET: DecentChainId_1.DecentChainId.SOLANA_DEVNET,
25
+ },
26
+ BITCOIN: {
27
+ MAIN_NET: DecentChainId_1.DecentChainId.BITCOIN_MAINNET,
28
+ TEST_NET: undefined,
29
+ DEV_NET: undefined,
30
+ },
31
+ };
32
+ //# sourceMappingURL=BlockchainSymbolToDecentChainId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlockchainSymbolToDecentChainId.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainSymbolToDecentChainId.ts"],"names":[],"mappings":";;;AAEA,4EAAyE;AAE5D,QAAA,+BAA+B,GAGxC;IACF,GAAG,EAAE;QACH,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,QAAQ,EAAE,6BAAa,CAAC,gBAAgB;QACxC,OAAO,EAAE,6BAAa,CAAC,gBAAgB;KACxC;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,6BAAa,CAAC,eAAe;QACvC,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,OAAO,EAAE,6BAAa,CAAC,YAAY;KACpC;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,QAAQ,EAAE,6BAAa,CAAC,YAAY;QACpC,OAAO,EAAE,6BAAa,CAAC,YAAY;KACpC;IACD,GAAG,EAAE;QACH,QAAQ,EAAE,6BAAa,CAAC,cAAc;QACtC,QAAQ,EAAE,6BAAa,CAAC,aAAa;QACrC,OAAO,EAAE,6BAAa,CAAC,aAAa;KACrC;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,6BAAa,CAAC,eAAe;QACvC,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,SAAS;KACnB;CACF,CAAC"}
@@ -2,5 +2,5 @@ export * from './Cluster';
2
2
  export * from './BlockchainSymbol';
3
3
  export * from './BlockchainEngineToBlockchain';
4
4
  export * from './BlockchainToBlockchainEngine';
5
- export * from './blockchainSymbolToEvmChainId';
5
+ export * from './BlockchainSymbolToDecentChainId';
6
6
  export * from './ConfirmTimeoutSec';
@@ -18,6 +18,6 @@ __exportStar(require("./Cluster"), exports);
18
18
  __exportStar(require("./BlockchainSymbol"), exports);
19
19
  __exportStar(require("./BlockchainEngineToBlockchain"), exports);
20
20
  __exportStar(require("./BlockchainToBlockchainEngine"), exports);
21
- __exportStar(require("./blockchainSymbolToEvmChainId"), exports);
21
+ __exportStar(require("./BlockchainSymbolToDecentChainId"), exports);
22
22
  __exportStar(require("./ConfirmTimeoutSec"), exports);
23
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,qDAAmC;AACnC,iEAA+C;AAC/C,iEAA+C;AAC/C,iEAA+C;AAC/C,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,qDAAmC;AACnC,iEAA+C;AAC/C,iEAA+C;AAC/C,oEAAkD;AAClD,sDAAoC"}
@@ -1,5 +1,5 @@
1
1
  import { Entity } from '../../entity';
2
- import { CompanyChartStatEntity } from './companyChartStat.entity';
3
- export declare class CompanyChartEntity extends Entity {
4
- stats: CompanyChartStatEntity[];
2
+ import { CompanyChartStat } from './companyChartStat.entity';
3
+ export declare class CompanyChart extends Entity {
4
+ stats: CompanyChartStat[];
5
5
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompanyChartEntity = void 0;
3
+ exports.CompanyChart = void 0;
4
4
  const entity_1 = require("../../entity");
5
- class CompanyChartEntity extends entity_1.Entity {
5
+ class CompanyChart extends entity_1.Entity {
6
6
  }
7
- exports.CompanyChartEntity = CompanyChartEntity;
7
+ exports.CompanyChart = CompanyChart;
8
8
  //# sourceMappingURL=companyChart.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"companyChart.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyChart.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,kBAAmB,SAAQ,eAAM;CAE7C;AAFD,gDAEC"}
1
+ {"version":3,"file":"companyChart.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyChart.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,YAAa,SAAQ,eAAM;CAEvC;AAFD,oCAEC"}
@@ -1,5 +1,5 @@
1
1
  import { Entity } from '../../entity';
2
- export declare class CompanyChartStatEntity extends Entity {
2
+ export declare class CompanyChartStat extends Entity {
3
3
  day: string;
4
4
  volume: number;
5
5
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompanyChartStatEntity = void 0;
3
+ exports.CompanyChartStat = void 0;
4
4
  const entity_1 = require("../../entity");
5
- class CompanyChartStatEntity extends entity_1.Entity {
5
+ class CompanyChartStat extends entity_1.Entity {
6
6
  }
7
- exports.CompanyChartStatEntity = CompanyChartStatEntity;
7
+ exports.CompanyChartStat = CompanyChartStat;
8
8
  //# sourceMappingURL=companyChartStat.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"companyChartStat.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyChartStat.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,sBAAuB,SAAQ,eAAM;CAIjD;AAJD,wDAIC"}
1
+ {"version":3,"file":"companyChartStat.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyChartStat.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,gBAAiB,SAAQ,eAAM;CAI3C;AAJD,4CAIC"}
@@ -1,5 +1,5 @@
1
1
  import { Entity } from '../../entity';
2
- export declare class CompanyDayStatEntity extends Entity {
2
+ export declare class CompanyChartStats extends Entity {
3
3
  day: string;
4
4
  volume: number;
5
5
  }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CompanyChartStats = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class CompanyChartStats extends entity_1.Entity {
6
+ }
7
+ exports.CompanyChartStats = CompanyChartStats;
8
+ //# sourceMappingURL=companyChartStats.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"companyChartStats.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyChartStats.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,iBAAkB,SAAQ,eAAM;CAI5C;AAJD,8CAIC"}
@@ -1,5 +1,5 @@
1
1
  import { Entity } from '../../entity';
2
- export declare class CompanyLifetimeStatsEntity extends Entity {
2
+ export declare class CompanyLifetimeStats extends Entity {
3
3
  totalTransactionCount: number;
4
- totalUsdcAmount: number;
4
+ totalUSDAmount: number;
5
5
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompanyLifetimeStatsEntity = void 0;
3
+ exports.CompanyLifetimeStats = void 0;
4
4
  const entity_1 = require("../../entity");
5
- class CompanyLifetimeStatsEntity extends entity_1.Entity {
5
+ class CompanyLifetimeStats extends entity_1.Entity {
6
6
  }
7
- exports.CompanyLifetimeStatsEntity = CompanyLifetimeStatsEntity;
7
+ exports.CompanyLifetimeStats = CompanyLifetimeStats;
8
8
  //# sourceMappingURL=companyLifetimeStats.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"companyLifetimeStats.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyLifetimeStats.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,0BAA2B,SAAQ,eAAM;CAIrD;AAJD,gEAIC"}
1
+ {"version":3,"file":"companyLifetimeStats.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyLifetimeStats.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,oBAAqB,SAAQ,eAAM;CAI/C;AAJD,oDAIC"}
@@ -1,5 +1,5 @@
1
1
  import { Entity } from '../../entity';
2
- export declare class CompanyPeriodDataEntity extends Entity {
2
+ export declare class CompanyPeriodData extends Entity {
3
3
  customersCount: number;
4
4
  usdcAmount: number;
5
5
  percentChange: number;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompanyPeriodDataEntity = void 0;
3
+ exports.CompanyPeriodData = void 0;
4
4
  const entity_1 = require("../../entity");
5
- class CompanyPeriodDataEntity extends entity_1.Entity {
5
+ class CompanyPeriodData extends entity_1.Entity {
6
6
  }
7
- exports.CompanyPeriodDataEntity = CompanyPeriodDataEntity;
7
+ exports.CompanyPeriodData = CompanyPeriodData;
8
8
  //# sourceMappingURL=companyPeriodData.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"companyPeriodData.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyPeriodData.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,uBAAwB,SAAQ,eAAM;CAMlD;AAND,0DAMC"}
1
+ {"version":3,"file":"companyPeriodData.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyPeriodData.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,iBAAkB,SAAQ,eAAM;CAM5C;AAND,8CAMC"}
@@ -1,4 +1,3 @@
1
1
  export * from './companyLifetimeStats.entity';
2
- export * from './companyChart.entity';
3
- export * from './companyChartStat.entity';
2
+ export * from './companyChartStats.entity';
4
3
  export * from './companyPeriodData.entity';
@@ -15,7 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./companyLifetimeStats.entity"), exports);
18
- __exportStar(require("./companyChart.entity"), exports);
19
- __exportStar(require("./companyChartStat.entity"), exports);
18
+ __exportStar(require("./companyChartStats.entity"), exports);
20
19
  __exportStar(require("./companyPeriodData.entity"), exports);
21
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,wDAAsC;AACtC,4DAA0C;AAC1C,6DAA2C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,6DAA2C;AAC3C,6DAA2C"}
@@ -0,0 +1,13 @@
1
+ export declare enum DecentChainId {
2
+ ETHEREUM_MAINNET = 1,
3
+ ETHEREUM_GOERLI = 5,
4
+ ETHEREUM_SEPOLIA = 11155111,
5
+ POLYGON_MAINNET = 137,
6
+ POLYGON_MUMBAI = 80001,
7
+ BASE_MAINNET = 8453,
8
+ BASE_SEPOLIA = 84532,
9
+ POLYGON_AMOY = 80002,
10
+ SOLANA_MAINNET = 1399811149,
11
+ SOLANA_DEVNET = 69420,
12
+ BITCOIN_MAINNET = 999000313
13
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DecentChainId = void 0;
4
+ var DecentChainId;
5
+ (function (DecentChainId) {
6
+ DecentChainId[DecentChainId["ETHEREUM_MAINNET"] = 1] = "ETHEREUM_MAINNET";
7
+ DecentChainId[DecentChainId["ETHEREUM_GOERLI"] = 5] = "ETHEREUM_GOERLI";
8
+ DecentChainId[DecentChainId["ETHEREUM_SEPOLIA"] = 11155111] = "ETHEREUM_SEPOLIA";
9
+ DecentChainId[DecentChainId["POLYGON_MAINNET"] = 137] = "POLYGON_MAINNET";
10
+ DecentChainId[DecentChainId["POLYGON_MUMBAI"] = 80001] = "POLYGON_MUMBAI";
11
+ DecentChainId[DecentChainId["BASE_MAINNET"] = 8453] = "BASE_MAINNET";
12
+ DecentChainId[DecentChainId["BASE_SEPOLIA"] = 84532] = "BASE_SEPOLIA";
13
+ DecentChainId[DecentChainId["POLYGON_AMOY"] = 80002] = "POLYGON_AMOY";
14
+ DecentChainId[DecentChainId["SOLANA_MAINNET"] = 1399811149] = "SOLANA_MAINNET";
15
+ DecentChainId[DecentChainId["SOLANA_DEVNET"] = 69420] = "SOLANA_DEVNET";
16
+ DecentChainId[DecentChainId["BITCOIN_MAINNET"] = 999000313] = "BITCOIN_MAINNET";
17
+ })(DecentChainId = exports.DecentChainId || (exports.DecentChainId = {}));
18
+ //# sourceMappingURL=DecentChainId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecentChainId.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/DecentChainId.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAYX;AAZD,WAAY,aAAa;IACvB,yEAAoB,CAAA;IACpB,uEAAmB,CAAA;IACnB,gFAA2B,CAAA;IAC3B,yEAAqB,CAAA;IACrB,yEAAsB,CAAA;IACtB,oEAAmB,CAAA;IACnB,qEAAoB,CAAA;IACpB,qEAAoB,CAAA;IACpB,8EAA2B,CAAA;IAC3B,uEAAqB,CAAA;IACrB,+EAA2B,CAAA;AAC7B,CAAC,EAZW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAYxB"}
@@ -1,7 +1,7 @@
1
- import { ChainId } from '@heliofi/evm-adapter';
1
+ import { DecentChainId } from './DecentChainId';
2
2
  export interface GetPathsOptions {
3
- srcChainId: ChainId;
3
+ srcChainId: DecentChainId;
4
4
  srcToken: string;
5
- dstChainId: ChainId;
5
+ dstChainId: DecentChainId;
6
6
  dstToken: string;
7
7
  }
@@ -1,10 +1,10 @@
1
- import { ChainId } from '@heliofi/evm-adapter';
2
1
  import { DecentSwapOptions } from './SwapOptions';
2
+ import { DecentChainId } from './DecentChainId';
3
3
  export interface GetRoutesOptions {
4
4
  sender: string;
5
- srcChainId: ChainId;
5
+ srcChainId: DecentChainId;
6
6
  srcToken: string;
7
- dstChainId: ChainId;
7
+ dstChainId: DecentChainId;
8
8
  dstToken: string;
9
9
  slippage?: number;
10
10
  swapDirection?: DecentSwapOptions;
@@ -4,3 +4,4 @@ export * from './DecentTransactionStatus';
4
4
  export * from './GetPathOptions';
5
5
  export * from './GetRoutesOptions';
6
6
  export * from './SwapOptions';
7
+ export * from './DecentChainId';
@@ -20,4 +20,5 @@ __exportStar(require("./DecentTransactionStatus"), exports);
20
20
  __exportStar(require("./GetPathOptions"), exports);
21
21
  __exportStar(require("./GetRoutesOptions"), exports);
22
22
  __exportStar(require("./SwapOptions"), exports);
23
+ __exportStar(require("./DecentChainId"), exports);
23
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,oDAAkC;AAClC,4DAA0C;AAC1C,mDAAiC;AACjC,qDAAmC;AACnC,gDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,oDAAkC;AAClC,4DAA0C;AAC1C,mDAAiC;AACjC,qDAAmC;AACnC,gDAA8B;AAC9B,kDAAgC"}
@@ -0,0 +1,6 @@
1
+ import { RecipientDto } from '../../recipient';
2
+ export declare class CreateDepositDto {
3
+ name: string;
4
+ description?: string;
5
+ recipients: RecipientDto[];
6
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CreateDepositDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const recipient_1 = require("../../recipient");
16
+ class CreateDepositDto {
17
+ }
18
+ __decorate([
19
+ (0, class_validator_1.IsString)(),
20
+ (0, class_validator_1.IsNotEmpty)(),
21
+ (0, class_validator_1.MaxLength)(200),
22
+ __metadata("design:type", String)
23
+ ], CreateDepositDto.prototype, "name", void 0);
24
+ __decorate([
25
+ (0, class_validator_1.IsString)(),
26
+ (0, class_validator_1.IsOptional)(),
27
+ (0, class_validator_1.MaxLength)(200),
28
+ __metadata("design:type", String)
29
+ ], CreateDepositDto.prototype, "description", void 0);
30
+ __decorate([
31
+ (0, class_validator_1.IsArray)(),
32
+ (0, class_transformer_1.Type)(() => recipient_1.RecipientDto),
33
+ (0, class_validator_1.ArrayMinSize)(1),
34
+ (0, class_validator_1.ArrayMaxSize)(1),
35
+ (0, class_validator_1.ValidateNested)({ each: true }),
36
+ __metadata("design:type", Array)
37
+ ], CreateDepositDto.prototype, "recipients", void 0);
38
+ exports.CreateDepositDto = CreateDepositDto;
39
+ //# sourceMappingURL=createDeposit.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createDeposit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/createDeposit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDASyB;AACzB,yDAAyC;AACzC,+CAA+C;AAE/C,MAAa,gBAAgB;CAiB5B;AAhBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;8CACF;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;qDACM;AAErB;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAY,CAAC;IACxB,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;oDACJ;AAhB7B,4CAiBC"}
@@ -0,0 +1,4 @@
1
+ export declare class CreateDepositCustomerDto {
2
+ customerId: string;
3
+ depositId: string;
4
+ }
@@ -9,19 +9,20 @@ 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.SubmitPaymentDto = void 0;
12
+ exports.CreateDepositCustomerDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class SubmitPaymentDto {
14
+ class CreateDepositCustomerDto {
15
15
  }
16
16
  __decorate([
17
17
  (0, class_validator_1.IsString)(),
18
18
  (0, class_validator_1.IsNotEmpty)(),
19
+ (0, class_validator_1.MaxLength)(100),
19
20
  __metadata("design:type", String)
20
- ], SubmitPaymentDto.prototype, "signedTransaction", void 0);
21
+ ], CreateDepositCustomerDto.prototype, "customerId", void 0);
21
22
  __decorate([
22
- (0, class_validator_1.IsString)(),
23
- (0, class_validator_1.IsOptional)(),
23
+ (0, class_validator_1.IsMongoId)(),
24
+ (0, class_validator_1.IsNotEmpty)(),
24
25
  __metadata("design:type", String)
25
- ], SubmitPaymentDto.prototype, "transactionToken", void 0);
26
- exports.SubmitPaymentDto = SubmitPaymentDto;
27
- //# sourceMappingURL=submitPayment.dto.js.map
26
+ ], CreateDepositCustomerDto.prototype, "depositId", void 0);
27
+ exports.CreateDepositCustomerDto = CreateDepositCustomerDto;
28
+ //# sourceMappingURL=createDepositCustomer.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createDepositCustomer.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/createDepositCustomer.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6E;AAE7E,MAAa,wBAAwB;CAYpC;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;4DACI;AAEnB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACK;AARpB,4DAYC"}
@@ -0,0 +1,2 @@
1
+ export * from './createDeposit.dto';
2
+ export * from './createDepositCustomer.dto';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
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);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./createDeposit.dto"), exports);
18
+ __exportStar(require("./createDepositCustomer.dto"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,8DAA4C"}
@@ -0,0 +1,8 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class DepositEntity extends Entity {
3
+ id: string;
4
+ creator: string;
5
+ company: string;
6
+ name: string;
7
+ description?: string;
8
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DepositEntity = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class DepositEntity extends entity_1.Entity {
6
+ }
7
+ exports.DepositEntity = DepositEntity;
8
+ //# sourceMappingURL=Deposit.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Deposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/Deposit.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,aAAc,SAAQ,eAAM;CAUxC;AAVD,sCAUC"}
@@ -0,0 +1,7 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class DepositCustomerEntity extends Entity {
3
+ id: string;
4
+ deposit: string;
5
+ customerId: string;
6
+ token: string;
7
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DepositCustomerEntity = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class DepositCustomerEntity extends entity_1.Entity {
6
+ }
7
+ exports.DepositCustomerEntity = DepositCustomerEntity;
8
+ //# sourceMappingURL=DepositCustomer.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DepositCustomer.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomer.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,qBAAsB,SAAQ,eAAM;CAQhD;AARD,sDAQC"}
@@ -0,0 +1,8 @@
1
+ import { Entity } from '../../entity';
2
+ import { DepositWalletEnrichedEntity } from './DepositWalletEnriched.entity';
3
+ export declare class DepositCustomerEnrichedEntity extends Entity {
4
+ id: string;
5
+ depositWallets: DepositWalletEnrichedEntity[];
6
+ customerId: string;
7
+ token: string;
8
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DepositCustomerEnrichedEntity = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class DepositCustomerEnrichedEntity extends entity_1.Entity {
6
+ }
7
+ exports.DepositCustomerEnrichedEntity = DepositCustomerEnrichedEntity;
8
+ //# sourceMappingURL=DepositCustomerEnriched.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DepositCustomerEnriched.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomerEnriched.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAKtC,MAAa,6BAA8B,SAAQ,eAAM;CAQxD;AARD,sEAQC"}
@@ -0,0 +1,5 @@
1
+ import { DepositEntity } from './Deposit.entity';
2
+ import { DepositCustomerEntity } from './DepositCustomer.entity';
3
+ export declare class DepositEnrichedEntity extends DepositEntity {
4
+ depositCustomers: DepositCustomerEntity[];
5
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DepositEnrichedEntity = void 0;
4
+ const Deposit_entity_1 = require("./Deposit.entity");
5
+ class DepositEnrichedEntity extends Deposit_entity_1.DepositEntity {
6
+ }
7
+ exports.DepositEnrichedEntity = DepositEnrichedEntity;
8
+ //# sourceMappingURL=DepositEnriched.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DepositEnriched.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositEnriched.entity.ts"],"names":[],"mappings":";;;AAAA,qDAAiD;AAGjD,MAAa,qBAAsB,SAAQ,8BAAa;CAEvD;AAFD,sDAEC"}