stigg-api-client 1.139.2 → 1.141.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 +15 -7
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f6ee9c74b35670f82589614029f181c3ae7a7b362a9df5f95a15d4a2171add4
|
|
4
|
+
data.tar.gz: ddd6b5a5a3520543624655178b0c2e112f3ce92d55855d14b4e3ff596be3ba02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e360325aedacc899ab8d8c3d06c18eee4526757d8826922b622beb82a5fb5f64755d81a3f13e2b279639de5490c49c8c7f0f0aa5df43a1df297dd6c583df7f43
|
|
7
|
+
data.tar.gz: ae9f4d847d85f767eaf70a9f36a25c0185709bec480a871351c56f85b9b10f8cddc8127ab6082a48996f163fd54b2b34838cb2af7759f3729a29a913763e16bc
|
data/Gemfile.lock
CHANGED
|
@@ -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": "
|
|
52030
|
-
"name":
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2024-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|