@staffbase/widget-sdk 3.13.0 → 3.14.1

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.
@@ -140,6 +140,7 @@ export interface SBUserProfile {
140
140
  position?: string;
141
141
  avatar?: SBUserAvatar;
142
142
  department?: string;
143
+ groupIDs?: string[];
143
144
  /** The access needs to be enabled by Customer Success Manager */
144
145
  primaryEmail?: string;
145
146
  /** The access needs to be enabled by Customer Success Manager */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staffbase/widget-sdk",
3
- "version": "3.13.0",
3
+ "version": "3.14.1",
4
4
  "description": "Staffbase SDK for Custom Widgets",
5
5
  "homepage": "https://developers.staffbase.com/frameworks/customwidget-development",
6
6
  "main": "./dist/index.js",