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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +36 -0
- 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: 17baeb7233a44b1b6a6064e42501d8b68b413912558448b0488320cf1cd70bd1
|
4
|
+
data.tar.gz: 67c88d9a4647dba981120ce2afcd82bf9521b656e821b4406f8bac5ac096c4d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dc3994a603a27310e383e5c45d8d724e5b923b7926cf4e1450b69705e5b311b1dfe7624bdfee42c4551bf817c58297b8f2efe01527dd20fbc5e3bdbcc75fc91
|
7
|
+
data.tar.gz: ac2de7ff708493ea36d533ee0bafb062af0b0fa8b53a54fe032a2e02f6c9a432284aff82cf407e5b470128f4748fb543146b261fe45dc6bb61dcda9373e7225e
|
data/Gemfile.lock
CHANGED
@@ -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
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.
|
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:
|
11
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|