stigg-api-client 1.2.0 → 1.4.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/operations.rb +1 -0
- 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: ff7e63455b1424c519a4c25a4a43c6da36c11a3a6a3c5b97ab33c313ae13a8ea
|
|
4
|
+
data.tar.gz: a3fe8af21222469be7d7d37213fdb790949dea24c188359b7993f180daf2ab81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51875f0505f6de500f54e3845af3e8925b98d8ad6f4c12659cb61f5a8d7dcadbf48e572254764298f52fd27b0c7cd62a1e91b584ec0caa227cd8a742103bc940
|
|
7
|
+
data.tar.gz: 537352ba67983def1dcd4e3d06ee44d07f1945ea3edc0bad56d43707e1933a2562d3985e48cab2f031a3dbbd40ab34d5a4fd10f0afee6422a71b728edb9de2eb
|
data/Gemfile.lock
CHANGED
|
@@ -27080,6 +27080,18 @@
|
|
|
27080
27080
|
"isDeprecated": false,
|
|
27081
27081
|
"deprecationReason": null
|
|
27082
27082
|
},
|
|
27083
|
+
{
|
|
27084
|
+
"name": "includeHiddenPlans",
|
|
27085
|
+
"description": null,
|
|
27086
|
+
"type": {
|
|
27087
|
+
"kind": "SCALAR",
|
|
27088
|
+
"name": "Boolean",
|
|
27089
|
+
"ofType": null
|
|
27090
|
+
},
|
|
27091
|
+
"defaultValue": "false",
|
|
27092
|
+
"isDeprecated": false,
|
|
27093
|
+
"deprecationReason": null
|
|
27094
|
+
},
|
|
27083
27095
|
{
|
|
27084
27096
|
"name": "productId",
|
|
27085
27097
|
"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.4.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-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|