@hubs101/js-api-skd-client 1.0.10586 → 1.0.10587

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,7 @@ export type MenuItem = {
552
552
  to?: string;
553
553
  subject?: string;
554
554
  body?: string;
555
+ elementType: (typeof MENU_ELEMENT_TYPE)[number];
555
556
  };
556
557
  export type EventServerResponse = {
557
558
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10586",
3
+ "version": "1.0.10587",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",