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
- Try to use
pages as an attribute for qr_code when creating a letter.
- Open an issue about how this doesn't work 😂
Context (Environment)
I am trying to create a letter using the sdk.
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/: stringto qr_code model.Steps to Reproduce
pagesas an attribute forqr_codewhen creating a letter.Context (Environment)
I am trying to create a letter using the sdk.