@tolinax/ayoune-interfaces 2024.40.1 → 2024.42.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.
@@ -5,6 +5,7 @@ export interface IMarketBudget extends IDefaultFields {
5
5
  _industry: ObjectId;
6
6
  _company: ObjectId;
7
7
  date: Date;
8
+ mainCategory?: string;
8
9
  domain?: string;
9
10
  host?: string;
10
11
  ads: number;
@@ -366,6 +366,7 @@ export * from "./IMandatoryTask";
366
366
  export * from "./IManufacturer";
367
367
  export * from "./IMarket";
368
368
  export * from "./IMarketBudget";
369
+ export * from "./IMarketBudgetByIndustry";
369
370
  export * from "./IIndustryKPI";
370
371
  export * from "./IMarketResearch";
371
372
  export * from "./IMaterial";
@@ -382,6 +382,7 @@ __exportStar(require("./IMandatoryTask"), exports);
382
382
  __exportStar(require("./IManufacturer"), exports);
383
383
  __exportStar(require("./IMarket"), exports);
384
384
  __exportStar(require("./IMarketBudget"), exports);
385
+ __exportStar(require("./IMarketBudgetByIndustry"), exports);
385
386
  __exportStar(require("./IIndustryKPI"), exports);
386
387
  __exportStar(require("./IMarketResearch"), exports);
387
388
  __exportStar(require("./IMaterial"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.40.1",
3
+ "version": "2024.42.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",