@pushwoosh/rpc-gateway-messaging 0.6.36 → 0.6.37

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
@@ -1222,9 +1222,6 @@ export const data = {
1222
1222
  "voipPush": {
1223
1223
  "type": "boolean"
1224
1224
  },
1225
- "appleWalletPassUpdate": {
1226
- "type": "boolean"
1227
- },
1228
1225
  "appleWalletPassSerial": {
1229
1226
  "type": "string"
1230
1227
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-messaging",
3
- "version": "0.6.36",
3
+ "version": "0.6.37",
4
4
  "description": "Channels Messaging API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -575,7 +575,6 @@ export type Payload = {
575
575
  openAction: OpenAction;
576
576
  openActions: Record<number, OpenAction>;
577
577
  voipPush: boolean;
578
- appleWalletPassUpdate: boolean;
579
578
  appleWalletPassSerial: string;
580
579
  kind: Payload_kind;
581
580
  };