@pushwoosh/rpc-gateway-journey-data 0.26.206

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 ADDED
@@ -0,0 +1,3199 @@
1
+ /* eslint-disable */
2
+ export const data = {
3
+ "pushwoosh.cj.journey.Journey": {
4
+ "type": "S",
5
+ "key": "journey",
6
+ "methods": {
7
+ "GetJourneysList": {
8
+ "request": "pushwoosh.cj.journey.GetJourneysListRequest",
9
+ "response": "pushwoosh.cj.journey.GetJourneysListResponse",
10
+ "method": "get",
11
+ "path": "/api/v2/journeygateway"
12
+ },
13
+ "GetJourneyByUUID": {
14
+ "request": "pushwoosh.cj.journey.GetJourneyByUUIDRequest",
15
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
16
+ "method": "get",
17
+ "path": "/api/v2/journeygateway/{uuid}"
18
+ },
19
+ "MoveJourneysToCategory": {
20
+ "request": "pushwoosh.cj.journey.MoveJourneysToCategoryRequest",
21
+ "response": "pushwoosh.cj.journey.MoveJourneysToCategoryResponse",
22
+ "method": "post",
23
+ "path": "/api/v2/journeygateway/move"
24
+ },
25
+ "ValidateJourney": {
26
+ "request": "pushwoosh.cj.journey.GetJourneyByUUIDRequest",
27
+ "response": "pushwoosh.cj.journey.ValidateJourneyResponse",
28
+ "method": "post",
29
+ "path": "/api/v2/journeygateway/validate"
30
+ },
31
+ "StartJourney": {
32
+ "request": "pushwoosh.cj.journey.GetJourneyByUUIDRequest",
33
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
34
+ "method": "post",
35
+ "path": "/api/v2/journeygateway/start"
36
+ },
37
+ "PauseJourney": {
38
+ "request": "pushwoosh.cj.journey.GetJourneyByUUIDRequest",
39
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
40
+ "method": "post",
41
+ "path": "/api/v2/journeygateway/pause"
42
+ },
43
+ "FinishJourney": {
44
+ "request": "pushwoosh.cj.journey.GetJourneyByUUIDRequest",
45
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
46
+ "method": "post",
47
+ "path": "/api/v2/journeygateway/finish"
48
+ },
49
+ "DraftJourney": {
50
+ "request": "pushwoosh.cj.journey.GetJourneyByUUIDRequest",
51
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
52
+ "method": "post",
53
+ "path": "/api/v2/journeygateway/draft"
54
+ },
55
+ "ArchiveJourney": {
56
+ "request": "pushwoosh.cj.journey.GetJourneyByUUIDRequest",
57
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
58
+ "method": "post",
59
+ "path": "/api/v2/journeygateway/archive"
60
+ },
61
+ "UpdateJourney": {
62
+ "request": "pushwoosh.cj.journey.UpdateJourneyRequest",
63
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
64
+ "method": "put",
65
+ "path": "/api/v2/journeygateway/{uuid}"
66
+ },
67
+ "UpdateAndResumeJourney": {
68
+ "request": "pushwoosh.cj.journey.UpdateJourneyRequest",
69
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponseWithErrors",
70
+ "method": "post",
71
+ "path": "/api/v2/journeygateway/{uuid}/resume"
72
+ },
73
+ "GetHistory": {
74
+ "request": "pushwoosh.cj.journey.GetHistoryRequest",
75
+ "response": "pushwoosh.cj.journey.GetHistoryResponse",
76
+ "method": "get",
77
+ "path": "/api/v2/journeygateway/{uuid}/history"
78
+ },
79
+ "Create": {
80
+ "request": "pushwoosh.cj.journey.CreateRequest",
81
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
82
+ "method": "post",
83
+ "path": "/api/v2/journeygateway"
84
+ },
85
+ "Rename": {
86
+ "request": "pushwoosh.cj.journey.RenameRequest",
87
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
88
+ "method": "post",
89
+ "path": "/api/v2/journeygateway/{uuid}/rename"
90
+ },
91
+ "Delete": {
92
+ "request": "pushwoosh.cj.journey.DeleteRequest",
93
+ "response": "{}",
94
+ "method": "delete",
95
+ "path": "/api/v2/journeygateway/{uuid}"
96
+ },
97
+ "GetUserFlow": {
98
+ "request": "pushwoosh.cj.journey.GetUserFlowRequest",
99
+ "response": "pushwoosh.cj.journey.GetUserFlowResponse",
100
+ "method": "post",
101
+ "path": "/api/v2/journeygateway/{uuid}/user_flow"
102
+ },
103
+ "GetJourneyQuickStatsByPoints": {
104
+ "request": "pushwoosh.cj.journey.GetJourneyQuickStatsByPointsRequest",
105
+ "response": "pushwoosh.cj.journey.GetJourneyQuickStatsByPointsResponse",
106
+ "method": "get",
107
+ "path": "/api/v2/journeygateway/{uuid}/quick-statistics"
108
+ },
109
+ "GetJourneyStats": {
110
+ "request": "pushwoosh.cj.journey.GetJourneyStatsRequest",
111
+ "response": "pushwoosh.cj.journey.GetJourneyStatsResponse",
112
+ "method": "get",
113
+ "path": "/api/v2/journeygateway/statistics"
114
+ },
115
+ "GetJourneyStatsByPointsExternal": {
116
+ "request": "pushwoosh.cj.journey.GetJourneyStatsByPointsExternalRequest",
117
+ "response": "pushwoosh.cj.journey.GetJourneyStatsByPointsExternalResponse",
118
+ "method": "get",
119
+ "path": "/api/v2/journeygateway/{uuid}/statistics/external"
120
+ },
121
+ "GetJourneyStatsByPoint": {
122
+ "request": "pushwoosh.cj.journey.GetJourneyStatsByPointRequest",
123
+ "response": "pushwoosh.cj.journey.GetJourneyStatsByPointResponse",
124
+ "method": "get",
125
+ "path": "/api/v2/journeygateway/{uuid}/statistics"
126
+ },
127
+ "CloneJourneys": {
128
+ "request": "pushwoosh.cj.journey.CloneJourneysRequest",
129
+ "response": "pushwoosh.cj.journey.CloneJourneysResponse",
130
+ "method": "post",
131
+ "path": "/api/v2/journeygateway/clone"
132
+ },
133
+ "UpdateABSSplitterParams": {
134
+ "request": "pushwoosh.cj.journey.UpdateABSSplitterParamsRequest",
135
+ "response": "pushwoosh.cj.journey.GetJourneyByUUIDResponse",
136
+ "method": "post",
137
+ "path": "/api/v2/journeygateway/clone"
138
+ },
139
+ "GetTags": {
140
+ "request": "pushwoosh.cj.journey.GetTagsRequest",
141
+ "response": "pushwoosh.cj.journey.GetTagsResponse",
142
+ "method": "post",
143
+ "path": "/api/v2/journeygateway/tags"
144
+ },
145
+ "GetTagsAutocomplete": {
146
+ "request": "pushwoosh.cj.journey.TagsAutocompleteRequest",
147
+ "response": "pushwoosh.cj.journey.TagsAutocompleteResponse",
148
+ "method": "post",
149
+ "path": "/api/v2/journeygateway/tags/autocomplete"
150
+ },
151
+ "GetPlaceholders": {
152
+ "request": "pushwoosh.cj.journey.GetPlaceholdersRequest",
153
+ "response": "pushwoosh.cj.journey.GetPlaceholdersResponse",
154
+ "method": "get",
155
+ "path": "/api/v1/templates/{template_code}/placeholders"
156
+ },
157
+ "GetAccountRestrictionValues": {
158
+ "request": "pushwoosh.cj.journey.GetAccountRestrictionValuesRequest",
159
+ "response": "pushwoosh.cj.journey.GetAccountRestrictionValuesResponse",
160
+ "method": "get",
161
+ "path": "/api/v2/journeygateway/account-restrictions"
162
+ },
163
+ "GetJourneyGeneralTimeStatistics": {
164
+ "request": "pushwoosh.cj.journey.GetJourneyGeneralTimeStatisticsRequest",
165
+ "response": "pushwoosh.cj.journey.GetJourneyGeneralTimeStatisticsResponse",
166
+ "method": "post",
167
+ "path": "/api/v2/journeygateway/{uuid}/statistics/general"
168
+ },
169
+ "GetJourneyUsers": {
170
+ "request": "pushwoosh.cj.journey.GetJourneyUsersRequest",
171
+ "response": "pushwoosh.cj.journey.GetJourneyUsersResponse",
172
+ "method": "post",
173
+ "path": "/api/v2/journeygateway/{uuid}/users"
174
+ },
175
+ "GetVoucherPools": {
176
+ "request": "pushwoosh.cj.journey.GetVoucherPoolsRequest",
177
+ "response": "pushwoosh.cj.journey.GetVoucherPoolsResponse",
178
+ "method": "post",
179
+ "path": "/api/v2/journeygateway/voucher-pools"
180
+ }
181
+ }
182
+ },
183
+ "pushwoosh.cj.journey.GetPlaceholdersRequest": {
184
+ "type": "I",
185
+ "fields": {
186
+ "templateCode": {
187
+ "type": "string"
188
+ }
189
+ }
190
+ },
191
+ "pushwoosh.cj.journey.GetPlaceholdersResponse": {
192
+ "type": "I",
193
+ "fields": {
194
+ "items": {
195
+ "type": "string",
196
+ "array": true
197
+ }
198
+ }
199
+ },
200
+ "pushwoosh.cj.journey.GetTagsRequest": {
201
+ "type": "I",
202
+ "fields": {}
203
+ },
204
+ "pushwoosh.cj.journey.TagResponse": {
205
+ "type": "I",
206
+ "fields": {
207
+ "id": {
208
+ "type": "number"
209
+ },
210
+ "name": {
211
+ "type": "string"
212
+ },
213
+ "type": {
214
+ "type": "pushwoosh.cj.journey.TagType"
215
+ },
216
+ "isApplication": {
217
+ "type": "boolean"
218
+ },
219
+ "isUserSpecific": {
220
+ "type": "boolean"
221
+ },
222
+ "isSystem": {
223
+ "type": "boolean"
224
+ }
225
+ }
226
+ },
227
+ "pushwoosh.cj.journey.GetTagsResponse": {
228
+ "type": "I",
229
+ "fields": {
230
+ "payload": {
231
+ "type": "pushwoosh.cj.journey.TagResponse",
232
+ "array": true
233
+ }
234
+ }
235
+ },
236
+ "pushwoosh.cj.journey.TagsAutocompleteRequest": {
237
+ "type": "I",
238
+ "fields": {
239
+ "query": {
240
+ "type": "string"
241
+ },
242
+ "tagName": {
243
+ "type": "string"
244
+ },
245
+ "tagType": {
246
+ "type": "pushwoosh.cj.journey.TagType"
247
+ }
248
+ }
249
+ },
250
+ "pushwoosh.cj.journey.TagsAutocompleteResponse": {
251
+ "type": "I",
252
+ "fields": {
253
+ "payload": {
254
+ "type": "pushwoosh.cj.journey.TagsAutocompleteResponsePayload"
255
+ }
256
+ }
257
+ },
258
+ "pushwoosh.cj.journey.TagsAutocompleteResponsePayload": {
259
+ "type": "I",
260
+ "fields": {
261
+ "values": {
262
+ "type": "pushwoosh.cj.journey.AutocompleteValue",
263
+ "array": true
264
+ }
265
+ }
266
+ },
267
+ "pushwoosh.cj.journey.AutocompleteValue": {
268
+ "type": "I",
269
+ "fields": {
270
+ "intValue": {
271
+ "type": "number"
272
+ },
273
+ "floatValue": {
274
+ "type": "number"
275
+ },
276
+ "boolValue": {
277
+ "type": "boolean"
278
+ },
279
+ "stringValue": {
280
+ "type": "string"
281
+ }
282
+ },
283
+ "oneofs": {
284
+ "kind": {
285
+ "oneof": [
286
+ "intValue",
287
+ "floatValue",
288
+ "boolValue",
289
+ "stringValue"
290
+ ]
291
+ }
292
+ }
293
+ },
294
+ "pushwoosh.cj.journey.UpdateABSSplitterParamsRequest": {
295
+ "type": "I",
296
+ "fields": {
297
+ "journeyUuid": {
298
+ "type": "string"
299
+ },
300
+ "pointUuid": {
301
+ "type": "string"
302
+ },
303
+ "params": {
304
+ "type": "number",
305
+ "array": true
306
+ },
307
+ "autoSelectWinner": {
308
+ "type": "boolean"
309
+ }
310
+ }
311
+ },
312
+ "pushwoosh.cj.journey.CloneJourneysRequest": {
313
+ "type": "I",
314
+ "fields": {
315
+ "journeyUuids": {
316
+ "type": "string",
317
+ "array": true
318
+ },
319
+ "sourceAppCode": {
320
+ "type": "string"
321
+ },
322
+ "destAppCodes": {
323
+ "type": "string",
324
+ "array": true
325
+ },
326
+ "cloneWithContent": {
327
+ "type": "boolean"
328
+ },
329
+ "title": {
330
+ "type": "string"
331
+ }
332
+ }
333
+ },
334
+ "pushwoosh.cj.journey.CloneJourneysResponse": {
335
+ "type": "I",
336
+ "fields": {
337
+ "clonedJourneys": {
338
+ "type": "pushwoosh.cj.journey.JourneyUUIDs",
339
+ "mapKeyType": "string"
340
+ }
341
+ }
342
+ },
343
+ "pushwoosh.cj.journey.JourneyUUIDs": {
344
+ "type": "I",
345
+ "fields": {
346
+ "journeyUuids": {
347
+ "type": "string",
348
+ "array": true
349
+ }
350
+ }
351
+ },
352
+ "pushwoosh.cj.journey.GetJourneyQuickStatsByPointsRequest": {
353
+ "type": "I",
354
+ "fields": {
355
+ "uuid": {
356
+ "type": "string"
357
+ },
358
+ "fromDate": {
359
+ "type": "string"
360
+ },
361
+ "toDate": {
362
+ "type": "string"
363
+ }
364
+ }
365
+ },
366
+ "pushwoosh.cj.journey.GetJourneyQuickStatsByPointsResponse": {
367
+ "type": "I",
368
+ "fields": {
369
+ "metadata": {
370
+ "type": "pushwoosh.cj.journey.JourneyStatsByPointMeta"
371
+ },
372
+ "payload": {
373
+ "type": "pushwoosh.cj.journey.JourneyQuickStatsByPointsResponsePayload"
374
+ }
375
+ }
376
+ },
377
+ "pushwoosh.cj.journey.JourneyStatsByPointMeta": {
378
+ "type": "I",
379
+ "fields": {
380
+ "fromDate": {
381
+ "type": "Date"
382
+ },
383
+ "toDate": {
384
+ "type": "Date"
385
+ }
386
+ }
387
+ },
388
+ "pushwoosh.cj.journey.JourneyQuickStatsByPointsResponsePayload": {
389
+ "type": "I",
390
+ "fields": {
391
+ "points": {
392
+ "type": "pushwoosh.cj.journey.JourneyQuickStatsByPointsItemGet",
393
+ "array": true
394
+ }
395
+ }
396
+ },
397
+ "pushwoosh.cj.journey.JourneyQuickStatsByPointsItemGet": {
398
+ "type": "I",
399
+ "fields": {
400
+ "pointId": {
401
+ "type": "string"
402
+ },
403
+ "pointTitle": {
404
+ "type": "string"
405
+ },
406
+ "pointType": {
407
+ "type": "string"
408
+ },
409
+ "pointStat": {
410
+ "type": "pushwoosh.cj.journey.PointStat"
411
+ }
412
+ }
413
+ },
414
+ "pushwoosh.cj.journey.PointStat": {
415
+ "type": "I",
416
+ "fields": {
417
+ "sendPush": {
418
+ "type": "pushwoosh.cj.journey.PointStatSendPush"
419
+ },
420
+ "inApp": {
421
+ "type": "pushwoosh.cj.journey.PointStatInApp"
422
+ },
423
+ "sendSms": {
424
+ "type": "pushwoosh.cj.journey.PointStatSendSms"
425
+ },
426
+ "sendWhatsapp": {
427
+ "type": "pushwoosh.cj.journey.PointStatSendWhatsApp"
428
+ },
429
+ "sendData": {
430
+ "type": "pushwoosh.cj.journey.PointStatSendData"
431
+ },
432
+ "sendEmail": {
433
+ "type": "pushwoosh.cj.journey.PointStatSendEmail"
434
+ },
435
+ "messageBus": {
436
+ "type": "pushwoosh.cj.journey.PointStatMessageBus"
437
+ },
438
+ "goalEvent": {
439
+ "type": "pushwoosh.cj.journey.PointStatGoalEvent"
440
+ },
441
+ "terminator": {
442
+ "type": "pushwoosh.cj.journey.PointStatTerminator"
443
+ },
444
+ "delay": {
445
+ "type": "pushwoosh.cj.journey.PointStatDelay"
446
+ },
447
+ "booleanSplitter": {
448
+ "type": "pushwoosh.cj.journey.PointStatBooleanSplitter"
449
+ },
450
+ "waitEvent": {
451
+ "type": "pushwoosh.cj.journey.PointStatWaitEvent"
452
+ },
453
+ "sendLine": {
454
+ "type": "pushwoosh.cj.journey.PointStatSendLine"
455
+ }
456
+ },
457
+ "oneofs": {
458
+ "pointStat": {
459
+ "oneof": [
460
+ "sendPush",
461
+ "inApp",
462
+ "sendSms",
463
+ "sendWhatsapp",
464
+ "sendData",
465
+ "sendEmail",
466
+ "messageBus",
467
+ "goalEvent",
468
+ "terminator",
469
+ "delay",
470
+ "booleanSplitter",
471
+ "waitEvent",
472
+ "sendLine"
473
+ ]
474
+ }
475
+ }
476
+ },
477
+ "pushwoosh.cj.journey.PointStatSendPush": {
478
+ "type": "I",
479
+ "fields": {
480
+ "sent": {
481
+ "type": "number"
482
+ },
483
+ "opened": {
484
+ "type": "number"
485
+ },
486
+ "conversion": {
487
+ "type": "number"
488
+ },
489
+ "skipped": {
490
+ "type": "number"
491
+ },
492
+ "skippedDueCappingSettings": {
493
+ "type": "number"
494
+ }
495
+ }
496
+ },
497
+ "pushwoosh.cj.journey.PointStatInApp": {
498
+ "type": "I",
499
+ "fields": {
500
+ "shows": {
501
+ "type": "number"
502
+ },
503
+ "interactions": {
504
+ "type": "number"
505
+ },
506
+ "skipped": {
507
+ "type": "number"
508
+ },
509
+ "sends": {
510
+ "type": "number"
511
+ },
512
+ "opened": {
513
+ "type": "number"
514
+ }
515
+ }
516
+ },
517
+ "pushwoosh.cj.journey.PointStatSendSms": {
518
+ "type": "I",
519
+ "fields": {
520
+ "sent": {
521
+ "type": "number"
522
+ },
523
+ "delivered": {
524
+ "type": "number"
525
+ },
526
+ "skipped": {
527
+ "type": "number"
528
+ }
529
+ }
530
+ },
531
+ "pushwoosh.cj.journey.PointStatSendLine": {
532
+ "type": "I",
533
+ "fields": {
534
+ "sent": {
535
+ "type": "number"
536
+ },
537
+ "delivered": {
538
+ "type": "number"
539
+ }
540
+ }
541
+ },
542
+ "pushwoosh.cj.journey.PointStatSendWhatsApp": {
543
+ "type": "I",
544
+ "fields": {
545
+ "sent": {
546
+ "type": "number"
547
+ },
548
+ "totalOpened": {
549
+ "type": "number"
550
+ },
551
+ "skipped": {
552
+ "type": "number"
553
+ }
554
+ }
555
+ },
556
+ "pushwoosh.cj.journey.PointStatSendData": {
557
+ "type": "I",
558
+ "fields": {
559
+ "sent": {
560
+ "type": "number"
561
+ },
562
+ "delivered": {
563
+ "type": "number"
564
+ },
565
+ "skipped": {
566
+ "type": "number"
567
+ }
568
+ }
569
+ },
570
+ "pushwoosh.cj.journey.PointStatSendEmail": {
571
+ "type": "I",
572
+ "fields": {
573
+ "sent": {
574
+ "type": "number"
575
+ },
576
+ "opened": {
577
+ "type": "number"
578
+ },
579
+ "clicked": {
580
+ "type": "number"
581
+ },
582
+ "unsubscribed": {
583
+ "type": "number"
584
+ },
585
+ "hardBounces": {
586
+ "type": "number"
587
+ },
588
+ "softBounces": {
589
+ "type": "number"
590
+ },
591
+ "complaints": {
592
+ "type": "number"
593
+ },
594
+ "skipped": {
595
+ "type": "number"
596
+ }
597
+ }
598
+ },
599
+ "pushwoosh.cj.journey.PointStatMessageBus": {
600
+ "type": "I",
601
+ "fields": {}
602
+ },
603
+ "pushwoosh.cj.journey.PointStatGoalEvent": {
604
+ "type": "I",
605
+ "fields": {}
606
+ },
607
+ "pushwoosh.cj.journey.PointStatTerminator": {
608
+ "type": "I",
609
+ "fields": {}
610
+ },
611
+ "pushwoosh.cj.journey.PointStatDelay": {
612
+ "type": "I",
613
+ "fields": {}
614
+ },
615
+ "pushwoosh.cj.journey.PointStatBooleanSplitter": {
616
+ "type": "I",
617
+ "fields": {}
618
+ },
619
+ "pushwoosh.cj.journey.PointStatWaitEvent": {
620
+ "type": "I",
621
+ "fields": {}
622
+ },
623
+ "pushwoosh.cj.journey.GetJourneyStatsRequest": {
624
+ "type": "I",
625
+ "fields": {
626
+ "journeyIds": {
627
+ "type": "string",
628
+ "array": true
629
+ }
630
+ }
631
+ },
632
+ "pushwoosh.cj.journey.GetJourneyStatsResponse": {
633
+ "type": "I",
634
+ "fields": {
635
+ "metadata": {
636
+ "type": "pushwoosh.cj.journey.JourneyStatsMeta"
637
+ },
638
+ "payload": {
639
+ "type": "pushwoosh.cj.journey.JourneyStatsPayloadGet"
640
+ }
641
+ }
642
+ },
643
+ "pushwoosh.cj.journey.JourneyStatsMeta": {
644
+ "type": "I",
645
+ "fields": {
646
+ "journeyIds": {
647
+ "type": "string",
648
+ "array": true
649
+ }
650
+ }
651
+ },
652
+ "pushwoosh.cj.journey.JourneyStatsPayloadGet": {
653
+ "type": "I",
654
+ "fields": {
655
+ "items": {
656
+ "type": "pushwoosh.cj.journey.JourneySummaryStats",
657
+ "mapKeyType": "string"
658
+ }
659
+ }
660
+ },
661
+ "pushwoosh.cj.journey.JourneySummaryStats": {
662
+ "type": "I",
663
+ "fields": {
664
+ "in": {
665
+ "type": "number"
666
+ },
667
+ "goals": {
668
+ "type": "number"
669
+ },
670
+ "avrCTR": {
671
+ "type": "google.protobuf.DoubleValue"
672
+ }
673
+ }
674
+ },
675
+ "pushwoosh.cj.journey.RenameRequest": {
676
+ "type": "I",
677
+ "fields": {
678
+ "uuid": {
679
+ "type": "string"
680
+ },
681
+ "title": {
682
+ "type": "string"
683
+ }
684
+ }
685
+ },
686
+ "pushwoosh.cj.journey.DeleteRequest": {
687
+ "type": "I",
688
+ "fields": {
689
+ "uuid": {
690
+ "type": "string"
691
+ }
692
+ }
693
+ },
694
+ "pushwoosh.cj.journey.CreateRequest": {
695
+ "type": "I",
696
+ "fields": {
697
+ "title": {
698
+ "type": "string"
699
+ },
700
+ "params": {
701
+ "type": "pushwoosh.cj.journey.JourneyParams"
702
+ },
703
+ "points": {
704
+ "type": "pushwoosh.cj.journey.Point",
705
+ "array": true
706
+ },
707
+ "comments": {
708
+ "type": "pushwoosh.cj.journey.JourneyComment",
709
+ "array": true
710
+ }
711
+ }
712
+ },
713
+ "pushwoosh.cj.journey.GetHistoryRequest": {
714
+ "type": "I",
715
+ "fields": {
716
+ "uuid": {
717
+ "type": "string"
718
+ },
719
+ "userId": {
720
+ "type": "number"
721
+ },
722
+ "pageSize": {
723
+ "type": "number"
724
+ },
725
+ "page": {
726
+ "type": "number"
727
+ }
728
+ }
729
+ },
730
+ "pushwoosh.cj.journey.GetHistoryResponse": {
731
+ "type": "I",
732
+ "fields": {
733
+ "items": {
734
+ "type": "pushwoosh.cj.journey.HistoryItem",
735
+ "array": true
736
+ },
737
+ "total": {
738
+ "type": "number"
739
+ },
740
+ "currentPage": {
741
+ "type": "number"
742
+ },
743
+ "nextPage": {
744
+ "type": "number"
745
+ },
746
+ "lastPage": {
747
+ "type": "number"
748
+ },
749
+ "firstPage": {
750
+ "type": "number"
751
+ }
752
+ }
753
+ },
754
+ "pushwoosh.cj.journey.HistoryItem": {
755
+ "type": "I",
756
+ "fields": {
757
+ "uuid": {
758
+ "type": "string"
759
+ },
760
+ "user": {
761
+ "type": "pushwoosh.cj.journey.User"
762
+ },
763
+ "createdAt": {
764
+ "type": "Date"
765
+ },
766
+ "version": {
767
+ "type": "number"
768
+ },
769
+ "isApplied": {
770
+ "type": "boolean"
771
+ },
772
+ "changelog": {
773
+ "type": "pushwoosh.cj.journey.Changelog"
774
+ }
775
+ }
776
+ },
777
+ "pushwoosh.cj.journey.Change": {
778
+ "type": "I",
779
+ "fields": {
780
+ "type": {
781
+ "type": "string"
782
+ },
783
+ "path": {
784
+ "type": "string",
785
+ "array": true
786
+ },
787
+ "boolFrom": {
788
+ "type": "boolean"
789
+ },
790
+ "stringFrom": {
791
+ "type": "string"
792
+ },
793
+ "floatFrom": {
794
+ "type": "number"
795
+ },
796
+ "intFrom": {
797
+ "type": "number"
798
+ },
799
+ "stringArrayFrom": {
800
+ "type": "pushwoosh.cj.journey.StringArray"
801
+ },
802
+ "stringMapFrom": {
803
+ "type": "pushwoosh.cj.journey.StringMap"
804
+ },
805
+ "floatArrayFrom": {
806
+ "type": "pushwoosh.cj.journey.FloatArray"
807
+ },
808
+ "boolTo": {
809
+ "type": "boolean"
810
+ },
811
+ "stringTo": {
812
+ "type": "string"
813
+ },
814
+ "floatTo": {
815
+ "type": "number"
816
+ },
817
+ "intTo": {
818
+ "type": "number"
819
+ },
820
+ "stringArrayTo": {
821
+ "type": "pushwoosh.cj.journey.StringArray"
822
+ },
823
+ "stringMapTo": {
824
+ "type": "pushwoosh.cj.journey.StringMap"
825
+ },
826
+ "floatArrayTo": {
827
+ "type": "pushwoosh.cj.journey.FloatArray"
828
+ }
829
+ },
830
+ "oneofs": {
831
+ "from": {
832
+ "oneof": [
833
+ "boolFrom",
834
+ "stringFrom",
835
+ "floatFrom",
836
+ "intFrom",
837
+ "stringArrayFrom",
838
+ "stringMapFrom",
839
+ "floatArrayFrom"
840
+ ]
841
+ },
842
+ "to": {
843
+ "oneof": [
844
+ "boolTo",
845
+ "stringTo",
846
+ "floatTo",
847
+ "intTo",
848
+ "stringArrayTo",
849
+ "stringMapTo",
850
+ "floatArrayTo"
851
+ ]
852
+ }
853
+ }
854
+ },
855
+ "pushwoosh.cj.journey.StringArray": {
856
+ "type": "I",
857
+ "fields": {
858
+ "values": {
859
+ "type": "string",
860
+ "array": true
861
+ }
862
+ }
863
+ },
864
+ "pushwoosh.cj.journey.FloatArray": {
865
+ "type": "I",
866
+ "fields": {
867
+ "values": {
868
+ "type": "number",
869
+ "array": true
870
+ }
871
+ }
872
+ },
873
+ "pushwoosh.cj.journey.StringMap": {
874
+ "type": "I",
875
+ "fields": {
876
+ "values": {
877
+ "type": "string",
878
+ "mapKeyType": "string"
879
+ }
880
+ }
881
+ },
882
+ "pushwoosh.cj.journey.ChangelogRecords": {
883
+ "type": "I",
884
+ "fields": {
885
+ "changes": {
886
+ "type": "pushwoosh.cj.journey.Change",
887
+ "array": true
888
+ }
889
+ }
890
+ },
891
+ "pushwoosh.cj.journey.PointChangelogRecords": {
892
+ "type": "I",
893
+ "fields": {
894
+ "pointType": {
895
+ "type": "string"
896
+ },
897
+ "changes": {
898
+ "type": "pushwoosh.cj.journey.Change",
899
+ "array": true
900
+ },
901
+ "title": {
902
+ "type": "string"
903
+ }
904
+ }
905
+ },
906
+ "pushwoosh.cj.journey.Changelog": {
907
+ "type": "I",
908
+ "fields": {
909
+ "journey": {
910
+ "type": "pushwoosh.cj.journey.ChangelogRecords"
911
+ },
912
+ "points": {
913
+ "type": "pushwoosh.cj.journey.PointsChangelog",
914
+ "mapKeyType": "string"
915
+ },
916
+ "comments": {
917
+ "type": "pushwoosh.cj.journey.CommentsChangelog",
918
+ "mapKeyType": "string"
919
+ }
920
+ }
921
+ },
922
+ "pushwoosh.cj.journey.PointsChangelog": {
923
+ "type": "I",
924
+ "fields": {
925
+ "point": {
926
+ "type": "pushwoosh.cj.journey.PointChangelogRecords"
927
+ },
928
+ "pointParams": {
929
+ "type": "pushwoosh.cj.journey.ChangelogRecords"
930
+ },
931
+ "pointPositions": {
932
+ "type": "pushwoosh.cj.journey.ChangelogRecords"
933
+ },
934
+ "pointOutputs": {
935
+ "type": "pushwoosh.cj.journey.ChangelogRecords"
936
+ }
937
+ }
938
+ },
939
+ "pushwoosh.cj.journey.CommentsChangelog": {
940
+ "type": "I",
941
+ "fields": {
942
+ "comments": {
943
+ "type": "pushwoosh.cj.journey.ChangelogRecords"
944
+ },
945
+ "commentPositions": {
946
+ "type": "pushwoosh.cj.journey.ChangelogRecords"
947
+ }
948
+ }
949
+ },
950
+ "pushwoosh.cj.journey.UpdateJourneyRequest": {
951
+ "type": "I",
952
+ "fields": {
953
+ "uuid": {
954
+ "type": "string"
955
+ },
956
+ "title": {
957
+ "type": "string"
958
+ },
959
+ "params": {
960
+ "type": "pushwoosh.cj.journey.JourneyParams"
961
+ },
962
+ "points": {
963
+ "type": "pushwoosh.cj.journey.Point",
964
+ "array": true
965
+ },
966
+ "comments": {
967
+ "type": "pushwoosh.cj.journey.JourneyComment",
968
+ "array": true
969
+ },
970
+ "autosave": {
971
+ "type": "boolean"
972
+ }
973
+ }
974
+ },
975
+ "pushwoosh.cj.journey.GetJourneysListRequest": {
976
+ "type": "I",
977
+ "fields": {
978
+ "applicationCode": {
979
+ "type": "string"
980
+ },
981
+ "statuses": {
982
+ "type": "pushwoosh.cj.journey.JourneyStatus",
983
+ "array": true
984
+ },
985
+ "categoryUuids": {
986
+ "type": "string",
987
+ "array": true
988
+ },
989
+ "filterTitle": {
990
+ "type": "string"
991
+ },
992
+ "sorting": {
993
+ "type": "pushwoosh.cj.journey.Sorting",
994
+ "array": true
995
+ },
996
+ "page": {
997
+ "type": "number"
998
+ },
999
+ "pageSize": {
1000
+ "type": "number"
1001
+ },
1002
+ "campaignTypes": {
1003
+ "type": "pushwoosh.cj.journey.CampaignType",
1004
+ "array": true
1005
+ },
1006
+ "uuidList": {
1007
+ "type": "string",
1008
+ "array": true
1009
+ }
1010
+ }
1011
+ },
1012
+ "pushwoosh.cj.journey.GetJourneysListResponse": {
1013
+ "type": "I",
1014
+ "fields": {
1015
+ "journeys": {
1016
+ "type": "pushwoosh.cj.journey.Info",
1017
+ "array": true
1018
+ },
1019
+ "total": {
1020
+ "type": "number"
1021
+ }
1022
+ }
1023
+ },
1024
+ "pushwoosh.cj.journey.GetJourneyByUUIDRequest": {
1025
+ "type": "I",
1026
+ "fields": {
1027
+ "uuid": {
1028
+ "type": "string"
1029
+ }
1030
+ }
1031
+ },
1032
+ "pushwoosh.cj.journey.GetJourneyByUUIDResponse": {
1033
+ "type": "I",
1034
+ "fields": {
1035
+ "info": {
1036
+ "type": "pushwoosh.cj.journey.Info"
1037
+ },
1038
+ "points": {
1039
+ "type": "pushwoosh.cj.journey.Point",
1040
+ "array": true
1041
+ },
1042
+ "comments": {
1043
+ "type": "pushwoosh.cj.journey.JourneyComment",
1044
+ "array": true
1045
+ }
1046
+ }
1047
+ },
1048
+ "pushwoosh.cj.journey.GetJourneyByUUIDResponseWithErrors": {
1049
+ "type": "I",
1050
+ "fields": {
1051
+ "response": {
1052
+ "type": "pushwoosh.cj.journey.GetJourneyByUUIDResponse"
1053
+ },
1054
+ "validation": {
1055
+ "type": "pushwoosh.cj.journey.ValidateJourneyResponse"
1056
+ }
1057
+ }
1058
+ },
1059
+ "pushwoosh.cj.journey.MoveJourneysToCategoryRequest": {
1060
+ "type": "I",
1061
+ "fields": {
1062
+ "journeyUuids": {
1063
+ "type": "string",
1064
+ "array": true
1065
+ },
1066
+ "categoryUuid": {
1067
+ "type": "string"
1068
+ },
1069
+ "applicationCode": {
1070
+ "type": "string"
1071
+ }
1072
+ }
1073
+ },
1074
+ "pushwoosh.cj.journey.MoveJourneysToCategoryResponse": {
1075
+ "type": "I",
1076
+ "fields": {
1077
+ "journeys": {
1078
+ "type": "pushwoosh.cj.journey.Info",
1079
+ "array": true
1080
+ }
1081
+ }
1082
+ },
1083
+ "pushwoosh.cj.journey.ValidateJourneyResponse": {
1084
+ "type": "I",
1085
+ "fields": {
1086
+ "valid": {
1087
+ "type": "boolean"
1088
+ },
1089
+ "journeyErrors": {
1090
+ "type": "pushwoosh.cj.journey.JourneyValidationError",
1091
+ "array": true
1092
+ },
1093
+ "pointErrors": {
1094
+ "type": "pushwoosh.cj.journey.PointValidationError",
1095
+ "array": true
1096
+ }
1097
+ }
1098
+ },
1099
+ "pushwoosh.cj.journey.JourneyValidationError": {
1100
+ "type": "I",
1101
+ "fields": {
1102
+ "message": {
1103
+ "type": "string"
1104
+ }
1105
+ }
1106
+ },
1107
+ "pushwoosh.cj.journey.PointValidationError": {
1108
+ "type": "I",
1109
+ "fields": {
1110
+ "uuid": {
1111
+ "type": "string"
1112
+ },
1113
+ "message": {
1114
+ "type": "string"
1115
+ }
1116
+ }
1117
+ },
1118
+ "pushwoosh.cj.journey.GetUserFlowRequest": {
1119
+ "type": "I",
1120
+ "fields": {
1121
+ "uuid": {
1122
+ "type": "string"
1123
+ },
1124
+ "userId": {
1125
+ "type": "string"
1126
+ }
1127
+ }
1128
+ },
1129
+ "pushwoosh.cj.journey.GetUserFlowResponse.Status": {
1130
+ "type": "E",
1131
+ "values": [
1132
+ "success",
1133
+ "error",
1134
+ "break_path"
1135
+ ]
1136
+ },
1137
+ "pushwoosh.cj.journey.GetUserFlowResponse.Point": {
1138
+ "type": "I",
1139
+ "fields": {
1140
+ "uuid": {
1141
+ "type": "string"
1142
+ },
1143
+ "timestamp": {
1144
+ "type": "Date"
1145
+ },
1146
+ "status": {
1147
+ "type": "pushwoosh.cj.journey.GetUserFlowResponse.Status"
1148
+ },
1149
+ "message": {
1150
+ "type": "string"
1151
+ }
1152
+ }
1153
+ },
1154
+ "pushwoosh.cj.journey.GetUserFlowResponse.Flow": {
1155
+ "type": "I",
1156
+ "fields": {
1157
+ "points": {
1158
+ "type": "pushwoosh.cj.journey.GetUserFlowResponse.Point",
1159
+ "array": true
1160
+ },
1161
+ "status": {
1162
+ "type": "pushwoosh.cj.journey.GetUserFlowResponse.Status"
1163
+ },
1164
+ "enterTime": {
1165
+ "type": "Date"
1166
+ }
1167
+ }
1168
+ },
1169
+ "pushwoosh.cj.journey.GetUserFlowResponse": {
1170
+ "type": "I",
1171
+ "fields": {
1172
+ "flows": {
1173
+ "type": "pushwoosh.cj.journey.GetUserFlowResponse.Flow",
1174
+ "array": true
1175
+ }
1176
+ }
1177
+ },
1178
+ "pushwoosh.cj.journey.Sorting": {
1179
+ "type": "I",
1180
+ "fields": {
1181
+ "field": {
1182
+ "type": "string"
1183
+ },
1184
+ "direction": {
1185
+ "type": "string"
1186
+ }
1187
+ }
1188
+ },
1189
+ "pushwoosh.cj.journey.JourneyStatus": {
1190
+ "type": "E",
1191
+ "values": [
1192
+ "STATUS_DRAFT",
1193
+ "STATUS_RUNNING",
1194
+ "STATUS_FINISHED",
1195
+ "STATUS_ARCHIVED",
1196
+ "STATUS_PAUSED",
1197
+ "STATUS_UNKNOWN"
1198
+ ]
1199
+ },
1200
+ "pushwoosh.cj.journey.PointEventAttributeType": {
1201
+ "type": "E",
1202
+ "values": [
1203
+ "ATTRIBUTE_UNKNOWN",
1204
+ "INTEGER",
1205
+ "STRING",
1206
+ "LIST",
1207
+ "DATE",
1208
+ "BOOLEAN",
1209
+ "FLOAT"
1210
+ ]
1211
+ },
1212
+ "pushwoosh.cj.journey.PointEventConditionOperator": {
1213
+ "type": "E",
1214
+ "values": [
1215
+ "OPERATOR_UNKNOWN",
1216
+ "EQ",
1217
+ "LTE",
1218
+ "GTE",
1219
+ "NOTEQ",
1220
+ "IN",
1221
+ "NOTIN",
1222
+ "BETWEEN"
1223
+ ]
1224
+ },
1225
+ "pushwoosh.cj.journey.PointEventCondition": {
1226
+ "type": "I",
1227
+ "fields": {
1228
+ "attributeName": {
1229
+ "type": "string"
1230
+ },
1231
+ "type": {
1232
+ "type": "pushwoosh.cj.journey.PointEventAttributeType"
1233
+ },
1234
+ "operator": {
1235
+ "type": "pushwoosh.cj.journey.PointEventConditionOperator"
1236
+ },
1237
+ "int": {
1238
+ "type": "pushwoosh.cj.journey.PointEventConditionValueInt"
1239
+ },
1240
+ "intRange": {
1241
+ "type": "pushwoosh.cj.journey.PointEventConditionValueIntRange"
1242
+ },
1243
+ "str": {
1244
+ "type": "pushwoosh.cj.journey.PointEventConditionValueStr"
1245
+ },
1246
+ "strRange": {
1247
+ "type": "pushwoosh.cj.journey.PointEventConditionValueStrRange"
1248
+ },
1249
+ "bool": {
1250
+ "type": "pushwoosh.cj.journey.PointEventConditionValueBool"
1251
+ },
1252
+ "float": {
1253
+ "type": "pushwoosh.cj.journey.PointEventConditionValueFloat"
1254
+ },
1255
+ "floatRange": {
1256
+ "type": "pushwoosh.cj.journey.PointEventConditionValueFloatRange"
1257
+ }
1258
+ },
1259
+ "oneofs": {
1260
+ "value": {
1261
+ "oneof": [
1262
+ "int",
1263
+ "intRange",
1264
+ "str",
1265
+ "strRange",
1266
+ "bool",
1267
+ "float",
1268
+ "floatRange"
1269
+ ]
1270
+ }
1271
+ }
1272
+ },
1273
+ "pushwoosh.cj.journey.PointEventConditionValueInt": {
1274
+ "type": "I",
1275
+ "fields": {
1276
+ "value": {
1277
+ "type": "number"
1278
+ }
1279
+ }
1280
+ },
1281
+ "pushwoosh.cj.journey.PointEventConditionValueIntRange": {
1282
+ "type": "I",
1283
+ "fields": {
1284
+ "value": {
1285
+ "type": "number",
1286
+ "array": true
1287
+ }
1288
+ }
1289
+ },
1290
+ "pushwoosh.cj.journey.PointEventConditionValueFloat": {
1291
+ "type": "I",
1292
+ "fields": {
1293
+ "value": {
1294
+ "type": "number"
1295
+ }
1296
+ }
1297
+ },
1298
+ "pushwoosh.cj.journey.PointEventConditionValueFloatRange": {
1299
+ "type": "I",
1300
+ "fields": {
1301
+ "value": {
1302
+ "type": "number",
1303
+ "array": true
1304
+ }
1305
+ }
1306
+ },
1307
+ "pushwoosh.cj.journey.PointEventConditionValueStr": {
1308
+ "type": "I",
1309
+ "fields": {
1310
+ "value": {
1311
+ "type": "string"
1312
+ }
1313
+ }
1314
+ },
1315
+ "pushwoosh.cj.journey.PointEventConditionValueStrRange": {
1316
+ "type": "I",
1317
+ "fields": {
1318
+ "value": {
1319
+ "type": "string",
1320
+ "array": true
1321
+ }
1322
+ }
1323
+ },
1324
+ "pushwoosh.cj.journey.PointEventConditionValueBool": {
1325
+ "type": "I",
1326
+ "fields": {
1327
+ "value": {
1328
+ "type": "boolean"
1329
+ }
1330
+ }
1331
+ },
1332
+ "pushwoosh.cj.journey.Info": {
1333
+ "type": "I",
1334
+ "fields": {
1335
+ "uuid": {
1336
+ "type": "string"
1337
+ },
1338
+ "title": {
1339
+ "type": "string"
1340
+ },
1341
+ "status": {
1342
+ "type": "pushwoosh.cj.journey.JourneyStatus"
1343
+ },
1344
+ "createdAt": {
1345
+ "type": "string"
1346
+ },
1347
+ "updatedAt": {
1348
+ "type": "string"
1349
+ },
1350
+ "isFirstActivated": {
1351
+ "type": "boolean"
1352
+ },
1353
+ "params": {
1354
+ "type": "pushwoosh.cj.journey.JourneyParams"
1355
+ },
1356
+ "categoryUuid": {
1357
+ "type": "string"
1358
+ },
1359
+ "pointCounts": {
1360
+ "type": "number",
1361
+ "mapKeyType": "string"
1362
+ },
1363
+ "campaignType": {
1364
+ "type": "pushwoosh.cj.journey.CampaignType"
1365
+ },
1366
+ "stopReason": {
1367
+ "type": "string"
1368
+ },
1369
+ "lastEditedBy": {
1370
+ "type": "pushwoosh.cj.journey.User"
1371
+ }
1372
+ }
1373
+ },
1374
+ "pushwoosh.cj.journey.User": {
1375
+ "type": "I",
1376
+ "fields": {
1377
+ "id": {
1378
+ "type": "number"
1379
+ },
1380
+ "email": {
1381
+ "type": "string"
1382
+ },
1383
+ "username": {
1384
+ "type": "string"
1385
+ }
1386
+ }
1387
+ },
1388
+ "pushwoosh.cj.journey.Point": {
1389
+ "type": "I",
1390
+ "fields": {
1391
+ "uuid": {
1392
+ "type": "string"
1393
+ },
1394
+ "title": {
1395
+ "type": "string"
1396
+ },
1397
+ "type": {
1398
+ "type": "string"
1399
+ },
1400
+ "outputs": {
1401
+ "type": "pushwoosh.cj.journey.PointOutput",
1402
+ "array": true
1403
+ },
1404
+ "position": {
1405
+ "type": "pushwoosh.cj.journey.Position"
1406
+ },
1407
+ "pointData": {
1408
+ "type": "pushwoosh.cj.journey.PointDataWrapper"
1409
+ }
1410
+ }
1411
+ },
1412
+ "pushwoosh.cj.journey.PointDataWrapper": {
1413
+ "type": "I",
1414
+ "fields": {
1415
+ "messageBus": {
1416
+ "type": "pushwoosh.cj.journey.PointParamsMessageBus"
1417
+ },
1418
+ "delay": {
1419
+ "type": "pushwoosh.cj.journey.PointParamsDelay"
1420
+ },
1421
+ "terminator": {
1422
+ "type": "pushwoosh.cj.journey.PointParamsTerminator"
1423
+ },
1424
+ "sendPush": {
1425
+ "type": "pushwoosh.cj.journey.PointParamsSendPush"
1426
+ },
1427
+ "goalEvent": {
1428
+ "type": "pushwoosh.cj.journey.PointParamsGoalEvent"
1429
+ },
1430
+ "sendEmail": {
1431
+ "type": "pushwoosh.cj.journey.PointParamsSendEmail"
1432
+ },
1433
+ "booleanSplitter": {
1434
+ "type": "pushwoosh.cj.journey.PointParamsBooleanSplitter"
1435
+ },
1436
+ "waitEvent": {
1437
+ "type": "pushwoosh.cj.journey.PointParamsWaitEvent"
1438
+ },
1439
+ "inapp": {
1440
+ "type": "pushwoosh.cj.journey.PointParamsInapp"
1441
+ },
1442
+ "startBySegment": {
1443
+ "type": "pushwoosh.cj.journey.PointParamsStartBySegment"
1444
+ },
1445
+ "abSplitter": {
1446
+ "type": "pushwoosh.cj.journey.PointParamsABSplitter"
1447
+ },
1448
+ "setTags": {
1449
+ "type": "pushwoosh.cj.journey.PointParamsSetTags"
1450
+ },
1451
+ "webHook": {
1452
+ "type": "pushwoosh.cj.journey.PointParamsWebHook"
1453
+ },
1454
+ "filter": {
1455
+ "type": "pushwoosh.cj.journey.PointParamsFilter"
1456
+ },
1457
+ "sendSms": {
1458
+ "type": "pushwoosh.cj.journey.PointParamsSendSms"
1459
+ },
1460
+ "startByApi": {
1461
+ "type": "pushwoosh.cj.journey.PointParamsStartByAPI"
1462
+ },
1463
+ "sendWhatsapp": {
1464
+ "type": "pushwoosh.cj.journey.PointParamsSendWhatsApp"
1465
+ },
1466
+ "sendData": {
1467
+ "type": "pushwoosh.cj.journey.PointParamsSendData"
1468
+ },
1469
+ "sendLine": {
1470
+ "type": "pushwoosh.cj.journey.PointParamsSendLine"
1471
+ }
1472
+ },
1473
+ "oneofs": {
1474
+ "data": {
1475
+ "oneof": [
1476
+ "messageBus",
1477
+ "delay",
1478
+ "terminator",
1479
+ "sendPush",
1480
+ "goalEvent",
1481
+ "sendEmail",
1482
+ "booleanSplitter",
1483
+ "waitEvent",
1484
+ "inapp",
1485
+ "startBySegment",
1486
+ "abSplitter",
1487
+ "setTags",
1488
+ "webHook",
1489
+ "filter",
1490
+ "sendSms",
1491
+ "startByApi",
1492
+ "sendWhatsapp",
1493
+ "sendData",
1494
+ "sendLine"
1495
+ ]
1496
+ }
1497
+ }
1498
+ },
1499
+ "pushwoosh.cj.journey.Time": {
1500
+ "type": "I",
1501
+ "fields": {
1502
+ "hour": {
1503
+ "type": "number"
1504
+ },
1505
+ "minute": {
1506
+ "type": "number"
1507
+ }
1508
+ }
1509
+ },
1510
+ "pushwoosh.cj.journey.JourneyParamsSilentHours": {
1511
+ "type": "I",
1512
+ "fields": {
1513
+ "inappParams": {
1514
+ "type": "pushwoosh.cj.journey.SilentHoursParams"
1515
+ },
1516
+ "pushParams": {
1517
+ "type": "pushwoosh.cj.journey.SilentHoursParams"
1518
+ },
1519
+ "emailParams": {
1520
+ "type": "pushwoosh.cj.journey.SilentHoursParams"
1521
+ },
1522
+ "smsParams": {
1523
+ "type": "pushwoosh.cj.journey.SilentHoursParams"
1524
+ },
1525
+ "whatsappParams": {
1526
+ "type": "pushwoosh.cj.journey.SilentHoursParams"
1527
+ },
1528
+ "lineParams": {
1529
+ "type": "pushwoosh.cj.journey.SilentHoursParams"
1530
+ },
1531
+ "fromTime": {
1532
+ "type": "pushwoosh.cj.journey.Time"
1533
+ },
1534
+ "toTime": {
1535
+ "type": "pushwoosh.cj.journey.Time"
1536
+ },
1537
+ "weekDays": {
1538
+ "type": "boolean",
1539
+ "array": true
1540
+ }
1541
+ }
1542
+ },
1543
+ "pushwoosh.cj.journey.SilentHoursBehavior": {
1544
+ "type": "E",
1545
+ "values": [
1546
+ "WaitAndSend",
1547
+ "DropAndGo",
1548
+ "WaitAndDrop"
1549
+ ]
1550
+ },
1551
+ "pushwoosh.cj.journey.SilentHoursParams": {
1552
+ "type": "I",
1553
+ "fields": {
1554
+ "enabled": {
1555
+ "type": "boolean"
1556
+ },
1557
+ "fromTime": {
1558
+ "type": "pushwoosh.cj.journey.Time"
1559
+ },
1560
+ "toTime": {
1561
+ "type": "pushwoosh.cj.journey.Time"
1562
+ },
1563
+ "weekDays": {
1564
+ "type": "boolean",
1565
+ "array": true
1566
+ },
1567
+ "behavior": {
1568
+ "type": "pushwoosh.cj.journey.SilentHoursBehavior"
1569
+ }
1570
+ }
1571
+ },
1572
+ "pushwoosh.cj.journey.CampaignType": {
1573
+ "type": "E",
1574
+ "values": [
1575
+ "Unknown",
1576
+ "Mixed",
1577
+ "TriggerBased",
1578
+ "AudienceBased",
1579
+ "APIBased"
1580
+ ]
1581
+ },
1582
+ "pushwoosh.cj.journey.JourneyParamsEntryCapping": {
1583
+ "type": "I",
1584
+ "fields": {
1585
+ "isEnabled": {
1586
+ "type": "boolean"
1587
+ },
1588
+ "period": {
1589
+ "type": "number"
1590
+ }
1591
+ }
1592
+ },
1593
+ "pushwoosh.cj.journey.JourneyParamsConversionWindow": {
1594
+ "type": "I",
1595
+ "fields": {
1596
+ "seconds": {
1597
+ "type": "number"
1598
+ }
1599
+ }
1600
+ },
1601
+ "pushwoosh.cj.journey.JourneyParams": {
1602
+ "type": "I",
1603
+ "fields": {
1604
+ "silentHours": {
1605
+ "type": "pushwoosh.cj.journey.JourneyParamsSilentHours"
1606
+ },
1607
+ "capping": {
1608
+ "type": "pushwoosh.cj.journey.JourneyParamsEntryCapping"
1609
+ },
1610
+ "applicationCode": {
1611
+ "type": "string"
1612
+ },
1613
+ "conversionWindow": {
1614
+ "type": "pushwoosh.cj.journey.JourneyParamsConversionWindow"
1615
+ }
1616
+ }
1617
+ },
1618
+ "pushwoosh.cj.journey.JourneyComment": {
1619
+ "type": "I",
1620
+ "fields": {
1621
+ "id": {
1622
+ "type": "string"
1623
+ },
1624
+ "message": {
1625
+ "type": "string"
1626
+ },
1627
+ "createdAt": {
1628
+ "type": "string"
1629
+ },
1630
+ "deleted": {
1631
+ "type": "boolean"
1632
+ },
1633
+ "position": {
1634
+ "type": "pushwoosh.cj.journey.Position"
1635
+ },
1636
+ "index": {
1637
+ "type": "number"
1638
+ }
1639
+ }
1640
+ },
1641
+ "pushwoosh.cj.journey.PointParamsMessageBus": {
1642
+ "type": "I",
1643
+ "fields": {
1644
+ "eventName": {
1645
+ "type": "string"
1646
+ },
1647
+ "applicationCode": {
1648
+ "type": "string"
1649
+ },
1650
+ "eventConditions": {
1651
+ "type": "pushwoosh.cj.journey.PointEventCondition",
1652
+ "array": true
1653
+ },
1654
+ "activePeriod": {
1655
+ "type": "pushwoosh.cj.journey.Period"
1656
+ }
1657
+ }
1658
+ },
1659
+ "pushwoosh.cj.journey.Period": {
1660
+ "type": "I",
1661
+ "fields": {
1662
+ "enabled": {
1663
+ "type": "boolean"
1664
+ },
1665
+ "start": {
1666
+ "type": "Date"
1667
+ },
1668
+ "end": {
1669
+ "type": "Date"
1670
+ }
1671
+ }
1672
+ },
1673
+ "pushwoosh.cj.journey.PointParamsSendPush": {
1674
+ "type": "I",
1675
+ "fields": {
1676
+ "presetCode": {
1677
+ "type": "string"
1678
+ },
1679
+ "content": {
1680
+ "type": "string"
1681
+ },
1682
+ "title": {
1683
+ "type": "string"
1684
+ },
1685
+ "applicationCode": {
1686
+ "type": "string"
1687
+ },
1688
+ "campaignCode": {
1689
+ "type": "string"
1690
+ },
1691
+ "campaignUid": {
1692
+ "type": "number"
1693
+ },
1694
+ "splitParams": {
1695
+ "type": "pushwoosh.cj.journey.BehaviorSplitter"
1696
+ },
1697
+ "sendByUserId": {
1698
+ "type": "boolean"
1699
+ },
1700
+ "waitOptimalTime": {
1701
+ "type": "boolean"
1702
+ },
1703
+ "defaultOptimalTime": {
1704
+ "type": "pushwoosh.cj.journey.ExactTime"
1705
+ },
1706
+ "liquidTemplateParams": {
1707
+ "type": "pushwoosh.cj.journey.LiquidTemplateParams"
1708
+ },
1709
+ "personalise": {
1710
+ "type": "pushwoosh.cj.journey.PersonalisedParams"
1711
+ },
1712
+ "capping": {
1713
+ "type": "pushwoosh.cj.journey.Capping"
1714
+ },
1715
+ "inboxOptions": {
1716
+ "type": "pushwoosh.cj.journey.InboxOptions"
1717
+ },
1718
+ "vouchersParams": {
1719
+ "type": "pushwoosh.cj.journey.VoucherParams"
1720
+ }
1721
+ }
1722
+ },
1723
+ "pushwoosh.cj.journey.PointParamsSendSms": {
1724
+ "type": "I",
1725
+ "fields": {
1726
+ "presetCode": {
1727
+ "type": "string"
1728
+ },
1729
+ "content": {
1730
+ "type": "string"
1731
+ },
1732
+ "applicationCode": {
1733
+ "type": "string"
1734
+ },
1735
+ "campaignCode": {
1736
+ "type": "string"
1737
+ },
1738
+ "campaignUid": {
1739
+ "type": "number"
1740
+ },
1741
+ "splitParams": {
1742
+ "type": "pushwoosh.cj.journey.BehaviorSplitter"
1743
+ },
1744
+ "sendByUserId": {
1745
+ "type": "boolean"
1746
+ },
1747
+ "liquidTemplateParams": {
1748
+ "type": "pushwoosh.cj.journey.LiquidTemplateParams"
1749
+ },
1750
+ "personalise": {
1751
+ "type": "pushwoosh.cj.journey.PersonalisedParams"
1752
+ },
1753
+ "capping": {
1754
+ "type": "pushwoosh.cj.journey.Capping"
1755
+ }
1756
+ }
1757
+ },
1758
+ "pushwoosh.cj.journey.PointParamsSendLine": {
1759
+ "type": "I",
1760
+ "fields": {
1761
+ "presetCode": {
1762
+ "type": "string"
1763
+ },
1764
+ "content": {
1765
+ "type": "string"
1766
+ },
1767
+ "applicationCode": {
1768
+ "type": "string"
1769
+ },
1770
+ "campaignCode": {
1771
+ "type": "string"
1772
+ },
1773
+ "campaignUid": {
1774
+ "type": "number"
1775
+ },
1776
+ "splitParams": {
1777
+ "type": "pushwoosh.cj.journey.BehaviorSplitter"
1778
+ },
1779
+ "sendByUserId": {
1780
+ "type": "boolean"
1781
+ },
1782
+ "liquidTemplateParams": {
1783
+ "type": "pushwoosh.cj.journey.LiquidTemplateParams"
1784
+ },
1785
+ "personalise": {
1786
+ "type": "pushwoosh.cj.journey.PersonalisedParams"
1787
+ },
1788
+ "capping": {
1789
+ "type": "pushwoosh.cj.journey.Capping"
1790
+ }
1791
+ }
1792
+ },
1793
+ "pushwoosh.cj.journey.WhatsAppPersonalisedParams": {
1794
+ "type": "I",
1795
+ "fields": {
1796
+ "enabled": {
1797
+ "type": "boolean"
1798
+ },
1799
+ "placeholders": {
1800
+ "type": "pushwoosh.cj.journey.WhatsAppPlaceholder",
1801
+ "array": true
1802
+ }
1803
+ }
1804
+ },
1805
+ "pushwoosh.cj.journey.WhatsAppPlaceholder": {
1806
+ "type": "I",
1807
+ "fields": {
1808
+ "name": {
1809
+ "type": "string"
1810
+ },
1811
+ "pointId": {
1812
+ "type": "string"
1813
+ },
1814
+ "eventName": {
1815
+ "type": "string"
1816
+ },
1817
+ "attribute": {
1818
+ "type": "string"
1819
+ },
1820
+ "tagName": {
1821
+ "type": "string"
1822
+ },
1823
+ "tagModifier": {
1824
+ "type": "string"
1825
+ },
1826
+ "isButton": {
1827
+ "type": "boolean"
1828
+ },
1829
+ "buttonIndex": {
1830
+ "type": "number"
1831
+ },
1832
+ "buttonUrl": {
1833
+ "type": "string"
1834
+ },
1835
+ "component": {
1836
+ "type": "string"
1837
+ },
1838
+ "type": {
1839
+ "type": "string"
1840
+ },
1841
+ "value": {
1842
+ "type": "string"
1843
+ }
1844
+ }
1845
+ },
1846
+ "pushwoosh.cj.journey.PointParamsSendWhatsApp": {
1847
+ "type": "I",
1848
+ "fields": {
1849
+ "presetCode": {
1850
+ "type": "string"
1851
+ },
1852
+ "content": {
1853
+ "type": "string"
1854
+ },
1855
+ "applicationCode": {
1856
+ "type": "string"
1857
+ },
1858
+ "campaignCode": {
1859
+ "type": "string"
1860
+ },
1861
+ "campaignUid": {
1862
+ "type": "number"
1863
+ },
1864
+ "splitParams": {
1865
+ "type": "pushwoosh.cj.journey.BehaviorSplitter"
1866
+ },
1867
+ "sendByUserId": {
1868
+ "type": "boolean"
1869
+ },
1870
+ "personalise": {
1871
+ "type": "pushwoosh.cj.journey.WhatsAppPersonalisedParams"
1872
+ },
1873
+ "capping": {
1874
+ "type": "pushwoosh.cj.journey.Capping"
1875
+ }
1876
+ }
1877
+ },
1878
+ "pushwoosh.cj.journey.PointParamsSendEmail": {
1879
+ "type": "I",
1880
+ "fields": {
1881
+ "applicationCode": {
1882
+ "type": "string"
1883
+ },
1884
+ "presetCode": {
1885
+ "type": "string"
1886
+ },
1887
+ "campaignCode": {
1888
+ "type": "string"
1889
+ },
1890
+ "campaignUid": {
1891
+ "type": "number"
1892
+ },
1893
+ "splitParams": {
1894
+ "type": "pushwoosh.cj.journey.BehaviorSplitter"
1895
+ },
1896
+ "sendOnlyToSubscribed": {
1897
+ "type": "boolean"
1898
+ },
1899
+ "liquidTemplateParams": {
1900
+ "type": "pushwoosh.cj.journey.LiquidTemplateParams"
1901
+ },
1902
+ "personalise": {
1903
+ "type": "pushwoosh.cj.journey.PersonalisedParams"
1904
+ },
1905
+ "title": {
1906
+ "type": "string"
1907
+ },
1908
+ "subjects": {
1909
+ "type": "string",
1910
+ "mapKeyType": "string"
1911
+ },
1912
+ "bcc": {
1913
+ "type": "string",
1914
+ "array": true
1915
+ },
1916
+ "unsubscribedPolicy": {
1917
+ "type": "pushwoosh.cj.journey.UnsubscribedPolicy"
1918
+ },
1919
+ "capping": {
1920
+ "type": "pushwoosh.cj.journey.Capping"
1921
+ },
1922
+ "from": {
1923
+ "type": "pushwoosh.cj.journey.From"
1924
+ },
1925
+ "replyTo": {
1926
+ "type": "pushwoosh.cj.journey.ReplyTo"
1927
+ },
1928
+ "vouchersParams": {
1929
+ "type": "pushwoosh.cj.journey.VoucherParams"
1930
+ }
1931
+ }
1932
+ },
1933
+ "pushwoosh.cj.journey.From": {
1934
+ "type": "I",
1935
+ "fields": {
1936
+ "name": {
1937
+ "type": "string"
1938
+ },
1939
+ "email": {
1940
+ "type": "string"
1941
+ }
1942
+ }
1943
+ },
1944
+ "pushwoosh.cj.journey.ReplyTo": {
1945
+ "type": "I",
1946
+ "fields": {
1947
+ "name": {
1948
+ "type": "string"
1949
+ },
1950
+ "email": {
1951
+ "type": "string"
1952
+ }
1953
+ }
1954
+ },
1955
+ "pushwoosh.cj.journey.PointParamsSendData": {
1956
+ "type": "I",
1957
+ "fields": {
1958
+ "content": {
1959
+ "type": "string"
1960
+ },
1961
+ "applicationCode": {
1962
+ "type": "string"
1963
+ },
1964
+ "campaignCode": {
1965
+ "type": "string"
1966
+ },
1967
+ "campaignUid": {
1968
+ "type": "number"
1969
+ },
1970
+ "sendByUserId": {
1971
+ "type": "boolean"
1972
+ },
1973
+ "liquidTemplateParams": {
1974
+ "type": "pushwoosh.cj.journey.LiquidTemplateParams"
1975
+ },
1976
+ "personalise": {
1977
+ "type": "pushwoosh.cj.journey.PersonalisedParams"
1978
+ }
1979
+ }
1980
+ },
1981
+ "pushwoosh.cj.journey.UnsubscribedPolicy": {
1982
+ "type": "E",
1983
+ "values": [
1984
+ "UNKNOWN",
1985
+ "IGNORE",
1986
+ "SEND"
1987
+ ]
1988
+ },
1989
+ "pushwoosh.cj.journey.PointParamsBooleanSplitter": {
1990
+ "type": "I",
1991
+ "fields": {
1992
+ "filterCode": {
1993
+ "type": "string"
1994
+ }
1995
+ }
1996
+ },
1997
+ "pushwoosh.cj.journey.PointParamsWaitEvent": {
1998
+ "type": "I",
1999
+ "fields": {
2000
+ "events": {
2001
+ "type": "pushwoosh.cj.journey.PointWaitEventInfo",
2002
+ "array": true
2003
+ },
2004
+ "conditionsScript": {
2005
+ "type": "string"
2006
+ }
2007
+ }
2008
+ },
2009
+ "pushwoosh.cj.journey.PointWaitEventInfo": {
2010
+ "type": "I",
2011
+ "fields": {
2012
+ "eventName": {
2013
+ "type": "string"
2014
+ },
2015
+ "applicationCode": {
2016
+ "type": "string"
2017
+ },
2018
+ "intervalSec": {
2019
+ "type": "number"
2020
+ },
2021
+ "eventConditions": {
2022
+ "type": "pushwoosh.cj.journey.PointEventCondition",
2023
+ "array": true
2024
+ },
2025
+ "intervalFixed": {
2026
+ "type": "boolean"
2027
+ }
2028
+ }
2029
+ },
2030
+ "pushwoosh.cj.journey.PointParamsInapp": {
2031
+ "type": "I",
2032
+ "fields": {
2033
+ "richmediaCode": {
2034
+ "type": "string"
2035
+ },
2036
+ "applicationCode": {
2037
+ "type": "string"
2038
+ },
2039
+ "campaignCode": {
2040
+ "type": "string"
2041
+ },
2042
+ "campaignUid": {
2043
+ "type": "number"
2044
+ },
2045
+ "expireInDays": {
2046
+ "type": "number"
2047
+ },
2048
+ "capping": {
2049
+ "type": "pushwoosh.cj.journey.Capping"
2050
+ }
2051
+ }
2052
+ },
2053
+ "pushwoosh.cj.journey.Filter": {
2054
+ "type": "E",
2055
+ "values": [
2056
+ "CUSTOM",
2057
+ "EMAIL_EXISTS",
2058
+ "PUSH_TOKEN_EXISTS",
2059
+ "SMS_TOKEN_EXISTS",
2060
+ "WHATSAPP_TOKEN_EXISTS",
2061
+ "LINE_TOKEN_EXISTS"
2062
+ ]
2063
+ },
2064
+ "pushwoosh.cj.journey.PointParamsFilter": {
2065
+ "type": "I",
2066
+ "fields": {
2067
+ "filter": {
2068
+ "type": "pushwoosh.cj.journey.Filter"
2069
+ },
2070
+ "filterRaw": {
2071
+ "type": "string"
2072
+ }
2073
+ }
2074
+ },
2075
+ "pushwoosh.cj.journey.BehaviorSplitter": {
2076
+ "type": "I",
2077
+ "fields": {
2078
+ "enabled": {
2079
+ "type": "boolean"
2080
+ },
2081
+ "interval": {
2082
+ "type": "number"
2083
+ }
2084
+ }
2085
+ },
2086
+ "pushwoosh.cj.journey.LiquidTemplateParams": {
2087
+ "type": "I",
2088
+ "fields": {
2089
+ "enabled": {
2090
+ "type": "boolean"
2091
+ },
2092
+ "eventName": {
2093
+ "type": "string"
2094
+ }
2095
+ }
2096
+ },
2097
+ "pushwoosh.cj.journey.VoucherParams": {
2098
+ "type": "I",
2099
+ "fields": {
2100
+ "enabled": {
2101
+ "type": "boolean"
2102
+ },
2103
+ "voucherPool": {
2104
+ "type": "string"
2105
+ }
2106
+ }
2107
+ },
2108
+ "pushwoosh.cj.journey.PersonalisedParams": {
2109
+ "type": "I",
2110
+ "fields": {
2111
+ "enabled": {
2112
+ "type": "boolean"
2113
+ },
2114
+ "placeholders": {
2115
+ "type": "pushwoosh.cj.journey.Placeholder",
2116
+ "array": true
2117
+ }
2118
+ }
2119
+ },
2120
+ "pushwoosh.cj.journey.Placeholder": {
2121
+ "type": "I",
2122
+ "fields": {
2123
+ "name": {
2124
+ "type": "string"
2125
+ },
2126
+ "pointId": {
2127
+ "type": "string"
2128
+ },
2129
+ "attribute": {
2130
+ "type": "string"
2131
+ },
2132
+ "eventName": {
2133
+ "type": "string"
2134
+ },
2135
+ "tagName": {
2136
+ "type": "string"
2137
+ },
2138
+ "tagModifier": {
2139
+ "type": "string"
2140
+ }
2141
+ }
2142
+ },
2143
+ "pushwoosh.cj.journey.ExactTime": {
2144
+ "type": "I",
2145
+ "fields": {
2146
+ "hour": {
2147
+ "type": "number"
2148
+ },
2149
+ "minute": {
2150
+ "type": "number"
2151
+ }
2152
+ }
2153
+ },
2154
+ "pushwoosh.cj.journey.ExactDateTime": {
2155
+ "type": "I",
2156
+ "fields": {
2157
+ "year": {
2158
+ "type": "number"
2159
+ },
2160
+ "month": {
2161
+ "type": "number"
2162
+ },
2163
+ "day": {
2164
+ "type": "number"
2165
+ },
2166
+ "hour": {
2167
+ "type": "number"
2168
+ },
2169
+ "minute": {
2170
+ "type": "number"
2171
+ }
2172
+ }
2173
+ },
2174
+ "pushwoosh.cj.journey.ExactWeekDaysTime": {
2175
+ "type": "I",
2176
+ "fields": {
2177
+ "days": {
2178
+ "type": "pushwoosh.cj.journey.ExactTime",
2179
+ "mapKeyType": "number"
2180
+ }
2181
+ }
2182
+ },
2183
+ "pushwoosh.cj.journey.DynamicTimeFrom": {
2184
+ "type": "E",
2185
+ "values": [
2186
+ "TAG",
2187
+ "EVENT"
2188
+ ]
2189
+ },
2190
+ "pushwoosh.cj.journey.DynamicTimeDirection": {
2191
+ "type": "E",
2192
+ "values": [
2193
+ "RIGHT_ON_TIME",
2194
+ "AFTER",
2195
+ "BEFORE"
2196
+ ]
2197
+ },
2198
+ "pushwoosh.cj.journey.DynamicTimeUnit": {
2199
+ "type": "E",
2200
+ "values": [
2201
+ "HOURS",
2202
+ "DAYS",
2203
+ "MINUTES"
2204
+ ]
2205
+ },
2206
+ "pushwoosh.cj.journey.DynamicTime": {
2207
+ "type": "I",
2208
+ "fields": {
2209
+ "from": {
2210
+ "type": "pushwoosh.cj.journey.DynamicTimeFrom"
2211
+ },
2212
+ "direction": {
2213
+ "type": "pushwoosh.cj.journey.DynamicTimeDirection"
2214
+ },
2215
+ "duration": {
2216
+ "type": "number"
2217
+ },
2218
+ "unit": {
2219
+ "type": "pushwoosh.cj.journey.DynamicTimeUnit"
2220
+ },
2221
+ "splitBranches": {
2222
+ "type": "boolean"
2223
+ },
2224
+ "pointId": {
2225
+ "type": "string"
2226
+ },
2227
+ "eventName": {
2228
+ "type": "string"
2229
+ },
2230
+ "eventAttribute": {
2231
+ "type": "string"
2232
+ },
2233
+ "tagName": {
2234
+ "type": "string"
2235
+ }
2236
+ }
2237
+ },
2238
+ "pushwoosh.cj.journey.PointParamsGoalEvent": {
2239
+ "type": "I",
2240
+ "fields": {
2241
+ "eventName": {
2242
+ "type": "string"
2243
+ },
2244
+ "applicationCode": {
2245
+ "type": "string"
2246
+ },
2247
+ "eventConditions": {
2248
+ "type": "pushwoosh.cj.journey.PointEventCondition",
2249
+ "array": true
2250
+ },
2251
+ "isThrowOut": {
2252
+ "type": "boolean"
2253
+ }
2254
+ }
2255
+ },
2256
+ "pushwoosh.cj.journey.PointParamsDelay": {
2257
+ "type": "I",
2258
+ "fields": {
2259
+ "sec": {
2260
+ "type": "number"
2261
+ },
2262
+ "exactTime": {
2263
+ "type": "pushwoosh.cj.journey.ExactTime"
2264
+ },
2265
+ "dynamicTime": {
2266
+ "type": "pushwoosh.cj.journey.DynamicTime"
2267
+ },
2268
+ "exactDateTime": {
2269
+ "type": "pushwoosh.cj.journey.ExactDateTime"
2270
+ },
2271
+ "exactWeekDaysTime": {
2272
+ "type": "pushwoosh.cj.journey.ExactWeekDaysTime"
2273
+ }
2274
+ },
2275
+ "oneofs": {
2276
+ "interval": {
2277
+ "oneof": [
2278
+ "sec",
2279
+ "exactTime",
2280
+ "dynamicTime",
2281
+ "exactDateTime",
2282
+ "exactWeekDaysTime"
2283
+ ]
2284
+ }
2285
+ }
2286
+ },
2287
+ "pushwoosh.cj.journey.PointOutput": {
2288
+ "type": "I",
2289
+ "fields": {
2290
+ "identity": {
2291
+ "type": "pushwoosh.cj.journey.PointOutputIdentity"
2292
+ },
2293
+ "info": {
2294
+ "type": "pushwoosh.cj.journey.PointOutputInfo"
2295
+ }
2296
+ }
2297
+ },
2298
+ "pushwoosh.cj.journey.PointOutputIdentity": {
2299
+ "type": "I",
2300
+ "fields": {
2301
+ "key": {
2302
+ "type": "string"
2303
+ },
2304
+ "order": {
2305
+ "type": "number"
2306
+ }
2307
+ }
2308
+ },
2309
+ "pushwoosh.cj.journey.PointOutputInfo": {
2310
+ "type": "I",
2311
+ "fields": {
2312
+ "title": {
2313
+ "type": "string"
2314
+ },
2315
+ "nextPointUuid": {
2316
+ "type": "string"
2317
+ }
2318
+ }
2319
+ },
2320
+ "pushwoosh.cj.journey.PointParamsWebHook": {
2321
+ "type": "I",
2322
+ "fields": {
2323
+ "method": {
2324
+ "type": "string"
2325
+ },
2326
+ "url": {
2327
+ "type": "string"
2328
+ },
2329
+ "requestTemplate": {
2330
+ "type": "string"
2331
+ },
2332
+ "headers": {
2333
+ "type": "string",
2334
+ "mapKeyType": "string"
2335
+ }
2336
+ }
2337
+ },
2338
+ "pushwoosh.cj.journey.PointParamsStartBySegment": {
2339
+ "type": "I",
2340
+ "fields": {
2341
+ "filterCode": {
2342
+ "type": "string"
2343
+ },
2344
+ "applicationCode": {
2345
+ "type": "string"
2346
+ },
2347
+ "entryLimitsEnabled": {
2348
+ "type": "boolean"
2349
+ },
2350
+ "entryLimitsPerSecond": {
2351
+ "type": "number"
2352
+ },
2353
+ "repeat": {
2354
+ "type": "pushwoosh.cj.journey.SegmentRepeat"
2355
+ },
2356
+ "isDeactivated": {
2357
+ "type": "boolean"
2358
+ },
2359
+ "filterTitle": {
2360
+ "type": "string"
2361
+ },
2362
+ "applicationTitle": {
2363
+ "type": "string"
2364
+ }
2365
+ }
2366
+ },
2367
+ "pushwoosh.cj.journey.SegmentRepeat": {
2368
+ "type": "I",
2369
+ "fields": {
2370
+ "enabled": {
2371
+ "type": "boolean"
2372
+ },
2373
+ "type": {
2374
+ "type": "string"
2375
+ },
2376
+ "frequency": {
2377
+ "type": "string"
2378
+ },
2379
+ "every": {
2380
+ "type": "number"
2381
+ },
2382
+ "dates": {
2383
+ "type": "string",
2384
+ "array": true
2385
+ },
2386
+ "time": {
2387
+ "type": "pushwoosh.cj.journey.SegmentRepeatTime"
2388
+ }
2389
+ }
2390
+ },
2391
+ "pushwoosh.cj.journey.SegmentRepeatTime.PastTimezonesBehaviour": {
2392
+ "type": "E",
2393
+ "values": [
2394
+ "PAST_TIMEZONES_BEHAVIOUR_DEFAULT",
2395
+ "PAST_TIMEZONES_BEHAVIOUR_SEND_IMMEDIATELY",
2396
+ "PAST_TIMEZONES_BEHAVIOUR_DO_NOT_SEND",
2397
+ "PAST_TIMEZONES_BEHAVIOUR_NEXT_DAY"
2398
+ ]
2399
+ },
2400
+ "pushwoosh.cj.journey.SegmentRepeatTime": {
2401
+ "type": "I",
2402
+ "fields": {
2403
+ "hour": {
2404
+ "type": "number"
2405
+ },
2406
+ "minute": {
2407
+ "type": "number"
2408
+ },
2409
+ "timezone": {
2410
+ "type": "string"
2411
+ },
2412
+ "followUserTimezone": {
2413
+ "type": "boolean"
2414
+ },
2415
+ "pastTimezonesBehaviour": {
2416
+ "type": "pushwoosh.cj.journey.SegmentRepeatTime.PastTimezonesBehaviour"
2417
+ }
2418
+ }
2419
+ },
2420
+ "pushwoosh.cj.journey.SegmentRepeatType": {
2421
+ "type": "E",
2422
+ "values": [
2423
+ "REPEAT_TYPE_UNKNOWN",
2424
+ "REPEAT_TYPE_EVERY_DAY",
2425
+ "REPEAT_TYPE_EVERY_WEEK",
2426
+ "REPEAT_TYPE_EVERY_MONTH",
2427
+ "REPEAT_TYPE_CUSTOM",
2428
+ "REPEAT_TYPE_DATES_SPECIFIED"
2429
+ ]
2430
+ },
2431
+ "pushwoosh.cj.journey.PointParamsABSplitter": {
2432
+ "type": "I",
2433
+ "fields": {
2434
+ "split": {
2435
+ "type": "number",
2436
+ "array": true
2437
+ },
2438
+ "autoSelectWinner": {
2439
+ "type": "boolean"
2440
+ },
2441
+ "winnerSplit": {
2442
+ "type": "number"
2443
+ }
2444
+ }
2445
+ },
2446
+ "pushwoosh.cj.journey.TagType": {
2447
+ "type": "E",
2448
+ "values": [
2449
+ "TYPE_UNKNOWN",
2450
+ "TYPE_INTEGER",
2451
+ "TYPE_STRING",
2452
+ "TYPE_LIST",
2453
+ "TYPE_DATE",
2454
+ "TYPE_BOOLEAN",
2455
+ "TYPE_PRICE",
2456
+ "TYPE_VERSION",
2457
+ "TYPE_DYNAMIC",
2458
+ "TYPE_LIST_APPEND"
2459
+ ]
2460
+ },
2461
+ "pushwoosh.cj.journey.Tag": {
2462
+ "type": "I",
2463
+ "fields": {
2464
+ "id": {
2465
+ "type": "number"
2466
+ },
2467
+ "type": {
2468
+ "type": "pushwoosh.cj.journey.TagType"
2469
+ },
2470
+ "name": {
2471
+ "type": "string"
2472
+ },
2473
+ "int": {
2474
+ "type": "number"
2475
+ },
2476
+ "str": {
2477
+ "type": "string"
2478
+ },
2479
+ "list": {
2480
+ "type": "pushwoosh.cj.journey.TagValueList"
2481
+ },
2482
+ "date": {
2483
+ "type": "Date"
2484
+ },
2485
+ "bool": {
2486
+ "type": "boolean"
2487
+ },
2488
+ "price": {
2489
+ "type": "number"
2490
+ },
2491
+ "version": {
2492
+ "type": "string"
2493
+ },
2494
+ "dynamic": {
2495
+ "type": "pushwoosh.cj.journey.TagValueDynamic"
2496
+ },
2497
+ "timezone": {
2498
+ "type": "string"
2499
+ },
2500
+ "dynamicModification": {
2501
+ "type": "boolean"
2502
+ },
2503
+ "setTagOperation": {
2504
+ "type": "pushwoosh.cj.journey.SetTagOperation"
2505
+ }
2506
+ },
2507
+ "oneofs": {
2508
+ "value": {
2509
+ "oneof": [
2510
+ "int",
2511
+ "str",
2512
+ "list",
2513
+ "date",
2514
+ "bool",
2515
+ "price",
2516
+ "version",
2517
+ "dynamic",
2518
+ "timezone"
2519
+ ]
2520
+ }
2521
+ }
2522
+ },
2523
+ "pushwoosh.cj.journey.SetTagOperation": {
2524
+ "type": "E",
2525
+ "values": [
2526
+ "SetTagOperationUnknown",
2527
+ "SetTagOperationOverwrite",
2528
+ "SetTagOperationAppend",
2529
+ "SetTagOperationRemove",
2530
+ "SetTagOperationIncrement",
2531
+ "SetTagOperationDecrement"
2532
+ ]
2533
+ },
2534
+ "pushwoosh.cj.journey.TagValueList": {
2535
+ "type": "I",
2536
+ "fields": {
2537
+ "value": {
2538
+ "type": "string",
2539
+ "array": true
2540
+ }
2541
+ }
2542
+ },
2543
+ "pushwoosh.cj.journey.TagValueDynamic": {
2544
+ "type": "I",
2545
+ "fields": {
2546
+ "pointId": {
2547
+ "type": "string"
2548
+ },
2549
+ "eventName": {
2550
+ "type": "string"
2551
+ },
2552
+ "attribute": {
2553
+ "type": "string"
2554
+ },
2555
+ "applicationCode": {
2556
+ "type": "string"
2557
+ }
2558
+ }
2559
+ },
2560
+ "pushwoosh.cj.journey.PointParamsSetTags": {
2561
+ "type": "I",
2562
+ "fields": {
2563
+ "applicationCode": {
2564
+ "type": "string"
2565
+ },
2566
+ "tags": {
2567
+ "type": "pushwoosh.cj.journey.Tag",
2568
+ "array": true
2569
+ }
2570
+ }
2571
+ },
2572
+ "pushwoosh.cj.journey.Position": {
2573
+ "type": "I",
2574
+ "fields": {
2575
+ "x": {
2576
+ "type": "number"
2577
+ },
2578
+ "y": {
2579
+ "type": "number"
2580
+ }
2581
+ }
2582
+ },
2583
+ "pushwoosh.cj.journey.PointParamsStartByAPI": {
2584
+ "type": "I",
2585
+ "fields": {
2586
+ "applicationCode": {
2587
+ "type": "string"
2588
+ },
2589
+ "entryLimitsEnabled": {
2590
+ "type": "boolean"
2591
+ },
2592
+ "entryLimitsPerSecond": {
2593
+ "type": "number"
2594
+ },
2595
+ "isDeactivated": {
2596
+ "type": "boolean"
2597
+ },
2598
+ "attributes": {
2599
+ "type": "string",
2600
+ "array": true
2601
+ }
2602
+ }
2603
+ },
2604
+ "pushwoosh.cj.journey.PointParamsTerminator": {
2605
+ "type": "I",
2606
+ "fields": {}
2607
+ },
2608
+ "pushwoosh.cj.journey.Capping": {
2609
+ "type": "I",
2610
+ "fields": {
2611
+ "enabled": {
2612
+ "type": "boolean"
2613
+ },
2614
+ "count": {
2615
+ "type": "number"
2616
+ },
2617
+ "days": {
2618
+ "type": "number"
2619
+ },
2620
+ "doNotIncrease": {
2621
+ "type": "boolean"
2622
+ }
2623
+ }
2624
+ },
2625
+ "pushwoosh.cj.journey.InboxOptions": {
2626
+ "type": "I",
2627
+ "fields": {
2628
+ "enabled": {
2629
+ "type": "boolean"
2630
+ },
2631
+ "expireAtDate": {
2632
+ "type": "Date"
2633
+ },
2634
+ "expireInDays": {
2635
+ "type": "number"
2636
+ },
2637
+ "imgUrl": {
2638
+ "type": "string"
2639
+ },
2640
+ "richMediaCode": {
2641
+ "type": "string"
2642
+ }
2643
+ }
2644
+ },
2645
+ "pushwoosh.cj.journey.GetJourneyStatsByPointsExternalRequest": {
2646
+ "type": "I",
2647
+ "fields": {
2648
+ "uuid": {
2649
+ "type": "string"
2650
+ },
2651
+ "fromDate": {
2652
+ "type": "string"
2653
+ },
2654
+ "toDate": {
2655
+ "type": "string"
2656
+ }
2657
+ }
2658
+ },
2659
+ "pushwoosh.cj.journey.GetJourneyStatsByPointsExternalResponse": {
2660
+ "type": "I",
2661
+ "fields": {
2662
+ "payload": {
2663
+ "type": "pushwoosh.cj.journey.JourneyStatsByPointsExternalResponsePayload"
2664
+ }
2665
+ }
2666
+ },
2667
+ "pushwoosh.cj.journey.JourneyStatsByPointsExternalResponsePayload": {
2668
+ "type": "I",
2669
+ "fields": {
2670
+ "points": {
2671
+ "type": "pushwoosh.cj.journey.JourneyStatsByPointsExternalItemGet",
2672
+ "array": true
2673
+ },
2674
+ "title": {
2675
+ "type": "string"
2676
+ }
2677
+ }
2678
+ },
2679
+ "pushwoosh.cj.journey.JourneyStatsByPointsExternalItemGet": {
2680
+ "type": "I",
2681
+ "fields": {
2682
+ "pointTitle": {
2683
+ "type": "string"
2684
+ },
2685
+ "campaignCode": {
2686
+ "type": "string"
2687
+ },
2688
+ "presetCode": {
2689
+ "type": "string"
2690
+ },
2691
+ "pointStat": {
2692
+ "type": "pushwoosh.cj.journey.PointStat"
2693
+ }
2694
+ }
2695
+ },
2696
+ "pushwoosh.cj.journey.GetJourneyStatsByPointRequest": {
2697
+ "type": "I",
2698
+ "fields": {
2699
+ "uuid": {
2700
+ "type": "string"
2701
+ },
2702
+ "fromDate": {
2703
+ "type": "string"
2704
+ },
2705
+ "toDate": {
2706
+ "type": "string"
2707
+ }
2708
+ }
2709
+ },
2710
+ "pushwoosh.cj.journey.GetJourneyStatsByPointResponse": {
2711
+ "type": "I",
2712
+ "fields": {
2713
+ "metadata": {
2714
+ "type": "pushwoosh.cj.journey.JourneyStatsByPointMeta"
2715
+ },
2716
+ "payload": {
2717
+ "type": "pushwoosh.cj.journey.JourneyStatsByPointsResponsePayload"
2718
+ }
2719
+ }
2720
+ },
2721
+ "pushwoosh.cj.journey.JourneyStatsByPointsResponsePayload": {
2722
+ "type": "I",
2723
+ "fields": {
2724
+ "points": {
2725
+ "type": "pushwoosh.cj.journey.JourneyStatsByPointsItemGet",
2726
+ "array": true
2727
+ },
2728
+ "journey": {
2729
+ "type": "pushwoosh.cj.journey.JourneyStatItems"
2730
+ }
2731
+ }
2732
+ },
2733
+ "pushwoosh.cj.journey.JourneyStatsByPointsItemGet": {
2734
+ "type": "I",
2735
+ "fields": {
2736
+ "pointId": {
2737
+ "type": "string"
2738
+ },
2739
+ "pointType": {
2740
+ "type": "string"
2741
+ },
2742
+ "journeyId": {
2743
+ "type": "string"
2744
+ },
2745
+ "pointStat": {
2746
+ "type": "pushwoosh.cj.journey.PointStat"
2747
+ },
2748
+ "pointOutputStat": {
2749
+ "type": "pushwoosh.cj.journey.PointOutputStat",
2750
+ "array": true
2751
+ },
2752
+ "waitingTravellers": {
2753
+ "type": "number"
2754
+ },
2755
+ "entries": {
2756
+ "type": "number"
2757
+ }
2758
+ }
2759
+ },
2760
+ "pushwoosh.cj.journey.JourneyStatItems": {
2761
+ "type": "I",
2762
+ "fields": {
2763
+ "total": {
2764
+ "type": "number"
2765
+ },
2766
+ "uniqueUsersCount": {
2767
+ "type": "number"
2768
+ },
2769
+ "avgCtr": {
2770
+ "type": "number"
2771
+ },
2772
+ "left": {
2773
+ "type": "number"
2774
+ },
2775
+ "leftByError": {
2776
+ "type": "number"
2777
+ },
2778
+ "inside": {
2779
+ "type": "number"
2780
+ },
2781
+ "achievedGoal": {
2782
+ "type": "number"
2783
+ },
2784
+ "goals": {
2785
+ "type": "number",
2786
+ "mapKeyType": "string"
2787
+ },
2788
+ "goalsByPoints": {
2789
+ "type": "number",
2790
+ "mapKeyType": "string"
2791
+ },
2792
+ "goalsToPointsMap": {
2793
+ "type": "pushwoosh.cj.journey.GoalPointStats",
2794
+ "mapKeyType": "string"
2795
+ },
2796
+ "pointsToGoalsMap": {
2797
+ "type": "pushwoosh.cj.journey.GoalPointStats",
2798
+ "mapKeyType": "string"
2799
+ },
2800
+ "abSplitStats": {
2801
+ "type": "pushwoosh.cj.journey.ABSplitStat",
2802
+ "mapKeyType": "string"
2803
+ },
2804
+ "totalSkipped": {
2805
+ "type": "number"
2806
+ }
2807
+ }
2808
+ },
2809
+ "pushwoosh.cj.journey.PointOutputStat": {
2810
+ "type": "I",
2811
+ "fields": {
2812
+ "key": {
2813
+ "type": "string"
2814
+ },
2815
+ "nextPointId": {
2816
+ "type": "string"
2817
+ },
2818
+ "count": {
2819
+ "type": "number"
2820
+ },
2821
+ "errors": {
2822
+ "type": "number",
2823
+ "mapKeyType": "string"
2824
+ }
2825
+ }
2826
+ },
2827
+ "pushwoosh.cj.journey.ABSplitStat": {
2828
+ "type": "I",
2829
+ "fields": {
2830
+ "id": {
2831
+ "type": "string"
2832
+ },
2833
+ "outputs": {
2834
+ "type": "pushwoosh.cj.journey.ABOutputStats",
2835
+ "mapKeyType": "string"
2836
+ }
2837
+ }
2838
+ },
2839
+ "pushwoosh.cj.journey.ABOutputStats": {
2840
+ "type": "I",
2841
+ "fields": {
2842
+ "items": {
2843
+ "type": "pushwoosh.cj.journey.ABOutputStat",
2844
+ "array": true
2845
+ }
2846
+ }
2847
+ },
2848
+ "pushwoosh.cj.journey.ABOutputStat": {
2849
+ "type": "I",
2850
+ "fields": {
2851
+ "visits": {
2852
+ "type": "number"
2853
+ },
2854
+ "goals": {
2855
+ "type": "number"
2856
+ },
2857
+ "goalUuid": {
2858
+ "type": "string"
2859
+ },
2860
+ "conversion": {
2861
+ "type": "number"
2862
+ },
2863
+ "uplift": {
2864
+ "type": "number"
2865
+ },
2866
+ "zScore": {
2867
+ "type": "number"
2868
+ },
2869
+ "pValue": {
2870
+ "type": "number"
2871
+ },
2872
+ "betterThanControl": {
2873
+ "type": "boolean"
2874
+ },
2875
+ "significant": {
2876
+ "type": "boolean"
2877
+ },
2878
+ "message": {
2879
+ "type": "string"
2880
+ }
2881
+ }
2882
+ },
2883
+ "pushwoosh.cj.journey.GoalPointStats": {
2884
+ "type": "I",
2885
+ "fields": {
2886
+ "items": {
2887
+ "type": "pushwoosh.cj.journey.GoalPointStat",
2888
+ "array": true
2889
+ }
2890
+ }
2891
+ },
2892
+ "pushwoosh.cj.journey.GoalPointStat": {
2893
+ "type": "I",
2894
+ "fields": {
2895
+ "pointUuid": {
2896
+ "type": "string"
2897
+ },
2898
+ "count": {
2899
+ "type": "number"
2900
+ }
2901
+ }
2902
+ },
2903
+ "pushwoosh.cj.journey.GetAccountRestrictionValuesRequest": {
2904
+ "type": "I",
2905
+ "fields": {}
2906
+ },
2907
+ "pushwoosh.cj.journey.GetAccountRestrictionValuesResponse": {
2908
+ "type": "I",
2909
+ "fields": {
2910
+ "payload": {
2911
+ "type": "pushwoosh.cj.journey.AccountRestrictionValues"
2912
+ }
2913
+ }
2914
+ },
2915
+ "pushwoosh.cj.journey.AccountRestrictionValues": {
2916
+ "type": "I",
2917
+ "fields": {
2918
+ "allowCjSms": {
2919
+ "type": "boolean"
2920
+ },
2921
+ "allowCjWhatsapp": {
2922
+ "type": "boolean"
2923
+ },
2924
+ "allowCjDynamicSetTagsInUpdateProfile": {
2925
+ "type": "boolean"
2926
+ },
2927
+ "allowCjAddBranchesInWaitForTrigger": {
2928
+ "type": "boolean"
2929
+ },
2930
+ "allowCjEmailBcc": {
2931
+ "type": "boolean"
2932
+ },
2933
+ "allowCjLine": {
2934
+ "type": "boolean"
2935
+ }
2936
+ }
2937
+ },
2938
+ "pushwoosh.cj.journey.GetJourneyGeneralTimeStatisticsRequest": {
2939
+ "type": "I",
2940
+ "fields": {
2941
+ "uuid": {
2942
+ "type": "string"
2943
+ },
2944
+ "application": {
2945
+ "type": "string"
2946
+ },
2947
+ "timestampFrom": {
2948
+ "type": "string"
2949
+ },
2950
+ "timestampTo": {
2951
+ "type": "string"
2952
+ }
2953
+ }
2954
+ },
2955
+ "pushwoosh.cj.journey.GetJourneyGeneralTimeStatisticsResponse.MetricTimeseries": {
2956
+ "type": "I",
2957
+ "fields": {
2958
+ "breakdown": {
2959
+ "type": "string"
2960
+ },
2961
+ "values": {
2962
+ "type": "number",
2963
+ "array": true
2964
+ }
2965
+ }
2966
+ },
2967
+ "pushwoosh.cj.journey.GetJourneyGeneralTimeStatisticsResponse": {
2968
+ "type": "I",
2969
+ "fields": {
2970
+ "timestamps": {
2971
+ "type": "string",
2972
+ "array": true
2973
+ },
2974
+ "entrances": {
2975
+ "type": "pushwoosh.cj.journey.GetJourneyGeneralTimeStatisticsResponse.MetricTimeseries",
2976
+ "array": true
2977
+ },
2978
+ "sendsByChannel": {
2979
+ "type": "pushwoosh.cj.journey.GetJourneyGeneralTimeStatisticsResponse.MetricTimeseries",
2980
+ "array": true
2981
+ },
2982
+ "dropOffs": {
2983
+ "type": "pushwoosh.cj.journey.GetJourneyGeneralTimeStatisticsResponse.MetricTimeseries",
2984
+ "array": true
2985
+ },
2986
+ "goals": {
2987
+ "type": "pushwoosh.cj.journey.GetJourneyGeneralTimeStatisticsResponse.MetricTimeseries",
2988
+ "array": true
2989
+ },
2990
+ "totalEntrances": {
2991
+ "type": "number"
2992
+ },
2993
+ "totalSends": {
2994
+ "type": "number"
2995
+ },
2996
+ "totalOpens": {
2997
+ "type": "number"
2998
+ },
2999
+ "totalDropOffs": {
3000
+ "type": "number"
3001
+ },
3002
+ "recipients": {
3003
+ "type": "number"
3004
+ }
3005
+ }
3006
+ },
3007
+ "pushwoosh.cj.journey.GetJourneyUsersRequest": {
3008
+ "type": "I",
3009
+ "fields": {
3010
+ "uuid": {
3011
+ "type": "string"
3012
+ },
3013
+ "application": {
3014
+ "type": "string"
3015
+ },
3016
+ "search": {
3017
+ "type": "string"
3018
+ },
3019
+ "timestampFrom": {
3020
+ "type": "string"
3021
+ },
3022
+ "timestampTo": {
3023
+ "type": "string"
3024
+ },
3025
+ "pageSize": {
3026
+ "type": "number"
3027
+ },
3028
+ "page": {
3029
+ "type": "number"
3030
+ }
3031
+ }
3032
+ },
3033
+ "pushwoosh.cj.journey.UserStatus": {
3034
+ "type": "E",
3035
+ "values": [
3036
+ "unknown",
3037
+ "inJourneyNow",
3038
+ "exited",
3039
+ "droppedOff"
3040
+ ]
3041
+ },
3042
+ "pushwoosh.cj.journey.GetJourneyUsersResponse.UserPoint": {
3043
+ "type": "I",
3044
+ "fields": {
3045
+ "userId": {
3046
+ "type": "string"
3047
+ },
3048
+ "lastPointType": {
3049
+ "type": "string"
3050
+ },
3051
+ "lastPointName": {
3052
+ "type": "string"
3053
+ },
3054
+ "status": {
3055
+ "type": "pushwoosh.cj.journey.UserStatus"
3056
+ },
3057
+ "enterPointType": {
3058
+ "type": "string"
3059
+ },
3060
+ "enterPointName": {
3061
+ "type": "string"
3062
+ }
3063
+ }
3064
+ },
3065
+ "pushwoosh.cj.journey.GetJourneyUsersResponse": {
3066
+ "type": "I",
3067
+ "fields": {
3068
+ "users": {
3069
+ "type": "pushwoosh.cj.journey.GetJourneyUsersResponse.UserPoint",
3070
+ "array": true
3071
+ },
3072
+ "totals": {
3073
+ "type": "number"
3074
+ }
3075
+ }
3076
+ },
3077
+ "pushwoosh.cj.journey.GetVoucherPoolsRequest": {
3078
+ "type": "I",
3079
+ "fields": {
3080
+ "applicationCode": {
3081
+ "type": "string"
3082
+ }
3083
+ }
3084
+ },
3085
+ "pushwoosh.cj.journey.GetVoucherPoolsResponse": {
3086
+ "type": "I",
3087
+ "fields": {
3088
+ "payload": {
3089
+ "type": "pushwoosh.cj.journey.VoucherPool",
3090
+ "array": true
3091
+ }
3092
+ }
3093
+ },
3094
+ "pushwoosh.cj.journey.VoucherPool": {
3095
+ "type": "I",
3096
+ "fields": {
3097
+ "name": {
3098
+ "type": "string"
3099
+ }
3100
+ }
3101
+ },
3102
+ "pushwoosh.cj.journey_category.Category": {
3103
+ "type": "S",
3104
+ "key": "category",
3105
+ "methods": {
3106
+ "GetCategoriesList": {
3107
+ "request": "pushwoosh.cj.journey_category.GetCategoriesListRequest",
3108
+ "response": "pushwoosh.cj.journey_category.GetCategoriesListResponse",
3109
+ "method": "get",
3110
+ "path": "/api/v2/journeycategorygateway"
3111
+ },
3112
+ "CreateCategory": {
3113
+ "request": "pushwoosh.cj.journey_category.CreateCategoryRequest",
3114
+ "response": "pushwoosh.cj.journey_category.CreateCategoryResponse",
3115
+ "method": "post",
3116
+ "path": "/api/v2/journeycategorygateway"
3117
+ },
3118
+ "DeleteCategory": {
3119
+ "request": "pushwoosh.cj.journey_category.DeleteCategoryRequest",
3120
+ "response": "pushwoosh.cj.journey_category.DeleteCategoryResponse",
3121
+ "method": "delete",
3122
+ "path": "/api/v2/journeycategorygateway/{uuid}"
3123
+ }
3124
+ }
3125
+ },
3126
+ "pushwoosh.cj.journey_category.GetCategoriesListRequest": {
3127
+ "type": "I",
3128
+ "fields": {
3129
+ "applicationCode": {
3130
+ "type": "string"
3131
+ },
3132
+ "page": {
3133
+ "type": "number"
3134
+ },
3135
+ "pageSize": {
3136
+ "type": "number"
3137
+ }
3138
+ }
3139
+ },
3140
+ "pushwoosh.cj.journey_category.GetCategoriesListResponse": {
3141
+ "type": "I",
3142
+ "fields": {
3143
+ "categories": {
3144
+ "type": "pushwoosh.cj.journey_category.Info",
3145
+ "array": true
3146
+ }
3147
+ }
3148
+ },
3149
+ "pushwoosh.cj.journey_category.CreateCategoryRequest": {
3150
+ "type": "I",
3151
+ "fields": {
3152
+ "applicationCode": {
3153
+ "type": "string"
3154
+ },
3155
+ "title": {
3156
+ "type": "string"
3157
+ }
3158
+ }
3159
+ },
3160
+ "pushwoosh.cj.journey_category.CreateCategoryResponse": {
3161
+ "type": "I",
3162
+ "fields": {
3163
+ "category": {
3164
+ "type": "pushwoosh.cj.journey_category.Info"
3165
+ }
3166
+ }
3167
+ },
3168
+ "pushwoosh.cj.journey_category.DeleteCategoryRequest": {
3169
+ "type": "I",
3170
+ "fields": {
3171
+ "uuid": {
3172
+ "type": "string"
3173
+ }
3174
+ }
3175
+ },
3176
+ "pushwoosh.cj.journey_category.DeleteCategoryResponse": {
3177
+ "type": "I",
3178
+ "fields": {
3179
+ "affectedJourneyUuids": {
3180
+ "type": "string",
3181
+ "array": true
3182
+ }
3183
+ }
3184
+ },
3185
+ "pushwoosh.cj.journey_category.Info": {
3186
+ "type": "I",
3187
+ "fields": {
3188
+ "uuid": {
3189
+ "type": "string"
3190
+ },
3191
+ "title": {
3192
+ "type": "string"
3193
+ },
3194
+ "createdAt": {
3195
+ "type": "string"
3196
+ }
3197
+ }
3198
+ }
3199
+ };