@databutton/firebase-types 1.99.3 → 1.99.4
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.
|
@@ -1073,11 +1073,7 @@ export interface IntegrationTemplateSummary {
|
|
|
1073
1073
|
managedBy: "riff" | "riff-custom" | "community";
|
|
1074
1074
|
apiVersion?: IntegrationApiVersion;
|
|
1075
1075
|
enabledForAccountIds?: string[];
|
|
1076
|
-
|
|
1077
|
-
* Riff-oauth are integrations that use our provided Riff OAuth flow
|
|
1078
|
-
* Any integration using a custom flow should have usage descriubed in the guide field
|
|
1079
|
-
*/
|
|
1080
|
-
authStrategy: "riff-oauth" | "oauth" | "api-key" | "custom";
|
|
1076
|
+
visibility?: "all" | "team" | "solo" | "hidden";
|
|
1081
1077
|
needsGatewayAppConnection?: boolean;
|
|
1082
1078
|
aliases?: {
|
|
1083
1079
|
name: string;
|