Skip to content

Variable: StatusLayoutUpdateSchema

ts
const StatusLayoutUpdateSchema: ZodObject<{
  approvalConfiguration: ZodOptional<ZodObject<{
     active: ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>;
     conditionType: ZodCustom<"number" | "percent" | string & object | "numberPerPrincipal", "number" | "percent" | string & object | "numberPerPrincipal">;
     conditionValue: ZodString;
     exclude: ZodOptional<ZodNullable<ZodArray<ZodNullable<ZodCustom<... | ... | ..., ... | ... | ...>>>>>;
     fieldId: ZodString;
     prePopulatedFieldId: ZodOptional<ZodNullable<ZodString>>;
     transitionApproved: ZodString;
     transitionRejected: ZodString;
  }, $loose>>;
  layout: ZodOptional<ZodObject<{
     x: ZodOptional<ZodNumber>;
     y: ZodOptional<ZodNumber>;
  }, $loose>>;
  properties: ZodRecord<ZodString, ZodAny>;
  statusReference: ZodString;
}, $loose>;

Defined in: src/cloud/models/statusLayoutUpdate.ts:7

The statuses associated with this workflow.