@revxui/api-clients-ts 3.0.0-beta02-07 → 3.0.0-beta02-08
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/fesm2022/revxui-api-clients-ts.mjs +121 -121
- package/fesm2022/revxui-api-clients-ts.mjs.map +1 -1
- package/index.d.ts +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -206,8 +206,8 @@ interface AdvertiserPojo {
|
|
|
206
206
|
isDynamicVideo?: boolean;
|
|
207
207
|
androidDeeplink?: string;
|
|
208
208
|
getiOSDeeplink?: string;
|
|
209
|
-
platformAudSupport?: boolean;
|
|
210
209
|
dynamicVideoSupport?: boolean;
|
|
210
|
+
platformAudSupport?: boolean;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
/**
|
|
@@ -2614,8 +2614,8 @@ interface Advertiser {
|
|
|
2614
2614
|
categoryIabCode?: string;
|
|
2615
2615
|
regionId?: number;
|
|
2616
2616
|
regionName?: string;
|
|
2617
|
-
platformAudSupport?: boolean;
|
|
2618
2617
|
dynamicVideoSupport?: boolean;
|
|
2618
|
+
platformAudSupport?: boolean;
|
|
2619
2619
|
}
|
|
2620
2620
|
|
|
2621
2621
|
/**
|
|
@@ -7412,8 +7412,8 @@ interface CreativeFileForSet {
|
|
|
7412
7412
|
adTag?: CreativeThirdPartyAdTag;
|
|
7413
7413
|
fallbackClickUrl?: string;
|
|
7414
7414
|
'native'?: boolean;
|
|
7415
|
-
dco?: boolean;
|
|
7416
7415
|
contentType?: string;
|
|
7416
|
+
dco?: boolean;
|
|
7417
7417
|
}
|
|
7418
7418
|
declare namespace CreativeFileForSet {
|
|
7419
7419
|
const TypeEnum: {
|
|
@@ -10190,8 +10190,8 @@ interface CreativeFiles {
|
|
|
10190
10190
|
previewUrl?: string;
|
|
10191
10191
|
originalFileName?: string;
|
|
10192
10192
|
'native'?: boolean;
|
|
10193
|
-
dco?: boolean;
|
|
10194
10193
|
contentType?: string;
|
|
10194
|
+
dco?: boolean;
|
|
10195
10195
|
}
|
|
10196
10196
|
declare namespace CreativeFiles {
|
|
10197
10197
|
const TypeEnum: {
|