@apolitical/component-library 4.7.4 → 4.7.5-ac.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.
@@ -15,13 +15,40 @@ export declare const activitiesFeedMock: {
15
15
  feed_id: string;
16
16
  foreign_id: string;
17
17
  id: string;
18
- latest_reactions: {};
18
+ latest_reactions: {
19
+ pin: {
20
+ created_at: string;
21
+ updated_at: string;
22
+ id: string;
23
+ user_id: string;
24
+ user: {
25
+ created_at: string;
26
+ updated_at: string;
27
+ id: string;
28
+ data: {
29
+ jobTitle: string;
30
+ name: string;
31
+ organization: string;
32
+ thumbnail: string;
33
+ };
34
+ };
35
+ kind: string;
36
+ activity_id: string;
37
+ data: {
38
+ mentioned_users: null;
39
+ };
40
+ parent: string;
41
+ latest_children: {};
42
+ children_counts: {};
43
+ }[];
44
+ };
19
45
  latest_reactions_extra: {};
20
46
  object: string;
21
47
  origin: null;
22
48
  own_reactions: {};
23
49
  reaction_counts: {
24
50
  like: number;
51
+ pin: number;
25
52
  };
26
53
  target: string;
27
54
  time: string;
@@ -42,13 +69,16 @@ export declare const activitiesFeedMock: {
42
69
  feed_id: string;
43
70
  foreign_id: string;
44
71
  id: string;
45
- latest_reactions: {};
72
+ latest_reactions: {
73
+ pin?: undefined;
74
+ };
46
75
  latest_reactions_extra: {};
47
76
  object: string;
48
77
  origin: null;
49
78
  own_reactions: {};
50
79
  reaction_counts: {
51
80
  like?: undefined;
81
+ pin?: undefined;
52
82
  };
53
83
  target: string;
54
84
  time: string;
@@ -68,13 +98,16 @@ export declare const activitiesFeedMock: {
68
98
  feed_id: string;
69
99
  foreign_id: string;
70
100
  id: string;
71
- latest_reactions: {};
101
+ latest_reactions: {
102
+ pin?: undefined;
103
+ };
72
104
  latest_reactions_extra: {};
73
105
  object: string;
74
106
  origin: null;
75
107
  own_reactions: {};
76
108
  reaction_counts: {
77
109
  like?: undefined;
110
+ pin?: undefined;
78
111
  };
79
112
  target: string;
80
113
  time: string;