@databutton/firebase-types 1.72.58 → 1.72.60

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.
@@ -1376,6 +1376,11 @@ export interface DomainV2 {
1376
1376
  linearIssueId?: string;
1377
1377
  acmCertificateArn?: string;
1378
1378
  acmCertificateStatus?: CertificateStatus;
1379
+ /**
1380
+ * Defaults to /api if nothing else is set
1381
+ * Requires infra upgrade to change
1382
+ */
1383
+ apiPathPrefix?: string;
1379
1384
  }
1380
1385
  /**
1381
1386
  * Taken from AWS types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.58",
3
+ "version": "1.72.60",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {