stigg-api-client 3.23.0 → 3.23.1
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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca047827c21e2c5e119fb23d95bec9611c4b9d8fa892abc15b04bb34235aa5de
|
4
|
+
data.tar.gz: 0a21cf1234ec00190630ab2137098617888fda5c55a0dd56c507d4154d734eeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1111cd0580e31b610d3398a1c59153db57a94d66c45ad99d8b5fe645a656133b20672574bea6fe8db265e42c8bf1351e2736030a2a688e96e2ca83c94e3a8ab
|
7
|
+
data.tar.gz: 0eecec2e7bb114a9c02c591b1473268e62c48c1830e5bd3338ff1eabce52fe496bee731d3e677e54b2a00cdbd59cc5ec20cd9070c24059dc3e39318143a7669e
|
data/Gemfile.lock
CHANGED
@@ -28156,6 +28156,12 @@
|
|
28156
28156
|
"isDeprecated": false,
|
28157
28157
|
"deprecationReason": null
|
28158
28158
|
},
|
28159
|
+
{
|
28160
|
+
"name": "FEATURE_GROUP",
|
28161
|
+
"description": "Feature Group Entity",
|
28162
|
+
"isDeprecated": false,
|
28163
|
+
"deprecationReason": null
|
28164
|
+
},
|
28159
28165
|
{
|
28160
28166
|
"name": "IMPORT",
|
28161
28167
|
"description": "Import entity",
|
data/lib/stigg/version.rb
CHANGED