@databutton/firebase-types 1.92.15 → 1.93.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.
@@ -956,10 +956,11 @@ export interface IntegrationTemplate {
956
956
  displayName: string;
957
957
  state: "active" | "early-access" | "dev" | "request" | "inactive";
958
958
  semVerVersion: string;
959
- managedBy: "riff" | "community";
959
+ managedBy: "riff" | "riff-custom" | "community";
960
960
  logoUrl?: string;
961
961
  aliases?: IntegrationAlias[];
962
962
  apiVersion?: IntegrationApiVersion;
963
+ enabledForAccountIds?: string[];
963
964
  /**
964
965
  * Short description of the integration
965
966
  * Ment for the user to understand what the integration does
@@ -1023,7 +1024,7 @@ export interface InstalledIntegration {
1023
1024
  * e.g. For example in intercom user_id is called external_ref
1024
1025
  */
1025
1026
  learnings: string[];
1026
- managedBy: "riff" | "community";
1027
+ managedBy: "riff" | "riff-custom" | "community";
1027
1028
  /**
1028
1029
  * Short description of the integration
1029
1030
  * Ment for the user to understand what the integration does
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.92.15",
3
+ "version": "1.93.1",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {