Skip to content

Variable: GetBoardListsSchema

ts
const GetBoardListsSchema: ZodObject<{
  cardFields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
     | "name"
     | "id"
     | "address"
     | "url"
     | "closed"
     | "desc"
     | "labels"
     | string & object
     | "limits"
     | "shortLink"
     | "isTemplate"
     | "dateLastActivity"
     | "descData"
     | "creationMethod"
     | "shortUrl"
     | "subscribed"
     | "pos"
     | "due"
     | "dueReminder"
     | "idBoard"
     | "dueComplete"
     | "badges"
     | "checkItemStates"
     | "coordinates"
     | "idChecklists"
     | "idLabels"
     | "idList"
     | "idMembers"
     | "idMembersVoted"
     | "idShort"
     | "idAttachmentCover"
     | "locationName"
     | "manualCoverAttachment"
     | "cover", 
     | "name"
     | "id"
     | "address"
     | "url"
     | "closed"
     | "desc"
     | "labels"
     | string & object
     | "limits"
     | "shortLink"
     | "isTemplate"
     | "dateLastActivity"
     | "descData"
     | "creationMethod"
     | "shortUrl"
     | "subscribed"
     | "pos"
     | "due"
     | "dueReminder"
     | "idBoard"
     | "dueComplete"
     | "badges"
     | "checkItemStates"
     | "coordinates"
     | "idChecklists"
     | "idLabels"
     | "idList"
     | "idMembers"
     | "idMembersVoted"
     | "idShort"
     | "idAttachmentCover"
     | "locationName"
     | "manualCoverAttachment"
     | "cover">, ZodArray<ZodCustom<
     | "name"
     | "id"
     | "address"
     | "url"
     | "closed"
     | "desc"
     | "labels"
     | string & object
     | "limits"
     | "shortLink"
     | "isTemplate"
     | "dateLastActivity"
     | "descData"
     | "creationMethod"
     | "shortUrl"
     | "subscribed"
     | "pos"
     | "due"
     | "dueReminder"
     | "idBoard"
     | "dueComplete"
     | "badges"
     | "checkItemStates"
     | "coordinates"
     | "idChecklists"
     | "idLabels"
     | "idList"
     | "idMembers"
     | "idMembersVoted"
     | "idShort"
     | "idAttachmentCover"
     | "locationName"
     | "manualCoverAttachment"
     | "cover", 
     | "name"
     | "id"
     | "address"
     | "url"
     | "closed"
     | "desc"
     | "labels"
     | string & object
     | "limits"
     | "shortLink"
     | "isTemplate"
     | "dateLastActivity"
     | "descData"
     | "creationMethod"
     | "shortUrl"
     | "subscribed"
     | "pos"
     | "due"
     | "dueReminder"
     | "idBoard"
     | "dueComplete"
     | "badges"
     | "checkItemStates"
     | "coordinates"
     | "idChecklists"
     | "idLabels"
     | "idList"
     | "idMembers"
     | "idMembersVoted"
     | "idShort"
     | "idAttachmentCover"
     | "locationName"
     | "manualCoverAttachment"
    | "cover">>]>>;
  cards: ZodOptional<ZodUnion<readonly [ZodString, ZodCustom<"all" | "none" | "closed" | "open" | string & object, "all" | "none" | "closed" | "open" | string & object>]>>;
  fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
     | "filter"
     | "name"
     | "type"
     | "id"
     | "closed"
     | "color"
     | string & object
     | "creationMethod"
     | "idOrganization"
     | "subscribed"
     | "pos"
     | "idBoard"
     | "softLimit"
     | "datasource", 
     | "filter"
     | "name"
     | "type"
     | "id"
     | "closed"
     | "color"
     | string & object
     | "creationMethod"
     | "idOrganization"
     | "subscribed"
     | "pos"
     | "idBoard"
     | "softLimit"
     | "datasource">, ZodArray<ZodCustom<
     | "filter"
     | "name"
     | "type"
     | "id"
     | "closed"
     | "color"
     | string & object
     | "creationMethod"
     | "idOrganization"
     | "subscribed"
     | "pos"
     | "idBoard"
     | "softLimit"
     | "datasource", 
     | "filter"
     | "name"
     | "type"
     | "id"
     | "closed"
     | "color"
     | string & object
     | "creationMethod"
     | "idOrganization"
     | "subscribed"
     | "pos"
     | "idBoard"
     | "softLimit"
    | "datasource">>]>>;
  filter: ZodOptional<ZodUnion<readonly [ZodString, ZodCustom<"all" | "none" | "closed" | "open" | string & object, "all" | "none" | "closed" | "open" | string & object>]>>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getBoardLists.ts:4