stigg-api-client 1.122.0 → 1.122.1
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 +29 -29
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2831be8876e674512a6f38e6ce7790b97710687cc7675f18c325ebc1936a3a8b
|
|
4
|
+
data.tar.gz: 77426cc89292ce84ad23d98db08245a55d7c15123d44981be8f2ab8a373f1fdb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d1fa032b46cc24c764293c8e65174b7bcd960f418d0c9ca9c89cd692ef2a60b59ad05a4c04f926bd67c29f60534bc443d2e4e217ceba526ca5964221a5e250a
|
|
7
|
+
data.tar.gz: ff88609be22b210c43f6670d7ee4ea55c34325c0c606d010b38c0b751bab732c377229a28c882c96870ff472cd575689ddedf80a73ae0def493e854eb27e6878
|
data/Gemfile.lock
CHANGED
|
@@ -3463,11 +3463,11 @@
|
|
|
3463
3463
|
"deprecationReason": null
|
|
3464
3464
|
},
|
|
3465
3465
|
{
|
|
3466
|
-
"name": "
|
|
3467
|
-
"description": "Budget
|
|
3466
|
+
"name": "budget",
|
|
3467
|
+
"description": "Budget configuration",
|
|
3468
3468
|
"type": {
|
|
3469
3469
|
"kind": "INPUT_OBJECT",
|
|
3470
|
-
"name": "
|
|
3470
|
+
"name": "BudgetConfigurationInput",
|
|
3471
3471
|
"ofType": null
|
|
3472
3472
|
},
|
|
3473
3473
|
"defaultValue": null,
|
|
@@ -5308,12 +5308,12 @@
|
|
|
5308
5308
|
},
|
|
5309
5309
|
{
|
|
5310
5310
|
"kind": "OBJECT",
|
|
5311
|
-
"name": "
|
|
5312
|
-
"description": "Budget
|
|
5311
|
+
"name": "BudgetConfiguration",
|
|
5312
|
+
"description": "Budget configuration",
|
|
5313
5313
|
"fields": [
|
|
5314
5314
|
{
|
|
5315
5315
|
"name": "hasSoftLimit",
|
|
5316
|
-
"description": "Indicates the behavior of the budget
|
|
5316
|
+
"description": "Indicates the behavior of the budget when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false.",
|
|
5317
5317
|
"args": [],
|
|
5318
5318
|
"type": {
|
|
5319
5319
|
"kind": "NON_NULL",
|
|
@@ -5351,13 +5351,13 @@
|
|
|
5351
5351
|
},
|
|
5352
5352
|
{
|
|
5353
5353
|
"kind": "INPUT_OBJECT",
|
|
5354
|
-
"name": "
|
|
5355
|
-
"description": "Budget
|
|
5354
|
+
"name": "BudgetConfigurationInput",
|
|
5355
|
+
"description": "Budget configuration input",
|
|
5356
5356
|
"fields": null,
|
|
5357
5357
|
"inputFields": [
|
|
5358
5358
|
{
|
|
5359
5359
|
"name": "hasSoftLimit",
|
|
5360
|
-
"description": "Indicates the behavior of the budget
|
|
5360
|
+
"description": "Indicates the behavior of the budget when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false.",
|
|
5361
5361
|
"type": {
|
|
5362
5362
|
"kind": "NON_NULL",
|
|
5363
5363
|
"name": null,
|
|
@@ -15649,20 +15649,20 @@
|
|
|
15649
15649
|
"deprecationReason": null
|
|
15650
15650
|
},
|
|
15651
15651
|
{
|
|
15652
|
-
"name": "
|
|
15653
|
-
"description": "Budget
|
|
15652
|
+
"name": "budget",
|
|
15653
|
+
"description": "Budget configuration",
|
|
15654
15654
|
"args": [],
|
|
15655
15655
|
"type": {
|
|
15656
15656
|
"kind": "OBJECT",
|
|
15657
|
-
"name": "
|
|
15657
|
+
"name": "BudgetConfiguration",
|
|
15658
15658
|
"ofType": null
|
|
15659
15659
|
},
|
|
15660
15660
|
"isDeprecated": false,
|
|
15661
15661
|
"deprecationReason": null
|
|
15662
15662
|
},
|
|
15663
15663
|
{
|
|
15664
|
-
"name": "
|
|
15665
|
-
"description": "Indicates if the budget
|
|
15664
|
+
"name": "budgetExceeded",
|
|
15665
|
+
"description": "Indicates if the budget has been exceeded",
|
|
15666
15666
|
"args": [],
|
|
15667
15667
|
"type": {
|
|
15668
15668
|
"kind": "SCALAR",
|
|
@@ -56558,11 +56558,11 @@
|
|
|
56558
56558
|
"deprecationReason": null
|
|
56559
56559
|
},
|
|
56560
56560
|
{
|
|
56561
|
-
"name": "
|
|
56562
|
-
"description": "Budget
|
|
56561
|
+
"name": "budget",
|
|
56562
|
+
"description": "Budget configuration",
|
|
56563
56563
|
"type": {
|
|
56564
56564
|
"kind": "INPUT_OBJECT",
|
|
56565
|
-
"name": "
|
|
56565
|
+
"name": "BudgetConfigurationInput",
|
|
56566
56566
|
"ofType": null
|
|
56567
56567
|
},
|
|
56568
56568
|
"defaultValue": null,
|
|
@@ -56900,11 +56900,11 @@
|
|
|
56900
56900
|
"deprecationReason": null
|
|
56901
56901
|
},
|
|
56902
56902
|
{
|
|
56903
|
-
"name": "
|
|
56904
|
-
"description": "Budget
|
|
56903
|
+
"name": "budget",
|
|
56904
|
+
"description": "Budget configuration",
|
|
56905
56905
|
"type": {
|
|
56906
56906
|
"kind": "INPUT_OBJECT",
|
|
56907
|
-
"name": "
|
|
56907
|
+
"name": "BudgetConfigurationInput",
|
|
56908
56908
|
"ofType": null
|
|
56909
56909
|
},
|
|
56910
56910
|
"defaultValue": null,
|
|
@@ -57251,11 +57251,11 @@
|
|
|
57251
57251
|
"deprecationReason": null
|
|
57252
57252
|
},
|
|
57253
57253
|
{
|
|
57254
|
-
"name": "
|
|
57255
|
-
"description": "Budget
|
|
57254
|
+
"name": "budget",
|
|
57255
|
+
"description": "Budget configuration",
|
|
57256
57256
|
"type": {
|
|
57257
57257
|
"kind": "INPUT_OBJECT",
|
|
57258
|
-
"name": "
|
|
57258
|
+
"name": "BudgetConfigurationInput",
|
|
57259
57259
|
"ofType": null
|
|
57260
57260
|
},
|
|
57261
57261
|
"defaultValue": null,
|
|
@@ -67005,11 +67005,11 @@
|
|
|
67005
67005
|
"deprecationReason": null
|
|
67006
67006
|
},
|
|
67007
67007
|
{
|
|
67008
|
-
"name": "
|
|
67009
|
-
"description": "Budget
|
|
67008
|
+
"name": "budget",
|
|
67009
|
+
"description": "Budget configuration",
|
|
67010
67010
|
"type": {
|
|
67011
67011
|
"kind": "INPUT_OBJECT",
|
|
67012
|
-
"name": "
|
|
67012
|
+
"name": "BudgetConfigurationInput",
|
|
67013
67013
|
"ofType": null
|
|
67014
67014
|
},
|
|
67015
67015
|
"defaultValue": null,
|
|
@@ -74668,11 +74668,11 @@
|
|
|
74668
74668
|
"deprecationReason": null
|
|
74669
74669
|
},
|
|
74670
74670
|
{
|
|
74671
|
-
"name": "
|
|
74672
|
-
"description": "Budget
|
|
74671
|
+
"name": "budget",
|
|
74672
|
+
"description": "Budget configuration",
|
|
74673
74673
|
"type": {
|
|
74674
74674
|
"kind": "INPUT_OBJECT",
|
|
74675
|
-
"name": "
|
|
74675
|
+
"name": "BudgetConfigurationInput",
|
|
74676
74676
|
"ofType": null
|
|
74677
74677
|
},
|
|
74678
74678
|
"defaultValue": null,
|
data/lib/stigg/version.rb
CHANGED