@databutton/firebase-types 1.84.9 → 1.84.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.
|
@@ -23,6 +23,7 @@ export var CollectionName;
|
|
|
23
23
|
CollectionName["DEPLOYMENT_REQUESTS"] = "deployment-requests";
|
|
24
24
|
CollectionName["DEPLOYMENTS"] = "deployments";
|
|
25
25
|
CollectionName["DEVRUNS"] = "devruns";
|
|
26
|
+
CollectionName["PROJECT_PLANS"] = "project-plans";
|
|
26
27
|
CollectionName["DOMAINS"] = "domains";
|
|
27
28
|
CollectionName["EVENTS"] = "events";
|
|
28
29
|
CollectionName["FEATURE_FLAGS"] = "feature-flags";
|
|
@@ -871,6 +871,7 @@ export interface IntegrationTemplate {
|
|
|
871
871
|
semVerVersion: string;
|
|
872
872
|
managedBy: "riff" | "community";
|
|
873
873
|
logoUrl?: string;
|
|
874
|
+
aliases?: string[];
|
|
874
875
|
/**
|
|
875
876
|
* Short description of the integration
|
|
876
877
|
* Ment for the user to understand what the integration does
|