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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +16 -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: 85fde5b499104d09e7cd8507cc9a1fdb3ae1c808f462e4d23afcf15473cdae83
|
4
|
+
data.tar.gz: cc9872610603adf8ea2c80412dc2c467c5807a474c0055f9a6ebee149ddf3936
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3579bdc669bd12265b8e852ed14d7713b18bebbc42b3ef01ff819884bc4a857faae7dc0cc730f103f1a88b1338119ec13ee153b2280a4fe5ee4972125ed1934
|
7
|
+
data.tar.gz: e920c624508d5eacebbe54c7ef99ba12e3cc0f299917189c11e00de0fc6a7f4e6d5014edc24e85e513790c51ce126a21604566e59051c6d2902623c391c2a813
|
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,
|
@@ -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":
|
43750
|
-
"deprecationReason":
|
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":
|
43783
|
-
"deprecationReason":
|
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
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.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-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|