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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a77f9d032208db5cf2a51efd86bda837e355977a3d4d42dd5a8ad477b9b23865
4
- data.tar.gz: f00c2cc639208dd1404eb7647126997507f04e7633759c8b81062b2715484a18
3
+ metadata.gz: e96651bf6a6ca1cf7cbf7181ec0ecaa37949bd75353bf73b61cbc127fc307a3f
4
+ data.tar.gz: 8a5d7e63b16e4850ddb12c9b853665b7450c73e0cebdd2bb1eaa6f319bd1c94d
5
5
  SHA512:
6
- metadata.gz: d07fee9bb45dfc0786adf5f030fee9b77bb551cc868bb81661eeb216788848ca289847697b964c1057f9e49e499d8d1358f84bbf4ad59c45225ee74378fc75ed
7
- data.tar.gz: 130b0ba0d2974f2caf4f4381a6b2d460f1013c1a4327570ab73d236b1036d226a19277b84e85a4989e7e6af79d476f1a4c07f91aa117c8afd3702561d737fa95
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.173.0)
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.173.0"
4
+ VERSION = "1.175.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.173.0
4
+ version: 1.175.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg