stigg-api-client 0.714.0 → 0.715.4

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: 9f3a33f8c8af84dd96cc3bf7b3ac601c867b6feca7a431ae33718e62bcf86d3d
4
- data.tar.gz: c76d3e2cf6c5c4fd92297be10cd9a12942751ee861521c24043d1ef209b70f57
3
+ metadata.gz: '024129b74a3978c790c72230b181b54a6821f082ea2370191d98b791bb9258a1'
4
+ data.tar.gz: 1416b86be10ab548aa80f1f5eaaa53cec529387716d530dd8a8cafa9c95f98e0
5
5
  SHA512:
6
- metadata.gz: 87fbcb11c0c6eaa42b643dc7631ff32ab5661b9cb958ade481e62ec9086d6e3e3cfe66fc3bc67519ed5a5262089f4015d5c6b5b7ab99ccd1bb6d9daa1bf76c9f
7
- data.tar.gz: 1861ad66ff5d473769f169944bd4cba177c905a6ac9d2e6cfc65b904f7b7c1e227e3819de3cdef1c04e13866045c984eabb30f84fa1ffec4d4d6478115c5d34f
6
+ metadata.gz: e7d88fb154279a9adb8a07898a5d74bf3034dae1930ca90cae394e280f38b5c19e6185e1b3d0d5dfdaab51f7013a36b11295ea4ae57a1708c1ede1c7c52b96a7
7
+ data.tar.gz: 7f6ba10c8e32a12b63e967b2206ec66a666e975c00b08ba51b7627adb79ab26319d8decbc2944a032a365f0c2c3a455f6a92fc2b329a9d661c8b12424dfaad44
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.714.0)
4
+ stigg-api-client (0.715.4)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -67574,6 +67574,18 @@
67574
67574
  "isDeprecated": false,
67575
67575
  "deprecationReason": null
67576
67576
  },
67577
+ {
67578
+ "name": "resourceId",
67579
+ "description": null,
67580
+ "args": [],
67581
+ "type": {
67582
+ "kind": "SCALAR",
67583
+ "name": "String",
67584
+ "ofType": null
67585
+ },
67586
+ "isDeprecated": false,
67587
+ "deprecationReason": null
67588
+ },
67577
67589
  {
67578
67590
  "name": "timestamp",
67579
67591
  "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.714.0"
4
+ VERSION = "0.715.4"
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.714.0
4
+ version: 0.715.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-22 00:00:00.000000000 Z
11
+ date: 2023-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient