v5.2.10
- add an ability to load push-templates for specific device type
getPushTemplates(deviceType: string): Promise<Object>;
- add types definition for Messaging.pushWithTemplate
pushWithTemplate(templateName: string): Promise<Object>;
getPushTemplates(deviceType: string): Promise<Object>;
pushWithTemplate(templateName: string): Promise<Object>;