stigg-api-client 5.232.0 → 5.233.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: fe07ada5ec2fb172a53d9842d263682b9389a9219da6710b87333bbc0a70c687
4
- data.tar.gz: d1767c8d476082d98bfff480f4ffc3d4f7f5efa640816fd7000fd055fc863017
3
+ metadata.gz: 63f80e71bc669214b91d5b274737da68e87a51002aa7f24849864af44a906f52
4
+ data.tar.gz: 8a321a3dfb3452bcfde0f6ae14547de118564749e506c64de296caac581d96e2
5
5
  SHA512:
6
- metadata.gz: 63df6bc2ea1599da85e2c8ccb458283f93e550cb0eb24a63449ad6a80a8eed304c8b86185d8b41bc411528afe19fa99e714fe7d325d617f649f2c4eae813776f
7
- data.tar.gz: 23728e97bc9c549e76d3992b0bba22be21e9a8870114b03bd7300b003fe63efff6dba15e2bbfbf5072ba7e2d34bd20894867282bc62262431358171dc621fcf5
6
+ metadata.gz: 4cee0c9f229b77185cff10b2ce356cbbbf127ee83e7a1be8cbf68b0d3982c5bc010eaf00e058a000924022ce422d89aacb591c8fb9a6d75245e3d4bb895771ad
7
+ data.tar.gz: 40ec7a252164f2e49a79aa1c805111827049e1d46d010444530d805d191e871a1ab1219ff774f3aa0b5ac3353254eba59296f69058963d024f1cf9ddf66a13e9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.232.0)
4
+ stigg-api-client (5.233.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -4139,6 +4139,49 @@
4139
4139
  "enumValues": null,
4140
4140
  "possibleTypes": null
4141
4141
  },
4142
+ {
4143
+ "kind": "OBJECT",
4144
+ "name": "ApiKeyScope",
4145
+ "description": "Input for defining API key scope permissions",
4146
+ "fields": [
4147
+ {
4148
+ "name": "action",
4149
+ "description": "The action allowed on the resource",
4150
+ "args": [],
4151
+ "type": {
4152
+ "kind": "NON_NULL",
4153
+ "name": null,
4154
+ "ofType": {
4155
+ "kind": "ENUM",
4156
+ "name": "ApiKeyScopeAction",
4157
+ "ofType": null
4158
+ }
4159
+ },
4160
+ "isDeprecated": false,
4161
+ "deprecationReason": null
4162
+ },
4163
+ {
4164
+ "name": "resource",
4165
+ "description": "The resource type for the scope",
4166
+ "args": [],
4167
+ "type": {
4168
+ "kind": "NON_NULL",
4169
+ "name": null,
4170
+ "ofType": {
4171
+ "kind": "ENUM",
4172
+ "name": "ApiKeyScopeResource",
4173
+ "ofType": null
4174
+ }
4175
+ },
4176
+ "isDeprecated": false,
4177
+ "deprecationReason": null
4178
+ }
4179
+ ],
4180
+ "inputFields": null,
4181
+ "interfaces": [],
4182
+ "enumValues": null,
4183
+ "possibleTypes": null
4184
+ },
4142
4185
  {
4143
4186
  "kind": "ENUM",
4144
4187
  "name": "ApiKeyScopeAction",
@@ -82296,6 +82339,47 @@
82296
82339
  "isDeprecated": false,
82297
82340
  "deprecationReason": null
82298
82341
  },
82342
+ {
82343
+ "name": "apiKeyScope",
82344
+ "description": "Returns the scopes assigned to a specific SCOPED API key",
82345
+ "args": [
82346
+ {
82347
+ "name": "apiKeyId",
82348
+ "description": null,
82349
+ "type": {
82350
+ "kind": "NON_NULL",
82351
+ "name": null,
82352
+ "ofType": {
82353
+ "kind": "SCALAR",
82354
+ "name": "UUID",
82355
+ "ofType": null
82356
+ }
82357
+ },
82358
+ "defaultValue": null,
82359
+ "isDeprecated": false,
82360
+ "deprecationReason": null
82361
+ }
82362
+ ],
82363
+ "type": {
82364
+ "kind": "NON_NULL",
82365
+ "name": null,
82366
+ "ofType": {
82367
+ "kind": "LIST",
82368
+ "name": null,
82369
+ "ofType": {
82370
+ "kind": "NON_NULL",
82371
+ "name": null,
82372
+ "ofType": {
82373
+ "kind": "OBJECT",
82374
+ "name": "ApiKeyScope",
82375
+ "ofType": null
82376
+ }
82377
+ }
82378
+ }
82379
+ },
82380
+ "isDeprecated": false,
82381
+ "deprecationReason": null
82382
+ },
82299
82383
  {
82300
82384
  "name": "apiKeys",
82301
82385
  "description": "Retrieve paginated list of API keys",
@@ -82329,6 +82413,30 @@
82329
82413
  "isDeprecated": false,
82330
82414
  "deprecationReason": null
82331
82415
  },
82416
+ {
82417
+ "name": "availableScopes",
82418
+ "description": "Returns all available valid resource-action combinations for API key scopes",
82419
+ "args": [],
82420
+ "type": {
82421
+ "kind": "NON_NULL",
82422
+ "name": null,
82423
+ "ofType": {
82424
+ "kind": "LIST",
82425
+ "name": null,
82426
+ "ofType": {
82427
+ "kind": "NON_NULL",
82428
+ "name": null,
82429
+ "ofType": {
82430
+ "kind": "OBJECT",
82431
+ "name": "ApiKeyScope",
82432
+ "ofType": null
82433
+ }
82434
+ }
82435
+ }
82436
+ },
82437
+ "isDeprecated": false,
82438
+ "deprecationReason": null
82439
+ },
82332
82440
  {
82333
82441
  "name": "billingProducts",
82334
82442
  "description": "List billing products",
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.232.0"
4
+ VERSION = "5.233.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.232.0
4
+ version: 5.233.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg