@base44-preview/cli 0.1.9-pr.603.f5a5063 → 0.1.9-pr.605.7ef69e1
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/cli/index.js +2 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -247464,7 +247464,7 @@ var ScheduledSimpleSchema = AutomationBaseSchema.extend({
|
|
|
247464
247464
|
schedule_mode: exports_external.literal("recurring"),
|
|
247465
247465
|
schedule_type: exports_external.literal("simple"),
|
|
247466
247466
|
repeat_unit: exports_external.enum(["minutes", "hours", "days", "weeks", "months"]),
|
|
247467
|
-
repeat_interval: exports_external.number().int().positive().optional(),
|
|
247467
|
+
repeat_interval: exports_external.number().int().positive().nullable().optional(),
|
|
247468
247468
|
start_time: exports_external.string().nullable().optional(),
|
|
247469
247469
|
repeat_on_days: exports_external.array(exports_external.number().int().min(0).max(6)).nullable().optional(),
|
|
247470
247470
|
repeat_on_day_of_month: exports_external.number().int().min(1).max(31).nullable().optional(),
|
|
@@ -268208,4 +268208,4 @@ export {
|
|
|
268208
268208
|
CLIExitError
|
|
268209
268209
|
};
|
|
268210
268210
|
|
|
268211
|
-
//# debugId=
|
|
268211
|
+
//# debugId=9687F4B7A967712564756E2164756E21
|