Skip to content

feat(AV-4419): update us verifications response body#223

Merged
amaan-lob merged 4 commits intomainfrom
AV-4395-us-verifications-update
Nov 9, 2023
Merged

feat(AV-4419): update us verifications response body#223
amaan-lob merged 4 commits intomainfrom
AV-4395-us-verifications-update

Conversation

@amaan-lob
Copy link
Copy Markdown
Contributor

Description

Updating US Verifications response to include new fields Cycle O fields such as po_box_only_flag, dpv_no_secure_location, and dpv_door_not_accessible.

Story

https://lobsters.atlassian.net/browse/AV-4395
https://lobsters.atlassian.net/browse/AV-4419

Related PR's

https://github.com/lob/sdks_openapi_gen/pull/334

Copy link
Copy Markdown
Contributor

@ajorczak-lob ajorczak-lob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some doc updates to change null from nil that was autogened

dpv_cmra: null,
dpv_vacant: null,
dpv_active: null,
dpv_inactive_reason: null,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update nulls to nil here. null in Ruby is nil

Suggested change
dpv_inactive_reason: null,
dpv_inactive_reason: nil,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the docs I updated here, but I'll set a reminder to update this in the sdk generator repo

@amaan-lob amaan-lob requested a review from mrkaspa November 8, 2023 23:55
@amaan-lob amaan-lob merged commit 5217a9d into main Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants