stigg-api-client 2.480.0 → 2.482.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: f11c50a32140a6c7303e003279ad0b45a145d4c8071713d44c5130325a9cf5f5
4
- data.tar.gz: 7bdae07cbc6f302f50eb518cc17d347bf3299eaea637edb0db7cac7611226b1e
3
+ metadata.gz: 85fde5b499104d09e7cd8507cc9a1fdb3ae1c808f462e4d23afcf15473cdae83
4
+ data.tar.gz: cc9872610603adf8ea2c80412dc2c467c5807a474c0055f9a6ebee149ddf3936
5
5
  SHA512:
6
- metadata.gz: 59621c13ee9fa048bce53a9252145fe17ef13cd09e3dc03f7bddc332ca71f9a8df4e029da45b5ce54f174f2e560cb43ebc2100547d7a6a67abb7755e88f1dd89
7
- data.tar.gz: e800e1cc01f2b75e4e40a47c17cbff612ac02ee3f75d5b96f03e0f30acc402f7818a8860ffdc7cf53509be1d4bfb2c929b197ad25430d4145277bfe0fd02728e
6
+ metadata.gz: d3579bdc669bd12265b8e852ed14d7713b18bebbc42b3ef01ff819884bc4a857faae7dc0cc730f103f1a88b1338119ec13ee153b2280a4fe5ee4972125ed1934
7
+ data.tar.gz: e920c624508d5eacebbe54c7ef99ba12e3cc0f299917189c11e00de0fc6a7f4e6d5014edc24e85e513790c51ce126a21604566e59051c6d2902623c391c2a813
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.480.0)
4
+ stigg-api-client (2.482.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -25831,6 +25831,12 @@
25831
25831
  "isDeprecated": false,
25832
25832
  "deprecationReason": null
25833
25833
  },
25834
+ {
25835
+ "name": "DeprecatedEstimateSubscriptionError",
25836
+ "description": "Deprecated estimate subscription error",
25837
+ "isDeprecated": false,
25838
+ "deprecationReason": null
25839
+ },
25834
25840
  {
25835
25841
  "name": "DowngradeBillingPeriodNotSupportedError",
25836
25842
  "description": null,
@@ -26455,6 +26461,12 @@
26455
26461
  "isDeprecated": false,
26456
26462
  "deprecationReason": null
26457
26463
  },
26464
+ {
26465
+ "name": "UnsupportedParameter",
26466
+ "description": "Unsupported parameter",
26467
+ "isDeprecated": false,
26468
+ "deprecationReason": null
26469
+ },
26458
26470
  {
26459
26471
  "name": "UnsupportedSubscriptionScheduleType",
26460
26472
  "description": null,
@@ -43746,8 +43758,8 @@
43746
43758
  "ofType": null
43747
43759
  }
43748
43760
  },
43749
- "isDeprecated": false,
43750
- "deprecationReason": null
43761
+ "isDeprecated": true,
43762
+ "deprecationReason": "estimateSubscription is deprecated. Use previewSubscription instead"
43751
43763
  },
43752
43764
  {
43753
43765
  "name": "estimateSubscriptionUpdate",
@@ -43779,8 +43791,8 @@
43779
43791
  "ofType": null
43780
43792
  }
43781
43793
  },
43782
- "isDeprecated": false,
43783
- "deprecationReason": null
43794
+ "isDeprecated": true,
43795
+ "deprecationReason": "estimateSubscriptionUpdate is deprecated. Use previewSubscription instead"
43784
43796
  },
43785
43797
  {
43786
43798
  "name": "grantPromotionalEntitlements",
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.480.0"
4
+ VERSION = "2.482.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.480.0
4
+ version: 2.482.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-22 00:00:00.000000000 Z
11
+ date: 2025-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient