@databutton/firebase-types 1.114.0 → 1.115.0
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.
|
@@ -101,7 +101,8 @@ export declare enum AccountRole {
|
|
|
101
101
|
OWNER = "owner",
|
|
102
102
|
ADMIN = "admin",
|
|
103
103
|
COLLABORATOR = "collaborator",
|
|
104
|
-
BILLING = "billing"
|
|
104
|
+
BILLING = "billing",
|
|
105
|
+
SUPPORT = "support"
|
|
105
106
|
}
|
|
106
107
|
export declare enum DatabuttonIdPrefix {
|
|
107
108
|
AGENT_SKILL = "ask",
|
|
@@ -105,6 +105,7 @@ export var AccountRole;
|
|
|
105
105
|
AccountRole["ADMIN"] = "admin";
|
|
106
106
|
AccountRole["COLLABORATOR"] = "collaborator";
|
|
107
107
|
AccountRole["BILLING"] = "billing";
|
|
108
|
+
AccountRole["SUPPORT"] = "support";
|
|
108
109
|
})(AccountRole || (AccountRole = {}));
|
|
109
110
|
export var DatabuttonIdPrefix;
|
|
110
111
|
(function (DatabuttonIdPrefix) {
|