@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.
@@ -41,6 +41,7 @@ export declare enum CollectionName {
41
41
  SCREENSHOTS = "screenshots",
42
42
  SEQUENCES = "sequences",
43
43
  SHORT_URLS = "short-urls",
44
+ STATIC_ASSETS = "static-assets",
44
45
  THEMES = "themes",
45
46
  THREADS = "threads",
46
47
  UPGRADE_REQUESTS = "upgrade-requests",
@@ -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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.10",
3
+ "version": "1.70.12",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {