Skip to content

Commit

Permalink
docs for new sfm size
Browse files Browse the repository at this point in the history
  • Loading branch information
shannamurry committed Aug 22, 2023
1 parent 9683237 commit 2ea796d
Show file tree
Hide file tree
Showing 8 changed files with 596 additions and 477 deletions.
8 changes: 6 additions & 2 deletions dist/lob-api-bundled.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Lob
version: 1.19.10
version: 1.19.11
description: >
The Lob API is organized around REST. Our API is designed to have
predictable, resource-oriented URLs and uses HTTP response codes to indicate
Expand Down Expand Up @@ -9150,7 +9150,10 @@ components:
- 6x18_bifold
- 11x9_bifold
- 12x9_bifold
description: Specifies the size of the self mailer.
- 17.75x9_trifold
description: >-
Specifies the size of the self mailer. The `17.75x9_trifold` size is in
beta. Contact [email protected] or your account contact to learn more.
default: 6x18_bifold
self_mailer_base:
allOf:
Expand Down Expand Up @@ -9290,6 +9293,7 @@ components:
following the templates provided here:
- <a href="https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/self_mailers/6x18_sfm_bifold_template.pdf" target="_blank">6x18 bifold template</a>
- <a href="https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/self_mailers/12x9_sfm_bifold_template.pdf" target="_blank">12x9 bifold template</a>
- <a href="https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/self_mailers/17_75x9_trifold_sfm_template.pdf" target="_blank">17.75x9 trifold template</a>


See [here](#section/HTML-Examples) for HTML examples.
Expand Down
1,024 changes: 568 additions & 456 deletions dist/lob-api-postman.json

Large diffs are not rendered by default.

31 changes: 16 additions & 15 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lob-api-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3

info:
title: Lob
version: "1.19.10"
version: "1.19.11"
description: >
The Lob API is organized around REST. Our API is designed to have predictable,
resource-oriented URLs and uses HTTP response codes to indicate any API errors.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lob/openapi",
"version": "1.19.10",
"version": "1.19.11",
"engines": {
"node": ">=14.16.0",
"npm": ">=7.9.0"
Expand Down
3 changes: 2 additions & 1 deletion resources/self_mailers/attributes/self_mailer_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ enum:
- 6x18_bifold
- 11x9_bifold
- 12x9_bifold
- 17.75x9_trifold

description: Specifies the size of the self mailer.
description: Specifies the size of the self mailer. The `17.75x9_trifold` size is in beta. Contact [email protected] or your account contact to learn more.

default: 6x18_bifold
1 change: 1 addition & 0 deletions resources/self_mailers/models/self_mailer_editable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ allOf:
the templates provided here:
- <a href="https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/self_mailers/6x18_sfm_bifold_template.pdf" target="_blank">6x18 bifold template</a>
- <a href="https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/self_mailers/12x9_sfm_bifold_template.pdf" target="_blank">12x9 bifold template</a>
- <a href="https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/self_mailers/17_75x9_trifold_sfm_template.pdf" target="_blank">17.75x9 trifold template</a>
See [here](#section/HTML-Examples) for HTML examples.
Expand Down

0 comments on commit 2ea796d

Please sign in to comment.