@amityco/ts-sdk-react-native 7.8.7-d7c45f62.0 → 7.8.7-d9ae0b49.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.
@@ -13,5 +13,5 @@
13
13
  * @category Community API
14
14
  * @async
15
15
  */
16
- export declare const updateCommunity: (communityId: Amity.Community['communityId'], patch: Patch<Amity.Community, 'displayName' | 'avatarFileId' | 'description' | 'postSetting' | 'tags' | 'metadata' | 'isDiscoverable' | 'requiresJoinApproval' | 'isPublic' | 'categoryIds'> & Amity.CommunityStorySettings) => Promise<Amity.Cached<Amity.Community>>;
16
+ export declare const updateCommunity: (communityId: Amity.Community['communityId'], patch: Patch<Amity.Community, 'displayName' | 'avatarFileId' | 'description' | 'postSetting' | 'tags' | 'metadata' | 'isDiscoverable' | 'requiresJoinApproval'> & Amity.CommunityStorySettings) => Promise<Amity.Cached<Amity.Community>>;
17
17
  //# sourceMappingURL=updateCommunity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateCommunity.d.ts","sourceRoot":"","sources":["../../../src/communityRepository/api/updateCommunity.ts"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,eAAe,gBACb,MAAM,SAAS,CAAC,aAAa,CAAC,SACpC,MACL,MAAM,SAAS,EACb,aAAa,GACb,cAAc,GACd,aAAa,GACb,aAAa,GACb,MAAM,GACN,UAAU,GACV,gBAAgB,GAChB,sBAAsB,GACtB,UAAU,GACV,aAAa,CAChB,GACC,MAAM,sBAAsB,KAC7B,QAAQ,MAAM,MAAM,CAAC,MAAM,SAAS,CAAC,CA2BvC,CAAC"}
1
+ {"version":3,"file":"updateCommunity.d.ts","sourceRoot":"","sources":["../../../src/communityRepository/api/updateCommunity.ts"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,eAAe,gBACb,MAAM,SAAS,CAAC,aAAa,CAAC,SACpC,MACL,MAAM,SAAS,EACb,aAAa,GACb,cAAc,GACd,aAAa,GACb,aAAa,GACb,MAAM,GACN,UAAU,GACV,gBAAgB,GAChB,sBAAsB,CACzB,GACC,MAAM,sBAAsB,KAC7B,QAAQ,MAAM,MAAM,CAAC,MAAM,SAAS,CAAC,CA2BvC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amityco/ts-sdk-react-native",
3
- "version": "7.8.7-d7c45f62.0",
3
+ "version": "7.8.7-d9ae0b49.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",
@@ -37,8 +37,6 @@ export const updateCommunity = async (
37
37
  | 'metadata'
38
38
  | 'isDiscoverable'
39
39
  | 'requiresJoinApproval'
40
- | 'isPublic'
41
- | 'categoryIds'
42
40
  > &
43
41
  Amity.CommunityStorySettings,
44
42
  ): Promise<Amity.Cached<Amity.Community>> => {