stigg-api-client 1.172.1 → 1.175.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c24d28cd1baeae1223397e7b9e114123a93a993905292a10f0c0c65fd9c5aba
4
- data.tar.gz: 3a00bf7b669f5bf5abf85c8210b9e3348a32d05385d7ade807c6391328350742
3
+ metadata.gz: e96651bf6a6ca1cf7cbf7181ec0ecaa37949bd75353bf73b61cbc127fc307a3f
4
+ data.tar.gz: 8a5d7e63b16e4850ddb12c9b853665b7450c73e0cebdd2bb1eaa6f319bd1c94d
5
5
  SHA512:
6
- metadata.gz: 196aa870728fcd9c927c597eb42a08c70a37056ff85cb6ce26d94f037d4281ce4c1eb0725cf6eafdb167faef808eb4d7a4a26cb3b9c7271a8754a8ed07942651
7
- data.tar.gz: 14c582f3bbdd0cc04ba58db2df7c48cbe3754dbd9a3e4c88cd25196cf4420b9356f9cf93c9c9d5394ccfbdec2d58c14c9a2a8f0b093aabd101c1a1350e1fc8f3
6
+ metadata.gz: d12c23fb41c8eba90752088e527a3fbe7c4ba0aa1df16c33b2687420c23fb553ce4d2ae02c4ad28e1c3109c850a60e539fa9c8a11334c48524b14de191908cd9
7
+ data.tar.gz: 444832d8c22575ee83dd2657d5d4693574d322693a29e97d21e62b2d5620f155fd12061556b1f94cd2b18ee5b446877f71d6b94293af3fb9070f16944189c609
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.172.1)
4
+ stigg-api-client (1.175.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.172.1"
4
+ VERSION = "1.175.0"
5
5
  end
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.172.1
4
+ version: 1.175.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-05-08 00:00:00.000000000 Z
11
+ date: 2024-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient