@databutton/firebase-types 1.70.25 → 1.71.0

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.
@@ -1436,4 +1436,16 @@ export interface PatchAttempt {
1436
1436
  [name: string]: number;
1437
1437
  };
1438
1438
  }
1439
+ export interface Commit {
1440
+ createdBy: PerformedBy;
1441
+ message: string;
1442
+ tags: string[];
1443
+ parentIds: string[];
1444
+ versionRefs: string[];
1445
+ }
1446
+ export interface Branch {
1447
+ createdBy: PerformedBy;
1448
+ updatedBy: PerformedBy;
1449
+ commitRef: string;
1450
+ }
1439
1451
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.25",
3
+ "version": "1.71.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {