@pushwoosh/rpc-v2-http-api-data 0.1.703 → 0.1.705
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/applications.d.ts +1 -0
- package/data.js +4 -1
- package/package.json +1 -1
- package/pushwoosh_export_messages_v2.d.ts +1 -1
package/applications.d.ts
CHANGED
package/data.js
CHANGED
|
@@ -1865,6 +1865,9 @@ export const data = {
|
|
|
1865
1865
|
"counters": {
|
|
1866
1866
|
"type": "number",
|
|
1867
1867
|
"mapKeyType": "string"
|
|
1868
|
+
},
|
|
1869
|
+
"allowDailyStat": {
|
|
1870
|
+
"type": "boolean"
|
|
1868
1871
|
}
|
|
1869
1872
|
}
|
|
1870
1873
|
},
|
|
@@ -7390,7 +7393,7 @@ export const data = {
|
|
|
7390
7393
|
"type": "number"
|
|
7391
7394
|
},
|
|
7392
7395
|
"processingErrorType": {
|
|
7393
|
-
"type": "
|
|
7396
|
+
"type": "string"
|
|
7394
7397
|
},
|
|
7395
7398
|
"application": {
|
|
7396
7399
|
"type": "string"
|
package/package.json
CHANGED