@luomus/laji-schema 2.0.118 → 2.0.119

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.
@@ -154,6 +154,10 @@ export class FormOptions {
154
154
  */
155
155
  prepopulatedDocument?: Document;
156
156
  printType?: MHLPrintTypeEnum;
157
+ /**
158
+ * Display privacy policy link on form header.
159
+ */
160
+ privacyPolicy?: boolean;
157
161
  /**
158
162
  * Users need to have permission to access the form
159
163
  */
@@ -147,6 +147,10 @@ export declare class FormOptions {
147
147
  */
148
148
  prepopulatedDocument?: Document;
149
149
  printType?: MHLPrintTypeEnum;
150
+ /**
151
+ * Display privacy policy link on form header.
152
+ */
153
+ privacyPolicy?: boolean;
150
154
  /**
151
155
  * Users need to have permission to access the form
152
156
  */
@@ -147,6 +147,10 @@ export interface FormOptions {
147
147
  */
148
148
  prepopulatedDocument?: Document;
149
149
  printType?: MHLPrintTypeEnum;
150
+ /**
151
+ * Display privacy policy link on form header.
152
+ */
153
+ privacyPolicy?: boolean;
150
154
  /**
151
155
  * Users need to have permission to access the form
152
156
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.118",
3
+ "version": "2.0.119",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {