Skip to content

Commit 7601288

Browse files
lobotBennyKitchell
andauthored
reqs (#236)
* ci: * fix: generation Co-authored-by: BennyKitchell <bennykitchell@gmail.com>
1 parent 434f5ec commit 7601288

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

api/openapi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9927,10 +9927,6 @@ components:
99279927
type: string
99289928
required:
99299929
- id
9930-
- inside_template_id
9931-
- inside_template_version_id
9932-
- outside_template_id
9933-
- outside_template_version_id
99349930
- url
99359931
type: object
99369932
x-code-snippet:

docs/SelfMailer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Name | Type | Description | Notes
1616
**mailType** | **MailType** | | [optional]
1717
**mergeVariables** | **Object** | You can input a merge variable payload object to your template to render dynamic content. For example, if you have a template like: &#x60;{{variable_name}}&#x60;, pass in &#x60;{\&quot;variable_name\&quot;: \&quot;Harry\&quot;}&#x60; to render &#x60;Harry&#x60;. &#x60;merge_variables&#x60; must be an object. Any type of value is accepted as long as the object is valid JSON; you can use &#x60;strings&#x60;, &#x60;numbers&#x60;, &#x60;booleans&#x60;, &#x60;arrays&#x60;, &#x60;objects&#x60;, or &#x60;null&#x60;. The max length of the object is 25,000 characters. If you call &#x60;JSON.stringify&#x60; on your object, it can be no longer than 25,000 characters. Your variable names cannot contain any whitespace or any of the following special characters: &#x60;!&#x60;, &#x60;\&quot;&#x60;, &#x60;#&#x60;, &#x60;%&#x60;, &#x60;&amp;&#x60;, &#x60;&#39;&#x60;, &#x60;(&#x60;, &#x60;)&#x60;, &#x60;*&#x60;, &#x60;+&#x60;, &#x60;,&#x60;, &#x60;/&#x60;, &#x60;;&#x60;, &#x60;&lt;&#x60;, &#x60;&#x3D;&#x60;, &#x60;&gt;&#x60;, &#x60;@&#x60;, &#x60;[&#x60;, &#x60;\\&#x60;, &#x60;]&#x60;, &#x60;^&#x60;, &#x60;&#x60; &#x60; &#x60;&#x60;, &#x60;{&#x60;, &#x60;|&#x60;, &#x60;}&#x60;, &#x60;~&#x60;. More instructions can be found in [our guide to using html and merge variables](https://lob.com/resources/guides/general/using-html-and-merge-variables). Depending on your [Merge Variable strictness](https://dashboard.lob.com/#/settings/account) setting, if you define variables in your HTML but do not pass them here, you will either receive an error or the variable will render as an empty string. | [optional]
1818
**sendDate** | **OffsetDateTime** | A timestamp in ISO 8601 format which specifies a date after the current time and up to 180 days in the future to send the letter off for production. Setting a send date overrides the default [cancellation window](#section/Cancellation-Windows) applied to the mailpiece. Until the &#x60;send_date&#x60; has passed, the mailpiece can be canceled. If a date in the format &#x60;2017-11-01&#x60; is passed, it will evaluate to midnight UTC of that date (&#x60;2017-11-01T00:00:00.000Z&#x60;). If a datetime is passed, that exact time will be used. A &#x60;send_date&#x60; passed with no time zone will default to UTC, while a &#x60;send_date&#x60; passed with a time zone will be converted to UTC. | [optional]
19-
**outsideTemplateId** | **String** | The unique ID of the HTML template used for the outside of the self mailer. |
20-
**insideTemplateId** | **String** | The unique ID of the HTML template used for the inside of the self mailer. |
21-
**outsideTemplateVersionId** | **String** | The unique ID of the specific version of the HTML template used for the outside of the self mailer. |
22-
**insideTemplateVersionId** | **String** | The unique ID of the specific version of the HTML template used for the inside of the self mailer. |
19+
**outsideTemplateId** | **String** | The unique ID of the HTML template used for the outside of the self mailer. | [optional]
20+
**insideTemplateId** | **String** | The unique ID of the HTML template used for the inside of the self mailer. | [optional]
21+
**outsideTemplateVersionId** | **String** | The unique ID of the specific version of the HTML template used for the outside of the self mailer. | [optional]
22+
**insideTemplateVersionId** | **String** | The unique ID of the specific version of the HTML template used for the inside of the self mailer. | [optional]
2323
**_object** | [**ObjectEnum**](#ObjectEnum) | Value is resource type. | [optional]
2424
**trackingEvents** | [**List&lt;TrackingEventCertified&gt;**](TrackingEventCertified.md) | An array of certified tracking events ordered by ascending &#x60;time&#x60;. Not populated in test mode. | [optional]
2525
**url** | **String** | A [signed link](#section/Asset-URLs) served over HTTPS. The link returned will expire in 30 days to prevent mis-sharing. Each time a GET request is initiated, a new signed URL will be generated. |

0 commit comments

Comments
 (0)