@rudderhq/cli 0.2.10-canary.4 → 0.2.10-canary.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1859,7 +1859,7 @@ var init_automation = __esm({
1859
1859
  status: z20.enum(AUTOMATION_STATUSES).optional().default("active"),
1860
1860
  concurrencyPolicy: z20.enum(AUTOMATION_CONCURRENCY_POLICIES).optional().default("coalesce_if_active"),
1861
1861
  catchUpPolicy: z20.enum(AUTOMATION_CATCH_UP_POLICIES).optional().default("skip_missed"),
1862
- outputMode: z20.enum(AUTOMATION_OUTPUT_MODES).optional().default("track_issue"),
1862
+ outputMode: z20.enum(AUTOMATION_OUTPUT_MODES).optional().default("chat_output"),
1863
1863
  chatConversationId: z20.string().uuid().optional().nullable().default(null)
1864
1864
  });
1865
1865
  createAutomationSchema = automationBodySchema.superRefine((value, ctx) => {