Skip to content

Commit

Permalink
Regenerate TS client (aptos-labs#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Aug 4, 2022
1 parent 9863a56 commit 177a3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class AptosGeneratedClient {
constructor(config?: Partial<OpenAPIConfig>, HttpRequest: HttpRequestConstructor = AxiosHttpRequest) {
this.request = new HttpRequest({
BASE: config?.BASE ?? '',
VERSION: config?.VERSION ?? '0.1.0',
VERSION: config?.VERSION ?? '1.0.0',
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
CREDENTIALS: config?.CREDENTIALS ?? 'include',
TOKEN: config?.TOKEN,
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/typescript/sdk/src/generated/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type OpenAPIConfig = {

export const OpenAPI: OpenAPIConfig = {
BASE: '',
VERSION: '0.1.0',
VERSION: '1.0.0',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,
Expand Down

0 comments on commit 177a3cd

Please sign in to comment.