@regulaforensics/vp-frontend-document-components 9.8.3012-rc → 9.8.3014-nightly

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.
package/dist/index.d.ts CHANGED
@@ -224,6 +224,9 @@ export declare type DocumentReaderProcessParam = Pick<ProcessParams, 'generateNu
224
224
  imgMarginPart?: number;
225
225
  maxGlaringPart?: number;
226
226
  };
227
+ occlusionCheckParams?: {
228
+ maxOcclusionPart?: number;
229
+ };
227
230
  };
228
231
  backendProcessing?: {
229
232
  serviceURL?: string;