stigg-api-client 1.189.1 → 1.189.3
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: 2dc1db70295cbf63114d637713cef47e5fc427a2633945a20e1b72b8f83fa109
|
|
4
|
+
data.tar.gz: 688cd951dd9e0396d1f803cd727e064e85ef90ab302f4357727b6b6ae694f418
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b5e0c90b4bf9d7f3138c1a177e18d403ffd8db6bfa437a92fdd00cf74a8667259acf11aa2c4c262b32e32a135855a46615a85f2a6ed6a6d0c3bb4c435835651
|
|
7
|
+
data.tar.gz: 2d9d19950ae4ff0a57d401e57c5ea9af4f332d057c7ae17a838293709fc42468e5f5338f57e73383e38107de0e3e00ae75f906c9b4ba76a082cce404e5838838
|
data/Gemfile.lock
CHANGED
|
@@ -51465,6 +51465,18 @@
|
|
|
51465
51465
|
"isDeprecated": false,
|
|
51466
51466
|
"deprecationReason": null
|
|
51467
51467
|
},
|
|
51468
|
+
{
|
|
51469
|
+
"name": "environmentId",
|
|
51470
|
+
"description": null,
|
|
51471
|
+
"args": [],
|
|
51472
|
+
"type": {
|
|
51473
|
+
"kind": "SCALAR",
|
|
51474
|
+
"name": "String",
|
|
51475
|
+
"ofType": null
|
|
51476
|
+
},
|
|
51477
|
+
"isDeprecated": false,
|
|
51478
|
+
"deprecationReason": null
|
|
51479
|
+
},
|
|
51468
51480
|
{
|
|
51469
51481
|
"name": "feature",
|
|
51470
51482
|
"description": null,
|
|
@@ -51938,6 +51950,18 @@
|
|
|
51938
51950
|
"isDeprecated": false,
|
|
51939
51951
|
"deprecationReason": null
|
|
51940
51952
|
},
|
|
51953
|
+
{
|
|
51954
|
+
"name": "environmentId",
|
|
51955
|
+
"description": null,
|
|
51956
|
+
"args": [],
|
|
51957
|
+
"type": {
|
|
51958
|
+
"kind": "SCALAR",
|
|
51959
|
+
"name": "String",
|
|
51960
|
+
"ofType": null
|
|
51961
|
+
},
|
|
51962
|
+
"isDeprecated": false,
|
|
51963
|
+
"deprecationReason": null
|
|
51964
|
+
},
|
|
51941
51965
|
{
|
|
51942
51966
|
"name": "feature",
|
|
51943
51967
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED