Variable SeclaiApiVersionConst
SeclaiApiVersion: {
Default: "2026-07-01";
Latest: "2026-07-27";
V2026_07_01: "2026-07-01";
V2026_07_27: "2026-07-27";
} = ...
Type declaration
ReadonlyDefault: "2026-07-01"
ReadonlyLatest: "2026-07-27"
ReadonlyV2026_07_01: "2026-07-01"
ReadonlyV2026_07_27: "2026-07-27"
Dated API versions known to this release, for use with the
apiVersionclient 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.