@tuya-sat/sdf-main-sdk 6.2.4-authDisabled.3 → 6.2.4-authDisabled.4
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/{364.6ee9850b.chunk.js → 364.2668d277.chunk.js} +1 -1
- package/dist/{364.6ee9850b.chunk.js.map → 364.2668d277.chunk.js.map} +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/utils/common.d.ts +1 -0
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main.css": "auto/main.css",
|
|
3
3
|
"main.js": "auto/main.bundle.js",
|
|
4
|
-
"364.
|
|
4
|
+
"364.2668d277.chunk.js": "auto/364.2668d277.chunk.js",
|
|
5
5
|
"static/img/login3.png": "auto/static/img/dd06d35d98047203e715.png",
|
|
6
6
|
"static/img/reLogin.png": "auto/static/img/294142da390c5af23324.png",
|
|
7
7
|
"static/img/login2.png": "auto/static/img/47a523d0027c7b5af83f.png",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"static/img/tuya.png": "auto/static/img/328d8b5c342b13933c5c.png",
|
|
24
24
|
"main.css.map": "auto/main.css.map",
|
|
25
25
|
"main.bundle.js.map": "auto/main.bundle.js.map",
|
|
26
|
-
"364.
|
|
26
|
+
"364.2668d277.chunk.js.map": "auto/364.2668d277.chunk.js.map"
|
|
27
27
|
}
|
package/dist/utils/common.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { isMainAppAuthDisabled, MAIN_APP_AUTH_MODE_KEY } from '@/utils/authMode';
|
|
2
2
|
export declare const AUTH_SYNC_KEY = "SAAS_AUTH_SYNC_EVENT";
|
|
3
|
+
export declare const SAAS_AUTH_INFO_KEY = "SAAS_AUTH_INFO";
|
|
3
4
|
type AuthSyncType = 'login' | 'logout';
|
|
4
5
|
export declare const emitAuthSyncEvent: (type: AuthSyncType) => void;
|
|
5
6
|
export declare const findEntry: (menus: any, pathname: any) => any;
|