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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41f4bdec8ca0119a4a9fbb0895d62fccfafa24b62ef226856dc7ef24e90f9f20
4
- data.tar.gz: f3a567737ffa991dd83b0f0603f5f794bb9713099696028f332dd7e355b655f6
3
+ metadata.gz: bb2b069fa4a59af235a0af6c56efa953641a32236b12c2b16016d79e202d323e
4
+ data.tar.gz: b329c158ac75c855bc08947ded06dd224bfbf6b1fdd1febd08ab847a0e104952
5
5
  SHA512:
6
- metadata.gz: bc793ffeb9f1e8bc6411a5d11e73421f56c62d0da38ad8b9d62798e9abfbb9db28916f75afa269b3455299e7b4f6f144b97945c8c2b5c4013f2b612b5cc8af60
7
- data.tar.gz: ebea7fa16d2a04271071234894ac3c9e404c54dda3628006b31565e8562ae668caa424948902bb432aa4ac92a6d7e2950ec77bbadad333c3d4036f443e70f5aa
6
+ metadata.gz: fe4757a408c1706d53591ff96f6eb4266f1d2dd69c3bc67da9ebbe6c04f799b20b12b582a93342fcea83d4b0022cf43334c1492f708f2abb6b030917a370beee
7
+ data.tar.gz: aa3d43b9166ea857a849d12baa96d9e16c1a02da7ba3afa2dccbd2ff24a9d4374ebdd280eb08e9caf061320b2e42452b8d7c5a72ecd36e191cbed091ae83a111
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.241.0)
4
+ stigg-api-client (2.248.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -73848,7 +73848,7 @@
73848
73848
  "fields": [
73849
73849
  {
73850
73850
  "name": "name",
73851
- "description": null,
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": null,
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": null,
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": null,
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": null,
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": null,
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": null,
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": null,
75303
+ "description": "Coupon value",
75276
75304
  "args": [],
75277
75305
  "type": {
75278
75306
  "kind": "NON_NULL",
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.241.0"
4
+ VERSION = "2.248.0"
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.241.0
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-18 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient