stigg-api-client 5.123.0 → 5.126.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: 1f37cf72089cff9671f0437d52cc8f4cdd998667276f10669d1f28453c9bbc86
4
- data.tar.gz: 9b193dbd304d9232d6540caa80839e7a4c92fc8eb5a90363be76472a0012a121
3
+ metadata.gz: 1e50bb2dce0da0f8194b23fb4dab5e43824436718b9fe45fd85b101522da99de
4
+ data.tar.gz: '0739a8ba0f3b8f52beef8da689c69b65c5ea550f02103898ccf949c5cb32637e'
5
5
  SHA512:
6
- metadata.gz: 1b1136bd901102707947d6fec27894d075f96069117613b9683e8388550f21dad7711313b114a86551e0f93a0f35d849f465de3a36351029f0be9f17876c9be1
7
- data.tar.gz: 7ee624a98b5b9a6f53abdeed66818efde2bc5d401201693566cb42b4da858e231da86d56b5ea66a7a2f6c9cbb18e973f1bc0d9c39a0c76043e8301d1d1bf36f0
6
+ metadata.gz: 2ee1532f0b4fafb7c9ef6ba6955b7b15bae57200c33b18e9ae4255f15039c2d492823497928ffc3cd5b2e6fce7eb2c80017d9f959cf3aff7d927aa02ef509812
7
+ data.tar.gz: 72b60225ee122bf206d39309198b7dfaf86e2b282e70021045230bc40c04c82c38bb2957a5d1010beb8d06c2f7d547a243bd1a76172c14a255a4e042b68ea853
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.123.0)
4
+ stigg-api-client (5.126.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -85973,6 +85973,22 @@
85973
85973
  },
85974
85974
  "isDeprecated": false,
85975
85975
  "deprecationReason": null
85976
+ },
85977
+ {
85978
+ "name": "updatedAt",
85979
+ "description": "The timestamp of the last update",
85980
+ "args": [],
85981
+ "type": {
85982
+ "kind": "NON_NULL",
85983
+ "name": null,
85984
+ "ofType": {
85985
+ "kind": "SCALAR",
85986
+ "name": "DateTime",
85987
+ "ofType": null
85988
+ }
85989
+ },
85990
+ "isDeprecated": false,
85991
+ "deprecationReason": null
85976
85992
  }
85977
85993
  ],
85978
85994
  "inputFields": 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.123.0"
4
+ VERSION = "5.126.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.123.0
4
+ version: 5.126.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-01-11 00:00:00.000000000 Z
11
+ date: 2026-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient