stigg-api-client 3.111.0 → 3.113.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: cdced5233237b18daf8673ccf38bfb3b4aa8badfa5e2ee335b597c793592c5b4
4
- data.tar.gz: b75129a08221ee8b2b0fecbe976460a78a463178f04ea713510df6c19b9b73f0
3
+ metadata.gz: 25075713b8404a43b8c30e0848ef75594f00711fa6ecfdd997a9ccb12219d1b7
4
+ data.tar.gz: f1a3aa20e813941ad88863e6799e66dbd5b701b26ba390c79393dc5f8262e15b
5
5
  SHA512:
6
- metadata.gz: 4e5ae456b7966f494a16dae7e809fa034e0e4077666fc64ce8136623a92157f4dd33b77cf74c979a09bc64974d539ac444d55efcc392096ffe6728285bb3ebeb
7
- data.tar.gz: bb2221c90eb76b00f6849d699effdc9a3c7718e6ce3a033f7e52b73c8a8f59a2247331879c980a4e6aabd0e7e35b861c6e9406fa8b2a7eff3ce482ca9ca8ad5f
6
+ metadata.gz: e62cf3a8aafcf5972a3444c9f689f4006e6cb55d9bcfeedaf5c0a8dd611222820293a3718a720d97b9c654052f1d2a13ab143d249bde5a518f8e455c2a229dee
7
+ data.tar.gz: 3b2e79780b28f9758ac308e9d3e065fba4e8a68be9b4aa78494bc44d69aa56fc381b3a59ac5adc4961d5a8e0de959a009dee0c481b5aad3e45b1161a06f8045e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.111.0)
4
+ stigg-api-client (3.113.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -99136,6 +99136,18 @@
99136
99136
  "isDeprecated": false,
99137
99137
  "deprecationReason": null
99138
99138
  },
99139
+ {
99140
+ "name": "invoiceSettlementEnabled",
99141
+ "description": "Whether invoice settlement is enabled",
99142
+ "args": [],
99143
+ "type": {
99144
+ "kind": "SCALAR",
99145
+ "name": "Boolean",
99146
+ "ofType": null
99147
+ },
99148
+ "isDeprecated": false,
99149
+ "deprecationReason": null
99150
+ },
99139
99151
  {
99140
99152
  "name": "paymentGatewayId",
99141
99153
  "description": "The ID of the payment gateway to use",
@@ -99268,6 +99280,18 @@
99268
99280
  "isDeprecated": false,
99269
99281
  "deprecationReason": null
99270
99282
  },
99283
+ {
99284
+ "name": "invoiceSettlementEnabled",
99285
+ "description": "Whether invoice settlement is enabled",
99286
+ "type": {
99287
+ "kind": "SCALAR",
99288
+ "name": "Boolean",
99289
+ "ofType": null
99290
+ },
99291
+ "defaultValue": null,
99292
+ "isDeprecated": false,
99293
+ "deprecationReason": null
99294
+ },
99271
99295
  {
99272
99296
  "name": "paymentGatewayId",
99273
99297
  "description": "The ID of the payment gateway to use",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.111.0"
4
+ VERSION = "3.113.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: 3.111.0
4
+ version: 3.113.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-10-08 00:00:00.000000000 Z
11
+ date: 2025-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient