stigg-api-client 1.139.2 → 1.141.0

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: 2fffe255a1fae2a4cc105bcdf1036a195af25cc360208f201df0774b5981bb8c
4
- data.tar.gz: 0f8baf748637521ab0617f0e55aa72965303bed161c16e7aa500607744408ff4
3
+ metadata.gz: 2f6ee9c74b35670f82589614029f181c3ae7a7b362a9df5f95a15d4a2171add4
4
+ data.tar.gz: ddd6b5a5a3520543624655178b0c2e112f3ce92d55855d14b4e3ff596be3ba02
5
5
  SHA512:
6
- metadata.gz: 0c59b1985b0984821e7b0985e7cb031d3c676a26bab1c198c1c2be7b4dfb0d114b2a8d86796b0325ede22254335293c1d41a113960830bb6729ddb9e6ddca4dd
7
- data.tar.gz: bd19036fc662c75d2dec5f373b052dba7445dffc22ceb744891f261b8b9d3fdc9131c4b3cd67b5283bf6c6b1236922e29dc56a926e0cc599064d9a5f103caf10
6
+ metadata.gz: e360325aedacc899ab8d8c3d06c18eee4526757d8826922b622beb82a5fb5f64755d81a3f13e2b279639de5490c49c8c7f0f0aa5df43a1df297dd6c583df7f43
7
+ data.tar.gz: ae9f4d847d85f767eaf70a9f36a25c0185709bec480a871351c56f85b9b10f8cddc8127ab6082a48996f163fd54b2b34838cb2af7759f3729a29a913763e16bc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.139.2)
4
+ stigg-api-client (1.141.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -52010,6 +52010,18 @@
52010
52010
  "description": null,
52011
52011
  "fields": null,
52012
52012
  "inputFields": [
52013
+ {
52014
+ "name": "baseCharge",
52015
+ "description": "Whether the price is a base charge",
52016
+ "type": {
52017
+ "kind": "SCALAR",
52018
+ "name": "Boolean",
52019
+ "ofType": null
52020
+ },
52021
+ "defaultValue": null,
52022
+ "isDeprecated": false,
52023
+ "deprecationReason": null
52024
+ },
52013
52025
  {
52014
52026
  "name": "blockSize",
52015
52027
  "description": "The number of units per block. Defaults to 1 unit.",
@@ -52026,13 +52038,9 @@
52026
52038
  "name": "featureId",
52027
52039
  "description": "The corresponding feature id of the price",
52028
52040
  "type": {
52029
- "kind": "NON_NULL",
52030
- "name": null,
52031
- "ofType": {
52032
- "kind": "SCALAR",
52033
- "name": "String",
52034
- "ofType": null
52035
- }
52041
+ "kind": "SCALAR",
52042
+ "name": "String",
52043
+ "ofType": null
52036
52044
  },
52037
52045
  "defaultValue": null,
52038
52046
  "isDeprecated": false,
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.139.2"
4
+ VERSION = "1.141.0"
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: 1.139.2
4
+ version: 1.141.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-16 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient