@reposit/api-client 6.38.0 → 6.39.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/api.d.ts CHANGED
@@ -1519,6 +1519,7 @@ export interface OrganizationSettingsDTO {
1519
1519
  maximumPolicyCover?: OrganizationSettingsDTOMaximumPolicyCoverEnum;
1520
1520
  evidenceChaserEnabled?: boolean;
1521
1521
  offerRepositEnabled?: boolean;
1522
+ optimisedSearchEnabled?: boolean;
1522
1523
  }
1523
1524
  export declare enum OrganizationSettingsDTOPricingRuleEnum {
1524
1525
  STANDARD = "STANDARD",