stigg-api-client 1.173.0 → 1.175.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 +48 -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: e96651bf6a6ca1cf7cbf7181ec0ecaa37949bd75353bf73b61cbc127fc307a3f
|
|
4
|
+
data.tar.gz: 8a5d7e63b16e4850ddb12c9b853665b7450c73e0cebdd2bb1eaa6f319bd1c94d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d12c23fb41c8eba90752088e527a3fbe7c4ba0aa1df16c33b2687420c23fb553ce4d2ae02c4ad28e1c3109c850a60e539fa9c8a11334c48524b14de191908cd9
|
|
7
|
+
data.tar.gz: 444832d8c22575ee83dd2657d5d4693574d322693a29e97d21e62b2d5620f155fd12061556b1f94cd2b18ee5b446877f71d6b94293af3fb9070f16944189c609
|
data/Gemfile.lock
CHANGED
|
@@ -8844,6 +8844,18 @@
|
|
|
8844
8844
|
"description": null,
|
|
8845
8845
|
"fields": null,
|
|
8846
8846
|
"inputFields": [
|
|
8847
|
+
{
|
|
8848
|
+
"name": "configuration",
|
|
8849
|
+
"description": "A JSON containing the configuration for each event log type",
|
|
8850
|
+
"type": {
|
|
8851
|
+
"kind": "SCALAR",
|
|
8852
|
+
"name": "JSON",
|
|
8853
|
+
"ofType": null
|
|
8854
|
+
},
|
|
8855
|
+
"defaultValue": null,
|
|
8856
|
+
"isDeprecated": false,
|
|
8857
|
+
"deprecationReason": null
|
|
8858
|
+
},
|
|
8847
8859
|
{
|
|
8848
8860
|
"name": "createdAt",
|
|
8849
8861
|
"description": null,
|
|
@@ -29523,6 +29535,18 @@
|
|
|
29523
29535
|
"isDeprecated": false,
|
|
29524
29536
|
"deprecationReason": null
|
|
29525
29537
|
},
|
|
29538
|
+
{
|
|
29539
|
+
"name": "configuration",
|
|
29540
|
+
"description": "A JSON containing the configuration for each event log type",
|
|
29541
|
+
"args": [],
|
|
29542
|
+
"type": {
|
|
29543
|
+
"kind": "SCALAR",
|
|
29544
|
+
"name": "JSON",
|
|
29545
|
+
"ofType": null
|
|
29546
|
+
},
|
|
29547
|
+
"isDeprecated": false,
|
|
29548
|
+
"deprecationReason": null
|
|
29549
|
+
},
|
|
29526
29550
|
{
|
|
29527
29551
|
"name": "createdAt",
|
|
29528
29552
|
"description": null,
|
|
@@ -29879,6 +29903,18 @@
|
|
|
29879
29903
|
"name": "HookDeleteResponse",
|
|
29880
29904
|
"description": null,
|
|
29881
29905
|
"fields": [
|
|
29906
|
+
{
|
|
29907
|
+
"name": "configuration",
|
|
29908
|
+
"description": "A JSON containing the configuration for each event log type",
|
|
29909
|
+
"args": [],
|
|
29910
|
+
"type": {
|
|
29911
|
+
"kind": "SCALAR",
|
|
29912
|
+
"name": "JSON",
|
|
29913
|
+
"ofType": null
|
|
29914
|
+
},
|
|
29915
|
+
"isDeprecated": false,
|
|
29916
|
+
"deprecationReason": null
|
|
29917
|
+
},
|
|
29882
29918
|
{
|
|
29883
29919
|
"name": "createdAt",
|
|
29884
29920
|
"description": null,
|
|
@@ -74806,6 +74842,18 @@
|
|
|
74806
74842
|
"description": null,
|
|
74807
74843
|
"fields": null,
|
|
74808
74844
|
"inputFields": [
|
|
74845
|
+
{
|
|
74846
|
+
"name": "configuration",
|
|
74847
|
+
"description": "A JSON containing the configuration for each event log type",
|
|
74848
|
+
"type": {
|
|
74849
|
+
"kind": "SCALAR",
|
|
74850
|
+
"name": "JSON",
|
|
74851
|
+
"ofType": null
|
|
74852
|
+
},
|
|
74853
|
+
"defaultValue": null,
|
|
74854
|
+
"isDeprecated": false,
|
|
74855
|
+
"deprecationReason": null
|
|
74856
|
+
},
|
|
74809
74857
|
{
|
|
74810
74858
|
"name": "createdAt",
|
|
74811
74859
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED