@databutton/firebase-types 1.84.10 → 1.84.11

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.
@@ -22,6 +22,7 @@ export declare enum CollectionName {
22
22
  DEPLOYMENT_REQUESTS = "deployment-requests",
23
23
  DEPLOYMENTS = "deployments",
24
24
  DEVRUNS = "devruns",
25
+ PROJECT_PLANS = "project-plans",
25
26
  DOMAINS = "domains",
26
27
  EVENTS = "events",
27
28
  FEATURE_FLAGS = "feature-flags",
@@ -23,6 +23,7 @@ export var CollectionName;
23
23
  CollectionName["DEPLOYMENT_REQUESTS"] = "deployment-requests";
24
24
  CollectionName["DEPLOYMENTS"] = "deployments";
25
25
  CollectionName["DEVRUNS"] = "devruns";
26
+ CollectionName["PROJECT_PLANS"] = "project-plans";
26
27
  CollectionName["DOMAINS"] = "domains";
27
28
  CollectionName["EVENTS"] = "events";
28
29
  CollectionName["FEATURE_FLAGS"] = "feature-flags";
@@ -871,6 +871,7 @@ export interface IntegrationTemplate {
871
871
  semVerVersion: string;
872
872
  managedBy: "riff" | "community";
873
873
  logoUrl?: string;
874
+ aliases?: string[];
874
875
  /**
875
876
  * Short description of the integration
876
877
  * 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.84.10",
3
+ "version": "1.84.11",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {