@opendoor/partner-sdk-client-vue 1.3.6-beta.122.1 → 1.3.6-beta.124.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 CHANGED
@@ -301,6 +301,15 @@ initialAnswers?: Record<string, AnswerValue>;
301
301
  */
302
302
  skipPages?: readonly DtcOnboardingPageId_2[];
303
303
  /**
304
+ * When `true`, adds listing-agent capture questions on the contact-info
305
+ * page (signed listing agreement + agent contact fields). Defaults to
306
+ * `false`.
307
+ *
308
+ * Changing this prop at runtime recreates the questionnaire engine while
309
+ * preserving in-progress answers and the current page when possible.
310
+ */
311
+ checkForAgent?: boolean;
312
+ /**
304
313
  * Override the submit-button label on the contact-info page (defaults
305
314
  * to "See my offer"). Applies to both the visible button text and the
306
315
  * legal consent disclaimer that interpolates the label, so screen
@@ -335,6 +344,7 @@ onClose?: () => void;
335
344
  appearance: () => {
336
345
  theme: "minimal";
337
346
  };
347
+ checkForAgent: boolean;
338
348
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
339
349
  error: (error: Error) => void;
340
350
  submit: (answers: Record<string, AnswerValue>) => void;
@@ -360,6 +370,15 @@ initialAnswers?: Record<string, AnswerValue>;
360
370
  */
361
371
  skipPages?: readonly DtcOnboardingPageId_2[];
362
372
  /**
373
+ * When `true`, adds listing-agent capture questions on the contact-info
374
+ * page (signed listing agreement + agent contact fields). Defaults to
375
+ * `false`.
376
+ *
377
+ * Changing this prop at runtime recreates the questionnaire engine while
378
+ * preserving in-progress answers and the current page when possible.
379
+ */
380
+ checkForAgent?: boolean;
381
+ /**
363
382
  * Override the submit-button label on the contact-info page (defaults
364
383
  * to "See my offer"). Applies to both the visible button text and the
365
384
  * legal consent disclaimer that interpolates the label, so screen
@@ -394,6 +413,7 @@ onClose?: () => void;
394
413
  appearance: () => {
395
414
  theme: "minimal";
396
415
  };
416
+ checkForAgent: boolean;
397
417
  }>>> & Readonly<{
398
418
  onError?: ((error: Error) => any) | undefined;
399
419
  onSubmit?: ((answers: Record<string, AnswerValue>) => any) | undefined;
@@ -402,6 +422,7 @@ onReady?: (() => any) | undefined;
402
422
  "onAnswer-change"?: ((key: string, value: AnswerValue) => any) | undefined;
403
423
  }>, {
404
424
  appearance: OpendoorAppearance_2;
425
+ checkForAgent: boolean;
405
426
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
406
427
 
407
428
  export { DtcOnboardingPageId }