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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +42 -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
|
@@ -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
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
|