stigg-api-client 2.349.0 → 2.359.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +2 -0
- data/lib/stigg/generated/schema.json +18 -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: 7da64028e9adf8cb6c98e32981094c98f4a8fc5d13b447102fce755e283fd62c
|
4
|
+
data.tar.gz: a2f7336859c5d783e2e7e9d0d7088cc05a85a5df1590cab4806df778ae1f3164
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2b999ed1a31660fba262a8dbb23c0a335a24d7a016e762feec850a54810f1c3c630c785362c013c620b212ed238ad429a0a55cb21bdc8bf8e85f5f3bd1bb86b
|
7
|
+
data.tar.gz: 4f8e446007dcef604cfef49cd123ffa96c17265f489d3d31bd448829086bebbbc148fb2838e4d0e516374f8965c6b3df93039835f8b26590ef1b4a270c6059d2
|
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
|
|
@@ -3420,6 +3420,12 @@
|
|
3420
3420
|
"description": null,
|
3421
3421
|
"isDeprecated": false,
|
3422
3422
|
"deprecationReason": null
|
3423
|
+
},
|
3424
|
+
{
|
3425
|
+
"name": "WORKFLOW",
|
3426
|
+
"description": null,
|
3427
|
+
"isDeprecated": false,
|
3428
|
+
"deprecationReason": null
|
3423
3429
|
}
|
3424
3430
|
],
|
3425
3431
|
"possibleTypes": null
|
@@ -26259,6 +26265,12 @@
|
|
26259
26265
|
"description": "Web application user",
|
26260
26266
|
"isDeprecated": false,
|
26261
26267
|
"deprecationReason": null
|
26268
|
+
},
|
26269
|
+
{
|
26270
|
+
"name": "WORKFLOW",
|
26271
|
+
"description": "Workflow triggered event",
|
26272
|
+
"isDeprecated": false,
|
26273
|
+
"deprecationReason": null
|
26262
26274
|
}
|
26263
26275
|
],
|
26264
26276
|
"possibleTypes": null
|
@@ -50880,6 +50892,12 @@
|
|
50880
50892
|
"description": null,
|
50881
50893
|
"isDeprecated": false,
|
50882
50894
|
"deprecationReason": null
|
50895
|
+
},
|
50896
|
+
{
|
50897
|
+
"name": "CASH_APP",
|
50898
|
+
"description": null,
|
50899
|
+
"isDeprecated": false,
|
50900
|
+
"deprecationReason": null
|
50883
50901
|
}
|
50884
50902
|
],
|
50885
50903
|
"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.359.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-04-
|
11
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|