@databutton/firebase-types
Advanced tools
Comparing version
@@ -34,2 +34,3 @@ export declare enum CollectionName { | ||
PROFILES = "profiles", | ||
PROJECT_ACCESS = "project-access", | ||
PROJECT_APPBUTLERS = "project-appbutlers", | ||
@@ -36,0 +37,0 @@ PROJECT_DEPLOYMENTS = "deployments", |
@@ -35,2 +35,3 @@ export var CollectionName; | ||
CollectionName["PROFILES"] = "profiles"; | ||
CollectionName["PROJECT_ACCESS"] = "project-access"; | ||
CollectionName["PROJECT_APPBUTLERS"] = "project-appbutlers"; | ||
@@ -37,0 +38,0 @@ CollectionName["PROJECT_DEPLOYMENTS"] = "deployments"; |
@@ -877,2 +877,10 @@ import type { Timestamp } from "firebase/firestore"; | ||
} | ||
export interface ProjectAccess { | ||
updatedAt?: Timestamp; | ||
active: boolean; | ||
owner: string; | ||
members: string[] | null; | ||
devxAppbutlerId?: string | null; | ||
prodxAppbutlerId?: string | null; | ||
} | ||
export type DnsRecord = { | ||
@@ -879,0 +887,0 @@ name: string; |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.72.88", | ||
"version": "1.72.89", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
60015
0.51%2039
0.49%