@types/snowflake-sdk
Advanced tools
Comparing version 1.6.23 to 1.6.24
@@ -327,2 +327,8 @@ /// <reference types="node" /> | ||
proxyPassword?: string; | ||
/** | ||
* Specifies the lists of hosts that the driver should connect to directly, bypassing the proxy server. | ||
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-options#additional-connection-options Additional connection options}. | ||
*/ | ||
noProxy?: string; | ||
} | ||
@@ -329,0 +335,0 @@ |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.23", | ||
"version": "1.6.24", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
}, | ||
"typesPublisherContentHash": "71462ad6cfe30e980d592bf2a109921d5a63e816855fbaef626e0f0e6f220738", | ||
"typesPublisherContentHash": "dd04836fbc3c4cfabdbf2188f0d816c756c4ac9113660b7449d1d8186a728c3f", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 03 May 2024 22:35:13 GMT | ||
* Last updated: Sat, 18 May 2024 05:07:20 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [generic-pool](https://npmjs.com/package/generic-pool) | ||
@@ -14,0 +14,0 @@ |
27143
588