stigg-api-client 1.212.0 → 1.214.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 +107 -4
- 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: 3142f3a5a71ebfa484fe1bc170df76d3fad6bbf8a2a1dae60d639ed4deb80c0d
|
|
4
|
+
data.tar.gz: 0b3db43e1da8444a2f3660546dad545a1365232053c80e488864462119ef36ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bc375ee265e6ffee9bbaa85218a34eb202361eb242274fc2826eff016fc5cbe9f83c26d70e5d01396873131c1cc1889e77ec7f917942109f142b4fc162c1234
|
|
7
|
+
data.tar.gz: 2d67c9571e086fdafc0bd633308ff165351fe37cb4d9a031febbfcf9f5b845d65fe31996b53f1bf21074055fcca3d0124687c783335cf0ce96aaf2484a9c65c6
|
data/Gemfile.lock
CHANGED
|
@@ -24002,6 +24002,12 @@
|
|
|
24002
24002
|
"isDeprecated": false,
|
|
24003
24003
|
"deprecationReason": null
|
|
24004
24004
|
},
|
|
24005
|
+
{
|
|
24006
|
+
"name": "SubscriptionDoesNotHaveBillingPeriod",
|
|
24007
|
+
"description": null,
|
|
24008
|
+
"isDeprecated": false,
|
|
24009
|
+
"deprecationReason": null
|
|
24010
|
+
},
|
|
24005
24011
|
{
|
|
24006
24012
|
"name": "SubscriptionInvoiceStatusError",
|
|
24007
24013
|
"description": null,
|
|
@@ -24824,6 +24830,18 @@
|
|
|
24824
24830
|
"isDeprecated": false,
|
|
24825
24831
|
"deprecationReason": null
|
|
24826
24832
|
},
|
|
24833
|
+
{
|
|
24834
|
+
"name": "environmentId",
|
|
24835
|
+
"description": null,
|
|
24836
|
+
"args": [],
|
|
24837
|
+
"type": {
|
|
24838
|
+
"kind": "SCALAR",
|
|
24839
|
+
"name": "String",
|
|
24840
|
+
"ofType": null
|
|
24841
|
+
},
|
|
24842
|
+
"isDeprecated": false,
|
|
24843
|
+
"deprecationReason": null
|
|
24844
|
+
},
|
|
24827
24845
|
{
|
|
24828
24846
|
"name": "eventLogType",
|
|
24829
24847
|
"description": null,
|
|
@@ -24934,6 +24952,18 @@
|
|
|
24934
24952
|
"isDeprecated": false,
|
|
24935
24953
|
"deprecationReason": null
|
|
24936
24954
|
},
|
|
24955
|
+
{
|
|
24956
|
+
"name": "environmentId",
|
|
24957
|
+
"description": null,
|
|
24958
|
+
"args": [],
|
|
24959
|
+
"type": {
|
|
24960
|
+
"kind": "SCALAR",
|
|
24961
|
+
"name": "Int",
|
|
24962
|
+
"ofType": null
|
|
24963
|
+
},
|
|
24964
|
+
"isDeprecated": false,
|
|
24965
|
+
"deprecationReason": null
|
|
24966
|
+
},
|
|
24937
24967
|
{
|
|
24938
24968
|
"name": "eventLogType",
|
|
24939
24969
|
"description": null,
|
|
@@ -25085,6 +25115,29 @@
|
|
|
25085
25115
|
"enumValues": null,
|
|
25086
25116
|
"possibleTypes": null
|
|
25087
25117
|
},
|
|
25118
|
+
{
|
|
25119
|
+
"kind": "INPUT_OBJECT",
|
|
25120
|
+
"name": "EventLogEnvironmentIdFilterComparison",
|
|
25121
|
+
"description": null,
|
|
25122
|
+
"fields": null,
|
|
25123
|
+
"inputFields": [
|
|
25124
|
+
{
|
|
25125
|
+
"name": "eq",
|
|
25126
|
+
"description": null,
|
|
25127
|
+
"type": {
|
|
25128
|
+
"kind": "SCALAR",
|
|
25129
|
+
"name": "String",
|
|
25130
|
+
"ofType": null
|
|
25131
|
+
},
|
|
25132
|
+
"defaultValue": null,
|
|
25133
|
+
"isDeprecated": false,
|
|
25134
|
+
"deprecationReason": null
|
|
25135
|
+
}
|
|
25136
|
+
],
|
|
25137
|
+
"interfaces": null,
|
|
25138
|
+
"enumValues": null,
|
|
25139
|
+
"possibleTypes": null
|
|
25140
|
+
},
|
|
25088
25141
|
{
|
|
25089
25142
|
"kind": "INPUT_OBJECT",
|
|
25090
25143
|
"name": "EventLogEventLogTypeFilterComparison",
|
|
@@ -25210,6 +25263,22 @@
|
|
|
25210
25263
|
"isDeprecated": false,
|
|
25211
25264
|
"deprecationReason": null
|
|
25212
25265
|
},
|
|
25266
|
+
{
|
|
25267
|
+
"name": "environmentId",
|
|
25268
|
+
"description": null,
|
|
25269
|
+
"type": {
|
|
25270
|
+
"kind": "NON_NULL",
|
|
25271
|
+
"name": null,
|
|
25272
|
+
"ofType": {
|
|
25273
|
+
"kind": "INPUT_OBJECT",
|
|
25274
|
+
"name": "EventLogEnvironmentIdFilterComparison",
|
|
25275
|
+
"ofType": null
|
|
25276
|
+
}
|
|
25277
|
+
},
|
|
25278
|
+
"defaultValue": null,
|
|
25279
|
+
"isDeprecated": false,
|
|
25280
|
+
"deprecationReason": null
|
|
25281
|
+
},
|
|
25213
25282
|
{
|
|
25214
25283
|
"name": "eventLogType",
|
|
25215
25284
|
"description": null,
|
|
@@ -25288,6 +25357,18 @@
|
|
|
25288
25357
|
"isDeprecated": false,
|
|
25289
25358
|
"deprecationReason": null
|
|
25290
25359
|
},
|
|
25360
|
+
{
|
|
25361
|
+
"name": "environmentId",
|
|
25362
|
+
"description": null,
|
|
25363
|
+
"args": [],
|
|
25364
|
+
"type": {
|
|
25365
|
+
"kind": "SCALAR",
|
|
25366
|
+
"name": "String",
|
|
25367
|
+
"ofType": null
|
|
25368
|
+
},
|
|
25369
|
+
"isDeprecated": false,
|
|
25370
|
+
"deprecationReason": null
|
|
25371
|
+
},
|
|
25291
25372
|
{
|
|
25292
25373
|
"name": "eventLogType",
|
|
25293
25374
|
"description": null,
|
|
@@ -25347,6 +25428,18 @@
|
|
|
25347
25428
|
"isDeprecated": false,
|
|
25348
25429
|
"deprecationReason": null
|
|
25349
25430
|
},
|
|
25431
|
+
{
|
|
25432
|
+
"name": "environmentId",
|
|
25433
|
+
"description": null,
|
|
25434
|
+
"args": [],
|
|
25435
|
+
"type": {
|
|
25436
|
+
"kind": "SCALAR",
|
|
25437
|
+
"name": "String",
|
|
25438
|
+
"ofType": null
|
|
25439
|
+
},
|
|
25440
|
+
"isDeprecated": false,
|
|
25441
|
+
"deprecationReason": null
|
|
25442
|
+
},
|
|
25350
25443
|
{
|
|
25351
25444
|
"name": "eventLogType",
|
|
25352
25445
|
"description": null,
|
|
@@ -25495,6 +25588,12 @@
|
|
|
25495
25588
|
"isDeprecated": false,
|
|
25496
25589
|
"deprecationReason": null
|
|
25497
25590
|
},
|
|
25591
|
+
{
|
|
25592
|
+
"name": "environmentId",
|
|
25593
|
+
"description": null,
|
|
25594
|
+
"isDeprecated": false,
|
|
25595
|
+
"deprecationReason": null
|
|
25596
|
+
},
|
|
25498
25597
|
{
|
|
25499
25598
|
"name": "eventLogType",
|
|
25500
25599
|
"description": null,
|
|
@@ -60923,11 +61022,15 @@
|
|
|
60923
61022
|
"name": "filter",
|
|
60924
61023
|
"description": "Specify to filter the records returned.",
|
|
60925
61024
|
"type": {
|
|
60926
|
-
"kind": "
|
|
60927
|
-
"name":
|
|
60928
|
-
"ofType":
|
|
61025
|
+
"kind": "NON_NULL",
|
|
61026
|
+
"name": null,
|
|
61027
|
+
"ofType": {
|
|
61028
|
+
"kind": "INPUT_OBJECT",
|
|
61029
|
+
"name": "EventLogFilter",
|
|
61030
|
+
"ofType": null
|
|
61031
|
+
}
|
|
60929
61032
|
},
|
|
60930
|
-
"defaultValue":
|
|
61033
|
+
"defaultValue": null,
|
|
60931
61034
|
"isDeprecated": false,
|
|
60932
61035
|
"deprecationReason": null
|
|
60933
61036
|
},
|
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.214.3
|
|
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-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|