@rudderhq/cli 0.1.0-canary.30 → 0.1.0-canary.31
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 +0 -2
- package/dist/index.js.map +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -113,7 +113,6 @@ var init_constants = __esm({
|
|
|
113
113
|
"issue_proposal",
|
|
114
114
|
"operation_proposal",
|
|
115
115
|
"routing_suggestion",
|
|
116
|
-
"user_input_request",
|
|
117
116
|
"system_event"
|
|
118
117
|
];
|
|
119
118
|
CHAT_MESSAGE_STATUSES = ["completed", "stopped", "failed"];
|
|
@@ -690,7 +689,6 @@ var init_chat = __esm({
|
|
|
690
689
|
title: z6.string().trim().min(1).max(200),
|
|
691
690
|
description: z6.string().trim().min(1).max(2e4),
|
|
692
691
|
priority: z6.enum(["critical", "high", "medium", "low"]).optional().default("medium"),
|
|
693
|
-
status: z6.enum(ISSUE_STATUSES).optional(),
|
|
694
692
|
projectId: z6.string().uuid().optional().nullable(),
|
|
695
693
|
goalId: z6.string().uuid().optional().nullable(),
|
|
696
694
|
parentId: z6.string().uuid().optional().nullable(),
|