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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a3e1cae09cd51fbdb86c36e1fffb617a089560e6d0455997b9891b0df6f761f
4
- data.tar.gz: ce1d309616a06d14d7e9e086b827ecea2f185e2c5fe3708064a23d0aa5bb8a9b
3
+ metadata.gz: bd998dcf5226a9d9c562cbcccf65acd8406c5d2a00cfb72e96a56196d87e77dd
4
+ data.tar.gz: c67927ab70a19cd707298cd7e3ef4e1f6a78c2842730b463a493e7339278e55a
5
5
  SHA512:
6
- metadata.gz: 656b0d5d8d60f50f471f04976e3c7e6b0dc29b84047da76dc635a5acd487e2c1c2cd620d321226652db4b4d510ba1665b2282c5c5a778fd20e9c71931ce3732a
7
- data.tar.gz: '0835e816a66996301ad35b04091f09d92c3f85b01294c8c6d44b7743c37d4b45ac11f5d7d0b3af97f73a4ff387fa175ff7d5f70ceee983adebdf4b6c8d0be6da'
6
+ metadata.gz: d7ad4a14e35e0054ce48a00e7108c4f4d54dc5d1de439a2a95d3a97ff31a138b9e52c589a35fc26b094e91b9abea0b7b180cc68dcabd62fdb1796f3f8d360fca
7
+ data.tar.gz: 980b67707b3cb4ceb2371140ad2a548c42170bceffc580e2ca188fae0f28ee532f07b0068be1fc9f2095c5835d3d475f136ac9bf816bac0361789a161e4c40f0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.0.0)
4
+ stigg-api-client (5.1.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.0.0"
4
+ VERSION = "5.1.0"
5
5
  end
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.0.0
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-04 00:00:00.000000000 Z
11
+ date: 2025-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient