@opendoor/partner-sdk-client-js-core 1.1.6-beta.93.1 → 1.1.6-beta.95.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.
@@ -1 +1 @@
1
- {"version":3,"file":"dtcOnboarding.d.ts","sourceRoot":"","sources":["../../../../src/internal/questionnaire/flows/dtcOnboarding.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AA4qB9C,eAAO,MAAM,kBAAkB,EAAE,UAAU,EAkB1C,CAAC"}
1
+ {"version":3,"file":"dtcOnboarding.d.ts","sourceRoot":"","sources":["../../../../src/internal/questionnaire/flows/dtcOnboarding.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAiqB9C,eAAO,MAAM,kBAAkB,EAAE,UAAU,EAkB1C,CAAC"}
@@ -229,23 +229,12 @@ const ownershipPage = {
229
229
  type: 'string',
230
230
  style: 'radio-card',
231
231
  required: true,
232
- // No autoAdvance — "Other" option reveals a followup text input on this page
232
+ autoAdvance: true,
233
233
  options: [
234
234
  { label: 'Yes, I own this home', value: 'self' },
235
235
  { label: "No, I'm an agent", value: 'agent' },
236
- { label: "I'm an agent, and own this home", value: 'agent_and_owner' },
237
- { label: 'Other', value: 'other' },
238
236
  ],
239
237
  },
240
- {
241
- key: 'seller.relation_to_owner.other',
242
- label: 'Please specify',
243
- type: 'string',
244
- style: 'input',
245
- required: true,
246
- placeholder: 'Your relationship to the owner',
247
- showWhen: { field: 'seller.relation_to_owner', op: 'eq', value: 'other' },
248
- },
249
238
  ],
250
239
  };
251
240
  // ── Page 3: Sale Timeline ─────────────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendoor/partner-sdk-client-js-core",
3
- "version": "1.1.6-beta.93.1",
3
+ "version": "1.1.6-beta.95.1",
4
4
  "description": "Framework-agnostic client SDK for Opendoor partner integrations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",