@soyio/soyio-widget 3.6.1 → 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.
package/dist/index.d.ts CHANGED
@@ -424,6 +424,7 @@ declare type PrivacyCenterConfig = BaseConfig<PrivacyCenterEvent> & {
424
424
  allowedExtensions?: string[];
425
425
  maxFileSize?: number;
426
426
  };
427
+ rectificationFileRequiredCategories?: UserDataCategoryKey[];
427
428
  consentMode?: 'immediate' | 'batch';
428
429
  consentRetentionPeriod?: string;
429
430
  allowGranularScopeSelection?: boolean;