Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 16, 2024
1 parent bd5fdbd commit a001213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ RUN apt-get update && apt-get install -y \
yarnpkg \
&& apt-get clean autoclean

# Ensure UTF-8 encoding
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8

# Yarn
RUN ln -sf /usr/bin/yarnpkg /usr/bin/yarn

Expand Down
4 changes: 2 additions & 2 deletions src/resources/zero-trust/dex/tests/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,13 @@ export interface TestListResponse {

messages: Array<Shared.ResponseInfo>;

result: Tests;

/**
* Whether the API call was successful
*/
success: true;

result?: Tests;

result_info?: TestListResponse.ResultInfo;
}

Expand Down

0 comments on commit a001213

Please sign in to comment.