stigg-api-client 1.226.0 → 1.228.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 +6 -0
- 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: ad0d19255bb063189858ba039d45592f6a4aec166ac876954dfe9a612b82a6e3
|
4
|
+
data.tar.gz: b647c6052427afa063be3dbf1bb028d131e5c3944607227a1ec0d4447aeca2ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 400411bffa184906c43761f0e160355a0baaceefe7acb725aa5f371434b32b230132234543fd3e4590605111b7a979a256096c58a802c83f85c67d38b44dbde4
|
7
|
+
data.tar.gz: e748f7120953926e25528d8cd2faec7e059cb713dc64c633ba9d061760a4ee2e12b5925b500757059b4969755bf3e23a5e4486e6f3d9d355bc178acb9eb1e389
|
data/Gemfile.lock
CHANGED
@@ -23783,6 +23783,12 @@
|
|
23783
23783
|
"isDeprecated": false,
|
23784
23784
|
"deprecationReason": null
|
23785
23785
|
},
|
23786
|
+
{
|
23787
|
+
"name": "NoFeatureEntitlementError",
|
23788
|
+
"description": "This account has no access to the requested feature",
|
23789
|
+
"isDeprecated": false,
|
23790
|
+
"deprecationReason": null
|
23791
|
+
},
|
23786
23792
|
{
|
23787
23793
|
"name": "NoFeatureEntitlementInSubscription",
|
23788
23794
|
"description": null,
|
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: 1.
|
4
|
+
version: 1.228.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-06-
|
11
|
+
date: 2024-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|