@tolinax/ayoune-interfaces 2024.96.0 → 2024.98.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.
@@ -20,5 +20,6 @@ export interface IEventWidget extends IDefaultFields {
20
20
  roundCover?: boolean;
21
21
  showShareLinks?: boolean;
22
22
  coverSize?: number;
23
+ linkTarget?: "details" | "externalLink" | "buyTicketLink";
23
24
  };
24
25
  }
@@ -151,6 +151,7 @@ export interface IaYOUneKeyword extends IDefaultFields {
151
151
  type?: string;
152
152
  kind?: string;
153
153
  origin?: string;
154
+ originDomain?: string;
154
155
  industry?: ObjectId;
155
156
  subIndustry?: ObjectId;
156
157
  related?: Related[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.96.0",
3
+ "version": "2024.98.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",