stigg-api-client 1.126.0 → 1.128.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: 2e321fc57085177762d6aee600d5d51931d788d3ab5a905d42ad6de069a4213d
4
- data.tar.gz: 9c4b336be580c0f780460ebd235c7b03185e4c07f910843e6074b92871280ab0
3
+ metadata.gz: d0a77776abf1900f524e6d3de29ddc08565234fa9234fb6209e770468a91c65f
4
+ data.tar.gz: 2db4640b164ac258d5a26c854b91f4a359e4d7b3186f8f4eb7c0821c7d7fed22
5
5
  SHA512:
6
- metadata.gz: 6992faeb8332edfa502e78bdf423dbbf116a57b24f5198e64e83728abd936a68b19ec22d8848e47990765d121600137aa31445898c7563c831b566f6484bcae8
7
- data.tar.gz: 13ac11135043342246d9551bcda61cef669bf13fbe1196ba42603183cf5b7c1240801e8bfe062a5066aec4a07aedc69bfd9c82c796256b55f7d81844b2b5a623
6
+ metadata.gz: 62e874374b5a2af0057c8c2997509ae9a2ff91ace88307e12540f1b19c4f593c5f76f19568af005a673c181eb83cc88da76a7d953de760eb7a7b8453fcfc52c8
7
+ data.tar.gz: 1232317a0ddb411b883fe81265c53f6b5aa6338313c139473565e7e23374b7bba66eefc07466b16c5bd9c98b835c022c827ad2fc293d4615d0da134888a4cdd2
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.128.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -37393,6 +37393,39 @@
37393
37393
  "isDeprecated": false,
37394
37394
  "deprecationReason": null
37395
37395
  },
37396
+ {
37397
+ "name": "previewNextInvoice",
37398
+ "description": null,
37399
+ "args": [
37400
+ {
37401
+ "name": "input",
37402
+ "description": null,
37403
+ "type": {
37404
+ "kind": "NON_NULL",
37405
+ "name": null,
37406
+ "ofType": {
37407
+ "kind": "INPUT_OBJECT",
37408
+ "name": "PreviewNextInvoiceInput",
37409
+ "ofType": null
37410
+ }
37411
+ },
37412
+ "defaultValue": null,
37413
+ "isDeprecated": false,
37414
+ "deprecationReason": null
37415
+ }
37416
+ ],
37417
+ "type": {
37418
+ "kind": "NON_NULL",
37419
+ "name": null,
37420
+ "ofType": {
37421
+ "kind": "OBJECT",
37422
+ "name": "SubscriptionPreviewInvoice",
37423
+ "ofType": null
37424
+ }
37425
+ },
37426
+ "isDeprecated": false,
37427
+ "deprecationReason": null
37428
+ },
37396
37429
  {
37397
37430
  "name": "previewSubscription",
37398
37431
  "description": null,
@@ -50160,6 +50193,45 @@
50160
50193
  "enumValues": null,
50161
50194
  "possibleTypes": null
50162
50195
  },
50196
+ {
50197
+ "kind": "INPUT_OBJECT",
50198
+ "name": "PreviewNextInvoiceInput",
50199
+ "description": "Input to preview the next invoice for a subscription",
50200
+ "fields": null,
50201
+ "inputFields": [
50202
+ {
50203
+ "name": "environmentId",
50204
+ "description": "The environment id of the subscription to preview",
50205
+ "type": {
50206
+ "kind": "SCALAR",
50207
+ "name": "String",
50208
+ "ofType": null
50209
+ },
50210
+ "defaultValue": null,
50211
+ "isDeprecated": false,
50212
+ "deprecationReason": null
50213
+ },
50214
+ {
50215
+ "name": "subscriptionId",
50216
+ "description": "The subscription id to preview",
50217
+ "type": {
50218
+ "kind": "NON_NULL",
50219
+ "name": null,
50220
+ "ofType": {
50221
+ "kind": "SCALAR",
50222
+ "name": "String",
50223
+ "ofType": null
50224
+ }
50225
+ },
50226
+ "defaultValue": null,
50227
+ "isDeprecated": false,
50228
+ "deprecationReason": null
50229
+ }
50230
+ ],
50231
+ "interfaces": null,
50232
+ "enumValues": null,
50233
+ "possibleTypes": null
50234
+ },
50163
50235
  {
50164
50236
  "kind": "INPUT_OBJECT",
50165
50237
  "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.128.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.126.0
4
+ version: 1.128.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg