stigg-api-client 3.3.0 → 3.6.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 +234 -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: 9c2abe643af338beec852999e5b5f1ccdc0e038b3ab208dd652492aeed3fc934
|
4
|
+
data.tar.gz: 3cd42638f4c24b2e21af629d0e1a2320d06c82d1a37caf2713bf3cae3d55386c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a570f015fb13fe565cbefb16d3d519d7096706114af915dba5e2735b9e010bb5eefbcf1a11d1ac4943dc587eb781f1b0b5bf1a6b20ecc21a55897574810e8d2f
|
7
|
+
data.tar.gz: 3853b983b9dd1cf5c50528b42a466e1f3b17e2bfd19fcf65563c54fde7249ecd83986533d30e0fab8f29e156bac2b510d41b84ffbf096c8500f6bab5c74c40a4
|
data/Gemfile.lock
CHANGED
@@ -11199,6 +11199,207 @@
|
|
11199
11199
|
}
|
11200
11200
|
]
|
11201
11201
|
},
|
11202
|
+
{
|
11203
|
+
"kind": "OBJECT",
|
11204
|
+
"name": "CreditBalanceDTO",
|
11205
|
+
"description": "Credit balance information for a specific currency",
|
11206
|
+
"fields": [
|
11207
|
+
{
|
11208
|
+
"name": "currencyId",
|
11209
|
+
"description": "The custom currency ID of the credit grant",
|
11210
|
+
"args": [],
|
11211
|
+
"type": {
|
11212
|
+
"kind": "NON_NULL",
|
11213
|
+
"name": null,
|
11214
|
+
"ofType": {
|
11215
|
+
"kind": "SCALAR",
|
11216
|
+
"name": "String",
|
11217
|
+
"ofType": null
|
11218
|
+
}
|
11219
|
+
},
|
11220
|
+
"isDeprecated": false,
|
11221
|
+
"deprecationReason": null
|
11222
|
+
},
|
11223
|
+
{
|
11224
|
+
"name": "currentBalance",
|
11225
|
+
"description": "Current available balance",
|
11226
|
+
"args": [],
|
11227
|
+
"type": {
|
11228
|
+
"kind": "NON_NULL",
|
11229
|
+
"name": null,
|
11230
|
+
"ofType": {
|
11231
|
+
"kind": "SCALAR",
|
11232
|
+
"name": "Float",
|
11233
|
+
"ofType": null
|
11234
|
+
}
|
11235
|
+
},
|
11236
|
+
"isDeprecated": false,
|
11237
|
+
"deprecationReason": null
|
11238
|
+
},
|
11239
|
+
{
|
11240
|
+
"name": "totalConsumed",
|
11241
|
+
"description": "Total amount consumed from all grants",
|
11242
|
+
"args": [],
|
11243
|
+
"type": {
|
11244
|
+
"kind": "NON_NULL",
|
11245
|
+
"name": null,
|
11246
|
+
"ofType": {
|
11247
|
+
"kind": "SCALAR",
|
11248
|
+
"name": "Float",
|
11249
|
+
"ofType": null
|
11250
|
+
}
|
11251
|
+
},
|
11252
|
+
"isDeprecated": false,
|
11253
|
+
"deprecationReason": null
|
11254
|
+
},
|
11255
|
+
{
|
11256
|
+
"name": "totalGranted",
|
11257
|
+
"description": "Total amount granted across all active grants",
|
11258
|
+
"args": [],
|
11259
|
+
"type": {
|
11260
|
+
"kind": "NON_NULL",
|
11261
|
+
"name": null,
|
11262
|
+
"ofType": {
|
11263
|
+
"kind": "SCALAR",
|
11264
|
+
"name": "Float",
|
11265
|
+
"ofType": null
|
11266
|
+
}
|
11267
|
+
},
|
11268
|
+
"isDeprecated": false,
|
11269
|
+
"deprecationReason": null
|
11270
|
+
}
|
11271
|
+
],
|
11272
|
+
"inputFields": null,
|
11273
|
+
"interfaces": [],
|
11274
|
+
"enumValues": null,
|
11275
|
+
"possibleTypes": null
|
11276
|
+
},
|
11277
|
+
{
|
11278
|
+
"kind": "OBJECT",
|
11279
|
+
"name": "CreditBalanceSummaryDTO",
|
11280
|
+
"description": "Credit balance summary for a customer",
|
11281
|
+
"fields": [
|
11282
|
+
{
|
11283
|
+
"name": "balances",
|
11284
|
+
"description": "List of credit balances for the customer",
|
11285
|
+
"args": [],
|
11286
|
+
"type": {
|
11287
|
+
"kind": "NON_NULL",
|
11288
|
+
"name": null,
|
11289
|
+
"ofType": {
|
11290
|
+
"kind": "LIST",
|
11291
|
+
"name": null,
|
11292
|
+
"ofType": {
|
11293
|
+
"kind": "NON_NULL",
|
11294
|
+
"name": null,
|
11295
|
+
"ofType": {
|
11296
|
+
"kind": "OBJECT",
|
11297
|
+
"name": "CreditBalanceDTO",
|
11298
|
+
"ofType": null
|
11299
|
+
}
|
11300
|
+
}
|
11301
|
+
}
|
11302
|
+
},
|
11303
|
+
"isDeprecated": false,
|
11304
|
+
"deprecationReason": null
|
11305
|
+
},
|
11306
|
+
{
|
11307
|
+
"name": "customerId",
|
11308
|
+
"description": "The customer ID of the credit grant",
|
11309
|
+
"args": [],
|
11310
|
+
"type": {
|
11311
|
+
"kind": "NON_NULL",
|
11312
|
+
"name": null,
|
11313
|
+
"ofType": {
|
11314
|
+
"kind": "SCALAR",
|
11315
|
+
"name": "String",
|
11316
|
+
"ofType": null
|
11317
|
+
}
|
11318
|
+
},
|
11319
|
+
"isDeprecated": false,
|
11320
|
+
"deprecationReason": null
|
11321
|
+
},
|
11322
|
+
{
|
11323
|
+
"name": "resourceId",
|
11324
|
+
"description": "The resource ID of the credit grant",
|
11325
|
+
"args": [],
|
11326
|
+
"type": {
|
11327
|
+
"kind": "SCALAR",
|
11328
|
+
"name": "String",
|
11329
|
+
"ofType": null
|
11330
|
+
},
|
11331
|
+
"isDeprecated": false,
|
11332
|
+
"deprecationReason": null
|
11333
|
+
}
|
11334
|
+
],
|
11335
|
+
"inputFields": null,
|
11336
|
+
"interfaces": [],
|
11337
|
+
"enumValues": null,
|
11338
|
+
"possibleTypes": null
|
11339
|
+
},
|
11340
|
+
{
|
11341
|
+
"kind": "INPUT_OBJECT",
|
11342
|
+
"name": "CreditBalanceSummaryInput",
|
11343
|
+
"description": "Input for retrieving credit balance",
|
11344
|
+
"fields": null,
|
11345
|
+
"inputFields": [
|
11346
|
+
{
|
11347
|
+
"name": "currencyId",
|
11348
|
+
"description": "The custom currency ID of the credit grant",
|
11349
|
+
"type": {
|
11350
|
+
"kind": "SCALAR",
|
11351
|
+
"name": "String",
|
11352
|
+
"ofType": null
|
11353
|
+
},
|
11354
|
+
"defaultValue": null,
|
11355
|
+
"isDeprecated": false,
|
11356
|
+
"deprecationReason": null
|
11357
|
+
},
|
11358
|
+
{
|
11359
|
+
"name": "customerId",
|
11360
|
+
"description": "The customer ID of the credit grant",
|
11361
|
+
"type": {
|
11362
|
+
"kind": "NON_NULL",
|
11363
|
+
"name": null,
|
11364
|
+
"ofType": {
|
11365
|
+
"kind": "SCALAR",
|
11366
|
+
"name": "String",
|
11367
|
+
"ofType": null
|
11368
|
+
}
|
11369
|
+
},
|
11370
|
+
"defaultValue": null,
|
11371
|
+
"isDeprecated": false,
|
11372
|
+
"deprecationReason": null
|
11373
|
+
},
|
11374
|
+
{
|
11375
|
+
"name": "environmentId",
|
11376
|
+
"description": "The unique identifier for the environment",
|
11377
|
+
"type": {
|
11378
|
+
"kind": "SCALAR",
|
11379
|
+
"name": "UUID",
|
11380
|
+
"ofType": null
|
11381
|
+
},
|
11382
|
+
"defaultValue": null,
|
11383
|
+
"isDeprecated": false,
|
11384
|
+
"deprecationReason": null
|
11385
|
+
},
|
11386
|
+
{
|
11387
|
+
"name": "resourceId",
|
11388
|
+
"description": "The resource ID of the credit grant",
|
11389
|
+
"type": {
|
11390
|
+
"kind": "SCALAR",
|
11391
|
+
"name": "String",
|
11392
|
+
"ofType": null
|
11393
|
+
},
|
11394
|
+
"defaultValue": null,
|
11395
|
+
"isDeprecated": false,
|
11396
|
+
"deprecationReason": null
|
11397
|
+
}
|
11398
|
+
],
|
11399
|
+
"interfaces": null,
|
11400
|
+
"enumValues": null,
|
11401
|
+
"possibleTypes": null
|
11402
|
+
},
|
11202
11403
|
{
|
11203
11404
|
"kind": "OBJECT",
|
11204
11405
|
"name": "CreditGrant",
|
@@ -67708,6 +67909,39 @@
|
|
67708
67909
|
"isDeprecated": false,
|
67709
67910
|
"deprecationReason": null
|
67710
67911
|
},
|
67912
|
+
{
|
67913
|
+
"name": "creditBalanceSummary",
|
67914
|
+
"description": "Get credit balance summary for a specific customer",
|
67915
|
+
"args": [
|
67916
|
+
{
|
67917
|
+
"name": "input",
|
67918
|
+
"description": null,
|
67919
|
+
"type": {
|
67920
|
+
"kind": "NON_NULL",
|
67921
|
+
"name": null,
|
67922
|
+
"ofType": {
|
67923
|
+
"kind": "INPUT_OBJECT",
|
67924
|
+
"name": "CreditBalanceSummaryInput",
|
67925
|
+
"ofType": null
|
67926
|
+
}
|
67927
|
+
},
|
67928
|
+
"defaultValue": null,
|
67929
|
+
"isDeprecated": false,
|
67930
|
+
"deprecationReason": null
|
67931
|
+
}
|
67932
|
+
],
|
67933
|
+
"type": {
|
67934
|
+
"kind": "NON_NULL",
|
67935
|
+
"name": null,
|
67936
|
+
"ofType": {
|
67937
|
+
"kind": "OBJECT",
|
67938
|
+
"name": "CreditBalanceSummaryDTO",
|
67939
|
+
"ofType": null
|
67940
|
+
}
|
67941
|
+
},
|
67942
|
+
"isDeprecated": false,
|
67943
|
+
"deprecationReason": null
|
67944
|
+
},
|
67711
67945
|
{
|
67712
67946
|
"name": "creditGrants",
|
67713
67947
|
"description": "Get all credit grants for an environment",
|
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: 3.
|
4
|
+
version: 3.6.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-08-
|
11
|
+
date: 2025-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|