@abyss-project/commons-front-core 1.0.64 → 1.0.65
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.
|
@@ -152,6 +152,18 @@ export declare const translations: {
|
|
|
152
152
|
title: string;
|
|
153
153
|
content: string;
|
|
154
154
|
};
|
|
155
|
+
"monitor-webhook-undeliverable": {
|
|
156
|
+
title: string;
|
|
157
|
+
content: string;
|
|
158
|
+
};
|
|
159
|
+
"monitor-webhook-undeliverable-disable": {
|
|
160
|
+
title: string;
|
|
161
|
+
content: string;
|
|
162
|
+
};
|
|
163
|
+
"monitor-sentinel-check-failed": {
|
|
164
|
+
title: string;
|
|
165
|
+
content: string;
|
|
166
|
+
};
|
|
155
167
|
};
|
|
156
168
|
ABYSS_MEMORIES: {
|
|
157
169
|
"invite-event": {
|
|
@@ -677,6 +689,18 @@ export declare const translations: {
|
|
|
677
689
|
title: string;
|
|
678
690
|
content: string;
|
|
679
691
|
};
|
|
692
|
+
"monitor-webhook-undeliverable": {
|
|
693
|
+
title: string;
|
|
694
|
+
content: string;
|
|
695
|
+
};
|
|
696
|
+
"monitor-webhook-undeliverable-disable": {
|
|
697
|
+
title: string;
|
|
698
|
+
content: string;
|
|
699
|
+
};
|
|
700
|
+
"monitor-sentinel-check-failed": {
|
|
701
|
+
title: string;
|
|
702
|
+
content: string;
|
|
703
|
+
};
|
|
680
704
|
};
|
|
681
705
|
ABYSS_MEMORIES: {
|
|
682
706
|
"invite-event": {
|