@owlworks/florence-api
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -92,3 +92,3 @@ export interface IS3Configuration { | ||
apiKey: string; | ||
tenantId: string; | ||
tenantId?: string; | ||
apiUrl?: string; | ||
@@ -101,3 +101,3 @@ } | ||
private readonly apiUrl; | ||
private tenantId_; | ||
private tenantId_?; | ||
constructor(options: IOptions); | ||
@@ -104,0 +104,0 @@ ask(datasourceId: string, query: string, previous_contexts?: string[]): Promise<IGeneratedSQL>; |
@@ -44,3 +44,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "0.5.0" | ||
"version": "0.6.0" | ||
} |
10956