stigg-api-client 0.671.1 → 0.677.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 +12 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9098bc8959ec05f37b91d98f7f581eaa56badb90483d082e3a973d06c3d8abb
|
|
4
|
+
data.tar.gz: 0cd7497ed572cf142d2dfcd0e1a856410f98b17aee2aaa233b5198ba5baeb7c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4911a1e4a664f23e57bb53d0c096e8953299de3c76591ccbc2e681b1a44e2da0b66fed3f05d9acc69d987f810ba201eb8c0a906003b116f6ac77c9278bd47ea
|
|
7
|
+
data.tar.gz: 9d51bb536123ab0e341f26b84fb2b3244d677de5c572c805130c310addd963d4c70f093b9f2a668e20ceeddec8b1084064d412395ea6685e39805c91ca1d2a5c
|
data/Gemfile.lock
CHANGED
|
@@ -57105,6 +57105,18 @@
|
|
|
57105
57105
|
"isDeprecated": false,
|
|
57106
57106
|
"deprecationReason": null
|
|
57107
57107
|
},
|
|
57108
|
+
{
|
|
57109
|
+
"name": "isBackdated",
|
|
57110
|
+
"description": null,
|
|
57111
|
+
"type": {
|
|
57112
|
+
"kind": "SCALAR",
|
|
57113
|
+
"name": "Boolean",
|
|
57114
|
+
"ofType": null
|
|
57115
|
+
},
|
|
57116
|
+
"defaultValue": "false",
|
|
57117
|
+
"isDeprecated": false,
|
|
57118
|
+
"deprecationReason": null
|
|
57119
|
+
},
|
|
57108
57120
|
{
|
|
57109
57121
|
"name": "metadata",
|
|
57110
57122
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED