@open-wa/wa-automate-types-only 4.47.4 → 4.47.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ export declare type cliFlags = {
8
8
  };
9
9
  export declare const setupHttpServer: (cliConfig: cliFlags) => void;
10
10
  export declare const setUpExpressApp: () => void;
11
- export declare const enableCORSRequests: () => void;
11
+ export declare const enableCORSRequests: (cliConfig: cliFlags) => void;
12
12
  export declare const setupAuthenticationLayer: (cliConfig: cliFlags) => void;
13
13
  export declare const setupApiDocs: (cliConfig: cliFlags) => void;
14
14
  export declare const setupSwaggerStatsMiddleware: (cliConfig: cliFlags) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.47.4",
3
+ "version": "4.47.5",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",