stigg-api-client 2.302.0 → 2.303.1

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: aad99b8df51e1e9f0f1d1017ee33143184303a0dc63b3cd2b0492816d6b538f9
4
- data.tar.gz: 7dbe8e75456b3bf8f320ef09224c753e5fb06e78814156beb990b521dc3d7596
3
+ metadata.gz: 8055ab274d31f74c725e127b319f80c00b90b9624bd99ac80a01aee8337c20c5
4
+ data.tar.gz: 94c81b104b3f3dd5605d45403accc54033cfa9a476f36410a52153c2705d27cb
5
5
  SHA512:
6
- metadata.gz: abc90658af402dd0e39997c5d68f16ad4e04db23c1eaae1458393544460ba1a416c58ef0aae81aa2611a939616fa4b11dcf9f772755be6034e3a968980d467af
7
- data.tar.gz: 8aef73ae27a4cf58df3e349bd1abd00941685579a801426bbca4949de77d0c616bf81219f512e8950b7187b8c4ec99ff5dd4b08f340e963aa8ca0f9c094cbce5
6
+ metadata.gz: baad08a09d56e2c7f6630ed7b6ca8a253be099e3128c6ad3164c714076eb1b6482b0cdb2d2d1862ccb90ea7e98a108a36e671b20460118185e80fe05cc6e067e
7
+ data.tar.gz: 9e8fcac7594a79770529396b634107ed953b26d610d7280e1c3642a860083abceef85b1b9701c6650185a93a67bae3363eb10226d52e6c377dd0ed11d0973d08
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.302.0)
4
+ stigg-api-client (2.303.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -85618,6 +85618,18 @@
85618
85618
  "isDeprecated": false,
85619
85619
  "deprecationReason": null
85620
85620
  },
85621
+ {
85622
+ "name": "paymentPageId",
85623
+ "description": null,
85624
+ "args": [],
85625
+ "type": {
85626
+ "kind": "SCALAR",
85627
+ "name": "String",
85628
+ "ofType": null
85629
+ },
85630
+ "isDeprecated": false,
85631
+ "deprecationReason": null
85632
+ },
85621
85633
  {
85622
85634
  "name": "stripePublishableKey",
85623
85635
  "description": null,
@@ -85641,6 +85653,18 @@
85641
85653
  },
85642
85654
  "isDeprecated": false,
85643
85655
  "deprecationReason": null
85656
+ },
85657
+ {
85658
+ "name": "webhookSecret",
85659
+ "description": null,
85660
+ "args": [],
85661
+ "type": {
85662
+ "kind": "SCALAR",
85663
+ "name": "String",
85664
+ "ofType": null
85665
+ },
85666
+ "isDeprecated": false,
85667
+ "deprecationReason": null
85644
85668
  }
85645
85669
  ],
85646
85670
  "inputFields": null,
@@ -85702,6 +85726,18 @@
85702
85726
  "isDeprecated": false,
85703
85727
  "deprecationReason": null
85704
85728
  },
85729
+ {
85730
+ "name": "paymentPageId",
85731
+ "description": null,
85732
+ "type": {
85733
+ "kind": "SCALAR",
85734
+ "name": "String",
85735
+ "ofType": null
85736
+ },
85737
+ "defaultValue": null,
85738
+ "isDeprecated": false,
85739
+ "deprecationReason": null
85740
+ },
85705
85741
  {
85706
85742
  "name": "stripePublishableKey",
85707
85743
  "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.302.0"
4
+ VERSION = "2.303.1"
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: 2.302.0
4
+ version: 2.303.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-10 00:00:00.000000000 Z
11
+ date: 2025-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient