@databutton/firebase-types 1.83.3 → 1.83.5
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.
|
@@ -842,9 +842,10 @@ export interface IntegrationPackages {
|
|
|
842
842
|
*/
|
|
843
843
|
export interface IntegrationTemplate {
|
|
844
844
|
displayName: string;
|
|
845
|
-
state: "active" | "early-access" | "inactive";
|
|
845
|
+
state: "active" | "early-access" | "dev" | "request" | "inactive";
|
|
846
846
|
semVerVersion: string;
|
|
847
847
|
managedBy: "riff" | "community";
|
|
848
|
+
logoUrl?: string;
|
|
848
849
|
/**
|
|
849
850
|
* Short description of the integration
|
|
850
851
|
* Ment for the user to understand what the integration does
|
|
@@ -891,6 +892,7 @@ export interface InstalledIntegration {
|
|
|
891
892
|
templateSemVerVersion: string;
|
|
892
893
|
templateId: string;
|
|
893
894
|
enabled: boolean;
|
|
895
|
+
logoUrl?: string;
|
|
894
896
|
credentials: {
|
|
895
897
|
key: string;
|
|
896
898
|
ref: string;
|