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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const config = createConfiguration({
},
})
const authApi = new ObjectAuthApi(config)
const { tenant } = await authApi.getV2AuthWhoami()
const { tenant } = await authApi.v2AuthWhoamiGET()
console.log(tenant.name)
```

Expand All @@ -91,7 +91,7 @@ const companiesApi = new CompaniesApi(config)

for await (
const page of paginated(
companiesApi.getV2Companies.bind(companiesApi),
companiesApi.v2CompaniesGET.bind(companiesApi),
)({
limit: 10,
})
Expand Down
14,324 changes: 9,719 additions & 4,605 deletions openapi/2025-03-12.json → openapi/2025-11-26.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.12.0",
"version": "7.17.0",
"generators": {
"v2": {
"generatorName": "typescript",
Expand Down
78 changes: 71 additions & 7 deletions src/v2/generated/.openapi-generator/FILES

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/v2/generated/.openapi-generator/VERSION

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 0 additions & 58 deletions src/v2/generated/AuthApi.md

This file was deleted.

Loading
Loading