@heliofi/common 0.2.188 → 0.2.192
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/blockchain/constants/ConfirmTimeoutSec.d.ts +1 -1
- package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.js +1 -1
- package/dist/src/domain/model/company/dtos/updateMoonpayApiKey.dto.d.ts +1 -0
- package/dist/src/domain/model/company/dtos/updateMoonpayApiKey.dto.js +5 -0
- package/dist/src/domain/model/company/dtos/updateMoonpayApiKey.dto.js.map +1 -1
- package/dist/src/domain/model/company/entities/BaseCompany.entity.d.ts +1 -0
- package/dist/src/domain/model/company/entities/BaseCompany.entity.js.map +1 -1
- package/dist/src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.d.ts +1 -0
- package/dist/src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.js +6 -0
- package/dist/src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.js.map +1 -1
- package/dist/src/domain/model/moderation/entities/ModerationPaylink.entity.d.ts +1 -0
- package/dist/src/domain/model/moderation/entities/ModerationPaylink.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.d.ts +0 -13
- package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.js +0 -7
- package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.js.map +0 -1
- package/dist/src/domain/model/incoming-transaction/entities/index.d.ts +0 -1
- package/dist/src/domain/model/incoming-transaction/entities/index.js +0 -18
- package/dist/src/domain/model/incoming-transaction/entities/index.js.map +0 -1
- package/dist/src/domain/model/incoming-transaction/index.d.ts +0 -1
- package/dist/src/domain/model/incoming-transaction/index.js +0 -18
- package/dist/src/domain/model/incoming-transaction/index.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.2.
|
|
4
|
+
"version": "0.2.192",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"typescript": "5.*"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "953a234b85715f4318f618babe6529e4ca3fc5a0"
|
|
37
37
|
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IncomingTransactionStatus } from '../../../constants/IncomingTransactionStatus';
|
|
2
|
-
export declare class IncomingTransaction {
|
|
3
|
-
hash: string;
|
|
4
|
-
from: string;
|
|
5
|
-
to: string | null;
|
|
6
|
-
value: string;
|
|
7
|
-
blockNumber: number | null;
|
|
8
|
-
timestamp: number | null;
|
|
9
|
-
status: IncomingTransactionStatus;
|
|
10
|
-
gasUsed?: string;
|
|
11
|
-
gasPrice?: string;
|
|
12
|
-
nonce?: number;
|
|
13
|
-
}
|
package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IncomingTransaction.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;CAoB/B;AApBD,kDAoBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './IncomingTransaction.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("./IncomingTransaction.entity"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/incoming-transaction/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C"}
|
|
@@ -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/incoming-transaction/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|