@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