@databutton/firebase-types 1.37.12 → 1.37.14
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.
|
@@ -27,6 +27,8 @@ export interface Profile {
|
|
|
27
27
|
companyName?: string;
|
|
28
28
|
githubUsername?: string;
|
|
29
29
|
linkedInUrl?: string;
|
|
30
|
+
profileCardBackgroundSrc?: string;
|
|
31
|
+
heardAboutDatabuttonFrom?: string;
|
|
30
32
|
/**
|
|
31
33
|
* Timestamp when the profile was created
|
|
32
34
|
*/
|
|
@@ -750,6 +752,12 @@ export type Appbutler = {
|
|
|
750
752
|
regionCode?: string;
|
|
751
753
|
templateRef?: string;
|
|
752
754
|
projectId?: string;
|
|
755
|
+
serviceIsReady: boolean;
|
|
756
|
+
};
|
|
757
|
+
export type ProjectAppbutlers = {
|
|
758
|
+
region: string;
|
|
759
|
+
devxAppbutlerId: string;
|
|
760
|
+
prodxAppbutlerId: string;
|
|
753
761
|
};
|
|
754
762
|
export interface InitialDevxConfig {
|
|
755
763
|
activeVersion: string;
|