@databutton/firebase-types 1.74.10 → 1.74.12
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.
|
@@ -33,7 +33,6 @@ export interface PublicUsername {
|
|
|
33
33
|
username: string;
|
|
34
34
|
slug: string;
|
|
35
35
|
claimedAt: Timestamp;
|
|
36
|
-
changedTo?: string;
|
|
37
36
|
}
|
|
38
37
|
export type ToSVersion = "2024-02-13";
|
|
39
38
|
export interface Profile {
|
|
@@ -1500,6 +1499,7 @@ export interface TokenUsageEntry {
|
|
|
1500
1499
|
}
|
|
1501
1500
|
export interface PublicUsernameRecord {
|
|
1502
1501
|
userId: string;
|
|
1502
|
+
changedTo?: string;
|
|
1503
1503
|
}
|
|
1504
1504
|
export interface CreditTransactionRecord {
|
|
1505
1505
|
customerId: string;
|