@revxui/api-clients-ts 0.10.228 → 0.10.231
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 +1 -2
- 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 +2 -3
- package/esm5/model/strategyDTO.js +2 -3
- package/fesm2015/revxui-api-clients-ts.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +1 -2
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/strategyDTO.d.ts +1 -2
- package/package.json +1 -1
package/model/strategyDTO.d.ts
CHANGED
|
@@ -121,11 +121,10 @@ export declare namespace StrategyDTO {
|
|
|
121
121
|
CELLULARNETWORK4G: ConnectionTypesEnum;
|
|
122
122
|
CELLULARNETWORK5G: ConnectionTypesEnum;
|
|
123
123
|
};
|
|
124
|
-
type GenderTargetingEnum = 'MALE' | 'FEMALE'
|
|
124
|
+
type GenderTargetingEnum = 'MALE' | 'FEMALE';
|
|
125
125
|
const GenderTargetingEnum: {
|
|
126
126
|
MALE: GenderTargetingEnum;
|
|
127
127
|
FEMALE: GenderTargetingEnum;
|
|
128
|
-
ALL: GenderTargetingEnum;
|
|
129
128
|
};
|
|
130
129
|
type ProductSelectionPolicyEnum = 'PS_DEFAULT' | 'PS_USERVIEW' | 'PS_USER_CAT_TS' | 'PS_ADV_PR_TS' | 'PS_ADV_CAT_PR_TS' | 'PS_DAY_WEIGHTED_RANDOM' | 'PS_ADV_PR_CONTENT_TS';
|
|
131
130
|
const ProductSelectionPolicyEnum: {
|