stigg-api-client 0.508.0 → 0.512.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 +12 -0
- 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: c214f76de49fd21f0322c6cd8b49aed0569c607ed35d402963612c8a94e742b3
|
|
4
|
+
data.tar.gz: 4f8be173fb1615f1eac68425fe3fd7cc922c85b253929c17553e7dd2c73ff57b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec4181cdca728832d5cec14c7cf0cbdf94342052ffa69093ca886cf22c3e8573b762559b80ccadb6d6342589bd2f46f16d8f423d49ae7e8b680cfe55c7b49a7d
|
|
7
|
+
data.tar.gz: 17e4cfec1ddb252831006ec732ba9282f0b0dcedb50b5912fb4df915e8e82011c355222d41e0646d539b70494d4a25e564b1d8a8739da453138b2f53b6dad97b
|
data/Gemfile.lock
CHANGED
|
@@ -52956,6 +52956,18 @@
|
|
|
52956
52956
|
"description": null,
|
|
52957
52957
|
"fields": null,
|
|
52958
52958
|
"inputFields": [
|
|
52959
|
+
{
|
|
52960
|
+
"name": "taxPercentage",
|
|
52961
|
+
"description": null,
|
|
52962
|
+
"type": {
|
|
52963
|
+
"kind": "SCALAR",
|
|
52964
|
+
"name": "Float",
|
|
52965
|
+
"ofType": null
|
|
52966
|
+
},
|
|
52967
|
+
"defaultValue": null,
|
|
52968
|
+
"isDeprecated": false,
|
|
52969
|
+
"deprecationReason": null
|
|
52970
|
+
},
|
|
52959
52971
|
{
|
|
52960
52972
|
"name": "taxRateIds",
|
|
52961
52973
|
"description": null,
|
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: 0.
|
|
4
|
+
version: 0.512.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|