@heliofi/common 0.1.195 → 0.1.196
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/constants/generalNetwork.d.ts +5 -0
- package/dist/src/domain/constants/generalNetwork.js +10 -0
- package/dist/src/domain/constants/generalNetwork.js.map +1 -0
- package/dist/src/domain/constants/index.d.ts +1 -0
- package/dist/src/domain/constants/index.js +1 -0
- package/dist/src/domain/constants/index.js.map +1 -1
- package/dist/src/domain/decorators/PartialRequired.js +2 -2
- package/dist/src/domain/decorators/PartialRequired.js.map +1 -1
- 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/refund/dtos/createRefund.dto.d.ts +7 -0
- package/dist/src/domain/model/{paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js → refund/dtos/createRefund.dto.js} +22 -9
- package/dist/src/domain/model/refund/dtos/createRefund.dto.js.map +1 -0
- package/dist/src/domain/model/refund/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/{checkoutStatus/entities → refund/dtos}/index.js +1 -1
- package/dist/src/domain/model/refund/dtos/index.js.map +1 -0
- package/dist/src/domain/model/refund/entities/Refund.entity.d.ts +9 -0
- package/dist/src/domain/model/{transaction-meta/entities/BaseTransactionMeta.js → refund/entities/Refund.entity.js} +5 -9
- package/dist/src/domain/model/refund/entities/Refund.entity.js.map +1 -0
- package/dist/src/domain/model/refund/entities/index.d.ts +1 -0
- package/dist/src/domain/model/refund/entities/index.js +18 -0
- package/dist/src/domain/model/refund/entities/index.js.map +1 -0
- package/dist/src/domain/model/{checkoutStatus → refund}/index.d.ts +1 -0
- package/dist/src/domain/model/{checkoutStatus → refund}/index.js +1 -0
- package/dist/src/domain/model/refund/index.js.map +1 -0
- package/dist/src/domain/services/ClusterService.d.ts +7 -0
- package/dist/src/domain/services/ClusterService.js +37 -0
- package/dist/src/domain/services/ClusterService.js.map +1 -0
- package/dist/src/domain/services/index.d.ts +1 -0
- package/dist/src/domain/services/index.js +1 -0
- package/dist/src/domain/services/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +0 -7
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js +0 -8
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +0 -1
- package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.d.ts +0 -16
- package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js +0 -8
- package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js.map +0 -1
- package/dist/src/domain/model/checkoutStatus/entities/index.d.ts +0 -1
- package/dist/src/domain/model/checkoutStatus/entities/index.js.map +0 -1
- package/dist/src/domain/model/checkoutStatus/index.js.map +0 -1
- package/dist/src/domain/model/company/entities/BaseCompany.d.ts +0 -13
- package/dist/src/domain/model/company/entities/BaseCompany.js +0 -8
- package/dist/src/domain/model/company/entities/BaseCompany.js.map +0 -1
- package/dist/src/domain/model/company/entities/Company.d.ts +0 -7
- package/dist/src/domain/model/company/entities/Company.js +0 -8
- package/dist/src/domain/model/company/entities/Company.js.map +0 -1
- package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +0 -14
- package/dist/src/domain/model/currency/entities/BaseCurrency.js +0 -8
- package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +0 -1
- package/dist/src/domain/model/currency/entities/Currency.d.ts +0 -5
- package/dist/src/domain/model/currency/entities/Currency.js +0 -8
- package/dist/src/domain/model/currency/entities/Currency.js.map +0 -1
- package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.d.ts +0 -5
- package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.js +0 -7
- package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.js.map +0 -1
- package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.d.ts +0 -5
- package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js +0 -7
- package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js.map +0 -1
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +0 -8
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +0 -8
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +0 -1
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +0 -13
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +0 -8
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +0 -1
- package/dist/src/domain/model/media/entities/MediaProperties.d.ts +0 -5
- package/dist/src/domain/model/media/entities/MediaProperties.js +0 -7
- package/dist/src/domain/model/media/entities/MediaProperties.js.map +0 -1
- package/dist/src/domain/model/media/entities/MediaType.entity.d.ts +0 -3
- package/dist/src/domain/model/media/entities/MediaType.entity.js +0 -8
- package/dist/src/domain/model/media/entities/MediaType.entity.js.map +0 -1
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +0 -16
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +0 -7
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +0 -1
- package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.d.ts +0 -5
- package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js.map +0 -1
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +0 -5
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +0 -8
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +0 -5
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +0 -7
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +0 -5
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +0 -8
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +0 -1
- package/dist/src/domain/model/report/entities/ReportItem.d.ts +0 -37
- package/dist/src/domain/model/report/entities/ReportItem.js +0 -7
- package/dist/src/domain/model/report/entities/ReportItem.js.map +0 -1
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +0 -4
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +0 -8
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +0 -1
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +0 -4
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +0 -8
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +0 -16
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +0 -1
- package/dist/src/domain/model/user/entities/BaseUser.d.ts +0 -8
- package/dist/src/domain/model/user/entities/BaseUser.js +0 -8
- package/dist/src/domain/model/user/entities/BaseUser.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +0 -5
- package/dist/src/domain/model/wallet/entities/BaseWallet.js +0 -8
- package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/Wallet.d.ts +0 -7
- package/dist/src/domain/model/wallet/entities/Wallet.js +0 -8
- package/dist/src/domain/model/wallet/entities/Wallet.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +0 -4
- package/dist/src/domain/model/wallet/entities/WalletDetails.js +0 -8
- package/dist/src/domain/model/wallet/entities/WalletDetails.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.196",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"ts-loader": "^9.3.1",
|
|
26
26
|
"typescript": "^4.8.2"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "9a69fbcd0dda07da292e989e78005679f8e67178"
|
|
29
29
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseAttachment = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class BaseAttachment extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.BaseAttachment = BaseAttachment;
|
|
8
|
-
//# sourceMappingURL=BaseAttachment.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseAttachment.js","sourceRoot":"","sources":["../../../../../../src/domain/model/attachment/entities/BaseAttachment.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAQzC;AARD,wCAQC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ContentResponse } from '../../content';
|
|
2
|
-
import { Entity } from '../../entity';
|
|
3
|
-
import { TransactionStatus } from '../../transaction-meta';
|
|
4
|
-
export declare class CheckoutStatusResponse extends Entity {
|
|
5
|
-
transactionStatus: TransactionStatus;
|
|
6
|
-
transactionSignature?: string;
|
|
7
|
-
paymentData?: {
|
|
8
|
-
document: {
|
|
9
|
-
id: string;
|
|
10
|
-
createdAt: string;
|
|
11
|
-
paymentPK: string;
|
|
12
|
-
maxTime: number;
|
|
13
|
-
};
|
|
14
|
-
content?: ContentResponse;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CheckoutStatusResponse = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class CheckoutStatusResponse extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.CheckoutStatusResponse = CheckoutStatusResponse;
|
|
8
|
-
//# sourceMappingURL=CheckoutStatusResponse.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CheckoutStatusResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAGtC,MAAa,sBAAuB,SAAQ,eAAM;CAejD;AAfD,wDAeC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './CheckoutStatusResponse.entity';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/checkoutStatus/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/checkoutStatus/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Entity } from '../../entity';
|
|
2
|
-
export declare class BaseCompany extends Entity {
|
|
3
|
-
id: string;
|
|
4
|
-
name?: string;
|
|
5
|
-
email?: string;
|
|
6
|
-
logoUrl?: string;
|
|
7
|
-
websiteUrl?: string;
|
|
8
|
-
twitterUsername?: string;
|
|
9
|
-
discordUsername?: string;
|
|
10
|
-
address?: string;
|
|
11
|
-
phoneNumber?: string;
|
|
12
|
-
twitterConfirmed?: boolean;
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseCompany = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class BaseCompany extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.BaseCompany = BaseCompany;
|
|
8
|
-
//# sourceMappingURL=BaseCompany.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseCompany.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,WAAY,SAAQ,eAAM;CAoBtC;AApBD,kCAoBC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Company = void 0;
|
|
4
|
-
const BaseCompany_1 = require("./BaseCompany");
|
|
5
|
-
class Company extends BaseCompany_1.BaseCompany {
|
|
6
|
-
}
|
|
7
|
-
exports.Company = Company;
|
|
8
|
-
//# sourceMappingURL=Company.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Company.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/Company.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAI5C,MAAa,OAAQ,SAAQ,yBAAW;CAIvC;AAJD,0BAIC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Entity } from '../../entity';
|
|
2
|
-
import { CurrencyType } from './CurrencyType';
|
|
3
|
-
export declare class BaseCurrency extends Entity {
|
|
4
|
-
id: string;
|
|
5
|
-
symbol: string;
|
|
6
|
-
name: string;
|
|
7
|
-
mintAddress?: string;
|
|
8
|
-
coinMarketCapId: number;
|
|
9
|
-
decimals: number;
|
|
10
|
-
symbolPrefix?: string;
|
|
11
|
-
order: number;
|
|
12
|
-
type?: CurrencyType;
|
|
13
|
-
iconUrl?: string;
|
|
14
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseCurrency = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class BaseCurrency extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.BaseCurrency = BaseCurrency;
|
|
8
|
-
//# sourceMappingURL=BaseCurrency.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseCurrency.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/BaseCurrency.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,YAAa,SAAQ,eAAM;CAoBvC;AApBD,oCAoBC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Currency = void 0;
|
|
4
|
-
const BaseCurrency_1 = require("./BaseCurrency");
|
|
5
|
-
class Currency extends BaseCurrency_1.BaseCurrency {
|
|
6
|
-
}
|
|
7
|
-
exports.Currency = Currency;
|
|
8
|
-
//# sourceMappingURL=Currency.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Currency.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/Currency.ts"],"names":[],"mappings":";;;AACA,iDAA8C;AAE9C,MAAa,QAAS,SAAQ,2BAAY;CAEzC;AAFD,4BAEC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HelioPlayPropertiesDto = void 0;
|
|
4
|
-
class HelioPlayPropertiesDto {
|
|
5
|
-
}
|
|
6
|
-
exports.HelioPlayPropertiesDto = HelioPlayPropertiesDto;
|
|
7
|
-
//# sourceMappingURL=HelioPlayPropertiesDto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HelioPlayPropertiesDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;CAGlC;AAHD,wDAGC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HelioPlayProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/entities/HelioPlayProperties.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;CAG/B;AAHD,kDAGC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FetchifyFindAddress = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class FetchifyFindAddress extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.FetchifyFindAddress = FetchifyFindAddress;
|
|
8
|
-
//# sourceMappingURL=FetchifyFindAddress.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FetchifyFindAddress.js","sourceRoot":"","sources":["../../../../../../src/domain/model/location/entities/FetchifyFindAddress.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mBAAoB,SAAQ,eAAM;CAE9C;AAFD,kDAEC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Entity } from '../../entity';
|
|
2
|
-
export declare class FetchifyRetrieveAddress extends Entity {
|
|
3
|
-
result: {
|
|
4
|
-
province_name: string;
|
|
5
|
-
street_name: string;
|
|
6
|
-
street_prefix: string;
|
|
7
|
-
street_suffix: string;
|
|
8
|
-
building_number: string;
|
|
9
|
-
line_2: string;
|
|
10
|
-
province: string;
|
|
11
|
-
locality: string;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FetchifyRetrieveAddress = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class FetchifyRetrieveAddress extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.FetchifyRetrieveAddress = FetchifyRetrieveAddress;
|
|
8
|
-
//# sourceMappingURL=FetchifyRetrieveAddress.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FetchifyRetrieveAddress.js","sourceRoot":"","sources":["../../../../../../src/domain/model/location/entities/FetchifyRetrieveAddress.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,uBAAwB,SAAQ,eAAM;CAWlD;AAXD,0DAWC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MediaProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/MediaProperties.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;CAG3B;AAHD,0CAGC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaType = void 0;
|
|
4
|
-
var MediaType;
|
|
5
|
-
(function (MediaType) {
|
|
6
|
-
MediaType["VIDEO"] = "VIDEO";
|
|
7
|
-
})(MediaType = exports.MediaType || (exports.MediaType = {}));
|
|
8
|
-
//# sourceMappingURL=MediaType.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MediaType.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/MediaType.entity.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAEX;AAFD,WAAY,SAAS;IACnB,4BAAe,CAAA;AACjB,CAAC,EAFW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAEpB"}
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CheckoutStatus.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/CheckoutStatus.ts"],"names":[],"mappings":";;;AAAA,MAAa,cAAc;CAiB1B;AAjBD,wCAiBC"}
|
package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrepareSwapTransaction.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;CAGlC;AAHD,wDAGC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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,37 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReportItem.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.ts"],"names":[],"mappings":";;;AAGA,MAAa,UAAU;CAkEtB;AAlED,gCAkEC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseTransactionMeta.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/BaseTransactionMeta.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAE9C,yCAAsC;AAItC,MAAa,mBAAoB,SAAQ,eAAM;CAsB9C;AAjBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mDACzB;AAcf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wDACpB;AArBtB,kDAsBC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseUser = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class BaseUser extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.BaseUser = BaseUser;
|
|
8
|
-
//# sourceMappingURL=BaseUser.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseUser.js","sourceRoot":"","sources":["../../../../../../src/domain/model/user/entities/BaseUser.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,QAAS,SAAQ,eAAM;CAUnC;AAVD,4BAUC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseWallet = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class BaseWallet extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.BaseWallet = BaseWallet;
|
|
8
|
-
//# sourceMappingURL=BaseWallet.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseWallet.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/BaseWallet.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,UAAW,SAAQ,eAAM;CAIrC;AAJD,gCAIC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Blockchain } from '../../blockchain';
|
|
2
|
-
import { BaseWallet } from './BaseWallet';
|
|
3
|
-
import { BlockchainEngine } from '../../blockchainEngine';
|
|
4
|
-
export declare class Wallet extends BaseWallet {
|
|
5
|
-
blockchain?: Blockchain;
|
|
6
|
-
blockchainEngine: BlockchainEngine;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Wallet = void 0;
|
|
4
|
-
const BaseWallet_1 = require("./BaseWallet");
|
|
5
|
-
class Wallet extends BaseWallet_1.BaseWallet {
|
|
6
|
-
}
|
|
7
|
-
exports.Wallet = Wallet;
|
|
8
|
-
//# sourceMappingURL=Wallet.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Wallet.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/Wallet.ts"],"names":[],"mappings":";;;AACA,6CAA0C;AAG1C,MAAa,MAAO,SAAQ,uBAAU;CAIrC;AAJD,wBAIC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WalletDetails = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class WalletDetails extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.WalletDetails = WalletDetails;
|
|
8
|
-
//# sourceMappingURL=WalletDetails.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WalletDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/WalletDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,aAAc,SAAQ,eAAM;CAExC;AAFD,sCAEC"}
|