@databutton/firebase-types 1.82.13 → 1.82.15

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.
@@ -129,6 +129,7 @@ export interface Profile {
129
129
  enabledFeatures: string[];
130
130
  hasValidPlan?: boolean | null;
131
131
  syncedAt?: Timestamp;
132
+ timezoneAtSignUp?: `${string}/${string}`;
132
133
  }
133
134
  export type Plan = TeamPlan | PayAsYouGoPlan | AIPlan;
134
135
  interface PlanBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.82.13",
3
+ "version": "1.82.15",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {