ApplicationSchema: ZodObject<{
    AutoUpdatePath: ZodBoolean;
    ClassName: ZodNullable<ZodString>;
    Color: ZodNullable<ZodString>;
    DefaultForNewUser: ZodBoolean;
    DefaultNavItems: ZodNullable<ZodString>;
    DefaultSequence: ZodNumber;
    Description: ZodNullable<ZodString>;
    HideNavBarIconWhenActive: ZodBoolean;
    ID: ZodString;
    Icon: ZodNullable<ZodString>;
    Name: ZodString;
    NavigationStyle: ZodUnion<[ZodLiteral<"App Switcher">, ZodLiteral<"Both">, ZodLiteral<"Nav Bar">]>;
    Path: ZodString;
    SchemaAutoAddNewEntities: ZodNullable<ZodString>;
    Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Deprecated">, ZodLiteral<"Disabled">, ZodLiteral<"Pending">]>;
    TopNavLocation: ZodNullable<ZodUnion<[ZodLiteral<"Left of App Switcher">, ZodLiteral<"Left of User Menu">]>>;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    AutoUpdatePath?: boolean;
    ClassName?: string;
    Color?: string;
    DefaultForNewUser?: boolean;
    DefaultNavItems?: string;
    DefaultSequence?: number;
    Description?: string;
    HideNavBarIconWhenActive?: boolean;
    ID?: string;
    Icon?: string;
    Name?: string;
    NavigationStyle?: "Both" | "App Switcher" | "Nav Bar";
    Path?: string;
    SchemaAutoAddNewEntities?: string;
    Status?: "Active" | "Disabled" | "Pending" | "Deprecated";
    TopNavLocation?: "Left of App Switcher" | "Left of User Menu";
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}, {
    AutoUpdatePath?: boolean;
    ClassName?: string;
    Color?: string;
    DefaultForNewUser?: boolean;
    DefaultNavItems?: string;
    DefaultSequence?: number;
    Description?: string;
    HideNavBarIconWhenActive?: boolean;
    ID?: string;
    Icon?: string;
    Name?: string;
    NavigationStyle?: "Both" | "App Switcher" | "Nav Bar";
    Path?: string;
    SchemaAutoAddNewEntities?: string;
    Status?: "Active" | "Disabled" | "Pending" | "Deprecated";
    TopNavLocation?: "Left of App Switcher" | "Left of User Menu";
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity Applications

Type declaration

  • AutoUpdatePath: ZodBoolean
  • ClassName: ZodNullable<ZodString>
  • Color: ZodNullable<ZodString>
  • DefaultForNewUser: ZodBoolean
  • DefaultNavItems: ZodNullable<ZodString>
  • DefaultSequence: ZodNumber
  • Description: ZodNullable<ZodString>
  • HideNavBarIconWhenActive: ZodBoolean
  • ID: ZodString
  • Icon: ZodNullable<ZodString>
  • Name: ZodString
  • NavigationStyle: ZodUnion<[ZodLiteral<"App Switcher">, ZodLiteral<"Both">, ZodLiteral<"Nav Bar">]>
  • Path: ZodString
  • SchemaAutoAddNewEntities: ZodNullable<ZodString>
  • Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Deprecated">, ZodLiteral<"Disabled">, ZodLiteral<"Pending">]>
  • TopNavLocation: ZodNullable<ZodUnion<[ZodLiteral<"Left of App Switcher">, ZodLiteral<"Left of User Menu">]>>
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional AutoUpdatePath?: boolean
  • Optional ClassName?: string
  • Optional Color?: string
  • Optional DefaultForNewUser?: boolean
  • Optional DefaultNavItems?: string
  • Optional DefaultSequence?: number
  • Optional Description?: string
  • Optional HideNavBarIconWhenActive?: boolean
  • Optional ID?: string
  • Optional Icon?: string
  • Optional Name?: string
  • Optional NavigationStyle?: "Both" | "App Switcher" | "Nav Bar"
  • Optional Path?: string
  • Optional SchemaAutoAddNewEntities?: string
  • Optional Status?: "Active" | "Disabled" | "Pending" | "Deprecated"
  • Optional TopNavLocation?: "Left of App Switcher" | "Left of User Menu"
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional AutoUpdatePath?: boolean
  • Optional ClassName?: string
  • Optional Color?: string
  • Optional DefaultForNewUser?: boolean
  • Optional DefaultNavItems?: string
  • Optional DefaultSequence?: number
  • Optional Description?: string
  • Optional HideNavBarIconWhenActive?: boolean
  • Optional ID?: string
  • Optional Icon?: string
  • Optional Name?: string
  • Optional NavigationStyle?: "Both" | "App Switcher" | "Nav Bar"
  • Optional Path?: string
  • Optional SchemaAutoAddNewEntities?: string
  • Optional Status?: "Active" | "Disabled" | "Pending" | "Deprecated"
  • Optional TopNavLocation?: "Left of App Switcher" | "Left of User Menu"
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date