stigg-api-client 1.97.1 → 1.97.2
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 +12 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9637c1d2c8f60510e16a54b933a187866664183d0265254545260fe2ab819eb8
|
4
|
+
data.tar.gz: 00ac412739878916ed15a798973782a22ce73c5788ed2542772129030081b4cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38e9484b08ea8d8a4536925bbe8458e15de54982066d378635062cc592c07bbb83634efbeb103d6b67ebb396d2c143dc41b00e11767cc9858c0a5b54c18fbc34
|
7
|
+
data.tar.gz: 4363f762b5fa91de82958af95e80e3beeb422cca71caca4dee0833ca72b62b6a34559e90c24240d20b73cbe5aaf339d7100a8effc3b292502f5160a411a4232c
|
data/Gemfile.lock
CHANGED
@@ -23970,6 +23970,18 @@
|
|
23970
23970
|
"isDeprecated": false,
|
23971
23971
|
"deprecationReason": null
|
23972
23972
|
},
|
23973
|
+
{
|
23974
|
+
"name": "PACKAGE_GROUP_CREATED",
|
23975
|
+
"description": null,
|
23976
|
+
"isDeprecated": false,
|
23977
|
+
"deprecationReason": null
|
23978
|
+
},
|
23979
|
+
{
|
23980
|
+
"name": "PACKAGE_GROUP_UPDATED",
|
23981
|
+
"description": null,
|
23982
|
+
"isDeprecated": false,
|
23983
|
+
"deprecationReason": null
|
23984
|
+
},
|
23973
23985
|
{
|
23974
23986
|
"name": "PACKAGE_PUBLISHED",
|
23975
23987
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED