@ocap/client
Advanced tools
Comparing version 1.7.10 to 1.8.0
@@ -1131,2 +1131,3 @@ export as namespace GraphQLClient; | ||
totalSupply: string; | ||
faucetSupply: string; | ||
address: string; | ||
@@ -1930,2 +1931,3 @@ genesisTime: string; | ||
paging: undefined; | ||
factoryAddress: string; | ||
} | ||
@@ -1932,0 +1934,0 @@ |
@@ -1540,2 +1540,3 @@ # OCAP GraphQL API List | ||
* **paging**, optional, null | ||
* **factoryAddress**, optional, null | ||
@@ -1546,3 +1547,3 @@ #### Result Format | ||
{ | ||
listAssets(ownerAddress: "abc") { | ||
listAssets(ownerAddress: "abc", factoryAddress: "abc") { | ||
code | ||
@@ -1859,2 +1860,3 @@ assets { | ||
erc20ContractAddress | ||
faucetSupply | ||
genesisTime | ||
@@ -1861,0 +1863,0 @@ icon |
@@ -1131,2 +1131,3 @@ export as namespace GraphQLClient; | ||
totalSupply: string; | ||
faucetSupply: string; | ||
address: string; | ||
@@ -1930,2 +1931,3 @@ genesisTime: string; | ||
paging: undefined; | ||
factoryAddress: string; | ||
} | ||
@@ -1932,0 +1934,0 @@ |
{ | ||
"name": "@ocap/client", | ||
"version": "1.7.10", | ||
"version": "1.8.0", | ||
"description": "graphql client to read/write data on forge powered blockchain", | ||
@@ -31,10 +31,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@arcblock/did": "^1.7.10", | ||
"@arcblock/did-util": "^1.7.10", | ||
"@arcblock/did": "^1.8.0", | ||
"@arcblock/did-util": "^1.8.0", | ||
"@arcblock/sdk-util": "^0.29.1", | ||
"@ocap/mcrypto": "^1.7.10", | ||
"@ocap/message": "^1.7.10", | ||
"@ocap/proto": "^1.7.10", | ||
"@ocap/util": "^1.7.10", | ||
"@ocap/wallet": "^1.7.10", | ||
"@ocap/mcrypto": "^1.8.0", | ||
"@ocap/message": "^1.8.0", | ||
"@ocap/proto": "^1.8.0", | ||
"@ocap/util": "^1.8.0", | ||
"@ocap/wallet": "^1.8.0", | ||
"blueimp-md5": "^2.10.0", | ||
@@ -108,3 +108,3 @@ "debug": "^4.3.1", | ||
}, | ||
"gitHead": "c43adce1670d3d562cf6f25cf4e61f3f8f83f1ae" | ||
"gitHead": "a650df642c40a3d5659fae30c69f19cd812959ca" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3195064
50127
Updated@arcblock/did@^1.8.0
Updated@arcblock/did-util@^1.8.0
Updated@ocap/mcrypto@^1.8.0
Updated@ocap/message@^1.8.0
Updated@ocap/proto@^1.8.0
Updated@ocap/util@^1.8.0
Updated@ocap/wallet@^1.8.0