stigg-api-client 2.479.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: d2501bbaa400bce5ae6d2014d68ce925276e7632a9da64fc0e2005506133760f
4
- data.tar.gz: 99f48aacdab964ce3d4a0ea0ad1a6227ea74c4f2a0e1de01d2d0e0f3e1ac0f08
3
+ metadata.gz: 13dd104997064b956c256f3f01a71c5d0b1129194b3644877a50a1bd2416c09c
4
+ data.tar.gz: 745be0354c1b2de5e9e214322e96de8dcebc46b5801e0117b2784a8ce491a04c
5
5
  SHA512:
6
- metadata.gz: 352570e871120d5e4f0f4f282fefa3ab11291b00b473c5abb7181741aec66dcff189871a330026104d285c2edb6baccdb2f5c02a6d42f942d196e44e5889a6c5
7
- data.tar.gz: 9461cc9275a16ba8a46c2b6cff0549a52265cfb7855d65d26dfcefa2584f2ed2c0f1e986c838ff33aac889161c508a46d8a4bfedeea7c7c64216b85d2a9162d7
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.479.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,
@@ -30818,6 +30824,26 @@
30818
30824
  },
30819
30825
  "isDeprecated": false,
30820
30826
  "deprecationReason": null
30827
+ },
30828
+ {
30829
+ "name": "usedEnumValues",
30830
+ "description": "The enum values used by plans or add-ons",
30831
+ "args": [],
30832
+ "type": {
30833
+ "kind": "LIST",
30834
+ "name": null,
30835
+ "ofType": {
30836
+ "kind": "NON_NULL",
30837
+ "name": null,
30838
+ "ofType": {
30839
+ "kind": "SCALAR",
30840
+ "name": "String",
30841
+ "ofType": null
30842
+ }
30843
+ }
30844
+ },
30845
+ "isDeprecated": false,
30846
+ "deprecationReason": null
30821
30847
  }
30822
30848
  ],
30823
30849
  "inputFields": null,
@@ -43726,8 +43752,8 @@
43726
43752
  "ofType": null
43727
43753
  }
43728
43754
  },
43729
- "isDeprecated": false,
43730
- "deprecationReason": null
43755
+ "isDeprecated": true,
43756
+ "deprecationReason": "estimateSubscription is deprecated. Use previewSubscription instead"
43731
43757
  },
43732
43758
  {
43733
43759
  "name": "estimateSubscriptionUpdate",
@@ -43759,8 +43785,8 @@
43759
43785
  "ofType": null
43760
43786
  }
43761
43787
  },
43762
- "isDeprecated": false,
43763
- "deprecationReason": null
43788
+ "isDeprecated": true,
43789
+ "deprecationReason": "estimateSubscriptionUpdate is deprecated. Use previewSubscription instead"
43764
43790
  },
43765
43791
  {
43766
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.479.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.479.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