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