pyrus-api 3.1.0 → 3.2.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.
@@ -582,6 +582,7 @@ declare module "pyrus-api" {
582
582
  readonly WhatsApp: "whats_app";
583
583
  readonly Custom: "custom";
584
584
  readonly Sms: "sms";
585
+ readonly MaxMessenger: "max_messenger";
585
586
  };
586
587
  export type ChannelType = typeof ChannelType[keyof typeof ChannelType];
587
588
  export type ChannelUser = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyrus-api",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Pyrus API client for TypeScript",
5
5
  "repository": {
6
6
  "type": "git",