stigg-api-client 2.241.0 → 2.248.0
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 -8
- 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: bb2b069fa4a59af235a0af6c56efa953641a32236b12c2b16016d79e202d323e
|
4
|
+
data.tar.gz: b329c158ac75c855bc08947ded06dd224bfbf6b1fdd1febd08ab847a0e104952
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe4757a408c1706d53591ff96f6eb4266f1d2dd69c3bc67da9ebbe6c04f799b20b12b582a93342fcea83d4b0022cf43334c1492f708f2abb6b030917a370beee
|
7
|
+
data.tar.gz: aa3d43b9166ea857a849d12baa96d9e16c1a02da7ba3afa2dccbd2ff24a9d4374ebdd280eb08e9caf061320b2e42452b8d7c5a72ecd36e191cbed091ae83a111
|
data/Gemfile.lock
CHANGED
@@ -73848,7 +73848,7 @@
|
|
73848
73848
|
"fields": [
|
73849
73849
|
{
|
73850
73850
|
"name": "name",
|
73851
|
-
"description":
|
73851
|
+
"description": "Coupon name",
|
73852
73852
|
"args": [],
|
73853
73853
|
"type": {
|
73854
73854
|
"kind": "SCALAR",
|
@@ -73860,7 +73860,7 @@
|
|
73860
73860
|
},
|
73861
73861
|
{
|
73862
73862
|
"name": "type",
|
73863
|
-
"description":
|
73863
|
+
"description": "Discount type",
|
73864
73864
|
"args": [],
|
73865
73865
|
"type": {
|
73866
73866
|
"kind": "ENUM",
|
@@ -73872,7 +73872,7 @@
|
|
73872
73872
|
},
|
73873
73873
|
{
|
73874
73874
|
"name": "value",
|
73875
|
-
"description":
|
73875
|
+
"description": "Coupon value",
|
73876
73876
|
"args": [],
|
73877
73877
|
"type": {
|
73878
73878
|
"kind": "SCALAR",
|
@@ -75216,7 +75216,7 @@
|
|
75216
75216
|
"fields": [
|
75217
75217
|
{
|
75218
75218
|
"name": "durationInMonths",
|
75219
|
-
"description":
|
75219
|
+
"description": "Coupon duration in month",
|
75220
75220
|
"args": [],
|
75221
75221
|
"type": {
|
75222
75222
|
"kind": "SCALAR",
|
@@ -75228,7 +75228,7 @@
|
|
75228
75228
|
},
|
75229
75229
|
{
|
75230
75230
|
"name": "durationType",
|
75231
|
-
"description":
|
75231
|
+
"description": "Coupon duration type",
|
75232
75232
|
"args": [],
|
75233
75233
|
"type": {
|
75234
75234
|
"kind": "NON_NULL",
|
@@ -75242,9 +75242,21 @@
|
|
75242
75242
|
"isDeprecated": false,
|
75243
75243
|
"deprecationReason": null
|
75244
75244
|
},
|
75245
|
+
{
|
75246
|
+
"name": "end",
|
75247
|
+
"description": "Coupon end date",
|
75248
|
+
"args": [],
|
75249
|
+
"type": {
|
75250
|
+
"kind": "SCALAR",
|
75251
|
+
"name": "DateTime",
|
75252
|
+
"ofType": null
|
75253
|
+
},
|
75254
|
+
"isDeprecated": false,
|
75255
|
+
"deprecationReason": null
|
75256
|
+
},
|
75245
75257
|
{
|
75246
75258
|
"name": "name",
|
75247
|
-
"description":
|
75259
|
+
"description": "Coupon name",
|
75248
75260
|
"args": [],
|
75249
75261
|
"type": {
|
75250
75262
|
"kind": "SCALAR",
|
@@ -75254,9 +75266,25 @@
|
|
75254
75266
|
"isDeprecated": false,
|
75255
75267
|
"deprecationReason": null
|
75256
75268
|
},
|
75269
|
+
{
|
75270
|
+
"name": "start",
|
75271
|
+
"description": "Coupon start date",
|
75272
|
+
"args": [],
|
75273
|
+
"type": {
|
75274
|
+
"kind": "NON_NULL",
|
75275
|
+
"name": null,
|
75276
|
+
"ofType": {
|
75277
|
+
"kind": "SCALAR",
|
75278
|
+
"name": "DateTime",
|
75279
|
+
"ofType": null
|
75280
|
+
}
|
75281
|
+
},
|
75282
|
+
"isDeprecated": false,
|
75283
|
+
"deprecationReason": null
|
75284
|
+
},
|
75257
75285
|
{
|
75258
75286
|
"name": "type",
|
75259
|
-
"description":
|
75287
|
+
"description": "Discount type",
|
75260
75288
|
"args": [],
|
75261
75289
|
"type": {
|
75262
75290
|
"kind": "NON_NULL",
|
@@ -75272,7 +75300,7 @@
|
|
75272
75300
|
},
|
75273
75301
|
{
|
75274
75302
|
"name": "value",
|
75275
|
-
"description":
|
75303
|
+
"description": "Coupon value",
|
75276
75304
|
"args": [],
|
75277
75305
|
"type": {
|
75278
75306
|
"kind": "NON_NULL",
|
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.248.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-12-
|
11
|
+
date: 2024-12-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|