@heliofi/common 0.1.273 → 0.1.274
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/index.d.ts +0 -1
- package/dist/src/domain/constants/index.js +0 -1
- package/dist/src/domain/constants/index.js.map +1 -1
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +3 -0
- package/dist/src/domain/model/{escrow-cancel-transaction-meta/dtos/nftDrop.dto.js → accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js} +5 -12
- 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/{escrow-transaction-meta/entities → accessCodeAuthProperties/dtos}/index.js +1 -1
- 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/{escrow-cancel-transaction-meta/dtos → accessCodeAuthProperties/entities}/index.js +1 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +1 -0
- package/dist/src/domain/model/{escrow-transaction-meta → accessCodeAuthProperties}/index.d.ts +1 -0
- package/dist/src/domain/model/{escrow-transaction-meta → accessCodeAuthProperties}/index.js +1 -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/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/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/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/link-features/dtos/linkFeatures.dto.d.ts +1 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +5 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.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/nft-drop/dtos/NftDrop.dto.d.ts +3 -0
- package/dist/src/domain/model/{escrow-transaction-meta/dtos/nftDrop.dto.js → nft-drop/dtos/NftDrop.dto.js} +5 -10
- package/dist/src/domain/model/nft-drop/dtos/NftDrop.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCancel.dto.d.ts +5 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCancel.dto.js +32 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCancel.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCreate.dto.d.ts +7 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCreate.dto.js +43 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCreate.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowSubmit.dto.d.ts +6 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowSubmit.dto.js +37 -0
- package/dist/src/domain/model/nft-escrow/dtos/NftEscrowSubmit.dto.js.map +1 -0
- package/dist/src/domain/model/paylink/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/paylink/dtos/index.js +1 -0
- package/dist/src/domain/model/paylink/dtos/index.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/uploadAllowlistCSV.dto.d.ts +5 -0
- package/dist/src/domain/model/paylink/dtos/uploadAllowlistCSV.dto.js +22 -0
- package/dist/src/domain/model/paylink/dtos/uploadAllowlistCSV.dto.js.map +1 -0
- package/dist/src/domain/model/paylink/dtos/uploadWhitelistCSV.dto.d.ts +5 -0
- package/dist/src/domain/model/paylink/dtos/uploadWhitelistCSV.dto.js +22 -0
- package/dist/src/domain/model/paylink/dtos/uploadWhitelistCSV.dto.js.map +1 -0
- package/dist/src/domain/model/paylink/entities/AllowlistWallet.d.ts +4 -0
- package/dist/src/domain/model/paylink/entities/AllowlistWallet.js +7 -0
- package/dist/src/domain/model/paylink/entities/AllowlistWallet.js.map +1 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +3 -3
- package/dist/src/domain/model/paylink/entities/index.d.ts +1 -0
- package/dist/src/domain/model/paylink/entities/index.js +1 -0
- package/dist/src/domain/model/paylink/entities/index.js.map +1 -1
- 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/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-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/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/dtos/updateUserKyc.dto.d.ts +3 -0
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.js +22 -0
- package/dist/src/domain/model/user/dtos/updateUserKyc.dto.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
- package/dist/src/domain/constants/maxWalletsPerBlockchain.d.ts +0 -1
- package/dist/src/domain/constants/maxWalletsPerBlockchain.js +0 -5
- package/dist/src/domain/constants/maxWalletsPerBlockchain.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.d.ts +0 -4
- package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.d.ts +0 -5
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js +0 -8
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js +0 -18
- package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js.map +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.js +0 -18
- package/dist/src/domain/model/escrow-cancel-transaction-meta/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.js +0 -18
- package/dist/src/domain/model/escrow-transaction-meta/dtos/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.d.ts +0 -4
- package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.d.ts +0 -6
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js +0 -8
- package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.d.ts +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/entities/index.js.map +0 -1
- package/dist/src/domain/model/escrow-transaction-meta/index.js.map +0 -1
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.d.ts +0 -8
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js +0 -42
- package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.d.ts +0 -5
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js +0 -8
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js.map +0 -1
- /package/dist/src/domain/model/nft-drop/constants/{nftDropState.d.ts → NftDropState.d.ts} +0 -0
- /package/dist/src/domain/model/nft-drop/constants/{nftDropState.js → NftDropState.js} +0 -0
- /package/dist/src/domain/model/nft-drop/constants/{nftDropState.js.map → NftDropState.js.map} +0 -0
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.274",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"ts-loader": "^9.3.1",
|
|
27
27
|
"typescript": "^4.8.2"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "4986f60363bb5834f2c0e15ff587bf4734399311"
|
|
30
30
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const maxWalletsPerBlockchain = 1;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"maxWalletsPerBlockchain.js","sourceRoot":"","sources":["../../../../src/domain/constants/maxWalletsPerBlockchain.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './nftDrop.dto';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-cancel-transaction-meta/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nftDrop.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAG9E,MAAa,oBAAoB;CAUhC;AATC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DACH;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACW;AAT1B,oDAUC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EscrowCancelTransactionMeta = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class EscrowCancelTransactionMeta extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.EscrowCancelTransactionMeta = EscrowCancelTransactionMeta;
|
|
8
|
-
//# sourceMappingURL=EscrowCancelTransactionMeta.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EscrowCancelTransactionMeta.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,2BAA4B,SAAQ,eAAM;CAEtD;AAFD,kEAEC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './EscrowCancelTransactionMeta.entity';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./EscrowCancelTransactionMeta.entity"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-cancel-transaction-meta/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uEAAqD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './entities';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./entities"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/escrow-cancel-transaction-meta/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './nftDrop.dto';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./nftDrop.dto"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-transaction-meta/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nftDrop.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAG9E,MAAa,oBAAoB;CAUhC;AATC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DACH;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACW;AAT1B,oDAUC"}
|
package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EscrowTransactionMeta = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class EscrowTransactionMeta extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.EscrowTransactionMeta = EscrowTransactionMeta;
|
|
8
|
-
//# sourceMappingURL=EscrowTransactionMeta.entity.js.map
|
package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EscrowTransactionMeta.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,qBAAsB,SAAQ,eAAM;CAIhD;AAJD,sDAIC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './EscrowTransactionMeta.entity';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/escrow-transaction-meta/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/escrow-transaction-meta/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { NftDropState } from '../constants';
|
|
2
|
-
import { EscrowTransactionMetaDto } from '../../escrow-transaction';
|
|
3
|
-
export declare class UpdateNftDropDto {
|
|
4
|
-
state?: NftDropState;
|
|
5
|
-
escrow?: EscrowTransactionMetaDto;
|
|
6
|
-
escrowCancel?: EscrowTransactionMetaDto;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
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.UpdateNftDropDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const constants_1 = require("../constants");
|
|
15
|
-
const escrow_transaction_1 = require("../../escrow-transaction");
|
|
16
|
-
const class_transformer_1 = require("class-transformer");
|
|
17
|
-
class UpdateNftDropDto {
|
|
18
|
-
}
|
|
19
|
-
__decorate([
|
|
20
|
-
(0, class_validator_1.IsString)(),
|
|
21
|
-
(0, class_validator_1.IsOptional)(),
|
|
22
|
-
__metadata("design:type", String)
|
|
23
|
-
], UpdateNftDropDto.prototype, "state", void 0);
|
|
24
|
-
__decorate([
|
|
25
|
-
(0, class_validator_1.IsOptional)(),
|
|
26
|
-
(0, class_transformer_1.Type)(() => escrow_transaction_1.EscrowTransactionMetaDto),
|
|
27
|
-
(0, class_validator_1.ValidateNested)(),
|
|
28
|
-
__metadata("design:type", escrow_transaction_1.EscrowTransactionMetaDto)
|
|
29
|
-
], UpdateNftDropDto.prototype, "escrow", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, class_validator_1.IsOptional)(),
|
|
32
|
-
(0, class_transformer_1.Type)(() => escrow_transaction_1.EscrowTransactionMetaDto),
|
|
33
|
-
(0, class_validator_1.ValidateNested)(),
|
|
34
|
-
__metadata("design:type", escrow_transaction_1.EscrowTransactionMetaDto)
|
|
35
|
-
], UpdateNftDropDto.prototype, "escrowCancel", void 0);
|
|
36
|
-
__decorate([
|
|
37
|
-
(0, class_validator_1.IsBoolean)(),
|
|
38
|
-
(0, class_validator_1.IsOptional)(),
|
|
39
|
-
__metadata("design:type", Boolean)
|
|
40
|
-
], UpdateNftDropDto.prototype, "disabled", void 0);
|
|
41
|
-
exports.UpdateNftDropDto = UpdateNftDropDto;
|
|
42
|
-
//# sourceMappingURL=updateNftDrop.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateNftDrop.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/dtos/updateNftDrop.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAKyB;AACzB,4CAA4C;AAC5C,iEAAoE;AACpE,yDAAyC;AAEzC,MAAa,gBAAgB;CAkB5B;AAjBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACQ;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6CAAwB,CAAC;IACpC,IAAA,gCAAc,GAAE;8BACR,6CAAwB;gDAAC;AAElC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6CAAwB,CAAC;IACpC,IAAA,gCAAc,GAAE;8BACF,6CAAwB;sDAAC;AAExC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kDACM;AAjBrB,4CAkBC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TokenNftEscrowPayload = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class TokenNftEscrowPayload extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.TokenNftEscrowPayload = TokenNftEscrowPayload;
|
|
8
|
-
//# sourceMappingURL=TokenNftEscrowPayload.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TokenNftEscrowPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,qBAAsB,SAAQ,eAAM;CAIhD;AAJD,sDAIC"}
|
|
File without changes
|
|
File without changes
|
/package/dist/src/domain/model/nft-drop/constants/{nftDropState.js.map → NftDropState.js.map}
RENAMED
|
File without changes
|