@databutton/firebase-types 1.69.23 → 1.69.24

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.
@@ -446,7 +446,6 @@ export interface MultipageAppDeploymentDeprecated {
446
446
  }
447
447
  export interface FullDeploymentRequest {
448
448
  createdBy: PerformedBy;
449
- deploymentUrl?: string;
450
449
  deploymentRef: string | null;
451
450
  }
452
451
  interface LegacyComponentDeploymentRequest {
@@ -922,7 +921,6 @@ export interface ProjectDeploymentBase<T = ComponentSnapshotBase> extends AppSna
922
921
  name: string;
923
922
  };
924
923
  };
925
- deploymentUrl?: string;
926
924
  deployStartedAt?: Timestamp | null;
927
925
  deploySucceededAt?: Timestamp | null;
928
926
  deployFailedAt?: Timestamp | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.69.23",
3
+ "version": "1.69.24",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {