stigg-api-client 0.665.1 → 0.665.2
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 +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69cf5ece7a0ddd5c4239986409e7e888a1d1cd2030495bba0990da678cf2452a
|
|
4
|
+
data.tar.gz: b9e1416b34943bd848aff60ce725cfa03dafd57e20b4b1964ce56130cb406bbe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 873deb9697323d698ca7071d4f92d11472ab85ec1928af95c556ad17f7d2c0e1cc446cabaf005ec0357e6db93bd95f166791224577e9f7c7485ded9e9250516f
|
|
7
|
+
data.tar.gz: 1ada15d6a0b9242f3ab0c23ea9b435b74b32ea3a80962f19c3b580cfe498d64ed88157e97d8dbb265b23ce60f433f3b27a8e09f7a974a6701b2158863ab5d372
|
data/Gemfile.lock
CHANGED
|
@@ -3904,6 +3904,18 @@
|
|
|
3904
3904
|
"isDeprecated": false,
|
|
3905
3905
|
"deprecationReason": null
|
|
3906
3906
|
},
|
|
3907
|
+
{
|
|
3908
|
+
"name": "stiggProductRefId",
|
|
3909
|
+
"description": null,
|
|
3910
|
+
"args": [],
|
|
3911
|
+
"type": {
|
|
3912
|
+
"kind": "SCALAR",
|
|
3913
|
+
"name": "String",
|
|
3914
|
+
"ofType": null
|
|
3915
|
+
},
|
|
3916
|
+
"isDeprecated": false,
|
|
3917
|
+
"deprecationReason": null
|
|
3918
|
+
},
|
|
3907
3919
|
{
|
|
3908
3920
|
"name": "title",
|
|
3909
3921
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED