stigg-api-client 5.65.0 → 5.66.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: a20c6268dc5581f8082a75282c4e2f57074a382d62181ff8fec22717110d5a20
4
- data.tar.gz: a3d249b57238f41d8a0497a8347704e6d3d18ba71ef9eaeeb1c6798b12d8a825
3
+ metadata.gz: 9c5520252f3985cf45951d799e1ff5b809d2144616b766f50e9178004a5329b6
4
+ data.tar.gz: 6ff2738a2ed61547134c7e9a63c492ead30e2effe8721a0a1f5824d9f1672718
5
5
  SHA512:
6
- metadata.gz: 7320e378aaeaedd45572be4c84e454ac709c28bf26a60c4822ac0636f3d10598067d60faea8d917463fff2219ae5bbc5fbfaced457340ed4a9028712c1c69c12
7
- data.tar.gz: 046acc5982f4448037c7611b7b30d9f33981a52c9956de25070c1f5560692d3911b015030acd2afe20c687fdf46176231a68343464c8f1cfaa2e2e360cc295e8
6
+ metadata.gz: f17866687b10ef18a5f000163f47c0d293a05a80a0da66df83d173a6e984d9656ffc3dcdf31ee355ab4bbb38288fccad257879618640cda3c8519b93663a3fcb
7
+ data.tar.gz: 39ad1703a3411c63db2ca2a4b0fc17356300bcca34db8582a6f3ed70305896ad72123aabbbdb81959cda47fca030da3776d2d5ad57980e3be3b5586643403982
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.65.0)
4
+ stigg-api-client (5.66.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -39236,13 +39236,9 @@
39236
39236
  "name": "environmentId",
39237
39237
  "description": "Environment ID",
39238
39238
  "type": {
39239
- "kind": "NON_NULL",
39240
- "name": null,
39241
- "ofType": {
39242
- "kind": "SCALAR",
39243
- "name": "String",
39244
- "ofType": null
39245
- }
39239
+ "kind": "SCALAR",
39240
+ "name": "String",
39241
+ "ofType": null
39246
39242
  },
39247
39243
  "defaultValue": null,
39248
39244
  "isDeprecated": false,
@@ -79537,13 +79533,9 @@
79537
79533
  "name": "environmentId",
79538
79534
  "description": "Environment ID",
79539
79535
  "type": {
79540
- "kind": "NON_NULL",
79541
- "name": null,
79542
- "ofType": {
79543
- "kind": "SCALAR",
79544
- "name": "String",
79545
- "ofType": null
79546
- }
79536
+ "kind": "SCALAR",
79537
+ "name": "String",
79538
+ "ofType": null
79547
79539
  },
79548
79540
  "defaultValue": null,
79549
79541
  "isDeprecated": false,
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.65.0"
4
+ VERSION = "5.66.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.65.0
4
+ version: 5.66.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-12-08 00:00:00.000000000 Z
11
+ date: 2025-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient