@cognigy/rest-api-client
Version:
Cognigy REST-Client
25 lines • 851 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.transformerFunctionSchema = void 0;
exports.transformerFunctionSchema = {
title: "transformerFunctionSchema",
type: "object",
additionalProperties: false,
properties: {
abortOnError: { type: "boolean" },
finalPingTransformerEnabled: { type: "boolean" },
injectTransformerEnabled: { type: "boolean" },
inputTransformerEnabled: { type: "boolean" },
notifyTransformerEnabled: { type: "boolean" },
outputTransformerEnabled: { type: "boolean" },
transpiledTransformer: {
type: ["string", "null"],
maxLength: 100000
},
transformer: {
type: "string",
maxLength: 100000
}
},
};
//# sourceMappingURL=ITransformerFunction.js.map