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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +2 -0
- data/lib/stigg/generated/schema.json +6 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57192d55daa5c0cb85b434511c66bfe63aa7ef1149407ca960abfb06da7b946d
|
4
|
+
data.tar.gz: 39dbc36076a5fff1ad4038dff544a029bff65917ce1b61db50b55edac3e5bbc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fd99854ddbcf7239a3c11ecf787b9adfac790ce86496e915dfe7ad2e6420a4a57852af576f7497bff32111f8ca725231f3e42511d51793a08ccb2981458edaf
|
7
|
+
data.tar.gz: 68e92574970fcd81df07460ccb23766bb652dbc8597092c97d9689aa46a6f7144b76ab2da33b2f716fc8950e1a55b5ce0537a9bd92754bb6d505057e5b8a4ceb
|
data/Gemfile.lock
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2025-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|