stigg-api-client 1.40.0 → 1.40.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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8654a2237ecb7108638234d88f08f4aed42693e7138f1b1b15c93ae881208eef
|
|
4
|
+
data.tar.gz: e9a4ae51fb44525d258a2e4ae9d90ee2bfda875d25bacf22c765b8d1097f9d52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfa716759cca28fca9052f954cbadd41514682652d02eace5c323be753cc67474bc61678169344ad6a313c8a739df046f01d4465e626fb6d9be2af4db3b91c36
|
|
7
|
+
data.tar.gz: f1495a32ff40146ea8fe27143f781143b266c7ff17227d4c34f4118d022833b4b4a4257844561633f890c03abcdd222fa25cff8d595c4e3f26d61c4d1a01b394
|
data/Gemfile.lock
CHANGED
|
@@ -32906,6 +32906,18 @@
|
|
|
32906
32906
|
"isDeprecated": false,
|
|
32907
32907
|
"deprecationReason": null
|
|
32908
32908
|
},
|
|
32909
|
+
{
|
|
32910
|
+
"name": "destinationEnvironmentType",
|
|
32911
|
+
"description": "The type of the new environment. only relevant when `destinationEnvironmentSlug` is not passed.",
|
|
32912
|
+
"type": {
|
|
32913
|
+
"kind": "ENUM",
|
|
32914
|
+
"name": "EnvironmentType",
|
|
32915
|
+
"ofType": null
|
|
32916
|
+
},
|
|
32917
|
+
"defaultValue": null,
|
|
32918
|
+
"isDeprecated": false,
|
|
32919
|
+
"deprecationReason": null
|
|
32920
|
+
},
|
|
32909
32921
|
{
|
|
32910
32922
|
"name": "migrationType",
|
|
32911
32923
|
"description": "How to migrate customers to newer plan version of updated plans. Default is not to migrate existing customers.",
|
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.40.
|
|
4
|
+
version: 1.40.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|