@revxui/api-clients-ts 0.10.229 → 0.10.230

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.229
1
+ ## @revxui/api-clients-ts@0.10.230
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/api-clients-ts@0.10.229 --save
22
+ npm install @revxui/api-clients-ts@0.10.230 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -7557,6 +7557,8 @@
7557
7557
  };
7558
7558
  StrategyDTO.ProductSelectionPolicyEnum = {
7559
7559
  DEFAULT: 'PS_DEFAULT',
7560
+ USERVIEW: 'PS_USERVIEW',
7561
+ USERCATTS: 'PS_USER_CAT_TS',
7560
7562
  ADVPRTS: 'PS_ADV_PR_TS',
7561
7563
  ADVCATPRTS: 'PS_ADV_CAT_PR_TS',
7562
7564
  DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',