Variable GetProjectVersionsPaginatedSchemaConst
GetProjectVersionsPaginatedSchema: ZodObject<
{
expand: ZodOptional<
ZodUnion<
readonly [
ZodString,
ZodArray<ZodString>,
ZodCustom<
| string & {}
| "approvers"
| "driver"
| "operations"
| "issuesstatus",
string & {}
| "approvers"
| "driver"
| "operations"
| "issuesstatus",
>,
ZodArray<
ZodCustom<
| string & {}
| "approvers"
| "driver"
| "operations"
| "issuesstatus",
string & {}
| "approvers"
| "driver"
| "operations"
| "issuesstatus",
>,
>,
],
>,
>;
maxResults: ZodOptional<ZodNumber>;
orderBy: ZodOptional<
ZodCustom<
| "name"
| "description"
| "sequence"
| string & {}
| "releaseDate"
| "startDate"
| "-description"
| "+description"
| "-name"
| "+name"
| "-releaseDate"
| "+releaseDate"
| "-sequence"
| "+sequence"
| "-startDate"
| "+startDate",
| "name"
| "description"
| "sequence"
| string & {}
| "releaseDate"
| "startDate"
| "-description"
| "+description"
| "-name"
| "+name"
| "-releaseDate"
| "+releaseDate"
| "-sequence"
| "+sequence"
| "-startDate"
| "+startDate",
>,
>;
projectIdOrKey: ZodString;
query: ZodOptional<ZodString>;
startAt: ZodOptional<ZodNumber>;
status: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>]>>;
},
$strip,
> = ...