@pushwoosh/rpc-v2-http-api-data 0.1.1001 → 0.2.2

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
@@ -15576,6 +15576,10 @@ export const data = {
15576
15576
  "devices": {
15577
15577
  "type": "string",
15578
15578
  "array": true
15579
+ },
15580
+ "users": {
15581
+ "type": "string",
15582
+ "array": true
15579
15583
  }
15580
15584
  }
15581
15585
  },
package/messages.d.ts CHANGED
@@ -229,4 +229,5 @@ export type GetDevicesListRequest = {
229
229
  };
230
230
  export type GetDevicesListResponse = {
231
231
  devices: string[];
232
+ users: string[];
232
233
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.1001",
3
+ "version": "0.2.2",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",