Variable UpdateSessionConfigCallConst

UpdateSessionConfigCall: ZodObject<{
    apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>;
    apiToken: ZodString;
    maxSurbUpstream: ZodOptional<ZodString>;
    responseBuffer: ZodOptional<ZodString>;
    sessionId: ZodString;
    timeout: ZodOptional<ZodNumber>;
}, $strip> = ...

Type declaration

  • apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>

    The API endpoint for authentication.

  • apiToken: ZodString

    The API token for authentication.

  • maxSurbUpstream: ZodOptional<ZodString>
  • responseBuffer: ZodOptional<ZodString>
  • sessionId: ZodString
  • timeout: ZodOptional<ZodNumber>

    optional timeout for the requests