@databutton/firebase-types 1.143.1 → 1.143.2

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.
@@ -1575,6 +1575,8 @@ export interface ProjectAccess {
1575
1575
  devxOpenUntil?: Timestamp | null;
1576
1576
  refreshKey?: string;
1577
1577
  salt?: string;
1578
+ appHost?: string;
1579
+ appBasePath?: string;
1578
1580
  checkAttributes?: OidcAttributeCheck[];
1579
1581
  }
1580
1582
  export type DnsRecord = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.143.1",
3
+ "version": "1.143.2",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {