@pushwoosh/rpc-v2-http-api-data 0.1.436 → 0.1.438

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 +10 -1
  2. package/messages.d.ts +3 -0
  3. package/package.json +1 -1
package/data.js CHANGED
@@ -7509,6 +7509,9 @@ export const data = {
7509
7509
  "application": {
7510
7510
  "type": "string"
7511
7511
  },
7512
+ "applicationGroup": {
7513
+ "type": "string"
7514
+ },
7512
7515
  "messageCode": {
7513
7516
  "type": "string"
7514
7517
  },
@@ -7582,6 +7585,9 @@ export const data = {
7582
7585
  "application": {
7583
7586
  "type": "string"
7584
7587
  },
7588
+ "applicationGroup": {
7589
+ "type": "string"
7590
+ },
7585
7591
  "messageCode": {
7586
7592
  "type": "string"
7587
7593
  },
@@ -7644,6 +7650,9 @@ export const data = {
7644
7650
  "application": {
7645
7651
  "type": "string"
7646
7652
  },
7653
+ "applicationGroup": {
7654
+ "type": "string"
7655
+ },
7647
7656
  "messageCode": {
7648
7657
  "type": "string"
7649
7658
  },
@@ -17491,7 +17500,7 @@ export const data = {
17491
17500
  "GetCategoryTree": {
17492
17501
  "request": "pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeRequest",
17493
17502
  "response": "pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse",
17494
- "method": "get",
17503
+ "method": "post",
17495
17504
  "path": "/api/statistics_dashboards_widgets/metrics_category_tree"
17496
17505
  }
17497
17506
  }
package/messages.d.ts CHANGED
@@ -79,6 +79,7 @@ export type DeleteMessageRequest = {
79
79
  export type DeleteMessageResponse = {};
80
80
  export type GetStatisticsRequest = {
81
81
  application?: string;
82
+ applicationGroup?: string;
82
83
  messageCode?: string;
83
84
  campaign?: string;
84
85
  timestampFrom?: Date;
@@ -104,6 +105,7 @@ export type GetStatisticsResponse = {
104
105
  };
105
106
  export type GetLinkClicksStatisticsRequest = {
106
107
  application?: string;
108
+ applicationGroup?: string;
107
109
  messageCode?: string;
108
110
  campaign?: string;
109
111
  timestampFrom?: Date;
@@ -125,6 +127,7 @@ export type GetLinkClicksStatisticsResponse = {
125
127
  };
126
128
  export type GetDeliveryReportRequest = {
127
129
  application?: string;
130
+ applicationGroup?: string;
128
131
  messageCode?: string;
129
132
  campaign?: string;
130
133
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.436",
3
+ "version": "0.1.438",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",