@opendoor/partner-sdk-client-js-core 1.0.7-beta.68.1 → 1.0.7-beta.70.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;AA+qB9C,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;AA4qB9C,eAAO,MAAM,kBAAkB,EAAE,UAAU,EAkB1C,CAAC"}
@@ -40,9 +40,6 @@ const confirmHomeDetailsPage = {
40
40
  { label: 'Townhouse', value: 'townhouse' },
41
41
  { label: 'Apartment / Condo', value: 'apartment' },
42
42
  { label: 'Mobile home', value: 'mobile_home' },
43
- { label: 'Multi-family', value: 'multi_family' },
44
- { label: 'Commercial', value: 'commercial' },
45
- { label: 'Vacant land', value: 'vacant' },
46
43
  ],
47
44
  },
48
45
  {
@@ -169,8 +166,8 @@ const confirmHomeDetailsPage = {
169
166
  options: [
170
167
  { label: 'In-ground pool', value: 'in_ground' },
171
168
  { label: 'Above-ground pool', value: 'above_ground' },
172
- { label: 'Community pool', value: 'community' },
173
- { label: 'No pool', value: 'none' },
169
+ { label: 'Community pool', value: 'community_pool' },
170
+ { label: 'No pool', value: 'no_pool' },
174
171
  ],
175
172
  },
176
173
  {
@@ -234,9 +231,9 @@ const ownershipPage = {
234
231
  required: true,
235
232
  // No autoAdvance — "Other" option reveals a followup text input on this page
236
233
  options: [
237
- { label: 'Yes, I own this home', value: 'Self' },
238
- { label: "No, I'm an agent", value: 'Agent' },
239
- { label: "I'm an agent, and own this home", value: 'AgentAndOwner' },
234
+ { label: 'Yes, I own this home', value: 'self' },
235
+ { label: "No, I'm an agent", value: 'agent' },
236
+ { label: "I'm an agent, and own this home", value: 'agent_and_owner' },
240
237
  { label: 'Other', value: 'other' },
241
238
  ],
242
239
  },
@@ -266,10 +263,10 @@ const saleTimelinePage = {
266
263
  autoAdvance: true,
267
264
  options: [
268
265
  { label: 'ASAP', value: 'ASAP' },
269
- { label: '2-4 weeks', value: '2 - 4 Weeks' },
270
- { label: '4-6 weeks', value: '4 - 6 Weeks' },
271
- { label: '6+ weeks', value: '6+ Weeks' },
272
- { label: 'Just browsing', value: 'Just Browsing' },
266
+ { label: '2-4 weeks', value: '2_TO_4_WEEKS' },
267
+ { label: '4-6 weeks', value: '4_TO_6_WEEKS' },
268
+ { label: '6+ weeks', value: '6_PLUS_WEEKS' },
269
+ { label: 'Just browsing', value: 'JUST_BROWSING' },
273
270
  ],
274
271
  },
275
272
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendoor/partner-sdk-client-js-core",
3
- "version": "1.0.7-beta.68.1",
3
+ "version": "1.0.7-beta.70.1",
4
4
  "description": "Framework-agnostic client SDK for Opendoor partner integrations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",