@databutton/firebase-types 1.72.25 → 1.72.27
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.
|
@@ -1249,7 +1249,9 @@ export type AppbutlerResources = {
|
|
|
1249
1249
|
};
|
|
1250
1250
|
export type Appbutler = {
|
|
1251
1251
|
createdBy: PerformedBy;
|
|
1252
|
+
markedForDeletionAt: Timestamp | null;
|
|
1252
1253
|
variant?: string;
|
|
1254
|
+
provider?: string;
|
|
1253
1255
|
serviceType: string;
|
|
1254
1256
|
resources: AppbutlerResources;
|
|
1255
1257
|
cloudRunServiceId?: string;
|
|
@@ -1258,7 +1260,6 @@ export type Appbutler = {
|
|
|
1258
1260
|
templateRef?: string;
|
|
1259
1261
|
projectId?: string;
|
|
1260
1262
|
serviceIsReady: boolean;
|
|
1261
|
-
markedForDeletionAt: Timestamp | null;
|
|
1262
1263
|
overrideURL?: string;
|
|
1263
1264
|
username?: string;
|
|
1264
1265
|
customDomain?: string;
|