@databutton/firebase-types 1.34.6 → 1.34.8

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.
@@ -372,6 +372,7 @@ export interface Project {
372
372
  schema?: "2022-12-07" | "2022-08-22" | null;
373
373
  devxUrl?: string;
374
374
  prodxUrl?: string;
375
+ enableAppbutlers?: boolean;
375
376
  initialRequirementsHash?: string;
376
377
  deployIsInProgress?: boolean;
377
378
  deployFinishedAt?: Timestamp;
@@ -430,6 +431,7 @@ export interface ProjectTemplate {
430
431
  requirementsSnapshots: RequirementsSnapshot[];
431
432
  devxRequirementsId: string;
432
433
  } | null;
434
+ enableAppbutlers?: boolean;
433
435
  }
434
436
  export interface Requirements {
435
437
  createdBy: PerformedBy;
@@ -643,6 +645,7 @@ export interface Thread {
643
645
  startedBy: PerformedBy;
644
646
  context: ThreadContext;
645
647
  description: string | null;
648
+ hasGeneratedDescription?: boolean;
646
649
  }
647
650
  export interface ContextBase {
648
651
  contextKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.34.6",
3
+ "version": "1.34.8",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {