@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 +2 -2
- package/bundles/revxui-api-clients-ts.umd.js +2 -0
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/model/strategyDTO.js +3 -1
- package/esm5/model/strategyDTO.js +3 -1
- package/fesm2015/revxui-api-clients-ts.js +2 -0
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +2 -0
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/strategyDTO.d.ts +3 -1
- package/package.json +1 -1
|
@@ -7336,6 +7336,8 @@ var StrategyDTO;
|
|
|
7336
7336
|
};
|
|
7337
7337
|
StrategyDTO.ProductSelectionPolicyEnum = {
|
|
7338
7338
|
DEFAULT: 'PS_DEFAULT',
|
|
7339
|
+
USERVIEW: 'PS_USERVIEW',
|
|
7340
|
+
USERCATTS: 'PS_USER_CAT_TS',
|
|
7339
7341
|
ADVPRTS: 'PS_ADV_PR_TS',
|
|
7340
7342
|
ADVCATPRTS: 'PS_ADV_CAT_PR_TS',
|
|
7341
7343
|
DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
|