@stigg/api-client-js 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/api-client-js",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -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']>;