stigg-api-client 5.32.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 +1129 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1262f40a8dbd885695e02cff9eaa594dc786dbb9fa3d26512373a0c094d71de4
|
|
4
|
+
data.tar.gz: 45101685ed98f300a48d1906bf286236c6557179dfeafc7eadbc085a8fd61b7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b28a4ef5caaaeee82370c1e4bdfa7e01b0bace76edb1dc9acc7ac2402c2a872c691d216ad59d4c4d95454db57e44168d05ab59e4a61f6b50d2c64f6d12c1bcc2
|
|
7
|
+
data.tar.gz: 00a4c49ec308b5119d94b8bc3a975aae52203399cb82a8f6204e9a99ea31beedc2c83bcbb86837a4ffb0ef794de46840f4324b429b6479889fa9e57f78b525c1
|
data/Gemfile.lock
CHANGED
|
@@ -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",
|
|
@@ -30235,6 +30836,18 @@
|
|
|
30235
30836
|
"isDeprecated": false,
|
|
30236
30837
|
"deprecationReason": null
|
|
30237
30838
|
},
|
|
30839
|
+
{
|
|
30840
|
+
"name": "requestLogId",
|
|
30841
|
+
"description": "Request log ID (trace ID)",
|
|
30842
|
+
"args": [],
|
|
30843
|
+
"type": {
|
|
30844
|
+
"kind": "SCALAR",
|
|
30845
|
+
"name": "String",
|
|
30846
|
+
"ofType": null
|
|
30847
|
+
},
|
|
30848
|
+
"isDeprecated": false,
|
|
30849
|
+
"deprecationReason": null
|
|
30850
|
+
},
|
|
30238
30851
|
{
|
|
30239
30852
|
"name": "webhooks",
|
|
30240
30853
|
"description": "List of webhooks endpoints this event was configured to be sent to",
|
|
@@ -30290,6 +30903,18 @@
|
|
|
30290
30903
|
"isDeprecated": false,
|
|
30291
30904
|
"deprecationReason": null
|
|
30292
30905
|
},
|
|
30906
|
+
{
|
|
30907
|
+
"name": "entityType",
|
|
30908
|
+
"description": null,
|
|
30909
|
+
"args": [],
|
|
30910
|
+
"type": {
|
|
30911
|
+
"kind": "ENUM",
|
|
30912
|
+
"name": "EventEntityType",
|
|
30913
|
+
"ofType": null
|
|
30914
|
+
},
|
|
30915
|
+
"isDeprecated": false,
|
|
30916
|
+
"deprecationReason": null
|
|
30917
|
+
},
|
|
30293
30918
|
{
|
|
30294
30919
|
"name": "environmentId",
|
|
30295
30920
|
"description": null,
|
|
@@ -30337,6 +30962,18 @@
|
|
|
30337
30962
|
},
|
|
30338
30963
|
"isDeprecated": false,
|
|
30339
30964
|
"deprecationReason": null
|
|
30965
|
+
},
|
|
30966
|
+
{
|
|
30967
|
+
"name": "requestLogId",
|
|
30968
|
+
"description": null,
|
|
30969
|
+
"args": [],
|
|
30970
|
+
"type": {
|
|
30971
|
+
"kind": "SCALAR",
|
|
30972
|
+
"name": "String",
|
|
30973
|
+
"ofType": null
|
|
30974
|
+
},
|
|
30975
|
+
"isDeprecated": false,
|
|
30976
|
+
"deprecationReason": null
|
|
30340
30977
|
}
|
|
30341
30978
|
],
|
|
30342
30979
|
"inputFields": null,
|
|
@@ -30424,6 +31061,18 @@
|
|
|
30424
31061
|
"isDeprecated": false,
|
|
30425
31062
|
"deprecationReason": null
|
|
30426
31063
|
},
|
|
31064
|
+
{
|
|
31065
|
+
"name": "entityType",
|
|
31066
|
+
"description": null,
|
|
31067
|
+
"args": [],
|
|
31068
|
+
"type": {
|
|
31069
|
+
"kind": "SCALAR",
|
|
31070
|
+
"name": "Int",
|
|
31071
|
+
"ofType": null
|
|
31072
|
+
},
|
|
31073
|
+
"isDeprecated": false,
|
|
31074
|
+
"deprecationReason": null
|
|
31075
|
+
},
|
|
30427
31076
|
{
|
|
30428
31077
|
"name": "environmentId",
|
|
30429
31078
|
"description": null,
|
|
@@ -30471,6 +31120,18 @@
|
|
|
30471
31120
|
},
|
|
30472
31121
|
"isDeprecated": false,
|
|
30473
31122
|
"deprecationReason": null
|
|
31123
|
+
},
|
|
31124
|
+
{
|
|
31125
|
+
"name": "requestLogId",
|
|
31126
|
+
"description": null,
|
|
31127
|
+
"args": [],
|
|
31128
|
+
"type": {
|
|
31129
|
+
"kind": "SCALAR",
|
|
31130
|
+
"name": "Int",
|
|
31131
|
+
"ofType": null
|
|
31132
|
+
},
|
|
31133
|
+
"isDeprecated": false,
|
|
31134
|
+
"deprecationReason": null
|
|
30474
31135
|
}
|
|
30475
31136
|
],
|
|
30476
31137
|
"inputFields": null,
|
|
@@ -30593,6 +31254,61 @@
|
|
|
30593
31254
|
"defaultValue": null,
|
|
30594
31255
|
"isDeprecated": false,
|
|
30595
31256
|
"deprecationReason": null
|
|
31257
|
+
},
|
|
31258
|
+
{
|
|
31259
|
+
"name": "like",
|
|
31260
|
+
"description": null,
|
|
31261
|
+
"type": {
|
|
31262
|
+
"kind": "SCALAR",
|
|
31263
|
+
"name": "String",
|
|
31264
|
+
"ofType": null
|
|
31265
|
+
},
|
|
31266
|
+
"defaultValue": null,
|
|
31267
|
+
"isDeprecated": false,
|
|
31268
|
+
"deprecationReason": null
|
|
31269
|
+
}
|
|
31270
|
+
],
|
|
31271
|
+
"interfaces": null,
|
|
31272
|
+
"enumValues": null,
|
|
31273
|
+
"possibleTypes": null
|
|
31274
|
+
},
|
|
31275
|
+
{
|
|
31276
|
+
"kind": "INPUT_OBJECT",
|
|
31277
|
+
"name": "EventLogEntityTypeFilterComparison",
|
|
31278
|
+
"description": null,
|
|
31279
|
+
"fields": null,
|
|
31280
|
+
"inputFields": [
|
|
31281
|
+
{
|
|
31282
|
+
"name": "eq",
|
|
31283
|
+
"description": null,
|
|
31284
|
+
"type": {
|
|
31285
|
+
"kind": "ENUM",
|
|
31286
|
+
"name": "EventEntityType",
|
|
31287
|
+
"ofType": null
|
|
31288
|
+
},
|
|
31289
|
+
"defaultValue": null,
|
|
31290
|
+
"isDeprecated": false,
|
|
31291
|
+
"deprecationReason": null
|
|
31292
|
+
},
|
|
31293
|
+
{
|
|
31294
|
+
"name": "in",
|
|
31295
|
+
"description": null,
|
|
31296
|
+
"type": {
|
|
31297
|
+
"kind": "LIST",
|
|
31298
|
+
"name": null,
|
|
31299
|
+
"ofType": {
|
|
31300
|
+
"kind": "NON_NULL",
|
|
31301
|
+
"name": null,
|
|
31302
|
+
"ofType": {
|
|
31303
|
+
"kind": "ENUM",
|
|
31304
|
+
"name": "EventEntityType",
|
|
31305
|
+
"ofType": null
|
|
31306
|
+
}
|
|
31307
|
+
}
|
|
31308
|
+
},
|
|
31309
|
+
"defaultValue": null,
|
|
31310
|
+
"isDeprecated": false,
|
|
31311
|
+
"deprecationReason": null
|
|
30596
31312
|
}
|
|
30597
31313
|
],
|
|
30598
31314
|
"interfaces": null,
|
|
@@ -30747,6 +31463,18 @@
|
|
|
30747
31463
|
"isDeprecated": false,
|
|
30748
31464
|
"deprecationReason": null
|
|
30749
31465
|
},
|
|
31466
|
+
{
|
|
31467
|
+
"name": "entityType",
|
|
31468
|
+
"description": null,
|
|
31469
|
+
"type": {
|
|
31470
|
+
"kind": "INPUT_OBJECT",
|
|
31471
|
+
"name": "EventLogEntityTypeFilterComparison",
|
|
31472
|
+
"ofType": null
|
|
31473
|
+
},
|
|
31474
|
+
"defaultValue": null,
|
|
31475
|
+
"isDeprecated": false,
|
|
31476
|
+
"deprecationReason": null
|
|
31477
|
+
},
|
|
30750
31478
|
{
|
|
30751
31479
|
"name": "environmentId",
|
|
30752
31480
|
"description": null,
|
|
@@ -30818,6 +31546,18 @@
|
|
|
30818
31546
|
"defaultValue": null,
|
|
30819
31547
|
"isDeprecated": false,
|
|
30820
31548
|
"deprecationReason": null
|
|
31549
|
+
},
|
|
31550
|
+
{
|
|
31551
|
+
"name": "requestLogId",
|
|
31552
|
+
"description": null,
|
|
31553
|
+
"type": {
|
|
31554
|
+
"kind": "INPUT_OBJECT",
|
|
31555
|
+
"name": "EventLogRequestLogIdFilterComparison",
|
|
31556
|
+
"ofType": null
|
|
31557
|
+
},
|
|
31558
|
+
"defaultValue": null,
|
|
31559
|
+
"isDeprecated": false,
|
|
31560
|
+
"deprecationReason": null
|
|
30821
31561
|
}
|
|
30822
31562
|
],
|
|
30823
31563
|
"interfaces": null,
|
|
@@ -30876,6 +31616,18 @@
|
|
|
30876
31616
|
"isDeprecated": false,
|
|
30877
31617
|
"deprecationReason": null
|
|
30878
31618
|
},
|
|
31619
|
+
{
|
|
31620
|
+
"name": "entityType",
|
|
31621
|
+
"description": null,
|
|
31622
|
+
"args": [],
|
|
31623
|
+
"type": {
|
|
31624
|
+
"kind": "ENUM",
|
|
31625
|
+
"name": "EventEntityType",
|
|
31626
|
+
"ofType": null
|
|
31627
|
+
},
|
|
31628
|
+
"isDeprecated": false,
|
|
31629
|
+
"deprecationReason": null
|
|
31630
|
+
},
|
|
30879
31631
|
{
|
|
30880
31632
|
"name": "environmentId",
|
|
30881
31633
|
"description": null,
|
|
@@ -30923,6 +31675,18 @@
|
|
|
30923
31675
|
},
|
|
30924
31676
|
"isDeprecated": false,
|
|
30925
31677
|
"deprecationReason": null
|
|
31678
|
+
},
|
|
31679
|
+
{
|
|
31680
|
+
"name": "requestLogId",
|
|
31681
|
+
"description": null,
|
|
31682
|
+
"args": [],
|
|
31683
|
+
"type": {
|
|
31684
|
+
"kind": "SCALAR",
|
|
31685
|
+
"name": "String",
|
|
31686
|
+
"ofType": null
|
|
31687
|
+
},
|
|
31688
|
+
"isDeprecated": false,
|
|
31689
|
+
"deprecationReason": null
|
|
30926
31690
|
}
|
|
30927
31691
|
],
|
|
30928
31692
|
"inputFields": null,
|
|
@@ -30959,6 +31723,18 @@
|
|
|
30959
31723
|
"isDeprecated": false,
|
|
30960
31724
|
"deprecationReason": null
|
|
30961
31725
|
},
|
|
31726
|
+
{
|
|
31727
|
+
"name": "entityType",
|
|
31728
|
+
"description": null,
|
|
31729
|
+
"args": [],
|
|
31730
|
+
"type": {
|
|
31731
|
+
"kind": "ENUM",
|
|
31732
|
+
"name": "EventEntityType",
|
|
31733
|
+
"ofType": null
|
|
31734
|
+
},
|
|
31735
|
+
"isDeprecated": false,
|
|
31736
|
+
"deprecationReason": null
|
|
31737
|
+
},
|
|
30962
31738
|
{
|
|
30963
31739
|
"name": "environmentId",
|
|
30964
31740
|
"description": null,
|
|
@@ -31006,6 +31782,18 @@
|
|
|
31006
31782
|
},
|
|
31007
31783
|
"isDeprecated": false,
|
|
31008
31784
|
"deprecationReason": null
|
|
31785
|
+
},
|
|
31786
|
+
{
|
|
31787
|
+
"name": "requestLogId",
|
|
31788
|
+
"description": null,
|
|
31789
|
+
"args": [],
|
|
31790
|
+
"type": {
|
|
31791
|
+
"kind": "SCALAR",
|
|
31792
|
+
"name": "String",
|
|
31793
|
+
"ofType": null
|
|
31794
|
+
},
|
|
31795
|
+
"isDeprecated": false,
|
|
31796
|
+
"deprecationReason": null
|
|
31009
31797
|
}
|
|
31010
31798
|
],
|
|
31011
31799
|
"inputFields": null,
|
|
@@ -31056,6 +31844,29 @@
|
|
|
31056
31844
|
"enumValues": null,
|
|
31057
31845
|
"possibleTypes": null
|
|
31058
31846
|
},
|
|
31847
|
+
{
|
|
31848
|
+
"kind": "INPUT_OBJECT",
|
|
31849
|
+
"name": "EventLogRequestLogIdFilterComparison",
|
|
31850
|
+
"description": null,
|
|
31851
|
+
"fields": null,
|
|
31852
|
+
"inputFields": [
|
|
31853
|
+
{
|
|
31854
|
+
"name": "eq",
|
|
31855
|
+
"description": null,
|
|
31856
|
+
"type": {
|
|
31857
|
+
"kind": "SCALAR",
|
|
31858
|
+
"name": "String",
|
|
31859
|
+
"ofType": null
|
|
31860
|
+
},
|
|
31861
|
+
"defaultValue": null,
|
|
31862
|
+
"isDeprecated": false,
|
|
31863
|
+
"deprecationReason": null
|
|
31864
|
+
}
|
|
31865
|
+
],
|
|
31866
|
+
"interfaces": null,
|
|
31867
|
+
"enumValues": null,
|
|
31868
|
+
"possibleTypes": null
|
|
31869
|
+
},
|
|
31059
31870
|
{
|
|
31060
31871
|
"kind": "INPUT_OBJECT",
|
|
31061
31872
|
"name": "EventLogSort",
|
|
@@ -31131,6 +31942,12 @@
|
|
|
31131
31942
|
"isDeprecated": false,
|
|
31132
31943
|
"deprecationReason": null
|
|
31133
31944
|
},
|
|
31945
|
+
{
|
|
31946
|
+
"name": "entityType",
|
|
31947
|
+
"description": null,
|
|
31948
|
+
"isDeprecated": false,
|
|
31949
|
+
"deprecationReason": null
|
|
31950
|
+
},
|
|
31134
31951
|
{
|
|
31135
31952
|
"name": "environmentId",
|
|
31136
31953
|
"description": null,
|
|
@@ -31154,6 +31971,12 @@
|
|
|
31154
31971
|
"description": null,
|
|
31155
31972
|
"isDeprecated": false,
|
|
31156
31973
|
"deprecationReason": null
|
|
31974
|
+
},
|
|
31975
|
+
{
|
|
31976
|
+
"name": "requestLogId",
|
|
31977
|
+
"description": null,
|
|
31978
|
+
"isDeprecated": false,
|
|
31979
|
+
"deprecationReason": null
|
|
31157
31980
|
}
|
|
31158
31981
|
],
|
|
31159
31982
|
"possibleTypes": null
|
|
@@ -37371,6 +38194,65 @@
|
|
|
37371
38194
|
"enumValues": null,
|
|
37372
38195
|
"possibleTypes": null
|
|
37373
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
|
+
},
|
|
37374
38256
|
{
|
|
37375
38257
|
"kind": "OBJECT",
|
|
37376
38258
|
"name": "GetAwsExternalIdResult",
|
|
@@ -37901,6 +38783,29 @@
|
|
|
37901
38783
|
"enumValues": null,
|
|
37902
38784
|
"possibleTypes": null
|
|
37903
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
|
+
},
|
|
37904
38809
|
{
|
|
37905
38810
|
"kind": "INPUT_OBJECT",
|
|
37906
38811
|
"name": "GrantPromotionalEntitlementInput",
|
|
@@ -48948,6 +49853,39 @@
|
|
|
48948
49853
|
"isDeprecated": false,
|
|
48949
49854
|
"deprecationReason": null
|
|
48950
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
|
+
},
|
|
48951
49889
|
{
|
|
48952
49890
|
"name": "setAccessRoles",
|
|
48953
49891
|
"description": "Set access roles for a member",
|
|
@@ -74142,6 +75080,39 @@
|
|
|
74142
75080
|
"isDeprecated": false,
|
|
74143
75081
|
"deprecationReason": null
|
|
74144
75082
|
},
|
|
75083
|
+
{
|
|
75084
|
+
"name": "getAutoRechargeSettings",
|
|
75085
|
+
"description": "Get auto-recharge settings for a customer and currency",
|
|
75086
|
+
"args": [
|
|
75087
|
+
{
|
|
75088
|
+
"name": "input",
|
|
75089
|
+
"description": "Input for getting auto-recharge settings",
|
|
75090
|
+
"type": {
|
|
75091
|
+
"kind": "NON_NULL",
|
|
75092
|
+
"name": null,
|
|
75093
|
+
"ofType": {
|
|
75094
|
+
"kind": "INPUT_OBJECT",
|
|
75095
|
+
"name": "GetAutoRechargeSettingsInput",
|
|
75096
|
+
"ofType": null
|
|
75097
|
+
}
|
|
75098
|
+
},
|
|
75099
|
+
"defaultValue": null,
|
|
75100
|
+
"isDeprecated": false,
|
|
75101
|
+
"deprecationReason": null
|
|
75102
|
+
}
|
|
75103
|
+
],
|
|
75104
|
+
"type": {
|
|
75105
|
+
"kind": "NON_NULL",
|
|
75106
|
+
"name": null,
|
|
75107
|
+
"ofType": {
|
|
75108
|
+
"kind": "OBJECT",
|
|
75109
|
+
"name": "AutoRechargeSettingsDTO",
|
|
75110
|
+
"ofType": null
|
|
75111
|
+
}
|
|
75112
|
+
},
|
|
75113
|
+
"isDeprecated": false,
|
|
75114
|
+
"deprecationReason": null
|
|
75115
|
+
},
|
|
74145
75116
|
{
|
|
74146
75117
|
"name": "getAwsExternalId",
|
|
74147
75118
|
"description": "Get AWS external ID",
|
|
@@ -76951,6 +77922,141 @@
|
|
|
76951
77922
|
"enumValues": null,
|
|
76952
77923
|
"possibleTypes": null
|
|
76953
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
|
+
},
|
|
76954
78060
|
{
|
|
76955
78061
|
"kind": "ENUM",
|
|
76956
78062
|
"name": "ScheduleStrategy",
|
|
@@ -92540,6 +93646,29 @@
|
|
|
92540
93646
|
"enumValues": null,
|
|
92541
93647
|
"possibleTypes": null
|
|
92542
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
|
+
},
|
|
92543
93672
|
{
|
|
92544
93673
|
"kind": "ENUM",
|
|
92545
93674
|
"name": "TiersMode",
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stigg-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.39.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|