@databutton/firebase-types 1.76.39 → 1.76.40
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.
|
@@ -1003,6 +1003,7 @@ export interface ProjectCustomDomain {
|
|
|
1003
1003
|
dnsRecords: DnsRecord[];
|
|
1004
1004
|
acmCertificateStatus?: CertificateStatus;
|
|
1005
1005
|
apiPathPrefix?: string;
|
|
1006
|
+
apiHost?: string;
|
|
1006
1007
|
/**
|
|
1007
1008
|
* @deprecated Will be removed
|
|
1008
1009
|
*/
|
|
@@ -1521,6 +1522,10 @@ export interface DomainV2 {
|
|
|
1521
1522
|
* Requires infra upgrade to change
|
|
1522
1523
|
*/
|
|
1523
1524
|
apiPathPrefix?: string;
|
|
1525
|
+
/**
|
|
1526
|
+
* If bypassing the proxy, the api host to use
|
|
1527
|
+
*/
|
|
1528
|
+
apiHost?: string;
|
|
1524
1529
|
}
|
|
1525
1530
|
/**
|
|
1526
1531
|
* Taken from AWS types
|