stigg-api-client 2.480.0 → 2.481.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: 13dd104997064b956c256f3f01a71c5d0b1129194b3644877a50a1bd2416c09c
4
+ data.tar.gz: 745be0354c1b2de5e9e214322e96de8dcebc46b5801e0117b2784a8ce491a04c
5
5
  SHA512:
6
- metadata.gz: 59621c13ee9fa048bce53a9252145fe17ef13cd09e3dc03f7bddc332ca71f9a8df4e029da45b5ce54f174f2e560cb43ebc2100547d7a6a67abb7755e88f1dd89
7
- data.tar.gz: e800e1cc01f2b75e4e40a47c17cbff612ac02ee3f75d5b96f03e0f30acc402f7818a8860ffdc7cf53509be1d4bfb2c929b197ad25430d4145277bfe0fd02728e
6
+ metadata.gz: 0fcbb47f1299b2e1510de9757844f21cc257a6b9c6c530555b54dfaac008403aee41123f71dbbafed43fd593d3c2bbeb9f516cad54456aac657e484c05006426
7
+ data.tar.gz: 9fb4974e5523af00e5aeed15851e2c4c780a99f0261ad0889b73f99cda865948334b0f654ea33a2a2150ca624bd5e6775df72292d6ebdbca6dac36e9ddcc9c22
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.481.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,
@@ -43746,8 +43752,8 @@
43746
43752
  "ofType": null
43747
43753
  }
43748
43754
  },
43749
- "isDeprecated": false,
43750
- "deprecationReason": null
43755
+ "isDeprecated": true,
43756
+ "deprecationReason": "estimateSubscription is deprecated. Use previewSubscription instead"
43751
43757
  },
43752
43758
  {
43753
43759
  "name": "estimateSubscriptionUpdate",
@@ -43779,8 +43785,8 @@
43779
43785
  "ofType": null
43780
43786
  }
43781
43787
  },
43782
- "isDeprecated": false,
43783
- "deprecationReason": null
43788
+ "isDeprecated": true,
43789
+ "deprecationReason": "estimateSubscriptionUpdate is deprecated. Use previewSubscription instead"
43784
43790
  },
43785
43791
  {
43786
43792
  "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.481.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.481.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