stigg-api-client 2.204.0 → 2.205.3

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: 986b476353a184b2335f13ba42d1f7de67f7d89d7204a12f229003fc3a2db34c
4
- data.tar.gz: 1704dda65d0387367ff3b6cfd77e766927bda1f4c167ce569db3d3bf1e729f67
3
+ metadata.gz: e452a4b511fc97285420bc496a6876d3f6b11e56092b302bd99ff57f90d40d95
4
+ data.tar.gz: b70045447185cbd2df14f561e10fba7d959bb7807e7505e96ff2bb0420d20a44
5
5
  SHA512:
6
- metadata.gz: 5a3a3b307a2c12f5f46d34de79681a4ecda9eaec7fdc4ab8093e9cfa131f5de06a9fd962488bd7a94d114787ee15580169fa52a3a2c2ee7fea2c2cd00725ffcf
7
- data.tar.gz: 9f9579b6974cdf818a67f6310add7331e0b82f88cd79206b2509345c1986c51afb194ba7895d2668b84d63b54afca76f8bb77b088b8a8f56619ec7cfa39c226e
6
+ metadata.gz: 1d407e549d4865a68206e5f7299ba0dae0df5f47a3b5638a1b76466c6c9c0cce78741b935ace91507d9e2f279542f0581558f5ff449695997647d7646f8914f7
7
+ data.tar.gz: e6aef64462db7359c953e6aa79bed632ac5eb75b529e330013597b76c82d6763b4eea667ffe973ac5c79a3393ece45a84d0a2a7ed0bb7f7323f112431f066157
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.204.0)
4
+ stigg-api-client (2.205.3)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -16502,7 +16502,7 @@
16502
16502
  },
16503
16503
  {
16504
16504
  "name": "coupon",
16505
- "description": null,
16505
+ "description": "Active coupon for this subscription",
16506
16506
  "args": [],
16507
16507
  "type": {
16508
16508
  "kind": "OBJECT",
@@ -16512,6 +16512,26 @@
16512
16512
  "isDeprecated": false,
16513
16513
  "deprecationReason": null
16514
16514
  },
16515
+ {
16516
+ "name": "coupons",
16517
+ "description": "List of coupons for this subscription",
16518
+ "args": [],
16519
+ "type": {
16520
+ "kind": "LIST",
16521
+ "name": null,
16522
+ "ofType": {
16523
+ "kind": "NON_NULL",
16524
+ "name": null,
16525
+ "ofType": {
16526
+ "kind": "OBJECT",
16527
+ "name": "SubscriptionCoupon",
16528
+ "ofType": null
16529
+ }
16530
+ }
16531
+ },
16532
+ "isDeprecated": false,
16533
+ "deprecationReason": null
16534
+ },
16515
16535
  {
16516
16536
  "name": "createdAt",
16517
16537
  "description": 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.204.0"
4
+ VERSION = "2.205.3"
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.204.0
4
+ version: 2.205.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-24 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient