stigg-api-client 5.35.0 → 5.39.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +1139 -232
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
|
@@ -5009,6 +5009,607 @@
|
|
|
5009
5009
|
"enumValues": null,
|
|
5010
5010
|
"possibleTypes": null
|
|
5011
5011
|
},
|
|
5012
|
+
{
|
|
5013
|
+
"kind": "OBJECT",
|
|
5014
|
+
"name": "AutoRechargeSettingsDTO",
|
|
5015
|
+
"description": "Auto-recharge settings for a customer and currency",
|
|
5016
|
+
"fields": [
|
|
5017
|
+
{
|
|
5018
|
+
"name": "createdAt",
|
|
5019
|
+
"description": "Creation timestamp",
|
|
5020
|
+
"args": [],
|
|
5021
|
+
"type": {
|
|
5022
|
+
"kind": "SCALAR",
|
|
5023
|
+
"name": "DateTime",
|
|
5024
|
+
"ofType": null
|
|
5025
|
+
},
|
|
5026
|
+
"isDeprecated": false,
|
|
5027
|
+
"deprecationReason": null
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"name": "currencyId",
|
|
5031
|
+
"description": "Currency ID",
|
|
5032
|
+
"args": [],
|
|
5033
|
+
"type": {
|
|
5034
|
+
"kind": "NON_NULL",
|
|
5035
|
+
"name": null,
|
|
5036
|
+
"ofType": {
|
|
5037
|
+
"kind": "SCALAR",
|
|
5038
|
+
"name": "String",
|
|
5039
|
+
"ofType": null
|
|
5040
|
+
}
|
|
5041
|
+
},
|
|
5042
|
+
"isDeprecated": false,
|
|
5043
|
+
"deprecationReason": null
|
|
5044
|
+
},
|
|
5045
|
+
{
|
|
5046
|
+
"name": "customCurrency",
|
|
5047
|
+
"description": null,
|
|
5048
|
+
"args": [],
|
|
5049
|
+
"type": {
|
|
5050
|
+
"kind": "NON_NULL",
|
|
5051
|
+
"name": null,
|
|
5052
|
+
"ofType": {
|
|
5053
|
+
"kind": "OBJECT",
|
|
5054
|
+
"name": "CustomCurrency",
|
|
5055
|
+
"ofType": null
|
|
5056
|
+
}
|
|
5057
|
+
},
|
|
5058
|
+
"isDeprecated": false,
|
|
5059
|
+
"deprecationReason": null
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"name": "customer",
|
|
5063
|
+
"description": null,
|
|
5064
|
+
"args": [],
|
|
5065
|
+
"type": {
|
|
5066
|
+
"kind": "NON_NULL",
|
|
5067
|
+
"name": null,
|
|
5068
|
+
"ofType": {
|
|
5069
|
+
"kind": "OBJECT",
|
|
5070
|
+
"name": "Customer",
|
|
5071
|
+
"ofType": null
|
|
5072
|
+
}
|
|
5073
|
+
},
|
|
5074
|
+
"isDeprecated": false,
|
|
5075
|
+
"deprecationReason": null
|
|
5076
|
+
},
|
|
5077
|
+
{
|
|
5078
|
+
"name": "customerId",
|
|
5079
|
+
"description": "Customer ID (refId)",
|
|
5080
|
+
"args": [],
|
|
5081
|
+
"type": {
|
|
5082
|
+
"kind": "NON_NULL",
|
|
5083
|
+
"name": null,
|
|
5084
|
+
"ofType": {
|
|
5085
|
+
"kind": "SCALAR",
|
|
5086
|
+
"name": "String",
|
|
5087
|
+
"ofType": null
|
|
5088
|
+
}
|
|
5089
|
+
},
|
|
5090
|
+
"isDeprecated": false,
|
|
5091
|
+
"deprecationReason": null
|
|
5092
|
+
},
|
|
5093
|
+
{
|
|
5094
|
+
"name": "environmentId",
|
|
5095
|
+
"description": "The unique identifier for the environment",
|
|
5096
|
+
"args": [],
|
|
5097
|
+
"type": {
|
|
5098
|
+
"kind": "NON_NULL",
|
|
5099
|
+
"name": null,
|
|
5100
|
+
"ofType": {
|
|
5101
|
+
"kind": "SCALAR",
|
|
5102
|
+
"name": "UUID",
|
|
5103
|
+
"ofType": null
|
|
5104
|
+
}
|
|
5105
|
+
},
|
|
5106
|
+
"isDeprecated": false,
|
|
5107
|
+
"deprecationReason": null
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"name": "grantExpirationPeriod",
|
|
5111
|
+
"description": "Expiration period for granted credits",
|
|
5112
|
+
"args": [],
|
|
5113
|
+
"type": {
|
|
5114
|
+
"kind": "NON_NULL",
|
|
5115
|
+
"name": null,
|
|
5116
|
+
"ofType": {
|
|
5117
|
+
"kind": "ENUM",
|
|
5118
|
+
"name": "GrantExpirationPeriod",
|
|
5119
|
+
"ofType": null
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
"isDeprecated": false,
|
|
5123
|
+
"deprecationReason": null
|
|
5124
|
+
},
|
|
5125
|
+
{
|
|
5126
|
+
"name": "id",
|
|
5127
|
+
"description": "Configuration ID",
|
|
5128
|
+
"args": [],
|
|
5129
|
+
"type": {
|
|
5130
|
+
"kind": "SCALAR",
|
|
5131
|
+
"name": "UUID",
|
|
5132
|
+
"ofType": null
|
|
5133
|
+
},
|
|
5134
|
+
"isDeprecated": false,
|
|
5135
|
+
"deprecationReason": null
|
|
5136
|
+
},
|
|
5137
|
+
{
|
|
5138
|
+
"name": "isEnabled",
|
|
5139
|
+
"description": "Whether auto-recharge is enabled",
|
|
5140
|
+
"args": [],
|
|
5141
|
+
"type": {
|
|
5142
|
+
"kind": "NON_NULL",
|
|
5143
|
+
"name": null,
|
|
5144
|
+
"ofType": {
|
|
5145
|
+
"kind": "SCALAR",
|
|
5146
|
+
"name": "Boolean",
|
|
5147
|
+
"ofType": null
|
|
5148
|
+
}
|
|
5149
|
+
},
|
|
5150
|
+
"isDeprecated": false,
|
|
5151
|
+
"deprecationReason": null
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
"name": "maxSpendLimit",
|
|
5155
|
+
"description": "Maximum spend limit (null = unlimited)",
|
|
5156
|
+
"args": [],
|
|
5157
|
+
"type": {
|
|
5158
|
+
"kind": "SCALAR",
|
|
5159
|
+
"name": "Float",
|
|
5160
|
+
"ofType": null
|
|
5161
|
+
},
|
|
5162
|
+
"isDeprecated": false,
|
|
5163
|
+
"deprecationReason": null
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"name": "targetBalance",
|
|
5167
|
+
"description": "Target balance",
|
|
5168
|
+
"args": [],
|
|
5169
|
+
"type": {
|
|
5170
|
+
"kind": "NON_NULL",
|
|
5171
|
+
"name": null,
|
|
5172
|
+
"ofType": {
|
|
5173
|
+
"kind": "SCALAR",
|
|
5174
|
+
"name": "Float",
|
|
5175
|
+
"ofType": null
|
|
5176
|
+
}
|
|
5177
|
+
},
|
|
5178
|
+
"isDeprecated": false,
|
|
5179
|
+
"deprecationReason": null
|
|
5180
|
+
},
|
|
5181
|
+
{
|
|
5182
|
+
"name": "thresholdType",
|
|
5183
|
+
"description": "Type of threshold",
|
|
5184
|
+
"args": [],
|
|
5185
|
+
"type": {
|
|
5186
|
+
"kind": "NON_NULL",
|
|
5187
|
+
"name": null,
|
|
5188
|
+
"ofType": {
|
|
5189
|
+
"kind": "ENUM",
|
|
5190
|
+
"name": "ThresholdType",
|
|
5191
|
+
"ofType": null
|
|
5192
|
+
}
|
|
5193
|
+
},
|
|
5194
|
+
"isDeprecated": false,
|
|
5195
|
+
"deprecationReason": null
|
|
5196
|
+
},
|
|
5197
|
+
{
|
|
5198
|
+
"name": "thresholdValue",
|
|
5199
|
+
"description": "Threshold value",
|
|
5200
|
+
"args": [],
|
|
5201
|
+
"type": {
|
|
5202
|
+
"kind": "NON_NULL",
|
|
5203
|
+
"name": null,
|
|
5204
|
+
"ofType": {
|
|
5205
|
+
"kind": "SCALAR",
|
|
5206
|
+
"name": "Float",
|
|
5207
|
+
"ofType": null
|
|
5208
|
+
}
|
|
5209
|
+
},
|
|
5210
|
+
"isDeprecated": false,
|
|
5211
|
+
"deprecationReason": null
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"name": "updatedAt",
|
|
5215
|
+
"description": "Last update timestamp",
|
|
5216
|
+
"args": [],
|
|
5217
|
+
"type": {
|
|
5218
|
+
"kind": "SCALAR",
|
|
5219
|
+
"name": "DateTime",
|
|
5220
|
+
"ofType": null
|
|
5221
|
+
},
|
|
5222
|
+
"isDeprecated": false,
|
|
5223
|
+
"deprecationReason": null
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"name": "validationConfig",
|
|
5227
|
+
"description": "Validation configuration based on subscription pricing",
|
|
5228
|
+
"args": [],
|
|
5229
|
+
"type": {
|
|
5230
|
+
"kind": "NON_NULL",
|
|
5231
|
+
"name": null,
|
|
5232
|
+
"ofType": {
|
|
5233
|
+
"kind": "OBJECT",
|
|
5234
|
+
"name": "AutoRechargeValidationConfigDTO",
|
|
5235
|
+
"ofType": null
|
|
5236
|
+
}
|
|
5237
|
+
},
|
|
5238
|
+
"isDeprecated": false,
|
|
5239
|
+
"deprecationReason": null
|
|
5240
|
+
}
|
|
5241
|
+
],
|
|
5242
|
+
"inputFields": null,
|
|
5243
|
+
"interfaces": [],
|
|
5244
|
+
"enumValues": null,
|
|
5245
|
+
"possibleTypes": null
|
|
5246
|
+
},
|
|
5247
|
+
{
|
|
5248
|
+
"kind": "OBJECT",
|
|
5249
|
+
"name": "AutoRechargeSettingsDTOAggregateGroupBy",
|
|
5250
|
+
"description": null,
|
|
5251
|
+
"fields": [
|
|
5252
|
+
{
|
|
5253
|
+
"name": "currencyId",
|
|
5254
|
+
"description": null,
|
|
5255
|
+
"args": [],
|
|
5256
|
+
"type": {
|
|
5257
|
+
"kind": "SCALAR",
|
|
5258
|
+
"name": "String",
|
|
5259
|
+
"ofType": null
|
|
5260
|
+
},
|
|
5261
|
+
"isDeprecated": false,
|
|
5262
|
+
"deprecationReason": null
|
|
5263
|
+
},
|
|
5264
|
+
{
|
|
5265
|
+
"name": "customerId",
|
|
5266
|
+
"description": null,
|
|
5267
|
+
"args": [],
|
|
5268
|
+
"type": {
|
|
5269
|
+
"kind": "SCALAR",
|
|
5270
|
+
"name": "String",
|
|
5271
|
+
"ofType": null
|
|
5272
|
+
},
|
|
5273
|
+
"isDeprecated": false,
|
|
5274
|
+
"deprecationReason": null
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"name": "environmentId",
|
|
5278
|
+
"description": null,
|
|
5279
|
+
"args": [],
|
|
5280
|
+
"type": {
|
|
5281
|
+
"kind": "SCALAR",
|
|
5282
|
+
"name": "UUID",
|
|
5283
|
+
"ofType": null
|
|
5284
|
+
},
|
|
5285
|
+
"isDeprecated": false,
|
|
5286
|
+
"deprecationReason": null
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
"name": "id",
|
|
5290
|
+
"description": null,
|
|
5291
|
+
"args": [],
|
|
5292
|
+
"type": {
|
|
5293
|
+
"kind": "SCALAR",
|
|
5294
|
+
"name": "UUID",
|
|
5295
|
+
"ofType": null
|
|
5296
|
+
},
|
|
5297
|
+
"isDeprecated": false,
|
|
5298
|
+
"deprecationReason": null
|
|
5299
|
+
}
|
|
5300
|
+
],
|
|
5301
|
+
"inputFields": null,
|
|
5302
|
+
"interfaces": [],
|
|
5303
|
+
"enumValues": null,
|
|
5304
|
+
"possibleTypes": null
|
|
5305
|
+
},
|
|
5306
|
+
{
|
|
5307
|
+
"kind": "OBJECT",
|
|
5308
|
+
"name": "AutoRechargeSettingsDTOCountAggregate",
|
|
5309
|
+
"description": null,
|
|
5310
|
+
"fields": [
|
|
5311
|
+
{
|
|
5312
|
+
"name": "currencyId",
|
|
5313
|
+
"description": null,
|
|
5314
|
+
"args": [],
|
|
5315
|
+
"type": {
|
|
5316
|
+
"kind": "SCALAR",
|
|
5317
|
+
"name": "Int",
|
|
5318
|
+
"ofType": null
|
|
5319
|
+
},
|
|
5320
|
+
"isDeprecated": false,
|
|
5321
|
+
"deprecationReason": null
|
|
5322
|
+
},
|
|
5323
|
+
{
|
|
5324
|
+
"name": "customerId",
|
|
5325
|
+
"description": null,
|
|
5326
|
+
"args": [],
|
|
5327
|
+
"type": {
|
|
5328
|
+
"kind": "SCALAR",
|
|
5329
|
+
"name": "Int",
|
|
5330
|
+
"ofType": null
|
|
5331
|
+
},
|
|
5332
|
+
"isDeprecated": false,
|
|
5333
|
+
"deprecationReason": null
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "environmentId",
|
|
5337
|
+
"description": null,
|
|
5338
|
+
"args": [],
|
|
5339
|
+
"type": {
|
|
5340
|
+
"kind": "SCALAR",
|
|
5341
|
+
"name": "Int",
|
|
5342
|
+
"ofType": null
|
|
5343
|
+
},
|
|
5344
|
+
"isDeprecated": false,
|
|
5345
|
+
"deprecationReason": null
|
|
5346
|
+
},
|
|
5347
|
+
{
|
|
5348
|
+
"name": "id",
|
|
5349
|
+
"description": null,
|
|
5350
|
+
"args": [],
|
|
5351
|
+
"type": {
|
|
5352
|
+
"kind": "SCALAR",
|
|
5353
|
+
"name": "Int",
|
|
5354
|
+
"ofType": null
|
|
5355
|
+
},
|
|
5356
|
+
"isDeprecated": false,
|
|
5357
|
+
"deprecationReason": null
|
|
5358
|
+
}
|
|
5359
|
+
],
|
|
5360
|
+
"inputFields": null,
|
|
5361
|
+
"interfaces": [],
|
|
5362
|
+
"enumValues": null,
|
|
5363
|
+
"possibleTypes": null
|
|
5364
|
+
},
|
|
5365
|
+
{
|
|
5366
|
+
"kind": "OBJECT",
|
|
5367
|
+
"name": "AutoRechargeSettingsDTOEdge",
|
|
5368
|
+
"description": null,
|
|
5369
|
+
"fields": [
|
|
5370
|
+
{
|
|
5371
|
+
"name": "cursor",
|
|
5372
|
+
"description": "Cursor for this node.",
|
|
5373
|
+
"args": [],
|
|
5374
|
+
"type": {
|
|
5375
|
+
"kind": "NON_NULL",
|
|
5376
|
+
"name": null,
|
|
5377
|
+
"ofType": {
|
|
5378
|
+
"kind": "SCALAR",
|
|
5379
|
+
"name": "ConnectionCursor",
|
|
5380
|
+
"ofType": null
|
|
5381
|
+
}
|
|
5382
|
+
},
|
|
5383
|
+
"isDeprecated": false,
|
|
5384
|
+
"deprecationReason": null
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"name": "node",
|
|
5388
|
+
"description": "The node containing the AutoRechargeSettingsDTO",
|
|
5389
|
+
"args": [],
|
|
5390
|
+
"type": {
|
|
5391
|
+
"kind": "NON_NULL",
|
|
5392
|
+
"name": null,
|
|
5393
|
+
"ofType": {
|
|
5394
|
+
"kind": "OBJECT",
|
|
5395
|
+
"name": "AutoRechargeSettingsDTO",
|
|
5396
|
+
"ofType": null
|
|
5397
|
+
}
|
|
5398
|
+
},
|
|
5399
|
+
"isDeprecated": false,
|
|
5400
|
+
"deprecationReason": null
|
|
5401
|
+
}
|
|
5402
|
+
],
|
|
5403
|
+
"inputFields": null,
|
|
5404
|
+
"interfaces": [],
|
|
5405
|
+
"enumValues": null,
|
|
5406
|
+
"possibleTypes": null
|
|
5407
|
+
},
|
|
5408
|
+
{
|
|
5409
|
+
"kind": "OBJECT",
|
|
5410
|
+
"name": "AutoRechargeSettingsDTOMaxAggregate",
|
|
5411
|
+
"description": null,
|
|
5412
|
+
"fields": [
|
|
5413
|
+
{
|
|
5414
|
+
"name": "currencyId",
|
|
5415
|
+
"description": null,
|
|
5416
|
+
"args": [],
|
|
5417
|
+
"type": {
|
|
5418
|
+
"kind": "SCALAR",
|
|
5419
|
+
"name": "String",
|
|
5420
|
+
"ofType": null
|
|
5421
|
+
},
|
|
5422
|
+
"isDeprecated": false,
|
|
5423
|
+
"deprecationReason": null
|
|
5424
|
+
},
|
|
5425
|
+
{
|
|
5426
|
+
"name": "customerId",
|
|
5427
|
+
"description": null,
|
|
5428
|
+
"args": [],
|
|
5429
|
+
"type": {
|
|
5430
|
+
"kind": "SCALAR",
|
|
5431
|
+
"name": "String",
|
|
5432
|
+
"ofType": null
|
|
5433
|
+
},
|
|
5434
|
+
"isDeprecated": false,
|
|
5435
|
+
"deprecationReason": null
|
|
5436
|
+
},
|
|
5437
|
+
{
|
|
5438
|
+
"name": "environmentId",
|
|
5439
|
+
"description": null,
|
|
5440
|
+
"args": [],
|
|
5441
|
+
"type": {
|
|
5442
|
+
"kind": "SCALAR",
|
|
5443
|
+
"name": "UUID",
|
|
5444
|
+
"ofType": null
|
|
5445
|
+
},
|
|
5446
|
+
"isDeprecated": false,
|
|
5447
|
+
"deprecationReason": null
|
|
5448
|
+
},
|
|
5449
|
+
{
|
|
5450
|
+
"name": "id",
|
|
5451
|
+
"description": null,
|
|
5452
|
+
"args": [],
|
|
5453
|
+
"type": {
|
|
5454
|
+
"kind": "SCALAR",
|
|
5455
|
+
"name": "UUID",
|
|
5456
|
+
"ofType": null
|
|
5457
|
+
},
|
|
5458
|
+
"isDeprecated": false,
|
|
5459
|
+
"deprecationReason": null
|
|
5460
|
+
}
|
|
5461
|
+
],
|
|
5462
|
+
"inputFields": null,
|
|
5463
|
+
"interfaces": [],
|
|
5464
|
+
"enumValues": null,
|
|
5465
|
+
"possibleTypes": null
|
|
5466
|
+
},
|
|
5467
|
+
{
|
|
5468
|
+
"kind": "OBJECT",
|
|
5469
|
+
"name": "AutoRechargeSettingsDTOMinAggregate",
|
|
5470
|
+
"description": null,
|
|
5471
|
+
"fields": [
|
|
5472
|
+
{
|
|
5473
|
+
"name": "currencyId",
|
|
5474
|
+
"description": null,
|
|
5475
|
+
"args": [],
|
|
5476
|
+
"type": {
|
|
5477
|
+
"kind": "SCALAR",
|
|
5478
|
+
"name": "String",
|
|
5479
|
+
"ofType": null
|
|
5480
|
+
},
|
|
5481
|
+
"isDeprecated": false,
|
|
5482
|
+
"deprecationReason": null
|
|
5483
|
+
},
|
|
5484
|
+
{
|
|
5485
|
+
"name": "customerId",
|
|
5486
|
+
"description": null,
|
|
5487
|
+
"args": [],
|
|
5488
|
+
"type": {
|
|
5489
|
+
"kind": "SCALAR",
|
|
5490
|
+
"name": "String",
|
|
5491
|
+
"ofType": null
|
|
5492
|
+
},
|
|
5493
|
+
"isDeprecated": false,
|
|
5494
|
+
"deprecationReason": null
|
|
5495
|
+
},
|
|
5496
|
+
{
|
|
5497
|
+
"name": "environmentId",
|
|
5498
|
+
"description": null,
|
|
5499
|
+
"args": [],
|
|
5500
|
+
"type": {
|
|
5501
|
+
"kind": "SCALAR",
|
|
5502
|
+
"name": "UUID",
|
|
5503
|
+
"ofType": null
|
|
5504
|
+
},
|
|
5505
|
+
"isDeprecated": false,
|
|
5506
|
+
"deprecationReason": null
|
|
5507
|
+
},
|
|
5508
|
+
{
|
|
5509
|
+
"name": "id",
|
|
5510
|
+
"description": null,
|
|
5511
|
+
"args": [],
|
|
5512
|
+
"type": {
|
|
5513
|
+
"kind": "SCALAR",
|
|
5514
|
+
"name": "UUID",
|
|
5515
|
+
"ofType": null
|
|
5516
|
+
},
|
|
5517
|
+
"isDeprecated": false,
|
|
5518
|
+
"deprecationReason": null
|
|
5519
|
+
}
|
|
5520
|
+
],
|
|
5521
|
+
"inputFields": null,
|
|
5522
|
+
"interfaces": [],
|
|
5523
|
+
"enumValues": null,
|
|
5524
|
+
"possibleTypes": null
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"kind": "OBJECT",
|
|
5528
|
+
"name": "AutoRechargeValidationConfigDTO",
|
|
5529
|
+
"description": "Validation configuration for auto-recharge settings based on subscription pricing",
|
|
5530
|
+
"fields": [
|
|
5531
|
+
{
|
|
5532
|
+
"name": "allowUnlimitedSpendLimit",
|
|
5533
|
+
"description": "Whether unlimited spend limit is allowed",
|
|
5534
|
+
"args": [],
|
|
5535
|
+
"type": {
|
|
5536
|
+
"kind": "NON_NULL",
|
|
5537
|
+
"name": null,
|
|
5538
|
+
"ofType": {
|
|
5539
|
+
"kind": "SCALAR",
|
|
5540
|
+
"name": "Boolean",
|
|
5541
|
+
"ofType": null
|
|
5542
|
+
}
|
|
5543
|
+
},
|
|
5544
|
+
"isDeprecated": false,
|
|
5545
|
+
"deprecationReason": null
|
|
5546
|
+
},
|
|
5547
|
+
{
|
|
5548
|
+
"name": "maxCreditPoolSize",
|
|
5549
|
+
"description": "Maximum credit pool size (from subscription pricing)",
|
|
5550
|
+
"args": [],
|
|
5551
|
+
"type": {
|
|
5552
|
+
"kind": "SCALAR",
|
|
5553
|
+
"name": "Float",
|
|
5554
|
+
"ofType": null
|
|
5555
|
+
},
|
|
5556
|
+
"isDeprecated": false,
|
|
5557
|
+
"deprecationReason": null
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
"name": "maxTargetBalance",
|
|
5561
|
+
"description": "Maximum target balance",
|
|
5562
|
+
"args": [],
|
|
5563
|
+
"type": {
|
|
5564
|
+
"kind": "SCALAR",
|
|
5565
|
+
"name": "Float",
|
|
5566
|
+
"ofType": null
|
|
5567
|
+
},
|
|
5568
|
+
"isDeprecated": false,
|
|
5569
|
+
"deprecationReason": null
|
|
5570
|
+
},
|
|
5571
|
+
{
|
|
5572
|
+
"name": "maxThresholdAmount",
|
|
5573
|
+
"description": "Maximum threshold amount",
|
|
5574
|
+
"args": [],
|
|
5575
|
+
"type": {
|
|
5576
|
+
"kind": "SCALAR",
|
|
5577
|
+
"name": "Float",
|
|
5578
|
+
"ofType": null
|
|
5579
|
+
},
|
|
5580
|
+
"isDeprecated": false,
|
|
5581
|
+
"deprecationReason": null
|
|
5582
|
+
},
|
|
5583
|
+
{
|
|
5584
|
+
"name": "minGrantAmount",
|
|
5585
|
+
"description": "Minimum grant amount (from subscription pricing)",
|
|
5586
|
+
"args": [],
|
|
5587
|
+
"type": {
|
|
5588
|
+
"kind": "SCALAR",
|
|
5589
|
+
"name": "Float",
|
|
5590
|
+
"ofType": null
|
|
5591
|
+
},
|
|
5592
|
+
"isDeprecated": false,
|
|
5593
|
+
"deprecationReason": null
|
|
5594
|
+
},
|
|
5595
|
+
{
|
|
5596
|
+
"name": "minTargetBalance",
|
|
5597
|
+
"description": "Minimum target balance",
|
|
5598
|
+
"args": [],
|
|
5599
|
+
"type": {
|
|
5600
|
+
"kind": "SCALAR",
|
|
5601
|
+
"name": "Float",
|
|
5602
|
+
"ofType": null
|
|
5603
|
+
},
|
|
5604
|
+
"isDeprecated": false,
|
|
5605
|
+
"deprecationReason": null
|
|
5606
|
+
}
|
|
5607
|
+
],
|
|
5608
|
+
"inputFields": null,
|
|
5609
|
+
"interfaces": [],
|
|
5610
|
+
"enumValues": null,
|
|
5611
|
+
"possibleTypes": null
|
|
5612
|
+
},
|
|
5012
5613
|
{
|
|
5013
5614
|
"kind": "OBJECT",
|
|
5014
5615
|
"name": "AwsDimension",
|
|
@@ -37593,6 +38194,65 @@
|
|
|
37593
38194
|
"enumValues": null,
|
|
37594
38195
|
"possibleTypes": null
|
|
37595
38196
|
},
|
|
38197
|
+
{
|
|
38198
|
+
"kind": "INPUT_OBJECT",
|
|
38199
|
+
"name": "GetAutoRechargeSettingsInput",
|
|
38200
|
+
"description": "Input for getting auto-recharge settings",
|
|
38201
|
+
"fields": null,
|
|
38202
|
+
"inputFields": [
|
|
38203
|
+
{
|
|
38204
|
+
"name": "currencyId",
|
|
38205
|
+
"description": "Currency ID",
|
|
38206
|
+
"type": {
|
|
38207
|
+
"kind": "NON_NULL",
|
|
38208
|
+
"name": null,
|
|
38209
|
+
"ofType": {
|
|
38210
|
+
"kind": "SCALAR",
|
|
38211
|
+
"name": "String",
|
|
38212
|
+
"ofType": null
|
|
38213
|
+
}
|
|
38214
|
+
},
|
|
38215
|
+
"defaultValue": null,
|
|
38216
|
+
"isDeprecated": false,
|
|
38217
|
+
"deprecationReason": null
|
|
38218
|
+
},
|
|
38219
|
+
{
|
|
38220
|
+
"name": "customerId",
|
|
38221
|
+
"description": "Customer ID (refId)",
|
|
38222
|
+
"type": {
|
|
38223
|
+
"kind": "NON_NULL",
|
|
38224
|
+
"name": null,
|
|
38225
|
+
"ofType": {
|
|
38226
|
+
"kind": "SCALAR",
|
|
38227
|
+
"name": "String",
|
|
38228
|
+
"ofType": null
|
|
38229
|
+
}
|
|
38230
|
+
},
|
|
38231
|
+
"defaultValue": null,
|
|
38232
|
+
"isDeprecated": false,
|
|
38233
|
+
"deprecationReason": null
|
|
38234
|
+
},
|
|
38235
|
+
{
|
|
38236
|
+
"name": "environmentId",
|
|
38237
|
+
"description": "Environment ID",
|
|
38238
|
+
"type": {
|
|
38239
|
+
"kind": "NON_NULL",
|
|
38240
|
+
"name": null,
|
|
38241
|
+
"ofType": {
|
|
38242
|
+
"kind": "SCALAR",
|
|
38243
|
+
"name": "String",
|
|
38244
|
+
"ofType": null
|
|
38245
|
+
}
|
|
38246
|
+
},
|
|
38247
|
+
"defaultValue": null,
|
|
38248
|
+
"isDeprecated": false,
|
|
38249
|
+
"deprecationReason": null
|
|
38250
|
+
}
|
|
38251
|
+
],
|
|
38252
|
+
"interfaces": null,
|
|
38253
|
+
"enumValues": null,
|
|
38254
|
+
"possibleTypes": null
|
|
38255
|
+
},
|
|
37596
38256
|
{
|
|
37597
38257
|
"kind": "OBJECT",
|
|
37598
38258
|
"name": "GetAwsExternalIdResult",
|
|
@@ -38123,6 +38783,29 @@
|
|
|
38123
38783
|
"enumValues": null,
|
|
38124
38784
|
"possibleTypes": null
|
|
38125
38785
|
},
|
|
38786
|
+
{
|
|
38787
|
+
"kind": "ENUM",
|
|
38788
|
+
"name": "GrantExpirationPeriod",
|
|
38789
|
+
"description": "Expiration period for granted credits",
|
|
38790
|
+
"fields": null,
|
|
38791
|
+
"inputFields": null,
|
|
38792
|
+
"interfaces": null,
|
|
38793
|
+
"enumValues": [
|
|
38794
|
+
{
|
|
38795
|
+
"name": "OneMonth",
|
|
38796
|
+
"description": "Credits expire after one month",
|
|
38797
|
+
"isDeprecated": false,
|
|
38798
|
+
"deprecationReason": null
|
|
38799
|
+
},
|
|
38800
|
+
{
|
|
38801
|
+
"name": "OneYear",
|
|
38802
|
+
"description": "Credits expire after one year",
|
|
38803
|
+
"isDeprecated": false,
|
|
38804
|
+
"deprecationReason": null
|
|
38805
|
+
}
|
|
38806
|
+
],
|
|
38807
|
+
"possibleTypes": null
|
|
38808
|
+
},
|
|
38126
38809
|
{
|
|
38127
38810
|
"kind": "INPUT_OBJECT",
|
|
38128
38811
|
"name": "GrantPromotionalEntitlementInput",
|
|
@@ -49170,6 +49853,39 @@
|
|
|
49170
49853
|
"isDeprecated": false,
|
|
49171
49854
|
"deprecationReason": null
|
|
49172
49855
|
},
|
|
49856
|
+
{
|
|
49857
|
+
"name": "saveAutoRechargeSettings",
|
|
49858
|
+
"description": "Save (create or update) auto-recharge settings",
|
|
49859
|
+
"args": [
|
|
49860
|
+
{
|
|
49861
|
+
"name": "input",
|
|
49862
|
+
"description": "Input for saving auto-recharge settings",
|
|
49863
|
+
"type": {
|
|
49864
|
+
"kind": "NON_NULL",
|
|
49865
|
+
"name": null,
|
|
49866
|
+
"ofType": {
|
|
49867
|
+
"kind": "INPUT_OBJECT",
|
|
49868
|
+
"name": "SaveAutoRechargeSettingsInput",
|
|
49869
|
+
"ofType": null
|
|
49870
|
+
}
|
|
49871
|
+
},
|
|
49872
|
+
"defaultValue": null,
|
|
49873
|
+
"isDeprecated": false,
|
|
49874
|
+
"deprecationReason": null
|
|
49875
|
+
}
|
|
49876
|
+
],
|
|
49877
|
+
"type": {
|
|
49878
|
+
"kind": "NON_NULL",
|
|
49879
|
+
"name": null,
|
|
49880
|
+
"ofType": {
|
|
49881
|
+
"kind": "OBJECT",
|
|
49882
|
+
"name": "AutoRechargeSettingsDTO",
|
|
49883
|
+
"ofType": null
|
|
49884
|
+
}
|
|
49885
|
+
},
|
|
49886
|
+
"isDeprecated": false,
|
|
49887
|
+
"deprecationReason": null
|
|
49888
|
+
},
|
|
49173
49889
|
{
|
|
49174
49890
|
"name": "setAccessRoles",
|
|
49175
49891
|
"description": "Set access roles for a member",
|
|
@@ -73986,12 +74702,245 @@
|
|
|
73986
74702
|
"name": null,
|
|
73987
74703
|
"ofType": {
|
|
73988
74704
|
"kind": "INPUT_OBJECT",
|
|
73989
|
-
"name": "ExperimentSort",
|
|
74705
|
+
"name": "ExperimentSort",
|
|
74706
|
+
"ofType": null
|
|
74707
|
+
}
|
|
74708
|
+
}
|
|
74709
|
+
},
|
|
74710
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
74711
|
+
"isDeprecated": false,
|
|
74712
|
+
"deprecationReason": null
|
|
74713
|
+
}
|
|
74714
|
+
],
|
|
74715
|
+
"type": {
|
|
74716
|
+
"kind": "NON_NULL",
|
|
74717
|
+
"name": null,
|
|
74718
|
+
"ofType": {
|
|
74719
|
+
"kind": "OBJECT",
|
|
74720
|
+
"name": "ExperimentConnection",
|
|
74721
|
+
"ofType": null
|
|
74722
|
+
}
|
|
74723
|
+
},
|
|
74724
|
+
"isDeprecated": false,
|
|
74725
|
+
"deprecationReason": null
|
|
74726
|
+
},
|
|
74727
|
+
{
|
|
74728
|
+
"name": "featureAssociatedLatestPackages",
|
|
74729
|
+
"description": "Get the associated latest packages for a feature",
|
|
74730
|
+
"args": [
|
|
74731
|
+
{
|
|
74732
|
+
"name": "input",
|
|
74733
|
+
"description": null,
|
|
74734
|
+
"type": {
|
|
74735
|
+
"kind": "NON_NULL",
|
|
74736
|
+
"name": null,
|
|
74737
|
+
"ofType": {
|
|
74738
|
+
"kind": "INPUT_OBJECT",
|
|
74739
|
+
"name": "FeatureAssociatedLatestPackages",
|
|
74740
|
+
"ofType": null
|
|
74741
|
+
}
|
|
74742
|
+
},
|
|
74743
|
+
"defaultValue": null,
|
|
74744
|
+
"isDeprecated": false,
|
|
74745
|
+
"deprecationReason": null
|
|
74746
|
+
}
|
|
74747
|
+
],
|
|
74748
|
+
"type": {
|
|
74749
|
+
"kind": "NON_NULL",
|
|
74750
|
+
"name": null,
|
|
74751
|
+
"ofType": {
|
|
74752
|
+
"kind": "LIST",
|
|
74753
|
+
"name": null,
|
|
74754
|
+
"ofType": {
|
|
74755
|
+
"kind": "NON_NULL",
|
|
74756
|
+
"name": null,
|
|
74757
|
+
"ofType": {
|
|
74758
|
+
"kind": "OBJECT",
|
|
74759
|
+
"name": "PackageDTO",
|
|
74760
|
+
"ofType": null
|
|
74761
|
+
}
|
|
74762
|
+
}
|
|
74763
|
+
}
|
|
74764
|
+
},
|
|
74765
|
+
"isDeprecated": false,
|
|
74766
|
+
"deprecationReason": null
|
|
74767
|
+
},
|
|
74768
|
+
{
|
|
74769
|
+
"name": "featureGroup",
|
|
74770
|
+
"description": null,
|
|
74771
|
+
"args": [
|
|
74772
|
+
{
|
|
74773
|
+
"name": "id",
|
|
74774
|
+
"description": "The id of the record to find.",
|
|
74775
|
+
"type": {
|
|
74776
|
+
"kind": "NON_NULL",
|
|
74777
|
+
"name": null,
|
|
74778
|
+
"ofType": {
|
|
74779
|
+
"kind": "SCALAR",
|
|
74780
|
+
"name": "UUID",
|
|
74781
|
+
"ofType": null
|
|
74782
|
+
}
|
|
74783
|
+
},
|
|
74784
|
+
"defaultValue": null,
|
|
74785
|
+
"isDeprecated": false,
|
|
74786
|
+
"deprecationReason": null
|
|
74787
|
+
}
|
|
74788
|
+
],
|
|
74789
|
+
"type": {
|
|
74790
|
+
"kind": "OBJECT",
|
|
74791
|
+
"name": "FeatureGroup",
|
|
74792
|
+
"ofType": null
|
|
74793
|
+
},
|
|
74794
|
+
"isDeprecated": false,
|
|
74795
|
+
"deprecationReason": null
|
|
74796
|
+
},
|
|
74797
|
+
{
|
|
74798
|
+
"name": "featureGroupAssociatedLatestPackages",
|
|
74799
|
+
"description": "Get associated latest packages of a feature group",
|
|
74800
|
+
"args": [
|
|
74801
|
+
{
|
|
74802
|
+
"name": "input",
|
|
74803
|
+
"description": null,
|
|
74804
|
+
"type": {
|
|
74805
|
+
"kind": "NON_NULL",
|
|
74806
|
+
"name": null,
|
|
74807
|
+
"ofType": {
|
|
74808
|
+
"kind": "INPUT_OBJECT",
|
|
74809
|
+
"name": "FeatureGroupAssociatedLatestPackagesInput",
|
|
74810
|
+
"ofType": null
|
|
74811
|
+
}
|
|
74812
|
+
},
|
|
74813
|
+
"defaultValue": null,
|
|
74814
|
+
"isDeprecated": false,
|
|
74815
|
+
"deprecationReason": null
|
|
74816
|
+
}
|
|
74817
|
+
],
|
|
74818
|
+
"type": {
|
|
74819
|
+
"kind": "NON_NULL",
|
|
74820
|
+
"name": null,
|
|
74821
|
+
"ofType": {
|
|
74822
|
+
"kind": "LIST",
|
|
74823
|
+
"name": null,
|
|
74824
|
+
"ofType": {
|
|
74825
|
+
"kind": "NON_NULL",
|
|
74826
|
+
"name": null,
|
|
74827
|
+
"ofType": {
|
|
74828
|
+
"kind": "OBJECT",
|
|
74829
|
+
"name": "PackageDTO",
|
|
74830
|
+
"ofType": null
|
|
74831
|
+
}
|
|
74832
|
+
}
|
|
74833
|
+
}
|
|
74834
|
+
},
|
|
74835
|
+
"isDeprecated": false,
|
|
74836
|
+
"deprecationReason": null
|
|
74837
|
+
},
|
|
74838
|
+
{
|
|
74839
|
+
"name": "featureGroups",
|
|
74840
|
+
"description": null,
|
|
74841
|
+
"args": [
|
|
74842
|
+
{
|
|
74843
|
+
"name": "filter",
|
|
74844
|
+
"description": "Specify to filter the records returned.",
|
|
74845
|
+
"type": {
|
|
74846
|
+
"kind": "INPUT_OBJECT",
|
|
74847
|
+
"name": "FeatureGroupFilter",
|
|
74848
|
+
"ofType": null
|
|
74849
|
+
},
|
|
74850
|
+
"defaultValue": "{isLatest: {}, status: {eq: PUBLISHED}}",
|
|
74851
|
+
"isDeprecated": false,
|
|
74852
|
+
"deprecationReason": null
|
|
74853
|
+
},
|
|
74854
|
+
{
|
|
74855
|
+
"name": "paging",
|
|
74856
|
+
"description": "Limit or page results.",
|
|
74857
|
+
"type": {
|
|
74858
|
+
"kind": "INPUT_OBJECT",
|
|
74859
|
+
"name": "CursorPaging",
|
|
74860
|
+
"ofType": null
|
|
74861
|
+
},
|
|
74862
|
+
"defaultValue": "{first: 10}",
|
|
74863
|
+
"isDeprecated": false,
|
|
74864
|
+
"deprecationReason": null
|
|
74865
|
+
},
|
|
74866
|
+
{
|
|
74867
|
+
"name": "sorting",
|
|
74868
|
+
"description": "Specify to sort results.",
|
|
74869
|
+
"type": {
|
|
74870
|
+
"kind": "LIST",
|
|
74871
|
+
"name": null,
|
|
74872
|
+
"ofType": {
|
|
74873
|
+
"kind": "NON_NULL",
|
|
74874
|
+
"name": null,
|
|
74875
|
+
"ofType": {
|
|
74876
|
+
"kind": "INPUT_OBJECT",
|
|
74877
|
+
"name": "FeatureGroupSort",
|
|
74878
|
+
"ofType": null
|
|
74879
|
+
}
|
|
74880
|
+
}
|
|
74881
|
+
},
|
|
74882
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
74883
|
+
"isDeprecated": false,
|
|
74884
|
+
"deprecationReason": null
|
|
74885
|
+
}
|
|
74886
|
+
],
|
|
74887
|
+
"type": {
|
|
74888
|
+
"kind": "NON_NULL",
|
|
74889
|
+
"name": null,
|
|
74890
|
+
"ofType": {
|
|
74891
|
+
"kind": "OBJECT",
|
|
74892
|
+
"name": "FeatureGroupConnection",
|
|
74893
|
+
"ofType": null
|
|
74894
|
+
}
|
|
74895
|
+
},
|
|
74896
|
+
"isDeprecated": false,
|
|
74897
|
+
"deprecationReason": null
|
|
74898
|
+
},
|
|
74899
|
+
{
|
|
74900
|
+
"name": "features",
|
|
74901
|
+
"description": null,
|
|
74902
|
+
"args": [
|
|
74903
|
+
{
|
|
74904
|
+
"name": "filter",
|
|
74905
|
+
"description": "Specify to filter the records returned.",
|
|
74906
|
+
"type": {
|
|
74907
|
+
"kind": "INPUT_OBJECT",
|
|
74908
|
+
"name": "FeatureFilter",
|
|
74909
|
+
"ofType": null
|
|
74910
|
+
},
|
|
74911
|
+
"defaultValue": "{}",
|
|
74912
|
+
"isDeprecated": false,
|
|
74913
|
+
"deprecationReason": null
|
|
74914
|
+
},
|
|
74915
|
+
{
|
|
74916
|
+
"name": "paging",
|
|
74917
|
+
"description": "Limit or page results.",
|
|
74918
|
+
"type": {
|
|
74919
|
+
"kind": "INPUT_OBJECT",
|
|
74920
|
+
"name": "CursorPaging",
|
|
74921
|
+
"ofType": null
|
|
74922
|
+
},
|
|
74923
|
+
"defaultValue": "{first: 10}",
|
|
74924
|
+
"isDeprecated": false,
|
|
74925
|
+
"deprecationReason": null
|
|
74926
|
+
},
|
|
74927
|
+
{
|
|
74928
|
+
"name": "sorting",
|
|
74929
|
+
"description": "Specify to sort results.",
|
|
74930
|
+
"type": {
|
|
74931
|
+
"kind": "LIST",
|
|
74932
|
+
"name": null,
|
|
74933
|
+
"ofType": {
|
|
74934
|
+
"kind": "NON_NULL",
|
|
74935
|
+
"name": null,
|
|
74936
|
+
"ofType": {
|
|
74937
|
+
"kind": "INPUT_OBJECT",
|
|
74938
|
+
"name": "FeatureSort",
|
|
73990
74939
|
"ofType": null
|
|
73991
74940
|
}
|
|
73992
74941
|
}
|
|
73993
74942
|
},
|
|
73994
|
-
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
74943
|
+
"defaultValue": "[{direction: DESC, field: createdAt}, {direction: ASC, field: refId}]",
|
|
73995
74944
|
"isDeprecated": false,
|
|
73996
74945
|
"deprecationReason": null
|
|
73997
74946
|
}
|
|
@@ -74001,7 +74950,7 @@
|
|
|
74001
74950
|
"name": null,
|
|
74002
74951
|
"ofType": {
|
|
74003
74952
|
"kind": "OBJECT",
|
|
74004
|
-
"name": "
|
|
74953
|
+
"name": "FeatureConnection",
|
|
74005
74954
|
"ofType": null
|
|
74006
74955
|
}
|
|
74007
74956
|
},
|
|
@@ -74009,78 +74958,20 @@
|
|
|
74009
74958
|
"deprecationReason": null
|
|
74010
74959
|
},
|
|
74011
74960
|
{
|
|
74012
|
-
"name": "
|
|
74013
|
-
"description": "
|
|
74014
|
-
"args": [
|
|
74015
|
-
{
|
|
74016
|
-
"name": "input",
|
|
74017
|
-
"description": null,
|
|
74018
|
-
"type": {
|
|
74019
|
-
"kind": "NON_NULL",
|
|
74020
|
-
"name": null,
|
|
74021
|
-
"ofType": {
|
|
74022
|
-
"kind": "INPUT_OBJECT",
|
|
74023
|
-
"name": "FeatureAssociatedLatestPackages",
|
|
74024
|
-
"ofType": null
|
|
74025
|
-
}
|
|
74026
|
-
},
|
|
74027
|
-
"defaultValue": null,
|
|
74028
|
-
"isDeprecated": false,
|
|
74029
|
-
"deprecationReason": null
|
|
74030
|
-
}
|
|
74031
|
-
],
|
|
74032
|
-
"type": {
|
|
74033
|
-
"kind": "NON_NULL",
|
|
74034
|
-
"name": null,
|
|
74035
|
-
"ofType": {
|
|
74036
|
-
"kind": "LIST",
|
|
74037
|
-
"name": null,
|
|
74038
|
-
"ofType": {
|
|
74039
|
-
"kind": "NON_NULL",
|
|
74040
|
-
"name": null,
|
|
74041
|
-
"ofType": {
|
|
74042
|
-
"kind": "OBJECT",
|
|
74043
|
-
"name": "PackageDTO",
|
|
74044
|
-
"ofType": null
|
|
74045
|
-
}
|
|
74046
|
-
}
|
|
74047
|
-
}
|
|
74048
|
-
},
|
|
74049
|
-
"isDeprecated": false,
|
|
74050
|
-
"deprecationReason": null
|
|
74051
|
-
},
|
|
74052
|
-
{
|
|
74053
|
-
"name": "featureGroup",
|
|
74054
|
-
"description": null,
|
|
74055
|
-
"args": [
|
|
74056
|
-
{
|
|
74057
|
-
"name": "id",
|
|
74058
|
-
"description": "The id of the record to find.",
|
|
74059
|
-
"type": {
|
|
74060
|
-
"kind": "NON_NULL",
|
|
74061
|
-
"name": null,
|
|
74062
|
-
"ofType": {
|
|
74063
|
-
"kind": "SCALAR",
|
|
74064
|
-
"name": "UUID",
|
|
74065
|
-
"ofType": null
|
|
74066
|
-
}
|
|
74067
|
-
},
|
|
74068
|
-
"defaultValue": null,
|
|
74069
|
-
"isDeprecated": false,
|
|
74070
|
-
"deprecationReason": null
|
|
74071
|
-
}
|
|
74072
|
-
],
|
|
74961
|
+
"name": "fetchAccount",
|
|
74962
|
+
"description": "Fetch the account details",
|
|
74963
|
+
"args": [],
|
|
74073
74964
|
"type": {
|
|
74074
74965
|
"kind": "OBJECT",
|
|
74075
|
-
"name": "
|
|
74966
|
+
"name": "Account",
|
|
74076
74967
|
"ofType": null
|
|
74077
74968
|
},
|
|
74078
74969
|
"isDeprecated": false,
|
|
74079
74970
|
"deprecationReason": null
|
|
74080
74971
|
},
|
|
74081
74972
|
{
|
|
74082
|
-
"name": "
|
|
74083
|
-
"description":
|
|
74973
|
+
"name": "getActiveSubscriptions",
|
|
74974
|
+
"description": null,
|
|
74084
74975
|
"args": [
|
|
74085
74976
|
{
|
|
74086
74977
|
"name": "input",
|
|
@@ -74090,7 +74981,7 @@
|
|
|
74090
74981
|
"name": null,
|
|
74091
74982
|
"ofType": {
|
|
74092
74983
|
"kind": "INPUT_OBJECT",
|
|
74093
|
-
"name": "
|
|
74984
|
+
"name": "GetActiveSubscriptionsInput",
|
|
74094
74985
|
"ofType": null
|
|
74095
74986
|
}
|
|
74096
74987
|
},
|
|
@@ -74110,7 +75001,7 @@
|
|
|
74110
75001
|
"name": null,
|
|
74111
75002
|
"ofType": {
|
|
74112
75003
|
"kind": "OBJECT",
|
|
74113
|
-
"name": "
|
|
75004
|
+
"name": "CustomerSubscription",
|
|
74114
75005
|
"ofType": null
|
|
74115
75006
|
}
|
|
74116
75007
|
}
|
|
@@ -74120,142 +75011,37 @@
|
|
|
74120
75011
|
"deprecationReason": null
|
|
74121
75012
|
},
|
|
74122
75013
|
{
|
|
74123
|
-
"name": "
|
|
74124
|
-
"description":
|
|
74125
|
-
"args": [
|
|
74126
|
-
{
|
|
74127
|
-
"name": "filter",
|
|
74128
|
-
"description": "Specify to filter the records returned.",
|
|
74129
|
-
"type": {
|
|
74130
|
-
"kind": "INPUT_OBJECT",
|
|
74131
|
-
"name": "FeatureGroupFilter",
|
|
74132
|
-
"ofType": null
|
|
74133
|
-
},
|
|
74134
|
-
"defaultValue": "{isLatest: {}, status: {eq: PUBLISHED}}",
|
|
74135
|
-
"isDeprecated": false,
|
|
74136
|
-
"deprecationReason": null
|
|
74137
|
-
},
|
|
74138
|
-
{
|
|
74139
|
-
"name": "paging",
|
|
74140
|
-
"description": "Limit or page results.",
|
|
74141
|
-
"type": {
|
|
74142
|
-
"kind": "INPUT_OBJECT",
|
|
74143
|
-
"name": "CursorPaging",
|
|
74144
|
-
"ofType": null
|
|
74145
|
-
},
|
|
74146
|
-
"defaultValue": "{first: 10}",
|
|
74147
|
-
"isDeprecated": false,
|
|
74148
|
-
"deprecationReason": null
|
|
74149
|
-
},
|
|
74150
|
-
{
|
|
74151
|
-
"name": "sorting",
|
|
74152
|
-
"description": "Specify to sort results.",
|
|
74153
|
-
"type": {
|
|
74154
|
-
"kind": "LIST",
|
|
74155
|
-
"name": null,
|
|
74156
|
-
"ofType": {
|
|
74157
|
-
"kind": "NON_NULL",
|
|
74158
|
-
"name": null,
|
|
74159
|
-
"ofType": {
|
|
74160
|
-
"kind": "INPUT_OBJECT",
|
|
74161
|
-
"name": "FeatureGroupSort",
|
|
74162
|
-
"ofType": null
|
|
74163
|
-
}
|
|
74164
|
-
}
|
|
74165
|
-
},
|
|
74166
|
-
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
74167
|
-
"isDeprecated": false,
|
|
74168
|
-
"deprecationReason": null
|
|
74169
|
-
}
|
|
74170
|
-
],
|
|
74171
|
-
"type": {
|
|
74172
|
-
"kind": "NON_NULL",
|
|
74173
|
-
"name": null,
|
|
74174
|
-
"ofType": {
|
|
74175
|
-
"kind": "OBJECT",
|
|
74176
|
-
"name": "FeatureGroupConnection",
|
|
74177
|
-
"ofType": null
|
|
74178
|
-
}
|
|
74179
|
-
},
|
|
74180
|
-
"isDeprecated": false,
|
|
74181
|
-
"deprecationReason": null
|
|
74182
|
-
},
|
|
74183
|
-
{
|
|
74184
|
-
"name": "features",
|
|
74185
|
-
"description": null,
|
|
75014
|
+
"name": "getAddonByRefId",
|
|
75015
|
+
"description": "Get an addon by refId",
|
|
74186
75016
|
"args": [
|
|
74187
75017
|
{
|
|
74188
|
-
"name": "
|
|
74189
|
-
"description": "
|
|
74190
|
-
"type": {
|
|
74191
|
-
"kind": "INPUT_OBJECT",
|
|
74192
|
-
"name": "FeatureFilter",
|
|
74193
|
-
"ofType": null
|
|
74194
|
-
},
|
|
74195
|
-
"defaultValue": "{}",
|
|
74196
|
-
"isDeprecated": false,
|
|
74197
|
-
"deprecationReason": null
|
|
74198
|
-
},
|
|
74199
|
-
{
|
|
74200
|
-
"name": "paging",
|
|
74201
|
-
"description": "Limit or page results.",
|
|
74202
|
-
"type": {
|
|
74203
|
-
"kind": "INPUT_OBJECT",
|
|
74204
|
-
"name": "CursorPaging",
|
|
74205
|
-
"ofType": null
|
|
74206
|
-
},
|
|
74207
|
-
"defaultValue": "{first: 10}",
|
|
74208
|
-
"isDeprecated": false,
|
|
74209
|
-
"deprecationReason": null
|
|
74210
|
-
},
|
|
74211
|
-
{
|
|
74212
|
-
"name": "sorting",
|
|
74213
|
-
"description": "Specify to sort results.",
|
|
75018
|
+
"name": "input",
|
|
75019
|
+
"description": "Get Package By Ref Id Input",
|
|
74214
75020
|
"type": {
|
|
74215
|
-
"kind": "
|
|
75021
|
+
"kind": "NON_NULL",
|
|
74216
75022
|
"name": null,
|
|
74217
75023
|
"ofType": {
|
|
74218
|
-
"kind": "
|
|
74219
|
-
"name":
|
|
74220
|
-
"ofType":
|
|
74221
|
-
"kind": "INPUT_OBJECT",
|
|
74222
|
-
"name": "FeatureSort",
|
|
74223
|
-
"ofType": null
|
|
74224
|
-
}
|
|
75024
|
+
"kind": "INPUT_OBJECT",
|
|
75025
|
+
"name": "GetPackageByRefIdInput",
|
|
75026
|
+
"ofType": null
|
|
74225
75027
|
}
|
|
74226
75028
|
},
|
|
74227
|
-
"defaultValue":
|
|
75029
|
+
"defaultValue": null,
|
|
74228
75030
|
"isDeprecated": false,
|
|
74229
75031
|
"deprecationReason": null
|
|
74230
75032
|
}
|
|
74231
75033
|
],
|
|
74232
|
-
"type": {
|
|
74233
|
-
"kind": "NON_NULL",
|
|
74234
|
-
"name": null,
|
|
74235
|
-
"ofType": {
|
|
74236
|
-
"kind": "OBJECT",
|
|
74237
|
-
"name": "FeatureConnection",
|
|
74238
|
-
"ofType": null
|
|
74239
|
-
}
|
|
74240
|
-
},
|
|
74241
|
-
"isDeprecated": false,
|
|
74242
|
-
"deprecationReason": null
|
|
74243
|
-
},
|
|
74244
|
-
{
|
|
74245
|
-
"name": "fetchAccount",
|
|
74246
|
-
"description": "Fetch the account details",
|
|
74247
|
-
"args": [],
|
|
74248
75034
|
"type": {
|
|
74249
75035
|
"kind": "OBJECT",
|
|
74250
|
-
"name": "
|
|
75036
|
+
"name": "Addon",
|
|
74251
75037
|
"ofType": null
|
|
74252
75038
|
},
|
|
74253
75039
|
"isDeprecated": false,
|
|
74254
75040
|
"deprecationReason": null
|
|
74255
75041
|
},
|
|
74256
75042
|
{
|
|
74257
|
-
"name": "
|
|
74258
|
-
"description":
|
|
75043
|
+
"name": "getAuth0Applications",
|
|
75044
|
+
"description": "Get Auth0 applications details",
|
|
74259
75045
|
"args": [
|
|
74260
75046
|
{
|
|
74261
75047
|
"name": "input",
|
|
@@ -74265,7 +75051,7 @@
|
|
|
74265
75051
|
"name": null,
|
|
74266
75052
|
"ofType": {
|
|
74267
75053
|
"kind": "INPUT_OBJECT",
|
|
74268
|
-
"name": "
|
|
75054
|
+
"name": "GetAuth0ApplicationsInput",
|
|
74269
75055
|
"ofType": null
|
|
74270
75056
|
}
|
|
74271
75057
|
},
|
|
@@ -74285,7 +75071,7 @@
|
|
|
74285
75071
|
"name": null,
|
|
74286
75072
|
"ofType": {
|
|
74287
75073
|
"kind": "OBJECT",
|
|
74288
|
-
"name": "
|
|
75074
|
+
"name": "Auth0ApplicationDTO",
|
|
74289
75075
|
"ofType": null
|
|
74290
75076
|
}
|
|
74291
75077
|
}
|
|
@@ -74295,47 +75081,18 @@
|
|
|
74295
75081
|
"deprecationReason": null
|
|
74296
75082
|
},
|
|
74297
75083
|
{
|
|
74298
|
-
"name": "
|
|
74299
|
-
"description": "Get
|
|
75084
|
+
"name": "getAutoRechargeSettings",
|
|
75085
|
+
"description": "Get auto-recharge settings for a customer and currency",
|
|
74300
75086
|
"args": [
|
|
74301
75087
|
{
|
|
74302
75088
|
"name": "input",
|
|
74303
|
-
"description": "
|
|
75089
|
+
"description": "Input for getting auto-recharge settings",
|
|
74304
75090
|
"type": {
|
|
74305
75091
|
"kind": "NON_NULL",
|
|
74306
75092
|
"name": null,
|
|
74307
75093
|
"ofType": {
|
|
74308
75094
|
"kind": "INPUT_OBJECT",
|
|
74309
|
-
"name": "
|
|
74310
|
-
"ofType": null
|
|
74311
|
-
}
|
|
74312
|
-
},
|
|
74313
|
-
"defaultValue": null,
|
|
74314
|
-
"isDeprecated": false,
|
|
74315
|
-
"deprecationReason": null
|
|
74316
|
-
}
|
|
74317
|
-
],
|
|
74318
|
-
"type": {
|
|
74319
|
-
"kind": "OBJECT",
|
|
74320
|
-
"name": "Addon",
|
|
74321
|
-
"ofType": null
|
|
74322
|
-
},
|
|
74323
|
-
"isDeprecated": false,
|
|
74324
|
-
"deprecationReason": null
|
|
74325
|
-
},
|
|
74326
|
-
{
|
|
74327
|
-
"name": "getAuth0Applications",
|
|
74328
|
-
"description": "Get Auth0 applications details",
|
|
74329
|
-
"args": [
|
|
74330
|
-
{
|
|
74331
|
-
"name": "input",
|
|
74332
|
-
"description": null,
|
|
74333
|
-
"type": {
|
|
74334
|
-
"kind": "NON_NULL",
|
|
74335
|
-
"name": null,
|
|
74336
|
-
"ofType": {
|
|
74337
|
-
"kind": "INPUT_OBJECT",
|
|
74338
|
-
"name": "GetAuth0ApplicationsInput",
|
|
75095
|
+
"name": "GetAutoRechargeSettingsInput",
|
|
74339
75096
|
"ofType": null
|
|
74340
75097
|
}
|
|
74341
75098
|
},
|
|
@@ -74348,17 +75105,9 @@
|
|
|
74348
75105
|
"kind": "NON_NULL",
|
|
74349
75106
|
"name": null,
|
|
74350
75107
|
"ofType": {
|
|
74351
|
-
"kind": "
|
|
74352
|
-
"name":
|
|
74353
|
-
"ofType":
|
|
74354
|
-
"kind": "NON_NULL",
|
|
74355
|
-
"name": null,
|
|
74356
|
-
"ofType": {
|
|
74357
|
-
"kind": "OBJECT",
|
|
74358
|
-
"name": "Auth0ApplicationDTO",
|
|
74359
|
-
"ofType": null
|
|
74360
|
-
}
|
|
74361
|
-
}
|
|
75108
|
+
"kind": "OBJECT",
|
|
75109
|
+
"name": "AutoRechargeSettingsDTO",
|
|
75110
|
+
"ofType": null
|
|
74362
75111
|
}
|
|
74363
75112
|
},
|
|
74364
75113
|
"isDeprecated": false,
|
|
@@ -77173,6 +77922,141 @@
|
|
|
77173
77922
|
"enumValues": null,
|
|
77174
77923
|
"possibleTypes": null
|
|
77175
77924
|
},
|
|
77925
|
+
{
|
|
77926
|
+
"kind": "INPUT_OBJECT",
|
|
77927
|
+
"name": "SaveAutoRechargeSettingsInput",
|
|
77928
|
+
"description": "Input for saving auto-recharge settings",
|
|
77929
|
+
"fields": null,
|
|
77930
|
+
"inputFields": [
|
|
77931
|
+
{
|
|
77932
|
+
"name": "currencyId",
|
|
77933
|
+
"description": "Currency ID",
|
|
77934
|
+
"type": {
|
|
77935
|
+
"kind": "NON_NULL",
|
|
77936
|
+
"name": null,
|
|
77937
|
+
"ofType": {
|
|
77938
|
+
"kind": "SCALAR",
|
|
77939
|
+
"name": "String",
|
|
77940
|
+
"ofType": null
|
|
77941
|
+
}
|
|
77942
|
+
},
|
|
77943
|
+
"defaultValue": null,
|
|
77944
|
+
"isDeprecated": false,
|
|
77945
|
+
"deprecationReason": null
|
|
77946
|
+
},
|
|
77947
|
+
{
|
|
77948
|
+
"name": "customerId",
|
|
77949
|
+
"description": "Customer ID (refId)",
|
|
77950
|
+
"type": {
|
|
77951
|
+
"kind": "NON_NULL",
|
|
77952
|
+
"name": null,
|
|
77953
|
+
"ofType": {
|
|
77954
|
+
"kind": "SCALAR",
|
|
77955
|
+
"name": "String",
|
|
77956
|
+
"ofType": null
|
|
77957
|
+
}
|
|
77958
|
+
},
|
|
77959
|
+
"defaultValue": null,
|
|
77960
|
+
"isDeprecated": false,
|
|
77961
|
+
"deprecationReason": null
|
|
77962
|
+
},
|
|
77963
|
+
{
|
|
77964
|
+
"name": "environmentId",
|
|
77965
|
+
"description": "Environment ID",
|
|
77966
|
+
"type": {
|
|
77967
|
+
"kind": "NON_NULL",
|
|
77968
|
+
"name": null,
|
|
77969
|
+
"ofType": {
|
|
77970
|
+
"kind": "SCALAR",
|
|
77971
|
+
"name": "String",
|
|
77972
|
+
"ofType": null
|
|
77973
|
+
}
|
|
77974
|
+
},
|
|
77975
|
+
"defaultValue": null,
|
|
77976
|
+
"isDeprecated": false,
|
|
77977
|
+
"deprecationReason": null
|
|
77978
|
+
},
|
|
77979
|
+
{
|
|
77980
|
+
"name": "grantExpirationPeriod",
|
|
77981
|
+
"description": "Expiration period for granted credits",
|
|
77982
|
+
"type": {
|
|
77983
|
+
"kind": "ENUM",
|
|
77984
|
+
"name": "GrantExpirationPeriod",
|
|
77985
|
+
"ofType": null
|
|
77986
|
+
},
|
|
77987
|
+
"defaultValue": null,
|
|
77988
|
+
"isDeprecated": false,
|
|
77989
|
+
"deprecationReason": null
|
|
77990
|
+
},
|
|
77991
|
+
{
|
|
77992
|
+
"name": "isEnabled",
|
|
77993
|
+
"description": "Whether auto-recharge is enabled",
|
|
77994
|
+
"type": {
|
|
77995
|
+
"kind": "NON_NULL",
|
|
77996
|
+
"name": null,
|
|
77997
|
+
"ofType": {
|
|
77998
|
+
"kind": "SCALAR",
|
|
77999
|
+
"name": "Boolean",
|
|
78000
|
+
"ofType": null
|
|
78001
|
+
}
|
|
78002
|
+
},
|
|
78003
|
+
"defaultValue": null,
|
|
78004
|
+
"isDeprecated": false,
|
|
78005
|
+
"deprecationReason": null
|
|
78006
|
+
},
|
|
78007
|
+
{
|
|
78008
|
+
"name": "maxSpendLimit",
|
|
78009
|
+
"description": "Maximum spend limit (null = unlimited)",
|
|
78010
|
+
"type": {
|
|
78011
|
+
"kind": "SCALAR",
|
|
78012
|
+
"name": "Float",
|
|
78013
|
+
"ofType": null
|
|
78014
|
+
},
|
|
78015
|
+
"defaultValue": null,
|
|
78016
|
+
"isDeprecated": false,
|
|
78017
|
+
"deprecationReason": null
|
|
78018
|
+
},
|
|
78019
|
+
{
|
|
78020
|
+
"name": "targetBalance",
|
|
78021
|
+
"description": "Target balance",
|
|
78022
|
+
"type": {
|
|
78023
|
+
"kind": "SCALAR",
|
|
78024
|
+
"name": "Float",
|
|
78025
|
+
"ofType": null
|
|
78026
|
+
},
|
|
78027
|
+
"defaultValue": null,
|
|
78028
|
+
"isDeprecated": false,
|
|
78029
|
+
"deprecationReason": null
|
|
78030
|
+
},
|
|
78031
|
+
{
|
|
78032
|
+
"name": "thresholdType",
|
|
78033
|
+
"description": "Type of threshold",
|
|
78034
|
+
"type": {
|
|
78035
|
+
"kind": "ENUM",
|
|
78036
|
+
"name": "ThresholdType",
|
|
78037
|
+
"ofType": null
|
|
78038
|
+
},
|
|
78039
|
+
"defaultValue": null,
|
|
78040
|
+
"isDeprecated": false,
|
|
78041
|
+
"deprecationReason": null
|
|
78042
|
+
},
|
|
78043
|
+
{
|
|
78044
|
+
"name": "thresholdValue",
|
|
78045
|
+
"description": "Threshold value",
|
|
78046
|
+
"type": {
|
|
78047
|
+
"kind": "SCALAR",
|
|
78048
|
+
"name": "Float",
|
|
78049
|
+
"ofType": null
|
|
78050
|
+
},
|
|
78051
|
+
"defaultValue": null,
|
|
78052
|
+
"isDeprecated": false,
|
|
78053
|
+
"deprecationReason": null
|
|
78054
|
+
}
|
|
78055
|
+
],
|
|
78056
|
+
"interfaces": null,
|
|
78057
|
+
"enumValues": null,
|
|
78058
|
+
"possibleTypes": null
|
|
78059
|
+
},
|
|
77176
78060
|
{
|
|
77177
78061
|
"kind": "ENUM",
|
|
77178
78062
|
"name": "ScheduleStrategy",
|
|
@@ -92762,6 +93646,29 @@
|
|
|
92762
93646
|
"enumValues": null,
|
|
92763
93647
|
"possibleTypes": null
|
|
92764
93648
|
},
|
|
93649
|
+
{
|
|
93650
|
+
"kind": "ENUM",
|
|
93651
|
+
"name": "ThresholdType",
|
|
93652
|
+
"description": "Type of threshold for automatic recharge",
|
|
93653
|
+
"fields": null,
|
|
93654
|
+
"inputFields": null,
|
|
93655
|
+
"interfaces": null,
|
|
93656
|
+
"enumValues": [
|
|
93657
|
+
{
|
|
93658
|
+
"name": "CreditAmount",
|
|
93659
|
+
"description": "Threshold based on credit balance",
|
|
93660
|
+
"isDeprecated": false,
|
|
93661
|
+
"deprecationReason": null
|
|
93662
|
+
},
|
|
93663
|
+
{
|
|
93664
|
+
"name": "DollarAmount",
|
|
93665
|
+
"description": "Threshold based on dollar amount",
|
|
93666
|
+
"isDeprecated": false,
|
|
93667
|
+
"deprecationReason": null
|
|
93668
|
+
}
|
|
93669
|
+
],
|
|
93670
|
+
"possibleTypes": null
|
|
93671
|
+
},
|
|
92765
93672
|
{
|
|
92766
93673
|
"kind": "ENUM",
|
|
92767
93674
|
"name": "TiersMode",
|