@luomus/laji-schema 2.0.55 → 2.0.57

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.
@@ -75,7 +75,7 @@ export class FormOptions {
75
75
  */
76
76
  displayOwnSubmissions?: boolean;
77
77
  /**
78
- * The users can see all the documents with the form's collection ID instead of just their own
78
+ * Documents of the form's collectionID are viewable for all users with form permissions to the form's collectionID
79
79
  */
80
80
  documentsViewableForAll?: boolean;
81
81
  /**
@@ -69,7 +69,7 @@ export declare class FormOptions {
69
69
  */
70
70
  displayOwnSubmissions?: boolean;
71
71
  /**
72
- * The users can see all the documents with the form's collection ID instead of just their own
72
+ * Documents of the form's collectionID are viewable for all users with form permissions to the form's collectionID
73
73
  */
74
74
  documentsViewableForAll?: boolean;
75
75
  /**
@@ -48,7 +48,7 @@ export interface FormOptions {
48
48
  */
49
49
  displayOwnSubmissions?: boolean;
50
50
  /**
51
- * The users can see all the documents with the form's collection ID instead of just their own
51
+ * Documents of the form's collectionID are viewable for all users with form permissions to the form's collectionID
52
52
  */
53
53
  documentsViewableForAll?: boolean;
54
54
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.55",
3
+ "version": "2.0.57",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {