Variable MJOpenAppSchemaConst
MJOpenAppSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Color: ZodNullable<ZodString>;
ConfigurationSchemaJSON: ZodNullable<ZodString>;
Description: ZodNullable<ZodString>;
DisplayName: ZodString;
Icon: ZodNullable<ZodString>;
ID: ZodString;
InstalledByUser: ZodString;
InstalledByUserID: ZodString;
LastCompletedStep: ZodNullable<
ZodUnion<
[
ZodLiteral<"AngularExcludesUpdated">,
ZodLiteral<"ConfigUpdated">,
ZodLiteral<"DbCleanupDone">,
ZodLiteral<"DependenciesReplaced">,
ZodLiteral<"FilesRemoved">,
ZodLiteral<"Finalized">,
],
>,
>;
LastCompletedStepTargetVersion: ZodNullable<ZodString>;
License: ZodNullable<ZodString>;
ManifestJSON: ZodString;
MJVersionRange: ZodString;
Name: ZodString;
Publisher: ZodString;
PublisherEmail: ZodNullable<ZodString>;
PublisherURL: ZodNullable<ZodString>;
RepositoryURL: ZodString;
SchemaName: ZodNullable<ZodString>;
Status: ZodUnion<
[
ZodLiteral<"Active">,
ZodLiteral<"Disabled">,
ZodLiteral<"Error">,
ZodLiteral<"Installing">,
ZodLiteral<"Removed">,
ZodLiteral<"Removing">,
ZodLiteral<"Upgrading">,
],
>;
Subpath: ZodNullable<ZodString>;
Version: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Color?: string;
ConfigurationSchemaJSON?: string;
Description?: string;
DisplayName?: string;
Icon?: string;
ID?: string;
InstalledByUser?: string;
InstalledByUserID?: string;
LastCompletedStep?: | "AngularExcludesUpdated"
| "ConfigUpdated"
| "DbCleanupDone"
| "DependenciesReplaced"
| "FilesRemoved"
| "Finalized"
| "HooksRun"
| "MigrationsApplied"
| "PackagesInstalled"
| "RecordCreated"
| "RecordUpdated";
LastCompletedStepTargetVersion?: string;
License?: string;
ManifestJSON?: string;
MJVersionRange?: string;
Name?: string;
Publisher?: string;
PublisherEmail?: string;
PublisherURL?: string;
RepositoryURL?: string;
SchemaName?: string;
Status?: | "Active"
| "Disabled"
| "Error"
| "Installing"
| "Removed"
| "Removing"
| "Upgrading";
Subpath?: string;
Version?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Color?: string;
ConfigurationSchemaJSON?: string;
Description?: string;
DisplayName?: string;
Icon?: string;
ID?: string;
InstalledByUser?: string;
InstalledByUserID?: string;
LastCompletedStep?: | "AngularExcludesUpdated"
| "ConfigUpdated"
| "DbCleanupDone"
| "DependenciesReplaced"
| "FilesRemoved"
| "Finalized"
| "HooksRun"
| "MigrationsApplied"
| "PackagesInstalled"
| "RecordCreated"
| "RecordUpdated";
LastCompletedStepTargetVersion?: string;
License?: string;
ManifestJSON?: string;
MJVersionRange?: string;
Name?: string;
Publisher?: string;
PublisherEmail?: string;
PublisherURL?: string;
RepositoryURL?: string;
SchemaName?: string;
Status?: | "Active"
| "Disabled"
| "Error"
| "Installing"
| "Removed"
| "Removing"
| "Upgrading";
Subpath?: string;
Version?: string;
},
> = ...
zod schema definition for the entity MJ: Open Apps