@opendoor/partner-sdk-client-vue 1.3.4 → 1.3.5-beta.121.1
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 +12 -0
- package/dist/index.js +1381 -1334
- package/dist/style.css +1 -1
- package/package.json +1 -1
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;
|