@tolinax/ayoune-interfaces 2024.5.1 → 2024.6.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.
@@ -23,4 +23,6 @@ export interface IMarketBudget extends IDefaultFields {
23
23
  visibilityGrowthRate: number;
24
24
  visibilityGrowthRateBefore: number;
25
25
  averageIndustryVisibility: number;
26
+ marketPresenceIndex: number;
27
+ marketShareAnalysis: number;
26
28
  }
@@ -133,6 +133,8 @@ export interface IaYOUneKeyword extends IDefaultFields {
133
133
  interest?: number;
134
134
  competition?: string;
135
135
  competitionIndex?: number;
136
+ participants?: number;
137
+ competitiveness?: number;
136
138
  avgMonthlySearches?: number;
137
139
  lowTopOfPageBidMicros?: number;
138
140
  highTopOfPageBidMicros?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.5.1",
3
+ "version": "2024.6.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",