@tolinax/ayoune-interfaces 2024.54.1 → 2024.56.0

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.
@@ -34,4 +34,5 @@ export interface IAdResult extends IDefaultFields {
34
34
  _subIndustry?: ObjectId;
35
35
  kind?: string;
36
36
  agent?: IAgent;
37
+ proxyHostName?: string;
37
38
  }
@@ -66,8 +66,10 @@ export interface IMarketResearch extends IDefaultFields {
66
66
  provider: "serpapi" | "ayoune";
67
67
  withAds: boolean;
68
68
  labRun: boolean;
69
+ testRun: boolean;
69
70
  maxPerRun: number;
70
71
  maxPerRunLab: number;
72
+ maxPerRunTest: number;
71
73
  withCost: boolean;
72
74
  costs: boolean;
73
75
  keywordPlanner: boolean;
@@ -108,5 +108,6 @@ export interface ISerp extends IDefaultFields {
108
108
  keywords?: any;
109
109
  };
110
110
  parsingErrors?: any;
111
+ proxyHostName?: string;
111
112
  }
112
113
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.54.1",
3
+ "version": "2024.56.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",