stigg-api-client 2.289.0 → 2.293.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: fe375c2c1b0c7f2ff34fb705dac2c61314455106a47ddf63ad8120251f5459ec
4
- data.tar.gz: 62367ea52666be3afbaa11887184b9a6ee7fc32e3ab845a14133a64e8fea3919
3
+ metadata.gz: d79bce6ff5f07a16f82d9038a881119ca3a0fecddbfe102e69029a71e9cc3dbf
4
+ data.tar.gz: f48c73301b6f12d8a246b7c3aad936b79cf76d3f77043955e47e9bf8829b5b58
5
5
  SHA512:
6
- metadata.gz: 65619c99cde66ad926ab720b1c330fbe0bcc04483fdaa2ca264faf4e17efa622c1b8d1e0510a29c0376b31ca16e43778a46806ef1de890f9758022ed2e202f43
7
- data.tar.gz: 6df1050a7d36f27b8e773a2a0cd79343691366e1b2fcc048c6857e87d35ae1fca2473ff0599a9d21760b9acb7a9d91d22e2fc00455bba48856f5df53d63024da
6
+ metadata.gz: 6a3d4d965ac09546dbc4262fe70727cb83aa4557f5d26a97f9fe47fdd398f1bf1142325c9bdb050e003be3adaf932cdce402fa61fd82df775fdf815600588ac4
7
+ data.tar.gz: 922aaf0bd17bde6d13e0ae7ef56be17ebd42089b2040749210bb95f61a1992951708f162cf4fb73f7b7c24ae9de5d3ba91d5b371598e41f80daeaa0e1666712b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.289.0)
4
+ stigg-api-client (2.293.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -35426,6 +35426,18 @@
35426
35426
  "isDeprecated": false,
35427
35427
  "deprecationReason": null
35428
35428
  },
35429
+ {
35430
+ "name": "subscriptionId",
35431
+ "description": null,
35432
+ "type": {
35433
+ "kind": "SCALAR",
35434
+ "name": "String",
35435
+ "ofType": null
35436
+ },
35437
+ "defaultValue": null,
35438
+ "isDeprecated": false,
35439
+ "deprecationReason": null
35440
+ },
35429
35441
  {
35430
35442
  "name": "unitQuantity",
35431
35443
  "description": 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 = "2.289.0"
4
+ VERSION = "2.293.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.289.0
4
+ version: 2.293.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-19 00:00:00.000000000 Z
11
+ date: 2025-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient