stigg-api-client 6.14.0 → 6.15.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 +36 -0
- data/lib/stigg/version.rb +1 -1
- data/package.json +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: 3517d53350e9122432e4859c9675590db23dedd14f50f06c0632f68beae2241c
|
|
4
|
+
data.tar.gz: cdac90e6b08ae93b6a888d208c3c93b9ec1374275e042eebbc62365e700578ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1c12767c8cc79835c1969e7315dad86b03e59ffc6272bd6ffcc136baa96ab21eaea9b3cc88faccf4300f689b70900cb83355cac131d9d0de3e11fb3f332435b
|
|
7
|
+
data.tar.gz: d925f6103b93e793584af6637c74939617353c2c6655ebf6c5da425b70483847e66d830b84276061dd50e440a8712aeaace78bbd84fc12a63764418fb29bf1c8
|
data/Gemfile.lock
CHANGED
|
@@ -90905,6 +90905,18 @@
|
|
|
90905
90905
|
"isDeprecated": false,
|
|
90906
90906
|
"deprecationReason": null
|
|
90907
90907
|
},
|
|
90908
|
+
{
|
|
90909
|
+
"name": "idempotencyKey",
|
|
90910
|
+
"description": "Idempotency key",
|
|
90911
|
+
"type": {
|
|
90912
|
+
"kind": "SCALAR",
|
|
90913
|
+
"name": "String",
|
|
90914
|
+
"ofType": null
|
|
90915
|
+
},
|
|
90916
|
+
"defaultValue": null,
|
|
90917
|
+
"isDeprecated": false,
|
|
90918
|
+
"deprecationReason": null
|
|
90919
|
+
},
|
|
90908
90920
|
{
|
|
90909
90921
|
"name": "resourceId",
|
|
90910
90922
|
"description": "Resource id",
|
|
@@ -91071,6 +91083,18 @@
|
|
|
91071
91083
|
"isDeprecated": false,
|
|
91072
91084
|
"deprecationReason": null
|
|
91073
91085
|
},
|
|
91086
|
+
{
|
|
91087
|
+
"name": "idempotencyKey",
|
|
91088
|
+
"description": "Idempotency key",
|
|
91089
|
+
"type": {
|
|
91090
|
+
"kind": "SCALAR",
|
|
91091
|
+
"name": "String",
|
|
91092
|
+
"ofType": null
|
|
91093
|
+
},
|
|
91094
|
+
"defaultValue": null,
|
|
91095
|
+
"isDeprecated": false,
|
|
91096
|
+
"deprecationReason": null
|
|
91097
|
+
},
|
|
91074
91098
|
{
|
|
91075
91099
|
"name": "resourceId",
|
|
91076
91100
|
"description": "Resource id",
|
|
@@ -114331,6 +114355,18 @@
|
|
|
114331
114355
|
"isDeprecated": false,
|
|
114332
114356
|
"deprecationReason": null
|
|
114333
114357
|
},
|
|
114358
|
+
{
|
|
114359
|
+
"name": "idempotencyKey",
|
|
114360
|
+
"description": "Idempotency key",
|
|
114361
|
+
"type": {
|
|
114362
|
+
"kind": "SCALAR",
|
|
114363
|
+
"name": "String",
|
|
114364
|
+
"ofType": null
|
|
114365
|
+
},
|
|
114366
|
+
"defaultValue": null,
|
|
114367
|
+
"isDeprecated": false,
|
|
114368
|
+
"deprecationReason": null
|
|
114369
|
+
},
|
|
114334
114370
|
{
|
|
114335
114371
|
"name": "resourceId",
|
|
114336
114372
|
"description": "Resource id",
|
data/lib/stigg/version.rb
CHANGED
data/package.json
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: 6.
|
|
4
|
+
version: 6.15.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-07-
|
|
11
|
+
date: 2026-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|