@databutton/firebase-types 1.85.17 → 1.85.19
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.
|
@@ -194,5 +194,7 @@ export declare enum IntegrationType {
|
|
|
194
194
|
WEBHOOK = "webhook"
|
|
195
195
|
}
|
|
196
196
|
export declare enum CreateProjectErrorCode {
|
|
197
|
-
ACTIVE_PROJECT_LIMIT_REACHED = "ACTIVE_PROJECT_LIMIT_REACHED"
|
|
197
|
+
ACTIVE_PROJECT_LIMIT_REACHED = "ACTIVE_PROJECT_LIMIT_REACHED",
|
|
198
|
+
INVALID_PLAN = "INVALID_PLAN",
|
|
199
|
+
UNKNOWN_ERROR = "UNKNOWN_ERROR"
|
|
198
200
|
}
|
|
@@ -212,5 +212,7 @@ export var IntegrationType;
|
|
|
212
212
|
export var CreateProjectErrorCode;
|
|
213
213
|
(function (CreateProjectErrorCode) {
|
|
214
214
|
CreateProjectErrorCode["ACTIVE_PROJECT_LIMIT_REACHED"] = "ACTIVE_PROJECT_LIMIT_REACHED";
|
|
215
|
+
CreateProjectErrorCode["INVALID_PLAN"] = "INVALID_PLAN";
|
|
216
|
+
CreateProjectErrorCode["UNKNOWN_ERROR"] = "UNKNOWN_ERROR";
|
|
215
217
|
})(CreateProjectErrorCode || (CreateProjectErrorCode = {}));
|
|
216
218
|
//# sourceMappingURL=enums.js.map
|