@revxui/api-clients-ts 3.0.2 → 3.0.3
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/index.d.ts
CHANGED
|
@@ -7416,8 +7416,8 @@ interface CreativeFileForSet {
|
|
|
7416
7416
|
adTag?: CreativeThirdPartyAdTag;
|
|
7417
7417
|
fallbackClickUrl?: string;
|
|
7418
7418
|
'native'?: boolean;
|
|
7419
|
-
contentType?: string;
|
|
7420
7419
|
dco?: boolean;
|
|
7420
|
+
contentType?: string;
|
|
7421
7421
|
}
|
|
7422
7422
|
declare namespace CreativeFileForSet {
|
|
7423
7423
|
const TypeEnum: {
|
|
@@ -10311,8 +10311,8 @@ interface CreativeFiles {
|
|
|
10311
10311
|
previewUrl?: string;
|
|
10312
10312
|
originalFileName?: string;
|
|
10313
10313
|
'native'?: boolean;
|
|
10314
|
-
contentType?: string;
|
|
10315
10314
|
dco?: boolean;
|
|
10315
|
+
contentType?: string;
|
|
10316
10316
|
}
|
|
10317
10317
|
declare namespace CreativeFiles {
|
|
10318
10318
|
const TypeEnum: {
|