@ocap/client 1.13.67 → 1.13.71

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.
@@ -11343,6 +11343,26 @@
11343
11343
  "isDeprecated": false,
11344
11344
  "deprecationReason": null
11345
11345
  },
11346
+ {
11347
+ "name": "migrateHistory",
11348
+ "description": null,
11349
+ "args": [],
11350
+ "type": {
11351
+ "kind": "LIST",
11352
+ "name": null,
11353
+ "ofType": {
11354
+ "kind": "NON_NULL",
11355
+ "name": null,
11356
+ "ofType": {
11357
+ "kind": "SCALAR",
11358
+ "name": "String",
11359
+ "ofType": null
11360
+ }
11361
+ }
11362
+ },
11363
+ "isDeprecated": false,
11364
+ "deprecationReason": null
11365
+ },
11346
11366
  {
11347
11367
  "name": "context",
11348
11368
  "description": null,
@@ -11952,6 +11972,26 @@
11952
11972
  "isDeprecated": false,
11953
11973
  "deprecationReason": null
11954
11974
  },
11975
+ {
11976
+ "name": "migrateHistory",
11977
+ "description": null,
11978
+ "args": [],
11979
+ "type": {
11980
+ "kind": "LIST",
11981
+ "name": null,
11982
+ "ofType": {
11983
+ "kind": "NON_NULL",
11984
+ "name": null,
11985
+ "ofType": {
11986
+ "kind": "SCALAR",
11987
+ "name": "String",
11988
+ "ofType": null
11989
+ }
11990
+ }
11991
+ },
11992
+ "isDeprecated": false,
11993
+ "deprecationReason": null
11994
+ },
11955
11995
  {
11956
11996
  "name": "data",
11957
11997
  "description": null,
@@ -15970,6 +16010,124 @@
15970
16010
  "enumValues": null,
15971
16011
  "possibleTypes": null
15972
16012
  },
16013
+ {
16014
+ "kind": "OBJECT",
16015
+ "name": "MigrateRollupContractTx",
16016
+ "description": null,
16017
+ "fields": [
16018
+ {
16019
+ "name": "rollup",
16020
+ "description": null,
16021
+ "args": [],
16022
+ "type": {
16023
+ "kind": "SCALAR",
16024
+ "name": "String",
16025
+ "ofType": null
16026
+ },
16027
+ "isDeprecated": false,
16028
+ "deprecationReason": null
16029
+ },
16030
+ {
16031
+ "name": "to",
16032
+ "description": null,
16033
+ "args": [],
16034
+ "type": {
16035
+ "kind": "SCALAR",
16036
+ "name": "String",
16037
+ "ofType": null
16038
+ },
16039
+ "isDeprecated": false,
16040
+ "deprecationReason": null
16041
+ },
16042
+ {
16043
+ "name": "data",
16044
+ "description": null,
16045
+ "args": [],
16046
+ "type": {
16047
+ "kind": "OBJECT",
16048
+ "name": "Any",
16049
+ "ofType": null
16050
+ },
16051
+ "isDeprecated": false,
16052
+ "deprecationReason": null
16053
+ }
16054
+ ],
16055
+ "inputFields": null,
16056
+ "interfaces": [],
16057
+ "enumValues": null,
16058
+ "possibleTypes": null
16059
+ },
16060
+ {
16061
+ "kind": "OBJECT",
16062
+ "name": "MigrateRollupTokenTx",
16063
+ "description": null,
16064
+ "fields": [
16065
+ {
16066
+ "name": "rollup",
16067
+ "description": null,
16068
+ "args": [],
16069
+ "type": {
16070
+ "kind": "SCALAR",
16071
+ "name": "String",
16072
+ "ofType": null
16073
+ },
16074
+ "isDeprecated": false,
16075
+ "deprecationReason": null
16076
+ },
16077
+ {
16078
+ "name": "from",
16079
+ "description": null,
16080
+ "args": [],
16081
+ "type": {
16082
+ "kind": "SCALAR",
16083
+ "name": "String",
16084
+ "ofType": null
16085
+ },
16086
+ "isDeprecated": false,
16087
+ "deprecationReason": null
16088
+ },
16089
+ {
16090
+ "name": "to",
16091
+ "description": null,
16092
+ "args": [],
16093
+ "type": {
16094
+ "kind": "SCALAR",
16095
+ "name": "String",
16096
+ "ofType": null
16097
+ },
16098
+ "isDeprecated": false,
16099
+ "deprecationReason": null
16100
+ },
16101
+ {
16102
+ "name": "token",
16103
+ "description": null,
16104
+ "args": [],
16105
+ "type": {
16106
+ "kind": "OBJECT",
16107
+ "name": "TokenInput",
16108
+ "ofType": null
16109
+ },
16110
+ "isDeprecated": false,
16111
+ "deprecationReason": null
16112
+ },
16113
+ {
16114
+ "name": "data",
16115
+ "description": null,
16116
+ "args": [],
16117
+ "type": {
16118
+ "kind": "OBJECT",
16119
+ "name": "Any",
16120
+ "ofType": null
16121
+ },
16122
+ "isDeprecated": false,
16123
+ "deprecationReason": null
16124
+ }
16125
+ ],
16126
+ "inputFields": null,
16127
+ "interfaces": [],
16128
+ "enumValues": null,
16129
+ "possibleTypes": null
16130
+ },
15973
16131
  {
15974
16132
  "kind": "OBJECT",
15975
16133
  "name": "MintAssetTx",
@@ -16069,6 +16227,41 @@
16069
16227
  "enumValues": null,
16070
16228
  "possibleTypes": null
16071
16229
  },
16230
+ {
16231
+ "kind": "OBJECT",
16232
+ "name": "PauseRollupTx",
16233
+ "description": null,
16234
+ "fields": [
16235
+ {
16236
+ "name": "rollup",
16237
+ "description": null,
16238
+ "args": [],
16239
+ "type": {
16240
+ "kind": "SCALAR",
16241
+ "name": "String",
16242
+ "ofType": null
16243
+ },
16244
+ "isDeprecated": false,
16245
+ "deprecationReason": null
16246
+ },
16247
+ {
16248
+ "name": "data",
16249
+ "description": null,
16250
+ "args": [],
16251
+ "type": {
16252
+ "kind": "OBJECT",
16253
+ "name": "Any",
16254
+ "ofType": null
16255
+ },
16256
+ "isDeprecated": false,
16257
+ "deprecationReason": null
16258
+ }
16259
+ ],
16260
+ "inputFields": null,
16261
+ "interfaces": [],
16262
+ "enumValues": null,
16263
+ "possibleTypes": null
16264
+ },
16072
16265
  {
16073
16266
  "kind": "INPUT_OBJECT",
16074
16267
  "name": "RequestGetAccountTokensInput",
@@ -17160,6 +17353,41 @@
17160
17353
  "enumValues": null,
17161
17354
  "possibleTypes": null
17162
17355
  },
17356
+ {
17357
+ "kind": "OBJECT",
17358
+ "name": "ResumeRollupTx",
17359
+ "description": null,
17360
+ "fields": [
17361
+ {
17362
+ "name": "rollup",
17363
+ "description": null,
17364
+ "args": [],
17365
+ "type": {
17366
+ "kind": "SCALAR",
17367
+ "name": "String",
17368
+ "ofType": null
17369
+ },
17370
+ "isDeprecated": false,
17371
+ "deprecationReason": null
17372
+ },
17373
+ {
17374
+ "name": "data",
17375
+ "description": null,
17376
+ "args": [],
17377
+ "type": {
17378
+ "kind": "OBJECT",
17379
+ "name": "Any",
17380
+ "ofType": null
17381
+ },
17382
+ "isDeprecated": false,
17383
+ "deprecationReason": null
17384
+ }
17385
+ ],
17386
+ "inputFields": null,
17387
+ "interfaces": [],
17388
+ "enumValues": null,
17389
+ "possibleTypes": null
17390
+ },
17163
17391
  {
17164
17392
  "kind": "OBJECT",
17165
17393
  "name": "RevokeDelegateTx",
@@ -18344,31 +18572,19 @@
18344
18572
  "deprecationReason": null
18345
18573
  },
18346
18574
  {
18347
- "name": "paused",
18348
- "description": null,
18349
- "args": [],
18350
- "type": {
18351
- "kind": "SCALAR",
18352
- "name": "Boolean",
18353
- "ofType": null
18354
- },
18355
- "isDeprecated": false,
18356
- "deprecationReason": null
18357
- },
18358
- {
18359
- "name": "rollup",
18575
+ "name": "publisherFeeShare",
18360
18576
  "description": null,
18361
18577
  "args": [],
18362
18578
  "type": {
18363
18579
  "kind": "SCALAR",
18364
- "name": "String",
18580
+ "name": "Int",
18365
18581
  "ofType": null
18366
18582
  },
18367
18583
  "isDeprecated": false,
18368
18584
  "deprecationReason": null
18369
18585
  },
18370
18586
  {
18371
- "name": "publisherFeeShare",
18587
+ "name": "leaveWaitingPeriod",
18372
18588
  "description": null,
18373
18589
  "args": [],
18374
18590
  "type": {
@@ -18380,7 +18596,7 @@
18380
18596
  "deprecationReason": null
18381
18597
  },
18382
18598
  {
18383
- "name": "leaveWaitingPeriod",
18599
+ "name": "publishWaitingPeriod",
18384
18600
  "description": null,
18385
18601
  "args": [],
18386
18602
  "type": {
@@ -18392,7 +18608,7 @@
18392
18608
  "deprecationReason": null
18393
18609
  },
18394
18610
  {
18395
- "name": "publishWaitingPeriod",
18611
+ "name": "publishSlashRate",
18396
18612
  "description": null,
18397
18613
  "args": [],
18398
18614
  "type": {
@@ -18404,12 +18620,12 @@
18404
18620
  "deprecationReason": null
18405
18621
  },
18406
18622
  {
18407
- "name": "publishSlashRate",
18623
+ "name": "rollup",
18408
18624
  "description": null,
18409
18625
  "args": [],
18410
18626
  "type": {
18411
18627
  "kind": "SCALAR",
18412
- "name": "Int",
18628
+ "name": "String",
18413
18629
  "ofType": null
18414
18630
  },
18415
18631
  "isDeprecated": false,