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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e42a1f5231e5680fc1c7b73f3ca3da9df3989097b5bfde8124d83e49d000f97
4
- data.tar.gz: ebdac392eaf12af892b7baf8aa73a32f0f0bd8c2e75753377f0c38306499cf30
3
+ metadata.gz: 3ab9ecd149f01ec87d36c08a59c7c4cb0024ed1c25888d75ba5442c71a16273f
4
+ data.tar.gz: 251981ec4ec4fe56f58b15f44d9e575ca255088d11cd7527475e2b326ef1c899
5
5
  SHA512:
6
- metadata.gz: be547a9858f6bd5a26a5d7148c9d3569a978c4318c6e6b2fd3d9928d8e6d0d25c177a38f33cf6fc2330c6da37465eb5a002766e40633151fc0be2a16cd1cfedb
7
- data.tar.gz: 92a676186a8a032fc0ca6eb7e8246886b67ec83f3d88bb1225b8e04745710a2b48cc36880ed6f8786814fd8a1936607f4cdb2a1b0eb8e2c44a9f3e217cf7d43e
6
+ metadata.gz: 49ce3cb7da543c48688c759b6219b5d8ffc92b33624fedfcebccfdf84b008c044cfb66ac33c4483d36b7388ca9c6aa7a708e822798c4b314f92d00c74dc44237
7
+ data.tar.gz: 89298076d60fe8957442ed378ad7e66bff859c6e94a9c8a541c7d56f27bf10e2b18b00da5d509591205d0d3bbd9b7096b10ace3454bfdf1be6e6eb092f9ae620
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.253.2)
4
+ stigg-api-client (5.255.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.253.2"
4
+ VERSION = "5.255.0"
5
5
  end
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.253.2
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-24 00:00:00.000000000 Z
11
+ date: 2026-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient