stigg-api-client 0.508.0 → 0.512.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: d6282f83021cb4474be965c1ca5c34ab40b4f8614aad79b44c4b3c2b4a6747b5
4
- data.tar.gz: f9372bf22fb784f0eee7cb58eb3b221468789f370cbf5fb88b345288a0996d1d
3
+ metadata.gz: c214f76de49fd21f0322c6cd8b49aed0569c607ed35d402963612c8a94e742b3
4
+ data.tar.gz: 4f8be173fb1615f1eac68425fe3fd7cc922c85b253929c17553e7dd2c73ff57b
5
5
  SHA512:
6
- metadata.gz: 3d12bd3ce18d47695b52a51f46cace14eaa65cff988e7cc1f6a8c7d470c8d78237cad150a443ed79e435d23ed2afb4b74df1eb2e3bd90232dcf777507e7c50b3
7
- data.tar.gz: 6d95c1caa131a9911b65347978b7a9065e0c4c9814926f6e75e8c5ebdab03e00ad8c2675a7f0b4b029c2d29c184675c080bf884b14e2dabcae3aa6a184ec05da
6
+ metadata.gz: ec4181cdca728832d5cec14c7cf0cbdf94342052ffa69093ca886cf22c3e8573b762559b80ccadb6d6342589bd2f46f16d8f423d49ae7e8b680cfe55c7b49a7d
7
+ data.tar.gz: 17e4cfec1ddb252831006ec732ba9282f0b0dcedb50b5912fb4df915e8e82011c355222d41e0646d539b70494d4a25e564b1d8a8739da453138b2f53b6dad97b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.508.0)
4
+ stigg-api-client (0.512.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.508.0"
4
+ VERSION = "0.512.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: 0.508.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-27 00:00:00.000000000 Z
11
+ date: 2023-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient