Skip to content

Commit

Permalink
Create version for qr code in selfmailers (#439)
Browse files Browse the repository at this point in the history
* Create version for qr code in selfmailers

* revert node version
  • Loading branch information
ronakshahlob authored Jun 21, 2023
1 parent 8952b66 commit fb2546c
Show file tree
Hide file tree
Showing 6 changed files with 558 additions and 386 deletions.
2 changes: 1 addition & 1 deletion 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.5
version: 1.19.6
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
932 changes: 552 additions & 380 deletions dist/lob-api-postman.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.5"
version: "1.19.6"
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.5",
"version": "1.19.6",
"engines": {
"node": ">=14.16.0",
"npm": ">=7.9.0"
Expand Down

0 comments on commit fb2546c

Please sign in to comment.