stigg-api-client 2.302.0 → 2.303.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: aad99b8df51e1e9f0f1d1017ee33143184303a0dc63b3cd2b0492816d6b538f9
4
- data.tar.gz: 7dbe8e75456b3bf8f320ef09224c753e5fb06e78814156beb990b521dc3d7596
3
+ metadata.gz: 11aa852b9eccd303ec687b86ab9a6a5f709faddc4308d4fb865a1cf16f4d1a24
4
+ data.tar.gz: 8c9de5164dadbd007215aa080e6ae00528472279ea41e139ab7337d6fba9f677
5
5
  SHA512:
6
- metadata.gz: abc90658af402dd0e39997c5d68f16ad4e04db23c1eaae1458393544460ba1a416c58ef0aae81aa2611a939616fa4b11dcf9f772755be6034e3a968980d467af
7
- data.tar.gz: 8aef73ae27a4cf58df3e349bd1abd00941685579a801426bbca4949de77d0c616bf81219f512e8950b7187b8c4ec99ff5dd4b08f340e963aa8ca0f9c094cbce5
6
+ metadata.gz: 5be5633e332a06c80da614847ac68f4b7f5309bf54c2bf8f2780b9bff4b6a1f80c570978fe3dcd7d939f02da9e76302231eab659d77a843a291709c87774b9cd
7
+ data.tar.gz: 3986ca690237c3f08481ddaf589de8f61aa4dc0d1581c0dd33e35d27042f9feb9408d47eed768f3dd8f4bcc7152835aa8b6bf73d99d90dd86574d1ac68938cc1
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.0)
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,
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.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: 2.302.0
4
+ version: 2.303.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-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