@pushwoosh/rpc-v2-http-api-data 0.2.1 → 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 +4 -0
- package/messages.d.ts +1 -0
- package/package.json +1 -1
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