@hmcts/ccd-case-ui-toolkit 7.3.74 → 7.3.75-case-search

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/index.d.ts CHANGED
@@ -2699,6 +2699,10 @@ declare class RequestOptionsBuilder {
2699
2699
  * @param value The value to be assessed.
2700
2700
  */
2701
2701
  private static includeParam;
2702
+ private static sanitiseValue;
2703
+ private static getValueByPath;
2704
+ private static getCollectionValues;
2705
+ private static appendParam;
2702
2706
  buildOptions(metaCriteria: object, caseCriteria: object, view?: SearchView): OptionsType;
2703
2707
  static ɵfac: i0.ɵɵFactoryDeclaration<RequestOptionsBuilder, never>;
2704
2708
  static ɵprov: i0.ɵɵInjectableDeclaration<RequestOptionsBuilder>;