stigg-api-client 1.9.0 → 1.10.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 +41 -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: 0e50d76a88988064c01b83b53a22b516aeba3f43be5afaa6eb57e48071638fd7
|
4
|
+
data.tar.gz: 5c95b72389208cb10902e44dafdf727a267efb49952cfa9ac201fa35e3cf9c0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93bb9851eda469e166d5bfc56f910f8580eec94a8d4968ff689a807dc0fac480d5878bfefcffb36cc805d0d2e4d084031cbae875e5855c414406b25df3e57ad3
|
7
|
+
data.tar.gz: e44bbbe74bbc9265887e8439eebb8e811076ef3bf3319c8a24c7d1ec81e68aa76d25b5606f911f1b58b2f2f289dd2fb735fce95b6d9ab2e22eee34c365ab7350
|
data/Gemfile.lock
CHANGED
@@ -7818,6 +7818,18 @@
|
|
7818
7818
|
"defaultValue": null,
|
7819
7819
|
"isDeprecated": false,
|
7820
7820
|
"deprecationReason": null
|
7821
|
+
},
|
7822
|
+
{
|
7823
|
+
"name": "type",
|
7824
|
+
"description": null,
|
7825
|
+
"type": {
|
7826
|
+
"kind": "ENUM",
|
7827
|
+
"name": "EnvironmentType",
|
7828
|
+
"ofType": null
|
7829
|
+
},
|
7830
|
+
"defaultValue": "DEVELOPMENT",
|
7831
|
+
"isDeprecated": false,
|
7832
|
+
"deprecationReason": null
|
7821
7833
|
}
|
7822
7834
|
],
|
7823
7835
|
"interfaces": null,
|
@@ -21328,6 +21340,35 @@
|
|
21328
21340
|
],
|
21329
21341
|
"possibleTypes": null
|
21330
21342
|
},
|
21343
|
+
{
|
21344
|
+
"kind": "ENUM",
|
21345
|
+
"name": "EnvironmentType",
|
21346
|
+
"description": "EnvironmentType.",
|
21347
|
+
"fields": null,
|
21348
|
+
"inputFields": null,
|
21349
|
+
"interfaces": null,
|
21350
|
+
"enumValues": [
|
21351
|
+
{
|
21352
|
+
"name": "DEVELOPMENT",
|
21353
|
+
"description": null,
|
21354
|
+
"isDeprecated": false,
|
21355
|
+
"deprecationReason": null
|
21356
|
+
},
|
21357
|
+
{
|
21358
|
+
"name": "PRODUCTION",
|
21359
|
+
"description": null,
|
21360
|
+
"isDeprecated": false,
|
21361
|
+
"deprecationReason": null
|
21362
|
+
},
|
21363
|
+
{
|
21364
|
+
"name": "SANDBOX",
|
21365
|
+
"description": null,
|
21366
|
+
"isDeprecated": false,
|
21367
|
+
"deprecationReason": null
|
21368
|
+
}
|
21369
|
+
],
|
21370
|
+
"possibleTypes": null
|
21371
|
+
},
|
21331
21372
|
{
|
21332
21373
|
"kind": "ENUM",
|
21333
21374
|
"name": "ErrorCode",
|
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.10.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-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|