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

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