@databutton/firebase-types 1.47.3 → 1.47.5
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.
|
@@ -454,31 +454,16 @@ export interface Project {
|
|
|
454
454
|
name: string;
|
|
455
455
|
owner: string;
|
|
456
456
|
projectCardColor: string;
|
|
457
|
-
/**
|
|
458
|
-
* @deprecated No longer in use
|
|
459
|
-
*/
|
|
460
|
-
projectUrl?: string;
|
|
461
|
-
/**
|
|
462
|
-
* @deprecated No longer in use. Not to be confused with currentDeploymentId...
|
|
463
|
-
*/
|
|
464
|
-
current_deployment_id?: string;
|
|
465
457
|
shouldShowStartGuide?: boolean;
|
|
466
458
|
about?: string;
|
|
467
459
|
githubUrl?: string;
|
|
468
460
|
isShowcase?: boolean;
|
|
469
461
|
last_deployed?: Timestamp;
|
|
470
462
|
schema?: "2022-12-07" | "2022-08-22" | null;
|
|
471
|
-
devxUrl?: string | null;
|
|
472
|
-
prodxUrl?: string | null;
|
|
473
|
-
devxAppbutlerId?: string | null;
|
|
474
|
-
prodxAppbutlerId?: string | null;
|
|
475
|
-
enableAppbutlers?: boolean;
|
|
476
|
-
initialRequirementsHash?: string;
|
|
477
463
|
deployIsInProgress?: boolean;
|
|
478
464
|
deployFinishedAt?: Timestamp;
|
|
479
465
|
deployCurrentDeployedId?: string;
|
|
480
466
|
deployLastDeploymentSuccess?: boolean;
|
|
481
|
-
region?: string;
|
|
482
467
|
currentBuildId?: string | null;
|
|
483
468
|
currentDeploymentId?: string | null;
|
|
484
469
|
serviceCreationStartedAt?: Timestamp;
|
|
@@ -533,7 +518,6 @@ export interface ProjectTemplate {
|
|
|
533
518
|
requirementsSnapshots: RequirementsSnapshot[];
|
|
534
519
|
devxRequirementsId: string;
|
|
535
520
|
} | null;
|
|
536
|
-
enableAppbutlers?: boolean;
|
|
537
521
|
targetPoolSize?: number;
|
|
538
522
|
}
|
|
539
523
|
export interface Requirements {
|