@likec4/language-server 1.55.0 → 1.55.1
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.
|
@@ -386,7 +386,7 @@ type FqnReferenceable = Element | ExtendDeployment | ExtendElement | Referenceab
|
|
|
386
386
|
declare const FqnReferenceable = "FqnReferenceable";
|
|
387
387
|
type IconId = string;
|
|
388
388
|
type IconPositionValue = 'bottom' | 'left' | 'right' | 'top';
|
|
389
|
-
type Id = 'deployment' | 'element' | 'group' | 'instance' | 'model' | 'node' | ArrowType | DynamicViewDisplayVariantValue | ElementShape | IconPositionValue | LineOptions | Participant | RankValue | SizeValue | ThemeColor | string;
|
|
389
|
+
type Id = 'deployment' | 'element' | 'group' | 'instance' | 'model' | 'node' | 'relationship' | ArrowType | DynamicViewDisplayVariantValue | ElementShape | IconPositionValue | LineOptions | Participant | RankValue | SizeValue | ThemeColor | string;
|
|
390
390
|
type LikeC4View = DeploymentView | DynamicView | ElementView;
|
|
391
391
|
declare const LikeC4View = "LikeC4View";
|
|
392
392
|
type LineOptions = 'dashed' | 'dotted' | 'solid';
|