@heliofi/common 0.2.248 → 0.2.249-alpha.1779985891

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 (97) hide show
  1. package/dist/src/domain/model/company/entities/CompanyWithFees.entity.d.ts +2 -0
  2. package/dist/src/domain/model/company/entities/CompanyWithFees.entity.js.map +1 -1
  3. package/dist/src/domain/model/deposit/dtos/index.d.ts +2 -0
  4. package/dist/src/domain/model/deposit/dtos/index.js +2 -0
  5. package/dist/src/domain/model/deposit/dtos/index.js.map +1 -1
  6. package/dist/src/domain/model/deposit/dtos/requestVirtualAccountOtp.dto.d.ts +3 -0
  7. package/dist/src/domain/model/deposit/dtos/requestVirtualAccountOtp.dto.js +22 -0
  8. package/dist/src/domain/model/deposit/dtos/requestVirtualAccountOtp.dto.js.map +1 -0
  9. package/dist/src/domain/model/deposit/dtos/verifyVirtualAccountOtp.dto.d.ts +4 -0
  10. package/dist/src/domain/model/deposit/dtos/verifyVirtualAccountOtp.dto.js +28 -0
  11. package/dist/src/domain/model/deposit/dtos/verifyVirtualAccountOtp.dto.js.map +1 -0
  12. package/dist/src/domain/model/deposit/entities/VirtualAccountPreAuthView.entity.d.ts +3 -0
  13. package/dist/src/domain/model/deposit/entities/VirtualAccountPreAuthView.entity.js +7 -0
  14. package/dist/src/domain/model/deposit/entities/VirtualAccountPreAuthView.entity.js.map +1 -0
  15. package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.d.ts +1 -0
  16. package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js.map +1 -1
  17. package/dist/src/domain/model/deposit/entities/index.d.ts +1 -0
  18. package/dist/src/domain/model/deposit/entities/index.js +1 -0
  19. package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
  20. package/dist/src/domain/model/deposit-management/dtos/index.d.ts +1 -0
  21. package/dist/src/domain/model/deposit-management/dtos/index.js +1 -0
  22. package/dist/src/domain/model/deposit-management/dtos/index.js.map +1 -1
  23. package/dist/src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.d.ts +6 -0
  24. package/dist/src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.js +29 -0
  25. package/dist/src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.js.map +1 -0
  26. package/dist/src/domain/model/deposit-management/entities/CurrencyBalanceResult.d.ts +6 -0
  27. package/dist/src/domain/model/deposit-management/entities/CurrencyBalanceResult.js +7 -0
  28. package/dist/src/domain/model/deposit-management/entities/CurrencyBalanceResult.js.map +1 -0
  29. package/dist/src/domain/model/deposit-management/entities/SanctionActionStatus.d.ts +5 -0
  30. package/dist/src/domain/model/deposit-management/entities/SanctionActionStatus.js +10 -0
  31. package/dist/src/domain/model/deposit-management/entities/SanctionActionStatus.js.map +1 -0
  32. package/dist/src/domain/model/deposit-management/entities/SanctionedDeposit.entity.d.ts +18 -0
  33. package/dist/src/domain/model/deposit-management/entities/SanctionedDeposit.entity.js +7 -0
  34. package/dist/src/domain/model/deposit-management/entities/SanctionedDeposit.entity.js.map +1 -0
  35. package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.d.ts +14 -0
  36. package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.js +8 -0
  37. package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.js.map +1 -0
  38. package/dist/src/domain/model/deposit-management/entities/index.d.ts +4 -0
  39. package/dist/src/domain/model/deposit-management/entities/index.js +4 -0
  40. package/dist/src/domain/model/deposit-management/entities/index.js.map +1 -1
  41. package/dist/src/domain/model/index.d.ts +2 -0
  42. package/dist/src/domain/model/index.js +2 -0
  43. package/dist/src/domain/model/index.js.map +1 -1
  44. package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformCompanySession.dto.d.ts +3 -0
  45. package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformCompanySession.dto.js +22 -0
  46. package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformCompanySession.dto.js.map +1 -0
  47. package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformSession.dto.d.ts +3 -0
  48. package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformSession.dto.js +22 -0
  49. package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformSession.dto.js.map +1 -0
  50. package/dist/src/domain/model/on-ramps/dtos/index.d.ts +2 -0
  51. package/dist/src/domain/model/on-ramps/dtos/index.js +2 -0
  52. package/dist/src/domain/model/on-ramps/dtos/index.js.map +1 -1
  53. package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformSession.entity.d.ts +4 -0
  54. package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformSession.entity.js +8 -0
  55. package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformSession.entity.js.map +1 -0
  56. package/dist/src/domain/model/on-ramps/entities/index.d.ts +1 -0
  57. package/dist/src/domain/model/on-ramps/entities/index.js +1 -0
  58. package/dist/src/domain/model/on-ramps/entities/index.js.map +1 -1
  59. package/dist/src/domain/model/paylink/entities/Paylink.d.ts +2 -0
  60. package/dist/src/domain/model/paylink/entities/Paylink.js.map +1 -1
  61. package/dist/src/domain/model/payment-method-fee/dtos/deletePaymentMethodFee.dto.d.ts +4 -0
  62. package/dist/src/domain/model/payment-method-fee/dtos/deletePaymentMethodFee.dto.js +22 -0
  63. package/dist/src/domain/model/payment-method-fee/dtos/deletePaymentMethodFee.dto.js.map +1 -0
  64. package/dist/src/domain/model/payment-method-fee/dtos/index.d.ts +2 -0
  65. package/dist/src/domain/model/payment-method-fee/dtos/index.js +19 -0
  66. package/dist/src/domain/model/payment-method-fee/dtos/index.js.map +1 -0
  67. package/dist/src/domain/model/payment-method-fee/dtos/upsertPaymentMethodFee.dto.d.ts +5 -0
  68. package/dist/src/domain/model/payment-method-fee/dtos/upsertPaymentMethodFee.dto.js +28 -0
  69. package/dist/src/domain/model/payment-method-fee/dtos/upsertPaymentMethodFee.dto.js.map +1 -0
  70. package/dist/src/domain/model/payment-method-fee/entities/PaymentMethodFee.entity.d.ts +6 -0
  71. package/dist/src/domain/model/payment-method-fee/entities/PaymentMethodFee.entity.js +8 -0
  72. package/dist/src/domain/model/payment-method-fee/entities/PaymentMethodFee.entity.js.map +1 -0
  73. package/dist/src/domain/model/payment-method-fee/entities/index.d.ts +1 -0
  74. package/dist/src/domain/model/payment-method-fee/entities/index.js +18 -0
  75. package/dist/src/domain/model/payment-method-fee/entities/index.js.map +1 -0
  76. package/dist/src/domain/model/payment-method-fee/index.d.ts +2 -0
  77. package/dist/src/domain/model/payment-method-fee/index.js +19 -0
  78. package/dist/src/domain/model/payment-method-fee/index.js.map +1 -0
  79. package/dist/src/domain/model/sanction-validator/entities/sanctionValidatorResponse.entity.d.ts +1 -0
  80. package/dist/src/domain/model/sanction-validator/entities/sanctionValidatorResponse.entity.js.map +1 -1
  81. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/dtos/createDepositHookEvent.dto.d.ts +1 -1
  82. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/dtos/createDepositHookEvent.dto.js +1 -0
  83. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/dtos/createDepositHookEvent.dto.js.map +1 -1
  84. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEvent.entity.d.ts +4 -1
  85. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEvent.entity.js +3 -0
  86. package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEvent.entity.js.map +1 -1
  87. package/dist/src/domain/model/withdraw/constants/WithdrawFeature.d.ts +4 -0
  88. package/dist/src/domain/model/withdraw/constants/WithdrawFeature.js +9 -0
  89. package/dist/src/domain/model/withdraw/constants/WithdrawFeature.js.map +1 -0
  90. package/dist/src/domain/model/withdraw/constants/index.d.ts +1 -0
  91. package/dist/src/domain/model/withdraw/constants/index.js +18 -0
  92. package/dist/src/domain/model/withdraw/constants/index.js.map +1 -0
  93. package/dist/src/domain/model/withdraw/index.d.ts +1 -0
  94. package/dist/src/domain/model/withdraw/index.js +18 -0
  95. package/dist/src/domain/model/withdraw/index.js.map +1 -0
  96. package/dist/tsconfig.tsbuildinfo +1 -1
  97. package/package.json +2 -2
@@ -2,6 +2,7 @@ import { BaseCompany, CustomDepositPathFee } from './BaseCompany.entity';
2
2
  import { BlockchainSymbol } from '../../blockchain';
3
3
  import { DepositBlockchainSymbol } from '../../blockchain/constants';
4
4
  import { DepositPathFeeRule } from './DepositPathFeeRule.entity';
5
+ import { PaymentMethodFee } from '../../payment-method-fee';
5
6
  export declare class CompanyWithFees extends BaseCompany {
6
7
  depositAffiliateFeeBps?: number;
7
8
  depositAffiliateFeeWallet?: string;
@@ -11,6 +12,7 @@ export declare class CompanyWithFees extends BaseCompany {
11
12
  depositPathFeeRules?: DepositPathFeeRule[];
12
13
  customAffiliateDepositPathFees?: CustomDepositPathFee[];
13
14
  affiliateDepositPathFeeRules?: DepositPathFeeRule[];
15
+ paymentMethodFees?: PaymentMethodFee[];
14
16
  customFeeBps?: number;
15
17
  dailyDepositCustomerLimit?: number;
16
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CompanyWithFees.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/CompanyWithFees.entity.ts"],"names":[],"mappings":";;;AAAA,6DAAyE;AAKzE,MAAa,eAAgB,SAAQ,gCAAW;CAsB/C;AAtBD,0CAsBC"}
1
+ {"version":3,"file":"CompanyWithFees.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/CompanyWithFees.entity.ts"],"names":[],"mappings":";;;AAAA,6DAAyE;AAMzE,MAAa,eAAgB,SAAQ,gCAAW;CAwB/C;AAxBD,0CAwBC"}
@@ -9,3 +9,5 @@ export * from './setDepositCustomerVirtualAccountCountry.dto';
9
9
  export * from './assignDepositCustomerWallet.dto';
10
10
  export * from './createDepositSwapQuote.dto';
11
11
  export * from './depositSwapQuoteResponse.dto';
12
+ export * from './requestVirtualAccountOtp.dto';
13
+ export * from './verifyVirtualAccountOtp.dto';
@@ -25,4 +25,6 @@ __exportStar(require("./setDepositCustomerVirtualAccountCountry.dto"), exports);
25
25
  __exportStar(require("./assignDepositCustomerWallet.dto"), exports);
26
26
  __exportStar(require("./createDepositSwapQuote.dto"), exports);
27
27
  __exportStar(require("./depositSwapQuoteResponse.dto"), exports);
28
+ __exportStar(require("./requestVirtualAccountOtp.dto"), exports);
29
+ __exportStar(require("./verifyVirtualAccountOtp.dto"), exports);
28
30
  //# 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,6DAA2C;AAC3C,sDAAoC;AACpC,8EAA4D;AAC5D,gFAA8D;AAC9D,oEAAkD;AAClD,+DAA6C;AAC7C,iEAA+C"}
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,6DAA2C;AAC3C,sDAAoC;AACpC,8EAA4D;AAC5D,gFAA8D;AAC9D,oEAAkD;AAClD,+DAA6C;AAC7C,iEAA+C;AAC/C,iEAA+C;AAC/C,gEAA8C"}
@@ -0,0 +1,3 @@
1
+ export declare class RequestVirtualAccountOtpDto {
2
+ email?: string;
3
+ }
@@ -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.RequestVirtualAccountOtpDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class RequestVirtualAccountOtpDto {
15
+ }
16
+ exports.RequestVirtualAccountOtpDto = RequestVirtualAccountOtpDto;
17
+ __decorate([
18
+ (0, class_validator_1.IsEmail)(),
19
+ (0, class_validator_1.IsOptional)(),
20
+ __metadata("design:type", String)
21
+ ], RequestVirtualAccountOtpDto.prototype, "email", void 0);
22
+ //# sourceMappingURL=requestVirtualAccountOtp.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"requestVirtualAccountOtp.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/requestVirtualAccountOtp.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAsD;AAEtD,MAAa,2BAA2B;CAIvC;AAJD,kEAIC;AADC;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;0DACE"}
@@ -0,0 +1,4 @@
1
+ export declare class VerifyVirtualAccountOtpDto {
2
+ email?: string;
3
+ otpCode: string;
4
+ }
@@ -0,0 +1,28 @@
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.VerifyVirtualAccountOtpDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class VerifyVirtualAccountOtpDto {
15
+ }
16
+ exports.VerifyVirtualAccountOtpDto = VerifyVirtualAccountOtpDto;
17
+ __decorate([
18
+ (0, class_validator_1.IsEmail)(),
19
+ (0, class_validator_1.IsOptional)(),
20
+ __metadata("design:type", String)
21
+ ], VerifyVirtualAccountOtpDto.prototype, "email", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.IsNotEmpty)(),
25
+ (0, class_validator_1.Length)(6, 6),
26
+ __metadata("design:type", String)
27
+ ], VerifyVirtualAccountOtpDto.prototype, "otpCode", void 0);
28
+ //# sourceMappingURL=verifyVirtualAccountOtp.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verifyVirtualAccountOtp.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/verifyVirtualAccountOtp.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AAEzB,MAAa,0BAA0B;CAStC;AATD,gEASC;AANC;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;yDACE;AAKf;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,EAAE,CAAC,CAAC;;2DACG"}
@@ -0,0 +1,3 @@
1
+ export declare class VirtualAccountPreAuthView {
2
+ maskedEmail: string | null;
3
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VirtualAccountPreAuthView = void 0;
4
+ class VirtualAccountPreAuthView {
5
+ }
6
+ exports.VirtualAccountPreAuthView = VirtualAccountPreAuthView;
7
+ //# sourceMappingURL=VirtualAccountPreAuthView.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VirtualAccountPreAuthView.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/VirtualAccountPreAuthView.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,yBAAyB;CAErC;AAFD,8DAEC"}
@@ -2,6 +2,7 @@ import { VirtualAccountBankDetails } from './VirtualAccountBankDetails.entity';
2
2
  import { VirtualAccountIronCustomerStatus, VirtualAccountKycStatus } from './VirtualAccount.enums';
3
3
  export declare class VirtualAccountView {
4
4
  hasEmail: boolean;
5
+ maskedEmail: string | null;
5
6
  countryCode: string | null;
6
7
  acceptedTerms: boolean;
7
8
  kycStatus: VirtualAccountKycStatus | null;
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualAccountView.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/VirtualAccountView.entity.ts"],"names":[],"mappings":";;;AAMA,MAAa,kBAAkB;CAY9B;AAZD,gDAYC"}
1
+ {"version":3,"file":"VirtualAccountView.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/VirtualAccountView.entity.ts"],"names":[],"mappings":";;;AAMA,MAAa,kBAAkB;CAc9B;AAdD,gDAcC"}
@@ -22,6 +22,7 @@ export * from './VirtualAccount.enums';
22
22
  export * from './VirtualAccountBankDetailsInfo.entity';
23
23
  export * from './VirtualAccountTransaction.entity';
24
24
  export * from './VirtualAccountView.entity';
25
+ export * from './VirtualAccountPreAuthView.entity';
25
26
  export * from './depositOptions.entity';
26
27
  export * from './depositOptionsForCard.entity';
27
28
  export * from './KycLink.entity';
@@ -38,6 +38,7 @@ __exportStar(require("./VirtualAccount.enums"), exports);
38
38
  __exportStar(require("./VirtualAccountBankDetailsInfo.entity"), exports);
39
39
  __exportStar(require("./VirtualAccountTransaction.entity"), exports);
40
40
  __exportStar(require("./VirtualAccountView.entity"), exports);
41
+ __exportStar(require("./VirtualAccountPreAuthView.entity"), exports);
41
42
  __exportStar(require("./depositOptions.entity"), exports);
42
43
  __exportStar(require("./depositOptionsForCard.entity"), exports);
43
44
  __exportStar(require("./KycLink.entity"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,qEAAmD;AACnD,2EAAyD;AACzD,sEAAoD;AACpD,gFAA8D;AAC9D,iEAA+C;AAC/C,2DAAyC;AACzC,mDAAiC;AACjC,iEAA+C;AAC/C,2DAAyC;AACzC,mEAAiD;AACjD,yDAAuC;AACvC,4DAA0C;AAC1C,iDAA+B;AAC/B,+DAA6C;AAC7C,yEAAuD;AACvD,oEAAkD;AAClD,oFAAkE;AAClE,4EAA0D;AAC1D,6EAA2D;AAC3D,yDAAuC;AACvC,yEAAuD;AACvD,qEAAmD;AACnD,8DAA4C;AAC5C,0DAAwC;AACxC,iEAA+C;AAC/C,mDAAiC;AACjC,2DAAyC;AACzC,qEAAmD;AACnD,+EAA6D;AAC7D,oEAAkD;AAClD,qDAAmC;AACnC,gEAA8C;AAC9C,sEAAoD;AACpD,6DAA2C;AAC3C,+DAA6C;AAC7C,+DAA6C;AAC7C,+DAA6C;AAC7C,0EAAwD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,qEAAmD;AACnD,2EAAyD;AACzD,sEAAoD;AACpD,gFAA8D;AAC9D,iEAA+C;AAC/C,2DAAyC;AACzC,mDAAiC;AACjC,iEAA+C;AAC/C,2DAAyC;AACzC,mEAAiD;AACjD,yDAAuC;AACvC,4DAA0C;AAC1C,iDAA+B;AAC/B,+DAA6C;AAC7C,yEAAuD;AACvD,oEAAkD;AAClD,oFAAkE;AAClE,4EAA0D;AAC1D,6EAA2D;AAC3D,yDAAuC;AACvC,yEAAuD;AACvD,qEAAmD;AACnD,8DAA4C;AAC5C,qEAAmD;AACnD,0DAAwC;AACxC,iEAA+C;AAC/C,mDAAiC;AACjC,2DAAyC;AACzC,qEAAmD;AACnD,+EAA6D;AAC7D,oEAAkD;AAClD,qDAAmC;AACnC,gEAA8C;AAC9C,sEAAoD;AACpD,6DAA2C;AAC3C,+DAA6C;AAC7C,+DAA6C;AAC7C,+DAA6C;AAC7C,0EAAwD"}
@@ -1,4 +1,5 @@
1
1
  export * from './GetIncomingTransactions.dto';
2
2
  export * from './RefundTransaction.dto';
3
+ export * from './sanctionedDepositQuery.dto';
3
4
  export * from './Sweep.dto';
4
5
  export * from './transferFunds.dto';
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./GetIncomingTransactions.dto"), exports);
18
18
  __exportStar(require("./RefundTransaction.dto"), exports);
19
+ __exportStar(require("./sanctionedDepositQuery.dto"), exports);
19
20
  __exportStar(require("./Sweep.dto"), exports);
20
21
  __exportStar(require("./transferFunds.dto"), exports);
21
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,0DAAwC;AACxC,8CAA4B;AAC5B,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,0DAAwC;AACxC,+DAA6C;AAC7C,8CAA4B;AAC5B,sDAAoC"}
@@ -0,0 +1,6 @@
1
+ import { BaseQueryDto } from '../../shared';
2
+ import { SanctionActionStatus } from '../entities/SanctionActionStatus';
3
+ export declare class SanctionedDepositQueryDto extends BaseQueryDto {
4
+ actionStatus?: SanctionActionStatus;
5
+ depositType?: string;
6
+ }
@@ -0,0 +1,29 @@
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.SanctionedDepositQueryDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const shared_1 = require("../../shared");
15
+ const SanctionActionStatus_1 = require("../entities/SanctionActionStatus");
16
+ class SanctionedDepositQueryDto extends shared_1.BaseQueryDto {
17
+ }
18
+ exports.SanctionedDepositQueryDto = SanctionedDepositQueryDto;
19
+ __decorate([
20
+ (0, class_validator_1.IsOptional)(),
21
+ (0, class_validator_1.IsEnum)(SanctionActionStatus_1.SanctionActionStatus),
22
+ __metadata("design:type", String)
23
+ ], SanctionedDepositQueryDto.prototype, "actionStatus", void 0);
24
+ __decorate([
25
+ (0, class_validator_1.IsOptional)(),
26
+ (0, class_validator_1.IsEnum)(['deposit', 'paylink']),
27
+ __metadata("design:type", String)
28
+ ], SanctionedDepositQueryDto.prototype, "depositType", void 0);
29
+ //# sourceMappingURL=sanctionedDepositQuery.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sanctionedDepositQuery.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,yCAA4C;AAC5C,2EAAwE;AAExE,MAAa,yBAA0B,SAAQ,qBAAY;CAQ1D;AARD,8DAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,2CAAoB,CAAC;;+DACO;AAIpC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;;8DACV"}
@@ -0,0 +1,6 @@
1
+ export declare class CurrencyBalanceResult {
2
+ currencyId: string;
3
+ symbol: string;
4
+ balance: string;
5
+ decimals: number;
6
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CurrencyBalanceResult = void 0;
4
+ class CurrencyBalanceResult {
5
+ }
6
+ exports.CurrencyBalanceResult = CurrencyBalanceResult;
7
+ //# sourceMappingURL=CurrencyBalanceResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrencyBalanceResult.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/CurrencyBalanceResult.ts"],"names":[],"mappings":";;;AAAA,MAAa,qBAAqB;CAQjC;AARD,sDAQC"}
@@ -0,0 +1,5 @@
1
+ export declare enum SanctionActionStatus {
2
+ PENDING = "PENDING",
3
+ REFUNDED = "REFUNDED",
4
+ TRANSFERRED = "TRANSFERRED"
5
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SanctionActionStatus = void 0;
4
+ var SanctionActionStatus;
5
+ (function (SanctionActionStatus) {
6
+ SanctionActionStatus["PENDING"] = "PENDING";
7
+ SanctionActionStatus["REFUNDED"] = "REFUNDED";
8
+ SanctionActionStatus["TRANSFERRED"] = "TRANSFERRED";
9
+ })(SanctionActionStatus || (exports.SanctionActionStatus = SanctionActionStatus = {}));
10
+ //# sourceMappingURL=SanctionActionStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SanctionActionStatus.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/SanctionActionStatus.ts"],"names":[],"mappings":";;;AAAA,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,2CAAmB,CAAA;IACnB,6CAAqB,CAAA;IACrB,mDAA2B,CAAA;AAC7B,CAAC,EAJW,oBAAoB,oCAApB,oBAAoB,QAI/B"}
@@ -0,0 +1,18 @@
1
+ import { SanctionActionStatus } from './SanctionActionStatus';
2
+ import { BlockchainSymbol, DepositBlockchainSymbol } from '../../blockchain/constants';
3
+ import { BlockchainEngineType } from '../../blockchainEngine';
4
+ export declare class SanctionedDeposit {
5
+ id: string;
6
+ publicKey: string;
7
+ depositType: string;
8
+ companyId: string;
9
+ companyName: string;
10
+ sanctionedAt: string;
11
+ sanctionedByAddress: string;
12
+ sanctionRisk?: string;
13
+ sanctionRiskReason?: string;
14
+ isFrozen: boolean;
15
+ actionStatus: SanctionActionStatus;
16
+ blockchainEngineType: BlockchainEngineType;
17
+ blockchainSymbol?: BlockchainSymbol | DepositBlockchainSymbol;
18
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SanctionedDeposit = void 0;
4
+ class SanctionedDeposit {
5
+ }
6
+ exports.SanctionedDeposit = SanctionedDeposit;
7
+ //# sourceMappingURL=SanctionedDeposit.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SanctionedDeposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/SanctionedDeposit.entity.ts"],"names":[],"mappings":";;;AAOA,MAAa,iBAAiB;CA0B7B;AA1BD,8CA0BC"}
@@ -0,0 +1,14 @@
1
+ import { SanctionedDeposit } from './SanctionedDeposit.entity';
2
+ export interface SanctionedDepositBalance {
3
+ amount: string;
4
+ currency: string;
5
+ }
6
+ export declare class SanctionedDepositDetail extends SanctionedDeposit {
7
+ balances: SanctionedDepositBalance[];
8
+ currencies: SanctionedDepositCurrency[];
9
+ }
10
+ export interface SanctionedDepositCurrency {
11
+ id: string;
12
+ symbol: string;
13
+ decimals: number;
14
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SanctionedDepositDetail = void 0;
4
+ const SanctionedDeposit_entity_1 = require("./SanctionedDeposit.entity");
5
+ class SanctionedDepositDetail extends SanctionedDeposit_entity_1.SanctionedDeposit {
6
+ }
7
+ exports.SanctionedDepositDetail = SanctionedDepositDetail;
8
+ //# sourceMappingURL=SanctionedDepositDetail.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SanctionedDepositDetail.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.ts"],"names":[],"mappings":";;;AAAA,yEAA+D;AAQ/D,MAAa,uBAAwB,SAAQ,4CAAiB;CAI7D;AAJD,0DAIC"}
@@ -2,5 +2,9 @@ export * from './DepositRefund.entity';
2
2
  export * from './DepositRefundStatus';
3
3
  export * from './ExecuteSweepResponse';
4
4
  export * from './RefundTransactionResponse.entity';
5
+ export * from './SanctionedDepositDetail.entity';
6
+ export * from './SanctionedDeposit.entity';
7
+ export * from './CurrencyBalanceResult';
8
+ export * from './SanctionActionStatus';
5
9
  export * from './SweepExecutionStep';
6
10
  export * from './TransferFundsResponse';
@@ -18,6 +18,10 @@ __exportStar(require("./DepositRefund.entity"), exports);
18
18
  __exportStar(require("./DepositRefundStatus"), exports);
19
19
  __exportStar(require("./ExecuteSweepResponse"), exports);
20
20
  __exportStar(require("./RefundTransactionResponse.entity"), exports);
21
+ __exportStar(require("./SanctionedDepositDetail.entity"), exports);
22
+ __exportStar(require("./SanctionedDeposit.entity"), exports);
23
+ __exportStar(require("./CurrencyBalanceResult"), exports);
24
+ __exportStar(require("./SanctionActionStatus"), exports);
21
25
  __exportStar(require("./SweepExecutionStep"), exports);
22
26
  __exportStar(require("./TransferFundsResponse"), exports);
23
27
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,wDAAsC;AACtC,yDAAuC;AACvC,qEAAmD;AACnD,uDAAqC;AACrC,0DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,wDAAsC;AACtC,yDAAuC;AACvC,qEAAmD;AACnD,mEAAiD;AACjD,6DAA2C;AAC3C,0DAAwC;AACxC,yDAAuC;AACvC,uDAAqC;AACrC,0DAAwC"}
@@ -17,6 +17,7 @@ export * from './blockchain';
17
17
  export * from './paylink';
18
18
  export * from './deposit';
19
19
  export * from './deposit-tx';
20
+ export * from './withdraw';
20
21
  export * from './deposit-wallet-balance';
21
22
  export * from './deposit-management';
22
23
  export * from './content';
@@ -147,3 +148,4 @@ export * from './tron-gasless';
147
148
  export * from './coinbase-auth';
148
149
  export * from './hypercore';
149
150
  export * from './x402';
151
+ export * from './payment-method-fee';
@@ -33,6 +33,7 @@ __exportStar(require("./blockchain"), exports);
33
33
  __exportStar(require("./paylink"), exports);
34
34
  __exportStar(require("./deposit"), exports);
35
35
  __exportStar(require("./deposit-tx"), exports);
36
+ __exportStar(require("./withdraw"), exports);
36
37
  __exportStar(require("./deposit-wallet-balance"), exports);
37
38
  __exportStar(require("./deposit-management"), exports);
38
39
  __exportStar(require("./content"), exports);
@@ -163,4 +164,5 @@ __exportStar(require("./tron-gasless"), exports);
163
164
  __exportStar(require("./coinbase-auth"), exports);
164
165
  __exportStar(require("./hypercore"), exports);
165
166
  __exportStar(require("./x402"), exports);
167
+ __exportStar(require("./payment-method-fee"), exports);
166
168
  //# 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,mDAAiC;AACjC,yDAAuC;AACvC,oDAAkC;AAClC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,+CAA6B;AAC7B,2DAAyC;AACzC,uDAAqC;AACrC,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,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,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,6DAA2C;AAC3C,oDAAkC;AAClC,yDAAuC;AACvC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,8CAA4B;AAC5B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,6DAA2C;AAC3C,mDAAiC;AACjC,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B;AAE3B,2CAAyB;AACzB,yDAAuC;AACvC,6DAA2C;AAC3C,4DAA0C;AAC1C,qDAAmC;AACnC,gDAA8B;AAC9B,+CAA6B;AAC7B,gDAA8B;AAC9B,mDAAiC;AACjC,0DAAwC;AACxC,gDAA8B;AAC9B,2CAAyB;AACzB,6CAA2B;AAC3B,+CAA6B;AAC7B,oDAAkC;AAClC,kDAAgC;AAChC,0CAAwB;AACxB,oDAAkC;AAClC,2CAAyB;AACzB,yDAAuC;AACvC,iDAA+B;AAC/B,0CAAwB;AACxB,wCAAsB;AACtB,+CAA6B;AAC7B,qDAAmC;AACnC,kDAAgC;AAChC,0DAAwC;AACxC,2CAAyB;AACzB,kDAAgC;AAChC,2CAAyB;AACzB,2DAAyC;AACzC,uDAAqC;AACrC,gDAA8B;AAC9B,sDAAoC;AACpC,sDAAoC;AACpC,4CAA0B;AAC1B,kDAAgC;AAChC,0DAAwC;AACxC,mDAAiC;AACjC,wEAAsD;AACtD,+CAA6B;AAC7B,iDAA+B;AAC/B,kDAAgC;AAChC,8CAA4B;AAC5B,yCAAuB"}
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,mDAAiC;AACjC,yDAAuC;AACvC,oDAAkC;AAClC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,+CAA6B;AAC7B,6CAA2B;AAC3B,2DAAyC;AACzC,uDAAqC;AACrC,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,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,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,6DAA2C;AAC3C,oDAAkC;AAClC,yDAAuC;AACvC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,8CAA4B;AAC5B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,6DAA2C;AAC3C,mDAAiC;AACjC,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B;AAE3B,2CAAyB;AACzB,yDAAuC;AACvC,6DAA2C;AAC3C,4DAA0C;AAC1C,qDAAmC;AACnC,gDAA8B;AAC9B,+CAA6B;AAC7B,gDAA8B;AAC9B,mDAAiC;AACjC,0DAAwC;AACxC,gDAA8B;AAC9B,2CAAyB;AACzB,6CAA2B;AAC3B,+CAA6B;AAC7B,oDAAkC;AAClC,kDAAgC;AAChC,0CAAwB;AACxB,oDAAkC;AAClC,2CAAyB;AACzB,yDAAuC;AACvC,iDAA+B;AAC/B,0CAAwB;AACxB,wCAAsB;AACtB,+CAA6B;AAC7B,qDAAmC;AACnC,kDAAgC;AAChC,0DAAwC;AACxC,2CAAyB;AACzB,kDAAgC;AAChC,2CAAyB;AACzB,2DAAyC;AACzC,uDAAqC;AACrC,gDAA8B;AAC9B,sDAAoC;AACpC,sDAAoC;AACpC,4CAA0B;AAC1B,kDAAgC;AAChC,0DAAwC;AACxC,mDAAiC;AACjC,wEAAsD;AACtD,+CAA6B;AAC7B,iDAA+B;AAC/B,kDAAgC;AAChC,8CAA4B;AAC5B,yCAAuB;AACvB,uDAAqC"}
@@ -0,0 +1,3 @@
1
+ export declare class CreateMoonPayPlatformCompanySessionDto {
2
+ companyId: string;
3
+ }
@@ -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.CreateMoonPayPlatformCompanySessionDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class CreateMoonPayPlatformCompanySessionDto {
15
+ }
16
+ exports.CreateMoonPayPlatformCompanySessionDto = CreateMoonPayPlatformCompanySessionDto;
17
+ __decorate([
18
+ (0, class_validator_1.IsMongoId)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ __metadata("design:type", String)
21
+ ], CreateMoonPayPlatformCompanySessionDto.prototype, "companyId", void 0);
22
+ //# sourceMappingURL=createMoonPayPlatformCompanySession.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createMoonPayPlatformCompanySession.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/createMoonPayPlatformCompanySession.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,sCAAsC;CAIlD;AAJD,wFAIC;AADC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACK"}
@@ -0,0 +1,3 @@
1
+ export declare class CreateMoonPayPlatformSessionDto {
2
+ depositCustomerId: string;
3
+ }
@@ -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.CreateMoonPayPlatformSessionDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class CreateMoonPayPlatformSessionDto {
15
+ }
16
+ exports.CreateMoonPayPlatformSessionDto = CreateMoonPayPlatformSessionDto;
17
+ __decorate([
18
+ (0, class_validator_1.IsMongoId)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ __metadata("design:type", String)
21
+ ], CreateMoonPayPlatformSessionDto.prototype, "depositCustomerId", void 0);
22
+ //# sourceMappingURL=createMoonPayPlatformSession.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createMoonPayPlatformSession.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/createMoonPayPlatformSession.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,+BAA+B;CAI3C;AAJD,0EAIC;AADC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0EACa"}
@@ -1,2 +1,4 @@
1
+ export * from './createMoonPayPlatformCompanySession.dto';
1
2
  export * from './MoonPayPaymentMethodConfigQuery.dto';
2
3
  export * from './MoonPayUrl.dto';
4
+ export * from './createMoonPayPlatformSession.dto';
@@ -14,6 +14,8 @@ 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("./createMoonPayPlatformCompanySession.dto"), exports);
17
18
  __exportStar(require("./MoonPayPaymentMethodConfigQuery.dto"), exports);
18
19
  __exportStar(require("./MoonPayUrl.dto"), exports);
20
+ __exportStar(require("./createMoonPayPlatformSession.dto"), exports);
19
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wEAAsD;AACtD,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4EAA0D;AAC1D,wEAAsD;AACtD,mDAAiC;AACjC,qEAAmD"}
@@ -0,0 +1,4 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class MoonPayPlatformSession extends Entity {
3
+ sessionToken: string;
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MoonPayPlatformSession = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class MoonPayPlatformSession extends entity_1.Entity {
6
+ }
7
+ exports.MoonPayPlatformSession = MoonPayPlatformSession;
8
+ //# sourceMappingURL=MoonPayPlatformSession.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MoonPayPlatformSession.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/MoonPayPlatformSession.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,sBAAuB,SAAQ,eAAM;CAEjD;AAFD,wDAEC"}
@@ -1,3 +1,4 @@
1
1
  export * from './MoonPayPaymentMethodConfig.entity';
2
+ export * from './MoonPayPlatformSession.entity';
2
3
  export * from './MoonPayTransactionType';
3
4
  export * from './MoonPayUrlSignature.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("./MoonPayPaymentMethodConfig.entity"), exports);
18
+ __exportStar(require("./MoonPayPlatformSession.entity"), exports);
18
19
  __exportStar(require("./MoonPayTransactionType"), exports);
19
20
  __exportStar(require("./MoonPayUrlSignature.entity"), exports);
20
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,2DAAyC;AACzC,+DAA6C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,kEAAgD;AAChD,2DAAyC;AACzC,+DAA6C"}
@@ -1,3 +1,4 @@
1
+ import { DepositCustomerSwapRoute } from '../../deposit/entities/DepositCustomerSwapRoute.entity';
1
2
  import { HelioPlayProperties } from '../../helio-play';
2
3
  import { LinkFeatures } from '../../link-features';
3
4
  import { PaymentRequest } from '../../payment-request';
@@ -10,4 +11,5 @@ export declare class Paylink extends PaymentRequest {
10
11
  airdropConfigured?: boolean;
11
12
  subscriptionDetails?: SubscriptionDetails;
12
13
  redirectUrl?: string;
14
+ swapRoutes?: DepositCustomerSwapRoute[];
13
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Paylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/Paylink.ts"],"names":[],"mappings":";;;AAEA,2DAAuD;AAGvD,MAAa,OAAQ,SAAQ,gCAAc;CAc1C;AAdD,0BAcC"}
1
+ {"version":3,"file":"Paylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/Paylink.ts"],"names":[],"mappings":";;;AAGA,2DAAuD;AAGvD,MAAa,OAAQ,SAAQ,gCAAc;CAgB1C;AAhBD,0BAgBC"}
@@ -0,0 +1,4 @@
1
+ import { PaymentMethod } from '../../deposit-wallet-incoming-transaction/constants';
2
+ export declare class DeletePaymentMethodFeeDto {
3
+ paymentMethod: PaymentMethod;
4
+ }
@@ -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.DeletePaymentMethodFeeDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const constants_1 = require("../../deposit-wallet-incoming-transaction/constants");
15
+ class DeletePaymentMethodFeeDto {
16
+ }
17
+ exports.DeletePaymentMethodFeeDto = DeletePaymentMethodFeeDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsEnum)(constants_1.PaymentMethod),
20
+ __metadata("design:type", String)
21
+ ], DeletePaymentMethodFeeDto.prototype, "paymentMethod", void 0);
22
+ //# sourceMappingURL=deletePaymentMethodFee.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deletePaymentMethodFee.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-method-fee/dtos/deletePaymentMethodFee.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyC;AACzC,mFAAoF;AAEpF,MAAa,yBAAyB;CAGrC;AAHD,8DAGC;AADC;IADC,IAAA,wBAAM,EAAC,yBAAa,CAAC;;gEACO"}
@@ -0,0 +1,2 @@
1
+ export * from './upsertPaymentMethodFee.dto';
2
+ export * from './deletePaymentMethodFee.dto';