Skip to content

Commit

Permalink
chore: repackage for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk committed Jul 19, 2023
1 parent d559ad8 commit 5467b2a
Show file tree
Hide file tree
Showing 6 changed files with 13,376 additions and 14,703 deletions.
4 changes: 2 additions & 2 deletions dist/GithubDiscussionClient.js

Large diffs are not rendered by default.

418 changes: 209 additions & 209 deletions dist/generated/graphql.js

Large diffs are not rendered by default.

2,188 changes: 250 additions & 1,938 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types/GithubDiscussionClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export declare class GithubDiscussionClient {
getDiscussionCommentCount(discussionNum: number): Promise<number>;
getCommentsMetaData(discussionNum: number, commentCount: number): Promise<DiscussionCommentConnection>;
getDiscussionsMetaData(categoryID: string, pageSize: number, afterCursor: string): Promise<DiscussionConnection>;
getAnswerableDiscussionCategoryIDs(): Promise<any>;
getAnswerableDiscussionCategoryIDs(): Promise<string[]>;
closeDiscussionAsResolved(discussionId: string): Promise<void>;
closeDiscussionAsOutdated(discussionId: string): Promise<void>;
addCommentToDiscussion(discussionId: string, body: string): Promise<void>;
Expand Down
Loading

0 comments on commit 5467b2a

Please sign in to comment.