@open-wa/wa-automate-types-only 4.43.5 → 4.44.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,12 @@
1
1
  /// <reference types="node" />
2
- import http from 'http';
2
+ import http from 'node:http';
3
3
  import { Client } from '..';
4
4
  export declare const app: import("express-serve-static-core").Express;
5
- export declare const server: http.Server;
5
+ export declare let server: http.Server;
6
6
  export declare type cliFlags = {
7
7
  [k: string]: number | string | boolean;
8
8
  };
9
+ export declare const setupHttpServer: (cliConfig: cliFlags) => void;
9
10
  export declare const setUpExpressApp: () => void;
10
11
  export declare const enableCORSRequests: () => void;
11
12
  export declare const setupAuthenticationLayer: (cliConfig: cliFlags) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.43.5",
3
+ "version": "4.44.2",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",