@qrush/types 2.1.53 → 2.1.54

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.
@@ -134,5 +134,6 @@ export type IFireLocation = {
134
134
  activeOwnerCount?: number;
135
135
  hasPromotions: boolean;
136
136
  promotionTeasers?: PromotionTeaser[];
137
+ bookmarkUserIds?: string[];
137
138
  };
138
139
  export type FireLocationSnapshotRef = FireQueryDocSnapshotRef<IFireLocation>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.1.53",
3
+ "version": "2.1.54",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",