stigg-api-client 1.12.0 → 1.14.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 +65 -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: 4e1d4cb00b6dcdb1db29745b1625f57e6b2eabd934a685a2b01d1334176f5f91
|
4
|
+
data.tar.gz: 790a89d87c37365fcee2fe91eb40bb5f8a8b696c10bea1f2bd07a3a268efbf1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c720ef7ff5ca966a91edcfd6d0f9f2c55400c45d3d6253d3694605ecb80d1f137f4b9639c0da71df73d95ced99f037d48922846206e291fa4244bfdac0082233
|
7
|
+
data.tar.gz: 4e37329f32430eb75cef59d26466182c72711e0a63b8af03fd214c31fa27ff3733f530a95640cc53d008dd5fb57c49e5b69924d0f8c9a90063249d22613b22d8
|
data/Gemfile.lock
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2024-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|