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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +45 -7
- 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: 22d063c30ad2f43d8277d9a801abfac90efdef8aaec1d128d451c6f1c279907f
|
|
4
|
+
data.tar.gz: aa51f656bb609675b8e3f4acda461dc3d8a9b41dc570659cb0af949128fe333b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dbf0322d08ca60962dd95b9b1faaddd30f85c4741e958e920b12915af5b341f0436da58ae461965c531a2b6f571f91953a5365ce8e9977fdbbcac873e1143fd
|
|
7
|
+
data.tar.gz: eae2614da19f457d106c59a8fa50e81596cec3ebae70b7e96df996c9e281678919c9aac368b77f15dfe95c39f9d1d5205f4eb66298a5de464e7a276a00898c3d
|
data/Gemfile.lock
CHANGED
|
@@ -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": "
|
|
77650
|
-
"name":
|
|
77651
|
-
"ofType":
|
|
77652
|
-
|
|
77653
|
-
|
|
77654
|
-
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2025-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|