stigg-api-client 2.478.0 → 2.480.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: 6a1cf9b6effcb80e57d27925814eb08b0b331ddb6137f0fcd53d92860280c0db
4
- data.tar.gz: 8877fdb0672977fac9bc1dc238ab51e67a52227e295a5e9cf562a11c25711bd1
3
+ metadata.gz: f11c50a32140a6c7303e003279ad0b45a145d4c8071713d44c5130325a9cf5f5
4
+ data.tar.gz: 7bdae07cbc6f302f50eb518cc17d347bf3299eaea637edb0db7cac7611226b1e
5
5
  SHA512:
6
- metadata.gz: d44c12ece84b8c4f093151340cf08030da59ad260ccb6381f7fb2eec09b3c8c01307cac7afc18140e8671e59234cc9f71ff145234e0a08bd51ce05b1a356fc70
7
- data.tar.gz: 533d05696079ac64523c1f841f7941fa6c675209d6a89d171d042ffb8f2cf1ec2e7ad74cd7cec45e15737064a529c82ec7307241ab3f085cb70969a3a063d671
6
+ metadata.gz: 59621c13ee9fa048bce53a9252145fe17ef13cd09e3dc03f7bddc332ca71f9a8df4e029da45b5ce54f174f2e560cb43ebc2100547d7a6a67abb7755e88f1dd89
7
+ data.tar.gz: e800e1cc01f2b75e4e40a47c17cbff612ac02ee3f75d5b96f03e0f30acc402f7818a8860ffdc7cf53509be1d4bfb2c929b197ad25430d4145277bfe0fd02728e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.478.0)
4
+ stigg-api-client (2.480.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -280,6 +280,7 @@ module Stigg
280
280
  status
281
281
  pricingType
282
282
  startDate
283
+ cancellationDate
283
284
  currentBillingPeriodEnd
284
285
  customer {
285
286
  customerId
@@ -317,6 +318,7 @@ module Stigg
317
318
  billingId
318
319
  billingLinkUrl
319
320
  effectiveEndDate
321
+ cancellationDate
320
322
  currentBillingPeriodEnd
321
323
  pricingType
322
324
  latestInvoice {
@@ -30818,6 +30818,26 @@
30818
30818
  },
30819
30819
  "isDeprecated": false,
30820
30820
  "deprecationReason": null
30821
+ },
30822
+ {
30823
+ "name": "usedEnumValues",
30824
+ "description": "The enum values used by plans or add-ons",
30825
+ "args": [],
30826
+ "type": {
30827
+ "kind": "LIST",
30828
+ "name": null,
30829
+ "ofType": {
30830
+ "kind": "NON_NULL",
30831
+ "name": null,
30832
+ "ofType": {
30833
+ "kind": "SCALAR",
30834
+ "name": "String",
30835
+ "ofType": null
30836
+ }
30837
+ }
30838
+ },
30839
+ "isDeprecated": false,
30840
+ "deprecationReason": null
30821
30841
  }
30822
30842
  ],
30823
30843
  "inputFields": 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 = "2.478.0"
4
+ VERSION = "2.480.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: 2.478.0
4
+ version: 2.480.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-21 00:00:00.000000000 Z
11
+ date: 2025-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient