@pushwoosh/rpc-v2-http-api-data 0.2.3 → 0.2.5

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.
package/data.js CHANGED
@@ -14971,7 +14971,8 @@ export const data = {
14971
14971
  "values": [
14972
14972
  "All",
14973
14973
  "Push",
14974
- "Email"
14974
+ "Email",
14975
+ "Sms"
14975
14976
  ]
14976
14977
  },
14977
14978
  "pushwoosh.rpc_v2.messages.PushInfo": {
package/messages.d.ts CHANGED
@@ -21,7 +21,7 @@ export interface MessagesService {
21
21
  GetDeviceReceivedMessages: MessagesService_GetDeviceReceivedMessages;
22
22
  GetDevicesList: MessagesService_GetDevicesList;
23
23
  }
24
- export type Type = 'All' | 'Push' | 'Email';
24
+ export type Type = 'All' | 'Push' | 'Email' | 'Sms';
25
25
  export type PushInfo = {
26
26
  content: string;
27
27
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",