@open-wa/wa-automate-types-only 4.30.11 → 4.30.12

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.
@@ -0,0 +1,9 @@
1
+ import { AnyFlag } from "meow";
2
+ import { Merge } from "type-fest";
3
+ export declare const optionList: Merge<Merge<{
4
+ name?: string;
5
+ description?: string;
6
+ typeLabel?: string;
7
+ }, AnyFlag>, {
8
+ type?: typeof Boolean | typeof Number | typeof String;
9
+ }>[];
@@ -14,7 +14,7 @@ export declare const cliOptionNames: import("type-fest").Simplify<import("type-f
14
14
  description?: string;
15
15
  typeLabel?: string;
16
16
  }, meow.AnyFlag>>, {
17
- type?: typeof Boolean | typeof Number | typeof String;
17
+ type?: StringConstructor | BooleanConstructor | NumberConstructor;
18
18
  }>>;
19
19
  export declare const meowFlags: () => AnyFlags;
20
20
  export declare const helptext: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.30.11",
3
+ "version": "4.30.12",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",