UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

22 lines 735 B
export const 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