@peektravel/app-utilities 0.2.9 → 0.2.10

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/index.d.cts CHANGED
@@ -395,6 +395,11 @@ interface Booking {
395
395
  resellerName: string | null;
396
396
  /** The order id this booking belongs to. `""` if absent. */
397
397
  orderId: string;
398
+ /**
399
+ * Deep link into the Peek Pro app for this booking, derived from the order id
400
+ * and booking id. `""` when either id is absent.
401
+ */
402
+ peekProBookingDeepLink: string;
398
403
  /** Custom question answers captured at the booking level. */
399
404
  customQuestionAnswers: CustomQuestionAnswer[];
400
405
  /** Custom question answers captured per guest/ticket. */
package/dist/index.d.ts CHANGED
@@ -395,6 +395,11 @@ interface Booking {
395
395
  resellerName: string | null;
396
396
  /** The order id this booking belongs to. `""` if absent. */
397
397
  orderId: string;
398
+ /**
399
+ * Deep link into the Peek Pro app for this booking, derived from the order id
400
+ * and booking id. `""` when either id is absent.
401
+ */
402
+ peekProBookingDeepLink: string;
398
403
  /** Custom question answers captured at the booking level. */
399
404
  customQuestionAnswers: CustomQuestionAnswer[];
400
405
  /** Custom question answers captured per guest/ticket. */