@heliofi/common 0.1.213 → 0.1.215
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/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +3 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js +22 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js +18 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.d.ts +4 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js +8 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.d.ts +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js +18 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/index.d.ts +2 -0
- package/dist/src/domain/model/accessCodeAuthProperties/index.js +19 -0
- package/dist/src/domain/model/accessCodeAuthProperties/index.js.map +1 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +7 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js +8 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +1 -0
- package/dist/src/domain/model/auth/entities/AuthUser.d.ts +1 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.d.ts +6 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js +7 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js.map +1 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +6 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.js +8 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.js.map +1 -0
- package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.d.ts +16 -0
- package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js +8 -0
- package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js.map +1 -0
- package/dist/src/domain/model/checkoutStatus/entities/index.d.ts +1 -0
- package/dist/src/domain/model/checkoutStatus/entities/index.js +18 -0
- package/dist/src/domain/model/checkoutStatus/entities/index.js.map +1 -0
- package/dist/src/domain/model/checkoutStatus/index.d.ts +1 -0
- package/dist/src/domain/model/checkoutStatus/index.js +18 -0
- package/dist/src/domain/model/checkoutStatus/index.js.map +1 -0
- package/dist/src/domain/model/company/entities/BaseCompany.d.ts +13 -0
- package/dist/src/domain/model/company/entities/BaseCompany.js +8 -0
- package/dist/src/domain/model/company/entities/BaseCompany.js.map +1 -0
- package/dist/src/domain/model/company/entities/Company.d.ts +7 -0
- package/dist/src/domain/model/company/entities/Company.js +8 -0
- package/dist/src/domain/model/company/entities/Company.js.map +1 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +14 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.js +8 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +1 -0
- package/dist/src/domain/model/currency/entities/Currency.d.ts +5 -0
- package/dist/src/domain/model/currency/entities/Currency.js +8 -0
- package/dist/src/domain/model/currency/entities/Currency.js.map +1 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.d.ts +9 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js +8 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js.map +1 -0
- package/dist/src/domain/model/funding/entities/Funding.d.ts +6 -0
- package/dist/src/domain/model/funding/entities/Funding.js +22 -0
- package/dist/src/domain/model/funding/entities/Funding.js.map +1 -0
- package/dist/src/domain/model/index.d.ts +1 -0
- package/dist/src/domain/model/index.js +1 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +1 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +13 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +1 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +13 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js +11 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js.map +1 -0
- package/dist/src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.d.ts +1 -1
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.d.ts +11 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js +57 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.d.ts +6 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.js +36 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +16 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +7 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.d.ts +5 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js +26 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.d.ts +20 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js +37 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/index.d.ts +1 -0
- package/dist/src/domain/model/paystream-tx/entities/index.js +1 -0
- package/dist/src/domain/model/paystream-tx/entities/index.js.map +1 -1
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +5 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +8 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/entities/index.d.ts +0 -0
- package/dist/src/domain/model/prepare-refund/entities/index.js +1 -0
- package/dist/src/domain/model/prepare-refund/entities/index.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.d.ts +4 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js +8 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.d.ts +8 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js +8 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareEvmTransaction.dto.d.ts +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareEvmTransaction.dto.js +5 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareEvmTransaction.dto.js.map +1 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +7 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +8 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js +14 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +1 -1
- package/dist/src/domain/model/refund/dtos/refund.dto.d.ts +7 -0
- package/dist/src/domain/model/refund/dtos/refund.dto.js +39 -0
- package/dist/src/domain/model/refund/dtos/refund.dto.js.map +1 -0
- package/dist/src/domain/model/report/entities/ReportItem.d.ts +37 -0
- package/dist/src/domain/model/report/entities/ReportItem.js +7 -0
- package/dist/src/domain/model/report/entities/ReportItem.js.map +1 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +4 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +8 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +1 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +4 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +8 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +16 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js +26 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +1 -0
- package/dist/src/domain/model/user/entities/BaseUser.d.ts +9 -0
- package/dist/src/domain/model/user/entities/BaseUser.js +8 -0
- package/dist/src/domain/model/user/entities/BaseUser.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +5 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.js +8 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/Wallet.d.ts +7 -0
- package/dist/src/domain/model/wallet/entities/Wallet.js +8 -0
- package/dist/src/domain/model/wallet/entities/Wallet.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +4 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.js +8 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,57 @@
|
|
|
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.CreatePaystreamTxDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const stream_event_1 = require("../../stream-event");
|
|
16
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
17
|
+
class CreatePaystreamTxDto {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
(0, class_transformer_1.Type)(() => transaction_meta_1.CreateTransactionMetaDto),
|
|
22
|
+
(0, class_validator_1.ValidateNested)(),
|
|
23
|
+
__metadata("design:type", transaction_meta_1.CreateTransactionMetaDto)
|
|
24
|
+
], CreatePaystreamTxDto.prototype, "meta", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsString)(),
|
|
27
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], CreatePaystreamTxDto.prototype, "paystream", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsString)(),
|
|
32
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], CreatePaystreamTxDto.prototype, "paymentAccount", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
37
|
+
(0, class_transformer_1.Type)(() => stream_event_1.CreateStreamEventDto),
|
|
38
|
+
(0, class_validator_1.ValidateNested)(),
|
|
39
|
+
__metadata("design:type", stream_event_1.CreateStreamEventDto)
|
|
40
|
+
], CreatePaystreamTxDto.prototype, "startedAt", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], CreatePaystreamTxDto.prototype, "endedAt", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_validator_1.IsNumber)(),
|
|
48
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
49
|
+
__metadata("design:type", Number)
|
|
50
|
+
], CreatePaystreamTxDto.prototype, "interval", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, class_validator_1.IsBoolean)(),
|
|
53
|
+
(0, class_validator_1.IsOptional)(),
|
|
54
|
+
__metadata("design:type", Boolean)
|
|
55
|
+
], CreatePaystreamTxDto.prototype, "isHelioX", void 0);
|
|
56
|
+
exports.CreatePaystreamTxDto = CreatePaystreamTxDto;
|
|
57
|
+
//# sourceMappingURL=createPaystreamTxDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createPaystreamTxDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/dtos/createPaystreamTxDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,qDAOyB;AACzB,qDAA0D;AAC1D,6DAAkE;AAElE,MAAa,oBAAoB;CA8BhC;AA7BC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2CAAwB,CAAC;IACpC,IAAA,gCAAc,GAAE;8BACX,2CAAwB;kDAAC;AAE/B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAoB,CAAC;IAChC,IAAA,gCAAc,GAAE;8BACN,mCAAoB;uDAAC;AAEhC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;qDACvB;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI;AAEjB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACM;AA7BrB,oDA8BC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.UpdatePaystreamTxDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const stream_event_1 = require("../../stream-event");
|
|
16
|
+
const withdrawal_1 = require("../../withdrawal");
|
|
17
|
+
class UpdatePaystreamTxDto {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, class_validator_1.IsOptional)(),
|
|
21
|
+
(0, class_transformer_1.Type)(() => stream_event_1.CreateStreamEventDto),
|
|
22
|
+
(0, class_validator_1.ValidateNested)(),
|
|
23
|
+
__metadata("design:type", stream_event_1.CreateStreamEventDto)
|
|
24
|
+
], UpdatePaystreamTxDto.prototype, "canceledAt", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsOptional)(),
|
|
27
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], UpdatePaystreamTxDto.prototype, "endedAt", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsOptional)(),
|
|
32
|
+
(0, class_transformer_1.Type)(() => withdrawal_1.Withdrawal),
|
|
33
|
+
__metadata("design:type", Array)
|
|
34
|
+
], UpdatePaystreamTxDto.prototype, "withdrawals", void 0);
|
|
35
|
+
exports.UpdatePaystreamTxDto = UpdatePaystreamTxDto;
|
|
36
|
+
//# sourceMappingURL=updatePaystreamTxDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePaystreamTxDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,qDAA6D;AAC7D,qDAA0D;AAC1D,iDAA8C;AAE9C,MAAa,oBAAoB;CAahC;AAZC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAoB,CAAC;IAChC,IAAA,gCAAc,GAAE;8BACJ,mCAAoB;wDAAC;AAElC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;qDACvB;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAU,CAAC;;yDACA;AAZzB,oDAaC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class CheckoutStatus {
|
|
2
|
+
transactionSignature: string;
|
|
3
|
+
endedAt: number;
|
|
4
|
+
paymentData: {
|
|
5
|
+
document: {
|
|
6
|
+
id: string;
|
|
7
|
+
createdAt: string;
|
|
8
|
+
paymentPK: string;
|
|
9
|
+
maxTime: number;
|
|
10
|
+
};
|
|
11
|
+
content: {
|
|
12
|
+
text?: string;
|
|
13
|
+
videoUrl?: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckoutStatus.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/CheckoutStatus.ts"],"names":[],"mappings":";;;AAAA,MAAa,cAAc;CAiB1B;AAjBD,wCAiBC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.PaystreamCheckoutStatusResponse = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const checkoutStatus_1 = require("../../checkoutStatus");
|
|
15
|
+
class PaystreamCheckoutStatusResponse extends checkoutStatus_1.CheckoutStatusResponse {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
+
__metadata("design:type", BigInt)
|
|
20
|
+
], PaystreamCheckoutStatusResponse.prototype, "startedAt", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
23
|
+
__metadata("design:type", BigInt)
|
|
24
|
+
], PaystreamCheckoutStatusResponse.prototype, "endedAt", void 0);
|
|
25
|
+
exports.PaystreamCheckoutStatusResponse = PaystreamCheckoutStatusResponse;
|
|
26
|
+
//# sourceMappingURL=PaystreamCheckoutStatusResponse.entity.js.map
|
package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaystreamCheckoutStatusResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yDAA8D;AAE9D,MAAa,+BAAgC,SAAQ,uCAAsB;CAM1E;AALC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;kEACrB;AAEnB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;gEACvB;AALnB,0EAMC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Paystream } from '../../paystream';
|
|
2
|
+
import { BasePaystreamTx } from './BasePaystreamTx';
|
|
3
|
+
import { Withdrawal } from '../../withdrawal';
|
|
4
|
+
import { TransactionMeta } from '../../transaction-meta';
|
|
5
|
+
import { Contact } from '../../contact';
|
|
6
|
+
import { BlockchainSymbol } from '../../blockchain';
|
|
7
|
+
export declare class PaystreamTx extends BasePaystreamTx {
|
|
8
|
+
paystream: Paystream;
|
|
9
|
+
meta: TransactionMeta;
|
|
10
|
+
withdrawals: Withdrawal[];
|
|
11
|
+
contact?: Contact;
|
|
12
|
+
fee: bigint;
|
|
13
|
+
paymentRequestCreatorId: string;
|
|
14
|
+
paymentRequestName: string;
|
|
15
|
+
paymentRequestImageUrl?: string;
|
|
16
|
+
paymentRequestCurrencySymbol: string;
|
|
17
|
+
paymentRequestBlockchain: BlockchainSymbol;
|
|
18
|
+
totalWithdrawn?: bigint;
|
|
19
|
+
canWithdraw?: boolean;
|
|
20
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.PaystreamTx = void 0;
|
|
13
|
+
const paystream_1 = require("../../paystream");
|
|
14
|
+
const BasePaystreamTx_1 = require("./BasePaystreamTx");
|
|
15
|
+
const withdrawal_1 = require("../../withdrawal");
|
|
16
|
+
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
18
|
+
class PaystreamTx extends BasePaystreamTx_1.BasePaystreamTx {
|
|
19
|
+
}
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, class_transformer_1.Type)(() => paystream_1.Paystream),
|
|
22
|
+
__metadata("design:type", paystream_1.Paystream)
|
|
23
|
+
], PaystreamTx.prototype, "paystream", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, class_transformer_1.Type)(() => transaction_meta_1.BaseTransactionMeta),
|
|
26
|
+
__metadata("design:type", transaction_meta_1.TransactionMeta)
|
|
27
|
+
], PaystreamTx.prototype, "meta", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_transformer_1.Type)(() => withdrawal_1.Withdrawal),
|
|
30
|
+
__metadata("design:type", Array)
|
|
31
|
+
], PaystreamTx.prototype, "withdrawals", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
34
|
+
__metadata("design:type", BigInt)
|
|
35
|
+
], PaystreamTx.prototype, "fee", void 0);
|
|
36
|
+
exports.PaystreamTx = PaystreamTx;
|
|
37
|
+
//# sourceMappingURL=PaystreamTx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaystreamTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/PaystreamTx.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAA4C;AAC5C,uDAAoD;AACpD,iDAA8C;AAC9C,yDAAoD;AACpD,6DAA8E;AAI9E,MAAa,WAAY,SAAQ,iCAAe;CA4B/C;AA3BC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qBAAS,CAAC;8BACX,qBAAS;8CAAC;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sCAAmB,CAAC;8BAC1B,kCAAe;yCAAC;AAEtB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAU,CAAC;;gDACG;AAI1B;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wCAC5B;AAbd,kCA4BC"}
|
|
@@ -4,4 +4,5 @@ export * from './PaystreamTxWithContent';
|
|
|
4
4
|
export * from './BasePaystreamTxWithTransaction';
|
|
5
5
|
export * from './BasePaystreamTxWithSwapTransaction';
|
|
6
6
|
export * from './PaystreamTxWithMeta';
|
|
7
|
+
export * from './PaystreamCheckoutStatusResponse.entity';
|
|
7
8
|
export * from './CheckoutStatus.entity';
|
|
@@ -20,5 +20,6 @@ __exportStar(require("./PaystreamTxWithContent"), exports);
|
|
|
20
20
|
__exportStar(require("./BasePaystreamTxWithTransaction"), exports);
|
|
21
21
|
__exportStar(require("./BasePaystreamTxWithSwapTransaction"), exports);
|
|
22
22
|
__exportStar(require("./PaystreamTxWithMeta"), exports);
|
|
23
|
+
__exportStar(require("./PaystreamCheckoutStatusResponse.entity"), exports);
|
|
23
24
|
__exportStar(require("./CheckoutStatus.entity"), exports);
|
|
24
25
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,oDAAkC;AAClC,2DAAyC;AACzC,mEAAiD;AACjD,uEAAqD;AACrD,wDAAsC;AACtC,0DAAwC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,oDAAkC;AAClC,2DAAyC;AACzC,mEAAiD;AACjD,uEAAqD;AACrD,wDAAsC;AACtC,2EAAyD;AACzD,0DAAwC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrepareInvoice = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class PrepareInvoice extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.PrepareInvoice = PrepareInvoice;
|
|
8
|
+
//# sourceMappingURL=PrepareInvoice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareInvoice.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-invoice/entities/PrepareInvoice.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAGzC;AAHD,wCAGC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-refund/entities/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FundingTokenPayload = void 0;
|
|
4
|
+
const TokenStreamPayload_1 = require("./TokenStreamPayload");
|
|
5
|
+
class FundingTokenPayload extends TokenStreamPayload_1.TokenStreamPayload {
|
|
6
|
+
}
|
|
7
|
+
exports.FundingTokenPayload = FundingTokenPayload;
|
|
8
|
+
//# sourceMappingURL=FundingTokenPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FundingTokenPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/entities/FundingTokenPayload.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAE1D,MAAa,mBAAoB,SAAQ,uCAAkB;CAE1D;AAFD,kDAEC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenStreamPayload = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class TokenStreamPayload extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenStreamPayload = TokenStreamPayload;
|
|
8
|
+
//# sourceMappingURL=TokenStreamPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenStreamPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/entities/TokenStreamPayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,kBAAmB,SAAQ,eAAM;CAQ7C;AARD,gDAQC"}
|
|
@@ -37,6 +37,11 @@ __decorate([
|
|
|
37
37
|
(0, class_validator_1.IsOptional)(),
|
|
38
38
|
__metadata("design:type", String)
|
|
39
39
|
], PrepareEvmTransactionDto.prototype, "fixedCurrencyRateToken", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, class_validator_1.IsString)(),
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], PrepareEvmTransactionDto.prototype, "discountToken", void 0);
|
|
40
45
|
__decorate([
|
|
41
46
|
(0, class_transformer_1.Type)(() => customer_details_1.CustomerDetailsDto),
|
|
42
47
|
(0, class_validator_1.ValidateNested)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepareEvmTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/prepareEvmTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAoD;AACpD,2EAAyE;AACzE,2DAA0D;AAC1D,6DAA4D;AAE5D,MAAa,wBAAyB,SAAQ,kDAAwB;
|
|
1
|
+
{"version":3,"file":"prepareEvmTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/prepareEvmTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAoD;AACpD,2EAAyE;AACzE,2DAA0D;AAC1D,6DAA4D;AAE5D,MAAa,wBAAyB,SAAQ,kDAAwB;CA8BrE;AA7BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wDACxB;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wEACmB;AAEhC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACU;AAEvB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAkB,CAAC;IAC9B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACK,qCAAkB;iEAAC;AAErC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACI,mCAAiB;gEAAC;AA7BrC,4DA8BC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrepareSwapTransaction = void 0;
|
|
4
|
+
class PrepareSwapTransaction {
|
|
5
|
+
}
|
|
6
|
+
exports.PrepareSwapTransaction = PrepareSwapTransaction;
|
|
7
|
+
//# sourceMappingURL=PrepareSwapTransaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareSwapTransaction.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;CAGlC;AAHD,wDAGC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrepareTransaction = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class PrepareTransaction extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.PrepareTransaction = PrepareTransaction;
|
|
8
|
+
//# sourceMappingURL=PrepareTransaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareTransaction.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareTransaction.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,kBAAmB,SAAQ,eAAM;CAG7C;AAHD,gDAGC"}
|
|
@@ -1,8 +1,22 @@
|
|
|
1
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
|
+
};
|
|
2
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
12
|
exports.TokenTransactionPayload = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
4
14
|
const entity_1 = require("../../entity");
|
|
5
15
|
class TokenTransactionPayload extends entity_1.Entity {
|
|
6
16
|
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], TokenTransactionPayload.prototype, "finalAmount", void 0);
|
|
7
21
|
exports.TokenTransactionPayload = TokenTransactionPayload;
|
|
8
22
|
//# sourceMappingURL=TokenTransactionPayload.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenTransactionPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/TokenTransactionPayload.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TokenTransactionPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/TokenTransactionPayload.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,yDAA8C;AAC9C,yCAAsC;AAGtC,MAAa,uBAAwB,SAAQ,eAAM;CAelD;AANC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;4DACnB;AAVvB,0DAeC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RefundDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
16
|
+
class RefundDto {
|
|
17
|
+
}
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], RefundDto.prototype, "transactionSignature", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsEnum)(transaction_meta_1.TransactionStatus),
|
|
25
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], RefundDto.prototype, "transactionStatus", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
30
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
31
|
+
__metadata("design:type", BigInt)
|
|
32
|
+
], RefundDto.prototype, "amount", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsString)(),
|
|
35
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], RefundDto.prototype, "currency", void 0);
|
|
38
|
+
exports.RefundDto = RefundDto;
|
|
39
|
+
//# sourceMappingURL=refund.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refund.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/refund/dtos/refund.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,yDAA8C;AAC9C,6DAA2D;AAE3D,MAAa,SAAS;CAgBrB;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACgB;AAE7B;IAAC,IAAA,wBAAM,EAAC,oCAAiB,CAAC;IACzB,IAAA,4BAAU,GAAE;;oDACwB;AAErC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,GAAE;;yCACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACI;AAfnB,8BAgBC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IntervalType } from '../../paystream';
|
|
2
|
+
import { BlockchainSymbol } from '../../blockchain';
|
|
3
|
+
export declare class ReportItem {
|
|
4
|
+
id: string;
|
|
5
|
+
txSignature: string;
|
|
6
|
+
solScanLink: string;
|
|
7
|
+
paymentRequestId: string;
|
|
8
|
+
paymentRequestUrl: string;
|
|
9
|
+
paymentRequestName: string;
|
|
10
|
+
quantity: number;
|
|
11
|
+
time: string;
|
|
12
|
+
amount: number;
|
|
13
|
+
convertedAmount: number;
|
|
14
|
+
currency: string;
|
|
15
|
+
blockchain: BlockchainSymbol;
|
|
16
|
+
from: string;
|
|
17
|
+
paymentRequestUrlWithSlug?: string;
|
|
18
|
+
cancelAt?: number;
|
|
19
|
+
endAt?: number;
|
|
20
|
+
startAt?: number;
|
|
21
|
+
intervalUnit?: IntervalType;
|
|
22
|
+
email?: string;
|
|
23
|
+
discordUsername?: string;
|
|
24
|
+
twitterUsername?: string;
|
|
25
|
+
fullName?: string;
|
|
26
|
+
country?: string;
|
|
27
|
+
deliveryAddress?: string;
|
|
28
|
+
phoneNumber?: string;
|
|
29
|
+
state?: string;
|
|
30
|
+
street?: string;
|
|
31
|
+
streetNumber?: string;
|
|
32
|
+
city?: string;
|
|
33
|
+
areaCode?: string;
|
|
34
|
+
name?: string;
|
|
35
|
+
value?: string;
|
|
36
|
+
fee: number;
|
|
37
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReportItem.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.ts"],"names":[],"mappings":";;;AAGA,MAAa,UAAU;CAkEtB;AAlED,gCAkEC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenQuoting = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class TokenQuoting extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenQuoting = TokenQuoting;
|
|
8
|
+
//# sourceMappingURL=TokenQuoting.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenQuoting.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-quoting/entities/TokenQuoting.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,YAAa,SAAQ,eAAM;CAEvC;AAFD,oCAEC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SwapRouteToken = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class SwapRouteToken extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.SwapRouteToken = SwapRouteToken;
|
|
8
|
+
//# sourceMappingURL=SwapRouteToken.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SwapRouteToken.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-swap/entities/SwapRouteToken.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAEzC;AAFD,wCAEC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { CustomerDetails } from '../../customer-details';
|
|
2
|
+
import { Entity } from '../../entity';
|
|
3
|
+
import { ProductDetails } from '../../product-details';
|
|
4
|
+
import { SplitAccount } from '../../split-account';
|
|
5
|
+
export declare class BaseTransactionMeta extends Entity {
|
|
6
|
+
id: string;
|
|
7
|
+
transactionSignature: string;
|
|
8
|
+
amount: bigint;
|
|
9
|
+
recipientPK: string;
|
|
10
|
+
senderPK: string;
|
|
11
|
+
customerDetails: CustomerDetails;
|
|
12
|
+
productDetails: ProductDetails;
|
|
13
|
+
splitRevenue: boolean;
|
|
14
|
+
remainingAccounts: SplitAccount[];
|
|
15
|
+
totalAmount: bigint;
|
|
16
|
+
}
|