@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 +8 -2
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +2 -0
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/
|
|
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/
|
|
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