@heliofi/common 0.2.252-alpha.1780490132 → 0.2.253
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/broadcast/broadcast.spec.js +2 -1
- package/dist/src/domain/model/broadcast/broadcast.spec.js.map +1 -1
- package/dist/src/domain/model/broadcast/constants/BroadcastErrorCode.d.ts +2 -1
- package/dist/src/domain/model/broadcast/constants/BroadcastErrorCode.js +1 -0
- package/dist/src/domain/model/broadcast/constants/BroadcastErrorCode.js.map +1 -1
- package/dist/src/domain/model/broadcast/constants/SignedTransactionKind.js.map +1 -1
- package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.d.ts +1 -0
- package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +0 -1
- package/dist/src/domain/model/index.js +0 -1
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformQuote.dto.d.ts +6 -0
- package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformQuote.dto.js +39 -0
- package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformQuote.dto.js.map +1 -0
- package/dist/src/domain/model/on-ramps/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/on-ramps/dtos/index.js +1 -0
- package/dist/src/domain/model/on-ramps/dtos/index.js.map +1 -1
- package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformQuote.entity.d.ts +11 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformQuote.entity.js +8 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformQuote.entity.js.map +1 -0
- package/dist/src/domain/model/on-ramps/entities/index.d.ts +1 -0
- package/dist/src/domain/model/on-ramps/entities/index.js +1 -0
- package/dist/src/domain/model/on-ramps/entities/index.js.map +1 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawState.d.ts +1 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawState.js +1 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawState.js.map +1 -1
- package/dist/src/domain/model/withdraw/dtos/index.d.ts +4 -0
- package/dist/src/domain/model/withdraw/dtos/index.js +4 -0
- package/dist/src/domain/model/withdraw/dtos/index.js.map +1 -1
- package/dist/src/domain/model/withdraw/dtos/preparedTransaction.dto.d.ts +19 -0
- package/dist/src/domain/model/withdraw/dtos/preparedTransaction.dto.js +3 -0
- package/dist/src/domain/model/withdraw/dtos/preparedTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawResponse.dto.d.ts +2 -2
- package/dist/src/domain/model/withdraw/dtos/submitWithdraw.dto.d.ts +5 -0
- package/dist/src/domain/model/withdraw/dtos/submitWithdraw.dto.js +28 -0
- package/dist/src/domain/model/withdraw/dtos/submitWithdraw.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.d.ts +8 -0
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.js +7 -0
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawSignedTx.dto.d.ts +5 -0
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawSignedTx.dto.js +29 -0
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawSignedTx.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/preparedTransaction.spec.d.ts +1 -0
- package/dist/src/domain/model/withdraw/preparedTransaction.spec.js +79 -0
- package/dist/src/domain/model/withdraw/preparedTransaction.spec.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/intercom-identity/entities/IntercomIdentityHash.entity.d.ts +0 -3
- package/dist/src/domain/model/intercom-identity/entities/IntercomIdentityHash.entity.js +0 -7
- package/dist/src/domain/model/intercom-identity/entities/IntercomIdentityHash.entity.js.map +0 -1
- package/dist/src/domain/model/intercom-identity/entities/index.d.ts +0 -1
- package/dist/src/domain/model/intercom-identity/entities/index.js +0 -18
- package/dist/src/domain/model/intercom-identity/entities/index.js.map +0 -1
- package/dist/src/domain/model/intercom-identity/index.d.ts +0 -1
- package/dist/src/domain/model/intercom-identity/index.js +0 -18
- package/dist/src/domain/model/intercom-identity/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.253",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"typescript": "5.*"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "508335c3a996ee2fecf613cf296574777dcee43e"
|
|
36
36
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IntercomIdentityHash.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/intercom-identity/entities/IntercomIdentityHash.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,oBAAoB;CAEhC;AAFD,oDAEC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './IntercomIdentityHash.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("./IntercomIdentityHash.entity"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/intercom-identity/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C"}
|
|
@@ -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/intercom-identity/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|