@tatumio/algo
Advanced tools
Comparing version 2.0.1-alpha.237 to 2.0.1-alpha.238
{ | ||
"name": "@tatumio/algo", | ||
"version": "2.0.1-alpha.237", | ||
"version": "2.0.1-alpha.238", | ||
"type": "commonjs", | ||
@@ -9,10 +9,10 @@ "license": "MIT", | ||
"dependencies": { | ||
"@tatumio/shared-testing-common": "2.0.1-alpha.237", | ||
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.237", | ||
"@tatumio/api-client": "2.0.1-alpha.237", | ||
"axios": "^0.25.0", | ||
"@tatumio/shared-testing-common": "2.0.1-alpha.238", | ||
"@tatumio/api-client": "2.0.1-alpha.238", | ||
"axios": "^0.26.0", | ||
"form-data": "^4.0.0", | ||
"@tatumio/shared-core": "2.0.1-alpha.237", | ||
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.237", | ||
"@tatumio/shared-core": "2.0.1-alpha.238", | ||
"@tatumio/shared-abstract-sdk": "2.0.1-alpha.238", | ||
"bignumber.js": "^9.0.2", | ||
"@tatumio/shared-blockchain-abstract": "2.0.1-alpha.238", | ||
"algosdk": "^1.13.1", | ||
@@ -19,0 +19,0 @@ "base32.js": "^0.1.0", |
@@ -92,59 +92,2 @@ import { SDKArguments } from '@tatumio/shared-abstract-sdk'; | ||
subscriptions: typeof import("@tatumio/api-client").LedgerSubscriptionService; | ||
ledger: { | ||
customer: { | ||
get: typeof import("@tatumio/api-client").LedgerCustomerService.getCustomerByExternalOrInternalId; | ||
getAll: typeof import("@tatumio/api-client").LedgerCustomerService.findAllCustomers; | ||
update: typeof import("@tatumio/api-client").LedgerCustomerService.updateCustomer; | ||
activate: typeof import("@tatumio/api-client").LedgerCustomerService.activateCustomer; | ||
deactivate: typeof import("@tatumio/api-client").LedgerCustomerService.deactivateCustomer; | ||
enable: typeof import("@tatumio/api-client").LedgerCustomerService.enableCustomer; | ||
disable: typeof import("@tatumio/api-client").LedgerCustomerService.disableCustomer; | ||
}; | ||
orderBook: { | ||
getHistorical: typeof import("@tatumio/api-client").LedgerOrderBookService.getHistoricalTradesBody; | ||
getActiveBuyTrades: typeof import("@tatumio/api-client").LedgerOrderBookService.getBuyTradesBody; | ||
getActiveSellTrades: typeof import("@tatumio/api-client").LedgerOrderBookService.getBuyTradesBody; | ||
newTrade: typeof import("@tatumio/api-client").LedgerOrderBookService.storeTrade; | ||
get: typeof import("@tatumio/api-client").LedgerOrderBookService.getTradeById; | ||
cancel: typeof import("@tatumio/api-client").LedgerOrderBookService.deleteTrade; | ||
cancelByAccount: typeof import("@tatumio/api-client").LedgerOrderBookService.deleteAccountTrades; | ||
}; | ||
transaction: { | ||
send: typeof import("@tatumio/api-client").LedgerTransactionService.sendTransaction; | ||
sendMultiple: typeof import("@tatumio/api-client").LedgerTransactionService.sendTransactionBatch; | ||
getAll: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactions; | ||
getAllByAccount: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactionsByAccountId; | ||
getAllByCustomer: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactionsByCustomerId; | ||
getAllByReference: typeof import("@tatumio/api-client").LedgerTransactionService.getTransactionsByReference; | ||
countByAccount: (filter: import("@tatumio/api-client").TransactionFilter) => any; | ||
countByCustomer: (filter: import("@tatumio/api-client").TransactionFilterCustomer) => any; | ||
}; | ||
virtualCurrency: { | ||
create: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.createCurrency; | ||
mint: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.mintCurrency; | ||
revoke: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.revokeCurrency; | ||
getByName: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.getCurrency; | ||
update: typeof import("@tatumio/api-client").LedgerVirtualCurrencyService.updateCurrency; | ||
}; | ||
blockAmount: { | ||
block: typeof import("@tatumio/api-client").LedgerAccountService.blockAmount; | ||
unblock: typeof import("@tatumio/api-client").LedgerAccountService.deleteBlockAmount; | ||
unblockWithTransaction: typeof import("@tatumio/api-client").LedgerAccountService.unblockAmountWithTransaction; | ||
}; | ||
account: { | ||
get: typeof import("@tatumio/api-client").LedgerAccountService.getAccountByAccountId; | ||
getAll: typeof import("@tatumio/api-client").LedgerAccountService.getAllAccounts; | ||
getByCustomerId: typeof import("@tatumio/api-client").LedgerAccountService.getAccountsByCustomerId; | ||
getBalance: typeof import("@tatumio/api-client").LedgerAccountService.getAccountBalance; | ||
create: typeof import("@tatumio/api-client").LedgerAccountService.createAccount; | ||
createMultiple: typeof import("@tatumio/api-client").LedgerAccountService.createAccountBatch; | ||
update: typeof import("@tatumio/api-client").LedgerAccountService.updateAccountByAccountId; | ||
getBlockedAmountsByAccountId: typeof import("@tatumio/api-client").LedgerAccountService.getBlockAmountById; | ||
activate: typeof import("@tatumio/api-client").LedgerAccountService.activateAccount; | ||
deactivate: typeof import("@tatumio/api-client").LedgerAccountService.deactivateAccount; | ||
freeze: typeof import("@tatumio/api-client").LedgerAccountService.freezeAccount; | ||
unfreeze: typeof import("@tatumio/api-client").LedgerAccountService.unfreezeAccount; | ||
generate: (account: import("@tatumio/api-client").CreateAccount, generateNewWalletFn: any, generateNewWallet?: boolean, testnet?: boolean, webhookUrl?: string) => Promise<any>; | ||
}; | ||
}; | ||
security: { | ||
@@ -151,0 +94,0 @@ checkMaliciousAddress: typeof import("@tatumio/api-client").SecurityAddressService.checkMalicousAddress; |
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
63124
736
+ Added@tatumio/api-client@2.0.1-alpha.238(transitive)
+ Added@tatumio/shared-abstract-sdk@2.0.1-alpha.238(transitive)
+ Added@tatumio/shared-blockchain-abstract@2.0.1-alpha.238(transitive)
+ Added@tatumio/shared-core@2.0.1-alpha.238(transitive)
+ Added@tatumio/shared-testing-common@2.0.1-alpha.238(transitive)
+ Addedaxios@0.26.1(transitive)
- Removed@tatumio/api-client@2.0.1-alpha.237(transitive)
- Removed@tatumio/shared-abstract-sdk@2.0.1-alpha.237(transitive)
- Removed@tatumio/shared-blockchain-abstract@2.0.1-alpha.237(transitive)
- Removed@tatumio/shared-core@2.0.1-alpha.237(transitive)
- Removed@tatumio/shared-testing-common@2.0.1-alpha.237(transitive)
- Removedaxios@0.25.0(transitive)
Updatedaxios@^0.26.0