stigg-api-client 1.19.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 +28 -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: 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
|
@@ -20769,6 +20769,22 @@
|
|
|
20769
20769
|
},
|
|
20770
20770
|
"isDeprecated": false,
|
|
20771
20771
|
"deprecationReason": null
|
|
20772
|
+
},
|
|
20773
|
+
{
|
|
20774
|
+
"name": "type",
|
|
20775
|
+
"description": null,
|
|
20776
|
+
"args": [],
|
|
20777
|
+
"type": {
|
|
20778
|
+
"kind": "NON_NULL",
|
|
20779
|
+
"name": null,
|
|
20780
|
+
"ofType": {
|
|
20781
|
+
"kind": "ENUM",
|
|
20782
|
+
"name": "EnvironmentType",
|
|
20783
|
+
"ofType": null
|
|
20784
|
+
}
|
|
20785
|
+
},
|
|
20786
|
+
"isDeprecated": false,
|
|
20787
|
+
"deprecationReason": null
|
|
20772
20788
|
}
|
|
20773
20789
|
],
|
|
20774
20790
|
"inputFields": null,
|
|
@@ -32050,6 +32066,18 @@
|
|
|
32050
32066
|
"isDeprecated": false,
|
|
32051
32067
|
"deprecationReason": null
|
|
32052
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
|
+
},
|
|
32053
32081
|
{
|
|
32054
32082
|
"name": "email",
|
|
32055
32083
|
"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: 1.
|
|
4
|
+
version: 1.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01
|
|
11
|
+
date: 2024-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|