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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +12 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d79bce6ff5f07a16f82d9038a881119ca3a0fecddbfe102e69029a71e9cc3dbf
|
|
4
|
+
data.tar.gz: f48c73301b6f12d8a246b7c3aad936b79cf76d3f77043955e47e9bf8829b5b58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a3d4d965ac09546dbc4262fe70727cb83aa4557f5d26a97f9fe47fdd398f1bf1142325c9bdb050e003be3adaf932cdce402fa61fd82df775fdf815600588ac4
|
|
7
|
+
data.tar.gz: 922aaf0bd17bde6d13e0ae7ef56be17ebd42089b2040749210bb95f61a1992951708f162cf4fb73f7b7c24ae9de5d3ba91d5b371598e41f80daeaa0e1666712b
|
data/Gemfile.lock
CHANGED
|
@@ -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
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.
|
|
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-
|
|
11
|
+
date: 2025-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|