@pushwoosh/rpc-v2-http-api-data 0.1.723 → 0.1.725

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.
Files changed (3) hide show
  1. package/data.js +3 -0
  2. package/filters.d.ts +1 -0
  3. package/package.json +1 -1
package/data.js CHANGED
@@ -7990,6 +7990,9 @@ export const data = {
7990
7990
  },
7991
7991
  "totalLine": {
7992
7992
  "type": "number"
7993
+ },
7994
+ "users": {
7995
+ "type": "number"
7993
7996
  }
7994
7997
  }
7995
7998
  },
package/filters.d.ts CHANGED
@@ -39,6 +39,7 @@ export type Filter_Compiling = {
39
39
  totalSms: number;
40
40
  totalWhatsapp: number;
41
41
  totalLine: number;
42
+ users: number;
42
43
  };
43
44
  export type Filter_type_compiling = {
44
45
  type: 'compiling';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.723",
3
+ "version": "0.1.725",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",