Updates
This commit is contained in:
Vendored
+3
@@ -55,6 +55,9 @@ export declare const TextFieldTypesArray: readonly [{
|
||||
}, {
|
||||
readonly title: "Javascript";
|
||||
readonly value: "javascript";
|
||||
}, {
|
||||
readonly title: "Shell";
|
||||
readonly value: "shell";
|
||||
}];
|
||||
export type DSQL_FieldSchemaType = {
|
||||
fieldName?: string;
|
||||
|
||||
Vendored
+1
@@ -9,6 +9,7 @@ exports.TextFieldTypesArray = [
|
||||
{ title: "HTML", value: "html" },
|
||||
{ title: "CSS", value: "css" },
|
||||
{ title: "Javascript", value: "javascript" },
|
||||
{ title: "Shell", value: "shell" },
|
||||
];
|
||||
exports.ServerQueryOperators = ["AND", "OR"];
|
||||
exports.ServerQueryEqualities = ["EQUAL", "LIKE", "NOT EQUAL"];
|
||||
|
||||
Reference in New Issue
Block a user