@pushwoosh/rpc-gateway-messaging 0.6.87 → 0.6.89
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
package/package.json
CHANGED
|
@@ -182,6 +182,8 @@ export type NotifySegment = {
|
|
|
182
182
|
* Used to control behavior like control group filtering.
|
|
183
183
|
*/
|
|
184
184
|
messageType: MessageType;
|
|
185
|
+
/** When true, sends only to the device with the most recent Last Application Open timestamp per user. */
|
|
186
|
+
useLatestUserDevice: boolean;
|
|
185
187
|
target: NotifySegment_target;
|
|
186
188
|
messagePayload: NotifySegment_messagePayload;
|
|
187
189
|
};
|