@databutton/firebase-types 1.69.106 → 1.69.107

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.
@@ -298,20 +298,6 @@ export interface UiFile {
298
298
  markedForDeletionBy: PerformedBy | null;
299
299
  codeBlockRef: string;
300
300
  }
301
- export interface StaticAsset {
302
- createdBy?: PerformedBy;
303
- lastUpdatedBy?: PerformedBy;
304
- markedForDeletionAt?: Timestamp | null;
305
- markedForDeletionBy?: PerformedBy | null;
306
- contentType?: string;
307
- blobGeneration?: string;
308
- etag: string;
309
- md5: string;
310
- size: string;
311
- href: string;
312
- name?: string | null;
313
- slug?: string | null;
314
- }
315
301
  export declare enum StepState {
316
302
  TODO = "todo",
317
303
  IN_PROGRESS = "in-progress",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.69.106",
3
+ "version": "1.69.107",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {