@rudderhq/cli 0.3.6-canary.33 → 0.3.6-canary.34

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
@@ -1009,7 +1009,8 @@ var init_chat = __esm({
1009
1009
  icon: z4.string().trim().min(1).max(24).optional().nullable()
1010
1010
  });
1011
1011
  createMessengerCustomGroupWithEntriesSchema = createMessengerCustomGroupSchema.extend({
1012
- threadKeys: z4.array(z4.string().trim().min(1).max(240)).min(1).max(50)
1012
+ threadKeys: z4.array(z4.string().trim().min(1).max(240)).min(1).max(50),
1013
+ autoGenerateName: z4.boolean().optional()
1013
1014
  });
1014
1015
  updateMessengerCustomGroupSchema = z4.object({
1015
1016
  name: z4.string().trim().min(1).max(80).optional(),