@databutton/firebase-types 1.159.3 → 1.160.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.
|
@@ -103,7 +103,7 @@ export type AdminAddCreditsResult = {
|
|
|
103
103
|
};
|
|
104
104
|
export type AdminSetAccountTypePayload = {
|
|
105
105
|
customerId: string;
|
|
106
|
-
accountType: "internal" | "enterprise" | "enterprise_trial";
|
|
106
|
+
accountType: "internal" | "enterprise" | "enterprise_trial" | "delivery";
|
|
107
107
|
};
|
|
108
108
|
export type AdminSetAccountTypeResult = {
|
|
109
109
|
success: boolean;
|
|
@@ -590,7 +590,7 @@ export type ReviewApprovalRequestResponse = {
|
|
|
590
590
|
export type CreateTeamAccountRequest = {
|
|
591
591
|
name: string;
|
|
592
592
|
publicUsername?: string;
|
|
593
|
-
teamType?: "internal" | "enterprise" | "enterprise_trial";
|
|
593
|
+
teamType?: "internal" | "enterprise" | "enterprise_trial" | "delivery";
|
|
594
594
|
parentId?: string;
|
|
595
595
|
inheritParentSso?: boolean;
|
|
596
596
|
};
|