@databutton/firebase-types 1.34.9 → 1.34.11

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.
@@ -183,6 +183,11 @@ export interface CodeBlock {
183
183
  componentId: string;
184
184
  controlTakenBy?: PerformedBy | null;
185
185
  }
186
+ export interface CodeBlockCheckpoint {
187
+ codeBlockVersionRef: string;
188
+ createdBy: PerformedBy;
189
+ createdReason: "automatic" | "deploy";
190
+ }
186
191
  export interface CodeBlockVersion {
187
192
  name?: string | null;
188
193
  code: string;
@@ -363,6 +368,9 @@ export interface Project {
363
368
  * @deprecated No longer in use
364
369
  */
365
370
  projectUrl?: string;
371
+ /**
372
+ * @deprecated No longer in use. Not to be confused with currentDeploymentId...
373
+ */
366
374
  current_deployment_id?: string;
367
375
  shouldShowStartGuide?: boolean;
368
376
  about?: string;
@@ -372,6 +380,8 @@ export interface Project {
372
380
  schema?: "2022-12-07" | "2022-08-22" | null;
373
381
  devxUrl?: string;
374
382
  prodxUrl?: string;
383
+ devxAppbutlerId?: string;
384
+ prodxAppbutlerId?: string;
375
385
  enableAppbutlers?: boolean;
376
386
  initialRequirementsHash?: string;
377
387
  deployIsInProgress?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.34.9",
3
+ "version": "1.34.11",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -79,8 +79,8 @@
79
79
  "cli-progress": "^3.12.0",
80
80
  "dotenv": "16.0.3",
81
81
  "firebase-functions-test": "3.1.0",
82
- "firebase-tools": "11.29.1",
83
- "inquirer": "9.2.0",
82
+ "firebase-tools": "11.30.0",
83
+ "inquirer": "9.2.2",
84
84
  "jest": "29.5.0",
85
85
  "p-queue": "^7.3.4",
86
86
  "rome": "11.0.0",