@open-wa/wa-automate-types-only 4.39.0 → 4.40.0

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.
@@ -98,7 +98,8 @@ export declare enum LicenseType {
98
98
  TEXT_STORY = "Text Story License Key",
99
99
  IMAGE_STORY = "Image Story License Key",
100
100
  VIDEO_STORY = "Video Story License Key",
101
- PREMIUM = "Premium License Key"
101
+ PREMIUM = "Premium License Key",
102
+ NONE = "NONE"
102
103
  }
103
104
  export interface SessionData {
104
105
  WABrowserId?: string;
@@ -19,7 +19,7 @@ export declare const cliOptionNames: import("type-fest").Simplify<import("type-f
19
19
  export declare const meowFlags: () => AnyFlags;
20
20
  export declare const helptext: string;
21
21
  export declare const envArgs: () => JsonObject;
22
- export declare const configFile: (config: string) => JsonObject;
22
+ export declare const configFile: (config?: string) => JsonObject;
23
23
  export declare const cli: () => {
24
24
  createConfig: ConfigObject;
25
25
  cliConfig: Merge<ConfigObject, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.39.0",
3
+ "version": "4.40.0",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",