stigg-api-client 3.12.0 → 3.13.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 +24 -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: '067218f1d7ba0cbd4c01e345076d63a4d2b5dbbdbbd1232a812700296fba2b70'
|
4
|
+
data.tar.gz: 4c6a93013a64d5ba7ded382c74720ce421520f93d651886d0935828f0d92a6f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e386253c1e97fff75c5b4308fa96e90060a48272f36fd7f7dbcc1a646100490d943703b48e7865051099d84e2e2d5598b6674d3eff3dad3c687b98dd38bbafd
|
7
|
+
data.tar.gz: b8acd48c6451d86835cbc2bf390729ba6e78fcaa15d65cb12507ff91e72fd2b7d50c5f534e7f6846e7c508ccb44cdfc5d60f8f06e3a212b86ae7367b7947b05c
|
data/Gemfile.lock
CHANGED
@@ -29341,6 +29341,30 @@
|
|
29341
29341
|
"isDeprecated": false,
|
29342
29342
|
"deprecationReason": null
|
29343
29343
|
},
|
29344
|
+
{
|
29345
|
+
"name": "FEATURE_GROUP_ARCHIVED",
|
29346
|
+
"description": "Feature group archived",
|
29347
|
+
"isDeprecated": false,
|
29348
|
+
"deprecationReason": null
|
29349
|
+
},
|
29350
|
+
{
|
29351
|
+
"name": "FEATURE_GROUP_CREATED",
|
29352
|
+
"description": "Feature group created",
|
29353
|
+
"isDeprecated": false,
|
29354
|
+
"deprecationReason": null
|
29355
|
+
},
|
29356
|
+
{
|
29357
|
+
"name": "FEATURE_GROUP_UN_ARCHIVED",
|
29358
|
+
"description": "Feature group un-archived",
|
29359
|
+
"isDeprecated": false,
|
29360
|
+
"deprecationReason": null
|
29361
|
+
},
|
29362
|
+
{
|
29363
|
+
"name": "FEATURE_GROUP_UPDATED",
|
29364
|
+
"description": "Feature group updated",
|
29365
|
+
"isDeprecated": false,
|
29366
|
+
"deprecationReason": null
|
29367
|
+
},
|
29344
29368
|
{
|
29345
29369
|
"name": "FEATURE_UPDATED",
|
29346
29370
|
"description": "Feature updated",
|
data/lib/stigg/version.rb
CHANGED