stigg-api-client 5.82.0 → 5.87.1
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 +13 -15
- 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: b324befc77ada2cd3b15ae8efcdca75de0309203617ec54b14bb4d5f793183dc
|
|
4
|
+
data.tar.gz: b8176fd0f31c5a559ef3bea7741407c7b4b44a4df503afa449e5599e3bf6522c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95b44fc23190ce455c872a13893280ded9ec5d51121b16aa0d3a02598b08fa54934376259e41928323a02eb67ce9b7519bd73bbc785ebf965c0c59ed46da9699
|
|
7
|
+
data.tar.gz: 93b85895e13420cf6aa6c03f19d98be5d456a17527dc2e0739126544ed93d1a30b4b9f804d3d2af69d6b602def902e222b55a89f4996e27b318e8e4c099b9ae8
|
data/Gemfile.lock
CHANGED
|
@@ -33228,13 +33228,9 @@
|
|
|
33228
33228
|
"name": "environmentId",
|
|
33229
33229
|
"description": null,
|
|
33230
33230
|
"type": {
|
|
33231
|
-
"kind": "
|
|
33232
|
-
"name":
|
|
33233
|
-
"ofType":
|
|
33234
|
-
"kind": "INPUT_OBJECT",
|
|
33235
|
-
"name": "EventLogEnvironmentIdFilterComparison",
|
|
33236
|
-
"ofType": null
|
|
33237
|
-
}
|
|
33231
|
+
"kind": "INPUT_OBJECT",
|
|
33232
|
+
"name": "EventLogEnvironmentIdFilterComparison",
|
|
33233
|
+
"ofType": null
|
|
33238
33234
|
},
|
|
33239
33235
|
"defaultValue": null,
|
|
33240
33236
|
"isDeprecated": false,
|
|
@@ -33756,6 +33752,12 @@
|
|
|
33756
33752
|
"isDeprecated": false,
|
|
33757
33753
|
"deprecationReason": null
|
|
33758
33754
|
},
|
|
33755
|
+
{
|
|
33756
|
+
"name": "AUTOMATIC_RECHARGE_CONFIGURATION_CHANGED",
|
|
33757
|
+
"description": "Automatic recharge configuration changed",
|
|
33758
|
+
"isDeprecated": false,
|
|
33759
|
+
"deprecationReason": null
|
|
33760
|
+
},
|
|
33759
33761
|
{
|
|
33760
33762
|
"name": "AUTOMATIC_RECHARGE_OPERATION_ATTEMPTED",
|
|
33761
33763
|
"description": "Automatic recharge operation attempted",
|
|
@@ -77228,15 +77230,11 @@
|
|
|
77228
77230
|
"name": "filter",
|
|
77229
77231
|
"description": "Specify to filter the records returned.",
|
|
77230
77232
|
"type": {
|
|
77231
|
-
"kind": "
|
|
77232
|
-
"name":
|
|
77233
|
-
"ofType":
|
|
77234
|
-
"kind": "INPUT_OBJECT",
|
|
77235
|
-
"name": "EventLogFilter",
|
|
77236
|
-
"ofType": null
|
|
77237
|
-
}
|
|
77233
|
+
"kind": "INPUT_OBJECT",
|
|
77234
|
+
"name": "EventLogFilter",
|
|
77235
|
+
"ofType": null
|
|
77238
77236
|
},
|
|
77239
|
-
"defaultValue":
|
|
77237
|
+
"defaultValue": "{}",
|
|
77240
77238
|
"isDeprecated": false,
|
|
77241
77239
|
"deprecationReason": null
|
|
77242
77240
|
},
|
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: 5.
|
|
4
|
+
version: 5.87.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|