@pushwoosh/rpc-v2-http-api-data 0.1.581 → 0.1.584

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
@@ -6947,6 +6947,9 @@ export const data = {
6947
6947
  },
6948
6948
  "totalWhatsapp": {
6949
6949
  "type": "number"
6950
+ },
6951
+ "totalLine": {
6952
+ "type": "number"
6950
6953
  }
6951
6954
  }
6952
6955
  },
package/filters.d.ts CHANGED
@@ -36,6 +36,7 @@ export type Filter_Compiling = {
36
36
  totalEmail: number;
37
37
  totalSms: number;
38
38
  totalWhatsapp: number;
39
+ totalLine: number;
39
40
  };
40
41
  export type Filter_type_compiling = {
41
42
  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.581",
3
+ "version": "0.1.584",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",