@hubs101/js-api-skd-client 1.0.10476 → 1.0.10477

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.
@@ -553,10 +553,10 @@ export type EventServerResponse = {
553
553
  }[];
554
554
  webinar: string;
555
555
  website_content: {
556
- keytopics: Record<string, string>[];
557
- targetgroups: Record<string, string>[];
558
- testimonials: Record<string, string>[];
559
- whoattend: Record<string, string>[];
556
+ keytopics: Record<string, string | boolean>[];
557
+ targetgroups: Record<string, string | boolean>[];
558
+ testimonials: Record<string, string | boolean>[];
559
+ whoattend: Record<string, string | boolean>[];
560
560
  };
561
561
  };
562
562
  export type AccountInput = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10476",
3
+ "version": "1.0.10477",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",