stigg-api-client 3.64.0 → 3.65.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: 7d09696dbb1feb8fc66c3691de4f37ddb092ba01ec676f9e55ba9cfce70316c6
4
- data.tar.gz: '085d32fc48530be4d34d79a9ee92268052f286915c5dd20bf5e0baceadba17f8'
3
+ metadata.gz: 887fe87f010413a5f1f9ab9e00739eb540d33183bed47ee79346cc20647a9212
4
+ data.tar.gz: 3d8558a342b748b60f9ad76d36c897395170691e719f280d93b36f659d22d584
5
5
  SHA512:
6
- metadata.gz: 428c8966fb2f00d9febe28715a77c33394a43487cb250ee951bc42ffe2dd373a5ce9184ffdd3a9b26daaf7eb084f3000c4874e584e9be87ddca399dc16f80d3c
7
- data.tar.gz: 63e5fd84f8e32eb24a7a8d66a839b800f608b767f3c784b9cda7c1da1344fa409d7c4cd602e911491a48e1915a23d4996bda967645d8b85e9532fc8e1eab04ae
6
+ metadata.gz: 9afb605ecbe8d84b78e009ba0e3a2f93aaab946301d58f323b286228660af6fda60ca25f047b66b6065ab29c593877763e349c105f9268c67327823bf224dc27
7
+ data.tar.gz: f5c316d5bb8306c745f3c91eca25b1cfb66cad27d92e96455168582056badb6b6a32caca4df713c4ee13584f2520853a0d1bb4db40023bd2ca7e9cc84ec28406
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.64.0)
4
+ stigg-api-client (3.65.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -36463,7 +36463,7 @@
36463
36463
  "name": null,
36464
36464
  "ofType": {
36465
36465
  "kind": "SCALAR",
36466
- "name": "UUID",
36466
+ "name": "String",
36467
36467
  "ofType": null
36468
36468
  }
36469
36469
  },
@@ -72897,7 +72897,7 @@
72897
72897
  "name": null,
72898
72898
  "ofType": {
72899
72899
  "kind": "SCALAR",
72900
- "name": "UUID",
72900
+ "name": "String",
72901
72901
  "ofType": null
72902
72902
  }
72903
72903
  },
@@ -89089,7 +89089,7 @@
89089
89089
  "name": null,
89090
89090
  "ofType": {
89091
89091
  "kind": "SCALAR",
89092
- "name": "UUID",
89092
+ "name": "String",
89093
89093
  "ofType": null
89094
89094
  }
89095
89095
  },
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.64.0"
4
+ VERSION = "3.65.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: 3.64.0
4
+ version: 3.65.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-09-03 00:00:00.000000000 Z
11
+ date: 2025-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient