@lightdash/common 0.1467.1 → 0.1468.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,7 @@ export type SchedulerGsheetsOptions = {
16
16
  gdriveName: string;
17
17
  gdriveOrganizationName: string;
18
18
  url: string;
19
+ tabName?: string;
19
20
  };
20
21
  export type SchedulerOptions = SchedulerCsvOptions | SchedulerImageOptions | SchedulerGsheetsOptions;
21
22
  export declare enum SchedulerJobStatus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1467.1",
3
+ "version": "0.1468.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [