@databutton/firebase-types 1.78.40 → 1.78.42

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.
@@ -33,6 +33,7 @@ export declare enum CollectionName {
33
33
  MIGRATIONS = "migrations",
34
34
  MULTIPAGE_APPS = "multipage-apps",
35
35
  NOTEBOOKS = "notebooks",
36
+ INTEGRATIONS = "integrations",
36
37
  PAGES = "pages",
37
38
  PATCH_ATTEMPTS = "patch-attempts",
38
39
  PROFILES = "profiles",
@@ -34,6 +34,7 @@ export var CollectionName;
34
34
  CollectionName["MIGRATIONS"] = "migrations";
35
35
  CollectionName["MULTIPAGE_APPS"] = "multipage-apps";
36
36
  CollectionName["NOTEBOOKS"] = "notebooks";
37
+ CollectionName["INTEGRATIONS"] = "integrations";
37
38
  CollectionName["PAGES"] = "pages";
38
39
  CollectionName["PATCH_ATTEMPTS"] = "patch-attempts";
39
40
  CollectionName["PROFILES"] = "profiles";
@@ -892,7 +892,7 @@ export interface ProjectMigrationRecord {
892
892
  /**
893
893
  * Collection of integrations that you can add to your project
894
894
  */
895
- export interface Integrations {
895
+ export interface Integration {
896
896
  displayName: string;
897
897
  version: string;
898
898
  active: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.78.40",
3
+ "version": "1.78.42",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {