@tolinax/ayoune-interfaces 2024.23.1 → 2024.24.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.
@@ -628,3 +628,5 @@ export * from "./IBrandBiddingInfo";
628
628
  export * from "./IImageEntry";
629
629
  export * from "./IPrometheusConfig";
630
630
  export * from "./ICostBucketResult";
631
+ export * from "./IPortfolio";
632
+ export * from "./IReference";
@@ -644,3 +644,5 @@ __exportStar(require("./IBrandBiddingInfo"), exports);
644
644
  __exportStar(require("./IImageEntry"), exports);
645
645
  __exportStar(require("./IPrometheusConfig"), exports);
646
646
  __exportStar(require("./ICostBucketResult"), exports);
647
+ __exportStar(require("./IPortfolio"), exports);
648
+ __exportStar(require("./IReference"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.23.1",
3
+ "version": "2024.24.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",