-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
CMB-341: docs to support legal letters #481
Conversation
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@lob/openapi", | |||
"version": "1.19.24", | |||
"version": "1.19.25", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to upgrade package-lock.json too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah probably. I wasn't sure about committing the package-lock.json too. I'll push it.
|
||
description: > | ||
Specifies the size of the letter. Currently only applicable for legal letters. | ||
To use `us_legal`, set the [Lob-Version header](#tag/Versioning-and-Changelog) to `2024-01-01`. Do not include this attribute as well the header version set to 2024-01-01 if you are not sending a legal letter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be a little bit clearer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To use `us_legal`, set the [Lob-Version header](#tag/Versioning-and-Changelog) to `2024-01-01`. Do not include this attribute as well the header version set to 2024-01-01 if you are not sending a legal letter. | |
To use `us_legal`, set the [Lob-Version header](#tag/Versioning-and-Changelog) to `2024-01-01`. Do not include neither this attribute nor the header version set to 2024-01-01 if you are not sending a legal letter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@juanfriss updated the verbiage to be less confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #<CMB-341>
https://lobsters.atlassian.net/browse/CMB-341
Checklist
main
npm run bundle
outputs nothing suspectnpm run postman
outputs nothing suspectChanges
Adds support for legal letters. Legal letters are supported via the
size
property with theLob-Version
header set to2024-01-01
. The following properties are not applicable / available to legal letters.cards
extra_service
qr_code
fsc
Areas of Concern
First time contributing to the repo. Let me know if I've missed anything.