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