We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per https://docs.lob.com/#tag/Letters/operation/letter_create qr_code allows for a "pages" attribute to determine what page to render the qr code. This is missing from the model.
Should allow "pages" for qr_code.
Typescript error will not allow "pages".
Add pages/: string to qr_code model.
pages/: string
pages
qr_code
I am trying to create a letter using the sdk.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
As per https://docs.lob.com/#tag/Letters/operation/letter_create qr_code allows for a "pages" attribute to determine what page to render the qr code. This is missing from the model.
Expected Behavior
Should allow "pages" for qr_code.
Current Behavior
Typescript error will not allow "pages".
Possible Solution
Add
pages/: string
to qr_code model.Steps to Reproduce
pages
as an attribute forqr_code
when creating a letter.Context (Environment)
I am trying to create a letter using the sdk.
The text was updated successfully, but these errors were encountered: