@hubs101/js-api-skd-client 1.0.10472 → 1.0.10474
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/lib/api/event/types.d.ts +6 -0
- package/package.json +1 -1
package/lib/api/event/types.d.ts
CHANGED
|
@@ -552,6 +552,12 @@ export type EventServerResponse = {
|
|
|
552
552
|
items: MenuItem[];
|
|
553
553
|
}[];
|
|
554
554
|
webinar: string;
|
|
555
|
+
website_content: {
|
|
556
|
+
keytopics: Record<string, string>[];
|
|
557
|
+
targetgroups: Record<string, string>[];
|
|
558
|
+
testimonials: Record<string, string>[];
|
|
559
|
+
whoattend: Record<string, string>[];
|
|
560
|
+
};
|
|
555
561
|
};
|
|
556
562
|
export type AccountInput = {
|
|
557
563
|
name?: string;
|