@databutton/firebase-types 1.72.87 → 1.72.88
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.
|
@@ -31,7 +31,6 @@ export declare enum CollectionName {
|
|
|
31
31
|
PAGES = "pages",
|
|
32
32
|
PATCH_ATTEMPTS = "patch-attempts",
|
|
33
33
|
PROFILES = "profiles",
|
|
34
|
-
PROJECT_ACCESS = "project-access",
|
|
35
34
|
PROJECT_APPBUTLERS = "project-appbutlers",
|
|
36
35
|
PROJECT_DEPLOYMENTS = "deployments",
|
|
37
36
|
PROJECT_INVITES = "project-invites",
|
|
@@ -32,7 +32,6 @@ export var CollectionName;
|
|
|
32
32
|
CollectionName["PAGES"] = "pages";
|
|
33
33
|
CollectionName["PATCH_ATTEMPTS"] = "patch-attempts";
|
|
34
34
|
CollectionName["PROFILES"] = "profiles";
|
|
35
|
-
CollectionName["PROJECT_ACCESS"] = "project-access";
|
|
36
35
|
CollectionName["PROJECT_APPBUTLERS"] = "project-appbutlers";
|
|
37
36
|
CollectionName["PROJECT_DEPLOYMENTS"] = "deployments";
|
|
38
37
|
CollectionName["PROJECT_INVITES"] = "project-invites";
|
|
@@ -874,13 +874,6 @@ export interface Project {
|
|
|
874
874
|
alwaysOn?: boolean;
|
|
875
875
|
};
|
|
876
876
|
}
|
|
877
|
-
export interface ProjectAccess {
|
|
878
|
-
active: boolean;
|
|
879
|
-
owner: string;
|
|
880
|
-
members: string[] | null;
|
|
881
|
-
devxAppbutlerId?: string | null;
|
|
882
|
-
prodxAppbutlerId?: string | null;
|
|
883
|
-
}
|
|
884
877
|
export type DnsRecord = {
|
|
885
878
|
name: string;
|
|
886
879
|
type: "CNAME" | "ALIAS" | "CAA" | "ANAME";
|