Variable SeclaiApiVersionConst

SeclaiApiVersion: {
    Default: "2026-07-01";
    Latest: "2026-07-27";
    V2026_07_01: "2026-07-01";
    V2026_07_27: "2026-07-27";
} = ...

Dated API versions known to this release, for use with the apiVersion client option.

The set is open: the API adds versions without an SDK release, and ApiVersion widens to string, so a date newer than this release knows about can be passed directly. Treat these as convenience constants rather than an exhaustive list — getApiVersion() reports what the server actually supports.

Type declaration

  • ReadonlyDefault: "2026-07-01"

    Baseline applied to an unpinned, header-less caller.

  • ReadonlyLatest: "2026-07-27"

    Newest version known to this SDK release. May lag the server.

  • ReadonlyV2026_07_01: "2026-07-01"
  • ReadonlyV2026_07_27: "2026-07-27"