@pushwoosh/rpc-v2-http-api-data 0.1.810 → 0.1.811

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 +6 -0
  2. package/filters.d.ts +2 -0
  3. package/package.json +1 -1
package/data.js CHANGED
@@ -8910,6 +8910,12 @@ export const data = {
8910
8910
  },
8911
8911
  "users": {
8912
8912
  "type": "number"
8913
+ },
8914
+ "totalKakao": {
8915
+ "type": "number"
8916
+ },
8917
+ "totalTelegram": {
8918
+ "type": "number"
8913
8919
  }
8914
8920
  }
8915
8921
  },
package/filters.d.ts CHANGED
@@ -42,6 +42,8 @@ export type Filter_Compiling = {
42
42
  totalWhatsapp: number;
43
43
  totalLine: number;
44
44
  users: number;
45
+ totalKakao: number;
46
+ totalTelegram: number;
45
47
  };
46
48
  export type Filter_type_compiling = {
47
49
  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.810",
3
+ "version": "0.1.811",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",