@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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
/**
|