stigg-api-client 5.230.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: 435bd301ade2291f22a3ffd1c2eb5f43ac1055ddfd24b801b1fe3aab34913c63
4
- data.tar.gz: af25ac40d28c1964d15327688540699cc20007c6ce80d41952d5f0fa413e3255
3
+ metadata.gz: 63f80e71bc669214b91d5b274737da68e87a51002aa7f24849864af44a906f52
4
+ data.tar.gz: 8a321a3dfb3452bcfde0f6ae14547de118564749e506c64de296caac581d96e2
5
5
  SHA512:
6
- metadata.gz: 243a5b5f2dfca37d6a568465cdf345608730d629a370f575113caf50551a333553d22c16445451baf086d272e122d4edf5d7fe62ae0c2c5b8e0de615475bd292
7
- data.tar.gz: c213429d91d28b24694bbe012e173995708f8889ca62363a86723fba62aceb664449a6ca475145ea09b8749e547d782e99d7a83578263291cadcfb48dc603fdd
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.230.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,156 @@
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
+ },
4185
+ {
4186
+ "kind": "ENUM",
4187
+ "name": "ApiKeyScopeAction",
4188
+ "description": "The action type for API key scope permissions",
4189
+ "fields": null,
4190
+ "inputFields": null,
4191
+ "interfaces": null,
4192
+ "enumValues": [
4193
+ {
4194
+ "name": "READ",
4195
+ "description": "Read access",
4196
+ "isDeprecated": false,
4197
+ "deprecationReason": null
4198
+ },
4199
+ {
4200
+ "name": "WRITE",
4201
+ "description": "Write access",
4202
+ "isDeprecated": false,
4203
+ "deprecationReason": null
4204
+ }
4205
+ ],
4206
+ "possibleTypes": null
4207
+ },
4208
+ {
4209
+ "kind": "INPUT_OBJECT",
4210
+ "name": "ApiKeyScopeInput",
4211
+ "description": "Input for defining API key scope permissions",
4212
+ "fields": null,
4213
+ "inputFields": [
4214
+ {
4215
+ "name": "action",
4216
+ "description": "The action allowed on the resource",
4217
+ "type": {
4218
+ "kind": "NON_NULL",
4219
+ "name": null,
4220
+ "ofType": {
4221
+ "kind": "ENUM",
4222
+ "name": "ApiKeyScopeAction",
4223
+ "ofType": null
4224
+ }
4225
+ },
4226
+ "defaultValue": null,
4227
+ "isDeprecated": false,
4228
+ "deprecationReason": null
4229
+ },
4230
+ {
4231
+ "name": "resource",
4232
+ "description": "The resource type for the scope",
4233
+ "type": {
4234
+ "kind": "NON_NULL",
4235
+ "name": null,
4236
+ "ofType": {
4237
+ "kind": "ENUM",
4238
+ "name": "ApiKeyScopeResource",
4239
+ "ofType": null
4240
+ }
4241
+ },
4242
+ "defaultValue": null,
4243
+ "isDeprecated": false,
4244
+ "deprecationReason": null
4245
+ }
4246
+ ],
4247
+ "interfaces": null,
4248
+ "enumValues": null,
4249
+ "possibleTypes": null
4250
+ },
4251
+ {
4252
+ "kind": "ENUM",
4253
+ "name": "ApiKeyScopeResource",
4254
+ "description": "The resource type for API key scope permissions",
4255
+ "fields": null,
4256
+ "inputFields": null,
4257
+ "interfaces": null,
4258
+ "enumValues": [
4259
+ {
4260
+ "name": "API_KEY",
4261
+ "description": "API key management, read and write are allowed",
4262
+ "isDeprecated": false,
4263
+ "deprecationReason": null
4264
+ },
4265
+ {
4266
+ "name": "COUPON",
4267
+ "description": "Coupon resources, only write is allowed",
4268
+ "isDeprecated": false,
4269
+ "deprecationReason": null
4270
+ },
4271
+ {
4272
+ "name": "CUSTOMER",
4273
+ "description": "Customer resources, only write is allowed",
4274
+ "isDeprecated": false,
4275
+ "deprecationReason": null
4276
+ },
4277
+ {
4278
+ "name": "ENVIRONMENT",
4279
+ "description": "Environment-level resources, read and write are allowed",
4280
+ "isDeprecated": false,
4281
+ "deprecationReason": null
4282
+ },
4283
+ {
4284
+ "name": "SUBSCRIPTION",
4285
+ "description": "Subscription resources, only write is allowed",
4286
+ "isDeprecated": false,
4287
+ "deprecationReason": null
4288
+ }
4289
+ ],
4290
+ "possibleTypes": null
4291
+ },
4142
4292
  {
4143
4293
  "kind": "INPUT_OBJECT",
4144
4294
  "name": "ApiKeySort",
@@ -13938,6 +14088,30 @@
13938
14088
  "defaultValue": null,
13939
14089
  "isDeprecated": false,
13940
14090
  "deprecationReason": null
14091
+ },
14092
+ {
14093
+ "name": "scopes",
14094
+ "description": "Input for defining API key scope permissions",
14095
+ "type": {
14096
+ "kind": "NON_NULL",
14097
+ "name": null,
14098
+ "ofType": {
14099
+ "kind": "LIST",
14100
+ "name": null,
14101
+ "ofType": {
14102
+ "kind": "NON_NULL",
14103
+ "name": null,
14104
+ "ofType": {
14105
+ "kind": "INPUT_OBJECT",
14106
+ "name": "ApiKeyScopeInput",
14107
+ "ofType": null
14108
+ }
14109
+ }
14110
+ }
14111
+ },
14112
+ "defaultValue": null,
14113
+ "isDeprecated": false,
14114
+ "deprecationReason": null
13941
14115
  }
13942
14116
  ],
13943
14117
  "interfaces": null,
@@ -32741,6 +32915,12 @@
32741
32915
  "isDeprecated": false,
32742
32916
  "deprecationReason": null
32743
32917
  },
32918
+ {
32919
+ "name": "AuthorizationServiceError",
32920
+ "description": "Authorization service error occurred",
32921
+ "isDeprecated": false,
32922
+ "deprecationReason": null
32923
+ },
32744
32924
  {
32745
32925
  "name": "AwsMarketplaceIntegrationError",
32746
32926
  "description": null,
@@ -82159,6 +82339,47 @@
82159
82339
  "isDeprecated": false,
82160
82340
  "deprecationReason": null
82161
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
+ },
82162
82383
  {
82163
82384
  "name": "apiKeys",
82164
82385
  "description": "Retrieve paginated list of API keys",
@@ -82192,6 +82413,30 @@
82192
82413
  "isDeprecated": false,
82193
82414
  "deprecationReason": null
82194
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
+ },
82195
82440
  {
82196
82441
  "name": "billingProducts",
82197
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.230.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.230.0
4
+ version: 5.233.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg