@ocap/client 1.18.91 → 1.18.93

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.
@@ -5663,6 +5663,144 @@
5663
5663
  "enumValues": null,
5664
5664
  "possibleTypes": null
5665
5665
  },
5666
+ {
5667
+ "kind": "OBJECT",
5668
+ "name": "IndexedDelegationState",
5669
+ "description": null,
5670
+ "fields": [
5671
+ {
5672
+ "name": "address",
5673
+ "description": null,
5674
+ "args": [],
5675
+ "type": {
5676
+ "kind": "SCALAR",
5677
+ "name": "String",
5678
+ "ofType": null
5679
+ },
5680
+ "isDeprecated": false,
5681
+ "deprecationReason": null
5682
+ },
5683
+ {
5684
+ "name": "from",
5685
+ "description": null,
5686
+ "args": [],
5687
+ "type": {
5688
+ "kind": "SCALAR",
5689
+ "name": "String",
5690
+ "ofType": null
5691
+ },
5692
+ "isDeprecated": false,
5693
+ "deprecationReason": null
5694
+ },
5695
+ {
5696
+ "name": "to",
5697
+ "description": null,
5698
+ "args": [],
5699
+ "type": {
5700
+ "kind": "SCALAR",
5701
+ "name": "String",
5702
+ "ofType": null
5703
+ },
5704
+ "isDeprecated": false,
5705
+ "deprecationReason": null
5706
+ },
5707
+ {
5708
+ "name": "genesisTime",
5709
+ "description": null,
5710
+ "args": [],
5711
+ "type": {
5712
+ "kind": "SCALAR",
5713
+ "name": "String",
5714
+ "ofType": null
5715
+ },
5716
+ "isDeprecated": false,
5717
+ "deprecationReason": null
5718
+ },
5719
+ {
5720
+ "name": "renaissanceTime",
5721
+ "description": null,
5722
+ "args": [],
5723
+ "type": {
5724
+ "kind": "SCALAR",
5725
+ "name": "String",
5726
+ "ofType": null
5727
+ },
5728
+ "isDeprecated": false,
5729
+ "deprecationReason": null
5730
+ },
5731
+ {
5732
+ "name": "ops",
5733
+ "description": null,
5734
+ "args": [],
5735
+ "type": {
5736
+ "kind": "LIST",
5737
+ "name": null,
5738
+ "ofType": {
5739
+ "kind": "NON_NULL",
5740
+ "name": null,
5741
+ "ofType": {
5742
+ "kind": "OBJECT",
5743
+ "name": "IndexedDelegationState_OpsEntry",
5744
+ "ofType": null
5745
+ }
5746
+ }
5747
+ },
5748
+ "isDeprecated": false,
5749
+ "deprecationReason": null
5750
+ },
5751
+ {
5752
+ "name": "data",
5753
+ "description": null,
5754
+ "args": [],
5755
+ "type": {
5756
+ "kind": "OBJECT",
5757
+ "name": "Any",
5758
+ "ofType": null
5759
+ },
5760
+ "isDeprecated": false,
5761
+ "deprecationReason": null
5762
+ }
5763
+ ],
5764
+ "inputFields": null,
5765
+ "interfaces": [],
5766
+ "enumValues": null,
5767
+ "possibleTypes": null
5768
+ },
5769
+ {
5770
+ "kind": "OBJECT",
5771
+ "name": "IndexedDelegationState_OpsEntry",
5772
+ "description": null,
5773
+ "fields": [
5774
+ {
5775
+ "name": "key",
5776
+ "description": null,
5777
+ "args": [],
5778
+ "type": {
5779
+ "kind": "SCALAR",
5780
+ "name": "String",
5781
+ "ofType": null
5782
+ },
5783
+ "isDeprecated": false,
5784
+ "deprecationReason": null
5785
+ },
5786
+ {
5787
+ "name": "value",
5788
+ "description": null,
5789
+ "args": [],
5790
+ "type": {
5791
+ "kind": "OBJECT",
5792
+ "name": "DelegateOpState",
5793
+ "ofType": null
5794
+ },
5795
+ "isDeprecated": false,
5796
+ "deprecationReason": null
5797
+ }
5798
+ ],
5799
+ "inputFields": null,
5800
+ "interfaces": [],
5801
+ "enumValues": null,
5802
+ "possibleTypes": null
5803
+ },
5666
5804
  {
5667
5805
  "kind": "OBJECT",
5668
5806
  "name": "IndexedFactoryInput",
@@ -9409,6 +9547,57 @@
9409
9547
  "enumValues": null,
9410
9548
  "possibleTypes": null
9411
9549
  },
