@databutton/firebase-types 1.34.10 → 1.34.11
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.
|
@@ -184,12 +184,7 @@ export interface CodeBlock {
|
|
|
184
184
|
controlTakenBy?: PerformedBy | null;
|
|
185
185
|
}
|
|
186
186
|
export interface CodeBlockCheckpoint {
|
|
187
|
-
|
|
188
|
-
ref: string;
|
|
189
|
-
createdAtUtc: Timestamp;
|
|
190
|
-
createdBy: PerformedBy | null;
|
|
191
|
-
name: string | null;
|
|
192
|
-
};
|
|
187
|
+
codeBlockVersionRef: string;
|
|
193
188
|
createdBy: PerformedBy;
|
|
194
189
|
createdReason: "automatic" | "deploy";
|
|
195
190
|
}
|