stigg-api-client 3.107.0 → 3.108.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: 19628d711391b1b158f4571980569ab9c681a638c0ad3e3fb446fa515a1f65a8
4
- data.tar.gz: 05f57ff223f6a9f2be2d482187c1cbd76c92986e2cc3cfa5f7e8734c09503f78
3
+ metadata.gz: c6d98359b5863f407b50cacf15ce73e37afcacb3b26c2b7667622d071b1b9a8e
4
+ data.tar.gz: 47708c952d53005b3e59bf55c01124ffd4030d47fa013c1bdf20ea289c1135e7
5
5
  SHA512:
6
- metadata.gz: c917dfc1ed7fa748f86f1e3276b2b9fbc37c60021acbc359ba959466cf966e588c82cccd2596e747fdcccee7a2a3ffbced559ba6af687c5070b96db9e82f1acc
7
- data.tar.gz: 4c922e3fa220667f6e59d23e13fb6101f261afde1c11a835d4847f2ea8d297b29dae100f293df2fe68e55efeb9c57526a897deb9a4ab5b218495ae9281261840
6
+ metadata.gz: e81469817a9a1163dcfb86e3051b779405d2ebcede6072cf1371f7e860a8ed5a1d2751111480cd902ca875e0b65bd9cdbd26065423025703b410abb6dec07331
7
+ data.tar.gz: '0874c5f441b766cda0f372bc1773428bc84d2480bb16c38d24e317bf3fda38f0790710bb77907f82b4b44948e9bab63df42f215ac96c0a4ecfc2895f1c34e1be'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.107.0)
4
+ stigg-api-client (3.108.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -2212,6 +2212,15 @@ module Stigg
2212
2212
  }
2213
2213
  #{Fragment::PaymentSessionFragment}
2214
2214
  GRAPHQL
2215
+
2216
+ VoidCreditGrant = <<~GRAPHQL
2217
+ mutation VoidCreditGrant($input: VoidCreditGrantInput!) {
2218
+ voidCreditGrant(input: $input) {
2219
+ ...CreditGrantFragment
2220
+ }
2221
+ }
2222
+ #{Fragment::CreditGrantFragment}
2223
+ GRAPHQL
2215
2224
  end
2216
2225
 
2217
2226
  module Query
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.107.0"
4
+ VERSION = "3.108.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: 3.107.0
4
+ version: 3.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg