@pushwoosh/rpc-v2-http-api-data 0.2.92 → 0.2.95

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
@@ -11283,6 +11283,9 @@ export const data = {
11283
11283
  },
11284
11284
  "totalTelegram": {
11285
11285
  "type": "number"
11286
+ },
11287
+ "totalViber": {
11288
+ "type": "number"
11286
11289
  }
11287
11290
  }
11288
11291
  },
package/filters.d.ts CHANGED
@@ -83,6 +83,7 @@ export type Filter_Compiling = {
83
83
  users: number;
84
84
  totalKakao: number;
85
85
  totalTelegram: number;
86
+ totalViber: number;
86
87
  };
87
88
  export type Filter_type_compiling = {
88
89
  type: 'compiling';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.2.92",
3
+ "version": "0.2.95",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",