@ocap/client 1.18.34 → 1.18.35

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.
@@ -2191,6 +2191,53 @@
2191
2191
  "enumValues": null,
2192
2192
  "possibleTypes": null
2193
2193
  },
2194
+ {
2195
+ "kind": "OBJECT",
2196
+ "name": "CloseRollupTx",
2197
+ "description": null,
2198
+ "fields": [
2199
+ {
2200
+ "name": "rollup",
2201
+ "description": null,
2202
+ "args": [],
2203
+ "type": {
2204
+ "kind": "SCALAR",
2205
+ "name": "String",
2206
+ "ofType": null
2207
+ },
2208
+ "isDeprecated": false,
2209
+ "deprecationReason": null
2210
+ },
2211
+ {
2212
+ "name": "message",
2213
+ "description": null,
2214
+ "args": [],
2215
+ "type": {
2216
+ "kind": "SCALAR",
2217
+ "name": "String",
2218
+ "ofType": null
2219
+ },
2220
+ "isDeprecated": false,
2221
+ "deprecationReason": null
2222
+ },
2223
+ {
2224
+ "name": "data",
2225
+ "description": null,
2226
+ "args": [],
2227
+ "type": {
2228
+ "kind": "OBJECT",
2229
+ "name": "Any",
2230
+ "ofType": null
2231
+ },
2232
+ "isDeprecated": false,
2233
+ "deprecationReason": null
2234
+ }
2235
+ ],
2236
+ "inputFields": null,
2237
+ "interfaces": [],
2238
+ "enumValues": null,
2239
+ "possibleTypes": null
2240
+ },
2194
2241
  {
2195
2242
  "kind": "OBJECT",
2196
2243
  "name": "ConsensusParams",
@@ -2765,6 +2812,18 @@
2765
2812
  "isDeprecated": false,
2766
2813
  "deprecationReason": null
2767
2814
  },
2815
+ {
2816
+ "name": "governance",
2817
+ "description": null,
2818
+ "args": [],
2819
+ "type": {
2820
+ "kind": "SCALAR",
2821
+ "name": "Boolean",
2822
+ "ofType": null
2823
+ },
2824
+ "isDeprecated": false,
2825
+ "deprecationReason": null
2826
+ },
2768
2827
  {
2769
2828
  "name": "data",
2770
2829
  "description": null,
@@ -2812,6 +2871,18 @@
2812
2871
  "isDeprecated": false,
2813
2872
  "deprecationReason": null
2814
2873
  },
2874
+ {
2875
+ "name": "vaultAddress",
2876
+ "description": null,
2877
+ "args": [],
2878
+ "type": {
2879
+ "kind": "SCALAR",
2880
+ "name": "String",
2881
+ "ofType": null
2882
+ },
2883
+ "isDeprecated": false,
2884
+ "deprecationReason": null
2885
+ },
2815
2886
  {
2816
2887
  "name": "contractAddress",
2817
2888
  "description": null,
@@ -6080,6 +6151,18 @@
6080
6151
  "isDeprecated": false,
6081
6152
  "deprecationReason": null
6082
6153
  },
6154
+ {
6155
+ "name": "governance",
6156
+ "description": null,
6157
+ "args": [],
6158
+ "type": {
6159
+ "kind": "SCALAR",
6160
+ "name": "Boolean",
6161
+ "ofType": null
6162
+ },
6163
+ "isDeprecated": false,
6164
+ "deprecationReason": null
6165
+ },
6083
6166
  {
6084
6167
  "name": "tokenInfo",
6085
6168
  "description": null,
@@ -6139,6 +6222,18 @@
6139
6222
  "isDeprecated": false,
6140
6223
  "deprecationReason": null
6141
6224
  },
6225
+ {
6226
+ "name": "vaultAddress",
6227
+ "description": null,
6228
+ "args": [],
6229
+ "type": {
6230
+ "kind": "SCALAR",
6231
+ "name": "String",
6232
+ "ofType": null
6233
+ },
6234
+ "isDeprecated": false,
6235
+ "deprecationReason": null
6236
+ },
6142
6237
  {
6143
6238
  "name": "contractAddress",
6144
6239
  "description": null,
@@ -6607,6 +6702,38 @@
6607
6702
  "isDeprecated": false,
6608
6703
  "deprecationReason": null
6609
6704
  },
6705
+ {
6706
+ "name": "closed",
6707
+ "description": null,
6708
+ "args": [],
6709
+ "type": {
6710
+ "kind": "SCALAR",
6711
+ "name": "Boolean",
6712
+ "ofType": null
6713
+ },
6714
+ "isDeprecated": false,
6715
+ "deprecationReason": null
6716
+ },
6717
+ {
6718
+ "name": "vaultHistory",
6719
+ "description": null,
6720
+ "args": [],
6721
+ "type": {
6722
+ "kind": "LIST",
6723
+ "name": null,
6724
+ "ofType": {
6725
+ "kind": "NON_NULL",
6726
+ "name": null,
6727
+ "ofType": {
6728
+ "kind": "SCALAR",
6729
+ "name": "String",
6730
+ "ofType": null
6731
+ }
6732
+ }
6733
+ },
6734
+ "isDeprecated": false,
6735
+ "deprecationReason": null
6736
+ },
6610
6737
  {
6611
6738
  "name": "data",
6612
6739
  "description": null,
@@ -7656,7 +7783,7 @@
7656
7783
  },
