Skip to content

Commit

Permalink
chore(PE-2708) - Remove wording about self-mailer beta size
Browse files Browse the repository at this point in the history
  • Loading branch information
burkematthew committed Oct 17, 2024
1 parent aa3f003 commit a2c9231
Show file tree
Hide file tree
Showing 7 changed files with 750 additions and 472 deletions.
4 changes: 2 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.43
version: 1.19.44
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. <p>
license:
Expand Down Expand Up @@ -18595,7 +18595,7 @@ components:
- 11x9_bifold
- 12x9_bifold
- 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.
description: Specifies the size of the self mailer.
default: 6x18_bifold
self_mailer_details_returned:
description: Properties that the self mailers in your Creative should have. See the `qr_code` attribute below to add a QR code to your creative.
Expand Down
1,168 changes: 723 additions & 445 deletions dist/lob-api-postman.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lob-api-public.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3

Check warning on line 1 in lob-api-public.yml

View workflow job for this annotation

GitHub Actions / Lint (push)

oas3-valid-media-example

This format violates OpenAPI 3.1 rules
info:
title: Lob
version: 1.19.43
version: 1.19.44
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. <p>
license:
Expand Down Expand Up @@ -1187,7 +1187,7 @@ tags:
<div class="back-to-top" ><a href="#" onclick="toTopLink()">back to top</a></div>
- name: QR Codes
description: |
Lob QR codes allow you to generate a QR code that is unique to each mailpiece, thereby allowing each and every customers to receive a personalized link. See the Create endpoint for <a href="#tag/Letters/operation/letter_create">Letters</a>, <a href="#tag/Postcards/operation/postcard_create">Postcards</a> or <a href="#tag/Self-Mailers/operation/self_mailer_create">Self Mailers</a> to learn how to embed a QR code into your mail piece.
Webhooks can be used to integrate Lob QR code scans into your omni channel marketing strategy. See the <a href="#tag/Webhooks">Webhooks</a> section of our documentation to learn how to enable the `letter.viewed`, `postcard.viewed` and `self_mailer.viewed` event notifications for your mail pieces.
Expand Down
4 changes: 2 additions & 2 deletions 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.43",
"version": "1.19.44",
"engines": {
"node": ">=14.16.0",
"npm": ">=7.9.0"
Expand Down
2 changes: 1 addition & 1 deletion resources/self_mailers/attributes/self_mailer_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ enum:
- 12x9_bifold
- 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.
description: Specifies the size of the self mailer.

default: 6x18_bifold

0 comments on commit a2c9231

Please sign in to comment.