acsi-core 1.2.28 → 1.2.31

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, {}>>;
@@ -49,4 +49,3 @@ export declare const COLORS: {
49
49
  export declare const ORGANIZATION_TENANT = "ORGANIZATION_TENANT";
50
50
  export declare const ORGANIZATION_TEAM = "ORGANIZATION_TEAM";
51
51
  export declare const TIMEZONE_ID = "TIMEZONE_ID";
52
- export declare const UID_TENANT = "uid";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acsi-core",
3
- "version": "1.2.28",
3
+ "version": "1.2.31",
4
4
  "description": "Contains core components && functions for acsi-core project",
5
5
  "author": "brss",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  "react": "^18.2.0",
55
55
  "react-dom": "^18.2.0",
56
56
  "react-redux": "^9.0.4",
57
- "react-router-dom": "^6.16.0"
57
+ "react-router-dom": "^5.3.4"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "microbundle-crl --no-compress --format modern,cjs",