File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ export class BucketClient {
301301
302302 /**
303303 * Update the user context.
304- * @description Performs a shallow merge with the existing user context.
304+ * Performs a shallow merge with the existing user context.
305305 * Attempting to update the user ID will log a warning and be ignored.
306306 *
307307 * @param user
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ export type {
1616 FeedbackPromptHandlerOpenFeedbackFormOptions ,
1717 FeedbackPromptReply ,
1818 FeedbackPromptReplyHandler ,
19+ RequestFeedbackData ,
1920 RequestFeedbackOptions ,
21+ UnassignedFeedback ,
2022} from "./feedback/feedback" ;
2123export type { DEFAULT_TRANSLATIONS } from "./feedback/ui/config/defaultTranslations" ;
2224export { feedbackContainerId , propagatedEvents } from "./feedback/ui/constants" ;
You can’t perform that action at this time.
0 commit comments