@types/snowflake-sdk
Advanced tools
Comparing version 1.6.22 to 1.6.23
@@ -297,2 +297,32 @@ /// <reference types="node" /> | ||
accessUrl?: string; | ||
/** | ||
* Specifies the proxy host to use for the connection. | ||
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}. | ||
*/ | ||
proxyHost?: string; | ||
/** | ||
* Specifies the proxy port to use for the connection. | ||
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}. | ||
*/ | ||
proxyPort?: number; | ||
/** | ||
* Specifies the protocol to use for the proxy connection. Default value is http. | ||
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}. | ||
*/ | ||
proxyProtocol?: string; | ||
/** | ||
* Specifies the username to use for the proxy connection. | ||
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}. | ||
*/ | ||
proxyUser?: string; | ||
/** | ||
* Specifies the password to use for the proxy connection. | ||
* For details, see {@link https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver-connect#connecting-through-an-authenticated-proxy Connecting through an authenticated proxy}. | ||
*/ | ||
proxyPassword?: string; | ||
} | ||
@@ -299,0 +329,0 @@ |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.22", | ||
"version": "1.6.23", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
}, | ||
"typesPublisherContentHash": "6052a5489107f15e19ca6fcb92356efc3ad421fff0faea1d73306a194a87f60b", | ||
"typesPublisherContentHash": "71462ad6cfe30e980d592bf2a109921d5a63e816855fbaef626e0f0e6f220738", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 23 Apr 2024 15:35:48 GMT | ||
* Last updated: Fri, 03 May 2024 22:35:13 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [generic-pool](https://npmjs.com/package/generic-pool) | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26827
583