@opendoor/partner-sdk-client-vue 1.3.5-beta.120.1 → 1.3.5

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.ts CHANGED
@@ -436,6 +436,12 @@ partnerLogoUrl?: string;
436
436
  * button is shown (matches `<DtcOnboardingFlow>` behavior).
437
437
  */
438
438
  onClose?: () => void;
439
+ /**
440
+ * Phone number shown as the manual fallback in the empty- and error-state
441
+ * branches. Rendered as a tel: link. Default is Opendoor's customer support
442
+ * line; partners with their own support flow can override.
443
+ */
444
+ supportPhone?: string;
439
445
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
440
446
  scheduled: (visitId: string) => void;
441
447
  done: () => void;
@@ -459,6 +465,12 @@ partnerLogoUrl?: string;
459
465
  * button is shown (matches `<DtcOnboardingFlow>` behavior).
460
466
  */
461
467
  onClose?: () => void;
468
+ /**
469
+ * Phone number shown as the manual fallback in the empty- and error-state
470
+ * branches. Rendered as a tel: link. Default is Opendoor's customer support
471
+ * line; partners with their own support flow can override.
472
+ */
473
+ supportPhone?: string;
462
474
  }>>> & Readonly<{
463
475
  onError?: ((error: Error) => any) | undefined;
464
476
  onDone?: (() => any) | undefined;