@databutton/firebase-types 1.70.10 → 1.70.12
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.
|
@@ -42,6 +42,7 @@ export var CollectionName;
|
|
|
42
42
|
CollectionName["SCREENSHOTS"] = "screenshots";
|
|
43
43
|
CollectionName["SEQUENCES"] = "sequences";
|
|
44
44
|
CollectionName["SHORT_URLS"] = "short-urls";
|
|
45
|
+
CollectionName["STATIC_ASSETS"] = "static-assets";
|
|
45
46
|
CollectionName["THEMES"] = "themes";
|
|
46
47
|
CollectionName["THREADS"] = "threads";
|
|
47
48
|
CollectionName["UPGRADE_REQUESTS"] = "upgrade-requests";
|
|
@@ -540,7 +540,6 @@ export interface StaticAsset {
|
|
|
540
540
|
contentType: string;
|
|
541
541
|
md5: string;
|
|
542
542
|
size: string;
|
|
543
|
-
href: string;
|
|
544
543
|
name?: string;
|
|
545
544
|
}
|
|
546
545
|
export interface Viewer {
|
|
@@ -1335,7 +1334,7 @@ export interface WriteAttempt {
|
|
|
1335
1334
|
success: boolean;
|
|
1336
1335
|
failureReason: string | null;
|
|
1337
1336
|
messages: {
|
|
1338
|
-
level: "info" | "error" | "warning";
|
|
1337
|
+
level: "info" | "error" | "warning" | "success";
|
|
1339
1338
|
message: string;
|
|
1340
1339
|
}[];
|
|
1341
1340
|
steps: WriteAttemptStep[];
|