Variable MJExternalDataSourceTypeSchemaConst
MJExternalDataSourceTypeSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Description: ZodNullable<ZodString>;
DriverClass: ZodString;
FilterDialect: ZodUnion<
[
ZodLiteral<"ansi">,
ZodLiteral<"mongo-ast">,
ZodLiteral<"mysql">,
ZodLiteral<"oracle">,
ZodLiteral<"pgsql">,
ZodLiteral<"tsql">,
],
>;
ID: ZodString;
MetadataIntrospectionStrategy: ZodUnion<
[
ZodLiteral<"InformationSchema">,
ZodLiteral<"Manual">,
ZodLiteral<"NativeCatalog">,
ZodLiteral<"SampledDocuments">,
],
>;
Name: ZodString;
PagingStrategy: ZodUnion<
[
ZodLiteral<"Cursor">,
ZodLiteral<"LimitOffset">,
ZodLiteral<"OffsetFetch">,
ZodLiteral<"TopSkip">,
],
>;
RequiredCredentialType: ZodNullable<ZodString>;
RequiredCredentialTypeID: ZodNullable<ZodString>;
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Deprecated">]>;
SupportsNativeQueries: ZodBoolean;
SupportsReadWrite: ZodBoolean;
SupportsSchemaIntrospection: ZodBoolean;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
DriverClass?: string;
FilterDialect?: | "ansi"
| "mongo-ast"
| "mysql"
| "oracle"
| "pgsql"
| "tsql";
ID?: string;
MetadataIntrospectionStrategy?: | "Manual"
| "InformationSchema"
| "NativeCatalog"
| "SampledDocuments";
Name?: string;
PagingStrategy?: "Cursor"
| "LimitOffset"
| "OffsetFetch"
| "TopSkip";
RequiredCredentialType?: string;
RequiredCredentialTypeID?: string;
Status?: "Active" | "Deprecated";
SupportsNativeQueries?: boolean;
SupportsReadWrite?: boolean;
SupportsSchemaIntrospection?: boolean;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
DriverClass?: string;
FilterDialect?: | "ansi"
| "mongo-ast"
| "mysql"
| "oracle"
| "pgsql"
| "tsql";
ID?: string;
MetadataIntrospectionStrategy?: | "Manual"
| "InformationSchema"
| "NativeCatalog"
| "SampledDocuments";
Name?: string;
PagingStrategy?: "Cursor"
| "LimitOffset"
| "OffsetFetch"
| "TopSkip";
RequiredCredentialType?: string;
RequiredCredentialTypeID?: string;
Status?: "Active" | "Deprecated";
SupportsNativeQueries?: boolean;
SupportsReadWrite?: boolean;
SupportsSchemaIntrospection?: boolean;
},
> = ...
zod schema definition for the entity MJ: External Data Source Types