@revxui/api-clients-ts 0.10.218 → 0.10.221

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.
@@ -7329,6 +7329,13 @@ var StrategyDTO;
7329
7329
  CELLULARNETWORK4G: 'CELLULAR_NETWORK_4G',
7330
7330
  CELLULARNETWORK5G: 'CELLULAR_NETWORK_5G'
7331
7331
  };
7332
+ StrategyDTO.ProductSelectionPolicyEnum = {
7333
+ DEFAULT: 'PS_DEFAULT',
7334
+ ADVPRTS: 'PS_ADV_PR_TS',
7335
+ ADVCATPRTS: 'PS_ADV_CAT_PR_TS',
7336
+ DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
7337
+ ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
7338
+ };
7332
7339
  })(StrategyDTO || (StrategyDTO = {}));
7333
7340
 
7334
7341
  /**