stigg-api-client 0.714.0 → 0.715.4
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 +12 -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: '024129b74a3978c790c72230b181b54a6821f082ea2370191d98b791bb9258a1'
|
4
|
+
data.tar.gz: 1416b86be10ab548aa80f1f5eaaa53cec529387716d530dd8a8cafa9c95f98e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7d88fb154279a9adb8a07898a5d74bf3034dae1930ca90cae394e280f38b5c19e6185e1b3d0d5dfdaab51f7013a36b11295ea4ae57a1708c1ede1c7c52b96a7
|
7
|
+
data.tar.gz: 7f6ba10c8e32a12b63e967b2206ec66a666e975c00b08ba51b7627adb79ab26319d8decbc2944a032a365f0c2c3a455f6a92fc2b329a9d661c8b12424dfaad44
|
data/Gemfile.lock
CHANGED
@@ -67574,6 +67574,18 @@
|
|
67574
67574
|
"isDeprecated": false,
|
67575
67575
|
"deprecationReason": null
|
67576
67576
|
},
|
67577
|
+
{
|
67578
|
+
"name": "resourceId",
|
67579
|
+
"description": null,
|
67580
|
+
"args": [],
|
67581
|
+
"type": {
|
67582
|
+
"kind": "SCALAR",
|
67583
|
+
"name": "String",
|
67584
|
+
"ofType": null
|
67585
|
+
},
|
67586
|
+
"isDeprecated": false,
|
67587
|
+
"deprecationReason": null
|
67588
|
+
},
|
67577
67589
|
{
|
67578
67590
|
"name": "timestamp",
|
67579
67591
|
"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.715.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|