@rudderhq/cli 0.2.2-canary.3 → 0.2.2-canary.5
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 +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1756,7 +1756,7 @@ var init_automation = __esm({
|
|
|
1756
1756
|
"use strict";
|
|
1757
1757
|
init_constants();
|
|
1758
1758
|
createAutomationSchema = z19.object({
|
|
1759
|
-
projectId: z19.string().uuid(),
|
|
1759
|
+
projectId: z19.string().uuid().optional().nullable().default(null),
|
|
1760
1760
|
goalId: z19.string().uuid().optional().nullable(),
|
|
1761
1761
|
parentIssueId: z19.string().uuid().optional().nullable(),
|
|
1762
1762
|
title: z19.string().trim().min(1).max(200),
|