@types/snowflake-sdk
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -443,2 +443,6 @@ // Type definitions for snowflake-sdk 1.6 | ||
* Establishes a connection if not in a fatal state. | ||
* | ||
* If you set the authenticator option to `EXTERNALBROWSER` (in order to use browser-based SSO) or | ||
* `https://<okta_account_name>.okta.com` (in order to use native SSO through Okta), call the {@link connectAsync} | ||
* method. | ||
*/ | ||
@@ -448,2 +452,11 @@ connect(fn: (err: SnowflakeError | undefined, conn: Connection) => void): void; | ||
/** | ||
* Establishes a connection if not in a fatal state. | ||
* | ||
* If you do not set the authenticator option to `EXTERNALBROWSER` (in order to use browser-based SSO) or | ||
* `https://<okta_account_name>.okta.com` (in order to use native SSO through Okta), call the {@link connect} | ||
* method. | ||
*/ | ||
connectAsync(fn: (err: SnowflakeError | undefined, conn: Connection) => void): void; | ||
/** | ||
* ### Related Docs | ||
@@ -450,0 +463,0 @@ * - {@link https://docs.snowflake.com/en/user-guide/nodejs-driver-use.html#executing-statements Executing Statements} |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
}, | ||
"typesPublisherContentHash": "a6fafa5d1cf964f6afdf974a40b2e6bd9429fffe5dcd35d33e7cbfade180f613", | ||
"typesPublisherContentHash": "978da7a3b3995c48d885c238fcc6106a1508db46e8fb4789a3c8ddc2813460de", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 01 Oct 2021 16:01:18 GMT | ||
* Last updated: Thu, 18 Nov 2021 17:31:36 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
21905
465