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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +10 -4
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13dd104997064b956c256f3f01a71c5d0b1129194b3644877a50a1bd2416c09c
|
4
|
+
data.tar.gz: 745be0354c1b2de5e9e214322e96de8dcebc46b5801e0117b2784a8ce491a04c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fcbb47f1299b2e1510de9757844f21cc257a6b9c6c530555b54dfaac008403aee41123f71dbbafed43fd593d3c2bbeb9f516cad54456aac657e484c05006426
|
7
|
+
data.tar.gz: 9fb4974e5523af00e5aeed15851e2c4c780a99f0261ad0889b73f99cda865948334b0f654ea33a2a2150ca624bd5e6775df72292d6ebdbca6dac36e9ddcc9c22
|
data/Gemfile.lock
CHANGED
@@ -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":
|
43750
|
-
"deprecationReason":
|
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":
|
43783
|
-
"deprecationReason":
|
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
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.
|
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-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|