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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +137 -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: fe07ada5ec2fb172a53d9842d263682b9389a9219da6710b87333bbc0a70c687
|
|
4
|
+
data.tar.gz: d1767c8d476082d98bfff480f4ffc3d4f7f5efa640816fd7000fd055fc863017
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63df6bc2ea1599da85e2c8ccb458283f93e550cb0eb24a63449ad6a80a8eed304c8b86185d8b41bc411528afe19fa99e714fe7d325d617f649f2c4eae813776f
|
|
7
|
+
data.tar.gz: 23728e97bc9c549e76d3992b0bba22be21e9a8870114b03bd7300b003fe63efff6dba15e2bbfbf5072ba7e2d34bd20894867282bc62262431358171dc621fcf5
|
data/Gemfile.lock
CHANGED
|
@@ -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