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
30 changes: 15 additions & 15 deletions .speakeasy/logs/changes/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<title>SDK Changelog - python</title>
<title>SDK Changelog - typescript</title>
<style>
:root {
--bg-color: #ffffff;
Expand Down Expand Up @@ -95,39 +95,39 @@
}
</style>
</head>
<body><h2 id="python-sdk-changes">Python SDK Changes:</h2>
<body><h2 id="typescript-sdk-changes">Typescript SDK Changes:</h2>

<ul>
<li><code>outpost.schemas.list_destination_types()</code>: <code>response.[]</code> <strong>Changed</strong> (Breaking ⚠️)
<li><code>outpost.schemas.listDestinationTypes()</code>: <code>response.[]</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>remote_setup_url</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>setup_link</code> <strong>Added</strong></li>
<li><code>remoteSetupUrl</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>setupLink</code> <strong>Added</strong></li>
</ul></li>
<li><code>outpost.schemas.get_destination_type()</code>: <code>response</code> <strong>Changed</strong> (Breaking ⚠️)
<li><code>outpost.schemas.getDestinationType()</code>: <code>response</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>remote_setup_url</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>setup_link</code> <strong>Added</strong></li>
<li><code>remoteSetupUrl</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>setupLink</code> <strong>Added</strong></li>
</ul></li>
<li><code>outpost.metrics.get_attempt_metrics()</code>: <code>request</code> <strong>Changed</strong> (Breaking ⚠️)
<li><code>outpost.metrics.getAttemptMetrics()</code>: <code>request</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>dimensions.union(&quot;tenant_id&quot;,&quot;destination_id&quot; and 5 more)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>dimensions.union(&quot;tenant_id&quot;,&quot;destination_id&quot; and 6 more)</code> <strong>Added</strong></li>
<li><code>dimensions.union(Array&lt;&quot;tenant_id&quot;,&quot;destination_id&quot; and 5 more&gt;)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>dimensions.union(Array&lt;&quot;tenant_id&quot;,&quot;destination_id&quot; and 6 more&gt;)</code> <strong>Added</strong></li>
<li><code>filters[destination_type]</code> <strong>Added</strong></li>
<li><code>filters[destinationType]</code> <strong>Added</strong></li>
</ul></li>
<li><code>outpost.configuration.get_managed_config()</code>: <strong>Added</strong></li>
<li><code>outpost.configuration.update_managed_config()</code>: <strong>Added</strong></li>
<li><code>outpost.events.get()</code>: <code>request.tenant_id</code> <strong>Added</strong></li>
<li><code>outpost.configuration.getManagedConfig()</code>: <strong>Added</strong></li>
<li><code>outpost.configuration.updateManagedConfig()</code>: <strong>Added</strong></li>
<li><code>outpost.events.get()</code>: <code>request.tenantId</code> <strong>Added</strong></li>
<li><code>outpost.attempts.list()</code>:

<ul>
<li><code>request.destination_type</code> <strong>Added</strong></li>
<li><code>request.destinationType</code> <strong>Added</strong></li>
</ul></li>
<li><code>outpost.attempts.get()</code>: <code>request.tenant_id</code> <strong>Added</strong></li>
<li><code>outpost.attempts.get()</code>: <code>request.tenantId</code> <strong>Added</strong></li>
</ul>
</body>
</html>
28 changes: 14 additions & 14 deletions .speakeasy/logs/changes/changes.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## Python SDK Changes:
* `outpost.schemas.list_destination_types()`: `response.[]` **Changed** (Breaking ⚠️)
- `remote_setup_url` **Removed** (Breaking ⚠️)
- `setup_link` **Added**
* `outpost.schemas.get_destination_type()`: `response` **Changed** (Breaking ⚠️)
- `remote_setup_url` **Removed** (Breaking ⚠️)
- `setup_link` **Added**
* `outpost.metrics.get_attempt_metrics()`: `request` **Changed** (Breaking ⚠️)
## Typescript SDK Changes:
* `outpost.schemas.listDestinationTypes()`: `response.[]` **Changed** (Breaking ⚠️)
- `remoteSetupUrl` **Removed** (Breaking ⚠️)
- `setupLink` **Added**
* `outpost.schemas.getDestinationType()`: `response` **Changed** (Breaking ⚠️)
- `remoteSetupUrl` **Removed** (Breaking ⚠️)
- `setupLink` **Added**
* `outpost.metrics.getAttemptMetrics()`: `request` **Changed** (Breaking ⚠️)
- `dimensions.union("tenant_id","destination_id" and 5 more)` **Removed** (Breaking ⚠️)
- `dimensions.union("tenant_id","destination_id" and 6 more)` **Added**
- `dimensions.union(Array<"tenant_id","destination_id" and 5 more>)` **Removed** (Breaking ⚠️)
- `dimensions.union(Array<"tenant_id","destination_id" and 6 more>)` **Added**
- `filters[destination_type]` **Added**
* `outpost.configuration.get_managed_config()`: **Added**
* `outpost.configuration.update_managed_config()`: **Added**
* `outpost.events.get()`: `request.tenant_id` **Added**
- `filters[destinationType]` **Added**
* `outpost.configuration.getManagedConfig()`: **Added**
* `outpost.configuration.updateManagedConfig()`: **Added**
* `outpost.events.get()`: `request.tenantId` **Added**
* `outpost.attempts.list()`:
* `request.destination_type` **Added**
* `outpost.attempts.get()`: `request.tenant_id` **Added**
* `request.destinationType` **Added**
* `outpost.attempts.get()`: `request.tenantId` **Added**
14 changes: 0 additions & 14 deletions .speakeasy/logs/changes/new.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,11 @@ components:
nullable: true
description: Cursor for the next page of results. Null if no more results.
example: "MTcwNDA2NzIwMA=="
x-speakeasy-name-override: "next_cursor"
prev:
type: string
nullable: true
description: Cursor for the previous page of results. Null if on first page.
example: null
x-speakeasy-name-override: "prev_cursor"
APIErrorResponse:
type: object
description: Standard error response format.
Expand Down Expand Up @@ -2576,21 +2574,18 @@ paths:
enum: [asc, desc]
default: desc
description: Sort direction.
x-speakeasy-name-override: "direction"
- name: next
in: query
required: false
schema:
type: string
description: Cursor for the next page of results. Mutually exclusive with `prev`.
x-speakeasy-name-override: "next_cursor"
- name: prev
in: query
required: false
schema:
type: string
description: Cursor for the previous page of results. Mutually exclusive with `next`.
x-speakeasy-name-override: "prev_cursor"
responses:
"200":
description: List of tenants.
Expand Down Expand Up @@ -2827,14 +2822,12 @@ paths:
schema:
type: string
description: Cursor for next page of results.
x-speakeasy-name-override: "next_cursor"
- name: prev
in: query
required: false
schema:
type: string
description: Cursor for previous page of results.
x-speakeasy-name-override: "prev_cursor"
- name: order_by
in: query
required: false
Expand All @@ -2851,7 +2844,6 @@ paths:
enum: [asc, desc]
default: desc
description: Sort direction.
x-speakeasy-name-override: "direction"
responses:
"200":
description: A paginated list of events.
Expand Down Expand Up @@ -3064,14 +3056,12 @@ paths:
schema:
type: string
description: Cursor for next page of results.
x-speakeasy-name-override: "next_cursor"
- name: prev
in: query
required: false
schema:
type: string
description: Cursor for previous page of results.
x-speakeasy-name-override: "prev_cursor"
- name: include
in: query
required: false
Expand Down Expand Up @@ -3103,7 +3093,6 @@ paths:
enum: [asc, desc]
default: desc
description: Sort direction.
x-speakeasy-name-override: "direction"
responses:
"200":
description: A paginated list of attempts.
Expand Down Expand Up @@ -3773,14 +3762,12 @@ paths:
schema:
type: string
description: Cursor for next page of results.
x-speakeasy-name-override: "next_cursor"
- name: prev
in: query
required: false
schema:
type: string
description: Cursor for previous page of results.
x-speakeasy-name-override: "prev_cursor"
- name: include
in: query
required: false
Expand Down Expand Up @@ -3812,7 +3799,6 @@ paths:
enum: [asc, desc]
default: desc
description: Sort direction.
x-speakeasy-name-override: "direction"
responses:
"200":
description: A paginated list of attempts for the destination.
Expand Down
14 changes: 0 additions & 14 deletions .speakeasy/logs/changes/old.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,11 @@ components:
nullable: true
description: Cursor for the next page of results. Null if no more results.
example: "MTcwNDA2NzIwMA=="
x-speakeasy-name-override: "next_cursor"
prev:
type: string
nullable: true
description: Cursor for the previous page of results. Null if on first page.
example: null
x-speakeasy-name-override: "prev_cursor"
APIErrorResponse:
type: object
description: Standard error response format.
Expand Down Expand Up @@ -2287,21 +2285,18 @@ paths:
enum: [asc, desc]
default: desc
description: Sort direction.
x-speakeasy-name-override: "direction"
- name: next
in: query
required: false
schema:
type: string
description: Cursor for the next page of results. Mutually exclusive with `prev`.
x-speakeasy-name-override: "next_cursor"
- name: prev
in: query
required: false
schema:
type: string
description: Cursor for the previous page of results. Mutually exclusive with `next`.
x-speakeasy-name-override: "prev_cursor"
responses:
"200":
description: List of tenants.
Expand Down Expand Up @@ -2538,14 +2533,12 @@ paths:
schema:
type: string
description: Cursor for next page of results.
x-speakeasy-name-override: "next_cursor"
- name: prev
in: query
required: false
schema:
type: string
description: Cursor for previous page of results.
x-speakeasy-name-override: "prev_cursor"
- name: order_by
in: query
required: false
Expand All @@ -2562,7 +2555,6 @@ paths:
enum: [asc, desc]
default: desc
description: Sort direction.
x-speakeasy-name-override: "direction"
responses:
"200":
description: A paginated list of events.
Expand Down Expand Up @@ -2758,14 +2750,12 @@ paths:
schema:
type: string
description: Cursor for next page of results.
x-speakeasy-name-override: "next_cursor"
- name: prev
in: query
required: false
schema:
type: string
description: Cursor for previous page of results.
x-speakeasy-name-override: "prev_cursor"
- name: include
in: query
required: false
Expand Down Expand Up @@ -2797,7 +2787,6 @@ paths:
enum: [asc, desc]
default: desc
description: Sort direction.
x-speakeasy-name-override: "direction"
responses:
"200":
description: A paginated list of attempts.
Expand Down Expand Up @@ -3461,14 +3450,12 @@ paths:
schema:
type: string
description: Cursor for next page of results.
x-speakeasy-name-override: "next_cursor"
- name: prev
in: query
required: false
schema:
type: string
description: Cursor for previous page of results.
x-speakeasy-name-override: "prev_cursor"
- name: include
in: query
required: false
Expand Down Expand Up @@ -3500,7 +3487,6 @@ paths:
enum: [asc, desc]
default: desc
description: Sort direction.
x-speakeasy-name-override: "direction"
responses:
"200":
description: A paginated list of attempts for the destination.
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ speakeasyVersion: 1.761.9
sources:
Outpost API:
sourceNamespace: outpost-api
sourceRevisionDigest: sha256:dd3a2cc684557c275d2de44e77d9baf3d2505384b3096e40719aeb3608bf131b
sourceBlobDigest: sha256:f488aa8c6bc68b706b4a14a763ec25b6f86c66fe7e1806338b8bf6c821acd44f
sourceRevisionDigest: sha256:1fd0772c85caf7379f8761097fe3db6c0a0d58df3c661470a98c07797fca9da1
sourceBlobDigest: sha256:317e2733950756da19254890a55e3bc0c1cb14e1b5b26452328c98ef7faa7e5b
tags:
- latest
- 0.0.1
Expand Down Expand Up @@ -39,10 +39,10 @@ targets:
outpost-ts:
source: Outpost API
sourceNamespace: outpost-api
sourceRevisionDigest: sha256:dd3a2cc684557c275d2de44e77d9baf3d2505384b3096e40719aeb3608bf131b
sourceBlobDigest: sha256:f488aa8c6bc68b706b4a14a763ec25b6f86c66fe7e1806338b8bf6c821acd44f
sourceRevisionDigest: sha256:1fd0772c85caf7379f8761097fe3db6c0a0d58df3c661470a98c07797fca9da1
sourceBlobDigest: sha256:317e2733950756da19254890a55e3bc0c1cb14e1b5b26452328c98ef7faa7e5b
codeSamplesNamespace: outpost-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:08b1327558aa127250b44178eae33d1df9210157e85c0fbc8d9fae711a4e1b49
codeSamplesRevisionDigest: sha256:5f720f3fc3be8c0dda4df825393237fbd7aae6335137315c6ac9634382e2b22b
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading