@marteye/studiojs 1.1.18 → 1.1.20

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.d.ts CHANGED
@@ -1000,6 +1000,7 @@ interface AttributeDefinition {
1000
1000
  name: string;
1001
1001
  shortName?: string;
1002
1002
  description?: string;
1003
+ martEyeAttribute?: string;
1003
1004
  applyTo: string[];
1004
1005
  level: "item" | "lot";
1005
1006
  readonly?: boolean;