stigg-api-client 5.84.0 → 5.89.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: 47aec27e1a2b98df78349e4009860cb4024d5d8c8ea4372b5b6cefee2f721d99
4
- data.tar.gz: bd65f3b6b095748173e6b66aa262f139242cf69fd6f9c3894bb703256177b7c3
3
+ metadata.gz: fa26c4e8cb368bd70b5939bf78da41469ed503853f0d6adc59229b26de98c438
4
+ data.tar.gz: 0d53660ae96911a12003383c63a34e03902a4499630be935908b3e2cd74d4757
5
5
  SHA512:
6
- metadata.gz: 9818da91ee89b9fd37de92ec55e7f87d98e4c7c1716eeb609753b66f6e4c681d1dc321a13b7f98cbdd4396e1fdaa9223ba6681f9375245ebfd1552b36b114356
7
- data.tar.gz: c3bbfd8304851afb88796b87e6cb4e01c528b042e5418dcfb05e6e3fa51a295411016459175dfc63113e244e98ff218eb6959f96e14f7156da1db595dea73c03
6
+ metadata.gz: c5cde782cf9ab3a8a213e3496cd31d27e82e7b1273042e9dabf239c2b10704098c47d729a26fa1cbc7a8f8ef58e26ccdb66cc8e262155828a68da938f1232df7
7
+ data.tar.gz: 53caf11681c697160128a0e7ea1bdfab6146a358e65d68733eb7056c2972c84576b4d70adc064d7115359a3c06727e5d7ba0ec02face6a35be858aced76d2688
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.84.0)
4
+ stigg-api-client (5.89.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,
@@ -33228,13 +33234,9 @@
33228
33234
  "name": "environmentId",
33229
33235
  "description": null,
33230
33236
  "type": {
33231
- "kind": "NON_NULL",
33232
- "name": null,
33233
- "ofType": {
33234
- "kind": "INPUT_OBJECT",
33235
- "name": "EventLogEnvironmentIdFilterComparison",
33236
- "ofType": null
33237
- }
33237
+ "kind": "INPUT_OBJECT",
33238
+ "name": "EventLogEnvironmentIdFilterComparison",
33239
+ "ofType": null
33238
33240
  },
33239
33241
  "defaultValue": null,
33240
33242
  "isDeprecated": false,
@@ -77234,15 +77236,11 @@
77234
77236
  "name": "filter",
77235
77237
  "description": "Specify to filter the records returned.",
77236
77238
  "type": {
77237
- "kind": "NON_NULL",
77238
- "name": null,
77239
- "ofType": {
77240
- "kind": "INPUT_OBJECT",
77241
- "name": "EventLogFilter",
77242
- "ofType": null
77243
- }
77239
+ "kind": "INPUT_OBJECT",
77240
+ "name": "EventLogFilter",
77241
+ "ofType": null
77244
77242
  },
77245
- "defaultValue": null,
77243
+ "defaultValue": "{}",
77246
77244
  "isDeprecated": false,
77247
77245
  "deprecationReason": null
77248
77246
  },
@@ -84670,6 +84668,26 @@
84670
84668
  "isDeprecated": false,
84671
84669
  "deprecationReason": null
84672
84670
  },
84671
+ {
84672
+ "name": "taxIds",
84673
+ "description": "Tax IDs for the invoice.",
84674
+ "type": {
84675
+ "kind": "LIST",
84676
+ "name": null,
84677
+ "ofType": {
84678
+ "kind": "NON_NULL",
84679
+ "name": null,
84680
+ "ofType": {
84681
+ "kind": "INPUT_OBJECT",
84682
+ "name": "TaxExempt",
84683
+ "ofType": null
84684
+ }
84685
+ }
84686
+ },
84687
+ "defaultValue": null,
84688
+ "isDeprecated": false,
84689
+ "deprecationReason": null
84690
+ },
84673
84691
  {
84674
84692
  "name": "taxPercentage",
84675
84693
  "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.84.0"
4
+ VERSION = "5.89.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: 5.84.0
4
+ version: 5.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-12-21 00:00:00.000000000 Z
11
+ date: 2025-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient