@legalplace/models-v3-types 3.4.46 → 3.4.48

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 +2 -0
  2. package/package.json +1 -1
  3. package/schema.json +3 -0
package/index.ts CHANGED
@@ -63,6 +63,7 @@ export interface ModelV3<ConstumizationMeta = CustomizationMetaDefault> {
63
63
  };
64
64
  customization: {
65
65
  disableAutoDefault?: boolean;
66
+ disableDownloads?: boolean;
66
67
  meta?: ConstumizationMeta
67
68
  };
68
69
  }
@@ -547,6 +548,7 @@ export interface FDFInputsV3 {
547
548
  export interface FDFBoxesV3 {
548
549
  name: string
549
550
  page: number
551
+ value: string
550
552
  rect: {
551
553
  x: number
552
554
  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.48",
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"