@legalplace/models-v3-types 3.4.45 → 3.4.46

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 (2) hide show
  1. package/index.ts +2 -2
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -535,8 +535,8 @@ export interface FDFInputsV3 {
535
535
  hour?: 'HH' | 'MM',
536
536
  email?: 'ADDRESS' | 'PROVIDER',
537
537
  fragment?: {
538
- from: number
539
- to: number
538
+ from?: number
539
+ to?: number
540
540
  }
541
541
  }[]
542
542
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalplace/models-v3-types",
3
- "version": "3.4.45",
3
+ "version": "3.4.46",
4
4
  "main": "",
5
5
  "types": "index",
6
6
  "author": "Moncef Hammou <moncef@legalplace.fr>",