Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 44 additions & 4 deletions .speakeasy/logs/changes/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,50 @@
<body><h2 id="typescript-sdk-changes">Typescript SDK Changes:</h2>

<ul>
<li><code>outpost.publish()</code>: <strong>Added</strong></li>
<li><code>outpost.retry()</code>: <strong>Added</strong></li>
<li><code>outpost.publish.event()</code>: <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>outpost.retry.retry()</code>: <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>outpost.destinations.create()</code>: <code>request.body</code> <strong>Changed</strong>

<ul>
<li><code>union(aws_kinesis).createdAt</code> <strong>Added</strong></li>
<li><code>union(aws_kinesis).disabledAt</code> <strong>Added</strong></li>
<li><code>union(aws_kinesis).updatedAt</code> <strong>Added</strong></li>
<li><code>union(aws_s3).createdAt</code> <strong>Added</strong></li>
<li><code>union(aws_s3).disabledAt</code> <strong>Added</strong></li>
<li><code>union(aws_s3).updatedAt</code> <strong>Added</strong></li>
<li><code>union(aws_sqs).createdAt</code> <strong>Added</strong></li>
<li><code>union(aws_sqs).disabledAt</code> <strong>Added</strong></li>
<li><code>union(aws_sqs).updatedAt</code> <strong>Added</strong></li>
<li><code>union(azure_servicebus).createdAt</code> <strong>Added</strong></li>
<li><code>union(azure_servicebus).disabledAt</code> <strong>Added</strong></li>
<li><code>union(azure_servicebus).updatedAt</code> <strong>Added</strong></li>
<li><code>union(gcp_pubsub).createdAt</code> <strong>Added</strong></li>
<li><code>union(gcp_pubsub).disabledAt</code> <strong>Added</strong></li>
<li><code>union(gcp_pubsub).updatedAt</code> <strong>Added</strong></li>
<li><code>union(hookdeck).createdAt</code> <strong>Added</strong></li>
<li><code>union(hookdeck).disabledAt</code> <strong>Added</strong></li>
<li><code>union(hookdeck).updatedAt</code> <strong>Added</strong></li>
<li><code>union(kafka).createdAt</code> <strong>Added</strong></li>
<li><code>union(kafka).disabledAt</code> <strong>Added</strong></li>
<li><code>union(kafka).updatedAt</code> <strong>Added</strong></li>
<li><code>union(rabbitmq).createdAt</code> <strong>Added</strong></li>
<li><code>union(rabbitmq).disabledAt</code> <strong>Added</strong></li>
<li><code>union(rabbitmq).updatedAt</code> <strong>Added</strong></li>
<li><code>union(webhook).createdAt</code> <strong>Added</strong></li>
<li><code>union(webhook).disabledAt</code> <strong>Added</strong></li>
<li><code>union(webhook).updatedAt</code> <strong>Added</strong></li>
</ul></li>
<li><code>outpost.destinations.update()</code>: <code>request.body</code> <strong>Changed</strong>

<ul>
<li><code>union(DestinationUpdateAWSKinesis).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateAWSS3).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateAWSSQS).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateAzureServiceBus).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateGCPPubSub).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateHookdeck).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateKafka).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateRabbitMQ).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateWebhook).disabledAt</code> <strong>Added</strong></li>
</ul></li>
</ul>
</body>
</html>
42 changes: 38 additions & 4 deletions .speakeasy/logs/changes/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
## Typescript SDK Changes:
* `outpost.publish()`: **Added**
* `outpost.retry()`: **Added**
* `outpost.publish.event()`: **Removed** (Breaking ⚠️)
* `outpost.retry.retry()`: **Removed** (Breaking ⚠️)
* `outpost.destinations.create()`: `request.body` **Changed**
- `union(aws_kinesis).createdAt` **Added**
- `union(aws_kinesis).disabledAt` **Added**
- `union(aws_kinesis).updatedAt` **Added**
- `union(aws_s3).createdAt` **Added**
- `union(aws_s3).disabledAt` **Added**
- `union(aws_s3).updatedAt` **Added**
- `union(aws_sqs).createdAt` **Added**
- `union(aws_sqs).disabledAt` **Added**
- `union(aws_sqs).updatedAt` **Added**
- `union(azure_servicebus).createdAt` **Added**
- `union(azure_servicebus).disabledAt` **Added**
- `union(azure_servicebus).updatedAt` **Added**
- `union(gcp_pubsub).createdAt` **Added**
- `union(gcp_pubsub).disabledAt` **Added**
- `union(gcp_pubsub).updatedAt` **Added**
- `union(hookdeck).createdAt` **Added**
- `union(hookdeck).disabledAt` **Added**
- `union(hookdeck).updatedAt` **Added**
- `union(kafka).createdAt` **Added**
- `union(kafka).disabledAt` **Added**
- `union(kafka).updatedAt` **Added**
- `union(rabbitmq).createdAt` **Added**
- `union(rabbitmq).disabledAt` **Added**
- `union(rabbitmq).updatedAt` **Added**
- `union(webhook).createdAt` **Added**
- `union(webhook).disabledAt` **Added**
- `union(webhook).updatedAt` **Added**
* `outpost.destinations.update()`: `request.body` **Changed**
- `union(DestinationUpdateAWSKinesis).disabledAt` **Added**
- `union(DestinationUpdateAWSS3).disabledAt` **Added**
- `union(DestinationUpdateAWSSQS).disabledAt` **Added**
- `union(DestinationUpdateAzureServiceBus).disabledAt` **Added**
- `union(DestinationUpdateGCPPubSub).disabledAt` **Added**
- `union(DestinationUpdateHookdeck).disabledAt` **Added**
- `union(DestinationUpdateKafka).disabledAt` **Added**
- `union(DestinationUpdateRabbitMQ).disabledAt` **Added**
- `union(DestinationUpdateWebhook).disabledAt` **Added**
Loading
Loading