@luomus/laji-schema 2.0.331 → 2.0.332

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.
@@ -162,7 +162,7 @@ export class Collection {
162
162
  sv?: string;
163
163
  };
164
164
  /**
165
- * Type of the collection within the collcetion hierarchy tree.
165
+ * Type of the collection within the collection hierarchy tree.
166
166
  */
167
167
  hierarchyType?: MYHierarchyTypeEnum;
168
168
  /**
@@ -155,7 +155,7 @@ export declare class Collection {
155
155
  sv?: string;
156
156
  };
157
157
  /**
158
- * Type of the collection within the collcetion hierarchy tree.
158
+ * Type of the collection within the collection hierarchy tree.
159
159
  */
160
160
  hierarchyType?: MYHierarchyTypeEnum;
161
161
  /**
@@ -155,7 +155,7 @@ export interface Collection {
155
155
  sv?: string;
156
156
  };
157
157
  /**
158
- * Type of the collection within the collcetion hierarchy tree.
158
+ * Type of the collection within the collection hierarchy tree.
159
159
  */
160
160
  hierarchyType?: MYHierarchyTypeEnum;
161
161
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.331",
3
+ "version": "2.0.332",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {