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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +36 -0
- data/lib/stigg/version.rb +1 -1
- data/package.json +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: b57137e9c62b23f860b27384c9dc004fb1b1b43e163e8713457b9548a86abd22
|
|
4
|
+
data.tar.gz: cc7357cefde166070889a71214adc43e009792690d5e95d9846eb97202294df2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99d14e93831d2fab1e6bf41031e8c7319ba47a31965f64a57661175dcfdf2a450df8d1a0179e921a1cf6409dbf60eb4e95a265fce31f95e22c936f3a37ca102b
|
|
7
|
+
data.tar.gz: 85a80a1873c00f6f5e8107ec71fcba6748ab6f0ab079c123633c93b614dc9b0d0eab609b9e93304de8a3747d9f55efda5d9b84e424c3fbe13314401db005287c
|
data/Gemfile.lock
CHANGED
|
@@ -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
data/package.json
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: 6.
|
|
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-
|
|
11
|
+
date: 2026-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|