@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10472",
3
+ "version": "1.0.10474",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",