@legalplace/models-v3-types 3.6.0 → 3.7.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 (2) hide show
  1. package/index.ts +3 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -124,6 +124,9 @@ export interface ModelV3<ConstumizationMeta = CustomizationMetaDefault> {
124
124
  customization: {
125
125
  disableAutoDefault?: boolean;
126
126
  meta?: ConstumizationMeta;
127
+ dataStorage?: {
128
+ extendedDuration?: boolean;
129
+ }
127
130
  };
128
131
  }
129
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalplace/models-v3-types",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "main": "",
5
5
  "types": "index",
6
6
  "author": "Moncef Hammou <moncef@legalplace.fr>",