stigg-api-client 0.523.0 → 0.524.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 +16 -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: dd60cc365a65a0f32e3a5e0dcc8c8381db66287806b1138267a176858e36abf3
|
|
4
|
+
data.tar.gz: dd936e7dcdac5c5f87cbb1b19a4295f013c00872081194cece0f1b9ef65217c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4868c5a6337dc39ed031405cc9453e631b32ee6b43502aa332f5b623fff57eb4957b47292260182997c33fc8abaddb02460440684909c14fe259618347195953
|
|
7
|
+
data.tar.gz: 6b4f9ddc9be531ee8a51a1999bcda066209573a7e0efbdc7f9de8a40ed92fb2d49cbaa69d43be468ed2373e3d0287babc33ef7260e230cac55f9ec0c71f2d8c0
|
data/Gemfile.lock
CHANGED
|
@@ -55746,6 +55746,22 @@
|
|
|
55746
55746
|
"isDeprecated": false,
|
|
55747
55747
|
"deprecationReason": null
|
|
55748
55748
|
},
|
|
55749
|
+
{
|
|
55750
|
+
"name": "requiresAction",
|
|
55751
|
+
"description": null,
|
|
55752
|
+
"args": [],
|
|
55753
|
+
"type": {
|
|
55754
|
+
"kind": "NON_NULL",
|
|
55755
|
+
"name": null,
|
|
55756
|
+
"ofType": {
|
|
55757
|
+
"kind": "SCALAR",
|
|
55758
|
+
"name": "Boolean",
|
|
55759
|
+
"ofType": null
|
|
55760
|
+
}
|
|
55761
|
+
},
|
|
55762
|
+
"isDeprecated": false,
|
|
55763
|
+
"deprecationReason": null
|
|
55764
|
+
},
|
|
55749
55765
|
{
|
|
55750
55766
|
"name": "status",
|
|
55751
55767
|
"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: 0.
|
|
4
|
+
version: 0.524.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|