@opendoor/partner-sdk-client-vue 1.2.1-beta.103.1 → 1.2.1-beta.104.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
@@ -286,8 +286,6 @@ partnerLogoUrl?: string;
286
286
  appearance?: OpendoorAppearance_2;
287
287
  /** Pre-filled answers (e.g., from address lookup or prior session). */
288
288
  initialAnswers?: Record<string, AnswerValue>;
289
- /** Market identifier for market-dependent questions (e.g., eligibility criteria). */
290
- market?: string;
291
289
  /**
292
290
  * Called when the close (X) button is clicked.
293
291
  * When provided, the close button is rendered in the header.
@@ -313,8 +311,6 @@ partnerLogoUrl?: string;
313
311
  appearance?: OpendoorAppearance_2;
314
312
  /** Pre-filled answers (e.g., from address lookup or prior session). */
315
313
  initialAnswers?: Record<string, AnswerValue>;
316
- /** Market identifier for market-dependent questions (e.g., eligibility criteria). */
317
- market?: string;
318
314
  /**
319
315
  * Called when the close (X) button is clicked.
320
316
  * When provided, the close button is rendered in the header.