stigg-api-client 5.87.1 → 5.94.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b324befc77ada2cd3b15ae8efcdca75de0309203617ec54b14bb4d5f793183dc
4
- data.tar.gz: b8176fd0f31c5a559ef3bea7741407c7b4b44a4df503afa449e5599e3bf6522c
3
+ metadata.gz: ad63f2603e53cfb5e12a4343d5b2b7f96a3a11bfde2e5d4114754cb1bf8696fe
4
+ data.tar.gz: d0f975c85a903786d2bf92f2ee42289e33042ba002521a3dfa53dd34bd214593
5
5
  SHA512:
6
- metadata.gz: 95b44fc23190ce455c872a13893280ded9ec5d51121b16aa0d3a02598b08fa54934376259e41928323a02eb67ce9b7519bd73bbc785ebf965c0c59ed46da9699
7
- data.tar.gz: 93b85895e13420cf6aa6c03f19d98be5d456a17527dc2e0739126544ed93d1a30b4b9f804d3d2af69d6b602def902e222b55a89f4996e27b318e8e4c099b9ae8
6
+ metadata.gz: 4d341973b94480a521deaea74f99bb16cd92729fc32f5fc3507b79490dbf6eea1a84033a03b9f8115ebb1120c8801a88616d31e7a3602db34f51856c3b8b85cc
7
+ data.tar.gz: e54aae05c55225cb746e51039911e0e7b8cb5faa0415f530e6afdfc7951451bdd3525550a2f5192c01907eb6fee04cd4697b3f84bb8376c5fa3f28590e5d2164
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.87.1)
4
+ stigg-api-client (5.94.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -31350,6 +31350,12 @@
31350
31350
  "isDeprecated": false,
31351
31351
  "deprecationReason": null
31352
31352
  },
31353
+ {
31354
+ "name": "InvalidTaxId",
31355
+ "description": null,
31356
+ "isDeprecated": false,
31357
+ "deprecationReason": null
31358
+ },
31353
31359
  {
31354
31360
  "name": "InvalidUpdatePriceUnitAmountError",
31355
31361
  "description": null,
@@ -33583,6 +33589,18 @@
33583
33589
  "defaultValue": null,
33584
33590
  "isDeprecated": false,
33585
33591
  "deprecationReason": null
33592
+ },
33593
+ {
33594
+ "name": "like",
33595
+ "description": null,
33596
+ "type": {
33597
+ "kind": "SCALAR",
33598
+ "name": "String",
33599
+ "ofType": null
33600
+ },
33601
+ "defaultValue": null,
33602
+ "isDeprecated": false,
33603
+ "deprecationReason": null
33586
33604
  }
33587
33605
  ],
33588
33606
  "interfaces": null,
@@ -84662,6 +84680,26 @@
84662
84680
  "isDeprecated": false,
84663
84681
  "deprecationReason": null
84664
84682
  },
84683
+ {
84684
+ "name": "taxIds",
84685
+ "description": "Customer’s tax identification number",
84686
+ "type": {
84687
+ "kind": "LIST",
84688
+ "name": null,
84689
+ "ofType": {
84690
+ "kind": "NON_NULL",
84691
+ "name": null,
84692
+ "ofType": {
84693
+ "kind": "INPUT_OBJECT",
84694
+ "name": "TaxExempt",
84695
+ "ofType": null
84696
+ }
84697
+ }
84698
+ },
84699
+ "defaultValue": null,
84700
+ "isDeprecated": false,
84701
+ "deprecationReason": null
84702
+ },
84665
84703
  {
84666
84704
  "name": "taxPercentage",
84667
84705
  "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 = "5.87.1"
4
+ VERSION = "5.94.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.87.1
4
+ version: 5.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg