stigg-api-client 5.244.5 → 5.246.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: bcf5c57ffa3ea8f575b68c7f5ddd99cbc75a5f556d466fca85890261cf657907
4
- data.tar.gz: b24d56e10783921584f1011275172788fa9fc26ea70be76095f1a0f8555445a3
3
+ metadata.gz: 64268ec4f2b90dbd1dc7c3ac825d39de6a94ee7087a90235cb514255c41ab73d
4
+ data.tar.gz: 81760836e90621b95e0285f183d0cea9e5c0b13d2400099b16dbb228ee30f8d8
5
5
  SHA512:
6
- metadata.gz: 770644700d45d02c237244305337eda3911a524083a8e758ee152072f52b07fdeee917ba001b7b21cec4f6b8c9a731f2b99d962cac0cf5a9af8cccc70e11fda2
7
- data.tar.gz: f706e5f3aef9386bc2cac59b0f86f0ed058a4ddf828068a0ba111c51b25316c6c141ca3aa667a0c0f30ee75ed06192450f0a1eda6478ce02e21c86fe83bc405d
6
+ metadata.gz: 4c9cb62eee1d981c8ef47600b9bbb421a29b3a71f3565752ec542aa16987b3fc6f94fefa480bd1baf9ad7ffe167a221866f1a9d74e662d6561bc9c5d8effa55b
7
+ data.tar.gz: 339a094e872618f9dc199f3a948ebddc053004ebca213d903f7a55ca50161a590a191599e3965cfde357f3ebd2a86578b5ebfe17d3f1ee32cc080497df83556e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.244.5)
4
+ stigg-api-client (5.246.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -4142,7 +4142,7 @@
4142
4142
  {
4143
4143
  "kind": "OBJECT",
4144
4144
  "name": "ApiKeyScope",
4145
- "description": "Input for defining API key scope permissions",
4145
+ "description": "Input for defining API key scope permissions, valid only for scoped keys",
4146
4146
  "fields": [
4147
4147
  {
4148
4148
  "name": "action",
@@ -4208,7 +4208,7 @@
4208
4208
  {
4209
4209
  "kind": "INPUT_OBJECT",
4210
4210
  "name": "ApiKeyScopeInput",
4211
- "description": "Input for defining API key scope permissions",
4211
+ "description": "Input for defining API key scope permissions, valid only for scoped keys",
4212
4212
  "fields": null,
4213
4213
  "inputFields": [
4214
4214
  {
@@ -14111,7 +14111,7 @@
14111
14111
  },
14112
14112
  {
14113
14113
  "name": "scopes",
14114
- "description": "Input for defining API key scope permissions",
14114
+ "description": "Input for defining API key scope permissions, valid only for scoped keys",
14115
14115
  "type": {
14116
14116
  "kind": "NON_NULL",
14117
14117
  "name": null,
@@ -34386,6 +34386,12 @@
34386
34386
  "isDeprecated": false,
34387
34387
  "deprecationReason": null
34388
34388
  },
34389
+ {
34390
+ "name": "SCOPED_KEY",
34391
+ "description": null,
34392
+ "isDeprecated": false,
34393
+ "deprecationReason": null
34394
+ },
34389
34395
  {
34390
34396
  "name": "SERVICE",
34391
34397
  "description": "Stigg user service key",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.244.5"
4
+ VERSION = "5.246.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: 5.244.5
4
+ version: 5.246.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg