elcrm 0.9.35 → 0.9.37

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.
package/dist/Api/Api.d.ts CHANGED
@@ -8,7 +8,7 @@ export declare function setSSID(b: boolean): void;
8
8
  export declare function fetch(link: string, data?: {}, ssid?: string): Promise<unknown>;
9
9
  export declare function formData(link: string, data?: {}, ssid?: string): Promise<any>;
10
10
  export declare function modules(link: string, data?: {}, ssid?: string): Promise<unknown>;
11
- export declare function use(link: string, body: {} | undefined, ssid: string): any[];
11
+ export declare function use(link: string, body?: {}, ssid?: string): any[];
12
12
  export declare function db(type: string, query: string, data?: {}): Promise<any>;
13
13
  export declare function remoute(url: string, link: string, data?: {}): Promise<any>;
14
14
  export declare function telegram(type: string, data?: {}): Promise<any>;