stigg-api-client 1.101.0 → 1.102.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: f0a762181e229585043bd695589d0bba3d7dab9c75ca73e7673b2282c0219af9
|
|
4
|
+
data.tar.gz: '09c50ea7216715a104b50c3c3dccaf3e146a6aed7ddee76f18ab2c19fec6c42e'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 797031991962c6efafaca87bfaf1118d48f52b9746ca6e254bb80e8296a3849fc231159d53d290fe853edb127050a7e50f5478b3b88577f19d60e5a9354a4be7
|
|
7
|
+
data.tar.gz: cc0a36e1f9a1b97a1a49f9e624d6e831addabc02eff30cfc3abde6cea5329c0daa93e1df7cb4d50c6842472bd037f845564523f799dae7ada375e03bad6aaec6
|
data/Gemfile.lock
CHANGED
|
@@ -46049,6 +46049,18 @@
|
|
|
46049
46049
|
"isDeprecated": false,
|
|
46050
46050
|
"deprecationReason": null
|
|
46051
46051
|
},
|
|
46052
|
+
{
|
|
46053
|
+
"name": "blockSize",
|
|
46054
|
+
"description": "The number of units per block. Defaults to 1 unit.",
|
|
46055
|
+
"args": [],
|
|
46056
|
+
"type": {
|
|
46057
|
+
"kind": "SCALAR",
|
|
46058
|
+
"name": "Float",
|
|
46059
|
+
"ofType": null
|
|
46060
|
+
},
|
|
46061
|
+
"isDeprecated": false,
|
|
46062
|
+
"deprecationReason": null
|
|
46063
|
+
},
|
|
46052
46064
|
{
|
|
46053
46065
|
"name": "feature",
|
|
46054
46066
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED