Skip to content

Variable: GetProjectVersionsPaginatedSchema

ts
const GetProjectVersionsPaginatedSchema: ZodObject<{
  expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
     | string & object
     | "approvers"
     | "driver"
     | "operations"
     | "issuesstatus", 
     | string & object
     | "approvers"
     | "driver"
     | "operations"
     | "issuesstatus">, ZodArray<ZodCustom<
     | string & object
     | "approvers"
     | "driver"
     | "operations"
     | "issuesstatus", 
     | string & object
     | "approvers"
     | "driver"
     | "operations"
    | "issuesstatus">>]>>;
  maxResults: ZodOptional<ZodNumber>;
  orderBy: ZodOptional<ZodCustom<
     | "name"
     | "description"
     | "sequence"
     | string & object
     | "releaseDate"
     | "startDate"
     | "-description"
     | "+description"
     | "-name"
     | "+name"
     | "-releaseDate"
     | "+releaseDate"
     | "-sequence"
     | "+sequence"
     | "-startDate"
     | "+startDate", 
     | "name"
     | "description"
     | "sequence"
     | string & object
     | "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>;

Defined in: src/cloud/parameters/getProjectVersionsPaginated.ts:4