@databutton/firebase-types 1.17.7 → 1.17.9

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.
@@ -212,6 +212,8 @@ export interface Deployment {
212
212
  export interface PageRef {
213
213
  pageRef: string;
214
214
  lastCodeBlockVersionRef: string;
215
+ sequence: number;
216
+ hidden: boolean;
215
217
  }
216
218
  export interface MultipageAppDeployment {
217
219
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.17.7",
3
+ "version": "1.17.9",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {