@pushwoosh/rpc-gateway-messaging 0.6.39 → 0.6.41

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
@@ -207,7 +207,8 @@ export const data = {
207
207
  "LINE",
208
208
  "KAKAO",
209
209
  "TELEGRAM",
210
- "APPLE_WALLET"
210
+ "APPLE_WALLET",
211
+ "GOOGLE_WALLET"
211
212
  ]
212
213
  },
213
214
  "pushwoosh.channels.messagingApi.v2.NotifySegment": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-messaging",
3
- "version": "0.6.39",
3
+ "version": "0.6.41",
4
4
  "description": "Channels Messaging API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -102,7 +102,7 @@ export type RegistrationType =
102
102
  * in the request, even if it is unknown to Pushwoosh.
103
103
  */
104
104
  | 'REGISTRATION_TYPE_FORCE';
105
- export type Platform = 'UNKNOWN' | 'IOS' | 'ANDROID' | 'OSX' | 'WINDOWS' | 'AMAZON' | 'SAFARI' | 'CHROME' | 'FIREFOX' | 'IE' | 'EMAIL' | 'BAIDU_ANDROID' | 'HUAWEI_ANDROID' | 'SMS' | 'WEB' | 'WHATS_APP' | 'LINE' | 'KAKAO' | 'TELEGRAM' | 'APPLE_WALLET';
105
+ export type Platform = 'UNKNOWN' | 'IOS' | 'ANDROID' | 'OSX' | 'WINDOWS' | 'AMAZON' | 'SAFARI' | 'CHROME' | 'FIREFOX' | 'IE' | 'EMAIL' | 'BAIDU_ANDROID' | 'HUAWEI_ANDROID' | 'SMS' | 'WEB' | 'WHATS_APP' | 'LINE' | 'KAKAO' | 'TELEGRAM' | 'APPLE_WALLET' | 'GOOGLE_WALLET';
106
106
  export type NotifySegment_target_code = {
107
107
  type: 'code';
108
108
  data: string;