stigg-api-client 2.131.2 → 2.141.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: 16d2a3beaab373c89f88086e415bcbb93064739e589ebc1c984317582111320d
4
- data.tar.gz: dbd57b2e74a77994d176be9f66a2c3ff9974968ee62e87f30d24300560d9d826
3
+ metadata.gz: 0aca936ec105aab7004ddb7f9009550740a8ffc4b53eaedec2ec3ff1f4b9e4cc
4
+ data.tar.gz: 12b7a07127cc60d0e36d751988850b7750f22dd0c49a3ba293867d29d025f4d3
5
5
  SHA512:
6
- metadata.gz: c68e9cdfbdec58a641e1e10a78b30df24966bc925f7d90f2915322e18ac8bad4de5253d7d2c45426c306945765e764ffb64984e6a75026b268e3cb0c913a7998
7
- data.tar.gz: d49b1e5fa3004e925e98f8eb91cffb151aacb776072a9a14acd561fc17e66f9899561e594aba47205492ba39fdb455dfa419a6ef3965084e973ec48b9da8e883
6
+ metadata.gz: 24eb95dbb1ca85650ff595d5e07bb47b7327e80a8f3d68bd82ccba3390c0254470e813d5742bb337a9541b56339a7de999aa10ba40c7acb39fba2bef1f924fe3
7
+ data.tar.gz: 24f1a92c2ad88ef9d691e94497b5815d9bcbcebe363e51c5deac31481a65fe39b23b3e7e31a144cbaa02d9afebcd658c7cf9e6a2e34bd824af210123fd62ba97
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.131.2)
4
+ stigg-api-client (2.141.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -26638,6 +26638,30 @@
26638
26638
  "name": "EventRequest",
26639
26639
  "description": "Event request properties",
26640
26640
  "fields": [
26641
+ {
26642
+ "name": "body",
26643
+ "description": "The request body",
26644
+ "args": [],
26645
+ "type": {
26646
+ "kind": "SCALAR",
26647
+ "name": "JSON",
26648
+ "ofType": null
26649
+ },
26650
+ "isDeprecated": false,
26651
+ "deprecationReason": null
26652
+ },
26653
+ {
26654
+ "name": "response",
26655
+ "description": "The request response",
26656
+ "args": [],
26657
+ "type": {
26658
+ "kind": "SCALAR",
26659
+ "name": "JSON",
26660
+ "ofType": null
26661
+ },
26662
+ "isDeprecated": false,
26663
+ "deprecationReason": null
26664
+ },
26641
26665
  {
26642
26666
  "name": "traceId",
26643
26667
  "description": "The request trace ID",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.131.2"
4
+ VERSION = "2.141.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: 2.131.2
4
+ version: 2.141.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-09-19 00:00:00.000000000 Z
11
+ date: 2024-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient