@base44-preview/cli 0.0.50-pr.471.bbfc9a5 → 0.0.50-pr.471.d54b734

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 CHANGED
@@ -242604,20 +242604,12 @@ var TriggerConditionGroupSchema = exports_external.lazy(() => exports_external.o
242604
242604
  logic: TriggerLogicSchema.optional(),
242605
242605
  conditions: exports_external.array(exports_external.union([TriggerConditionSchema, TriggerConditionGroupSchema])).min(1)
242606
242606
  }));
242607
- var EmptyTriggerConditionsSchema = exports_external.object({
242608
- logic: TriggerLogicSchema.optional(),
242609
- conditions: exports_external.array(exports_external.unknown()).length(0).optional()
242610
- }).passthrough();
242611
- var TriggerConditionsSchema = exports_external.union([
242612
- TriggerConditionGroupSchema,
242613
- EmptyTriggerConditionsSchema
242614
- ]);
242615
242607
  var ConnectorAutomationSchema = AutomationBaseSchema.extend({
242616
242608
  type: exports_external.literal("connector"),
242617
242609
  integration_type: IntegrationTypeSchema,
242618
242610
  events: exports_external.array(exports_external.string()),
242619
242611
  resource_id: exports_external.string().nullable().optional(),
242620
- trigger_conditions: TriggerConditionsSchema.nullable().optional()
242612
+ trigger_conditions: TriggerConditionGroupSchema.nullable().optional()
242621
242613
  });
242622
242614
  var AutomationSchema = exports_external.union([
242623
242615
  ScheduledOneTimeSchema,
@@ -260219,4 +260211,4 @@ export {
260219
260211
  CLIExitError
260220
260212
  };
260221
260213
 
260222
- //# debugId=1EFE1BC4833DAA2264756E2164756E21
260214
+ //# debugId=D2A5F47A93B0EA4164756E2164756E21