@opendoor/partner-sdk-client-vue 1.1.2 → 1.1.3-beta.77.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 +4 -0
- package/dist/index.js +1153 -1085
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -275,6 +275,8 @@ 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 consent text shown on the contact page. Replaces the default Opendoor consent language. */
|
|
279
|
+
consentString?: string;
|
|
278
280
|
/** Market identifier for market-dependent questions (e.g., eligibility criteria). */
|
|
279
281
|
market?: string;
|
|
280
282
|
/**
|
|
@@ -302,6 +304,8 @@ partnerLogoUrl?: string;
|
|
|
302
304
|
appearance?: OpendoorAppearance_2;
|
|
303
305
|
/** Pre-filled answers (e.g., from address lookup or prior session). */
|
|
304
306
|
initialAnswers?: Record<string, AnswerValue>;
|
|
307
|
+
/** Custom SMS consent text shown on the contact page. Replaces the default Opendoor consent language. */
|
|
308
|
+
consentString?: string;
|
|
305
309
|
/** Market identifier for market-dependent questions (e.g., eligibility criteria). */
|
|
306
310
|
market?: string;
|
|
307
311
|
/**
|