{"version":3,"sources":["../../../src/automations-v1-automations-custom-trigger-custom-trigger.schemas.ts"],"sourcesContent":["import * as z from 'zod';\n\nexport const RunTriggerRequest = z.object({\n  options: z\n    .object({\n      triggerId: z\n        .string()\n        .describe(\n          'Trigger ID. You can find this in the custom trigger configuration in the automations builder.'\n        )\n        .max(100)\n        .optional(),\n      payload: z\n        .record(z.string(), z.any())\n        .describe(\n          'Optional payload object to pass to run trigger. Define the payload schema from sample data in the custom trigger configuration in the\\nautomations builder.'\n        )\n        .optional()\n        .nullable(),\n    })\n    .optional(),\n});\nexport const RunTriggerResponse = z.object({});\n"],"mappings":";AAAA,YAAY,OAAO;AAEZ,IAAM,oBAAsB,SAAO;AAAA,EACxC,SACG,SAAO;AAAA,IACN,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,SACG,SAAS,SAAO,GAAK,MAAI,CAAC,EAC1B;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,qBAAuB,SAAO,CAAC,CAAC;","names":[]}