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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8fb3a29a1a79cfd0b5a00fdd85a8698f41a5a89095fd769226b3c0f1e8f4a97
4
- data.tar.gz: f4f4dabe05a824a9a805125f02222ee7f0edd0252ed453047a31e244f6e56648
3
+ metadata.gz: 58539b66b84159f4ad87af912ce6dd81a91e23f32d82cdbe819cfc41bdf74083
4
+ data.tar.gz: f6f249563a49593ac0956e117efae647f9881186717fa9e266e91be9f5f46084
5
5
  SHA512:
6
- metadata.gz: ce69faa303c844fedac038827a4aa66f3e8a1f306398d321e375a791c71515504d2204ef2055186995873ddc49764de8e69ab32d00656114f313663adadd1a12
7
- data.tar.gz: 54a0e3725cd1deec90dd56cb9fd282c9c51d6ffb8a414cb9af22ef833ee2aea8a48e762cc2c4bceb7f679586c4c2e059552f08821839851e1d0cd036bf8c9330
6
+ metadata.gz: a746cb96d035efa211246d984a823d7d10724ef3443a0b40b83ff9f5a4e9d1a4d7539eccaa3d3f7d41651acf5853530b86bad4c941db07a88521b0de53e4dd3a
7
+ data.tar.gz: fe3725de931872967ddd9983ed0105835a9e25e141d622dd71bef56696899d3ff3ac00a415010806121db54348eee411048eacc7cb3e2dd634a76a7963d9cba7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.72.0)
4
+ stigg-api-client (1.73.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.72.0"
4
+ VERSION = "1.73.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg