stigg-api-client 0.493.0 → 0.499.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 +26 -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: 4171fc13e2f4c24f0f95d693085ce53ca4d4f937508d933911178f661226baf2
|
|
4
|
+
data.tar.gz: e6862fbf351b5bf4ed070cdb4780b5df5e71aea5723b6833eb58b22f1d85d9ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c30317f0aa16e200f625ba84e8bb9c8897223b3834ceb430ad139c3ba73e8d1353319b81b7b5aa61ed6c296d91211542f388db3924a77ddeb579ff64e5e3c48
|
|
7
|
+
data.tar.gz: 46aaca9c8b4400baa54d9a6728f4ab92ade49e456679014eb254711973489fdcbd010456dcddfd003769278607a8377a2c5b89879f7e2b2d8b6af8e325f6d867
|
data/Gemfile.lock
CHANGED
|
@@ -24296,6 +24296,26 @@
|
|
|
24296
24296
|
"defaultValue": null,
|
|
24297
24297
|
"isDeprecated": false,
|
|
24298
24298
|
"deprecationReason": null
|
|
24299
|
+
},
|
|
24300
|
+
{
|
|
24301
|
+
"name": "resourceIds",
|
|
24302
|
+
"description": null,
|
|
24303
|
+
"type": {
|
|
24304
|
+
"kind": "LIST",
|
|
24305
|
+
"name": null,
|
|
24306
|
+
"ofType": {
|
|
24307
|
+
"kind": "NON_NULL",
|
|
24308
|
+
"name": null,
|
|
24309
|
+
"ofType": {
|
|
24310
|
+
"kind": "SCALAR",
|
|
24311
|
+
"name": "String",
|
|
24312
|
+
"ofType": null
|
|
24313
|
+
}
|
|
24314
|
+
}
|
|
24315
|
+
},
|
|
24316
|
+
"defaultValue": null,
|
|
24317
|
+
"isDeprecated": false,
|
|
24318
|
+
"deprecationReason": null
|
|
24299
24319
|
}
|
|
24300
24320
|
],
|
|
24301
24321
|
"interfaces": null,
|
|
@@ -50172,6 +50192,12 @@
|
|
|
50172
50192
|
"description": null,
|
|
50173
50193
|
"isDeprecated": false,
|
|
50174
50194
|
"deprecationReason": null
|
|
50195
|
+
},
|
|
50196
|
+
{
|
|
50197
|
+
"name": "PERSISTENT_CACHE_SERVICE",
|
|
50198
|
+
"description": null,
|
|
50199
|
+
"isDeprecated": false,
|
|
50200
|
+
"deprecationReason": null
|
|
50175
50201
|
}
|
|
50176
50202
|
],
|
|
50177
50203
|
"possibleTypes": 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.499.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-07-
|
|
11
|
+
date: 2023-07-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|