stigg-api-client 1.12.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e3d421744045ab84ee12c063fcb875d8c2ba46e4e4ebbff0f485f0e7add64bd
4
- data.tar.gz: 30bcd9058baa9be1b77b579727301316e22af89e38ab1ea32d716537d82a718d
3
+ metadata.gz: 4e1d4cb00b6dcdb1db29745b1625f57e6b2eabd934a685a2b01d1334176f5f91
4
+ data.tar.gz: 790a89d87c37365fcee2fe91eb40bb5f8a8b696c10bea1f2bd07a3a268efbf1d
5
5
  SHA512:
6
- metadata.gz: 82893e65d3ac993cb425cd93b076b1ace9996f1fdb76b6d54f75d736684dd493a2a1cfd38b198dca1ddc668deb683a616ff7e0e44dfba9463dc1b87339b9028c
7
- data.tar.gz: f01322c070611979332413ea84c6c72bc0d1a13eaedf9644b79c29caf5a3a19003040ccafbca5da44ac9ddc59a14944fb3162601c2928df833185aa7d49b913a
6
+ metadata.gz: c720ef7ff5ca966a91edcfd6d0f9f2c55400c45d3d6253d3694605ecb80d1f137f4b9639c0da71df73d95ced99f037d48922846206e291fa4244bfdac0082233
7
+ data.tar.gz: 4e37329f32430eb75cef59d26466182c72711e0a63b8af03fd214c31fa27ff3733f530a95640cc53d008dd5fb57c49e5b69924d0f8c9a90063249d22613b22d8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.12.0)
4
+ stigg-api-client (1.14.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -19905,6 +19905,65 @@
19905
19905
  "enumValues": null,
19906
19906
  "possibleTypes": null
19907
19907
  },
19908
+ {
19909
+ "kind": "OBJECT",
19910
+ "name": "EntitlementLimitExceededError",
19911
+ "description": null,
19912
+ "fields": [
19913
+ {
19914
+ "name": "code",
19915
+ "description": null,
19916
+ "args": [],
19917
+ "type": {
19918
+ "kind": "NON_NULL",
19919
+ "name": null,
19920
+ "ofType": {
19921
+ "kind": "SCALAR",
19922
+ "name": "String",
19923
+ "ofType": null
19924
+ }
19925
+ },
19926
+ "isDeprecated": false,
19927
+ "deprecationReason": null
19928
+ },
19929
+ {
19930
+ "name": "feature",
19931
+ "description": null,
19932
+ "args": [],
19933
+ "type": {
19934
+ "kind": "NON_NULL",
19935
+ "name": null,
19936
+ "ofType": {
19937
+ "kind": "SCALAR",
19938
+ "name": "String",
19939
+ "ofType": null
19940
+ }
19941
+ },
19942
+ "isDeprecated": false,
19943
+ "deprecationReason": null
19944
+ },
19945
+ {
19946
+ "name": "isValidationError",
19947
+ "description": null,
19948
+ "args": [],
19949
+ "type": {
19950
+ "kind": "NON_NULL",
19951
+ "name": null,
19952
+ "ofType": {
19953
+ "kind": "SCALAR",
19954
+ "name": "Boolean",
19955
+ "ofType": null
19956
+ }
19957
+ },
19958
+ "isDeprecated": false,
19959
+ "deprecationReason": null
19960
+ }
19961
+ ],
19962
+ "inputFields": null,
19963
+ "interfaces": [],
19964
+ "enumValues": null,
19965
+ "possibleTypes": null
19966
+ },
19908
19967
  {
19909
19968
  "kind": "INPUT_OBJECT",
19910
19969
  "name": "EntitlementOptions",
@@ -21660,6 +21719,12 @@
21660
21719
  "isDeprecated": false,
21661
21720
  "deprecationReason": null
21662
21721
  },
21722
+ {
21723
+ "name": "EntitlementLimitExceededError",
21724
+ "description": null,
21725
+ "isDeprecated": false,
21726
+ "deprecationReason": null
21727
+ },
21663
21728
  {
21664
21729
  "name": "EntitlementsMustBelongToSamePackage",
21665
21730
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.12.0"
4
+ VERSION = "1.14.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: 1.12.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-29 00:00:00.000000000 Z
11
+ date: 2024-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient