@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.
- package/dist/src/domain/model/company/entities/CompanyWithFees.entity.d.ts +2 -0
- package/dist/src/domain/model/company/entities/CompanyWithFees.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/deposit/dtos/index.js +2 -0
- package/dist/src/domain/model/deposit/dtos/index.js.map +1 -1
- package/dist/src/domain/model/deposit/dtos/requestVirtualAccountOtp.dto.d.ts +3 -0
- package/dist/src/domain/model/deposit/dtos/requestVirtualAccountOtp.dto.js +22 -0
- package/dist/src/domain/model/deposit/dtos/requestVirtualAccountOtp.dto.js.map +1 -0
- package/dist/src/domain/model/deposit/dtos/verifyVirtualAccountOtp.dto.d.ts +4 -0
- package/dist/src/domain/model/deposit/dtos/verifyVirtualAccountOtp.dto.js +28 -0
- package/dist/src/domain/model/deposit/dtos/verifyVirtualAccountOtp.dto.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountPreAuthView.entity.d.ts +3 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountPreAuthView.entity.js +7 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountPreAuthView.entity.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.d.ts +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/index.d.ts +1 -0
- package/dist/src/domain/model/deposit/entities/index.js +1 -0
- package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
- package/dist/src/domain/model/deposit-management/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/deposit-management/dtos/index.js +1 -0
- package/dist/src/domain/model/deposit-management/dtos/index.js.map +1 -1
- package/dist/src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.d.ts +6 -0
- package/dist/src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.js +29 -0
- package/dist/src/domain/model/deposit-management/dtos/sanctionedDepositQuery.dto.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/CurrencyBalanceResult.d.ts +6 -0
- package/dist/src/domain/model/deposit-management/entities/CurrencyBalanceResult.js +7 -0
- package/dist/src/domain/model/deposit-management/entities/CurrencyBalanceResult.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/SanctionActionStatus.d.ts +5 -0
- package/dist/src/domain/model/deposit-management/entities/SanctionActionStatus.js +10 -0
- package/dist/src/domain/model/deposit-management/entities/SanctionActionStatus.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/SanctionedDeposit.entity.d.ts +18 -0
- package/dist/src/domain/model/deposit-management/entities/SanctionedDeposit.entity.js +7 -0
- package/dist/src/domain/model/deposit-management/entities/SanctionedDeposit.entity.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.d.ts +14 -0
- package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.js +8 -0
- package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.js.map +1 -0
- package/dist/src/domain/model/deposit-management/entities/index.d.ts +4 -0
- package/dist/src/domain/model/deposit-management/entities/index.js +4 -0
- package/dist/src/domain/model/deposit-management/entities/index.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +2 -0
- package/dist/src/domain/model/index.js +2 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformCompanySession.dto.d.ts +3 -0
- package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformCompanySession.dto.js +22 -0
- package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformCompanySession.dto.js.map +1 -0
- package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformSession.dto.d.ts +3 -0
- package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformSession.dto.js +22 -0
- package/dist/src/domain/model/on-ramps/dtos/createMoonPayPlatformSession.dto.js.map +1 -0
- package/dist/src/domain/model/on-ramps/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/on-ramps/dtos/index.js +2 -0
- package/dist/src/domain/model/on-ramps/dtos/index.js.map +1 -1
- package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformSession.entity.d.ts +4 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformSession.entity.js +8 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformSession.entity.js.map +1 -0
- package/dist/src/domain/model/on-ramps/entities/index.d.ts +1 -0
- package/dist/src/domain/model/on-ramps/entities/index.js +1 -0
- package/dist/src/domain/model/on-ramps/entities/index.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/Paylink.d.ts +2 -0
- package/dist/src/domain/model/paylink/entities/Paylink.js.map +1 -1
- package/dist/src/domain/model/payment-method-fee/dtos/deletePaymentMethodFee.dto.d.ts +4 -0
- package/dist/src/domain/model/payment-method-fee/dtos/deletePaymentMethodFee.dto.js +22 -0
- package/dist/src/domain/model/payment-method-fee/dtos/deletePaymentMethodFee.dto.js.map +1 -0
- package/dist/src/domain/model/payment-method-fee/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/payment-method-fee/dtos/index.js +19 -0
- package/dist/src/domain/model/payment-method-fee/dtos/index.js.map +1 -0
- package/dist/src/domain/model/payment-method-fee/dtos/upsertPaymentMethodFee.dto.d.ts +5 -0
- package/dist/src/domain/model/payment-method-fee/dtos/upsertPaymentMethodFee.dto.js +28 -0
- package/dist/src/domain/model/payment-method-fee/dtos/upsertPaymentMethodFee.dto.js.map +1 -0
- package/dist/src/domain/model/payment-method-fee/entities/PaymentMethodFee.entity.d.ts +6 -0
- package/dist/src/domain/model/payment-method-fee/entities/PaymentMethodFee.entity.js +8 -0
- package/dist/src/domain/model/payment-method-fee/entities/PaymentMethodFee.entity.js.map +1 -0
- package/dist/src/domain/model/payment-method-fee/entities/index.d.ts +1 -0
- package/dist/src/domain/model/payment-method-fee/entities/index.js +18 -0
- package/dist/src/domain/model/payment-method-fee/entities/index.js.map +1 -0
- package/dist/src/domain/model/payment-method-fee/index.d.ts +2 -0
- package/dist/src/domain/model/payment-method-fee/index.js +19 -0
- package/dist/src/domain/model/payment-method-fee/index.js.map +1 -0
- package/dist/src/domain/model/sanction-validator/entities/sanctionValidatorResponse.entity.d.ts +1 -0
- package/dist/src/domain/model/sanction-validator/entities/sanctionValidatorResponse.entity.js.map +1 -1
- package/dist/src/domain/model/webhook/deposit/deposit-hook-event/dtos/createDepositHookEvent.dto.d.ts +1 -1
- package/dist/src/domain/model/webhook/deposit/deposit-hook-event/dtos/createDepositHookEvent.dto.js +1 -0
- package/dist/src/domain/model/webhook/deposit/deposit-hook-event/dtos/createDepositHookEvent.dto.js.map +1 -1
- package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEvent.entity.d.ts +4 -1
- package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEvent.entity.js +3 -0
- package/dist/src/domain/model/webhook/deposit/deposit-hook-event/entities/DepositHookEvent.entity.js.map +1 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawFeature.d.ts +4 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawFeature.js +9 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawFeature.js.map +1 -0
- package/dist/src/domain/model/withdraw/constants/index.d.ts +1 -0
- package/dist/src/domain/model/withdraw/constants/index.js +18 -0
- package/dist/src/domain/model/withdraw/constants/index.js.map +1 -0
- package/dist/src/domain/model/withdraw/index.d.ts +1 -0
- package/dist/src/domain/model/withdraw/index.js +18 -0
- package/dist/src/domain/model/withdraw/index.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- 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;
|
|
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,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,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,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;
|
|
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"}
|
|
@@ -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,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 @@
|
|
|
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,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 @@
|
|
|
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
|
package/dist/src/domain/model/deposit-management/entities/SanctionedDepositDetail.entity.js.map
ADDED
|
@@ -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,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,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"}
|
|
@@ -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,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"}
|
|
@@ -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":";;;
|
|
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,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"}
|