stigg-api-client 2.298.0 → 2.300.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 +30 -2
- 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: 3e80ac051ab7fae75f188815e0c959e78b7d02091ddd4008c638aec36fd8a488
|
4
|
+
data.tar.gz: 0cedfb7ded8cbd0f4bcb807f489fdaa2a9a6f4ae657bb57f39b0fe3ffe7a365f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 728be143a306fc964860b91c236323eb9dad9d84610a9c3c54668caf61ffe50eee9e0ca52e3f217f6b6cbd734d2877bb07651449c456555fa6da33758b13e7a5
|
7
|
+
data.tar.gz: 228cb53c4372c75ae76411b885227c4df905a8489b32ae7187decace74fdd48740f2c19aa5d319474de49e245bf6373d106e27b7335f94770fe1a4dd9af35c94
|
data/Gemfile.lock
CHANGED
@@ -66363,7 +66363,7 @@
|
|
66363
66363
|
"inputFields": [
|
66364
66364
|
{
|
66365
66365
|
"name": "environmentId",
|
66366
|
-
"description":
|
66366
|
+
"description": "ID of the environment to re-sync",
|
66367
66367
|
"type": {
|
66368
66368
|
"kind": "NON_NULL",
|
66369
66369
|
"name": null,
|
@@ -66377,6 +66377,18 @@
|
|
66377
66377
|
"isDeprecated": false,
|
66378
66378
|
"deprecationReason": null
|
66379
66379
|
},
|
66380
|
+
{
|
66381
|
+
"name": "integrationId",
|
66382
|
+
"description": "ID of the integration to re-sync",
|
66383
|
+
"type": {
|
66384
|
+
"kind": "SCALAR",
|
66385
|
+
"name": "String",
|
66386
|
+
"ofType": null
|
66387
|
+
},
|
66388
|
+
"defaultValue": null,
|
66389
|
+
"isDeprecated": false,
|
66390
|
+
"deprecationReason": null
|
66391
|
+
},
|
66380
66392
|
{
|
66381
66393
|
"name": "recalculateEntitlements",
|
66382
66394
|
"description": "Allow skipping entitlement recalculation",
|
@@ -66415,9 +66427,25 @@
|
|
66415
66427
|
"name": "ResyncIntegrationResult",
|
66416
66428
|
"description": null,
|
66417
66429
|
"fields": [
|
66430
|
+
{
|
66431
|
+
"name": "integrationId",
|
66432
|
+
"description": "ID of the integration that was re-synced",
|
66433
|
+
"args": [],
|
66434
|
+
"type": {
|
66435
|
+
"kind": "NON_NULL",
|
66436
|
+
"name": null,
|
66437
|
+
"ofType": {
|
66438
|
+
"kind": "SCALAR",
|
66439
|
+
"name": "String",
|
66440
|
+
"ofType": null
|
66441
|
+
}
|
66442
|
+
},
|
66443
|
+
"isDeprecated": false,
|
66444
|
+
"deprecationReason": null
|
66445
|
+
},
|
66418
66446
|
{
|
66419
66447
|
"name": "taskId",
|
66420
|
-
"description":
|
66448
|
+
"description": "ID of the task associated with the re-sync operation",
|
66421
66449
|
"args": [],
|
66422
66450
|
"type": {
|
66423
66451
|
"kind": "SCALAR",
|
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: 2.
|
4
|
+
version: 2.300.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|