stigg-api-client 1.222.0 → 1.225.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 +89 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38031ff08c343e83bb745226d00a9a74e3ab83818b2fddf050e43713fea0c427
|
4
|
+
data.tar.gz: 9ff62ce386173bb4d48423b30520400020f484ff10c129f10f6ba6010e984d89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3ba2ea14190eaa210856cc8d307cd8542155a709f0aec324fb9f1ccbd7236981c5545369fc8adfb8e5ab0caa0038a61f3fcc6b509187ba9de0825fe15f5b04b
|
7
|
+
data.tar.gz: 1f658385c6d209461c6ca37e460203d9424d6300b09050cd3925155000b9e7fb051295e5525212b9f013a2b6e80e371eff33c0abdabbfa5ef724cf01171b3a75
|
data/Gemfile.lock
CHANGED
@@ -24884,6 +24884,18 @@
|
|
24884
24884
|
"isDeprecated": false,
|
24885
24885
|
"deprecationReason": null
|
24886
24886
|
},
|
24887
|
+
{
|
24888
|
+
"name": "id",
|
24889
|
+
"description": null,
|
24890
|
+
"args": [],
|
24891
|
+
"type": {
|
24892
|
+
"kind": "SCALAR",
|
24893
|
+
"name": "String",
|
24894
|
+
"ofType": null
|
24895
|
+
},
|
24896
|
+
"isDeprecated": false,
|
24897
|
+
"deprecationReason": null
|
24898
|
+
},
|
24887
24899
|
{
|
24888
24900
|
"name": "parentEntityId",
|
24889
24901
|
"description": null,
|
@@ -25006,6 +25018,18 @@
|
|
25006
25018
|
"isDeprecated": false,
|
25007
25019
|
"deprecationReason": null
|
25008
25020
|
},
|
25021
|
+
{
|
25022
|
+
"name": "id",
|
25023
|
+
"description": null,
|
25024
|
+
"args": [],
|
25025
|
+
"type": {
|
25026
|
+
"kind": "SCALAR",
|
25027
|
+
"name": "Int",
|
25028
|
+
"ofType": null
|
25029
|
+
},
|
25030
|
+
"isDeprecated": false,
|
25031
|
+
"deprecationReason": null
|
25032
|
+
},
|
25009
25033
|
{
|
25010
25034
|
"name": "parentEntityId",
|
25011
25035
|
"description": null,
|
@@ -25321,6 +25345,18 @@
|
|
25321
25345
|
"isDeprecated": false,
|
25322
25346
|
"deprecationReason": null
|
25323
25347
|
},
|
25348
|
+
{
|
25349
|
+
"name": "id",
|
25350
|
+
"description": null,
|
25351
|
+
"type": {
|
25352
|
+
"kind": "INPUT_OBJECT",
|
25353
|
+
"name": "EventLogIdFilterComparison",
|
25354
|
+
"ofType": null
|
25355
|
+
},
|
25356
|
+
"defaultValue": null,
|
25357
|
+
"isDeprecated": false,
|
25358
|
+
"deprecationReason": null
|
25359
|
+
},
|
25324
25360
|
{
|
25325
25361
|
"name": "or",
|
25326
25362
|
"description": null,
|
@@ -25358,6 +25394,29 @@
|
|
25358
25394
|
"enumValues": null,
|
25359
25395
|
"possibleTypes": null
|
25360
25396
|
},
|
25397
|
+
{
|
25398
|
+
"kind": "INPUT_OBJECT",
|
25399
|
+
"name": "EventLogIdFilterComparison",
|
25400
|
+
"description": null,
|
25401
|
+
"fields": null,
|
25402
|
+
"inputFields": [
|
25403
|
+
{
|
25404
|
+
"name": "eq",
|
25405
|
+
"description": null,
|
25406
|
+
"type": {
|
25407
|
+
"kind": "SCALAR",
|
25408
|
+
"name": "String",
|
25409
|
+
"ofType": null
|
25410
|
+
},
|
25411
|
+
"defaultValue": null,
|
25412
|
+
"isDeprecated": false,
|
25413
|
+
"deprecationReason": null
|
25414
|
+
}
|
25415
|
+
],
|
25416
|
+
"interfaces": null,
|
25417
|
+
"enumValues": null,
|
25418
|
+
"possibleTypes": null
|
25419
|
+
},
|
25361
25420
|
{
|
25362
25421
|
"kind": "OBJECT",
|
25363
25422
|
"name": "EventLogMaxAggregate",
|
@@ -25411,6 +25470,18 @@
|
|
25411
25470
|
"isDeprecated": false,
|
25412
25471
|
"deprecationReason": null
|
25413
25472
|
},
|
25473
|
+
{
|
25474
|
+
"name": "id",
|
25475
|
+
"description": null,
|
25476
|
+
"args": [],
|
25477
|
+
"type": {
|
25478
|
+
"kind": "SCALAR",
|
25479
|
+
"name": "String",
|
25480
|
+
"ofType": null
|
25481
|
+
},
|
25482
|
+
"isDeprecated": false,
|
25483
|
+
"deprecationReason": null
|
25484
|
+
},
|
25414
25485
|
{
|
25415
25486
|
"name": "parentEntityId",
|
25416
25487
|
"description": null,
|
@@ -25482,6 +25553,18 @@
|
|
25482
25553
|
"isDeprecated": false,
|
25483
25554
|
"deprecationReason": null
|
25484
25555
|
},
|
25556
|
+
{
|
25557
|
+
"name": "id",
|
25558
|
+
"description": null,
|
25559
|
+
"args": [],
|
25560
|
+
"type": {
|
25561
|
+
"kind": "SCALAR",
|
25562
|
+
"name": "String",
|
25563
|
+
"ofType": null
|
25564
|
+
},
|
25565
|
+
"isDeprecated": false,
|
25566
|
+
"deprecationReason": null
|
25567
|
+
},
|
25485
25568
|
{
|
25486
25569
|
"name": "parentEntityId",
|
25487
25570
|
"description": null,
|
@@ -25630,6 +25713,12 @@
|
|
25630
25713
|
"isDeprecated": false,
|
25631
25714
|
"deprecationReason": null
|
25632
25715
|
},
|
25716
|
+
{
|
25717
|
+
"name": "id",
|
25718
|
+
"description": null,
|
25719
|
+
"isDeprecated": false,
|
25720
|
+
"deprecationReason": null
|
25721
|
+
},
|
25633
25722
|
{
|
25634
25723
|
"name": "parentEntityId",
|
25635
25724
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stigg-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.225.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|