@types/snowflake-sdk
Advanced tools
Comparing version 1.6.12 to 1.6.13
@@ -521,2 +521,7 @@ // Type definitions for snowflake-sdk 1.6 | ||
/** | ||
* Returns true if the connection is good to send a query otherwise false | ||
*/ | ||
isValidAsync(): Promise<boolean>; | ||
getServiceName(): string; | ||
@@ -523,0 +528,0 @@ getClientSessionKeepAlive(): boolean; |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.12", | ||
"version": "1.6.13", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
}, | ||
"typesPublisherContentHash": "2fb2c1f2ef2652b94ac0946cdb1f737380f7775ca260afcaedb1e1153791963e", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "98d4cfa7bad22586605fb04eefa1c8ed1001d65053e18742c52e42c5cffb34ef", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 12 Jan 2023 19:02:41 GMT | ||
* Last updated: Wed, 21 Jun 2023 15:02:44 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
24903
548