Skip to content

Commit

Permalink
generated with codegen at box/box-codegen@7401b20 and spec at box/box…
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Aug 30, 2023
1 parent a4fa2bf commit a93d661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import { IntegrationMappingsManager } from "./managers/integrationMappings.gener
import { Authentication } from "./auth.js";
import { NetworkSession } from "./network.js";
export class Client {
readonly auth?: Authentication;
readonly auth!: Authentication;
readonly networkSession?: NetworkSession = {} satisfies NetworkSession;
readonly authorization: AuthorizationManager;
readonly files: FilesManager;
Expand Down

0 comments on commit a93d661

Please sign in to comment.