@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/types.d.ts CHANGED
@@ -896,6 +896,7 @@ export interface AttributeDefinition {
896
896
  name: string;
897
897
  shortName?: string;
898
898
  description?: string;
899
+ martEyeAttribute?: string;
899
900
  applyTo: string[];
900
901
  level: "item" | "lot";
901
902
  readonly?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marteye/studiojs",
3
- "version": "1.1.18",
3
+ "version": "1.1.20",
4
4
  "description": "MartEye Studio JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "type": "module",