stigg-api-client 1.122.1 → 1.124.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/schema.json +12 -12
- 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: cc2cb937a57a91e625bd84e249f242ef38affded29f8b2f1ed498569559885f0
|
4
|
+
data.tar.gz: 77b439a0a849ad3f869b4b40f80600aad714e4add0534c3002d93b5e7e5cb4ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0321e00b6c4950c6731e08b69e03177c25031d4eb382ab17f08d29e4a13130bcc0a8bce4f380f4f291814ee0bd3b63a27cfff55c037208ddf917d09ed90ced13
|
7
|
+
data.tar.gz: f00d0b016437a5b7fb862462e8e088f19daa15b73dec8c504e07e991a4a6d4199a52422b9c888ac515ba6bbb2b016a4e53fdb2cac1d14a2808f1f92ec932a52d
|
data/Gemfile.lock
CHANGED
@@ -3394,6 +3394,18 @@
|
|
3394
3394
|
"isDeprecated": false,
|
3395
3395
|
"deprecationReason": null
|
3396
3396
|
},
|
3397
|
+
{
|
3398
|
+
"name": "awaitPaymentConfirmation",
|
3399
|
+
"description": null,
|
3400
|
+
"type": {
|
3401
|
+
"kind": "SCALAR",
|
3402
|
+
"name": "Boolean",
|
3403
|
+
"ofType": null
|
3404
|
+
},
|
3405
|
+
"defaultValue": "true",
|
3406
|
+
"isDeprecated": false,
|
3407
|
+
"deprecationReason": null
|
3408
|
+
},
|
3397
3409
|
{
|
3398
3410
|
"name": "billableFeatures",
|
3399
3411
|
"description": null,
|
@@ -22810,12 +22822,6 @@
|
|
22810
22822
|
"isDeprecated": false,
|
22811
22823
|
"deprecationReason": null
|
22812
22824
|
},
|
22813
|
-
{
|
22814
|
-
"name": "CheckoutOptionsMissing",
|
22815
|
-
"description": null,
|
22816
|
-
"isDeprecated": false,
|
22817
|
-
"deprecationReason": null
|
22818
|
-
},
|
22819
22825
|
{
|
22820
22826
|
"name": "CouponNotFound",
|
22821
22827
|
"description": null,
|
@@ -22840,12 +22846,6 @@
|
|
22840
22846
|
"isDeprecated": false,
|
22841
22847
|
"deprecationReason": null
|
22842
22848
|
},
|
22843
|
-
{
|
22844
|
-
"name": "CustomerHasNoPaymentMethod",
|
22845
|
-
"description": null,
|
22846
|
-
"isDeprecated": false,
|
22847
|
-
"deprecationReason": null
|
22848
|
-
},
|
22849
22849
|
{
|
22850
22850
|
"name": "CustomerNoBillingId",
|
22851
22851
|
"description": 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: 1.
|
4
|
+
version: 1.124.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|