@pushwoosh/rpc-v2-http-api-data 0.1.704 → 0.1.705

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/applications.d.ts CHANGED
@@ -32,6 +32,7 @@ export type Application = {
32
32
  permissions: ApplicationPermissions;
33
33
  properties: Record<string, string>;
34
34
  counters: Record<string, number>;
35
+ allowDailyStat: boolean;
35
36
  };
36
37
  export type ApplicationSummary = {
37
38
  code: string;
package/data.js CHANGED
@@ -1865,6 +1865,9 @@ export const data = {
1865
1865
  "counters": {
1866
1866
  "type": "number",
1867
1867
  "mapKeyType": "string"
1868
+ },
1869
+ "allowDailyStat": {
1870
+ "type": "boolean"
1868
1871
  }
1869
1872
  }
1870
1873
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.704",
3
+ "version": "0.1.705",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",