@meteorwallet/core-sdk
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -1,4 +0,4 @@ | ||
import { EErrorId_Meteor_HarvestMoon } from "../by_feature"; | ||
import { EErrorId_AccountSignerExecutor, EErrorId_Meteor_HarvestMoon } from "../by_feature"; | ||
import { EErrorId_GoogleRecaptcha, EErrorId_LedgerDevice, EErrorId_Telegram, EErrorId_Zod, TErrorId_Near } from "./index"; | ||
export type TErrorId = TErrorId_Near | EErrorId_GenericSdk | EErrorId_GenericApi | EErrorId_GenericData | EErrorId_MeteorApi | EErrorId_MeteorBackend | EErrorId_MeteorSignedMessage | EErrorId_MeteorPublicRelease | EErrorId_Relayer | EErrorId_Security | EErrorId_Transaction | EErrorId_BlockchainNetwork | EErrorId_BlockchainFeature_AccountSearch | EErrorId_Account | EErrorId_AccountFeature | EErrorId_Key | EErrorId_Signer | EErrorId_ListManager | EErrorId_AccountBuilder | EErrorId_Blockchain | EErrorId_Contract | EErrorId_Token | EErrorId_MeteorSdk | EErrorId_BlockchainFeature_CustomId | EErrorId_BlockchainFeature_CustomId_Formatting | EErrorId_Telegram | EErrorId_Zod | EErrorId_Meteor_HarvestMoon | EErrorId_Reward | EErrorId_Scheduler | EErrorId_GoogleRecaptcha | EErrorId_LedgerDevice; | ||
export type TErrorId = TErrorId_Near | EErrorId_GenericSdk | EErrorId_GenericApi | EErrorId_GenericData | EErrorId_MeteorApi | EErrorId_MeteorBackend | EErrorId_MeteorSignedMessage | EErrorId_MeteorPublicRelease | EErrorId_Relayer | EErrorId_Security | EErrorId_Transaction | EErrorId_BlockchainNetwork | EErrorId_BlockchainFeature_AccountSearch | EErrorId_Account | EErrorId_AccountFeature | EErrorId_Key | EErrorId_Signer | EErrorId_ListManager | EErrorId_AccountBuilder | EErrorId_Blockchain | EErrorId_Contract | EErrorId_Token | EErrorId_MeteorSdk | EErrorId_BlockchainFeature_CustomId | EErrorId_BlockchainFeature_CustomId_Formatting | EErrorId_Telegram | EErrorId_Zod | EErrorId_Meteor_HarvestMoon | EErrorId_Reward | EErrorId_Scheduler | EErrorId_GoogleRecaptcha | EErrorId_LedgerDevice | EErrorId_AccountSignerExecutor; | ||
export declare enum EErrorId_MeteorSdk { | ||
@@ -5,0 +5,0 @@ no_blockchains_with_available_networks = "no_blockchains_with_available_networks" |
{ | ||
"name": "@meteorwallet/core-sdk", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Meteor Wallet SDK for internal use and integrator use", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
import { EErrorId_Meteor_HarvestMoon } from "../by_feature"; | ||
import { EErrorId_AccountSignerExecutor, EErrorId_Meteor_HarvestMoon } from "../by_feature"; | ||
import { | ||
@@ -42,3 +42,4 @@ EErrorId_GoogleRecaptcha, | ||
| EErrorId_GoogleRecaptcha | ||
| EErrorId_LedgerDevice; | ||
| EErrorId_LedgerDevice | ||
| EErrorId_AccountSignerExecutor; | ||
@@ -45,0 +46,0 @@ export enum EErrorId_MeteorSdk { |
Sorry, the diff of this file is not supported yet
556344
11065