@stigg/api-client-js 4.7.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.
- package/package.json +1 -1
- package/src/generated/sdk.d.ts +1 -1
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -4967,7 +4967,7 @@ export declare type SnowflakeCredentialsInput = {
|
|
|
4967
4967
|
database: Scalars['String'];
|
|
4968
4968
|
/** The Snowflake account URL, for example: https://ab12345.us-east-2.aws.snowflakecomputing.com */
|
|
4969
4969
|
host: Scalars['String'];
|
|
4970
|
-
/** The passphrase for the private key */
|
|
4970
|
+
/** The passphrase for the encrypted private key */
|
|
4971
4971
|
passphrase?: InputMaybe<Scalars['String']>;
|
|
4972
4972
|
/** The password you specified when creating the Stigg entities in Snowflake */
|
|
4973
4973
|
password?: InputMaybe<Scalars['String']>;
|