UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

15 lines 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.functionInstanceParametersSchema = void 0; exports.functionInstanceParametersSchema = { title: "functionInstanceParametersSchema", type: "object", additionalProperties: true, properties: { traceId: { type: "string" }, userId: { type: "string" }, sessionId: { type: "string" }, flowReferenceId: { type: "string", format: "uuid" }, } }; //# sourceMappingURL=IFunctionInstanceParameters.js.map