@portal-hq/utils
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -10,3 +10,16 @@ "use strict"; | ||
Events["WalletRecovered"] = "Wallet Recovered"; | ||
// API Method events | ||
Events["GetClient"] = "Get Client"; | ||
Events["GetEnabledDapps"] = "Get Enabled Dapps"; | ||
Events["GetNetworks"] = "Get Networks"; | ||
Events["GetQuote"] = "Get Quote"; | ||
Events["GetSources"] = "Get Sources"; | ||
Events["GetNFTs"] = "Get NFTs"; | ||
Events["GetTransactions"] = "Get Transactions"; | ||
Events["GetBalances"] = "Get Balances"; | ||
Events["SimulateTransaction"] = "Simulate Transaction"; | ||
Events["StoredClientSigningShare"] = "Stored Client Signing Share"; | ||
Events["StoredClientBackupShareKey"] = "Stored Client Backup Share Key"; | ||
Events["StoredClientBackupShare"] = "Stored Client Backup Share"; | ||
})(Events || (Events = {})); | ||
exports.default = Events; |
@@ -8,3 +8,16 @@ var Events; | ||
Events["WalletRecovered"] = "Wallet Recovered"; | ||
// API Method events | ||
Events["GetClient"] = "Get Client"; | ||
Events["GetEnabledDapps"] = "Get Enabled Dapps"; | ||
Events["GetNetworks"] = "Get Networks"; | ||
Events["GetQuote"] = "Get Quote"; | ||
Events["GetSources"] = "Get Sources"; | ||
Events["GetNFTs"] = "Get NFTs"; | ||
Events["GetTransactions"] = "Get Transactions"; | ||
Events["GetBalances"] = "Get Balances"; | ||
Events["SimulateTransaction"] = "Simulate Transaction"; | ||
Events["StoredClientSigningShare"] = "Stored Client Signing Share"; | ||
Events["StoredClientBackupShareKey"] = "Stored Client Backup Share Key"; | ||
Events["StoredClientBackupShare"] = "Stored Client Backup Share"; | ||
})(Events || (Events = {})); | ||
export default Events; |
{ | ||
"name": "@portal-hq/utils", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"main": "lib/commonjs/index", | ||
@@ -29,3 +29,3 @@ "module": "lib/esm/index", | ||
}, | ||
"gitHead": "8ce39a2867dacd6403db80b5fc51aa40c3b3c205" | ||
"gitHead": "c333fe5280f16a5c5f70b7ae768f112baf7156ba" | ||
} |
@@ -36,2 +36,3 @@ import { HttpRequester } from '../requesters' | ||
params?: unknown[] | SigningRequestParams | ||
chainId?: string | ||
connect?: PortalConnect | ||
@@ -38,0 +39,0 @@ } |
@@ -7,4 +7,18 @@ enum Events { | ||
WalletRecovered = 'Wallet Recovered', | ||
// API Method events | ||
GetClient = 'Get Client', | ||
GetEnabledDapps = 'Get Enabled Dapps', | ||
GetNetworks = 'Get Networks', | ||
GetQuote = 'Get Quote', | ||
GetSources = 'Get Sources', | ||
GetNFTs = 'Get NFTs', | ||
GetTransactions = 'Get Transactions', | ||
GetBalances = 'Get Balances', | ||
SimulateTransaction = 'Simulate Transaction', | ||
StoredClientSigningShare = 'Stored Client Signing Share', | ||
StoredClientBackupShareKey = 'Stored Client Backup Share Key', | ||
StoredClientBackupShare = 'Stored Client Backup Share', | ||
} | ||
export default Events |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132647
3873