@pushwoosh/rpc-gateway-journey-data 0.26.391 → 0.26.393

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/data.js CHANGED
@@ -296,7 +296,7 @@ export const data = {
296
296
  "request": "pushwoosh.cj.journey.GetEventAttributeValuesRequest",
297
297
  "response": "pushwoosh.cj.journey.GetEventAttributeValuesResponse",
298
298
  "method": "get",
299
- "path": "/api/v2/application/{code}/event/{event_id}"
299
+ "path": "/api/v2/application/event-attribute-values"
300
300
  },
301
301
  "GetRichMediaByApplicationCode": {
302
302
  "request": "pushwoosh.cj.journey.GetRichMediaByApplicationCodeRequest",
@@ -308,7 +308,7 @@ export const data = {
308
308
  "request": "pushwoosh.cj.journey.GetRichMediaByCodeRequest",
309
309
  "response": "pushwoosh.cj.journey.GetRichMediaByCodeResponse",
310
310
  "method": "get",
311
- "path": "/api/v2/application/{code}/richmedia/{rmcode}"
311
+ "path": "/api/v2/application/richmedia-by-code"
312
312
  },
313
313
  "TestWebhook": {
314
314
  "request": "pushwoosh.cj.journey.TestWebhookRequest",
@@ -2790,6 +2790,12 @@ export const data = {
2790
2790
  },
2791
2791
  "sendRate": {
2792
2792
  "type": "pushwoosh.cj.journey.SendRate"
2793
+ },
2794
+ "emailType": {
2795
+ "type": "string"
2796
+ },
2797
+ "emailCategory": {
2798
+ "type": "string"
2793
2799
  }
2794
2800
  },
2795
2801
  "oneofs": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.391",
3
+ "version": "0.26.393",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1013,6 +1013,8 @@ export type PointParamsSendEmail = {
1013
1013
  waitOptimalTime: boolean;
1014
1014
  defaultOptimalTime: ExactTime;
1015
1015
  sendRate: SendRate;
1016
+ emailType: string;
1017
+ emailCategory: string;
1016
1018
  };
1017
1019
  export type From = {
1018
1020
  name: string;