zakeke-configurator-react 0.1.295-prod → 0.1.297-prod

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.
@@ -597,6 +597,7 @@ export interface PrintingMethodsRestrictions {
597
597
  disableTextColors: boolean;
598
598
  textColors: Array<RestrictionColor>;
599
599
  defaultColor: string;
600
+ isPDFPreviewEnabled: boolean;
600
601
  }
601
602
  export declare class SelectedOption {
602
603
  attributeID: number;