9550
+ {
9551
+ "kind": "INPUT_OBJECT",
9552
+ "name": "RequestListDelegationsInput",
9553
+ "description": null,
9554
+ "fields": null,
9555
+ "inputFields": [
9556
+ {
9557
+ "name": "paging",
9558
+ "description": null,
9559
+ "type": {
9560
+ "kind": "INPUT_OBJECT",
9561
+ "name": "PageInput",
9562
+ "ofType": null
9563
+ },
9564
+ "defaultValue": null
9565
+ },
9566
+ {
9567
+ "name": "from",
9568
+ "description": null,
9569
+ "type": {
9570
+ "kind": "SCALAR",
9571
+ "name": "String",
9572
+ "ofType": null
9573
+ },
9574
+ "defaultValue": null
9575
+ },
9576
+ {
9577
+ "name": "to",
9578
+ "description": null,
9579
+ "type": {
9580
+ "kind": "SCALAR",
9581
+ "name": "String",
9582
+ "ofType": null
9583
+ },
9584
+ "defaultValue": null
9585
+ },
9586
+ {
9587
+ "name": "timeFilter",
9588
+ "description": null,
9589
+ "type": {
9590
+ "kind": "INPUT_OBJECT",
9591
+ "name": "TimeFilterInput",
9592
+ "ofType": null
9593
+ },
9594
+ "defaultValue": null
9595
+ }
9596
+ ],
9597
+ "interfaces": null,
9598
+ "enumValues": null,
9599
+ "possibleTypes": null
9600
+ },
9412
9601
  {
9413
9602
  "kind": "INPUT_OBJECT",
9414
9603
  "name": "RequestListFactoriesInput",
@@ -10952,6 +11141,61 @@
10952
11141
  "enumValues": null,
10953
11142
  "possibleTypes": null
10954
11143
  },
11144
+ {
11145
+ "kind": "OBJECT",
11146
+ "name": "ResponseListDelegations",
11147
+ "description": null,
11148
+ "fields": [
11149
+ {
11150
+ "name": "code",
11151
+ "description": null,
11152
+ "args": [],
11153
+ "type": {
11154
+ "kind": "SCALAR",
11155
+ "name": "String",
11156
+ "ofType": null
11157
+ },
11158
+ "isDeprecated": false,
11159
+ "deprecationReason": null
11160
+ },
11161
+ {
11162
+ "name": "page",
11163
+ "description": null,
11164
+ "args": [],
11165
+ "type": {
11166
+ "kind": "OBJECT",
11167
+ "name": "PageInfo",
11168
+ "ofType": null
11169
+ },
11170
+ "isDeprecated": false,
11171
+ "deprecationReason": null
11172
+ },
11173
+ {
11174
+ "name": "delegations",
11175
+ "description": null,
11176
+ "args": [],
11177
+ "type": {
11178
+ "kind": "LIST",
11179
+ "name": null,
11180
+ "ofType": {
11181
+ "kind": "NON_NULL",
11182
+ "name": null,
11183
+ "ofType": {
11184
+ "kind": "OBJECT",
11185
+ "name": "IndexedDelegationState",
11186
+ "ofType": null
11187
+ }
11188
+ }
11189
+ },
11190
+ "isDeprecated": false,
11191
+ "deprecationReason": null
11192
+ }
11193
+ ],
11194
+ "inputFields": null,
11195
+ "interfaces": [],
11196
+ "enumValues": null,
11197
+ "possibleTypes": null
11198
+ },
10955
11199
  {
10956
11200
  "kind": "OBJECT",
10957
11201
  "name": "ResponseListFactories",
@@ -17734,6 +17978,59 @@
17734
17978
  "isDeprecated": false,
17735
17979
  "deprecationReason": null
17736
17980
  },
17981
+ {
17982
+ "name": "listDelegations",
17983
+ "description": null,
17984
+ "args": [
17985
+ {
17986
+ "name": "from",
17987
+ "description": null,
17988
+ "type": {
17989
+ "kind": "SCALAR",
17990
+ "name": "String",
17991
+ "ofType": null
17992
+ },
17993
+ "defaultValue": null
17994
+ },
17995
+ {
17996
+ "name": "to",
17997
+ "description": null,
17998
+ "type": {
17999
+ "kind": "SCALAR",
18000
+ "name": "String",
18001
+ "ofType": null
18002
+ },
18003
+ "defaultValue": null
18004
+ },
18005
+ {
18006
+ "name": "paging",
18007
+ "description": null,
18008
+ "type": {
18009
+ "kind": "INPUT_OBJECT",
18010
+ "name": "PageInput",
18011
+ "ofType": null
18012
+ },
18013
+ "defaultValue": null
18014
+ },
18015
+ {
18016
+ "name": "timeFilter",
18017
+ "description": null,
18018
+ "type": {
18019
+ "kind": "INPUT_OBJECT",
18020
+ "name": "TimeFilterInput",
18021
+ "ofType": null
18022
+ },
18023
+ "defaultValue": null
18024
+ }
18025
+ ],
18026
+ "type": {
18027
+ "kind": "OBJECT",
18028
+ "name": "ResponseListDelegations",
18029
+ "ofType": null
18030
+ },
18031
+ "isDeprecated": false,
18032
+ "deprecationReason": null
18033
+ },
17737
18034
  {
17738
18035
  "name": "search",
17739
18036
  "description": null,