@apolitical/component-library 8.7.13-ac.2 → 8.7.13

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.
@@ -56,16 +56,6 @@ interface IDecrementActivityLikesArgs {
56
56
  export declare function prepareActivity({ title, content, categories }: IPrepareActivityArgs): {
57
57
  title: string | undefined;
58
58
  content: string | undefined;
59
- payload: {
60
- data: {
61
- original: {
62
- title: string | undefined;
63
- body: string | undefined;
64
- locale: string;
65
- };
66
- translations: {};
67
- };
68
- };
69
59
  categories: string[];
70
60
  id: string;
71
61
  time: string;
@@ -76,16 +66,6 @@ export declare function preparePollActivity({ title, options, settings, user, co
76
66
  [key: string]: string;
77
67
  } | undefined;
78
68
  content: string;
79
- payload: {
80
- data: {
81
- original: {
82
- title: {
83
- [key: string]: string;
84
- } | undefined;
85
- locale: string;
86
- };
87
- };
88
- };
89
69
  id: string;
90
70
  time: string;
91
71
  verb: ActivityType;
@@ -40,14 +40,6 @@ export declare function preparePollOption({ id, position, description }: IPrepar
40
40
  description: {
41
41
  [key: string]: string;
42
42
  };
43
- payload: {
44
- data: {
45
- original: {
46
- body: string;
47
- locale: string;
48
- };
49
- };
50
- };
51
43
  position: number;
52
44
  };
53
45
  parent: string;
@@ -49,14 +49,6 @@ export declare function buildReactionsForPollActivity(options: {
49
49
  description: {
50
50
  [key: string]: string;
51
51
  };
52
- payload: {
53
- data: {
54
- original: {
55
- body: string;
56
- locale: string;
57
- };
58
- };
59
- };
60
52
  position: number;
61
53
  };
62
54
  parent: string;