stigg-api-client 2.349.0 → 2.354.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: 66002b916daecf41ddf2e3e61c1100143b5a10ddf87321bb81fb18d32613742a
4
- data.tar.gz: 44a0404a8bd30c301492a0a4cf57f9c200b7212064b0b2aedd4a3e586b4e4b04
3
+ metadata.gz: 57192d55daa5c0cb85b434511c66bfe63aa7ef1149407ca960abfb06da7b946d
4
+ data.tar.gz: 39dbc36076a5fff1ad4038dff544a029bff65917ce1b61db50b55edac3e5bbc4
5
5
  SHA512:
6
- metadata.gz: 5b4fc1d14310100eda0b5ad5873a6f1fd7b8ba16c88d44f7840abba92c49df738c92d8fe1606f32f8d1129996301676fca62091e3ec0fdd45dc4185e2054f73d
7
- data.tar.gz: 253ff3100f70ff26c83b33494e0c5dc46bf347c5a6290c3327ddc380df24435a1d8e1ef795d4f29aa0b640c009947222c615376fe0ee88ee6416cd85b7ad580b
6
+ metadata.gz: 9fd99854ddbcf7239a3c11ecf787b9adfac790ce86496e915dfe7ad2e6420a4a57852af576f7497bff32111f8ca725231f3e42511d51793a08ccb2981458edaf
7
+ data.tar.gz: 68e92574970fcd81df07460ccb23766bb652dbc8597092c97d9689aa46a6f7144b76ab2da33b2f716fc8950e1a55b5ce0537a9bd92754bb6d505057e5b8a4ceb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.349.0)
4
+ stigg-api-client (2.354.2)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -489,6 +489,7 @@ module Stigg
489
489
  defaultPaymentExpirationMonth
490
490
  defaultPaymentExpirationYear
491
491
  defaultPaymentMethodLast4Digits
492
+ defaultPaymentMethodType
492
493
  trialedPlans {
493
494
  productId
494
495
  productRefId
@@ -1272,6 +1273,7 @@ module Stigg
1272
1273
  defaultPaymentMethodId
1273
1274
  defaultPaymentExpirationMonth
1274
1275
  defaultPaymentExpirationYear
1276
+ defaultPaymentMethodType
1275
1277
  }
1276
1278
  GRAPHQL
1277
1279
 
@@ -50880,6 +50880,12 @@
50880
50880
  "description": null,
50881
50881
  "isDeprecated": false,
50882
50882
  "deprecationReason": null
50883
+ },
50884
+ {
50885
+ "name": "CASH_APP",
50886
+ "description": null,
50887
+ "isDeprecated": false,
50888
+ "deprecationReason": null
50883
50889
  }
50884
50890
  ],
50885
50891
  "possibleTypes": 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.349.0"
4
+ VERSION = "2.354.2"
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.349.0
4
+ version: 2.354.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-08 00:00:00.000000000 Z
11
+ date: 2025-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient