@tolinax/ayoune-interfaces 2025.12.1 → 2025.12.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.
@@ -44,6 +44,7 @@ export interface IMarketResearch extends IDefaultFields {
44
44
  googleDomain?: string;
45
45
  config: {
46
46
  frequency: number;
47
+ pauseFrequency: number;
47
48
  active: boolean;
48
49
  lab: boolean;
49
50
  calculateBudget: boolean;
@@ -65,6 +66,7 @@ export interface IMarketResearch extends IDefaultFields {
65
66
  fetchSettings: {
66
67
  provider: "serpapi" | "ayoune";
67
68
  withAds: boolean;
69
+ usePause: boolean;
68
70
  labRun: boolean;
69
71
  testRun: boolean;
70
72
  maxPerRun: number;
@@ -98,6 +98,7 @@ export interface IaYOUneKeyword extends IDefaultFields {
98
98
  lastDeviceKind?: Device;
99
99
  next_check?: Date;
100
100
  needsCheck?: boolean;
101
+ pauseUsed: number;
101
102
  needsManualIndustrySelection?: boolean;
102
103
  active?: boolean;
103
104
  isQuestion?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2025.12.1",
3
+ "version": "2025.12.3",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",