@blueking/bkflow-canvas-editor 1.0.3 → 1.0.4

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.
@@ -163,7 +163,7 @@ interface Variable {
163
163
  show_type: 'show' | 'hide';
164
164
  source_info: Record<string, string[]>;
165
165
  source_tag: string;
166
- source_type: 'custom' | 'component_inputs' | 'component_outputs' | 'system';
166
+ source_type: 'custom' | 'component_inputs' | 'component_outputs' | 'system' | 'space';
167
167
  validation: string;
168
168
  value?: string | number | boolean | Record<string, any>;
169
169
  version?: string;