stigg-api-client 2.464.0 → 2.470.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 +46 -0
- 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: d2fe733a45535f2563e4b414a9c6bdcf6e64e06908aae8a4dcc178e63b5629cb
|
4
|
+
data.tar.gz: e25790e456000432bc43482c40e3c2d381a86fe24a75ab247cb2254c0e81fe0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 449fb172eed401a875c5111a4de234e3f0724fae90f476f338000d1792aca3b39be86a75469ff0bbe2bbc0047e716cee15a24b983513a8278083ffc08609738a
|
7
|
+
data.tar.gz: 157c05fec9ac4d23e40073234d4c52c7a4fdb452376d792ae3582ee4000e5ba461d7e837f30f43fb46fbe3c78e377855a9cea960832f2c35031f65a5d8a50ded
|
data/Gemfile.lock
CHANGED
@@ -48,6 +48,12 @@
|
|
48
48
|
"isDeprecated": false,
|
49
49
|
"deprecationReason": null
|
50
50
|
},
|
51
|
+
{
|
52
|
+
"name": "FeatureTypeMismatch",
|
53
|
+
"description": "The requested entitlement type does not match the feature type",
|
54
|
+
"isDeprecated": false,
|
55
|
+
"deprecationReason": null
|
56
|
+
},
|
51
57
|
{
|
52
58
|
"name": "NoActiveSubscription",
|
53
59
|
"description": "The customer does not have any active subscription linked to the feature.",
|
@@ -22903,6 +22909,26 @@
|
|
22903
22909
|
"isDeprecated": false,
|
22904
22910
|
"deprecationReason": null
|
22905
22911
|
},
|
22912
|
+
{
|
22913
|
+
"name": "enumValues",
|
22914
|
+
"description": "List of enum values applicable to this entitlement, if it is an enum feature.",
|
22915
|
+
"args": [],
|
22916
|
+
"type": {
|
22917
|
+
"kind": "LIST",
|
22918
|
+
"name": null,
|
22919
|
+
"ofType": {
|
22920
|
+
"kind": "NON_NULL",
|
22921
|
+
"name": null,
|
22922
|
+
"ofType": {
|
22923
|
+
"kind": "SCALAR",
|
22924
|
+
"name": "String",
|
22925
|
+
"ofType": null
|
22926
|
+
}
|
22927
|
+
}
|
22928
|
+
},
|
22929
|
+
"isDeprecated": false,
|
22930
|
+
"deprecationReason": null
|
22931
|
+
},
|
22906
22932
|
{
|
22907
22933
|
"name": "feature",
|
22908
22934
|
"description": "The feature this entitlement corresponds to.",
|
@@ -23876,6 +23902,26 @@
|
|
23876
23902
|
"isDeprecated": false,
|
23877
23903
|
"deprecationReason": null
|
23878
23904
|
},
|
23905
|
+
{
|
23906
|
+
"name": "enumValues",
|
23907
|
+
"description": "List of enum values applicable to this entitlement, if it is an enum feature.",
|
23908
|
+
"args": [],
|
23909
|
+
"type": {
|
23910
|
+
"kind": "LIST",
|
23911
|
+
"name": null,
|
23912
|
+
"ofType": {
|
23913
|
+
"kind": "NON_NULL",
|
23914
|
+
"name": null,
|
23915
|
+
"ofType": {
|
23916
|
+
"kind": "SCALAR",
|
23917
|
+
"name": "String",
|
23918
|
+
"ofType": null
|
23919
|
+
}
|
23920
|
+
}
|
23921
|
+
},
|
23922
|
+
"isDeprecated": false,
|
23923
|
+
"deprecationReason": null
|
23924
|
+
},
|
23879
23925
|
{
|
23880
23926
|
"name": "feature",
|
23881
23927
|
"description": "The feature this entitlement corresponds to.",
|
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.470.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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|