stigg-api-client 2.475.1 → 2.478.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 +48 -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: 6a1cf9b6effcb80e57d27925814eb08b0b331ddb6137f0fcd53d92860280c0db
|
4
|
+
data.tar.gz: 8877fdb0672977fac9bc1dc238ab51e67a52227e295a5e9cf562a11c25711bd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d44c12ece84b8c4f093151340cf08030da59ad260ccb6381f7fb2eec09b3c8c01307cac7afc18140e8671e59234cc9f71ff145234e0a08bd51ce05b1a356fc70
|
7
|
+
data.tar.gz: 533d05696079ac64523c1f841f7941fa6c675209d6a89d171d042ffb8f2cf1ec2e7ad74cd7cec45e15737064a529c82ec7307241ab3f085cb70969a3a063d671
|
data/Gemfile.lock
CHANGED
@@ -48622,6 +48622,30 @@
|
|
48622
48622
|
"isDeprecated": false,
|
48623
48623
|
"deprecationReason": null
|
48624
48624
|
},
|
48625
|
+
{
|
48626
|
+
"name": "featureGroup",
|
48627
|
+
"description": "Primary feature group (first in the array) associated with this entitlement",
|
48628
|
+
"args": [],
|
48629
|
+
"type": {
|
48630
|
+
"kind": "OBJECT",
|
48631
|
+
"name": "FeatureGroup",
|
48632
|
+
"ofType": null
|
48633
|
+
},
|
48634
|
+
"isDeprecated": false,
|
48635
|
+
"deprecationReason": null
|
48636
|
+
},
|
48637
|
+
{
|
48638
|
+
"name": "featureGroupId",
|
48639
|
+
"description": "Primary feature group ID (first in the array) associated with this entitlement",
|
48640
|
+
"args": [],
|
48641
|
+
"type": {
|
48642
|
+
"kind": "SCALAR",
|
48643
|
+
"name": "String",
|
48644
|
+
"ofType": null
|
48645
|
+
},
|
48646
|
+
"isDeprecated": false,
|
48647
|
+
"deprecationReason": null
|
48648
|
+
},
|
48625
48649
|
{
|
48626
48650
|
"name": "featureId",
|
48627
48651
|
"description": "The unique identifier of the entitlement feature",
|
@@ -49157,6 +49181,30 @@
|
|
49157
49181
|
"isDeprecated": false,
|
49158
49182
|
"deprecationReason": null
|
49159
49183
|
},
|
49184
|
+
{
|
49185
|
+
"name": "featureGroup",
|
49186
|
+
"description": "Primary feature group (first in the array) associated with this entitlement",
|
49187
|
+
"args": [],
|
49188
|
+
"type": {
|
49189
|
+
"kind": "OBJECT",
|
49190
|
+
"name": "FeatureGroup",
|
49191
|
+
"ofType": null
|
49192
|
+
},
|
49193
|
+
"isDeprecated": false,
|
49194
|
+
"deprecationReason": null
|
49195
|
+
},
|
49196
|
+
{
|
49197
|
+
"name": "featureGroupId",
|
49198
|
+
"description": "Primary feature group ID (first in the array) associated with this entitlement",
|
49199
|
+
"args": [],
|
49200
|
+
"type": {
|
49201
|
+
"kind": "SCALAR",
|
49202
|
+
"name": "String",
|
49203
|
+
"ofType": null
|
49204
|
+
},
|
49205
|
+
"isDeprecated": false,
|
49206
|
+
"deprecationReason": null
|
49207
|
+
},
|
49160
49208
|
{
|
49161
49209
|
"name": "featureId",
|
49162
49210
|
"description": "The unique identifier of the entitlement feature",
|
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.478.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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|