acsi-core 1.2.30 → 1.2.32

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.
@@ -1,7 +1,7 @@
1
1
  import { LoginAccessTokenRequest, LoginRequest } from "../utils/types/login";
2
- export declare const getInfo: (role: string) => Promise<import("axios").AxiosResponse<any, any>>;
3
- export declare const getSuperAdminInfoFromWeb: () => Promise<import("axios").AxiosResponse<any, any>>;
4
- export declare const apiLoginGoogle: (body: LoginRequest) => Promise<import("axios").AxiosResponse<any, any>>;
5
- export declare const apiLoginGoogleSuperAdmin: (body: LoginRequest) => Promise<import("axios").AxiosResponse<any, any>>;
6
- export declare const apiLoginWithAccessToken: (body: LoginAccessTokenRequest, domain?: string | undefined) => Promise<import("axios").AxiosResponse<any, any>>;
7
- export declare const checkToken: (token: string) => Promise<import("axios").AxiosResponse<any, any>>;
2
+ export declare const getInfo: (role: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
3
+ export declare const getSuperAdminInfoFromWeb: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
4
+ export declare const apiLoginGoogle: (body: LoginRequest) => Promise<import("axios").AxiosResponse<any, any, {}>>;
5
+ export declare const apiLoginGoogleSuperAdmin: (body: LoginRequest) => Promise<import("axios").AxiosResponse<any, any, {}>>;
6
+ export declare const apiLoginWithAccessToken: (body: LoginAccessTokenRequest, domain?: string | undefined) => Promise<import("axios").AxiosResponse<any, any, {}>>;
7
+ export declare const checkToken: (token: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acsi-core",
3
- "version": "1.2.30",
3
+ "version": "1.2.32",
4
4
  "description": "Contains core components && functions for acsi-core project",
5
5
  "author": "brss",
6
6
  "license": "MIT",