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
41 changes: 22 additions & 19 deletions .speakeasy/logs/changes/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,27 +98,30 @@
<body><h2 id="typescript-sdk-changes">Typescript SDK Changes:</h2>

<ul>
<li><code>outpost.destinations.update()</code>: <code>request.body</code> <strong>Changed</strong> (Breaking ⚠️)
<li><code>outpost.configuration.getManagedConfig()</code>: <code>response</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>union(DestinationUpdateAWSKinesis)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateAWSS3)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateAWSSQS)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateAzureServiceBus)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateGCPPubSub)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateHookdeck)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateKafka)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateRabbitMQ)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateWebhook)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(aws_kinesis)</code> <strong>Added</strong></li>
<li><code>union(aws_s3)</code> <strong>Added</strong></li>
<li><code>union(aws_sqs)</code> <strong>Added</strong></li>
<li><code>union(azure_servicebus)</code> <strong>Added</strong></li>
<li><code>union(gcp_pubsub)</code> <strong>Added</strong></li>
<li><code>union(hookdeck)</code> <strong>Added</strong></li>
<li><code>union(kafka)</code> <strong>Added</strong></li>
<li><code>union(rabbitmq)</code> <strong>Added</strong></li>
<li><code>union(webhook)</code> <strong>Added</strong></li>
<li><code>alertCallbackUrl</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>alertExhaustedRetriesWindowSeconds</code> <strong>Added</strong></li>
<li><code>organizationName</code> <strong>Removed</strong> (Breaking ⚠️)</li>
</ul></li>
<li><code>outpost.configuration.updateManagedConfig()</code>:

<ul>
<li><code>request</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>alertCallbackUrl</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>alertExhaustedRetriesWindowSeconds</code> <strong>Added</strong></li>
<li><code>organizationName</code> <strong>Removed</strong> (Breaking ⚠️)</li>
</ul></li>
<li><code>response</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>alertCallbackUrl</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>alertExhaustedRetriesWindowSeconds</code> <strong>Added</strong></li>
<li><code>organizationName</code> <strong>Removed</strong> (Breaking ⚠️)</li>
</ul></li>
</ul></li>
</ul>
</body>
Expand Down
32 changes: 13 additions & 19 deletions .speakeasy/logs/changes/changes.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
## Typescript SDK Changes:
* `outpost.destinations.update()`: `request.body` **Changed** (Breaking ⚠️)
- `union(DestinationUpdateAWSKinesis)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateAWSS3)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateAWSSQS)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateAzureServiceBus)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateGCPPubSub)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateHookdeck)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateKafka)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateRabbitMQ)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateWebhook)` **Removed** (Breaking ⚠️)
- `union(aws_kinesis)` **Added**
- `union(aws_s3)` **Added**
- `union(aws_sqs)` **Added**
- `union(azure_servicebus)` **Added**
- `union(gcp_pubsub)` **Added**
- `union(hookdeck)` **Added**
- `union(kafka)` **Added**
- `union(rabbitmq)` **Added**
- `union(webhook)` **Added**
* `outpost.configuration.getManagedConfig()`: `response` **Changed** (Breaking ⚠️)
- `alertCallbackUrl` **Removed** (Breaking ⚠️)
- `alertExhaustedRetriesWindowSeconds` **Added**
- `organizationName` **Removed** (Breaking ⚠️)
* `outpost.configuration.updateManagedConfig()`:
* `request` **Changed** (Breaking ⚠️)
- `alertCallbackUrl` **Removed** (Breaking ⚠️)
- `alertExhaustedRetriesWindowSeconds` **Added**
- `organizationName` **Removed** (Breaking ⚠️)
* `response` **Changed** (Breaking ⚠️)
- `alertCallbackUrl` **Removed** (Breaking ⚠️)
- `alertExhaustedRetriesWindowSeconds` **Added**
- `organizationName` **Removed** (Breaking ⚠️)
6 changes: 2 additions & 4 deletions .speakeasy/logs/changes/new.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2857,10 +2857,10 @@ components:
properties:
ALERT_AUTO_DISABLE_DESTINATION:
type: string
ALERT_CALLBACK_URL:
type: string
ALERT_CONSECUTIVE_FAILURE_COUNT:
type: string
ALERT_EXHAUSTED_RETRIES_WINDOW_SECONDS:
type: string
DELIVERY_TIMEOUT_SECONDS:
type: string
DESTINATIONS_AWS_KINESIS_METADATA_IN_PAYLOAD:
Expand Down Expand Up @@ -2903,8 +2903,6 @@ components:
type: string
MAX_DESTINATIONS_PER_TENANT:
type: string
ORGANIZATION_NAME:
type: string
PORTAL_BRAND_COLOR:
type: string
PORTAL_DISABLE_OUTPOST_BRANDING:
Expand Down
Loading
Loading