stigg-api-client 1.24.0 → 1.26.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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8c12cd9016ab97555a6c77d9c03663d775354fdddb2e56d45b34aeb41209329
|
4
|
+
data.tar.gz: 96e6b83bf0f0166ec3d1899d13f4b8418982e90074bd5ca97474233df39eacef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12ebba8a027314bb49b2e5579a03ca37eb800c758af18c95ff24b25ad3a8e98497c783b78700a0ca8fd1659ee052c47a7085d62df3068d3b8b691c15afb68870
|
7
|
+
data.tar.gz: 848b1afbe153df3fc3f85e8eed361e1ad9b49173dc4cd102789c2014c47a4675c80e59f21e9d94c8031f09c40f917966bd4a4f960acc40b3e1f654d91b59a6fb
|
data/Gemfile.lock
CHANGED
@@ -32066,6 +32066,18 @@
|
|
32066
32066
|
"isDeprecated": false,
|
32067
32067
|
"deprecationReason": null
|
32068
32068
|
},
|
32069
|
+
{
|
32070
|
+
"name": "customerToken",
|
32071
|
+
"description": null,
|
32072
|
+
"args": [],
|
32073
|
+
"type": {
|
32074
|
+
"kind": "SCALAR",
|
32075
|
+
"name": "String",
|
32076
|
+
"ofType": null
|
32077
|
+
},
|
32078
|
+
"isDeprecated": false,
|
32079
|
+
"deprecationReason": null
|
32080
|
+
},
|
32069
32081
|
{
|
32070
32082
|
"name": "email",
|
32071
32083
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED