stigg-api-client 1.134.0 → 1.135.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51e616d79aa4350411c74109096ee1449dd4e11b66f0e6939f05160aecc4018b
4
- data.tar.gz: c6b135c77017ae108dbe743fe1a4dc782a45eb06716f8683a9465f97657a5e66
3
+ metadata.gz: 7af3375fae24a4d51b37276679f6d4fc42e139e99d942c4abd1b30fa4c098a69
4
+ data.tar.gz: 830f0ddee297d46e1431d11b949ed55fe666cc7b1aeef8276b014609ac042381
5
5
  SHA512:
6
- metadata.gz: 2714b1df16eb388c98786aa892a5fa9672327c5fd3b4cdbef498887395f59af44787f6c159a564a78fce9af190eb4c146bcb85d99427c8f3a6b66b48581ad969
7
- data.tar.gz: d6e9d0dc4fe6ff2d75da4a08fc043f60c8dcaef948ccbb4d0264e087cd2d87422859d982b6a9fb903217ead10322ae81da806d955136051dd32aab4bfb76d3cd
6
+ metadata.gz: 56b9359cecd5750bc2d2bc7c90e2cdddd4c0984bda5d9a22d28eb8326339965bc84c45fefdca885a4288cb62981309841434a6e23c84ee319ef33817ec613ffc
7
+ data.tar.gz: 0cbfdd15be03513a35cac77851b28439e62f1b24a5e916edbe705f2af769e1224e46dcb93ff4d41d6473313f75446e97b92a076e3c7cab205a5becd4ef780cf0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.134.0)
4
+ stigg-api-client (1.135.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -5367,53 +5367,6 @@
5367
5367
  "enumValues": null,
5368
5368
  "possibleTypes": null
5369
5369
  },
5370
- {
5371
- "kind": "OBJECT",
5372
- "name": "BudgetConfigurationChange",
5373
- "description": "Budget configuration change",
5374
- "fields": [
5375
- {
5376
- "name": "after",
5377
- "description": "The value after the change",
5378
- "args": [],
5379
- "type": {
5380
- "kind": "OBJECT",
5381
- "name": "BudgetConfiguration",
5382
- "ofType": null
5383
- },
5384
- "isDeprecated": false,
5385
- "deprecationReason": null
5386
- },
5387
- {
5388
- "name": "before",
5389
- "description": "The value before the change",
5390
- "args": [],
5391
- "type": {
5392
- "kind": "OBJECT",
5393
- "name": "BudgetConfiguration",
5394
- "ofType": null
5395
- },
5396
- "isDeprecated": false,
5397
- "deprecationReason": null
5398
- },
5399
- {
5400
- "name": "changeType",
5401
- "description": "The change type",
5402
- "args": [],
5403
- "type": {
5404
- "kind": "ENUM",
5405
- "name": "ChangeType",
5406
- "ofType": null
5407
- },
5408
- "isDeprecated": false,
5409
- "deprecationReason": null
5410
- }
5411
- ],
5412
- "inputFields": null,
5413
- "interfaces": [],
5414
- "enumValues": null,
5415
- "possibleTypes": null
5416
- },
5417
5370
  {
5418
5371
  "kind": "INPUT_OBJECT",
5419
5372
  "name": "BudgetConfigurationInput",
@@ -19291,6 +19244,18 @@
19291
19244
  "name": "DefaultTrialConfig",
19292
19245
  "description": null,
19293
19246
  "fields": [
19247
+ {
19248
+ "name": "budget",
19249
+ "description": "Budget configuration",
19250
+ "args": [],
19251
+ "type": {
19252
+ "kind": "OBJECT",
19253
+ "name": "BudgetConfiguration",
19254
+ "ofType": null
19255
+ },
19256
+ "isDeprecated": false,
19257
+ "deprecationReason": null
19258
+ },
19294
19259
  {
19295
19260
  "name": "duration",
19296
19261
  "description": null,
@@ -19382,6 +19347,18 @@
19382
19347
  "description": null,
19383
19348
  "fields": null,
19384
19349
  "inputFields": [
19350
+ {
19351
+ "name": "budget",
19352
+ "description": "Budget configuration",
19353
+ "type": {
19354
+ "kind": "INPUT_OBJECT",
19355
+ "name": "BudgetConfigurationInput",
19356
+ "ofType": null
19357
+ },
19358
+ "defaultValue": null,
19359
+ "isDeprecated": false,
19360
+ "deprecationReason": null
19361
+ },
19385
19362
  {
19386
19363
  "name": "duration",
19387
19364
  "description": null,
@@ -40222,18 +40199,6 @@
40222
40199
  "isDeprecated": false,
40223
40200
  "deprecationReason": null
40224
40201
  },
40225
- {
40226
- "name": "budget",
40227
- "description": "Budget configuration",
40228
- "args": [],
40229
- "type": {
40230
- "kind": "OBJECT",
40231
- "name": "BudgetConfigurationChange",
40232
- "ofType": null
40233
- },
40234
- "isDeprecated": false,
40235
- "deprecationReason": null
40236
- },
40237
40202
  {
40238
40203
  "name": "compatibleAddons",
40239
40204
  "description": null,
@@ -44900,18 +44865,6 @@
44900
44865
  "description": null,
44901
44866
  "fields": null,
44902
44867
  "inputFields": [
44903
- {
44904
- "name": "budget",
44905
- "description": "Budget configuration",
44906
- "type": {
44907
- "kind": "INPUT_OBJECT",
44908
- "name": "BudgetConfigurationInput",
44909
- "ofType": null
44910
- },
44911
- "defaultValue": null,
44912
- "isDeprecated": false,
44913
- "deprecationReason": null
44914
- },
44915
44868
  {
44916
44869
  "name": "environmentId",
44917
44870
  "description": null,
@@ -47327,18 +47280,6 @@
47327
47280
  "isDeprecated": false,
47328
47281
  "deprecationReason": null
47329
47282
  },
47330
- {
47331
- "name": "budget",
47332
- "description": "Budget configuration",
47333
- "args": [],
47334
- "type": {
47335
- "kind": "OBJECT",
47336
- "name": "BudgetConfiguration",
47337
- "ofType": null
47338
- },
47339
- "isDeprecated": false,
47340
- "deprecationReason": null
47341
- },
47342
47283
  {
47343
47284
  "name": "compatibleAddons",
47344
47285
  "description": 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.134.0"
4
+ VERSION = "1.135.0"
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.134.0
4
+ version: 1.135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg