Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Jun 22, 2022
1 parent 9204614 commit 9993d45
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Changelog

## v4.0.2 (Jun 22, 2022)
- Added missing `GroupChannelListQueryParams`, `GroupChannelCollectionParams`, and `PublicGroupChannelListQueryParams` in `GroupChannelModule`.

## v4.0.1 (Jun 17, 2022)
- Added `appInfo` getter in `SendbirdChat`.
- Improved stability.
Expand Down
2 changes: 1 addition & 1 deletion __bundle-e580e568.js → __bundle-26bafa9e.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __bundle-d77a472f.js → __bundle-9ac5dba1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion __bundle-c65b6359.js → __bundle-ae9e1003.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __bundle-fecd47ae.js → __bundle-f79aa272.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions groupChannel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export {
GroupChannelChangeLogsParams,
GroupChannelCollection,
GroupChannelCollectionEventHandler,
GroupChannelCollectionParams,
GroupChannelCountParams,
GroupChannelCreateParams,
GroupChannelEventContext,
Expand All @@ -14,6 +15,7 @@ export {
GroupChannelHideParams,
GroupChannelListOrder,
GroupChannelListQuery,
GroupChannelListQueryParams,
GroupChannelModule,
GroupChannelSearchField,
GroupChannelSearchFilter,
Expand All @@ -40,6 +42,7 @@ export {
PublicChannelFilter,
PublicGroupChannelListOrder,
PublicGroupChannelListQuery,
PublicGroupChannelListQueryParams,
QueryType,
ReadStatus,
SendbirdGroupChat,
Expand Down
2 changes: 1 addition & 1 deletion groupChannel.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/__definition.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ export declare interface GroupChannelCollectionEventHandler {
onChannelsDeleted: (context: GroupChannelEventContext, channelUrls: string[]) => void;
}

declare interface GroupChannelCollectionParams {
export declare interface GroupChannelCollectionParams {
filter?: GroupChannelFilter;
order?: GroupChannelListOrder;
limit?: number;
Expand Down Expand Up @@ -1486,7 +1486,7 @@ export declare class GroupChannelListQuery extends BaseListQuery {
next(): Promise<GroupChannel[]>;
}

declare interface GroupChannelListQueryParams extends BaseListQueryParams, GroupChannelListParams {}
export declare interface GroupChannelListQueryParams extends BaseListQueryParams, GroupChannelListParams {}

export declare class GroupChannelModule extends Module {
name: 'groupChannel';
Expand Down Expand Up @@ -1601,7 +1601,7 @@ export declare class PublicGroupChannelListQuery extends BaseListQuery {
next(): Promise<GroupChannel[]>;
}

declare interface PublicGroupChannelListQueryParams extends BaseListQueryParams {
export declare interface PublicGroupChannelListQueryParams extends BaseListQueryParams {
includeEmpty?: boolean;
includeFrozen?: boolean;
includeMetaData?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion message.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openChannel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.0.2",
"description": "Sendbird SDK for JavaScript",
"name": "@sendbird/chat",
"author": "Sendbird <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sendbird.js

Large diffs are not rendered by default.

0 comments on commit 9993d45

Please sign in to comment.