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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2831be8876e674512a6f38e6ce7790b97710687cc7675f18c325ebc1936a3a8b
4
- data.tar.gz: 77426cc89292ce84ad23d98db08245a55d7c15123d44981be8f2ab8a373f1fdb
3
+ metadata.gz: cc2cb937a57a91e625bd84e249f242ef38affded29f8b2f1ed498569559885f0
4
+ data.tar.gz: 77b439a0a849ad3f869b4b40f80600aad714e4add0534c3002d93b5e7e5cb4ee
5
5
  SHA512:
6
- metadata.gz: 0d1fa032b46cc24c764293c8e65174b7bcd960f418d0c9ca9c89cd692ef2a60b59ad05a4c04f926bd67c29f60534bc443d2e4e217ceba526ca5964221a5e250a
7
- data.tar.gz: ff88609be22b210c43f6670d7ee4ea55c34325c0c606d010b38c0b751bab732c377229a28c882c96870ff472cd575689ddedf80a73ae0def493e854eb27e6878
6
+ metadata.gz: 0321e00b6c4950c6731e08b69e03177c25031d4eb382ab17f08d29e4a13130bcc0a8bce4f380f4f291814ee0bd3b63a27cfff55c037208ddf917d09ed90ced13
7
+ data.tar.gz: f00d0b016437a5b7fb862462e8e088f19daa15b73dec8c504e07e991a4a6d4199a52422b9c888ac515ba6bbb2b016a4e53fdb2cac1d14a2808f1f92ec932a52d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.122.1)
4
+ stigg-api-client (1.124.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.122.1"
4
+ VERSION = "1.124.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: 1.122.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 00:00:00.000000000 Z
11
+ date: 2024-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient