stigg-api-client 6.9.0 → 6.10.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: c695ca9ff81ffb2732d5aa9e4e037e36da5f9e76e95aa0551d1b8c380dec5fe7
4
- data.tar.gz: bc6d188849a355f359b474567f8bfeb4d5cfc39eec872c047ff1ba64a83fc357
3
+ metadata.gz: b57137e9c62b23f860b27384c9dc004fb1b1b43e163e8713457b9548a86abd22
4
+ data.tar.gz: cc7357cefde166070889a71214adc43e009792690d5e95d9846eb97202294df2
5
5
  SHA512:
6
- metadata.gz: 735fb3588177a97fb77b3ce28634d499a53a72102b9c076e12be01b846754953b78669f0335b2f472496b38b177228a4b4fb95ae6827ce60865e7d43dcea0a74
7
- data.tar.gz: 86b21fb42d836f0f6ab58a8f7dbf28f5957a511f1e58416304a08a968c0bd0a6e10f64967348d3deee2afce20049af9ed561f258daa77e0b54cc91df0f02e7b4
6
+ metadata.gz: 99d14e93831d2fab1e6bf41031e8c7319ba47a31965f64a57661175dcfdf2a450df8d1a0179e921a1cf6409dbf60eb4e95a265fce31f95e22c936f3a37ca102b
7
+ data.tar.gz: 85a80a1873c00f6f5e8107ec71fcba6748ab6f0ab079c123633c93b614dc9b0d0eab609b9e93304de8a3747d9f55efda5d9b84e424c3fbe13314401db005287c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (6.9.0)
4
+ stigg-api-client (6.10.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -81764,6 +81764,18 @@
81764
81764
  "isDeprecated": false,
81765
81765
  "deprecationReason": null
81766
81766
  },
81767
+ {
81768
+ "name": "cancellationDate",
81769
+ "description": "Subscription cancellation date",
81770
+ "type": {
81771
+ "kind": "SCALAR",
81772
+ "name": "DateTime",
81773
+ "ofType": null
81774
+ },
81775
+ "defaultValue": null,
81776
+ "isDeprecated": false,
81777
+ "deprecationReason": null
81778
+ },
81767
81779
  {
81768
81780
  "name": "charges",
81769
81781
  "description": null,
@@ -82215,6 +82227,18 @@
82215
82227
  "isDeprecated": false,
82216
82228
  "deprecationReason": null
82217
82229
  },
82230
+ {
82231
+ "name": "cancellationDate",
82232
+ "description": "Subscription cancellation date",
82233
+ "type": {
82234
+ "kind": "SCALAR",
82235
+ "name": "DateTime",
82236
+ "ofType": null
82237
+ },
82238
+ "defaultValue": null,
82239
+ "isDeprecated": false,
82240
+ "deprecationReason": null
82241
+ },
82218
82242
  {
82219
82243
  "name": "charges",
82220
82244
  "description": null,
@@ -108545,6 +108569,18 @@
108545
108569
  "isDeprecated": false,
108546
108570
  "deprecationReason": null
108547
108571
  },
108572
+ {
108573
+ "name": "cancellationDate",
108574
+ "description": "Subscription cancellation date",
108575
+ "type": {
108576
+ "kind": "SCALAR",
108577
+ "name": "DateTime",
108578
+ "ofType": null
108579
+ },
108580
+ "defaultValue": null,
108581
+ "isDeprecated": false,
108582
+ "deprecationReason": null
108583
+ },
108548
108584
  {
108549
108585
  "name": "charges",
108550
108586
  "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 = "6.9.0"
4
+ VERSION = "6.10.0"
5
5
  end
data/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@stigg/api-client-ruby",
3
- "version": "6.9.0"
3
+ "version": "6.10.0"
4
4
  }
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: 6.9.0
4
+ version: 6.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-06-03 00:00:00.000000000 Z
11
+ date: 2026-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient