@databutton/firebase-types 1.62.26 → 1.62.27

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.
@@ -905,6 +905,7 @@ export type AdminRequirementsConfig = {
905
905
  };
906
906
  export interface Thread {
907
907
  startedBy: PerformedBy;
908
+ lastUpdate?: PerformedBy;
908
909
  context: ThreadContext;
909
910
  description: string | null;
910
911
  hasGeneratedDescription?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.62.26",
3
+ "version": "1.62.27",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {