stigg-api-client 2.296.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 103c326d7725075f987c9d07521a4121748dc11057d0ef29df2e36201b76e6c9
4
- data.tar.gz: 3ca8666aaac58c9757dac174e0814fb27ebdd0ddfe6e5f53cf114fec9eef13eb
3
+ metadata.gz: 3e80ac051ab7fae75f188815e0c959e78b7d02091ddd4008c638aec36fd8a488
4
+ data.tar.gz: 0cedfb7ded8cbd0f4bcb807f489fdaa2a9a6f4ae657bb57f39b0fe3ffe7a365f
5
5
  SHA512:
6
- metadata.gz: 136031dee3aa392facb35e701b0d52d4c011ea8872ab7d9a2082900b03fd31e4f8e9ca6aa2df632500c3a2a25486d0cf290647858afadd2572b563eb02894815
7
- data.tar.gz: ef0d9a348cf72600cdc61c21e4949181075521799775c84494c999b39aeebe46965bda3f9ccc666074a27c1091bf007b3fa251bb71b84b6da8f4d2274331b894
6
+ metadata.gz: 728be143a306fc964860b91c236323eb9dad9d84610a9c3c54668caf61ffe50eee9e0ca52e3f217f6b6cbd734d2877bb07651449c456555fa6da33758b13e7a5
7
+ data.tar.gz: 228cb53c4372c75ae76411b885227c4df905a8489b32ae7187decace74fdd48740f2c19aa5d319474de49e245bf6373d106e27b7335f94770fe1a4dd9af35c94
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.296.1)
4
+ stigg-api-client (2.300.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -63807,7 +63807,7 @@
63807
63807
  "name": "CursorPaging",
63808
63808
  "ofType": null
63809
63809
  },
63810
- "defaultValue": "{first: 50}",
63810
+ "defaultValue": "{first: 10}",
63811
63811
  "isDeprecated": false,
63812
63812
  "deprecationReason": null
63813
63813
  },
@@ -66363,7 +66363,7 @@
66363
66363
  "inputFields": [
66364
66364
  {
66365
66365
  "name": "environmentId",
66366
- "description": null,
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": null,
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.296.1"
4
+ VERSION = "2.300.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: 2.296.1
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-01-28 00:00:00.000000000 Z
11
+ date: 2025-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient