@databutton/firebase-types 1.71.44 → 1.71.46

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.
@@ -1312,6 +1312,7 @@ export interface DomainV1 {
1312
1312
  type: "CNAME" | "ALIAS";
1313
1313
  value: string;
1314
1314
  }[];
1315
+ linearIssueId?: string;
1315
1316
  }
1316
1317
  export interface DomainV2 {
1317
1318
  version: "v2";
@@ -1327,6 +1328,7 @@ export interface DomainV2 {
1327
1328
  dnsRegistrar?: string;
1328
1329
  dnsRecords: DnsRecord[];
1329
1330
  validationRecords?: DomainValidationRecord[];
1331
+ linearIssueId?: string;
1330
1332
  }
1331
1333
  export type Domain = DomainV1 | DomainV2;
1332
1334
  export interface DomainValidationRecord {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.71.44",
3
+ "version": "1.71.46",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {