@exonmedia/adtech 0.1.25 → 0.1.26
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.
|
@@ -7,13 +7,14 @@ export declare const UPLOAD_STATUS: {
|
|
|
7
7
|
};
|
|
8
8
|
export type UploadStatus = ObjectValues<typeof UPLOAD_STATUS>;
|
|
9
9
|
export interface DomainInfo {
|
|
10
|
-
|
|
11
|
-
domainName: string;
|
|
10
|
+
domain: string;
|
|
12
11
|
logoUrl: string;
|
|
13
12
|
businessName: string;
|
|
14
13
|
languageCode: string;
|
|
15
14
|
geo: string;
|
|
16
15
|
vertical: string;
|
|
16
|
+
mcc: string;
|
|
17
|
+
version: string;
|
|
17
18
|
}
|
|
18
19
|
export type GoogleUploadHistory = {
|
|
19
20
|
status: 'failed';
|
|
@@ -26,7 +27,6 @@ export type GoogleUploadHistory = {
|
|
|
26
27
|
export interface UserUploadWithDomain {
|
|
27
28
|
id: string;
|
|
28
29
|
title: string;
|
|
29
|
-
domainId: string;
|
|
30
30
|
mode: UploadMode;
|
|
31
31
|
status: UploadStatus;
|
|
32
32
|
username?: string;
|