@heliofi/common 0.2.300 → 0.2.302

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 (40) hide show
  1. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.d.ts +2 -0
  2. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.js +2 -0
  3. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.js.map +1 -1
  4. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditActionType.js +1 -0
  5. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditActionType.js.map +1 -1
  6. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditEntityType.d.ts +1 -0
  7. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditEntityType.js +1 -0
  8. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditEntityType.js.map +1 -1
  9. package/dist/src/domain/model/deposit/dtos/index.d.ts +1 -0
  10. package/dist/src/domain/model/deposit/dtos/index.js +1 -0
  11. package/dist/src/domain/model/deposit/dtos/index.js.map +1 -1
  12. package/dist/src/domain/model/deposit/dtos/updateDepositConfigMinimums.dto.d.ts +4 -0
  13. package/dist/src/domain/model/deposit/dtos/updateDepositConfigMinimums.dto.js +27 -0
  14. package/dist/src/domain/model/deposit/dtos/updateDepositConfigMinimums.dto.js.map +1 -0
  15. package/dist/src/domain/model/heliox-claim/entities/ClaimPassList.entity.d.ts +1 -0
  16. package/dist/src/domain/model/heliox-claim/entities/ClaimPassList.entity.js.map +1 -1
  17. package/dist/src/domain/model/wallet-verify/dtos/moonpayVerifyWebhookPayload.dto.d.ts +17 -0
  18. package/dist/src/domain/model/wallet-verify/dtos/moonpayVerifyWebhookPayload.dto.js.map +1 -1
  19. package/dist/src/domain/model/wallet-verify/entities/WalletVerificationSummary.entity.d.ts +13 -0
  20. package/dist/src/domain/model/wallet-verify/entities/WalletVerificationSummary.entity.js +3 -0
  21. package/dist/src/domain/model/wallet-verify/entities/WalletVerificationSummary.entity.js.map +1 -0
  22. package/dist/src/domain/model/wallet-verify/entities/index.d.ts +1 -0
  23. package/dist/src/domain/model/wallet-verify/entities/index.js +1 -0
  24. package/dist/src/domain/model/wallet-verify/entities/index.js.map +1 -1
  25. package/dist/src/domain/model/withdraw/dtos/getWithdrawalConfigsQuery.dto.d.ts +4 -0
  26. package/dist/src/domain/model/withdraw/dtos/getWithdrawalConfigsQuery.dto.js +31 -0
  27. package/dist/src/domain/model/withdraw/dtos/getWithdrawalConfigsQuery.dto.js.map +1 -0
  28. package/dist/src/domain/model/withdraw/dtos/index.d.ts +1 -0
  29. package/dist/src/domain/model/withdraw/dtos/index.js +1 -0
  30. package/dist/src/domain/model/withdraw/dtos/index.js.map +1 -1
  31. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.d.ts +2 -0
  32. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.js.map +1 -1
  33. package/dist/src/domain/model/withdraw/entities/WithdrawalConfigWithStats.entity.d.ts +5 -0
  34. package/dist/src/domain/model/withdraw/entities/WithdrawalConfigWithStats.entity.js +22 -0
  35. package/dist/src/domain/model/withdraw/entities/WithdrawalConfigWithStats.entity.js.map +1 -0
  36. package/dist/src/domain/model/withdraw/entities/index.d.ts +1 -0
  37. package/dist/src/domain/model/withdraw/entities/index.js +1 -0
  38. package/dist/src/domain/model/withdraw/entities/index.js.map +1 -1
  39. package/dist/tsconfig.tsbuildinfo +1 -1
  40. package/package.json +2 -2
