@databutton/firebase-types 1.69.24 → 1.69.26
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,6 +446,7 @@ export interface MultipageAppDeploymentDeprecated {
|
|
|
446
446
|
}
|
|
447
447
|
export interface FullDeploymentRequest {
|
|
448
448
|
createdBy: PerformedBy;
|
|
449
|
+
deploymentUrl?: string | null;
|
|
449
450
|
deploymentRef: string | null;
|
|
450
451
|
}
|
|
451
452
|
interface LegacyComponentDeploymentRequest {
|
|
@@ -921,6 +922,7 @@ export interface ProjectDeploymentBase<T = ComponentSnapshotBase> extends AppSna
|
|
|
921
922
|
name: string;
|
|
922
923
|
};
|
|
923
924
|
};
|
|
925
|
+
deploymentUrl?: string | null;
|
|
924
926
|
deployStartedAt?: Timestamp | null;
|
|
925
927
|
deploySucceededAt?: Timestamp | null;
|
|
926
928
|
deployFailedAt?: Timestamp | null;
|