stigg-api-client 1.122.0 → 1.122.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5da57373099a5b39c7ba563d601744f17208b263605ec2673663a3f8091178fe
4
- data.tar.gz: d1ca01e22d6f6b7db82c933e44a349bcc8c5cd1c91df78934bd7f93839ec1bf3
3
+ metadata.gz: 2831be8876e674512a6f38e6ce7790b97710687cc7675f18c325ebc1936a3a8b
4
+ data.tar.gz: 77426cc89292ce84ad23d98db08245a55d7c15123d44981be8f2ab8a373f1fdb
5
5
  SHA512:
6
- metadata.gz: 9aef0800f9b1e5dad05a72148a10a2078c0390e7a546d6b9ecf21d8c9053e9f6a6e831487892ac4353175e5abd0697a05c6e09bcf373cf3fed9914887945670f
7
- data.tar.gz: 30ef4422c254c9cdd83b7eb86e960dc6902d0687637b3ea400ae8bc861af33b8b55ca820028abd53660d016137e0501a59a4a8ac835bdbb1a5f90af5cd8a6307
6
+ metadata.gz: 0d1fa032b46cc24c764293c8e65174b7bcd960f418d0c9ca9c89cd692ef2a60b59ad05a4c04f926bd67c29f60534bc443d2e4e217ceba526ca5964221a5e250a
7
+ data.tar.gz: ff88609be22b210c43f6670d7ee4ea55c34325c0c606d010b38c0b751bab732c377229a28c882c96870ff472cd575689ddedf80a73ae0def493e854eb27e6878
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.122.0)
4
+ stigg-api-client (1.122.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -3463,11 +3463,11 @@
3463
3463
  "deprecationReason": null
3464
3464
  },
3465
3465
  {
3466
- "name": "budgetCapConfiguration",
3467
- "description": "Budget cap configuration",
3466
+ "name": "budget",
3467
+ "description": "Budget configuration",
3468
3468
  "type": {
3469
3469
  "kind": "INPUT_OBJECT",
3470
- "name": "BudgetCapConfigurationInput",
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": "BudgetCapConfiguration",
5312
- "description": "Budget cap configuration",
5311
+ "name": "BudgetConfiguration",
5312
+ "description": "Budget configuration",
5313
5313
  "fields": [
5314
5314
  {
5315
5315
  "name": "hasSoftLimit",
5316
- "description": "Indicates the behavior of the budget cap when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false.",
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": "BudgetCapConfigurationInput",
5355
- "description": "Budget cap configuration input",
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 cap when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false.",
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": "budgetCapConfiguration",
15653
- "description": "Budget cap configuration",
15652
+ "name": "budget",
15653
+ "description": "Budget configuration",
15654
15654
  "args": [],
15655
15655
  "type": {
15656
15656
  "kind": "OBJECT",
15657
- "name": "BudgetCapConfiguration",
15657
+ "name": "BudgetConfiguration",
15658
15658
  "ofType": null
15659
15659
  },
15660
15660
  "isDeprecated": false,
15661
15661
  "deprecationReason": null
15662
15662
  },
15663
15663
  {
15664
- "name": "budgetCapExceeded",
15665
- "description": "Indicates if the budget cap has been exceeded",
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": "budgetCapConfiguration",
56562
- "description": "Budget cap configuration",
56561
+ "name": "budget",
56562
+ "description": "Budget configuration",
56563
56563
  "type": {
56564
56564
  "kind": "INPUT_OBJECT",
56565
- "name": "BudgetCapConfigurationInput",
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": "budgetCapConfiguration",
56904
- "description": "Budget cap configuration",
56903
+ "name": "budget",
56904
+ "description": "Budget configuration",
56905
56905
  "type": {
56906
56906
  "kind": "INPUT_OBJECT",
56907
- "name": "BudgetCapConfigurationInput",
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": "budgetCapConfiguration",
57255
- "description": "Budget cap configuration",
57254
+ "name": "budget",
57255
+ "description": "Budget configuration",
57256
57256
  "type": {
57257
57257
  "kind": "INPUT_OBJECT",
57258
- "name": "BudgetCapConfigurationInput",
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": "budgetCapConfiguration",
67009
- "description": "Budget cap configuration",
67008
+ "name": "budget",
67009
+ "description": "Budget configuration",
67010
67010
  "type": {
67011
67011
  "kind": "INPUT_OBJECT",
67012
- "name": "BudgetCapConfigurationInput",
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": "budgetCapConfiguration",
74672
- "description": "Budget cap configuration",
74671
+ "name": "budget",
74672
+ "description": "Budget configuration",
74673
74673
  "type": {
74674
74674
  "kind": "INPUT_OBJECT",
74675
- "name": "BudgetCapConfigurationInput",
74675
+ "name": "BudgetConfigurationInput",
74676
74676
  "ofType": null
74677
74677
  },
74678
74678
  "defaultValue": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.122.0"
4
+ VERSION = "1.122.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.122.0
4
+ version: 1.122.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg