@pushwoosh/rpc-v2-http-api-data 0.1.827 → 0.1.828
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 +1 -1
- package/inapp_messages.d.ts +1 -1
- package/package.json +1 -1
package/data.js
CHANGED
|
@@ -10100,7 +10100,7 @@ export const data = {
|
|
|
10100
10100
|
"application": {
|
|
10101
10101
|
"type": "string"
|
|
10102
10102
|
},
|
|
10103
|
-
"
|
|
10103
|
+
"search": {
|
|
10104
10104
|
"type": "string"
|
|
10105
10105
|
},
|
|
10106
10106
|
"page": {
|
package/inapp_messages.d.ts
CHANGED