@types/snowflake-sdk
Advanced tools
Comparing version 1.6.7 to 1.6.8
@@ -218,2 +218,7 @@ // Type definitions for snowflake-sdk 1.6 | ||
/** | ||
* Number of milliseconds to keep the connection alive with no response. Default: 60000 (1 minute). | ||
*/ | ||
timeout?: number | undefined; | ||
/** | ||
* By default, client connections typically time out approximately 3-4 hours after the most recent query was executed. | ||
@@ -220,0 +225,0 @@ * |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.7", | ||
"version": "1.6.8", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
}, | ||
"typesPublisherContentHash": "707eb4bdc5687d7756dc93c09e7f33c5292aa9443e01a60725f236734b796167", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "db17ba46b26481e45b8cda4b0b7119f1cf74ae9ef6acdb1235cb2172650e7a61", | ||
"typeScriptVersion": "4.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 01 Jun 2022 12:31:28 GMT | ||
* Last updated: Wed, 07 Sep 2022 23:02:39 GMT | ||
* Dependencies: [@types/generic-pool](https://npmjs.com/package/@types/generic-pool), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
24332
533