@ocap/sdk 1.23.1 → 1.24.0
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/index.d.ts +7 -0
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -1682,6 +1682,7 @@ declare namespace GraphQLClient {
|
|
|
1682
1682
|
totalSupply: string;
|
|
1683
1683
|
address: string;
|
|
1684
1684
|
initialSupply: string;
|
|
1685
|
+
maxSupply: string;
|
|
1685
1686
|
foreignToken: GraphQLClient.ForeignToken;
|
|
1686
1687
|
data: GraphQLClient.Any;
|
|
1687
1688
|
}
|
|
@@ -1805,6 +1806,7 @@ declare namespace GraphQLClient {
|
|
|
1805
1806
|
upgradeInfo: GraphQLClient.UpgradeInfo;
|
|
1806
1807
|
accountConfig: GraphQLClient.AccountConfig[];
|
|
1807
1808
|
vaults: GraphQLClient.VaultConfig;
|
|
1809
|
+
internalSymbols: string[];
|
|
1808
1810
|
data: GraphQLClient.Any;
|
|
1809
1811
|
}
|
|
1810
1812
|
|
|
@@ -2091,6 +2093,8 @@ declare namespace GraphQLClient {
|
|
|
2091
2093
|
issuer: string;
|
|
2092
2094
|
icon: string;
|
|
2093
2095
|
totalSupply: string;
|
|
2096
|
+
initialSupply: string;
|
|
2097
|
+
maxSupply: string;
|
|
2094
2098
|
address: string;
|
|
2095
2099
|
genesisTime: string;
|
|
2096
2100
|
renaissanceTime: string;
|
|
@@ -2629,6 +2633,7 @@ declare namespace GraphQLClient {
|
|
|
2629
2633
|
reserveAddress: string;
|
|
2630
2634
|
currentSupply: string;
|
|
2631
2635
|
reserveBalance: string;
|
|
2636
|
+
owner: string;
|
|
2632
2637
|
feeRate: number;
|
|
2633
2638
|
curve: GraphQLClient.CurveConfig;
|
|
2634
2639
|
context: GraphQLClient.StateContext;
|
|
@@ -2675,6 +2680,8 @@ declare namespace GraphQLClient {
|
|
|
2675
2680
|
decimal: number;
|
|
2676
2681
|
icon: string;
|
|
2677
2682
|
totalSupply: string;
|
|
2683
|
+
initialSupply: string;
|
|
2684
|
+
maxSupply: string;
|
|
2678
2685
|
foreignToken: GraphQLClient.ForeignToken;
|
|
2679
2686
|
tokenFactoryAddress: string;
|
|
2680
2687
|
context: GraphQLClient.StateContext;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/sdk",
|
|
3
3
|
"description": "Forge javascript SDK packages all-in-one",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.24.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"debug": "^4.3.6",
|
|
23
23
|
"react-app-polyfill": "^1.0.6",
|
|
24
24
|
"readable-stream": "3.6.0",
|
|
25
|
-
"@arcblock/did-util": "1.
|
|
26
|
-
"@ocap/client": "1.
|
|
27
|
-
"@ocap/message": "1.
|
|
28
|
-
"@ocap/util": "1.
|
|
29
|
-
"@ocap/wallet": "1.
|
|
25
|
+
"@arcblock/did-util": "1.24.0",
|
|
26
|
+
"@ocap/client": "1.24.0",
|
|
27
|
+
"@ocap/message": "1.24.0",
|
|
28
|
+
"@ocap/util": "1.24.0",
|
|
29
|
+
"@ocap/wallet": "1.24.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"inspectpack": "^4.7.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"webpack": "^5.94.0",
|
|
40
40
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
41
41
|
"webpack-cli": "^5.1.4",
|
|
42
|
-
"@ocap/e2e-test": "1.
|
|
42
|
+
"@ocap/e2e-test": "1.24.0"
|
|
43
43
|
},
|
|
44
44
|
"remarkConfig": {
|
|
45
45
|
"plugins": [
|