stigg-api-client 1.128.0 → 1.134.0

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: d0a77776abf1900f524e6d3de29ddc08565234fa9234fb6209e770468a91c65f
4
- data.tar.gz: 2db4640b164ac258d5a26c854b91f4a359e4d7b3186f8f4eb7c0821c7d7fed22
3
+ metadata.gz: 51e616d79aa4350411c74109096ee1449dd4e11b66f0e6939f05160aecc4018b
4
+ data.tar.gz: c6b135c77017ae108dbe743fe1a4dc782a45eb06716f8683a9465f97657a5e66
5
5
  SHA512:
6
- metadata.gz: 62e874374b5a2af0057c8c2997509ae9a2ff91ace88307e12540f1b19c4f593c5f76f19568af005a673c181eb83cc88da76a7d953de760eb7a7b8453fcfc52c8
7
- data.tar.gz: 1232317a0ddb411b883fe81265c53f6b5aa6338313c139473565e7e23374b7bba66eefc07466b16c5bd9c98b835c022c827ad2fc293d4615d0da134888a4cdd2
6
+ metadata.gz: 2714b1df16eb388c98786aa892a5fa9672327c5fd3b4cdbef498887395f59af44787f6c159a564a78fce9af190eb4c146bcb85d99427c8f3a6b66b48581ad969
7
+ data.tar.gz: d6e9d0dc4fe6ff2d75da4a08fc043f60c8dcaef948ccbb4d0264e087cd2d87422859d982b6a9fb903217ead10322ae81da806d955136051dd32aab4bfb76d3cd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.128.0)
4
+ stigg-api-client (1.134.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -5367,6 +5367,53 @@
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
+ },
5370
5417
  {
5371
5418
  "kind": "INPUT_OBJECT",
5372
5419
  "name": "BudgetConfigurationInput",
@@ -40175,6 +40222,18 @@
40175
40222
  "isDeprecated": false,
40176
40223
  "deprecationReason": null
40177
40224
  },
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
+ },
40178
40237
  {
40179
40238
  "name": "compatibleAddons",
40180
40239
  "description": null,
@@ -44841,6 +44900,18 @@
44841
44900
  "description": null,
44842
44901
  "fields": null,
44843
44902
  "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
+ },
44844
44915
  {
44845
44916
  "name": "environmentId",
44846
44917
  "description": null,
@@ -47256,6 +47327,18 @@
47256
47327
  "isDeprecated": false,
47257
47328
  "deprecationReason": null
47258
47329
  },
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
+ },
47259
47342
  {
47260
47343
  "name": "compatibleAddons",
47261
47344
  "description": null,
@@ -50164,6 +50247,26 @@
50164
50247
  "isDeprecated": false,
50165
50248
  "deprecationReason": null
50166
50249
  },
50250
+ {
50251
+ "name": "minimumSpend",
50252
+ "description": "The minimum spend configuration per each billing period",
50253
+ "type": {
50254
+ "kind": "LIST",
50255
+ "name": null,
50256
+ "ofType": {
50257
+ "kind": "NON_NULL",
50258
+ "name": null,
50259
+ "ofType": {
50260
+ "kind": "INPUT_OBJECT",
50261
+ "name": "MinimumSpendInput",
50262
+ "ofType": null
50263
+ }
50264
+ }
50265
+ },
50266
+ "defaultValue": null,
50267
+ "isDeprecated": false,
50268
+ "deprecationReason": null
50269
+ },
50167
50270
  {
50168
50271
  "name": "parentPlanId",
50169
50272
  "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.128.0"
4
+ VERSION = "1.134.0"
5
5
  end
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: 1.128.0
4
+ version: 1.134.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-14 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient