stigg-api-client 1.72.0 → 1.73.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 +36 -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: 58539b66b84159f4ad87af912ce6dd81a91e23f32d82cdbe819cfc41bdf74083
|
|
4
|
+
data.tar.gz: f6f249563a49593ac0956e117efae647f9881186717fa9e266e91be9f5f46084
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a746cb96d035efa211246d984a823d7d10724ef3443a0b40b83ff9f5a4e9d1a4d7539eccaa3d3f7d41651acf5853530b86bad4c941db07a88521b0de53e4dd3a
|
|
7
|
+
data.tar.gz: fe3725de931872967ddd9983ed0105835a9e25e141d622dd71bef56696899d3ff3ac00a415010806121db54348eee411048eacc7cb3e2dd634a76a7963d9cba7
|
data/Gemfile.lock
CHANGED
|
@@ -48482,6 +48482,18 @@
|
|
|
48482
48482
|
"isDeprecated": false,
|
|
48483
48483
|
"deprecationReason": null
|
|
48484
48484
|
},
|
|
48485
|
+
{
|
|
48486
|
+
"name": "blockSize",
|
|
48487
|
+
"description": "The number of units per block. Defaults to 1 unit.",
|
|
48488
|
+
"args": [],
|
|
48489
|
+
"type": {
|
|
48490
|
+
"kind": "SCALAR",
|
|
48491
|
+
"name": "Float",
|
|
48492
|
+
"ofType": null
|
|
48493
|
+
},
|
|
48494
|
+
"isDeprecated": false,
|
|
48495
|
+
"deprecationReason": null
|
|
48496
|
+
},
|
|
48485
48497
|
{
|
|
48486
48498
|
"name": "createdAt",
|
|
48487
48499
|
"description": null,
|
|
@@ -48927,6 +48939,18 @@
|
|
|
48927
48939
|
"isDeprecated": false,
|
|
48928
48940
|
"deprecationReason": null
|
|
48929
48941
|
},
|
|
48942
|
+
{
|
|
48943
|
+
"name": "blockSize",
|
|
48944
|
+
"description": "The number of units per block. Defaults to 1 unit.",
|
|
48945
|
+
"args": [],
|
|
48946
|
+
"type": {
|
|
48947
|
+
"kind": "SCALAR",
|
|
48948
|
+
"name": "Float",
|
|
48949
|
+
"ofType": null
|
|
48950
|
+
},
|
|
48951
|
+
"isDeprecated": false,
|
|
48952
|
+
"deprecationReason": null
|
|
48953
|
+
},
|
|
48930
48954
|
{
|
|
48931
48955
|
"name": "createdAt",
|
|
48932
48956
|
"description": null,
|
|
@@ -49920,6 +49944,18 @@
|
|
|
49920
49944
|
"isDeprecated": false,
|
|
49921
49945
|
"deprecationReason": null
|
|
49922
49946
|
},
|
|
49947
|
+
{
|
|
49948
|
+
"name": "blockSize",
|
|
49949
|
+
"description": "The number of units per block. Defaults to 1 unit.",
|
|
49950
|
+
"type": {
|
|
49951
|
+
"kind": "SCALAR",
|
|
49952
|
+
"name": "Float",
|
|
49953
|
+
"ofType": null
|
|
49954
|
+
},
|
|
49955
|
+
"defaultValue": null,
|
|
49956
|
+
"isDeprecated": false,
|
|
49957
|
+
"deprecationReason": null
|
|
49958
|
+
},
|
|
49923
49959
|
{
|
|
49924
49960
|
"name": "price",
|
|
49925
49961
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED