stigg-api-client 5.253.2 → 5.255.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 +44 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ab9ecd149f01ec87d36c08a59c7c4cb0024ed1c25888d75ba5442c71a16273f
|
|
4
|
+
data.tar.gz: 251981ec4ec4fe56f58b15f44d9e575ca255088d11cd7527475e2b326ef1c899
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49ce3cb7da543c48688c759b6219b5d8ffc92b33624fedfcebccfdf84b008c044cfb66ac33c4483d36b7388ca9c6aa7a708e822798c4b314f92d00c74dc44237
|
|
7
|
+
data.tar.gz: 89298076d60fe8957442ed378ad7e66bff859c6e94a9c8a541c7d56f27bf10e2b18b00da5d509591205d0d3bbd9b7096b10ace3454bfdf1be6e6eb092f9ae620
|
data/Gemfile.lock
CHANGED
|
@@ -34560,6 +34560,30 @@
|
|
|
34560
34560
|
"isDeprecated": false,
|
|
34561
34561
|
"deprecationReason": null
|
|
34562
34562
|
},
|
|
34563
|
+
{
|
|
34564
|
+
"name": "scopedKeyId",
|
|
34565
|
+
"description": "Scoped API key ID",
|
|
34566
|
+
"args": [],
|
|
34567
|
+
"type": {
|
|
34568
|
+
"kind": "SCALAR",
|
|
34569
|
+
"name": "String",
|
|
34570
|
+
"ofType": null
|
|
34571
|
+
},
|
|
34572
|
+
"isDeprecated": false,
|
|
34573
|
+
"deprecationReason": null
|
|
34574
|
+
},
|
|
34575
|
+
{
|
|
34576
|
+
"name": "scopedKeyName",
|
|
34577
|
+
"description": "Scoped API key name",
|
|
34578
|
+
"args": [],
|
|
34579
|
+
"type": {
|
|
34580
|
+
"kind": "SCALAR",
|
|
34581
|
+
"name": "String",
|
|
34582
|
+
"ofType": null
|
|
34583
|
+
},
|
|
34584
|
+
"isDeprecated": false,
|
|
34585
|
+
"deprecationReason": null
|
|
34586
|
+
},
|
|
34563
34587
|
{
|
|
34564
34588
|
"name": "type",
|
|
34565
34589
|
"description": "Type of the actor (e.g., service, user, system, workflow)",
|
|
@@ -106329,6 +106353,26 @@
|
|
|
106329
106353
|
"defaultValue": null,
|
|
106330
106354
|
"isDeprecated": false,
|
|
106331
106355
|
"deprecationReason": null
|
|
106356
|
+
},
|
|
106357
|
+
{
|
|
106358
|
+
"name": "scopes",
|
|
106359
|
+
"description": "Input for defining API key scope permissions, valid only for scoped keys",
|
|
106360
|
+
"type": {
|
|
106361
|
+
"kind": "LIST",
|
|
106362
|
+
"name": null,
|
|
106363
|
+
"ofType": {
|
|
106364
|
+
"kind": "NON_NULL",
|
|
106365
|
+
"name": null,
|
|
106366
|
+
"ofType": {
|
|
106367
|
+
"kind": "INPUT_OBJECT",
|
|
106368
|
+
"name": "ApiKeyScopeInput",
|
|
106369
|
+
"ofType": null
|
|
106370
|
+
}
|
|
106371
|
+
}
|
|
106372
|
+
},
|
|
106373
|
+
"defaultValue": null,
|
|
106374
|
+
"isDeprecated": false,
|
|
106375
|
+
"deprecationReason": null
|
|
106332
106376
|
}
|
|
106333
106377
|
],
|
|
106334
106378
|
"interfaces": null,
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stigg-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.255.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|