@databutton/firebase-types 1.35.0 → 1.36.1

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.
@@ -184,6 +184,7 @@ export interface CodeBlock {
184
184
  controlTakenBy?: PerformedBy | null;
185
185
  }
186
186
  export interface CodeBlockCheckpoint {
187
+ title: string | null;
187
188
  codeBlockVersionRef: string;
188
189
  createdBy: PerformedBy;
189
190
  createdReason: "automatic" | "deploy";
@@ -394,6 +395,7 @@ export interface Project {
394
395
  serviceCreationStartedAt?: Timestamp;
395
396
  serviceCreationSucceededAt?: Timestamp;
396
397
  serviceCreationFailedAt?: Timestamp;
398
+ checkpointsGeneratedAt?: Timestamp;
397
399
  }
398
400
  export interface ProjectTemplateApp {
399
401
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.35.0",
3
+ "version": "1.36.1",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -21,6 +21,7 @@
21
21
  ]
22
22
  },
23
23
  "scripts": {
24
+ "cli:local": "ts-node-esm -T local-scripts/main.ts",
24
25
  "cli": "ts-node-esm -T functions/cli/main.ts",
25
26
  "cli:login": "gcloud iam service-accounts keys create ~/.config/gcloud/databutton-firebase-cli.json --iam-account=firebase-adminsdk-4ay2f@databutton.iam.gserviceaccount.com",
26
27
  "lint": "rome check functions test && tsc --noEmit",
@@ -70,6 +71,7 @@
70
71
  "@sentry/types": "7.42.0",
71
72
  "@types/analytics-node": "3.1.11",
72
73
  "@types/cli-progress": "^3.11.0",
74
+ "@types/diff": "5.0.3",
73
75
  "@types/inquirer": "9.0.3",
74
76
  "@types/jest": "29.5.1",
75
77
  "@types/lodash": "4.14.194",
@@ -77,6 +79,7 @@
77
79
  "@types/uuid": "8.3.4",
78
80
  "ansi-escapes": "6.2.0",
79
81
  "cli-progress": "^3.12.0",
82
+ "diff": "5.1.0",
80
83
  "dotenv": "16.0.3",
81
84
  "firebase-functions-test": "3.1.0",
82
85
  "firebase-tools": "11.30.0",