@databutton/firebase-types 1.72.59 → 1.72.61
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.
|
@@ -889,6 +889,7 @@ export interface ProjectCustomDomain {
|
|
|
889
889
|
active: boolean;
|
|
890
890
|
dnsRecords: DnsRecord[];
|
|
891
891
|
acmCertificateStatus?: CertificateStatus;
|
|
892
|
+
apiPathPrefix?: string;
|
|
892
893
|
/**
|
|
893
894
|
* @deprecated Will be removed
|
|
894
895
|
*/
|
|
@@ -1376,6 +1377,11 @@ export interface DomainV2 {
|
|
|
1376
1377
|
linearIssueId?: string;
|
|
1377
1378
|
acmCertificateArn?: string;
|
|
1378
1379
|
acmCertificateStatus?: CertificateStatus;
|
|
1380
|
+
/**
|
|
1381
|
+
* Defaults to /api if nothing else is set
|
|
1382
|
+
* Requires infra upgrade to change
|
|
1383
|
+
*/
|
|
1384
|
+
apiPathPrefix?: string;
|
|
1379
1385
|
}
|
|
1380
1386
|
/**
|
|
1381
1387
|
* Taken from AWS types
|