@databutton/firebase-types 1.112.0 → 1.113.1
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.
|
@@ -1118,6 +1118,7 @@ export interface IntegrationTemplate {
|
|
|
1118
1118
|
authStrategy: "riff-oauth" | "oauth" | "api-key" | "custom";
|
|
1119
1119
|
requiredCredentials: {
|
|
1120
1120
|
key: string;
|
|
1121
|
+
optional?: boolean;
|
|
1121
1122
|
}[];
|
|
1122
1123
|
/**
|
|
1123
1124
|
* human/agent-readable notes (scopes, pagination, rate limits, usage examples). Living document. used by agent, and for debug
|
|
@@ -1181,6 +1182,7 @@ export interface IntegrationTemplateVersion {
|
|
|
1181
1182
|
authStrategy: "riff-oauth" | "oauth" | "api-key" | "custom";
|
|
1182
1183
|
requiredCredentials: {
|
|
1183
1184
|
key: string;
|
|
1185
|
+
optional?: boolean;
|
|
1184
1186
|
}[];
|
|
1185
1187
|
guide: string | null;
|
|
1186
1188
|
documentationUrls: {
|