stigg-api-client 3.120.0 → 3.123.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: 47bf25137314f5e1b92c07b80d2cb519247f28d98c053b5127d37f1c1f03544f
4
- data.tar.gz: bc93b26de3ece75d28be7ea4eac6ca42e35992f0ddba9543e927667060255736
3
+ metadata.gz: 22d063c30ad2f43d8277d9a801abfac90efdef8aaec1d128d451c6f1c279907f
4
+ data.tar.gz: aa51f656bb609675b8e3f4acda461dc3d8a9b41dc570659cb0af949128fe333b
5
5
  SHA512:
6
- metadata.gz: f9d04f4076714b0f12ff7b60b02a3bcbcb82fef31b743433a250d8f1451c98c66820852c5e5062cd4a866e2143146a765ace79c8fc9ef066e576c1e3b34bdc90
7
- data.tar.gz: b7d20d4bf0e2943f8e2c2238f672b9c61e737a66557e2ef8b9d36cbb42633281eb699995c47bd6ac8585e7dc0ff0941491b149b53c5e48d91180e36f1de3c803
6
+ metadata.gz: 0dbf0322d08ca60962dd95b9b1faaddd30f85c4741e958e920b12915af5b341f0436da58ae461965c531a2b6f571f91953a5365ce8e9977fdbbcac873e1143fd
7
+ data.tar.gz: eae2614da19f457d106c59a8fa50e81596cec3ebae70b7e96df996c9e281678919c9aac368b77f15dfe95c39f9d1d5205f4eb66298a5de464e7a276a00898c3d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.120.0)
4
+ stigg-api-client (3.123.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -31387,6 +31387,12 @@
31387
31387
  "isDeprecated": false,
31388
31388
  "deprecationReason": null
31389
31389
  },
31390
+ {
31391
+ "name": "PROMOTIONAL_ENTITLEMENT_ENDS_SOON",
31392
+ "description": "Promotional entitlement ends soon",
31393
+ "isDeprecated": false,
31394
+ "deprecationReason": null
31395
+ },
31390
31396
  {
31391
31397
  "name": "PROMOTIONAL_ENTITLEMENT_EXPIRED",
31392
31398
  "description": "Promotional entitlement expired",
@@ -77534,6 +77540,18 @@
77534
77540
  "isDeprecated": false,
77535
77541
  "deprecationReason": null
77536
77542
  },
77543
+ {
77544
+ "name": "password",
77545
+ "description": "The masked password indicating the password based authentication for the Snowflake integration",
77546
+ "args": [],
77547
+ "type": {
77548
+ "kind": "SCALAR",
77549
+ "name": "String",
77550
+ "ofType": null
77551
+ },
77552
+ "isDeprecated": false,
77553
+ "deprecationReason": null
77554
+ },
77537
77555
  {
77538
77556
  "name": "role",
77539
77557
  "description": "The role you specified when creating the Stigg entities in Snowflake, for example: STIGG_ROLE",
@@ -77642,17 +77660,37 @@
77642
77660
  "isDeprecated": false,
77643
77661
  "deprecationReason": null
77644
77662
  },
77663
+ {
77664
+ "name": "passphrase",
77665
+ "description": "The passphrase for the private key",
77666
+ "type": {
77667
+ "kind": "SCALAR",
77668
+ "name": "String",
77669
+ "ofType": null
77670
+ },
77671
+ "defaultValue": null,
77672
+ "isDeprecated": false,
77673
+ "deprecationReason": null
77674
+ },
77645
77675
  {
77646
77676
  "name": "password",
77647
77677
  "description": "The password you specified when creating the Stigg entities in Snowflake",
77648
77678
  "type": {
77649
- "kind": "NON_NULL",
77650
- "name": null,
77651
- "ofType": {
77652
- "kind": "SCALAR",
77653
- "name": "String",
77654
- "ofType": null
77655
- }
77679
+ "kind": "SCALAR",
77680
+ "name": "String",
77681
+ "ofType": null
77682
+ },
77683
+ "defaultValue": null,
77684
+ "isDeprecated": false,
77685
+ "deprecationReason": null
77686
+ },
77687
+ {
77688
+ "name": "privateKey",
77689
+ "description": "The private key pair to public key specified when creating the Stigg entities in Snowflake",
77690
+ "type": {
77691
+ "kind": "SCALAR",
77692
+ "name": "String",
77693
+ "ofType": null
77656
77694
  },
77657
77695
  "defaultValue": null,
77658
77696
  "isDeprecated": false,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.120.0"
4
+ VERSION = "3.123.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: 3.120.0
4
+ version: 3.123.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-10-22 00:00:00.000000000 Z
11
+ date: 2025-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient