@databutton/firebase-types 1.88.5 → 1.88.7

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.
@@ -1332,12 +1332,12 @@ export interface Metric {
1332
1332
  }
1333
1333
  export type Pulse = {
1334
1334
  createdBy: PerformedBy;
1335
- text: string;
1335
+ text?: string;
1336
1336
  eventName: string;
1337
1337
  properties: Record<string, Primitive | Primitive[]>;
1338
1338
  } | {
1339
1339
  userId: string;
1340
- text: string;
1340
+ text?: string;
1341
1341
  eventName: string;
1342
1342
  properties: Record<string, Primitive | Primitive[]>;
1343
1343
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.88.5",
3
+ "version": "1.88.7",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {