react-semaphor 0.0.413 → 0.0.415

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -429,11 +429,12 @@ export declare type GetDashboardResponse = {
429
429
 
430
430
  export declare function getFilterValueType(filter: TFilter): "string" | "number" | "date" | "boolean";
431
431
 
432
- export declare function getFormattedTableNameForQuery({ schemaName, tableName, modelName, connectionType, }: {
432
+ export declare function getFormattedTableNameForQuery({ schemaName, tableName, modelName, connectionType, databaseName, }: {
433
433
  schemaName: string;
434
434
  tableName: string;
435
435
  modelName: string | undefined;
436
436
  connectionType: string;
437
+ databaseName: string;
437
438
  }): string;
438
439
 
439
440
  export declare type GetPluginsResponse = {
@@ -443,9 +444,14 @@ export declare type GetPluginsResponse = {
443
444
  }[];
444
445
  };
445
446
 
446
- export declare function getQualifiedTableName(schemaName: string, tableName: string, connectionType: string): string;
447
+ export declare function getQualifiedTableName({ schemaName, tableName, connectionType, databaseName, }: {
448
+ schemaName: string;
449
+ tableName: string;
450
+ connectionType: string;
451
+ databaseName: string;
452
+ }): string;
447
453
 
448
- export declare function getSql(config: SqlGen, schemaName: string, tableName: string, modelName: string, connectionType: string): string | undefined;
454
+ export declare function getSql(config: SqlGen, schemaName: string, tableName: string, modelName: string, connectionType: string, databaseName: string): string | undefined;
449
455
 
450
456
  export declare type HtmlOptions = {
451
457
  html: string;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.413",
8
+ "version": "0.0.415",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",