stigg-api-client 1.122.1 → 1.125.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2831be8876e674512a6f38e6ce7790b97710687cc7675f18c325ebc1936a3a8b
4
- data.tar.gz: 77426cc89292ce84ad23d98db08245a55d7c15123d44981be8f2ab8a373f1fdb
3
+ metadata.gz: 862420daa10429d2d8f7232493df380e0febff71c88978efc45b00a1aeedb487
4
+ data.tar.gz: 5c50610047040f54c751c19d977f6879496edc1d2099f6f77434147b54fb6e56
5
5
  SHA512:
6
- metadata.gz: 0d1fa032b46cc24c764293c8e65174b7bcd960f418d0c9ca9c89cd692ef2a60b59ad05a4c04f926bd67c29f60534bc443d2e4e217ceba526ca5964221a5e250a
7
- data.tar.gz: ff88609be22b210c43f6670d7ee4ea55c34325c0c606d010b38c0b751bab732c377229a28c882c96870ff472cd575689ddedf80a73ae0def493e854eb27e6878
6
+ metadata.gz: 1e1f470374fe27184015e1b2b8efeec6b39287cc42455bf46865be8cd036b52a25f71fe77ed13a68abb0a7d615f297d1f2e08a101774b70a4b2f4f9e7125f498
7
+ data.tar.gz: 49c320c930ce9cf49cd40b79c60ed5e3dc3afcb8b1a92a892fd7fd44e8e364348374a25fd44a1836ae555d2c11def604dfafac319ee884e6495b6f0bd5491488
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.125.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -18,6 +18,12 @@
18
18
  "inputFields": null,
19
19
  "interfaces": null,
20
20
  "enumValues": [
21
+ {
22
+ "name": "BudgetExceeded",
23
+ "description": null,
24
+ "isDeprecated": false,
25
+ "deprecationReason": null
26
+ },
21
27
  {
22
28
  "name": "CustomerIsArchived",
23
29
  "description": null,
@@ -3394,6 +3400,18 @@
3394
3400
  "isDeprecated": false,
3395
3401
  "deprecationReason": null
3396
3402
  },
3403
+ {
3404
+ "name": "awaitPaymentConfirmation",
3405
+ "description": null,
3406
+ "type": {
3407
+ "kind": "SCALAR",
3408
+ "name": "Boolean",
3409
+ "ofType": null
3410
+ },
3411
+ "defaultValue": "true",
3412
+ "isDeprecated": false,
3413
+ "deprecationReason": null
3414
+ },
3397
3415
  {
3398
3416
  "name": "billableFeatures",
3399
3417
  "description": null,
@@ -22810,12 +22828,6 @@
22810
22828
  "isDeprecated": false,
22811
22829
  "deprecationReason": null
22812
22830
  },
22813
- {
22814
- "name": "CheckoutOptionsMissing",
22815
- "description": null,
22816
- "isDeprecated": false,
22817
- "deprecationReason": null
22818
- },
22819
22831
  {
22820
22832
  "name": "CouponNotFound",
22821
22833
  "description": null,
@@ -22840,12 +22852,6 @@
22840
22852
  "isDeprecated": false,
22841
22853
  "deprecationReason": null
22842
22854
  },
22843
- {
22844
- "name": "CustomerHasNoPaymentMethod",
22845
- "description": null,
22846
- "isDeprecated": false,
22847
- "deprecationReason": null
22848
- },
22849
22855
  {
22850
22856
  "name": "CustomerNoBillingId",
22851
22857
  "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.125.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.125.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