@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.
package/interfaces/index.d.ts
CHANGED
|
@@ -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";
|
package/interfaces/index.js
CHANGED
|
@@ -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);
|