stigg-api-client 2.248.0 → 2.274.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb2b069fa4a59af235a0af6c56efa953641a32236b12c2b16016d79e202d323e
4
- data.tar.gz: b329c158ac75c855bc08947ded06dd224bfbf6b1fdd1febd08ab847a0e104952
3
+ metadata.gz: 17baeb7233a44b1b6a6064e42501d8b68b413912558448b0488320cf1cd70bd1
4
+ data.tar.gz: 67c88d9a4647dba981120ce2afcd82bf9521b656e821b4406f8bac5ac096c4d5
5
5
  SHA512:
6
- metadata.gz: fe4757a408c1706d53591ff96f6eb4266f1d2dd69c3bc67da9ebbe6c04f799b20b12b582a93342fcea83d4b0022cf43334c1492f708f2abb6b030917a370beee
7
- data.tar.gz: aa3d43b9166ea857a849d12baa96d9e16c1a02da7ba3afa2dccbd2ff24a9d4374ebdd280eb08e9caf061320b2e42452b8d7c5a72ecd36e191cbed091ae83a111
6
+ metadata.gz: 9dc3994a603a27310e383e5c45d8d724e5b923b7926cf4e1450b69705e5b311b1dfe7624bdfee42c4551bf817c58297b8f2efe01527dd20fbc5e3bdbcc75fc91
7
+ data.tar.gz: ac2de7ff708493ea36d533ee0bafb062af0b0fa8b53a54fe032a2e02f6c9a432284aff82cf407e5b470128f4748fb543146b261fe45dc6bb61dcda9373e7225e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.248.0)
4
+ stigg-api-client (2.274.2)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -24559,6 +24559,12 @@
24559
24559
  "inputFields": null,
24560
24560
  "interfaces": null,
24561
24561
  "enumValues": [
24562
+ {
24563
+ "name": "AccessDeniedError",
24564
+ "description": null,
24565
+ "isDeprecated": false,
24566
+ "deprecationReason": null
24567
+ },
24562
24568
  {
24563
24569
  "name": "AccountNotFoundError",
24564
24570
  "description": null,
@@ -73846,6 +73852,30 @@
73846
73852
  "name": "SubscriptionMaximumSpendDiscount",
73847
73853
  "description": null,
73848
73854
  "fields": [
73855
+ {
73856
+ "name": "durationInMonths",
73857
+ "description": "Coupon duration in month",
73858
+ "args": [],
73859
+ "type": {
73860
+ "kind": "SCALAR",
73861
+ "name": "Float",
73862
+ "ofType": null
73863
+ },
73864
+ "isDeprecated": false,
73865
+ "deprecationReason": null
73866
+ },
73867
+ {
73868
+ "name": "durationType",
73869
+ "description": "Coupon duration type",
73870
+ "args": [],
73871
+ "type": {
73872
+ "kind": "ENUM",
73873
+ "name": "DiscountDurationType",
73874
+ "ofType": null
73875
+ },
73876
+ "isDeprecated": false,
73877
+ "deprecationReason": null
73878
+ },
73849
73879
  {
73850
73880
  "name": "name",
73851
73881
  "description": "Coupon name",
@@ -73858,6 +73888,18 @@
73858
73888
  "isDeprecated": false,
73859
73889
  "deprecationReason": null
73860
73890
  },
73891
+ {
73892
+ "name": "start",
73893
+ "description": "Coupon start date",
73894
+ "args": [],
73895
+ "type": {
73896
+ "kind": "SCALAR",
73897
+ "name": "DateTime",
73898
+ "ofType": null
73899
+ },
73900
+ "isDeprecated": false,
73901
+ "deprecationReason": null
73902
+ },
73861
73903
  {
73862
73904
  "name": "type",
73863
73905
  "description": "Discount type",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.248.0"
4
+ VERSION = "2.274.2"
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: 2.248.0
4
+ version: 2.274.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-24 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient