stigg-api-client 5.230.0 → 5.232.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: fe07ada5ec2fb172a53d9842d263682b9389a9219da6710b87333bbc0a70c687
4
+ data.tar.gz: d1767c8d476082d98bfff480f4ffc3d4f7f5efa640816fd7000fd055fc863017
5
5
  SHA512:
6
- metadata.gz: 243a5b5f2dfca37d6a568465cdf345608730d629a370f575113caf50551a333553d22c16445451baf086d272e122d4edf5d7fe62ae0c2c5b8e0de615475bd292
7
- data.tar.gz: c213429d91d28b24694bbe012e173995708f8889ca62363a86723fba62aceb664449a6ca475145ea09b8749e547d782e99d7a83578263291cadcfb48dc603fdd
6
+ metadata.gz: 63df6bc2ea1599da85e2c8ccb458283f93e550cb0eb24a63449ad6a80a8eed304c8b86185d8b41bc411528afe19fa99e714fe7d325d617f649f2c4eae813776f
7
+ data.tar.gz: 23728e97bc9c549e76d3992b0bba22be21e9a8870114b03bd7300b003fe63efff6dba15e2bbfbf5072ba7e2d34bd20894867282bc62262431358171dc621fcf5
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.232.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -4139,6 +4139,113 @@
4139
4139
  "enumValues": null,
4140
4140
  "possibleTypes": null
4141
4141
  },
4142
+ {
4143
+ "kind": "ENUM",
4144
+ "name": "ApiKeyScopeAction",
4145
+ "description": "The action type for API key scope permissions",
4146
+ "fields": null,
4147
+ "inputFields": null,
4148
+ "interfaces": null,
4149
+ "enumValues": [
4150
+ {
4151
+ "name": "READ",
4152
+ "description": "Read access",
4153
+ "isDeprecated": false,
4154
+ "deprecationReason": null
4155
+ },
4156
+ {
4157
+ "name": "WRITE",
4158
+ "description": "Write access",
4159
+ "isDeprecated": false,
4160
+ "deprecationReason": null
4161
+ }
4162
+ ],
4163
+ "possibleTypes": null
4164
+ },
4165
+ {
4166
+ "kind": "INPUT_OBJECT",
4167
+ "name": "ApiKeyScopeInput",
4168
+ "description": "Input for defining API key scope permissions",
4169
+ "fields": null,
4170
+ "inputFields": [
4171
+ {
4172
+ "name": "action",
4173
+ "description": "The action allowed on the resource",
4174
+ "type": {
4175
+ "kind": "NON_NULL",
4176
+ "name": null,
4177
+ "ofType": {
4178
+ "kind": "ENUM",
4179
+ "name": "ApiKeyScopeAction",
4180
+ "ofType": null
4181
+ }
4182
+ },
4183
+ "defaultValue": null,
4184
+ "isDeprecated": false,
4185
+ "deprecationReason": null
4186
+ },
4187
+ {
4188
+ "name": "resource",
4189
+ "description": "The resource type for the scope",
4190
+ "type": {
4191
+ "kind": "NON_NULL",
4192
+ "name": null,
4193
+ "ofType": {
4194
+ "kind": "ENUM",
4195
+ "name": "ApiKeyScopeResource",
4196
+ "ofType": null
4197
+ }
4198
+ },
4199
+ "defaultValue": null,
4200
+ "isDeprecated": false,
4201
+ "deprecationReason": null
4202
+ }
4203
+ ],
4204
+ "interfaces": null,
4205
+ "enumValues": null,
4206
+ "possibleTypes": null
4207
+ },
4208
+ {
4209
+ "kind": "ENUM",
4210
+ "name": "ApiKeyScopeResource",
4211
+ "description": "The resource type for API key scope permissions",
4212
+ "fields": null,
4213
+ "inputFields": null,
4214
+ "interfaces": null,
4215
+ "enumValues": [
4216
+ {
4217
+ "name": "API_KEY",
4218
+ "description": "API key management, read and write are allowed",
4219
+ "isDeprecated": false,
4220
+ "deprecationReason": null
4221
+ },
4222
+ {
4223
+ "name": "COUPON",
4224
+ "description": "Coupon resources, only write is allowed",
4225
+ "isDeprecated": false,
4226
+ "deprecationReason": null
4227
+ },
4228
+ {
4229
+ "name": "CUSTOMER",
4230
+ "description": "Customer resources, only write is allowed",
4231
+ "isDeprecated": false,
4232
+ "deprecationReason": null
4233
+ },
4234
+ {
4235
+ "name": "ENVIRONMENT",
4236
+ "description": "Environment-level resources, read and write are allowed",
4237
+ "isDeprecated": false,
4238
+ "deprecationReason": null
4239
+ },
4240
+ {
4241
+ "name": "SUBSCRIPTION",
4242
+ "description": "Subscription resources, only write is allowed",
4243
+ "isDeprecated": false,
4244
+ "deprecationReason": null
4245
+ }
4246
+ ],
4247
+ "possibleTypes": null
4248
+ },
4142
4249
  {
4143
4250
  "kind": "INPUT_OBJECT",
4144
4251
  "name": "ApiKeySort",
@@ -13938,6 +14045,30 @@
13938
14045
  "defaultValue": null,
13939
14046
  "isDeprecated": false,
13940
14047
  "deprecationReason": null
14048
+ },
14049
+ {
14050
+ "name": "scopes",
14051
+ "description": "Input for defining API key scope permissions",
14052
+ "type": {
14053
+ "kind": "NON_NULL",
14054
+ "name": null,
14055
+ "ofType": {
14056
+ "kind": "LIST",
14057
+ "name": null,
14058
+ "ofType": {
14059
+ "kind": "NON_NULL",
14060
+ "name": null,
14061
+ "ofType": {
14062
+ "kind": "INPUT_OBJECT",
14063
+ "name": "ApiKeyScopeInput",
14064
+ "ofType": null
14065
+ }
14066
+ }
14067
+ }
14068
+ },
14069
+ "defaultValue": null,
14070
+ "isDeprecated": false,
14071
+ "deprecationReason": null
13941
14072
  }
13942
14073
  ],
13943
14074
  "interfaces": null,
@@ -32741,6 +32872,12 @@
32741
32872
  "isDeprecated": false,
32742
32873
  "deprecationReason": null
32743
32874
  },
32875
+ {
32876
+ "name": "AuthorizationServiceError",
32877
+ "description": "Authorization service error occurred",
32878
+ "isDeprecated": false,
32879
+ "deprecationReason": null
32880
+ },
32744
32881
  {
32745
32882
  "name": "AwsMarketplaceIntegrationError",
32746
32883
  "description": 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 = "5.230.0"
4
+ VERSION = "5.232.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.232.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg