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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +108 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63f80e71bc669214b91d5b274737da68e87a51002aa7f24849864af44a906f52
|
|
4
|
+
data.tar.gz: 8a321a3dfb3452bcfde0f6ae14547de118564749e506c64de296caac581d96e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cee0c9f229b77185cff10b2ce356cbbbf127ee83e7a1be8cbf68b0d3982c5bc010eaf00e058a000924022ce422d89aacb591c8fb9a6d75245e3d4bb895771ad
|
|
7
|
+
data.tar.gz: 40ec7a252164f2e49a79aa1c805111827049e1d46d010444530d805d191e871a1ab1219ff774f3aa0b5ac3353254eba59296f69058963d024f1cf9ddf66a13e9
|
data/Gemfile.lock
CHANGED
|
@@ -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