stigg-api-client 1.170.1 → 1.172.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 +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: a1c648f38c507235141f4c69d32ed28cfbaf213a7dc4d7b09225ad1b284747f0
|
4
|
+
data.tar.gz: e7b734f24ade1b554cef84ecfb29a1a50a03ae2b0564438cef69c4e00cbb0311
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a449795744315dab89c26ba37d1bb9aec9ee94b2cab0d75927d9405e6bd9ba6279ec0107f8c6a8fe8968e565c86174b56545168a040a1a6e4218de771f569769
|
7
|
+
data.tar.gz: 908b1630af7b91dddbf6526114c3633b622b3fd7315bdba65a3843e2a179f88cabe7557b011c825cce015f2cad4a3c6b31f522d7291fbf0bb96e09115ea94ea3
|
data/Gemfile.lock
CHANGED
@@ -23086,6 +23086,12 @@
|
|
23086
23086
|
"isDeprecated": false,
|
23087
23087
|
"deprecationReason": null
|
23088
23088
|
},
|
23089
|
+
{
|
23090
|
+
"name": "EntitlementUsageOutOfRangeError",
|
23091
|
+
"description": null,
|
23092
|
+
"isDeprecated": false,
|
23093
|
+
"deprecationReason": null
|
23094
|
+
},
|
23089
23095
|
{
|
23090
23096
|
"name": "EntitlementsMustBelongToSamePackage",
|
23091
23097
|
"description": null,
|
@@ -23571,6 +23577,12 @@
|
|
23571
23577
|
"description": null,
|
23572
23578
|
"isDeprecated": false,
|
23573
23579
|
"deprecationReason": null
|
23580
|
+
},
|
23581
|
+
{
|
23582
|
+
"name": "UsageMeasurementDiffOutOfRangeError",
|
23583
|
+
"description": null,
|
23584
|
+
"isDeprecated": false,
|
23585
|
+
"deprecationReason": null
|
23574
23586
|
}
|
23575
23587
|
],
|
23576
23588
|
"possibleTypes": null
|
data/lib/stigg/version.rb
CHANGED