@databutton/firebase-types 1.85.10 → 1.85.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.
@@ -686,6 +686,7 @@ export interface McpExtensionConfig {
686
686
  })[];
687
687
  }
688
688
  export interface SecretRef {
689
+ env?: "admin" | "app" | "dev" | "prod";
689
690
  name: string;
690
691
  }
691
692
  export interface NeonDatabaseExtensionConfig {
@@ -1218,6 +1219,10 @@ export interface ProjectTemplate {
1218
1219
  variant: ProjectVariant;
1219
1220
  initialPromptInstructions?: string;
1220
1221
  secretNames?: string[];
1222
+ secretRefs?: {
1223
+ env: string;
1224
+ name: string;
1225
+ }[];
1221
1226
  agentConfig?: Project["agentConfig"];
1222
1227
  extensions?: ProjectExtensions;
1223
1228
  annotations?: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.85.10",
3
+ "version": "1.85.11",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {