@revxui/api-clients-ts 1.1.418 → 1.1.420

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.
@@ -8863,14 +8863,11 @@ class StrategyControllerService {
8863
8863
  reportProgress: reportProgress
8864
8864
  });
8865
8865
  }
8866
- getStrategyByIdUsingGET(id, expandTargeting, refresh, reqId, token, observe = 'body', reportProgress = false) {
8866
+ getStrategyByIdUsingGET(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
8867
8867
  if (id === null || id === undefined) {
8868
8868
  throw new Error('Required parameter id was null or undefined when calling getStrategyByIdUsingGET.');
8869
8869
  }
8870
8870
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8871
- if (expandTargeting !== undefined && expandTargeting !== null) {
8872
- queryParameters = queryParameters.set('expandTargeting', expandTargeting);
8873
- }
8874
8871
  if (refresh !== undefined && refresh !== null) {
8875
8872
  queryParameters = queryParameters.set('refresh', refresh);
8876
8873
  }
@@ -9893,7 +9890,8 @@ var ABTestingVariantDTO;
9893
9890
  CPI: 'CPI',
9894
9891
  BOOST: 'BOOST',
9895
9892
  RCPC: 'RCPC',
9896
- CPABOOST: 'CPA_BOOST'
9893
+ CPABOOST: 'CPA_BOOST',
9894
+ CPR: 'CPR'
9897
9895
  };
9898
9896
  ABTestingVariantDTO.VariantTypeEnum = {
9899
9897
  MODEL: 'MODEL',