stigg-api-client 2.464.0 → 2.467.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: 3e1f8ba079ffce29d626a6829b2821f408d5b76b284aa335bf27584efbcdcae7
4
+ data.tar.gz: 48c6cc9e35a73576316fd67a89659bda00c3595e9cd178a8c77727098ba97521
5
5
  SHA512:
6
- metadata.gz: 6cd2f81eef0193f74ec1cbd61e2372564b866c0c25bee6f224eebdb9d89738426656ef545fc710460943edbf7cafb9e72ffde4db6eddf5d1254ea9bb23a458cd
7
- data.tar.gz: 47cdb4d3afd9ea90155abf9a5700336fc7254c559feb03f45399e26e129ab361c0933a8e9e6c6bc496224c6fd8817e0cff68e256c84e7eed286ccdfb039f3db7
6
+ metadata.gz: f0e0319ef49a2ed782b28497e1a48147d1da003cf65d33f15d77f3dc3899a68230b0476ef4a123d3bb9483d7bf134330ce0d8da9d44acfe2d25e2ed5de179ad3
7
+ data.tar.gz: a03db078d4499cdc73b36daff214082789ca4847e58207d5e86f00ea53466578f855c0fba36b7882b5088e7f615f35d19deb56f6637ff7f678af470de869207d
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.467.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -22903,6 +22903,26 @@
22903
22903
  "isDeprecated": false,
22904
22904
  "deprecationReason": null
22905
22905
  },
22906
+ {
22907
+ "name": "enumValues",
22908
+ "description": "List of enum values applicable to this entitlement, if it is an enum feature.",
22909
+ "args": [],
22910
+ "type": {
22911
+ "kind": "LIST",
22912
+ "name": null,
22913
+ "ofType": {
22914
+ "kind": "NON_NULL",
22915
+ "name": null,
22916
+ "ofType": {
22917
+ "kind": "SCALAR",
22918
+ "name": "String",
22919
+ "ofType": null
22920
+ }
22921
+ }
22922
+ },
22923
+ "isDeprecated": false,
22924
+ "deprecationReason": null
22925
+ },
22906
22926
  {
22907
22927
  "name": "feature",
22908
22928
  "description": "The feature this entitlement corresponds to.",
@@ -23876,6 +23896,26 @@
23876
23896
  "isDeprecated": false,
23877
23897
  "deprecationReason": null
23878
23898
  },
23899
+ {
23900
+ "name": "enumValues",
23901
+ "description": "List of enum values applicable to this entitlement, if it is an enum feature.",
23902
+ "args": [],
23903
+ "type": {
23904
+ "kind": "LIST",
23905
+ "name": null,
23906
+ "ofType": {
23907
+ "kind": "NON_NULL",
23908
+ "name": null,
23909
+ "ofType": {
23910
+ "kind": "SCALAR",
23911
+ "name": "String",
23912
+ "ofType": null
23913
+ }
23914
+ }
23915
+ },
23916
+ "isDeprecated": false,
23917
+ "deprecationReason": null
23918
+ },
23879
23919
  {
23880
23920
  "name": "feature",
23881
23921
  "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.467.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.467.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg