@tmlmobilidade/go-interfaces-labdb 20260910.1851.55 → 20260911.111.29
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.
- package/dist/interface.d.ts +1 -1
- package/package.json +1 -1
package/dist/interface.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ declare class LabDbClass {
|
|
|
72
72
|
* end_date: '2024-12-31',
|
|
73
73
|
* });
|
|
74
74
|
*/
|
|
75
|
-
queryFromFile<T>(filePath: string, params?: Record<string, number | string>): ReturnType<typeof queryFromFile<T>>;
|
|
75
|
+
queryFromFile<T>(filePath: string, params?: Record<string, number | string | string[]>): ReturnType<typeof queryFromFile<T>>;
|
|
76
76
|
/**
|
|
77
77
|
* Executes a query from a string.
|
|
78
78
|
* @param client The ClickHouse client to use for executing the query.
|