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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +30 -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,
|
@@ -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":
|
43730
|
-
"deprecationReason":
|
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":
|
43763
|
-
"deprecationReason":
|
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
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
|