pyrus-api 2.2.0 → 2.2.1

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.
@@ -734,7 +734,7 @@ declare module "pyrus-api" {
734
734
  task: TaskWithComments;
735
735
  };
736
736
  export type BotHookRequest = TaskResponse & {
737
- event: "Comment" | "Close";
737
+ event: "comment" | "close";
738
738
  access_token: string;
739
739
  user_id: number;
740
740
  bot_settings: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyrus-api",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Pyrus API client for TypeScript",
5
5
  "repository": {
6
6
  "type": "git",