stigg-api-client 2.241.0 → 2.257.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 +42 -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: 65c5fad0fbdcbd746051d889809d27b85608590b43ca60772e01f626c78df441
|
4
|
+
data.tar.gz: caacdc04d2be5f08bff7d08a8687b57b1be639e65ae0fec9e92642c0b9b44b05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d09f56a1d8fabe15a971aa607debe091904d9bda7aa3a6988581230297c11b05500db2508667f8a867774485c15a13c1992050a2b22852ed22899867e14ea447
|
7
|
+
data.tar.gz: 5454e42233a03cf6212d48ca29ecfd09d7649fff0368a1fe944faa157d8a02fac3e975b8106a025b50f2aed27dec897900bc70fe54bcc01451224a0537659f89
|
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,
|
@@ -73848,7 +73854,7 @@
|
|
73848
73854
|
"fields": [
|
73849
73855
|
{
|
73850
73856
|
"name": "name",
|
73851
|
-
"description":
|
73857
|
+
"description": "Coupon name",
|
73852
73858
|
"args": [],
|
73853
73859
|
"type": {
|
73854
73860
|
"kind": "SCALAR",
|
@@ -73860,7 +73866,7 @@
|
|
73860
73866
|
},
|
73861
73867
|
{
|
73862
73868
|
"name": "type",
|
73863
|
-
"description":
|
73869
|
+
"description": "Discount type",
|
73864
73870
|
"args": [],
|
73865
73871
|
"type": {
|
73866
73872
|
"kind": "ENUM",
|
@@ -73872,7 +73878,7 @@
|
|
73872
73878
|
},
|
73873
73879
|
{
|
73874
73880
|
"name": "value",
|
73875
|
-
"description":
|
73881
|
+
"description": "Coupon value",
|
73876
73882
|
"args": [],
|
73877
73883
|
"type": {
|
73878
73884
|
"kind": "SCALAR",
|
@@ -75216,7 +75222,7 @@
|
|
75216
75222
|
"fields": [
|
75217
75223
|
{
|
75218
75224
|
"name": "durationInMonths",
|
75219
|
-
"description":
|
75225
|
+
"description": "Coupon duration in month",
|
75220
75226
|
"args": [],
|
75221
75227
|
"type": {
|
75222
75228
|
"kind": "SCALAR",
|
@@ -75228,7 +75234,7 @@
|
|
75228
75234
|
},
|
75229
75235
|
{
|
75230
75236
|
"name": "durationType",
|
75231
|
-
"description":
|
75237
|
+
"description": "Coupon duration type",
|
75232
75238
|
"args": [],
|
75233
75239
|
"type": {
|
75234
75240
|
"kind": "NON_NULL",
|
@@ -75242,9 +75248,21 @@
|
|
75242
75248
|
"isDeprecated": false,
|
75243
75249
|
"deprecationReason": null
|
75244
75250
|
},
|
75251
|
+
{
|
75252
|
+
"name": "end",
|
75253
|
+
"description": "Coupon end date",
|
75254
|
+
"args": [],
|
75255
|
+
"type": {
|
75256
|
+
"kind": "SCALAR",
|
75257
|
+
"name": "DateTime",
|
75258
|
+
"ofType": null
|
75259
|
+
},
|
75260
|
+
"isDeprecated": false,
|
75261
|
+
"deprecationReason": null
|
75262
|
+
},
|
75245
75263
|
{
|
75246
75264
|
"name": "name",
|
75247
|
-
"description":
|
75265
|
+
"description": "Coupon name",
|
75248
75266
|
"args": [],
|
75249
75267
|
"type": {
|
75250
75268
|
"kind": "SCALAR",
|
@@ -75254,9 +75272,25 @@
|
|
75254
75272
|
"isDeprecated": false,
|
75255
75273
|
"deprecationReason": null
|
75256
75274
|
},
|
75275
|
+
{
|
75276
|
+
"name": "start",
|
75277
|
+
"description": "Coupon start date",
|
75278
|
+
"args": [],
|
75279
|
+
"type": {
|
75280
|
+
"kind": "NON_NULL",
|
75281
|
+
"name": null,
|
75282
|
+
"ofType": {
|
75283
|
+
"kind": "SCALAR",
|
75284
|
+
"name": "DateTime",
|
75285
|
+
"ofType": null
|
75286
|
+
}
|
75287
|
+
},
|
75288
|
+
"isDeprecated": false,
|
75289
|
+
"deprecationReason": null
|
75290
|
+
},
|
75257
75291
|
{
|
75258
75292
|
"name": "type",
|
75259
|
-
"description":
|
75293
|
+
"description": "Discount type",
|
75260
75294
|
"args": [],
|
75261
75295
|
"type": {
|
75262
75296
|
"kind": "NON_NULL",
|
@@ -75272,7 +75306,7 @@
|
|
75272
75306
|
},
|
75273
75307
|
{
|
75274
75308
|
"name": "value",
|
75275
|
-
"description":
|
75309
|
+
"description": "Coupon value",
|
75276
75310
|
"args": [],
|
75277
75311
|
"type": {
|
75278
75312
|
"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.257.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-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|