@prismatic-io/spectral
Version:
Utility library for building Prismatic connectors and code-native integrations
23 lines (22 loc) • 521 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InputFieldDefaultMap = void 0;
exports.InputFieldDefaultMap = {
string: "",
data: "",
text: "",
password: "",
boolean: "false",
code: "",
conditional: undefined,
connection: undefined,
objectSelection: undefined,
objectFieldMap: undefined,
jsonForm: undefined,
dynamicObjectSelection: "",
dynamicFieldSelection: "",
date: "",
timestamp: "",
flow: "",
template: "",
};