@legalplace/models-v3-types 3.4.51 → 3.5.0

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.
Files changed (3) hide show
  1. package/index.ts +4 -0
  2. package/package.json +1 -1
  3. package/schema.json +4 -0
package/index.ts CHANGED
@@ -290,6 +290,10 @@ export interface OptionV3 {
290
290
  * In case of a `repeated` option, this defines the multiple's id that the loop should be linked to
291
291
  */
292
292
  repeatOption?: number;
293
+ /**
294
+ * Hidden option
295
+ */
296
+ hidden?: boolean;
293
297
  /**
294
298
  * Validator PARAMS
295
299
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalplace/models-v3-types",
3
- "version": "3.4.51",
3
+ "version": "3.5.0",
4
4
  "main": "",
5
5
  "types": "index",
6
6
  "author": "Moncef Hammou <moncef@legalplace.fr>",
package/schema.json CHANGED
@@ -1607,6 +1607,10 @@
1607
1607
  "description": "The html content of the helper block",
1608
1608
  "type": "string"
1609
1609
  },
1610
+ "hidden": {
1611
+ "description": "Hidden option",
1612
+ "type": "boolean"
1613
+ },
1610
1614
  "id": {
1611
1615
  "description": "Option's id",
1612
1616
  "type": "number"