@heliofi/common 0.1.261 → 0.1.263
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/nft-drop/constants/NftDropState.entity.d.ts +9 -0
- package/dist/src/domain/model/nft-drop/constants/NftDropState.entity.js +14 -0
- package/dist/src/domain/model/nft-drop/constants/NftDropState.entity.js.map +1 -0
- package/dist/src/domain/model/nft-drop/constants/index.d.ts +1 -1
- package/dist/src/domain/model/nft-drop/constants/index.js +1 -1
- package/dist/src/domain/model/nft-drop/constants/index.js.map +1 -1
- package/dist/src/domain/model/nft-drop/dtos/index.d.ts +1 -1
- package/dist/src/domain/model/nft-drop/dtos/index.js +1 -1
- package/dist/src/domain/model/nft-drop/entities/NftDrop.entity.d.ts +1 -1
- package/dist/src/domain/model/nft-escrow/dtos/index.d.ts +3 -3
- package/dist/src/domain/model/nft-escrow/dtos/index.js +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NftDropState = void 0;
|
|
4
|
+
var NftDropState;
|
|
5
|
+
(function (NftDropState) {
|
|
6
|
+
NftDropState["FAILED_ESCROW"] = "FAILED_ESCROW";
|
|
7
|
+
NftDropState["PENDING_ESCROW"] = "PENDING_ESCROW";
|
|
8
|
+
NftDropState["ESCROWED"] = "ESCROWED";
|
|
9
|
+
NftDropState["FAILED_CANCEL"] = "FAILED_CANCEL";
|
|
10
|
+
NftDropState["PENDING_CANCEL"] = "PENDING_CANCEL";
|
|
11
|
+
NftDropState["CANCELED"] = "CANCELED";
|
|
12
|
+
NftDropState["TRANSFERRED"] = "TRANSFERRED";
|
|
13
|
+
})(NftDropState = exports.NftDropState || (exports.NftDropState = {}));
|
|
14
|
+
//# sourceMappingURL=NftDropState.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NftDropState.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/constants/NftDropState.entity.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+CAA+B,CAAA;IAC/B,iDAAiC,CAAA;IACjC,qCAAqB,CAAA;IACrB,+CAA+B,CAAA;IAC/B,iDAAiC,CAAA;IACjC,qCAAqB,CAAA;IACrB,2CAA2B,CAAA;AAC7B,CAAC,EARW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAQvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './NftDropState';
|
|
1
|
+
export * from './NftDropState.entity';
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./NftDropState"), exports);
|
|
17
|
+
__exportStar(require("./NftDropState.entity"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './nftDrop.dto';
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./nftDrop.dto"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
1
|
+
export * from './nftEscrowCreate.dto';
|
|
2
|
+
export * from './nftEscrowCancel.dto';
|
|
3
|
+
export * from './nftEscrowSubmit.dto';
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
19
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./nftEscrowCreate.dto"), exports);
|
|
18
|
+
__exportStar(require("./nftEscrowCancel.dto"), exports);
|
|
19
|
+
__exportStar(require("./nftEscrowSubmit.dto"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|