@legalplace/models-v3-types 3.4.46 → 3.4.47

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 +1 -0
  2. package/package.json +1 -1
  3. package/schema.json +3 -0
package/index.ts CHANGED
@@ -547,6 +547,7 @@ export interface FDFInputsV3 {
547
547
  export interface FDFBoxesV3 {
548
548
  name: string
549
549
  page: number
550
+ value: string
550
551
  rect: {
551
552
  x: number
552
553
  y: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalplace/models-v3-types",
3
- "version": "3.4.46",
3
+ "version": "3.4.47",
4
4
  "main": "",
5
5
  "types": "index",
6
6
  "author": "Moncef Hammou <moncef@legalplace.fr>",
package/schema.json CHANGED
@@ -1440,6 +1440,9 @@
1440
1440
  }
1441
1441
  },
1442
1442
  "type": "object"
1443
+ },
1444
+ "value": {
1445
+ "type": "string"
1443
1446
  }
1444
1447
  },
1445
1448
  "type": "object"