Skip to content

Commit

Permalink
chore(assistants_web): re-generated client
Browse files Browse the repository at this point in the history
  • Loading branch information
ezawadski committed Jan 9, 2025
1 parent cab2648 commit 28e0fcb
Show file tree
Hide file tree
Showing 6 changed files with 381 additions and 196 deletions.
2 changes: 1 addition & 1 deletion src/interfaces/assistants_web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class CohereClientGenerated {
) {
this.request = new HttpRequest({
BASE: config?.BASE ?? '',
VERSION: config?.VERSION ?? '0.1.0',
VERSION: config?.VERSION ?? '1.1.5',
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
CREDENTIALS: config?.CREDENTIALS ?? 'include',
TOKEN: config?.TOKEN,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const OpenAPI: OpenAPIConfig = {
PASSWORD: undefined,
TOKEN: undefined,
USERNAME: undefined,
VERSION: '0.1.0',
VERSION: '1.1.5',
WITH_CREDENTIALS: false,
interceptors: {
request: new Interceptors(),
Expand Down
Loading

0 comments on commit 28e0fcb

Please sign in to comment.