@databutton/firebase-types 1.69.66 → 1.69.68

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.
@@ -1128,13 +1128,14 @@ export interface Domain {
1128
1128
  validationRecords?: {
1129
1129
  domainName: string;
1130
1130
  resourceRecord?: {
1131
- name: string;
1132
- type: string;
1133
- value: string;
1131
+ name?: string;
1132
+ type?: "CNAME";
1133
+ value?: string;
1134
1134
  };
1135
- validationDomain: string;
1136
- validationMethod: string;
1137
- validationStatus: string;
1135
+ validationEmails?: string[];
1136
+ validationDomain?: string;
1137
+ validationMethod?: "DNS" | "EMAIL";
1138
+ validationStatus?: "FAILED" | "PENDING_VALIDATION" | "SUCCESS";
1138
1139
  }[];
1139
1140
  }
1140
1141
  export interface TokenUsageEntry {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.69.66",
3
+ "version": "1.69.68",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {