@ocap/client 1.18.95 → 1.18.97

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.
@@ -1085,6 +1085,117 @@
1085
1085
  "enumValues": null,
1086
1086
  "possibleTypes": null
1087
1087
  },
1088
+ {
1089
+ "kind": "OBJECT",
1090
+ "name": "AssetLimit",
1091
+ "description": null,
1092
+ "fields": [
1093
+ {
1094
+ "name": "address",
1095
+ "description": null,
1096
+ "args": [],
1097
+ "type": {
1098
+ "kind": "LIST",
1099
+ "name": null,
1100
+ "ofType": {
1101
+ "kind": "NON_NULL",
1102
+ "name": null,
1103
+ "ofType": {
1104
+ "kind": "SCALAR",
1105
+ "name": "String",
1106
+ "ofType": null
1107
+ }
1108
+ }
1109
+ },
1110
+ "isDeprecated": false,
1111
+ "deprecationReason": null
1112
+ },
1113
+ {
1114
+ "name": "to",
1115
+ "description": null,
1116
+ "args": [],
1117
+ "type": {
1118
+ "kind": "LIST",
1119
+ "name": null,
1120
+ "ofType": {
1121
+ "kind": "NON_NULL",
1122
+ "name": null,
1123
+ "ofType": {
1124
+ "kind": "SCALAR",
1125
+ "name": "String",
1126
+ "ofType": null
1127
+ }
1128
+ }
1129
+ },
1130
+ "isDeprecated": false,
1131
+ "deprecationReason": null
1132
+ },
1133
+ {
1134
+ "name": "txCount",
1135
+ "description": null,
1136
+ "args": [],
1137
+ "type": {
1138
+ "kind": "SCALAR",
1139
+ "name": "Int",
1140
+ "ofType": null
1141
+ },
1142
+ "isDeprecated": false,
1143
+ "deprecationReason": null
1144
+ },
1145
+ {
1146
+ "name": "validUntil",
1147
+ "description": null,
1148
+ "args": [],
1149
+ "type": {
1150
+ "kind": "SCALAR",
1151
+ "name": "Int",
1152
+ "ofType": null
1153
+ },
1154
+ "isDeprecated": false,
1155
+ "deprecationReason": null
1156
+ },
1157
+ {
1158
+ "name": "rate",
1159
+ "description": null,
1160
+ "args": [],
1161
+ "type": {
1162
+ "kind": "OBJECT",
1163
+ "name": "RateLimit",
1164
+ "ofType": null
1165
+ },
1166
+ "isDeprecated": false,
1167
+ "deprecationReason": null
1168
+ },
1169
+ {
1170
+ "name": "txSent",
1171
+ "description": null,
1172
+ "args": [],
1173
+ "type": {
1174
+ "kind": "SCALAR",
1175
+ "name": "Int",
1176
+ "ofType": null
1177
+ },
1178
+ "isDeprecated": false,
1179
+ "deprecationReason": null
1180
+ },
1181
+ {
1182
+ "name": "lastTx",
1183
+ "description": null,
1184
+ "args": [],
1185
+ "type": {
1186
+ "kind": "SCALAR",
1187
+ "name": "Int",
1188
+ "ofType": null
1189
+ },
1190
+ "isDeprecated": false,
1191
+ "deprecationReason": null
1192
+ }
1193
+ ],
1194
+ "inputFields": null,
1195
+ "interfaces": [],
1196
+ "enumValues": null,
1197
+ "possibleTypes": null
1198
+ },
1088
1199
  {
1089
1200
  "kind": "OBJECT",
1090
1201
  "name": "AssetState",
@@ -3513,6 +3624,57 @@
3513
3624
  "enumValues": null,
3514
3625
  "possibleTypes": null
3515
3626
  },
3627
+ {
3628
+ "kind": "OBJECT",
3629
+ "name": "DelegateLimit",
3630
+ "description": null,
3631
+ "fields": [
3632
+ {
3633
+ "name": "tokens",
3634
+ "description": null,
3635
+ "args": [],
3636
+ "type": {
3637
+ "kind": "LIST",
3638
+ "name": null,
3639
+ "ofType": {
3640
+ "kind": "NON_NULL",
3641
+ "name": null,
3642
+ "ofType": {
3643
+ "kind": "OBJECT",
3644
+ "name": "TokenLimit",
3645
+ "ofType": null
3646
+ }
3647
+ }
3648
+ },
3649
+ "isDeprecated": false,
3650
+ "deprecationReason": null
3651
+ },
3652
+ {
3653
+ "name": "assets",
3654
+ "description": null,
3655
+ "args": [],
3656
+ "type": {
3657
+ "kind": "LIST",
3658
+ "name": null,
3659
+ "ofType": {
3660
+ "kind": "NON_NULL",
3661
+ "name": null,
3662
+ "ofType": {
3663
+ "kind": "OBJECT",
3664
+ "name": "AssetLimit",
3665
+ "ofType": null
3666
+ }
3667
+ }
3668
+ },
3669
+ "isDeprecated": false,
3670
+ "deprecationReason": null
3671
+ }
3672
+ ],
3673
+ "inputFields": null,
3674
+ "interfaces": [],
3675
+ "enumValues": null,
3676
+ "possibleTypes": null
3677
+ },
3516
3678
  {
3517
3679
  "kind": "OBJECT",
3518
3680
  "name": "DelegateOp",
@@ -3549,6 +3711,18 @@
3549
3711
  },
3550
3712
  "isDeprecated": false,
3551
3713
  "deprecationReason": null
3714
+ },
3715
+ {
3716
+ "name": "limit",
3717
+ "description": null,
3718
+ "args": [],
3719
+ "type": {
3720
+ "kind": "OBJECT",
3721
+ "name": "DelegateLimit",
3722
+ "ofType": null
3723
+ },
3724
+ "isDeprecated": false,
3725
+ "deprecationReason": null
3552
3726
  }
3553
3727
  ],
3554
3728
  "inputFields": null,
@@ -3620,6 +3794,18 @@
3620
3794
  },
3621
3795
  "isDeprecated": false,
3622
3796
  "deprecationReason": null
3797
+ },
3798
+ {
3799
+ "name": "limit",
3800
+ "description": null,
3801
+ "args": [],
3802
+ "type": {
3803
+ "kind": "OBJECT",
3804
+ "name": "DelegateLimit",
3805
+ "ofType": null
3806
+ },
3807
+ "isDeprecated": false,
3808
+ "deprecationReason": null
3623
3809
  }
3624
3810
  ],
3625
3811
  "inputFields": null,
@@ -3664,6 +3850,30 @@
3664
3850
  "isDeprecated": false,
3665
3851
  "deprecationReason": null
3666
3852
  },
3853
+ {
3854
+ "name": "from",
3855
+ "description": null,
3856
+ "args": [],
3857
+ "type": {
3858
+ "kind": "SCALAR",
3859
+ "name": "String",
3860
+ "ofType": null
3861
+ },
3862
+ "isDeprecated": false,
3863
+ "deprecationReason": null
3864
+ },
3865
+ {
3866
+ "name": "to",
3867
+ "description": null,
3868
+ "args": [],
3869
+ "type": {
3870
+ "kind": "SCALAR",
3871
+ "name": "String",
3872
+ "ofType": null
3873
+ },
3874
+ "isDeprecated": false,
3875
+ "deprecationReason": null
3876
+ },
3667
3877
  {
3668
3878
  "name": "context",
3669
3879
  "description": null,
@@ -3796,6 +4006,35 @@
3796
4006
  "enumValues": null,
3797
4007
  "possibleTypes": null
3798
4008
  },
4009
+ {
4010
+ "kind": "INPUT_OBJECT",
4011
+ "name": "DelegationFilterInput",
4012
+ "description": null,
4013
+ "fields": null,
4014
+ "inputFields": [
4015
+ {
4016
+ "name": "delegations",
4017
+ "description": null,
4018
+ "type": {
4019
+ "kind": "LIST",
4020
+ "name": null,
4021
+ "ofType": {
4022
+ "kind": "NON_NULL",
4023
+ "name": null,
4024
+ "ofType": {
4025
+ "kind": "SCALAR",
4026
+ "name": "String",
4027
+ "ofType": null
4028
+ }
4029
+ }
4030
+ },
4031
+ "defaultValue": null
4032
+ }
4033
+ ],
4034
+ "interfaces": null,
4035
+ "enumValues": null,
4036
+ "possibleTypes": null
4037
+ },
3799
4038
  {
3800
4039
  "kind": "OBJECT",
3801
4040
  "name": "DepositTokenV2Tx",
@@ -9011,6 +9250,41 @@
9011
9250
  "enumValues": null,
9012
9251
  "possibleTypes": null
9013
9252
  },
9253
+ {
9254
+ "kind": "OBJECT",
9255
+ "name": "RateLimit",
9256
+ "description": null,
9257
+ "fields": [
9258
+ {
9259
+ "name": "interval",
9260
+ "description": null,
9261
+ "args": [],
9262
+ "type": {
9263
+ "kind": "SCALAR",
9264
+ "name": "Int",
9265
+ "ofType": null
9266
+ },
9267
+ "isDeprecated": false,
9268
+ "deprecationReason": null
9269
+ },
9270
+ {
9271
+ "name": "anchor",
9272
+ "description": null,
9273
+ "args": [],
9274
+ "type": {
9275
+ "kind": "SCALAR",
9276
+ "name": "Int",
9277
+ "ofType": null
9278
+ },
9279
+ "isDeprecated": false,
9280
+ "deprecationReason": null
9281
+ }
9282
+ ],
9283
+ "inputFields": null,
9284
+ "interfaces": [],
9285
+ "enumValues": null,
9286
+ "possibleTypes": null
9287
+ },
9014
9288
  {
9015
9289
  "kind": "OBJECT",
9016
9290
  "name": "ReceiptChange",
@@ -10078,6 +10352,16 @@
10078
10352
  "ofType": null
10079
10353
  },
10080
10354
  "defaultValue": null
10355
+ },
10356
+ {
10357
+ "name": "delegationFilter",
10358
+ "description": null,
10359
+ "type": {
10360
+ "kind": "INPUT_OBJECT",
10361
+ "name": "DelegationFilterInput",
10362
+ "ofType": null
10363
+ },
10364
+ "defaultValue": null
10081
10365
  }
10082
10366
  ],
10083
10367
  "interfaces": null,
@@ -13966,6 +14250,145 @@
13966
14250
  "enumValues": null,
13967
14251
  "possibleTypes": null
13968
14252
  },
14253
+ {
14254
+ "kind": "OBJECT",
14255
+ "name": "TokenLimit",
14256
+ "description": null,
14257
+ "fields": [
14258
+ {
14259
+ "name": "address",
14260
+ "description": null,
14261
+ "args": [],
14262
+ "type": {
14263
+ "kind": "SCALAR",
14264
+ "name": "String",
14265
+ "ofType": null
14266
+ },
14267
+ "isDeprecated": false,
14268
+ "deprecationReason": null
14269
+ },
14270
+ {
14271
+ "name": "to",
14272
+ "description": null,
14273
+ "args": [],
14274
+ "type": {
14275
+ "kind": "LIST",
14276
+ "name": null,
14277
+ "ofType": {
14278
+ "kind": "NON_NULL",
14279
+ "name": null,
14280
+ "ofType": {
14281
+ "kind": "SCALAR",
14282
+ "name": "String",
14283
+ "ofType": null
14284
+ }
14285
+ }
14286
+ },
14287
+ "isDeprecated": false,
14288
+ "deprecationReason": null
14289
+ },
14290
+ {
14291
+ "name": "txCount",
14292
+ "description": null,
14293
+ "args": [],
14294
+ "type": {
14295
+ "kind": "SCALAR",
14296
+ "name": "Int",
14297
+ "ofType": null
14298
+ },
14299
+ "isDeprecated": false,
14300
+ "deprecationReason": null
14301
+ },
14302
+ {
14303
+ "name": "txAllowance",
14304
+ "description": null,
14305
+ "args": [],
14306
+ "type": {
14307
+ "kind": "SCALAR",
14308
+ "name": "String",
14309
+ "ofType": null
14310
+ },
14311
+ "isDeprecated": false,
14312
+ "deprecationReason": null
14313
+ },
14314
+ {
14315
+ "name": "totalAllowance",
14316
+ "description": null,
14317
+ "args": [],
14318
+ "type": {
14319
+ "kind": "SCALAR",
14320
+ "name": "String",
14321
+ "ofType": null
14322
+ },
14323
+ "isDeprecated": false,
14324
+ "deprecationReason": null
14325
+ },
14326
+ {
14327
+ "name": "validUntil",
14328
+ "description": null,
14329
+ "args": [],
14330
+ "type": {
14331
+ "kind": "SCALAR",
14332
+ "name": "Int",
14333
+ "ofType": null
14334
+ },
14335
+ "isDeprecated": false,
14336
+ "deprecationReason": null
14337
+ },
14338
+ {
14339
+ "name": "rate",
14340
+ "description": null,
14341
+ "args": [],
14342
+ "type": {
14343
+ "kind": "OBJECT",
14344
+ "name": "RateLimit",
14345
+ "ofType": null
14346
+ },
14347
+ "isDeprecated": false,
14348
+ "deprecationReason": null
14349
+ },
14350
+ {
14351
+ "name": "txSent",
14352
+ "description": null,
14353
+ "args": [],
14354
+ "type": {
14355
+ "kind": "SCALAR",
14356
+ "name": "Int",
14357
+ "ofType": null
14358
+ },
14359
+ "isDeprecated": false,
14360
+ "deprecationReason": null
14361
+ },
14362
+ {
14363
+ "name": "spentAllowance",
14364
+ "description": null,
14365
+ "args": [],
14366
+ "type": {
14367
+ "kind": "SCALAR",
14368
+ "name": "String",
14369
+ "ofType": null
14370
+ },
14371
+ "isDeprecated": false,
14372
+ "deprecationReason": null
14373
+ },
14374
+ {
14375
+ "name": "lastTx",
14376
+ "description": null,
14377
+ "args": [],
14378
+ "type": {
14379
+ "kind": "SCALAR",
14380
+ "name": "Int",
14381
+ "ofType": null
14382
+ },
14383
+ "isDeprecated": false,
14384
+ "deprecationReason": null
14385
+ }
14386
+ ],
14387
+ "inputFields": null,
14388
+ "interfaces": [],
14389
+ "enumValues": null,
14390
+ "possibleTypes": null
14391
+ },
13969
14392
  {
13970
14393
  "kind": "OBJECT",
13971
14394
  "name": "TokenState",
@@ -17466,6 +17889,16 @@
17466
17889
  "ofType": null
17467
17890
  },
17468
17891
  "defaultValue": null
17892
+ },
17893
+ {
17894
+ "name": "delegationFilter",
17895
+ "description": null,
17896
+ "type": {
17897
+ "kind": "INPUT_OBJECT",
17898
+ "name": "DelegationFilterInput",
17899
+ "ofType": null
17900
+ },
17901
+ "defaultValue": null
17469
17902
  }
17470
17903
  ],
17471
17904
  "type": {