stigg-api-client 0.523.0 → 0.524.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: e44d0768bfd55cfec691c3e975b45aa2e3a29e22bb78c2a0bda0ece33e4ebf6a
4
- data.tar.gz: a9e9d20820aabcee1ca09792546327c784c051804bf3314f0b4786a7b12360eb
3
+ metadata.gz: dd60cc365a65a0f32e3a5e0dcc8c8381db66287806b1138267a176858e36abf3
4
+ data.tar.gz: dd936e7dcdac5c5f87cbb1b19a4295f013c00872081194cece0f1b9ef65217c7
5
5
  SHA512:
6
- metadata.gz: b571fa7e98d6361f979f9a91ac388617143428cc71444b47e39f2ef95461166f35b6f903cd0abf9e217d17023fc31424771161cbeb229467a7791b733e0be74a
7
- data.tar.gz: 621815c775da5d7ff05ff1629e79ddc4ce07bf28ca8b83083553228cc2012ff6abd398fa2b56cbcdaaf74608a11765647bd27b1a21095239be460294ff4d7969
6
+ metadata.gz: 4868c5a6337dc39ed031405cc9453e631b32ee6b43502aa332f5b623fff57eb4957b47292260182997c33fc8abaddb02460440684909c14fe259618347195953
7
+ data.tar.gz: 6b4f9ddc9be531ee8a51a1999bcda066209573a7e0efbdc7f9de8a40ed92fb2d49cbaa69d43be468ed2373e3d0287babc33ef7260e230cac55f9ec0c71f2d8c0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.523.0)
4
+ stigg-api-client (0.524.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -55746,6 +55746,22 @@
55746
55746
  "isDeprecated": false,
55747
55747
  "deprecationReason": null
55748
55748
  },
55749
+ {
55750
+ "name": "requiresAction",
55751
+ "description": null,
55752
+ "args": [],
55753
+ "type": {
55754
+ "kind": "NON_NULL",
55755
+ "name": null,
55756
+ "ofType": {
55757
+ "kind": "SCALAR",
55758
+ "name": "Boolean",
55759
+ "ofType": null
55760
+ }
55761
+ },
55762
+ "isDeprecated": false,
55763
+ "deprecationReason": null
55764
+ },
55749
55765
  {
55750
55766
  "name": "status",
55751
55767
  "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 = "0.523.0"
4
+ VERSION = "0.524.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: 0.523.0
4
+ version: 0.524.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-05 00:00:00.000000000 Z
11
+ date: 2023-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient