@databutton/firebase-types 1.34.9 → 1.34.10

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,16 @@ export interface CodeBlock {
183
183
  componentId: string;
184
184
  controlTakenBy?: PerformedBy | null;
185
185
  }
186
+ export interface CodeBlockCheckpoint {
187
+ codeBlockVersion: {
188
+ ref: string;
189
+ createdAtUtc: Timestamp;
190
+ createdBy: PerformedBy | null;
191
+ name: string | null;
192
+ };
193
+ createdBy: PerformedBy;
194
+ createdReason: "automatic" | "deploy";
195
+ }
186
196
  export interface CodeBlockVersion {
187
197
  name?: string | null;
188
198
  code: string;
@@ -363,6 +373,9 @@ export interface Project {
363
373
  * @deprecated No longer in use
364
374
  */
365
375
  projectUrl?: string;
376
+ /**
377
+ * @deprecated No longer in use. Not to be confused with currentDeploymentId...
378
+ */
366
379
  current_deployment_id?: string;
367
380
  shouldShowStartGuide?: boolean;
368
381
  about?: string;
@@ -372,6 +385,8 @@ export interface Project {
372
385
  schema?: "2022-12-07" | "2022-08-22" | null;
373
386
  devxUrl?: string;
374
387
  prodxUrl?: string;
388
+ devxAppbutlerId?: string;
389
+ prodxAppbutlerId?: string;
375
390
  enableAppbutlers?: boolean;
376
391
  initialRequirementsHash?: string;
377
392
  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.10",
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",