@apolitical/component-library 4.7.15 → 4.7.16-beta.0

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.
@@ -1 +1,2 @@
1
1
  export declare const GET_STREAM_USER_PREFIX = "SU:";
2
+ export declare const DELETED_USER_ID = "DELETED";
@@ -19,6 +19,17 @@ export const mentions: {
19
19
  organization: string;
20
20
  };
21
21
  };
22
+ '99abcdef-99cd-99cd-99cd-123456abcdef': {
23
+ created_at: string;
24
+ updated_at: string;
25
+ id: string;
26
+ error: string;
27
+ data: {
28
+ jobTitle: string;
29
+ name: string;
30
+ organization: string;
31
+ };
32
+ };
22
33
  };
23
34
  export namespace authors {
24
35
  namespace me {
package/helpers/intl.d.ts CHANGED
@@ -61,6 +61,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
61
61
  joinCommunityButton_aria_live: string;
62
62
  member_apolitical: string;
63
63
  member_community: string;
64
+ member_deleted: string;
64
65
  member_profile: string;
65
66
  membersList: string;
66
67
  membersList_admin: string;