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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb84ce40322a0108f07dd7cb8996e711c9ae23bc737297ecd99805429fc64542
4
- data.tar.gz: ad37ec262d4907f1fa5efbf7bf1bdb7e7296a24f74b36327d0c540d5bec74a84
3
+ metadata.gz: 6a1cf9b6effcb80e57d27925814eb08b0b331ddb6137f0fcd53d92860280c0db
4
+ data.tar.gz: 8877fdb0672977fac9bc1dc238ab51e67a52227e295a5e9cf562a11c25711bd1
5
5
  SHA512:
6
- metadata.gz: edda1a6f207d148e84896081775cdb83c926a3635b086af9e54f5941a8035f8509c4f27edbc21f0b11519c887c5795f90721ee11570738904dcb6ab9bd80d132
7
- data.tar.gz: 3a31c0ef3bde1fc3ebe2e7ee46f1fcf70106aa3de7815e6f8ba1dbd2b25289dd807fa3f15fb69dc491803cfec9775a45aab38bafa990171981569b3019e2c4e4
6
+ metadata.gz: d44c12ece84b8c4f093151340cf08030da59ad260ccb6381f7fb2eec09b3c8c01307cac7afc18140e8671e59234cc9f71ff145234e0a08bd51ce05b1a356fc70
7
+ data.tar.gz: 533d05696079ac64523c1f841f7941fa6c675209d6a89d171d042ffb8f2cf1ec2e7ad74cd7cec45e15737064a529c82ec7307241ab3f085cb70969a3a063d671
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.475.1)
4
+ stigg-api-client (2.478.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.475.1"
4
+ VERSION = "2.478.0"
5
5
  end
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.475.1
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-17 00:00:00.000000000 Z
11
+ date: 2025-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient