stigg-api-client 2.208.0 → 2.209.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc599dddefba5719f8395f96f0e52652000039dd0d5055da4e5b01bddfc468b7
4
- data.tar.gz: 7075f805260e065574f9ba17215f787b9d060dc66986c0afa33985f134eba77f
3
+ metadata.gz: 4d86fc0fe74e0b2011c713cca0a4ce9472c03ae0fd6c68360a4a449b4e93e360
4
+ data.tar.gz: 6ac77569e28ab992886ad1834ea5ae062ddffd72c721ea392f424cb2920b8281
5
5
  SHA512:
6
- metadata.gz: 46a80de893fa6fc4171f230f317ca1151a01664b20f828f21b3e1772fe006dfea334abb787297100dc6d19600d4240497060bc67a2a59d3797d0b876dffe7d29
7
- data.tar.gz: 6881eb27495d2768612fad11e30616584b13066cc78e96f3db1451e85d24e21128985f5ba1e7cfb159145e8653092d469d619bcac144f36f599f97e984eb368d
6
+ metadata.gz: 190e935d1ce883523f9ef610a3a9925a584195f8e82f55c488423d33ac48e2ac6f8edb7f25e5ed595325f6a8fe9bbbf73b4ecd415d6a84a5ffcffa0fc9685f74
7
+ data.tar.gz: 55bf529bea2bf79c13b5e1b977430b14ef7192a7c8a8442b26585172da260191cb1b283e769d6661ff4e1b91ce73470d9926afe4cd3a22045f926e961cf64237
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.208.0)
4
+ stigg-api-client (2.209.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -69575,7 +69575,7 @@
69575
69575
  {
69576
69576
  "kind": "ENUM",
69577
69577
  "name": "SubscriptionCouponStatus",
69578
- "description": "Status of a subscription coupon",
69578
+ "description": "The status of the subscription coupon",
69579
69579
  "fields": null,
69580
69580
  "inputFields": null,
69581
69581
  "interfaces": 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.208.0"
4
+ VERSION = "2.209.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.208.0
4
+ version: 2.209.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-01 00:00:00.000000000 Z
11
+ date: 2024-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient