@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;
|
package/dist/cli/setup.d.ts
CHANGED
@@ -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
|
22
|
+
export declare const configFile: (config?: string) => JsonObject;
|
23
23
|
export declare const cli: () => {
|
24
24
|
createConfig: ConfigObject;
|
25
25
|
cliConfig: Merge<ConfigObject, {
|