@heliofi/common 0.1.213 → 0.1.214
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/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/nft-escrow/dtos/index.d.ts +3 -0
- package/dist/src/domain/model/nft-escrow/dtos/index.js +20 -0
- package/dist/src/domain/model/nft-escrow/dtos/index.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 +4 -0
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.js +27 -0
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.d.ts +5 -0
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js +8 -0
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/entities/index.d.ts +1 -0
- package/dist/src/domain/model/nft-escrow/entities/index.js +18 -0
- package/dist/src/domain/model/nft-escrow/entities/index.js.map +1 -0
- package/dist/src/domain/model/nft-escrow/index.d.ts +2 -0
- package/dist/src/domain/model/nft-escrow/index.js +19 -0
- package/dist/src/domain/model/nft-escrow/index.js.map +1 -0
- package/dist/src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/paystream/entities/IntervalType.d.ts +0 -9
- package/dist/src/domain/model/paystream/entities/IntervalType.js +0 -14
- package/dist/src/domain/model/paystream/entities/IntervalType.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.214",
|
|
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": "408c2fc1ac72bc670d3973d99749e3473c58c128"
|
|
29
29
|
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IntervalType = void 0;
|
|
4
|
-
var IntervalType;
|
|
5
|
-
(function (IntervalType) {
|
|
6
|
-
IntervalType["SECOND"] = "SECOND";
|
|
7
|
-
IntervalType["MINUTE"] = "MINUTE";
|
|
8
|
-
IntervalType["HOUR"] = "HOUR";
|
|
9
|
-
IntervalType["DAY"] = "DAY";
|
|
10
|
-
IntervalType["WEEK"] = "WEEK";
|
|
11
|
-
IntervalType["MONTH"] = "MONTH";
|
|
12
|
-
IntervalType["YEAR"] = "YEAR";
|
|
13
|
-
})(IntervalType = exports.IntervalType || (exports.IntervalType = {}));
|
|
14
|
-
//# sourceMappingURL=IntervalType.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IntervalType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/entities/IntervalType.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,6BAAa,CAAA;IACb,2BAAW,CAAA;IACX,6BAAa,CAAA;IACb,+BAAe,CAAA;IACf,6BAAa,CAAA;AACf,CAAC,EARW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAQvB"}
|