@rudderhq/cli 0.2.5-canary.7 → 0.2.5-canary.8

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
@@ -706,7 +706,8 @@ var init_chat = __esm({
706
706
  assigneeAgentId: z5.string().uuid().optional().nullable(),
707
707
  assigneeUserId: z5.string().trim().optional().nullable(),
708
708
  reviewerAgentId: z5.string().uuid().optional().nullable(),
709
- reviewerUserId: z5.string().trim().optional().nullable()
709
+ reviewerUserId: z5.string().trim().optional().nullable(),
710
+ labelIds: z5.array(z5.string().uuid()).optional()
710
711
  });
711
712
  convertChatToIssueSchema = z5.object({
712
713
  messageId: z5.string().uuid().optional().nullable(),
@@ -1777,7 +1778,8 @@ var init_approval = __esm({
1777
1778
  });
1778
1779
  resolveApprovalSchema = z18.object({
1779
1780
  decisionNote: z18.string().optional().nullable(),
1780
- decidedByUserId: z18.string().optional().default("board")
1781
+ decidedByUserId: z18.string().optional().default("board"),
1782
+ payload: z18.record(z18.unknown()).optional()
1781
1783
  });
1782
1784
  requestApprovalRevisionSchema = z18.object({
1783
1785
  decisionNote: z18.string().optional().nullable(),