@legalplace/models-v3-types 3.4.48 → 3.4.49

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 -3
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -63,7 +63,6 @@ export interface ModelV3<ConstumizationMeta = CustomizationMetaDefault> {
63
63
  };
64
64
  customization: {
65
65
  disableAutoDefault?: boolean;
66
- disableDownloads?: boolean;
67
66
  meta?: ConstumizationMeta
68
67
  };
69
68
  }
@@ -86,8 +85,9 @@ export interface CustomizationMetaDefault {
86
85
  inputLabel?: string;
87
86
  warningBlock?: string;
88
87
  ctaLabel?: string;
89
- ctaIcon?: string
90
- }
88
+ ctaIcon?: string ;
89
+ };
90
+ disableDownloads?: boolean;
91
91
  }
92
92
 
93
93
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalplace/models-v3-types",
3
- "version": "3.4.48",
3
+ "version": "3.4.49",
4
4
  "main": "",
5
5
  "types": "index",
6
6
  "author": "Moncef Hammou <moncef@legalplace.fr>",