@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.
- package/README.md +2 -2
- package/bundles/revxui-api-clients-ts.umd.js +7 -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 +8 -1
- package/esm5/model/strategyDTO.js +8 -1
- package/fesm2015/revxui-api-clients-ts.js +7 -0
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +7 -0
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/strategyDTO.d.ts +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.221
|
|
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.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.221 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -7550,6 +7550,13 @@
|
|
|
7550
7550
|
CELLULARNETWORK4G: 'CELLULAR_NETWORK_4G',
|
|
7551
7551
|
CELLULARNETWORK5G: 'CELLULAR_NETWORK_5G'
|
|
7552
7552
|
};
|
|
7553
|
+
StrategyDTO.ProductSelectionPolicyEnum = {
|
|
7554
|
+
DEFAULT: 'PS_DEFAULT',
|
|
7555
|
+
ADVPRTS: 'PS_ADV_PR_TS',
|
|
7556
|
+
ADVCATPRTS: 'PS_ADV_CAT_PR_TS',
|
|
7557
|
+
DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
|
|
7558
|
+
ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
|
|
7559
|
+
};
|
|
7553
7560
|
})(exports.StrategyDTO || (exports.StrategyDTO = {}));
|
|
7554
7561
|
|
|
7555
7562
|
/**
|