Skip to content
Open
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
1,198 changes: 1,198 additions & 0 deletions openapi-public-doc.yaml

Large diffs are not rendered by default.

Binary file removed sdks/client-python-2.0.0.tar.gz
Binary file not shown.
Binary file added sdks/client-python-2.5.1.tar.gz
Binary file not shown.
Binary file removed sdks/client-ts-1.10.0.tar.gz
Binary file not shown.
Binary file added sdks/client-ts-2.4.0.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions speakeasy.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ export default {
codeSamples: [
{
language: 'typescript',
sdkTarballPath: './sdks/client-ts-1.10.0.tar.gz',
sdkTarballPath: './sdks/client-ts-2.4.0.tar.gz',
},
{
language: 'python',
sdkTarballPath: './sdks/client-python-2.0.0.tar.gz',
sdkTarballPath: './sdks/client-python-2.5.1.tar.gz',
},
{
language: 'curl',
Expand Down
Loading