@selfcommunity/react-core
Version:
React Core Components useful for integrating UI Community components (react-ui).
73 lines (72 loc) • 2.6 kB
TypeScript
import { SCNotificationTopicType, SCNotificationTypologyType } from '@selfcommunity/types';
/**
* List of all possible topics
*/
export declare const SCNotificationTopics: SCNotificationTopicType[];
/**
* Notification mapping
*/
export declare const SCNotificationMapping: {
1: SCNotificationTypologyType;
2: SCNotificationTypologyType;
4: SCNotificationTypologyType;
55: SCNotificationTypologyType;
56: SCNotificationTypologyType;
57: SCNotificationTypologyType;
58: SCNotificationTypologyType;
59: SCNotificationTypologyType;
60: SCNotificationTypologyType;
19: SCNotificationTypologyType;
9: SCNotificationTypologyType;
16: SCNotificationTypologyType;
37: SCNotificationTypologyType;
105: SCNotificationTypologyType;
26: SCNotificationTypologyType;
50: SCNotificationTypologyType;
51: SCNotificationTypologyType;
52: SCNotificationTypologyType;
65: SCNotificationTypologyType;
66: SCNotificationTypologyType;
54: SCNotificationTypologyType;
75: SCNotificationTypologyType;
76: SCNotificationTypologyType;
77: SCNotificationTypologyType;
78: SCNotificationTypologyType;
79: SCNotificationTypologyType;
97: SCNotificationTypologyType;
98: SCNotificationTypologyType;
67: SCNotificationTypologyType;
68: SCNotificationTypologyType;
69: SCNotificationTypologyType;
70: SCNotificationTypologyType;
71: SCNotificationTypologyType;
73: SCNotificationTypologyType;
74: SCNotificationTypologyType;
83: SCNotificationTypologyType;
96: SCNotificationTypologyType;
99: SCNotificationTypologyType;
31: SCNotificationTypologyType;
32: SCNotificationTypologyType;
33: SCNotificationTypologyType;
34: SCNotificationTypologyType;
7: SCNotificationTypologyType;
10: SCNotificationTypologyType;
14: SCNotificationTypologyType;
15: SCNotificationTypologyType;
};
/**
* Silent Snippet Notifications
*/
export declare const SCSilentSnippetNotifications: number[];
/**
* Silent Toast Notifications
*/
export declare const SCSilentToastNotifications: number[];
/**
* Notification settings keys
*/
export declare const NOTIFICATIONS_SETTINGS_QA_FREQUENCY = "qa_frequency";
export declare const NOTIFICATIONS_SETTINGS_EMAIL_NOT_QA = "email_notification_not_qa";
export declare const NOTIFICATIONS_SETTINGS_MOBILE = "mobile_notifications_scmty";
export declare const NOTIFICATIONS_SETTINGS_TOAST_EMIT_SOUND = "toast_notifications_emit_sound";
export declare const NOTIFICATIONS_SETTINGS_SHOW_TOAST = "show_toast_notifications";