stigg-api-client 0.493.0 → 0.499.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: 0b2ac27f652ba78429487e16ebd7a3aee01f5462baa47e76ffb5577e61334f53
4
- data.tar.gz: c8ff89d6c9f5913eca502426ba1dbc943c4c41d5129aa019caa6f89401144bbc
3
+ metadata.gz: 4171fc13e2f4c24f0f95d693085ce53ca4d4f937508d933911178f661226baf2
4
+ data.tar.gz: e6862fbf351b5bf4ed070cdb4780b5df5e71aea5723b6833eb58b22f1d85d9ec
5
5
  SHA512:
6
- metadata.gz: 15b3a1222e898766e0a39b847bdd79c066c92af2c5935d51616f7cd11f6116698ad1c576c3e386ed050db3161fac6ff496d60f53b4792b8e0fbb8d7c6332f884
7
- data.tar.gz: dda1a4f01a4b546ccb818e0cb1351f32b87649958b6b367a9eeda2bc7c68b713371086cd6eba00ae873fbf5725ccb5fac64924295bf5f6d9a7971614d7efc91f
6
+ metadata.gz: 1c30317f0aa16e200f625ba84e8bb9c8897223b3834ceb430ad139c3ba73e8d1353319b81b7b5aa61ed6c296d91211542f388db3924a77ddeb579ff64e5e3c48
7
+ data.tar.gz: 46aaca9c8b4400baa54d9a6728f4ab92ade49e456679014eb254711973489fdcbd010456dcddfd003769278607a8377a2c5b89879f7e2b2d8b6af8e325f6d867
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.493.0)
4
+ stigg-api-client (0.499.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -24296,6 +24296,26 @@
24296
24296
  "defaultValue": null,
24297
24297
  "isDeprecated": false,
24298
24298
  "deprecationReason": null
24299
+ },
24300
+ {
24301
+ "name": "resourceIds",
24302
+ "description": null,
24303
+ "type": {
24304
+ "kind": "LIST",
24305
+ "name": null,
24306
+ "ofType": {
24307
+ "kind": "NON_NULL",
24308
+ "name": null,
24309
+ "ofType": {
24310
+ "kind": "SCALAR",
24311
+ "name": "String",
24312
+ "ofType": null
24313
+ }
24314
+ }
24315
+ },
24316
+ "defaultValue": null,
24317
+ "isDeprecated": false,
24318
+ "deprecationReason": null
24299
24319
  }
24300
24320
  ],
24301
24321
  "interfaces": null,
@@ -50172,6 +50192,12 @@
50172
50192
  "description": null,
50173
50193
  "isDeprecated": false,
50174
50194
  "deprecationReason": null
50195
+ },
50196
+ {
50197
+ "name": "PERSISTENT_CACHE_SERVICE",
50198
+ "description": null,
50199
+ "isDeprecated": false,
50200
+ "deprecationReason": null
50175
50201
  }
50176
50202
  ],
50177
50203
  "possibleTypes": 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.493.0"
4
+ VERSION = "0.499.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.493.0
4
+ version: 0.499.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-07-19 00:00:00.000000000 Z
11
+ date: 2023-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient