stigg-api-client 1.126.0 → 1.132.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: 2e321fc57085177762d6aee600d5d51931d788d3ab5a905d42ad6de069a4213d
4
- data.tar.gz: 9c4b336be580c0f780460ebd235c7b03185e4c07f910843e6074b92871280ab0
3
+ metadata.gz: d754db70845769ec5cee22987bcda7f3bcc10060a7c1c2d4f8a638bb77414a76
4
+ data.tar.gz: 1ccb2bb844f1fe8abc1d38ca0b90527ffc4ab85bb14521f394978179b28d7169
5
5
  SHA512:
6
- metadata.gz: 6992faeb8332edfa502e78bdf423dbbf116a57b24f5198e64e83728abd936a68b19ec22d8848e47990765d121600137aa31445898c7563c831b566f6484bcae8
7
- data.tar.gz: 13ac11135043342246d9551bcda61cef669bf13fbe1196ba42603183cf5b7c1240801e8bfe062a5066aec4a07aedc69bfd9c82c796256b55f7d81844b2b5a623
6
+ metadata.gz: 3615228bbf9e79357db0ec819e5b704c88a74bc618088932f7f12744430f85e05f8cbbd12bad472177fe01056cce3dc440a9fc0f40a65d4db185d36f6514a85b
7
+ data.tar.gz: 3028c7de63fa11f9467bad825f2074e2a93f916446684efd7a49d657425a95f5e724df886f085ee07d13c37f7424b14db7939c7e5c6d32d6566ae194195af405
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.126.0)
4
+ stigg-api-client (1.132.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",
@@ -37393,6 +37440,39 @@
37393
37440
  "isDeprecated": false,
37394
37441
  "deprecationReason": null
37395
37442
  },
37443
+ {
37444
+ "name": "previewNextInvoice",
37445
+ "description": null,
37446
+ "args": [
37447
+ {
37448
+ "name": "input",
37449
+ "description": null,
37450
+ "type": {
37451
+ "kind": "NON_NULL",
37452
+ "name": null,
37453
+ "ofType": {
37454
+ "kind": "INPUT_OBJECT",
37455
+ "name": "PreviewNextInvoiceInput",
37456
+ "ofType": null
37457
+ }
37458
+ },
37459
+ "defaultValue": null,
37460
+ "isDeprecated": false,
37461
+ "deprecationReason": null
37462
+ }
37463
+ ],
37464
+ "type": {
37465
+ "kind": "NON_NULL",
37466
+ "name": null,
37467
+ "ofType": {
37468
+ "kind": "OBJECT",
37469
+ "name": "SubscriptionPreviewInvoice",
37470
+ "ofType": null
37471
+ }
37472
+ },
37473
+ "isDeprecated": false,
37474
+ "deprecationReason": null
37475
+ },
37396
37476
  {
37397
37477
  "name": "previewSubscription",
37398
37478
  "description": null,
@@ -40142,6 +40222,18 @@
40142
40222
  "isDeprecated": false,
40143
40223
  "deprecationReason": null
40144
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
+ },
40145
40237
  {
40146
40238
  "name": "compatibleAddons",
40147
40239
  "description": null,
@@ -44808,6 +44900,18 @@
44808
44900
  "description": null,
44809
44901
  "fields": null,
44810
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
+ },
44811
44915
  {
44812
44916
  "name": "environmentId",
44813
44917
  "description": null,
@@ -47223,6 +47327,18 @@
47223
47327
  "isDeprecated": false,
47224
47328
  "deprecationReason": null
47225
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
+ },
47226
47342
  {
47227
47343
  "name": "compatibleAddons",
47228
47344
  "description": null,
@@ -50160,6 +50276,45 @@
50160
50276
  "enumValues": null,
50161
50277
  "possibleTypes": null
50162
50278
  },
50279
+ {
50280
+ "kind": "INPUT_OBJECT",
50281
+ "name": "PreviewNextInvoiceInput",
50282
+ "description": "Input to preview the next invoice for a subscription",
50283
+ "fields": null,
50284
+ "inputFields": [
50285
+ {
50286
+ "name": "environmentId",
50287
+ "description": "The environment id of the subscription to preview",
50288
+ "type": {
50289
+ "kind": "SCALAR",
50290
+ "name": "String",
50291
+ "ofType": null
50292
+ },
50293
+ "defaultValue": null,
50294
+ "isDeprecated": false,
50295
+ "deprecationReason": null
50296
+ },
50297
+ {
50298
+ "name": "subscriptionId",
50299
+ "description": "The subscription id to preview",
50300
+ "type": {
50301
+ "kind": "NON_NULL",
50302
+ "name": null,
50303
+ "ofType": {
50304
+ "kind": "SCALAR",
50305
+ "name": "String",
50306
+ "ofType": null
50307
+ }
50308
+ },
50309
+ "defaultValue": null,
50310
+ "isDeprecated": false,
50311
+ "deprecationReason": null
50312
+ }
50313
+ ],
50314
+ "interfaces": null,
50315
+ "enumValues": null,
50316
+ "possibleTypes": null
50317
+ },
50163
50318
  {
50164
50319
  "kind": "INPUT_OBJECT",
50165
50320
  "name": "PreviewSubscriptionInput",
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.126.0"
4
+ VERSION = "1.132.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.126.0
4
+ version: 1.132.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