@databutton/firebase-types 1.69.66 → 1.69.67
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.
|
@@ -1132,9 +1132,10 @@ export interface Domain {
|
|
|
1132
1132
|
type: string;
|
|
1133
1133
|
value: string;
|
|
1134
1134
|
};
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1135
|
+
validationEmails?: string[];
|
|
1136
|
+
validationDomain?: string;
|
|
1137
|
+
validationMethod?: "DNS" | "EMAIL";
|
|
1138
|
+
validationStatus?: "FAILED" | "PENDING_VALIDATION" | "SUCCESS";
|
|
1138
1139
|
}[];
|
|
1139
1140
|
}
|
|
1140
1141
|
export interface TokenUsageEntry {
|