@pushwoosh/rpc-v2-http-api-data 0.1.884 → 0.1.885
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 +6 -0
- package/email_categories.d.ts +2 -0
- package/package.json +1 -1
package/data.js
CHANGED
|
@@ -6279,6 +6279,12 @@ export const data = {
|
|
|
6279
6279
|
"subscribedUsers": {
|
|
6280
6280
|
"type": "number",
|
|
6281
6281
|
"mapKeyType": "string"
|
|
6282
|
+
},
|
|
6283
|
+
"isSubscribeOldInProgress": {
|
|
6284
|
+
"type": "boolean"
|
|
6285
|
+
},
|
|
6286
|
+
"subscribeOldInProgressPercent": {
|
|
6287
|
+
"type": "number"
|
|
6282
6288
|
}
|
|
6283
6289
|
}
|
|
6284
6290
|
},
|
package/email_categories.d.ts
CHANGED