@@ -64,6 +64,8 @@ export declare enum ExplorerAuditAction {
64
64
  DEPOSIT_SWEEP_EXECUTE = "DEPOSIT_SWEEP_EXECUTE",
65
65
  DEPOSIT_GLIDE_SESSION_RESYNC = "DEPOSIT_GLIDE_SESSION_RESYNC",
66
66
  DEPOSIT_GLIDE_SESSION_RESTART = "DEPOSIT_GLIDE_SESSION_RESTART",
67
+ DEPOSIT_CONFIG_MINIMUMS_VIEW = "DEPOSIT_CONFIG_MINIMUMS_VIEW",
68
+ DEPOSIT_CONFIG_MINIMUMS_UPDATE = "DEPOSIT_CONFIG_MINIMUMS_UPDATE",
67
69
  SANCTION_LIST_VIEW = "SANCTION_LIST_VIEW",
68
70
  SANCTION_DETAIL_VIEW = "SANCTION_DETAIL_VIEW",
69
71
  SANCTION_BALANCES_VIEW = "SANCTION_BALANCES_VIEW",
@@ -68,6 +68,8 @@ var ExplorerAuditAction;
68
68
  ExplorerAuditAction["DEPOSIT_SWEEP_EXECUTE"] = "DEPOSIT_SWEEP_EXECUTE";
69
69
  ExplorerAuditAction["DEPOSIT_GLIDE_SESSION_RESYNC"] = "DEPOSIT_GLIDE_SESSION_RESYNC";
70
70
  ExplorerAuditAction["DEPOSIT_GLIDE_SESSION_RESTART"] = "DEPOSIT_GLIDE_SESSION_RESTART";
71
+ ExplorerAuditAction["DEPOSIT_CONFIG_MINIMUMS_VIEW"] = "DEPOSIT_CONFIG_MINIMUMS_VIEW";
72
+ ExplorerAuditAction["DEPOSIT_CONFIG_MINIMUMS_UPDATE"] = "DEPOSIT_CONFIG_MINIMUMS_UPDATE";
71
73
  ExplorerAuditAction["SANCTION_LIST_VIEW"] = "SANCTION_LIST_VIEW";
72
74
  ExplorerAuditAction["SANCTION_DETAIL_VIEW"] = "SANCTION_DETAIL_VIEW";
73
75
  ExplorerAuditAction["SANCTION_BALANCES_VIEW"] = "SANCTION_BALANCES_VIEW";
@@ -1 +1 @@
1
- {"version":3,"file":"ExplorerAuditAction.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditAction.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBA6HX;AA7HD,WAAY,mBAAmB;IAE7B,oDAA6B,CAAA;IAC7B,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,wFAAiE,CAAA;IACjE,0FAAmE,CAAA;IACnE,kFAA2D,CAAA;IAC3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,gFAAyD,CAAA;IACzD,sGAA+E,CAAA;IAC/E,4GAAqF,CAAA;IACrF,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,0GAAmF,CAAA;IACnF,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,0GAAmF,CAAA;IACnF,0GAAmF,CAAA;IACnF,0GAAmF,CAAA;IACnF,oHAA6F,CAAA;IAC7F,oHAA6F,CAAA;IAC7F,oHAA6F,CAAA;IAC7F,8HAAuG,CAAA;IACvG,8HAAuG,CAAA;IACvG,8HAAuG,CAAA;IACvG,8FAAuE,CAAA;IACvE,8FAAuE,CAAA;IACvE,0GAAmF,CAAA;IACnF,8GAAuF,CAAA;IACvF,oFAA6D,CAAA;IAC7D,gEAAyC,CAAA;IACzC,gEAAyC,CAAA;IACzC,gGAAyE,CAAA;IAGzE,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IAGnC,kEAA2C,CAAA;IAC3C,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IACrE,kEAA2C,CAAA;IAC3C,sEAA+C,CAAA;IAC/C,wFAAiE,CAAA;IACjE,0EAAmD,CAAA;IACnD,kFAA2D,CAAA;IAC3D,4FAAqE,CAAA;IACrE,wDAAiC,CAAA;IACjC,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAG/D,gEAAyC,CAAA;IACzC,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,gFAAyD,CAAA;IACzD,0DAAmC,CAAA;IACnC,8DAAuC,CAAA;IAGvC,4DAAqC,CAAA;IACrC,4CAAqB,CAAA;IACrB,gDAAyB,CAAA;IAGzB,wEAAiD,CAAA;IACjD,4EAAqD,CAAA;IACrD,4EAAqD,CAAA;IAGrD,sEAA+C,CAAA;IAG/C,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IAGrE,kFAA2D,CAAA;IAC3D,0FAAmE,CAAA;IACnE,oEAA6C,CAAA;IAC7C,0EAAmD,CAAA;IACnD,8EAAuD,CAAA;IACvD,gGAAyE,CAAA;IACzE,gEAAyC,CAAA;IACzC,4GAAqF,CAAA;IACrF,4GAAqF,CAAA;IACrF,kFAA2D,CAAA;IAG3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,4EAAqD,CAAA;IAGrD,sFAA+D,CAAA;IAC/D,0FAAmE,CAAA;IACnE,0FAAmE,CAAA;IAGnE,sGAA+E,CAAA;IAC/E,0GAAmF,CAAA;AACrF,CAAC,EA7HW,mBAAmB,mCAAnB,mBAAmB,QA6H9B"}
1
+ {"version":3,"file":"ExplorerAuditAction.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditAction.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBA+HX;AA/HD,WAAY,mBAAmB;IAE7B,oDAA6B,CAAA;IAC7B,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,wFAAiE,CAAA;IACjE,0FAAmE,CAAA;IACnE,kFAA2D,CAAA;IAC3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,gFAAyD,CAAA;IACzD,sGAA+E,CAAA;IAC/E,4GAAqF,CAAA;IACrF,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,0GAAmF,CAAA;IACnF,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,0GAAmF,CAAA;IACnF,0GAAmF,CAAA;IACnF,0GAAmF,CAAA;IACnF,oHAA6F,CAAA;IAC7F,oHAA6F,CAAA;IAC7F,oHAA6F,CAAA;IAC7F,8HAAuG,CAAA;IACvG,8HAAuG,CAAA;IACvG,8HAAuG,CAAA;IACvG,8FAAuE,CAAA;IACvE,8FAAuE,CAAA;IACvE,0GAAmF,CAAA;IACnF,8GAAuF,CAAA;IACvF,oFAA6D,CAAA;IAC7D,gEAAyC,CAAA;IACzC,gEAAyC,CAAA;IACzC,gGAAyE,CAAA;IAGzE,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IAGnC,kEAA2C,CAAA;IAC3C,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IACrE,kEAA2C,CAAA;IAC3C,sEAA+C,CAAA;IAC/C,wFAAiE,CAAA;IACjE,0EAAmD,CAAA;IACnD,kFAA2D,CAAA;IAC3D,4FAAqE,CAAA;IACrE,wDAAiC,CAAA;IACjC,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,oFAA6D,CAAA;IAC7D,wFAAiE,CAAA;IAGjE,gEAAyC,CAAA;IACzC,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,gFAAyD,CAAA;IACzD,0DAAmC,CAAA;IACnC,8DAAuC,CAAA;IAGvC,4DAAqC,CAAA;IACrC,4CAAqB,CAAA;IACrB,gDAAyB,CAAA;IAGzB,wEAAiD,CAAA;IACjD,4EAAqD,CAAA;IACrD,4EAAqD,CAAA;IAGrD,sEAA+C,CAAA;IAG/C,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IAGrE,kFAA2D,CAAA;IAC3D,0FAAmE,CAAA;IACnE,oEAA6C,CAAA;IAC7C,0EAAmD,CAAA;IACnD,8EAAuD,CAAA;IACvD,gGAAyE,CAAA;IACzE,gEAAyC,CAAA;IACzC,4GAAqF,CAAA;IACrF,4GAAqF,CAAA;IACrF,kFAA2D,CAAA;IAG3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,4EAAqD,CAAA;IAGrD,sFAA+D,CAAA;IAC/D,0FAAmE,CAAA;IACnE,0FAAmE,CAAA;IAGnE,sGAA+E,CAAA;IAC/E,0GAAmF,CAAA;AACrF,CAAC,EA/HW,mBAAmB,mCAAnB,mBAAmB,QA+H9B"}
@@ -77,6 +77,7 @@ const WRITE_ACTIONS = new Set([
77
77
  ExplorerAuditAction_1.ExplorerAuditAction.VIRTUAL_ACCOUNT_CATEGORY_CREATE,
78
78
  ExplorerAuditAction_1.ExplorerAuditAction.VIRTUAL_ACCOUNT_CATEGORY_UPDATE,
79
79
  ExplorerAuditAction_1.ExplorerAuditAction.VIRTUAL_ACCOUNT_COMPANY_CATEGORY_UPSERT,
80
+ ExplorerAuditAction_1.ExplorerAuditAction.DEPOSIT_CONFIG_MINIMUMS_UPDATE,
80
81
  ]);
81
82
  const getActionType = (action) => WRITE_ACTIONS.has(action)
82
83
  ? ExplorerAuditActionType.WRITE
@@ -1 +1 @@
1
- {"version":3,"file":"ExplorerAuditActionType.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditActionType.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ExplorerAuditActionType.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditActionType.ts"],"names":[],"mappings":"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"}
@@ -3,6 +3,7 @@ export declare enum ExplorerAuditEntityType {
3
3
  CURRENCY = "CURRENCY",
4
4
  DEPOSIT = "DEPOSIT",
5
5
  DEPOSIT_WALLET = "DEPOSIT_WALLET",
6
+ DEPOSIT_CONFIG = "DEPOSIT_CONFIG",
6
7
  TRANSACTION = "TRANSACTION",
7
8
  PAYLINK = "PAYLINK",
8
9
  USER = "USER",
@@ -7,6 +7,7 @@ var ExplorerAuditEntityType;
7
7
  ExplorerAuditEntityType["CURRENCY"] = "CURRENCY";
8
8
  ExplorerAuditEntityType["DEPOSIT"] = "DEPOSIT";
9
9
  ExplorerAuditEntityType["DEPOSIT_WALLET"] = "DEPOSIT_WALLET";
10
+ ExplorerAuditEntityType["DEPOSIT_CONFIG"] = "DEPOSIT_CONFIG";
10
11
  ExplorerAuditEntityType["TRANSACTION"] = "TRANSACTION";
11
12
  ExplorerAuditEntityType["PAYLINK"] = "PAYLINK";
12
13
  ExplorerAuditEntityType["USER"] = "USER";
@@ -1 +1 @@
1
- {"version":3,"file":"ExplorerAuditEntityType.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditEntityType.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAgBX;AAhBD,WAAY,uBAAuB;IACjC,8CAAmB,CAAA;IACnB,gDAAqB,CAAA;IACrB,8CAAmB,CAAA;IACnB,4DAAiC,CAAA;IACjC,sDAA2B,CAAA;IAC3B,8CAAmB,CAAA;IACnB,wCAAa,CAAA;IACb,sCAAW,CAAA;IACX,kEAAuC,CAAA;IACvC,kDAAuB,CAAA;IACvB,0DAA+B,CAAA;IAC/B,0DAA+B,CAAA;IAC/B,sDAA2B,CAAA;IAC3B,gFAAqD,CAAA;IACrD,gGAAqE,CAAA;AACvE,CAAC,EAhBW,uBAAuB,uCAAvB,uBAAuB,QAgBlC"}
1
+ {"version":3,"file":"ExplorerAuditEntityType.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditEntityType.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAiBX;AAjBD,WAAY,uBAAuB;IACjC,8CAAmB,CAAA;IACnB,gDAAqB,CAAA;IACrB,8CAAmB,CAAA;IACnB,4DAAiC,CAAA;IACjC,4DAAiC,CAAA;IACjC,sDAA2B,CAAA;IAC3B,8CAAmB,CAAA;IACnB,wCAAa,CAAA;IACb,sCAAW,CAAA;IACX,kEAAuC,CAAA;IACvC,kDAAuB,CAAA;IACvB,0DAA+B,CAAA;IAC/B,0DAA+B,CAAA;IAC/B,sDAA2B,CAAA;IAC3B,gFAAqD,CAAA;IACrD,gGAAqE,CAAA;AACvE,CAAC,EAjBW,uBAAuB,uCAAvB,uBAAuB,QAiBlC"}
@@ -16,3 +16,4 @@ export * from './verifyVirtualAccountOtp.dto';
16
16
  export * from './createVirtualAccountCategory.dto';
17
17
  export * from './updateVirtualAccountCategory.dto';
18
18
  export * from './upsertVirtualAccountCompanyCategory.dto';
19
+ export * from './updateDepositConfigMinimums.dto';
@@ -32,4 +32,5 @@ __exportStar(require("./verifyVirtualAccountOtp.dto"), exports);
32
32
  __exportStar(require("./createVirtualAccountCategory.dto"), exports);
33
33
  __exportStar(require("./updateVirtualAccountCategory.dto"), exports);
34
34
  __exportStar(require("./upsertVirtualAccountCompanyCategory.dto"), exports);
35
+ __exportStar(require("./updateDepositConfigMinimums.dto"), exports);
35
36
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,8DAA4C;AAC5C,8DAA4C;AAC5C,4DAA0C;AAC1C,4DAA0C;AAC1C,8DAA4C;AAC5C,6DAA2C;AAC3C,sDAAoC;AACpC,8EAA4D;AAC5D,gFAA8D;AAC9D,oEAAkD;AAClD,+DAA6C;AAC7C,iEAA+C;AAC/C,iEAA+C;AAC/C,gEAA8C;AAC9C,qEAAmD;AACnD,qEAAmD;AACnD,4EAA0D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,8DAA4C;AAC5C,8DAA4C;AAC5C,4DAA0C;AAC1C,4DAA0C;AAC1C,8DAA4C;AAC5C,6DAA2C;AAC3C,sDAAoC;AACpC,8EAA4D;AAC5D,gFAA8D;AAC9D,oEAAkD;AAClD,+DAA6C;AAC7C,iEAA+C;AAC/C,iEAA+C;AAC/C,gEAA8C;AAC9C,qEAAmD;AACnD,qEAAmD;AACnD,4EAA0D;AAC1D,oEAAkD"}
@@ -0,0 +1,4 @@
1
+ export declare class UpdateDepositConfigMinimumsDto {
2
+ minDepositAmountUsd: number;
3
+ displayMinDepositAmountUsd: number;
4
+ }
@@ -0,0 +1,27 @@
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.UpdateDepositConfigMinimumsDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class UpdateDepositConfigMinimumsDto {
15
+ }
16
+ exports.UpdateDepositConfigMinimumsDto = UpdateDepositConfigMinimumsDto;
17
+ __decorate([
18
+ (0, class_validator_1.IsNumber)(),
19
+ (0, class_validator_1.Min)(0),
20
+ __metadata("design:type", Number)
21
+ ], UpdateDepositConfigMinimumsDto.prototype, "minDepositAmountUsd", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsNumber)(),
24
+ (0, class_validator_1.Min)(0),
25
+ __metadata("design:type", Number)
26
+ ], UpdateDepositConfigMinimumsDto.prototype, "displayMinDepositAmountUsd", void 0);
27
+ //# sourceMappingURL=updateDepositConfigMinimums.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateDepositConfigMinimums.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/updateDepositConfigMinimums.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgD;AAEhD,MAAa,8BAA8B;CAU1C;AAVD,wEAUC;AANC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;;2EACqB;AAK5B;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;;kFAC4B"}
@@ -2,4 +2,5 @@ import { ClaimPass } from './ClaimPass.entity';
2
2
  export declare class ClaimPassList {
3
3
  passes: ClaimPass[];
4
4
  currentlyHasMint: boolean;
5
+ hadMintAtASnapshot: boolean;
5
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ClaimPassList.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/heliox-claim/entities/ClaimPassList.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,aAAa;CAMzB;AAND,sCAMC"}
1
+ {"version":3,"file":"ClaimPassList.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/heliox-claim/entities/ClaimPassList.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,aAAa;CAWzB;AAXD,sCAWC"}
@@ -10,3 +10,20 @@ export type MoonpayVerifyWebhookMetadata = {
10
10
  paylinkId?: string;
11
11
  chargeId?: string;
12
12
  };
13
+ export type MoonpayVerifyWebhookVerification = {
14
+ id: string;
15
+ userId: string | null;
16
+ address: string;
17
+ networkType: string;
18
+ chain: string;
19
+ verificationMethod: string;
20
+ message: string;
21
+ signature: string;
22
+ signedMessageHash: string;
23
+ isVerified: boolean;
24
+ verifiedAt: string;
25
+ expiresAt: string | null;
26
+ revokedAt: string | null;
27
+ isExpired: boolean;
28
+ metadata: MoonpayVerifyWebhookMetadata | null;
29
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"moonpayVerifyWebhookPayload.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet-verify/dtos/moonpayVerifyWebhookPayload.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AAMjE,MAAa,8BAA8B;CAY1C;AAZD,wEAYC;AATC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACF;AAIX;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACA;AAIb;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACiB"}
1
+ {"version":3,"file":"moonpayVerifyWebhookPayload.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet-verify/dtos/moonpayVerifyWebhookPayload.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAa,8BAA8B;CAY1C;AAZD,wEAYC;AATC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACF;AAIX;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACA;AAIb;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACiB"}
@@ -0,0 +1,13 @@
1
+ import { BlockchainEngineType } from '../../blockchainEngine';
2
+ export interface WalletVerificationSummary {
3
+ id: string;
4
+ publicKey: string;
5
+ blockchainEngine: BlockchainEngineType;
6
+ chain: string;
7
+ verificationMethod: string;
8
+ isVerified: boolean;
9
+ verifiedAt: string | null;
10
+ expiresAt: string | null;
11
+ revokedAt: string | null;
12
+ isExpired: boolean;
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=WalletVerificationSummary.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WalletVerificationSummary.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet-verify/entities/WalletVerificationSummary.entity.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
1
  export * from './WalletVerification.entity';
2
+ export * from './WalletVerificationSummary.entity';
2
3
  export * from './WalletVerificationEvent.entity';
3
4
  export * from './WalletVerificationHookEventStatus.entity';
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./WalletVerification.entity"), exports);
18
+ __exportStar(require("./WalletVerificationSummary.entity"), exports);
18
19
  __exportStar(require("./WalletVerificationEvent.entity"), exports);
19
20
  __exportStar(require("./WalletVerificationHookEventStatus.entity"), exports);
20
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet-verify/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,mEAAiD;AACjD,6EAA2D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet-verify/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,qEAAmD;AACnD,mEAAiD;AACjD,6EAA2D"}
@@ -0,0 +1,4 @@
1
+ import { BaseQueryDto } from '../../shared/queries/baseQuery.dto';
2
+ export declare class GetWithdrawalConfigsQueryDto extends BaseQueryDto {
3
+ disabled?: boolean;
4
+ }
@@ -0,0 +1,31 @@
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.GetWithdrawalConfigsQueryDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const baseQuery_dto_1 = require("../../shared/queries/baseQuery.dto");
16
+ class GetWithdrawalConfigsQueryDto extends baseQuery_dto_1.BaseQueryDto {
17
+ }
18
+ exports.GetWithdrawalConfigsQueryDto = GetWithdrawalConfigsQueryDto;
19
+ __decorate([
20
+ (0, class_validator_1.IsOptional)(),
21
+ (0, class_transformer_1.Transform)(({ value }) => {
22
+ if (value === 'true')
23
+ return true;
24
+ if (value === 'false')
25
+ return false;
26
+ return value;
27
+ }),
28
+ (0, class_validator_1.IsBoolean)(),
29
+ __metadata("design:type", Boolean)
30
+ ], GetWithdrawalConfigsQueryDto.prototype, "disabled", void 0);
31
+ //# sourceMappingURL=getWithdrawalConfigsQuery.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getWithdrawalConfigsQuery.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/getWithdrawalConfigsQuery.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,yDAA8C;AAC9C,sEAAkE;AAElE,MAAa,4BAA6B,SAAQ,4BAAY;CAS7D;AATD,oEASC;AADC;IAPC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,MAAM;YAAE,OAAO,IAAI,CAAC;QAClC,IAAI,KAAK,KAAK,OAAO;YAAE,OAAO,KAAK,CAAC;QACpC,OAAO,KAAK,CAAC;IACf,CAAC,CAAC;IACD,IAAA,2BAAS,GAAE;;8DACO"}
@@ -9,4 +9,5 @@ export * from './preparedWithdrawalTypedDataDomain.dto';
9
9
  export * from './preparedWithdrawalTypedDataField.dto';
10
10
  export * from './submitWithdrawal.dto';
11
11
  export * from './getWithdrawalTransactionsQuery.dto';
12
+ export * from './getWithdrawalConfigsQuery.dto';
12
13
  export * from './updateWithdrawalConfig.dto';
@@ -25,5 +25,6 @@ __exportStar(require("./preparedWithdrawalTypedDataDomain.dto"), exports);
25
25
  __exportStar(require("./preparedWithdrawalTypedDataField.dto"), exports);
26
26
  __exportStar(require("./submitWithdrawal.dto"), exports);
27
27
  __exportStar(require("./getWithdrawalTransactionsQuery.dto"), exports);
28
+ __exportStar(require("./getWithdrawalConfigsQuery.dto"), exports);
28
29
  __exportStar(require("./updateWithdrawalConfig.dto"), exports);
29
30
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,+DAA6C;AAC7C,4DAA0C;AAC1C,2DAAyC;AACzC,+DAA6C;AAC7C,kEAAgD;AAChD,oEAAkD;AAClD,0EAAwD;AACxD,yEAAuD;AACvD,yDAAuC;AACvC,uEAAqD;AACrD,+DAA6C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,+DAA6C;AAC7C,4DAA0C;AAC1C,2DAAyC;AACzC,+DAA6C;AAC7C,kEAAgD;AAChD,oEAAkD;AAClD,0EAAwD;AACxD,yEAAuD;AACvD,yDAAuC;AACvC,uEAAqD;AACrD,kEAAgD;AAChD,+DAA6C"}
@@ -9,6 +9,8 @@ export declare class PreparedWithdrawalSummaryDto {
9
9
  destinationAmountMinUsd?: string;
10
10
  maxSlippageBps: number;
11
11
  estimatedPriceImpact?: number;
12
+ routerAddresses?: string[];
13
+ bridgeIds?: string[];
12
14
  bridgeFee: WithdrawalQuoteFeeEntity;
13
15
  applicationFee: WithdrawalQuoteFeeEntity;
14
16
  protocolFee: WithdrawalQuoteFeeEntity;
@@ -1 +1 @@
1
- {"version":3,"file":"preparedWithdrawalSummary.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,4BAA4B;CA4BxC;AA5BD,oEA4BC"}
1
+ {"version":3,"file":"preparedWithdrawalSummary.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,4BAA4B;CAkCxC;AAlCD,oEAkCC"}
@@ -0,0 +1,5 @@
1
+ import { WithdrawalConfigEntity } from './WithdrawalConfig.entity';
2
+ export declare class WithdrawalConfigWithStats extends WithdrawalConfigEntity {
3
+ sales: bigint;
4
+ volume: number;
5
+ }
@@ -0,0 +1,22 @@
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.WithdrawalConfigWithStats = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const WithdrawalConfig_entity_1 = require("./WithdrawalConfig.entity");
15
+ class WithdrawalConfigWithStats extends WithdrawalConfig_entity_1.WithdrawalConfigEntity {
16
+ }
17
+ exports.WithdrawalConfigWithStats = WithdrawalConfigWithStats;
18
+ __decorate([
19
+ (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
20
+ __metadata("design:type", BigInt)
21
+ ], WithdrawalConfigWithStats.prototype, "sales", void 0);
22
+ //# sourceMappingURL=WithdrawalConfigWithStats.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WithdrawalConfigWithStats.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawalConfigWithStats.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,uEAAmE;AAEnE,MAAa,yBAA0B,SAAQ,gDAAsB;CAKpE;AALD,8DAKC;AAHC;IADC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wDAC1B"}
@@ -3,6 +3,7 @@ export * from './SubmitWithdrawal.entity';
3
3
  export * from './WithdrawalDetail.entity';
4
4
  export * from './WithdrawalBalancesResponse.entity';
5
5
  export * from './WithdrawalConfig.entity';
6
+ export * from './WithdrawalConfigWithStats.entity';
6
7
  export * from './PublicWithdrawalConfig.entity';
7
8
  export * from './WithdrawalCostBreakdown.entity';
8
9
  export * from './WithdrawalCurrenciesExchangeRate.entity';
@@ -19,6 +19,7 @@ __exportStar(require("./SubmitWithdrawal.entity"), exports);
19
19
  __exportStar(require("./WithdrawalDetail.entity"), exports);
20
20
  __exportStar(require("./WithdrawalBalancesResponse.entity"), exports);
21
21
  __exportStar(require("./WithdrawalConfig.entity"), exports);
22
+ __exportStar(require("./WithdrawalConfigWithStats.entity"), exports);
22
23
  __exportStar(require("./PublicWithdrawalConfig.entity"), exports);
23
24
  __exportStar(require("./WithdrawalCostBreakdown.entity"), exports);
24
25
  __exportStar(require("./WithdrawalCurrenciesExchangeRate.entity"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,4DAA0C;AAC1C,sEAAoD;AACpD,4DAA0C;AAC1C,kEAAgD;AAChD,mEAAiD;AACjD,4EAA0D;AAC1D,uEAAqD;AACrD,gFAA8D;AAC9D,0EAAwD;AACxD,8DAA4C;AAC5C,oEAAkD;AAClD,gEAA8C;AAC9C,mEAAiD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,4DAA0C;AAC1C,sEAAoD;AACpD,4DAA0C;AAC1C,qEAAmD;AACnD,kEAAgD;AAChD,mEAAiD;AACjD,4EAA0D;AAC1D,uEAAqD;AACrD,gFAA8D;AAC9D,0EAAwD;AACxD,8DAA4C;AAC5C,oEAAkD;AAClD,gEAA8C;AAC9C,mEAAiD"}