mario-core 2.9.38-admin → 2.9.40-admin
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/containers/Login/constant/type.d.ts +5 -0
- package/dist/containers/Login/views/ModelSelectRole.d.ts +4 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +14 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +14 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/amplitude.d.ts +1 -0
- package/dist/utils/constants.d.ts +10 -0
- package/package.json +1 -1
- package/dist/i18n.d.ts +0 -2
- package/dist/lang/de.d.ts +0 -4
- package/dist/lang/en.d.ts +0 -4
- package/dist/layouts/TheLanguageDropdown.d.ts +0 -3
- package/dist/utils/getTranslations.d.ts +0 -2
- package/dist/utils/translations.d.ts +0 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const initAmplitude: () => void;
|
|
@@ -3,6 +3,16 @@ export declare const TINY_MCE_API_KEY = "adpshj9swgsscf83gw4gs2f74nx0vicpd5ydka2
|
|
|
3
3
|
export declare const GOOGLE_RECAPTCHA_KEY = "6LfNtLUaAAAAAL24lbBV11jS-gBtt1mhtxb4NXs0";
|
|
4
4
|
export declare const INIT_AMPLITUDE_KEY = "860fa99c52ae79d98e904b4c862ddaac";
|
|
5
5
|
export declare const ACCESS_TOKEN = "ACCESS_TOKEN";
|
|
6
|
+
export declare const FIREBASE_CONFIG: {
|
|
7
|
+
apiKey: string;
|
|
8
|
+
authDomain: string;
|
|
9
|
+
databaseURL: string;
|
|
10
|
+
projectId: string;
|
|
11
|
+
storageBucket: string;
|
|
12
|
+
messagingSenderId: string;
|
|
13
|
+
appId: string;
|
|
14
|
+
measurementId: string;
|
|
15
|
+
};
|
|
6
16
|
export declare const DEFAULT_PAGE_SIZE_VALUES: {
|
|
7
17
|
label: string;
|
|
8
18
|
value: number;
|
package/package.json
CHANGED
package/dist/i18n.d.ts
DELETED
package/dist/lang/de.d.ts
DELETED
package/dist/lang/en.d.ts
DELETED