/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ export type CreateCaseParams = { /** * List of fields to include in the response. */ fields?: string[]; /** * Indicates whether to disable the trigger after the application execution. * Default is false (trigger **will** be executed). * Set to true to explicitly prevent the trigger from running (e.g., when called from another trigger or internal flow). * то * [WTEL-7055] */ disableTrigger?: boolean; };