@databutton/firebase-types 1.69.21 → 1.69.23

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;
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;
924
926
  deployStartedAt?: Timestamp | null;
925
927
  deploySucceededAt?: Timestamp | null;
926
928
  deployFailedAt?: Timestamp | null;
@@ -1122,6 +1124,7 @@ export interface PatchAttemptCommon {
1122
1124
  success: boolean;
1123
1125
  final?: boolean;
1124
1126
  createdAt?: Timestamp;
1127
+ tag?: string;
1125
1128
  }
1126
1129
  export type PatchAttemptV1 = PatchAttemptCommon & {
1127
1130
  agentResponse?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.69.21",
3
+ "version": "1.69.23",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {