stigg-api-client 5.0.0 → 5.1.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 +25 -1
- 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: bd998dcf5226a9d9c562cbcccf65acd8406c5d2a00cfb72e96a56196d87e77dd
|
|
4
|
+
data.tar.gz: c67927ab70a19cd707298cd7e3ef4e1f6a78c2842730b463a493e7339278e55a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7ad4a14e35e0054ce48a00e7108c4f4d54dc5d1de439a2a95d3a97ff31a138b9e52c589a35fc26b094e91b9abea0b7b180cc68dcabd62fdb1796f3f8d360fca
|
|
7
|
+
data.tar.gz: 980b67707b3cb4ceb2371140ad2a548c42170bceffc580e2ca188fae0f28ee532f07b0068be1fc9f2095c5835d3d475f136ac9bf816bac0361789a161e4c40f0
|
data/Gemfile.lock
CHANGED
|
@@ -77564,6 +77564,18 @@
|
|
|
77564
77564
|
"isDeprecated": false,
|
|
77565
77565
|
"deprecationReason": null
|
|
77566
77566
|
},
|
|
77567
|
+
{
|
|
77568
|
+
"name": "passphrase",
|
|
77569
|
+
"description": "The masked passphrase for the encrypted private key",
|
|
77570
|
+
"args": [],
|
|
77571
|
+
"type": {
|
|
77572
|
+
"kind": "SCALAR",
|
|
77573
|
+
"name": "String",
|
|
77574
|
+
"ofType": null
|
|
77575
|
+
},
|
|
77576
|
+
"isDeprecated": false,
|
|
77577
|
+
"deprecationReason": null
|
|
77578
|
+
},
|
|
77567
77579
|
{
|
|
77568
77580
|
"name": "password",
|
|
77569
77581
|
"description": "The masked password indicating the password based authentication for the Snowflake integration",
|
|
@@ -77576,6 +77588,18 @@
|
|
|
77576
77588
|
"isDeprecated": false,
|
|
77577
77589
|
"deprecationReason": null
|
|
77578
77590
|
},
|
|
77591
|
+
{
|
|
77592
|
+
"name": "privateKey",
|
|
77593
|
+
"description": "The base64 encoded SHA-256 fingerprint of the public key corresponding to the private key",
|
|
77594
|
+
"args": [],
|
|
77595
|
+
"type": {
|
|
77596
|
+
"kind": "SCALAR",
|
|
77597
|
+
"name": "String",
|
|
77598
|
+
"ofType": null
|
|
77599
|
+
},
|
|
77600
|
+
"isDeprecated": false,
|
|
77601
|
+
"deprecationReason": null
|
|
77602
|
+
},
|
|
77579
77603
|
{
|
|
77580
77604
|
"name": "role",
|
|
77581
77605
|
"description": "The role you specified when creating the Stigg entities in Snowflake, for example: STIGG_ROLE",
|
|
@@ -77686,7 +77710,7 @@
|
|
|
77686
77710
|
},
|
|
77687
77711
|
{
|
|
77688
77712
|
"name": "passphrase",
|
|
77689
|
-
"description": "The passphrase for the private key",
|
|
77713
|
+
"description": "The passphrase for the encrypted private key",
|
|
77690
77714
|
"type": {
|
|
77691
77715
|
"kind": "SCALAR",
|
|
77692
77716
|
"name": "String",
|
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: 5.
|
|
4
|
+
version: 5.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|