@heliofi/common-fe 0.2.314 → 0.2.315
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/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ declare enum DepositBlockchainSymbol {
|
|
|
18
18
|
PLASMA = "PLASMA",
|
|
19
19
|
MEGAETH = "MEGAETH",
|
|
20
20
|
SEISMIC = "SEISMIC",
|
|
21
|
+
ROBINHOOD = "ROBINHOOD",
|
|
21
22
|
}
|
|
22
23
|
//#endregion
|
|
23
24
|
//#region ../common/src/domain/model/blockchainEngine/constants/BlockchainEngineType.d.ts
|
|
@@ -283,6 +284,7 @@ declare class BaseCompany extends Entity {
|
|
|
283
284
|
tradingViewDetails?: string;
|
|
284
285
|
kycVerified?: boolean;
|
|
285
286
|
kybVerified?: boolean;
|
|
287
|
+
isVerified?: boolean;
|
|
286
288
|
isVerificationRequired: boolean;
|
|
287
289
|
moonpayApiKey?: string;
|
|
288
290
|
moonpayIsEnabled?: boolean;
|
package/dist/index.js
CHANGED
|
@@ -19,6 +19,7 @@ let DepositBlockchainSymbol = /* @__PURE__ */ function(DepositBlockchainSymbol)
|
|
|
19
19
|
DepositBlockchainSymbol["PLASMA"] = "PLASMA";
|
|
20
20
|
DepositBlockchainSymbol["MEGAETH"] = "MEGAETH";
|
|
21
21
|
DepositBlockchainSymbol["SEISMIC"] = "SEISMIC";
|
|
22
|
+
DepositBlockchainSymbol["ROBINHOOD"] = "ROBINHOOD";
|
|
22
23
|
return DepositBlockchainSymbol;
|
|
23
24
|
}({});
|
|
24
25
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common-fe",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.315",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Zero-dependency, frontend-safe shared enums (and, later, DTO type shapes) for Helio consumers. No class-validator / reflect-metadata / heavy blockchain deps.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"typescript": "5.*"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "897e9ebf77716a83433ec4ad1dc9a6db9ae78e8e"
|
|
33
33
|
}
|