@pushwoosh/rpc-v2-http-api-data 0.1.884 → 0.1.886

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 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
  },
@@ -80,4 +80,6 @@ export type InfoRequest = {
80
80
  };
81
81
  export type InfoResponse = {
82
82
  subscribedUsers: Record<string, number>;
83
+ isSubscribeOldInProgress: boolean;
84
+ subscribeOldInProgressPercent: number;
83
85
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.884",
3
+ "version": "0.1.886",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",