@pushwoosh/rpc-v2-http-api-data 0.2.92 → 0.2.95
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 +3 -0
- package/filters.d.ts +1 -0
- package/package.json +1 -1
package/data.js
CHANGED
|
@@ -11283,6 +11283,9 @@ export const data = {
|
|
|
11283
11283
|
},
|
|
11284
11284
|
"totalTelegram": {
|
|
11285
11285
|
"type": "number"
|
|
11286
|
+
},
|
|
11287
|
+
"totalViber": {
|
|
11288
|
+
"type": "number"
|
|
11286
11289
|
}
|
|
11287
11290
|
}
|
|
11288
11291
|
},
|
package/filters.d.ts
CHANGED