@databutton/firebase-types 1.93.0 → 1.93.2

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.
@@ -1024,7 +1024,7 @@ export interface InstalledIntegration {
1024
1024
  * e.g. For example in intercom user_id is called external_ref
1025
1025
  */
1026
1026
  learnings: string[];
1027
- managedBy: "riff" | "community";
1027
+ managedBy: "riff" | "riff-custom" | "community";
1028
1028
  /**
1029
1029
  * Short description of the integration
1030
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.93.0",
3
+ "version": "1.93.2",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {