@apolitical/component-library 8.3.18-beta.0 → 8.3.18-re.3

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.
@@ -22,9 +22,6 @@ export interface IUserDetails {
22
22
  suprsend?: {
23
23
  subscriberId: string;
24
24
  };
25
- novu?: {
26
- subscriberId: string;
27
- };
28
25
  };
29
26
  }
30
27
  export interface IUserContext extends IUserDetails {
package/helpers/intl.d.ts CHANGED
@@ -113,6 +113,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
113
113
  markCompleteButton_completed: string;
114
114
  discussion_action_answer: string;
115
115
  discussion_action_comment: string;
116
+ discussion_action_edit: string;
116
117
  discussion_action_poll: string;
117
118
  discussion_action_post: string;
118
119
  discussion_action_response: string;