stigg-api-client 2.205.3 → 2.205.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e452a4b511fc97285420bc496a6876d3f6b11e56092b302bd99ff57f90d40d95
4
- data.tar.gz: b70045447185cbd2df14f561e10fba7d959bb7807e7505e96ff2bb0420d20a44
3
+ metadata.gz: d6de2c81273933275ac0bae4286b82aaec08394c7a22f491a7b03db102dbb1bd
4
+ data.tar.gz: cadb0df8d0c4a5f61cd2ebc6894ab1c31cf779337b534805e17192c57acf3fa1
5
5
  SHA512:
6
- metadata.gz: 1d407e549d4865a68206e5f7299ba0dae0df5f47a3b5638a1b76466c6c9c0cce78741b935ace91507d9e2f279542f0581558f5ff449695997647d7646f8914f7
7
- data.tar.gz: e6aef64462db7359c953e6aa79bed632ac5eb75b529e330013597b76c82d6763b4eea667ffe973ac5c79a3393ece45a84d0a2a7ed0bb7f7323f112431f066157
6
+ metadata.gz: 8d82dc271413831f0a0921b64931a4354c8e45058259348a8e302ebf124624f6aa8a10dd3f1f54ac55a4738ee9a32c84db21ae4b003bf126bdc467e7096df03b
7
+ data.tar.gz: ee06b594da310d50faed9b78e71e13c9cba894ff55d3a61b38fc95ba00c08f53c6e264ff3a25b2781d3ab51ee6e5a5eae96003fde586adc986e3a658e1af0253
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.205.3)
4
+ stigg-api-client (2.205.6)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1122,6 +1122,7 @@ module Stigg
1122
1122
  fragment CustomerPortalSubscriptionPriceFragment on CustomerPortalSubscriptionPrice {
1123
1123
  billingPeriod
1124
1124
  billingModel
1125
+ blockSize
1125
1126
  price {
1126
1127
  amount
1127
1128
  currency
@@ -14802,6 +14802,18 @@
14802
14802
  "isDeprecated": false,
14803
14803
  "deprecationReason": null
14804
14804
  },
14805
+ {
14806
+ "name": "blockSize",
14807
+ "description": "The number of units per block",
14808
+ "args": [],
14809
+ "type": {
14810
+ "kind": "SCALAR",
14811
+ "name": "Float",
14812
+ "ofType": null
14813
+ },
14814
+ "isDeprecated": false,
14815
+ "deprecationReason": null
14816
+ },
14805
14817
  {
14806
14818
  "name": "feature",
14807
14819
  "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 = "2.205.3"
4
+ VERSION = "2.205.6"
5
5
  end
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: 2.205.3
4
+ version: 2.205.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-27 00:00:00.000000000 Z
11
+ date: 2024-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient