@luomus/laji-schema 2.0.317 → 2.0.319

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.
@@ -224,5 +224,5 @@ export class FormOptions {
224
224
  /**
225
225
  * Duration in ISO 8601 duration format. Defaults to P1W (one week)
226
226
  */
227
- warnEditingOldDocumentDuration?: boolean;
227
+ warnEditingOldDocumentDuration?: string;
228
228
  }
@@ -217,5 +217,5 @@ export declare class FormOptions {
217
217
  /**
218
218
  * Duration in ISO 8601 duration format. Defaults to P1W (one week)
219
219
  */
220
- warnEditingOldDocumentDuration?: boolean;
220
+ warnEditingOldDocumentDuration?: string;
221
221
  }
@@ -217,5 +217,5 @@ export interface FormOptions {
217
217
  /**
218
218
  * Duration in ISO 8601 duration format. Defaults to P1W (one week)
219
219
  */
220
- warnEditingOldDocumentDuration?: boolean;
220
+ warnEditingOldDocumentDuration?: string;
221
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.317",
3
+ "version": "2.0.319",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {