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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eee42ada16112460bbdf410985c7d3476d12827a5fa833c7dc1acff2cfa77785
4
- data.tar.gz: 595bbce8060a12b7d15c61267e2d57e7b01990ced5031fad206e81461ecc3fa7
3
+ metadata.gz: d2fe733a45535f2563e4b414a9c6bdcf6e64e06908aae8a4dcc178e63b5629cb
4
+ data.tar.gz: e25790e456000432bc43482c40e3c2d381a86fe24a75ab247cb2254c0e81fe0b
5
5
  SHA512:
6
- metadata.gz: 6cd2f81eef0193f74ec1cbd61e2372564b866c0c25bee6f224eebdb9d89738426656ef545fc710460943edbf7cafb9e72ffde4db6eddf5d1254ea9bb23a458cd
7
- data.tar.gz: 47cdb4d3afd9ea90155abf9a5700336fc7254c559feb03f45399e26e129ab361c0933a8e9e6c6bc496224c6fd8817e0cff68e256c84e7eed286ccdfb039f3db7
6
+ metadata.gz: 449fb172eed401a875c5111a4de234e3f0724fae90f476f338000d1792aca3b39be86a75469ff0bbe2bbc0047e716cee15a24b983513a8278083ffc08609738a
7
+ data.tar.gz: 157c05fec9ac4d23e40073234d4c52c7a4fdb452376d792ae3582ee4000e5ba461d7e837f30f43fb46fbe3c78e377855a9cea960832f2c35031f65a5d8a50ded
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.464.0)
4
+ stigg-api-client (2.470.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.464.0"
4
+ VERSION = "2.470.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.464.0
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-14 00:00:00.000000000 Z
11
+ date: 2025-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient