@amityco/ts-sdk-react-native 6.32.4 → 6.32.5-4306d45.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.
@@ -18,7 +18,7 @@ export declare const generateComment: (params?: Partial<Amity.InternalComment>)
18
18
  editedAt: string;
19
19
  attachments?: Amity.Attachment[] | undefined;
20
20
  targetId: string;
21
- targetType: "community" | "user" | "content";
21
+ targetType: "user" | "community" | "content";
22
22
  referenceId: string;
23
23
  referenceType: Amity.CommentReferenceType;
24
24
  dataType?: any;
@@ -28,21 +28,21 @@ export declare const emptyPostPayload: {
28
28
  files: never[];
29
29
  };
30
30
  export declare const postQueryResponse: {
31
- data: Omit<Amity.PostPayload<any>, "communityUsers" | "communities" | "posts"> & {
31
+ data: Omit<Amity.PostPayload<any>, "communities" | "communityUsers" | "posts"> & {
32
32
  posts: Amity.InternalPost<any>[];
33
33
  communities: Amity.Community[];
34
34
  communityUsers: Amity.Membership<"community">[];
35
35
  } & Amity.Pagination;
36
36
  };
37
37
  export declare const postQueryResponse2: {
38
- data: Omit<Amity.PostPayload<any>, "communityUsers" | "communities" | "posts"> & {
38
+ data: Omit<Amity.PostPayload<any>, "communities" | "communityUsers" | "posts"> & {
39
39
  posts: Amity.InternalPost<any>[];
40
40
  communities: Amity.Community[];
41
41
  communityUsers: Amity.Membership<"community">[];
42
42
  } & Amity.Pagination;
43
43
  };
44
44
  export declare const postQueryResponsePage2: {
45
- data: Omit<Amity.PostPayload<any>, "communityUsers" | "communities" | "posts"> & {
45
+ data: Omit<Amity.PostPayload<any>, "communities" | "communityUsers" | "posts"> & {
46
46
  posts: Amity.InternalPost<any>[];
47
47
  communities: Amity.Community[];
48
48
  communityUsers: Amity.Membership<"community">[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amityco/ts-sdk-react-native",
3
- "version": "6.32.4",
3
+ "version": "6.32.5-4306d45.0",
4
4
  "license": "CC-BY-ND-4.0",
5
5
  "author": "amity.co <developers@amity.co> (https://amity.co)",
6
6
  "description": "Amity Social Cloud Typescript SDK",