@opendoor/partner-sdk-client-vue 1.1.4 → 1.1.5-beta.80.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +0 -14
  2. package/dist/index.js +1239 -1238
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -275,16 +275,9 @@ partnerLogoUrl?: string;
275
275
  appearance?: OpendoorAppearance_2;
276
276
  /** Pre-filled answers (e.g., from address lookup or prior session). */
277
277
  initialAnswers?: Record<string, AnswerValue>;
278
- /** Custom SMS opt-in label shown on the marketing consent toggle on the contact page. Replaces the default Opendoor SMS consent language. */
279
- smsConsentText?: string;
280
278
  /** Market identifier for market-dependent questions (e.g., eligibility criteria). */
281
279
  market?: string;
282
280
  /**
283
- * Custom legal consent text rendered below the submit button on the contact info page.
284
- * Defaults to Opendoor's standard Terms of Service and Privacy Policy disclaimer.
285
- */
286
- contactConsentText?: string;
287
- /**
288
281
  * Called when the close (X) button is clicked.
289
282
  * When provided, the close button is rendered in the header.
290
283
  * When omitted, no close button is shown (matches React parity).
@@ -309,16 +302,9 @@ partnerLogoUrl?: string;
309
302
  appearance?: OpendoorAppearance_2;
310
303
  /** Pre-filled answers (e.g., from address lookup or prior session). */
311
304
  initialAnswers?: Record<string, AnswerValue>;
312
- /** Custom SMS opt-in label shown on the marketing consent toggle on the contact page. Replaces the default Opendoor SMS consent language. */
313
- smsConsentText?: string;
314
305
  /** Market identifier for market-dependent questions (e.g., eligibility criteria). */
315
306
  market?: string;
316
307
  /**
317
- * Custom legal consent text rendered below the submit button on the contact info page.
318
- * Defaults to Opendoor's standard Terms of Service and Privacy Policy disclaimer.
319
- */
320
- contactConsentText?: string;
321
- /**
322
308
  * Called when the close (X) button is clicked.
323
309
  * When provided, the close button is rendered in the header.
324
310
  * When omitted, no close button is shown (matches React parity).