@exonmedia/adtech 0.1.27 → 0.1.28

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.
@@ -4,7 +4,7 @@ export type UserUploadMessagePayload = {
4
4
  mode: UploadMode;
5
5
  defluff: boolean;
6
6
  searchVolumeFilterEnabled: boolean;
7
- domainId: string;
7
+ domain: string;
8
8
  adgroupsCreator: boolean;
9
9
  uploadedFilePath?: string;
10
10
  username?: string;
@@ -7,7 +7,7 @@ export declare const UPLOAD_STATUS: {
7
7
  };
8
8
  export type UploadStatus = ObjectValues<typeof UPLOAD_STATUS>;
9
9
  export interface DomainInfo {
10
- domainName: string;
10
+ domain: string;
11
11
  logoUrl: string;
12
12
  businessName: string;
13
13
  languageCode: string;
@@ -27,7 +27,6 @@ export type GoogleUploadHistory = {
27
27
  export interface UserUploadWithDomain {
28
28
  id: string;
29
29
  title: string;
30
- domainId: string;
31
30
  mode: UploadMode;
32
31
  status: UploadStatus;
33
32
  username?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exonmedia/adtech",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Shared contracts for Adtech Platform",
5
5
  "license": "ISC",
6
6
  "type": "module",