stigg-api-client 5.35.0 → 5.43.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 +913 -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: 6bc8515e673bd3965858a05930965e26840ccde952ca69823ff72752cf0fc53f
|
|
4
|
+
data.tar.gz: df002b95db12725c827657de3e23fd9bcbdb41667c2865c0ecb8b4b1508d4581
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd889bef4351fec31eb62c884dcebac95b87ec18fda57f53f4f037da22ef78646615859d1a6ce7e25c8f5103e2b889307429a89d72e3fd09f23f741fbc2d8973
|
|
7
|
+
data.tar.gz: 66ff00cca88e85d9dde6f0de5ec07b93e5161690492fe8ec2a128e7c9e0706d94d9451092485a8bd23de14794ba9e1ac8231b31ffffb31aac9f09b00ff51eb99
|
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",
|
|
@@ -31526,6 +32127,12 @@
|
|
|
31526
32127
|
"isDeprecated": false,
|
|
31527
32128
|
"deprecationReason": null
|
|
31528
32129
|
},
|
|
32130
|
+
{
|
|
32131
|
+
"name": "CREDIT_GRANT_PROCESS_COMPLETED",
|
|
32132
|
+
"description": null,
|
|
32133
|
+
"isDeprecated": false,
|
|
32134
|
+
"deprecationReason": null
|
|
32135
|
+
},
|
|
31529
32136
|
{
|
|
31530
32137
|
"name": "CREDIT_GRANT_UPDATED",
|
|
31531
32138
|
"description": "Credit grant updated",
|
|
@@ -37593,6 +38200,65 @@
|
|
|
37593
38200
|
"enumValues": null,
|
|
37594
38201
|
"possibleTypes": null
|
|
37595
38202
|
},
|
|
38203
|
+
{
|
|
38204
|
+
"kind": "INPUT_OBJECT",
|
|
38205
|
+
"name": "GetAutoRechargeSettingsInput",
|
|
38206
|
+
"description": "Input for getting auto-recharge settings",
|
|
38207
|
+
"fields": null,
|
|
38208
|
+
"inputFields": [
|
|
38209
|
+
{
|
|
38210
|
+
"name": "currencyId",
|
|
38211
|
+
"description": "Currency ID",
|
|
38212
|
+
"type": {
|
|
38213
|
+
"kind": "NON_NULL",
|
|
38214
|
+
"name": null,
|
|
38215
|
+
"ofType": {
|
|
38216
|
+
"kind": "SCALAR",
|
|
38217
|
+
"name": "String",
|
|
38218
|
+
"ofType": null
|
|
38219
|
+
}
|
|
38220
|
+
},
|
|
38221
|
+
"defaultValue": null,
|
|
38222
|
+
"isDeprecated": false,
|
|
38223
|
+
"deprecationReason": null
|
|
38224
|
+
},
|
|
38225
|
+
{
|
|
38226
|
+
"name": "customerId",
|
|
38227
|
+
"description": "Customer ID (refId)",
|
|
38228
|
+
"type": {
|
|
38229
|
+
"kind": "NON_NULL",
|
|
38230
|
+
"name": null,
|
|
38231
|
+
"ofType": {
|
|
38232
|
+
"kind": "SCALAR",
|
|
38233
|
+
"name": "String",
|
|
38234
|
+
"ofType": null
|
|
38235
|
+
}
|
|
38236
|
+
},
|
|
38237
|
+
"defaultValue": null,
|
|
38238
|
+
"isDeprecated": false,
|
|
38239
|
+
"deprecationReason": null
|
|
38240
|
+
},
|
|
38241
|
+
{
|
|
38242
|
+
"name": "environmentId",
|
|
38243
|
+
"description": "Environment ID",
|
|
38244
|
+
"type": {
|
|
38245
|
+
"kind": "NON_NULL",
|
|
38246
|
+
"name": null,
|
|
38247
|
+
"ofType": {
|
|
38248
|
+
"kind": "SCALAR",
|
|
38249
|
+
"name": "String",
|
|
38250
|
+
"ofType": null
|
|
38251
|
+
}
|
|
38252
|
+
},
|
|
38253
|
+
"defaultValue": null,
|
|
38254
|
+
"isDeprecated": false,
|
|
38255
|
+
"deprecationReason": null
|
|
38256
|
+
}
|
|
38257
|
+
],
|
|
38258
|
+
"interfaces": null,
|
|
38259
|
+
"enumValues": null,
|
|
38260
|
+
"possibleTypes": null
|
|
38261
|
+
},
|
|
37596
38262
|
{
|
|
37597
38263
|
"kind": "OBJECT",
|
|
37598
38264
|
"name": "GetAwsExternalIdResult",
|
|
@@ -38123,6 +38789,29 @@
|
|
|
38123
38789
|
"enumValues": null,
|
|
38124
38790
|
"possibleTypes": null
|
|
38125
38791
|
},
|
|
38792
|
+
{
|
|
38793
|
+
"kind": "ENUM",
|
|
38794
|
+
"name": "GrantExpirationPeriod",
|
|
38795
|
+
"description": "Expiration period for granted credits",
|
|
38796
|
+
"fields": null,
|
|
38797
|
+
"inputFields": null,
|
|
38798
|
+
"interfaces": null,
|
|
38799
|
+
"enumValues": [
|
|
38800
|
+
{
|
|
38801
|
+
"name": "OneMonth",
|
|
38802
|
+
"description": "Credits expire after one month",
|
|
38803
|
+
"isDeprecated": false,
|
|
38804
|
+
"deprecationReason": null
|
|
38805
|
+
},
|
|
38806
|
+
{
|
|
38807
|
+
"name": "OneYear",
|
|
38808
|
+
"description": "Credits expire after one year",
|
|
38809
|
+
"isDeprecated": false,
|
|
38810
|
+
"deprecationReason": null
|
|
38811
|
+
}
|
|
38812
|
+
],
|
|
38813
|
+
"possibleTypes": null
|
|
38814
|
+
},
|
|
38126
38815
|
{
|
|
38127
38816
|
"kind": "INPUT_OBJECT",
|
|
38128
38817
|
"name": "GrantPromotionalEntitlementInput",
|
|
@@ -49170,6 +49859,39 @@
|
|
|
49170
49859
|
"isDeprecated": false,
|
|
49171
49860
|
"deprecationReason": null
|
|
49172
49861
|
},
|
|
49862
|
+
{
|
|
49863
|
+
"name": "saveAutoRechargeSettings",
|
|
49864
|
+
"description": "Save (create or update) auto-recharge settings",
|
|
49865
|
+
"args": [
|
|
49866
|
+
{
|
|
49867
|
+
"name": "input",
|
|
49868
|
+
"description": "Input for saving auto-recharge settings",
|
|
49869
|
+
"type": {
|
|
49870
|
+
"kind": "NON_NULL",
|
|
49871
|
+
"name": null,
|
|
49872
|
+
"ofType": {
|
|
49873
|
+
"kind": "INPUT_OBJECT",
|
|
49874
|
+
"name": "SaveAutoRechargeSettingsInput",
|
|
49875
|
+
"ofType": null
|
|
49876
|
+
}
|
|
49877
|
+
},
|
|
49878
|
+
"defaultValue": null,
|
|
49879
|
+
"isDeprecated": false,
|
|
49880
|
+
"deprecationReason": null
|
|
49881
|
+
}
|
|
49882
|
+
],
|
|
49883
|
+
"type": {
|
|
49884
|
+
"kind": "NON_NULL",
|
|
49885
|
+
"name": null,
|
|
49886
|
+
"ofType": {
|
|
49887
|
+
"kind": "OBJECT",
|
|
49888
|
+
"name": "AutoRechargeSettingsDTO",
|
|
49889
|
+
"ofType": null
|
|
49890
|
+
}
|
|
49891
|
+
},
|
|
49892
|
+
"isDeprecated": false,
|
|
49893
|
+
"deprecationReason": null
|
|
49894
|
+
},
|
|
49173
49895
|
{
|
|
49174
49896
|
"name": "setAccessRoles",
|
|
49175
49897
|
"description": "Set access roles for a member",
|
|
@@ -74364,6 +75086,39 @@
|
|
|
74364
75086
|
"isDeprecated": false,
|
|
74365
75087
|
"deprecationReason": null
|
|
74366
75088
|
},
|
|
75089
|
+
{
|
|
75090
|
+
"name": "getAutoRechargeSettings",
|
|
75091
|
+
"description": "Get auto-recharge settings for a customer and currency",
|
|
75092
|
+
"args": [
|
|
75093
|
+
{
|
|
75094
|
+
"name": "input",
|
|
75095
|
+
"description": "Input for getting auto-recharge settings",
|
|
75096
|
+
"type": {
|
|
75097
|
+
"kind": "NON_NULL",
|
|
75098
|
+
"name": null,
|
|
75099
|
+
"ofType": {
|
|
75100
|
+
"kind": "INPUT_OBJECT",
|
|
75101
|
+
"name": "GetAutoRechargeSettingsInput",
|
|
75102
|
+
"ofType": null
|
|
75103
|
+
}
|
|
75104
|
+
},
|
|
75105
|
+
"defaultValue": null,
|
|
75106
|
+
"isDeprecated": false,
|
|
75107
|
+
"deprecationReason": null
|
|
75108
|
+
}
|
|
75109
|
+
],
|
|
75110
|
+
"type": {
|
|
75111
|
+
"kind": "NON_NULL",
|
|
75112
|
+
"name": null,
|
|
75113
|
+
"ofType": {
|
|
75114
|
+
"kind": "OBJECT",
|
|
75115
|
+
"name": "AutoRechargeSettingsDTO",
|
|
75116
|
+
"ofType": null
|
|
75117
|
+
}
|
|
75118
|
+
},
|
|
75119
|
+
"isDeprecated": false,
|
|
75120
|
+
"deprecationReason": null
|
|
75121
|
+
},
|
|
74367
75122
|
{
|
|
74368
75123
|
"name": "getAwsExternalId",
|
|
74369
75124
|
"description": "Get AWS external ID",
|
|
@@ -77173,6 +77928,141 @@
|
|
|
77173
77928
|
"enumValues": null,
|
|
77174
77929
|
"possibleTypes": null
|
|
77175
77930
|
},
|
|
77931
|
+
{
|
|
77932
|
+
"kind": "INPUT_OBJECT",
|
|
77933
|
+
"name": "SaveAutoRechargeSettingsInput",
|
|
77934
|
+
"description": "Input for saving auto-recharge settings",
|
|
77935
|
+
"fields": null,
|
|
77936
|
+
"inputFields": [
|
|
77937
|
+
{
|
|
77938
|
+
"name": "currencyId",
|
|
77939
|
+
"description": "Currency ID",
|
|
77940
|
+
"type": {
|
|
77941
|
+
"kind": "NON_NULL",
|
|
77942
|
+
"name": null,
|
|
77943
|
+
"ofType": {
|
|
77944
|
+
"kind": "SCALAR",
|
|
77945
|
+
"name": "String",
|
|
77946
|
+
"ofType": null
|
|
77947
|
+
}
|
|
77948
|
+
},
|
|
77949
|
+
"defaultValue": null,
|
|
77950
|
+
"isDeprecated": false,
|
|
77951
|
+
"deprecationReason": null
|
|
77952
|
+
},
|
|
77953
|
+
{
|
|
77954
|
+
"name": "customerId",
|
|
77955
|
+
"description": "Customer ID (refId)",
|
|
77956
|
+
"type": {
|
|
77957
|
+
"kind": "NON_NULL",
|
|
77958
|
+
"name": null,
|
|
77959
|
+
"ofType": {
|
|
77960
|
+
"kind": "SCALAR",
|
|
77961
|
+
"name": "String",
|
|
77962
|
+
"ofType": null
|
|
77963
|
+
}
|
|
77964
|
+
},
|
|
77965
|
+
"defaultValue": null,
|
|
77966
|
+
"isDeprecated": false,
|
|
77967
|
+
"deprecationReason": null
|
|
77968
|
+
},
|
|
77969
|
+
{
|
|
77970
|
+
"name": "environmentId",
|
|
77971
|
+
"description": "Environment ID",
|
|
77972
|
+
"type": {
|
|
77973
|
+
"kind": "NON_NULL",
|
|
77974
|
+
"name": null,
|
|
77975
|
+
"ofType": {
|
|
77976
|
+
"kind": "SCALAR",
|
|
77977
|
+
"name": "String",
|
|
77978
|
+
"ofType": null
|
|
77979
|
+
}
|
|
77980
|
+
},
|
|
77981
|
+
"defaultValue": null,
|
|
77982
|
+
"isDeprecated": false,
|
|
77983
|
+
"deprecationReason": null
|
|
77984
|
+
},
|
|
77985
|
+
{
|
|
77986
|
+
"name": "grantExpirationPeriod",
|
|
77987
|
+
"description": "Expiration period for granted credits",
|
|
77988
|
+
"type": {
|
|
77989
|
+
"kind": "ENUM",
|
|
77990
|
+
"name": "GrantExpirationPeriod",
|
|
77991
|
+
"ofType": null
|
|
77992
|
+
},
|
|
77993
|
+
"defaultValue": null,
|
|
77994
|
+
"isDeprecated": false,
|
|
77995
|
+
"deprecationReason": null
|
|
77996
|
+
},
|
|
77997
|
+
{
|
|
77998
|
+
"name": "isEnabled",
|
|
77999
|
+
"description": "Whether auto-recharge is enabled",
|
|
78000
|
+
"type": {
|
|
78001
|
+
"kind": "NON_NULL",
|
|
78002
|
+
"name": null,
|
|
78003
|
+
"ofType": {
|
|
78004
|
+
"kind": "SCALAR",
|
|
78005
|
+
"name": "Boolean",
|
|
78006
|
+
"ofType": null
|
|
78007
|
+
}
|
|
78008
|
+
},
|
|
78009
|
+
"defaultValue": null,
|
|
78010
|
+
"isDeprecated": false,
|
|
78011
|
+
"deprecationReason": null
|
|
78012
|
+
},
|
|
78013
|
+
{
|
|
78014
|
+
"name": "maxSpendLimit",
|
|
78015
|
+
"description": "Maximum spend limit (null = unlimited)",
|
|
78016
|
+
"type": {
|
|
78017
|
+
"kind": "SCALAR",
|
|
78018
|
+
"name": "Float",
|
|
78019
|
+
"ofType": null
|
|
78020
|
+
},
|
|
78021
|
+
"defaultValue": null,
|
|
78022
|
+
"isDeprecated": false,
|
|
78023
|
+
"deprecationReason": null
|
|
78024
|
+
},
|
|
78025
|
+
{
|
|
78026
|
+
"name": "targetBalance",
|
|
78027
|
+
"description": "Target balance",
|
|
78028
|
+
"type": {
|
|
78029
|
+
"kind": "SCALAR",
|
|
78030
|
+
"name": "Float",
|
|
78031
|
+
"ofType": null
|
|
78032
|
+
},
|
|
78033
|
+
"defaultValue": null,
|
|
78034
|
+
"isDeprecated": false,
|
|
78035
|
+
"deprecationReason": null
|
|
78036
|
+
},
|
|
78037
|
+
{
|
|
78038
|
+
"name": "thresholdType",
|
|
78039
|
+
"description": "Type of threshold",
|
|
78040
|
+
"type": {
|
|
78041
|
+
"kind": "ENUM",
|
|
78042
|
+
"name": "ThresholdType",
|
|
78043
|
+
"ofType": null
|
|
78044
|
+
},
|
|
78045
|
+
"defaultValue": null,
|
|
78046
|
+
"isDeprecated": false,
|
|
78047
|
+
"deprecationReason": null
|
|
78048
|
+
},
|
|
78049
|
+
{
|
|
78050
|
+
"name": "thresholdValue",
|
|
78051
|
+
"description": "Threshold value",
|
|
78052
|
+
"type": {
|
|
78053
|
+
"kind": "SCALAR",
|
|
78054
|
+
"name": "Float",
|
|
78055
|
+
"ofType": null
|
|
78056
|
+
},
|
|
78057
|
+
"defaultValue": null,
|
|
78058
|
+
"isDeprecated": false,
|
|
78059
|
+
"deprecationReason": null
|
|
78060
|
+
}
|
|
78061
|
+
],
|
|
78062
|
+
"interfaces": null,
|
|
78063
|
+
"enumValues": null,
|
|
78064
|
+
"possibleTypes": null
|
|
78065
|
+
},
|
|
77176
78066
|
{
|
|
77177
78067
|
"kind": "ENUM",
|
|
77178
78068
|
"name": "ScheduleStrategy",
|
|
@@ -92762,6 +93652,29 @@
|
|
|
92762
93652
|
"enumValues": null,
|
|
92763
93653
|
"possibleTypes": null
|
|
92764
93654
|
},
|
|
93655
|
+
{
|
|
93656
|
+
"kind": "ENUM",
|
|
93657
|
+
"name": "ThresholdType",
|
|
93658
|
+
"description": "Type of threshold for automatic recharge",
|
|
93659
|
+
"fields": null,
|
|
93660
|
+
"inputFields": null,
|
|
93661
|
+
"interfaces": null,
|
|
93662
|
+
"enumValues": [
|
|
93663
|
+
{
|
|
93664
|
+
"name": "CreditAmount",
|
|
93665
|
+
"description": "Threshold based on credit balance",
|
|
93666
|
+
"isDeprecated": false,
|
|
93667
|
+
"deprecationReason": null
|
|
93668
|
+
},
|
|
93669
|
+
{
|
|
93670
|
+
"name": "DollarAmount",
|
|
93671
|
+
"description": "Threshold based on dollar amount",
|
|
93672
|
+
"isDeprecated": false,
|
|
93673
|
+
"deprecationReason": null
|
|
93674
|
+
}
|
|
93675
|
+
],
|
|
93676
|
+
"possibleTypes": null
|
|
93677
|
+
},
|
|
92765
93678
|
{
|
|
92766
93679
|
"kind": "ENUM",
|
|
92767
93680
|
"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.43.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-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|