7657
7784
  {
7658
7785
  "kind": "OBJECT",
7659
- "name": "MigrateRollupContractTx",
7786
+ "name": "MigrateRollupTx",
7660
7787
  "description": null,
7661
7788
  "fields": [
7662
7789
  {
@@ -7684,42 +7811,7 @@
7684
7811
  "deprecationReason": null
7685
7812
  },
7686
7813
  {
7687
- "name": "data",
7688
- "description": null,
7689
- "args": [],
7690
- "type": {
7691
- "kind": "OBJECT",
7692
- "name": "Any",
7693
- "ofType": null
7694
- },
7695
- "isDeprecated": false,
7696
- "deprecationReason": null
7697
- }
7698
- ],
7699
- "inputFields": null,
7700
- "interfaces": [],
7701
- "enumValues": null,
7702
- "possibleTypes": null
7703
- },
7704
- {
7705
- "kind": "OBJECT",
7706
- "name": "MigrateRollupTokenTx",
7707
- "description": null,
7708
- "fields": [
7709
- {
7710
- "name": "rollup",
7711
- "description": null,
7712
- "args": [],
7713
- "type": {
7714
- "kind": "SCALAR",
7715
- "name": "String",
7716
- "ofType": null
7717
- },
7718
- "isDeprecated": false,
7719
- "deprecationReason": null
7720
- },
7721
- {
7722
- "name": "from",
7814
+ "name": "type",
7723
7815
  "description": null,
7724
7816
  "args": [],
7725
7817
  "type": {
@@ -7731,7 +7823,7 @@
7731
7823
  "deprecationReason": null
7732
7824
  },
7733
7825
  {
7734
- "name": "to",
7826
+ "name": "message",
7735
7827
  "description": null,
7736
7828
  "args": [],
7737
7829
  "type": {
@@ -7742,18 +7834,6 @@
7742
7834
  "isDeprecated": false,
7743
7835
  "deprecationReason": null
7744
7836
  },
7745
- {
7746
- "name": "token",
7747
- "description": null,
7748
- "args": [],
7749
- "type": {
7750
- "kind": "OBJECT",
7751
- "name": "TokenInput",
7752
- "ofType": null
7753
- },
7754
- "isDeprecated": false,
7755
- "deprecationReason": null
7756
- },
7757
7837
  {
7758
7838
  "name": "data",
7759
7839
  "description": null,
@@ -11745,6 +11825,18 @@
11745
11825
  "isDeprecated": false,
11746
11826
  "deprecationReason": null
11747
11827
  },
11828
+ {
11829
+ "name": "governance",
11830
+ "description": null,
11831
+ "args": [],
11832
+ "type": {
11833
+ "kind": "SCALAR",
11834
+ "name": "Boolean",
11835
+ "ofType": null
11836
+ },
11837
+ "isDeprecated": false,
11838
+ "deprecationReason": null
11839
+ },
11748
11840
  {
11749
11841
  "name": "context",
11750
11842
  "description": null,
@@ -11833,6 +11925,18 @@
11833
11925
  "isDeprecated": false,
11834
11926
  "deprecationReason": null
11835
11927
  },
11928
+ {
11929
+ "name": "vaultAddress",
11930
+ "description": null,
11931
+ "args": [],
11932
+ "type": {
11933
+ "kind": "SCALAR",
11934
+ "name": "String",
11935
+ "ofType": null
11936
+ },
11937
+ "isDeprecated": false,
11938
+ "deprecationReason": null
11939
+ },
11836
11940
  {
11837
11941
  "name": "contractAddress",
11838
11942
  "description": null,
@@ -12277,6 +12381,38 @@
12277
12381
  "isDeprecated": false,
12278
12382
  "deprecationReason": null
12279
12383
  },
12384
+ {
12385
+ "name": "closed",
12386
+ "description": null,
12387
+ "args": [],
12388
+ "type": {
12389
+ "kind": "SCALAR",
12390
+ "name": "Boolean",
12391
+ "ofType": null
12392
+ },
12393
+ "isDeprecated": false,
12394
+ "deprecationReason": null
12395
+ },
12396
+ {
12397
+ "name": "vaultHistory",
12398
+ "description": null,
12399
+ "args": [],
12400
+ "type": {
12401
+ "kind": "LIST",
12402
+ "name": null,
12403
+ "ofType": {
12404
+ "kind": "NON_NULL",
12405
+ "name": null,
12406
+ "ofType": {
12407
+ "kind": "SCALAR",
12408
+ "name": "String",
12409
+ "ofType": null
12410
+ }
12411
+ }
12412
+ },
12413
+ "isDeprecated": false,
12414
+ "deprecationReason": null
12415
+ },
12280
12416
  {
12281
12417
  "name": "context",
12282
12418
  "description": null,