@qrush/types 1.1.5 → 1.1.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.
package/dist/Events.d.ts CHANGED
@@ -43,7 +43,7 @@ export interface IFireEvent {
43
43
  modifiedAt?: Timestamp | null;
44
44
  promotions?: PromoTeaser[];
45
45
  }
46
- export type ExtendedEvent = IFireEvent & {
46
+ export type EventWithID = IFireEvent & {
47
47
  eventUID?: string;
48
48
  };
49
49
  export declare const eventTagsIsNotString: (tags: string[] | IFireMetaPossibleTags["tags"]) => tags is IFireMetaPossibleTags["tags"];
@@ -21,7 +21,7 @@ export interface PromotionInstance {
21
21
  promoId: string;
22
22
  promotionType: PromotionType;
23
23
  /** @deprecated Use locationId and eventId instead */
24
- parentId: string;
24
+ parentId?: string;
25
25
  locationId: string;
26
26
  eventId?: string;
27
27
  minUser?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {