stigg-api-client 2.257.0 → 2.274.2

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: 65c5fad0fbdcbd746051d889809d27b85608590b43ca60772e01f626c78df441
4
- data.tar.gz: caacdc04d2be5f08bff7d08a8687b57b1be639e65ae0fec9e92642c0b9b44b05
3
+ metadata.gz: 17baeb7233a44b1b6a6064e42501d8b68b413912558448b0488320cf1cd70bd1
4
+ data.tar.gz: 67c88d9a4647dba981120ce2afcd82bf9521b656e821b4406f8bac5ac096c4d5
5
5
  SHA512:
6
- metadata.gz: d09f56a1d8fabe15a971aa607debe091904d9bda7aa3a6988581230297c11b05500db2508667f8a867774485c15a13c1992050a2b22852ed22899867e14ea447
7
- data.tar.gz: 5454e42233a03cf6212d48ca29ecfd09d7649fff0368a1fe944faa157d8a02fac3e975b8106a025b50f2aed27dec897900bc70fe54bcc01451224a0537659f89
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.257.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
 
@@ -73852,6 +73852,30 @@
73852
73852
  "name": "SubscriptionMaximumSpendDiscount",
73853
73853
  "description": null,
73854
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
+ },
73855
73879
  {
73856
73880
  "name": "name",
73857
73881
  "description": "Coupon name",
@@ -73864,6 +73888,18 @@
73864
73888
  "isDeprecated": false,
73865
73889
  "deprecationReason": null
73866
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
+ },
73867
73903
  {
73868
73904
  "name": "type",
73869
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.257.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.257.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-29 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