stigg-api-client 2.303.1 → 2.303.2

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: 8055ab274d31f74c725e127b319f80c00b90b9624bd99ac80a01aee8337c20c5
4
- data.tar.gz: 94c81b104b3f3dd5605d45403accc54033cfa9a476f36410a52153c2705d27cb
3
+ metadata.gz: 77e87187552b261e9ded9c19a5c6cf432cc0d03dfbe7247d2b2625b869e6587b
4
+ data.tar.gz: fe8819d181df29c166b0d234c05f0aca7ea838f173545feb44751510db8a2330
5
5
  SHA512:
6
- metadata.gz: baad08a09d56e2c7f6630ed7b6ca8a253be099e3128c6ad3164c714076eb1b6482b0cdb2d2d1862ccb90ea7e98a108a36e671b20460118185e80fe05cc6e067e
7
- data.tar.gz: 9e8fcac7594a79770529396b634107ed953b26d610d7280e1c3642a860083abceef85b1b9701c6650185a93a67bae3363eb10226d52e6c377dd0ed11d0973d08
6
+ metadata.gz: 10f63dcf668820bba47906632d7f1d0d79fce12f07d68d47aa2a0d824b16dc118c2adbbec2d3c4fa135a31e4df288231d15d7359e6b77491d0c365694291eb04
7
+ data.tar.gz: 5da8efe22decde90b9ba1485443622fe6f5c162e75d5b1a73cc0bebbff6d94e4b43b2e58170a036b8682998d5b8bfcdcf2119e5408e0a40ab82e78c9e06d947d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.303.1)
4
+ stigg-api-client (2.303.2)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -54907,6 +54907,22 @@
54907
54907
  "name": "PreparedPaymentMethodForm",
54908
54908
  "description": null,
54909
54909
  "fields": [
54910
+ {
54911
+ "name": "integrationId",
54912
+ "description": "The integration id of the payment method",
54913
+ "args": [],
54914
+ "type": {
54915
+ "kind": "NON_NULL",
54916
+ "name": null,
54917
+ "ofType": {
54918
+ "kind": "SCALAR",
54919
+ "name": "String",
54920
+ "ofType": null
54921
+ }
54922
+ },
54923
+ "isDeprecated": false,
54924
+ "deprecationReason": null
54925
+ },
54910
54926
  {
54911
54927
  "name": "paymentMethodForm",
54912
54928
  "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 = "2.303.1"
4
+ VERSION = "2.303.2"
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: 2.303.1
4
+ version: 2.303.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg