stigg-api-client 5.284.0 → 6.2.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +13 -1
- data/lib/stigg/version.rb +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: 933f4b42596d7411c39852867081b43e4aa49c5d85866f26d19e415948429b74
|
|
4
|
+
data.tar.gz: 2508568b349e04d7d7e66e52770e353921d095cbcb82a6d5082b638a25bb565f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d94af04bc8d4a73599cffa7c9a256dd976dc61dafe74d2226a79d94b864127ea3bca08b2e577fd528a56d1ac7e152bea7a688e86c25b4015a0e35e1e90bf9f4f
|
|
7
|
+
data.tar.gz: 2c98ef66800cb46ccbb417cc38a2f201b819d4538ec1eb50435770cf82964aa38565d50cd90b526339f3d606f790f597f974c4273b10d79e7009435da8a2647f
|
data/Gemfile.lock
CHANGED
|
@@ -5333,6 +5333,18 @@
|
|
|
5333
5333
|
"isDeprecated": false,
|
|
5334
5334
|
"deprecationReason": null
|
|
5335
5335
|
},
|
|
5336
|
+
{
|
|
5337
|
+
"name": "trialEndDate",
|
|
5338
|
+
"description": "Trial end date",
|
|
5339
|
+
"type": {
|
|
5340
|
+
"kind": "SCALAR",
|
|
5341
|
+
"name": "DateTime",
|
|
5342
|
+
"ofType": null
|
|
5343
|
+
},
|
|
5344
|
+
"defaultValue": null,
|
|
5345
|
+
"isDeprecated": false,
|
|
5346
|
+
"deprecationReason": null
|
|
5347
|
+
},
|
|
5336
5348
|
{
|
|
5337
5349
|
"name": "trialOverrideConfiguration",
|
|
5338
5350
|
"description": null,
|
|
@@ -109484,7 +109496,7 @@
|
|
|
109484
109496
|
"deprecationReason": null
|
|
109485
109497
|
},
|
|
109486
109498
|
{
|
|
109487
|
-
"name": "
|
|
109499
|
+
"name": "includeInactiveSubscriptions",
|
|
109488
109500
|
"description": "When true, includes usage data from the most recent cancelled or expired subscription",
|
|
109489
109501
|
"type": {
|
|
109490
109502
|
"kind": "SCALAR",
|
data/lib/stigg/version.rb
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:
|
|
4
|
+
version: 6.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|