@types/snowflake-sdk
Advanced tools
Comparing version 1.6.13 to 1.6.14
@@ -11,4 +11,4 @@ // Type definitions for snowflake-sdk 1.6 | ||
import { Pool, Options as PoolOptions } from 'generic-pool'; | ||
import { Readable } from 'stream'; | ||
import { Options as PoolOptions, Pool } from "generic-pool"; | ||
import { Readable } from "stream"; | ||
@@ -170,3 +170,3 @@ /** | ||
end?: number; | ||
fetchAsString?: Array<'String' | 'Boolean' | 'Number' | 'Date' | 'JSON' | 'Buffer'> | undefined; | ||
fetchAsString?: Array<"String" | "Boolean" | "Number" | "Date" | "JSON" | "Buffer"> | undefined; | ||
} | ||
@@ -401,4 +401,4 @@ | ||
export enum StatementStatus { | ||
Fetching = 'fetching', | ||
Complete = 'complete', | ||
Fetching = "fetching", | ||
Complete = "complete", | ||
} | ||
@@ -576,3 +576,3 @@ | ||
*/ | ||
fetchAsString?: Array<'String' | 'Boolean' | 'Number' | 'Date' | 'JSON' | 'Buffer'> | undefined; | ||
fetchAsString?: Array<"String" | "Boolean" | "Number" | "Date" | "JSON" | "Buffer"> | undefined; | ||
complete?: (err: SnowflakeError | undefined, stmt: Statement, rows: any[] | undefined) => void; | ||
@@ -598,16 +598,16 @@ }): Statement; | ||
export const STRING = 'STRING'; | ||
export const BOOLEAN = 'BOOLEAN'; | ||
export const NUMBER = 'NUMBER'; | ||
export const DATE = 'DATE'; | ||
export const JSON = 'JSON'; | ||
export const STRING = "STRING"; | ||
export const BOOLEAN = "BOOLEAN"; | ||
export const NUMBER = "NUMBER"; | ||
export const DATE = "DATE"; | ||
export const JSON = "JSON"; | ||
export enum ocspModes { | ||
FAIL_CLOSED = 'FAIL_CLOSED', | ||
FAIL_OPEN = 'FAIL_OPEN', | ||
INSECURE = 'INSECURE', | ||
FAIL_CLOSED = "FAIL_CLOSED", | ||
FAIL_OPEN = "FAIL_OPEN", | ||
INSECURE = "INSECURE", | ||
} | ||
export interface ConfigureOptions { | ||
logLevel?: 'ERROR' | 'WARN' | 'INFO' | 'DEBUG' | 'TRACE' | undefined; | ||
logLevel?: "ERROR" | "WARN" | "INFO" | "DEBUG" | "TRACE" | undefined; | ||
insecureConnect?: boolean | undefined; | ||
@@ -614,0 +614,0 @@ |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.13", | ||
"version": "1.6.14", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
}, | ||
"typesPublisherContentHash": "98d4cfa7bad22586605fb04eefa1c8ed1001d65053e18742c52e42c5cffb34ef", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "82090c99780e11d756c57626fde42aa7150c94a8b51d9bfc09ad72f80502d255", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 21 Jun 2023 15:02:44 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 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 |