@databutton/firebase-types 1.75.24 → 1.75.26
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.
|
@@ -49,6 +49,7 @@ export declare enum CollectionName {
|
|
|
49
49
|
SEQUENCES = "sequences",
|
|
50
50
|
SHORT_URLS = "short-urls",
|
|
51
51
|
STATIC_ASSETS = "static-assets",
|
|
52
|
+
SLACK_SUPPORT_CHANNELS = "slack-support-channels",
|
|
52
53
|
THEMES = "themes",
|
|
53
54
|
THREADS = "threads",
|
|
54
55
|
UPGRADE_REQUESTS = "upgrade-requests",
|
|
@@ -50,6 +50,7 @@ export var CollectionName;
|
|
|
50
50
|
CollectionName["SEQUENCES"] = "sequences";
|
|
51
51
|
CollectionName["SHORT_URLS"] = "short-urls";
|
|
52
52
|
CollectionName["STATIC_ASSETS"] = "static-assets";
|
|
53
|
+
CollectionName["SLACK_SUPPORT_CHANNELS"] = "slack-support-channels";
|
|
53
54
|
CollectionName["THEMES"] = "themes";
|
|
54
55
|
CollectionName["THREADS"] = "threads";
|
|
55
56
|
CollectionName["UPGRADE_REQUESTS"] = "upgrade-requests";
|
|
@@ -1696,11 +1696,6 @@ export interface Branch {
|
|
|
1696
1696
|
updatedBy: PerformedBy;
|
|
1697
1697
|
commitRef: string;
|
|
1698
1698
|
}
|
|
1699
|
-
export interface SupportPreferences {
|
|
1700
|
-
channel: "email" | "discord" | "slack" | "intercom";
|
|
1701
|
-
slackChannel?: string;
|
|
1702
|
-
discordName?: string;
|
|
1703
|
-
}
|
|
1704
1699
|
export type TaskCodeSnippet = {
|
|
1705
1700
|
language: string;
|
|
1706
1701
|
code: string;
|