Skip to content

Variable: GetFieldsPaginatedSchema

ts
const GetFieldsPaginatedSchema: ZodObject<{
  expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
     | "key"
     | string & object
     | "searcherKey"
     | "contextsCount"
     | "isLocked"
     | "lastUsed"
     | "screensCount"
     | "stableId", 
     | "key"
     | string & object
     | "searcherKey"
     | "contextsCount"
     | "isLocked"
     | "lastUsed"
     | "screensCount"
     | "stableId">, ZodArray<ZodCustom<
     | "key"
     | string & object
     | "searcherKey"
     | "contextsCount"
     | "isLocked"
     | "lastUsed"
     | "screensCount"
     | "stableId", 
     | "key"
     | string & object
     | "searcherKey"
     | "contextsCount"
     | "isLocked"
     | "lastUsed"
     | "screensCount"
    | "stableId">>]>>;
  id: ZodOptional<ZodArray<ZodString>>;
  maxResults: ZodOptional<ZodNumber>;
  orderBy: ZodOptional<ZodCustom<
     | "name"
     | string & object
     | "contextsCount"
     | "lastUsed"
     | "projectsCount"
     | "screensCount"
     | "-name"
     | "+name"
     | "-contextsCount"
     | "+contextsCount"
     | "-lastUsed"
     | "+lastUsed"
     | "-screensCount"
     | "+screensCount"
     | "-projectsCount"
     | "+projectsCount", 
     | "name"
     | string & object
     | "contextsCount"
     | "lastUsed"
     | "projectsCount"
     | "screensCount"
     | "-name"
     | "+name"
     | "-contextsCount"
     | "+contextsCount"
     | "-lastUsed"
     | "+lastUsed"
     | "-screensCount"
     | "+screensCount"
     | "-projectsCount"
    | "+projectsCount">>;
  projectIds: ZodOptional<ZodArray<ZodNumber>>;
  query: ZodOptional<ZodString>;
  startAt: ZodOptional<ZodNumber>;
  type: ZodOptional<ZodArray<ZodCustom<"custom" | string & object | "system", "custom" | string & object | "system">>>;
}, $strip>;

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