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