@databutton/firebase-types 1.78.40 → 1.78.42
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.
|
@@ -34,6 +34,7 @@ export var CollectionName;
|
|
|
34
34
|
CollectionName["MIGRATIONS"] = "migrations";
|
|
35
35
|
CollectionName["MULTIPAGE_APPS"] = "multipage-apps";
|
|
36
36
|
CollectionName["NOTEBOOKS"] = "notebooks";
|
|
37
|
+
CollectionName["INTEGRATIONS"] = "integrations";
|
|
37
38
|
CollectionName["PAGES"] = "pages";
|
|
38
39
|
CollectionName["PATCH_ATTEMPTS"] = "patch-attempts";
|
|
39
40
|
CollectionName["PROFILES"] = "profiles";
|
|
@@ -892,7 +892,7 @@ export interface ProjectMigrationRecord {
|
|
|
892
892
|
/**
|
|
893
893
|
* Collection of integrations that you can add to your project
|
|
894
894
|
*/
|
|
895
|
-
export interface
|
|
895
|
+
export interface Integration {
|
|
896
896
|
displayName: string;
|
|
897
897
|
version: string;
|
|
898
898
|
active: boolean;
|