@pushwoosh/rpc-gateway-messaging 0.6.31

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,4378 @@
1
+ /* eslint-disable */
2
+ /* Autogenerated code */
3
+ export const data = {
4
+ "pushwoosh.channels.messagingApi.v2.MessagesInProgressService": {
5
+ "type": "S",
6
+ "key": "messagesInProgress",
7
+ "methods": {}
8
+ },
9
+ "pushwoosh.channels.messagingApi.v2.MessageStalledStatusState": {
10
+ "type": "E",
11
+ "values": [
12
+ "MESSAGE_STATUS_STATE_UNKNOWN",
13
+ "MESSAGE_STATUS_STATE_ALIVE",
14
+ "MESSAGE_STATUS_STATE_STUCK",
15
+ "MESSAGE_STATUS_STATE_DEAD"
16
+ ]
17
+ },
18
+ "pushwoosh.channels.messagingApi.v2.MessageStalled": {
19
+ "type": "I",
20
+ "fields": {
21
+ "messageCode": {
22
+ "type": "string"
23
+ },
24
+ "clientId": {
25
+ "type": "string"
26
+ },
27
+ "state": {
28
+ "type": "pushwoosh.channels.messagingApi.v2.MessageStalledStatusState"
29
+ },
30
+ "processed": {
31
+ "type": "number"
32
+ },
33
+ "isClientAlive": {
34
+ "type": "boolean"
35
+ },
36
+ "accountId": {
37
+ "type": "number"
38
+ },
39
+ "lastUpdated": {
40
+ "type": "Date"
41
+ },
42
+ "lastResend": {
43
+ "type": "Date"
44
+ }
45
+ }
46
+ },
47
+ "pushwoosh.channels.messagingApi.v2.ListRequest": {
48
+ "type": "I",
49
+ "fields": {}
50
+ },
51
+ "pushwoosh.channels.messagingApi.v2.ListResponse": {
52
+ "type": "I",
53
+ "fields": {
54
+ "messages": {
55
+ "type": "pushwoosh.channels.messagingApi.v2.MessageStalled",
56
+ "array": true
57
+ }
58
+ }
59
+ },
60
+ "pushwoosh.channels.messagingApi.v2.GetStalledMessageRequest": {
61
+ "type": "I",
62
+ "fields": {
63
+ "messageCode": {
64
+ "type": "string"
65
+ }
66
+ }
67
+ },
68
+ "pushwoosh.channels.messagingApi.v2.GetStalledMessageResponse": {
69
+ "type": "I",
70
+ "fields": {
71
+ "message": {
72
+ "type": "pushwoosh.channels.messagingApi.v2.MessageStalled"
73
+ }
74
+ }
75
+ },
76
+ "pushwoosh.channels.messagingApi.v2.ResendMessageRequest": {
77
+ "type": "I",
78
+ "fields": {
79
+ "messageCode": {
80
+ "type": "string"
81
+ }
82
+ }
83
+ },
84
+ "pushwoosh.channels.messagingApi.v2.ResendMessageResponse": {
85
+ "type": "I",
86
+ "fields": {}
87
+ },
88
+ "pushwoosh.channels.messagingApi.v2.ClearMessageRequest": {
89
+ "type": "I",
90
+ "fields": {
91
+ "messageCode": {
92
+ "type": "string"
93
+ }
94
+ }
95
+ },
96
+ "pushwoosh.channels.messagingApi.v2.ClearMessageResponse": {
97
+ "type": "I",
98
+ "fields": {}
99
+ },
100
+ "pushwoosh.channels.messagingApi.v2.MessagingService": {
101
+ "type": "S",
102
+ "key": "messaging",
103
+ "methods": {
104
+ "Notify": {
105
+ "request": "pushwoosh.channels.messagingApi.v2.NotifyRequest",
106
+ "response": "pushwoosh.channels.messagingApi.v2.NotifyResponse",
107
+ "method": "post",
108
+ "path": "/messaging/v2/notify"
109
+ },
110
+ "Cancel": {
111
+ "request": "pushwoosh.channels.messagingApi.v2.CancelRequest",
112
+ "response": "pushwoosh.channels.messagingApi.v2.CancelResponse",
113
+ "method": "post",
114
+ "path": "/messaging/v2/cancel"
115
+ }
116
+ }
117
+ },
118
+ "pushwoosh.channels.messagingApi.v2.NotifyRequest": {
119
+ "type": "I",
120
+ "fields": {
121
+ "segment": {
122
+ "type": "pushwoosh.channels.messagingApi.v2.NotifySegment"
123
+ },
124
+ "transactional": {
125
+ "type": "pushwoosh.channels.messagingApi.v2.NotifyTransactional"
126
+ }
127
+ },
128
+ "oneofs": {
129
+ "kind": {
130
+ "oneof": [
131
+ "segment",
132
+ "transactional"
133
+ ]
134
+ }
135
+ }
136
+ },
137
+ "pushwoosh.channels.messagingApi.v2.NotifyResponse": {
138
+ "type": "I",
139
+ "fields": {
140
+ "result": {
141
+ "type": "pushwoosh.channels.messagingApi.v2.NotifyResult"
142
+ }
143
+ }
144
+ },
145
+ "pushwoosh.channels.messagingApi.v2.NotifyResult": {
146
+ "type": "I",
147
+ "fields": {
148
+ "messageCode": {
149
+ "type": "string"
150
+ },
151
+ "unknownIdentifiers": {
152
+ "type": "string",
153
+ "array": true
154
+ }
155
+ }
156
+ },
157
+ "pushwoosh.channels.messagingApi.v2.CancelRequest": {
158
+ "type": "I",
159
+ "fields": {
160
+ "messageCode": {
161
+ "type": "string"
162
+ }
163
+ }
164
+ },
165
+ "pushwoosh.channels.messagingApi.v2.CancelResponse": {
166
+ "type": "I",
167
+ "fields": {}
168
+ },
169
+ "pushwoosh.channels.messagingApi.v2.MessageType": {
170
+ "type": "E",
171
+ "values": [
172
+ "MESSAGE_TYPE_UNSPECIFIED",
173
+ "MESSAGE_TYPE_MARKETING",
174
+ "MESSAGE_TYPE_TRANSACTIONAL"
175
+ ]
176
+ },
177
+ "pushwoosh.channels.messagingApi.v2.RegistrationType": {
178
+ "type": "E",
179
+ "values": [
180
+ "REGISTRATION_TYPE_DEFAULT",
181
+ "REGISTRATION_TYPE_NONE",
182
+ "REGISTRATION_TYPE_FORCE"
183
+ ]
184
+ },
185
+ "pushwoosh.channels.messagingApi.v2.Platform": {
186
+ "type": "E",
187
+ "values": [
188
+ "UNKNOWN",
189
+ "IOS",
190
+ "ANDROID",
191
+ "OSX",
192
+ "WINDOWS",
193
+ "AMAZON",
194
+ "SAFARI",
195
+ "CHROME",
196
+ "FIREFOX",
197
+ "IE",
198
+ "EMAIL",
199
+ "BAIDU_ANDROID",
200
+ "HUAWEI_ANDROID",
201
+ "SMS",
202
+ "WEB",
203
+ "WHATS_APP",
204
+ "LINE",
205
+ "KAKAO",
206
+ "TELEGRAM"
207
+ ]
208
+ },
209
+ "pushwoosh.channels.messagingApi.v2.NotifySegment": {
210
+ "type": "I",
211
+ "fields": {
212
+ "schedule": {
213
+ "type": "pushwoosh.channels.messagingApi.v2.Schedule"
214
+ },
215
+ "code": {
216
+ "type": "string"
217
+ },
218
+ "expression": {
219
+ "type": "string"
220
+ },
221
+ "filterExpression": {
222
+ "type": "pushwoosh.objects.filters.v1.FilterExpression"
223
+ },
224
+ "application": {
225
+ "type": "string"
226
+ },
227
+ "platforms": {
228
+ "type": "pushwoosh.channels.messagingApi.v2.Platform",
229
+ "array": true
230
+ },
231
+ "payload": {
232
+ "type": "pushwoosh.channels.messagingApi.v2.Payload"
233
+ },
234
+ "emailPayload": {
235
+ "type": "pushwoosh.channels.messagingApi.v2.EmailPayload"
236
+ },
237
+ "frequencyCapping": {
238
+ "type": "pushwoosh.channels.messagingApi.v2.FrequencyCapping"
239
+ },
240
+ "campaign": {
241
+ "type": "string"
242
+ },
243
+ "sendRate": {
244
+ "type": "pushwoosh.channels.messagingApi.v2.SendRate"
245
+ },
246
+ "metaData": {
247
+ "type": "object"
248
+ },
249
+ "dynamicContentPlaceholders": {
250
+ "type": "string",
251
+ "mapKeyType": "string"
252
+ },
253
+ "messageType": {
254
+ "type": "pushwoosh.channels.messagingApi.v2.MessageType"
255
+ },
256
+ "registrationType": {
257
+ "type": "pushwoosh.channels.messagingApi.v2.RegistrationType"
258
+ }
259
+ },
260
+ "oneofs": {
261
+ "target": {
262
+ "oneof": [
263
+ "code",
264
+ "expression",
265
+ "filterExpression"
266
+ ]
267
+ },
268
+ "messagePayload": {
269
+ "oneof": [
270
+ "payload",
271
+ "emailPayload"
272
+ ]
273
+ }
274
+ }
275
+ },
276
+ "pushwoosh.channels.messagingApi.v2.NotifyTransactional.HwidsList": {
277
+ "type": "I",
278
+ "fields": {
279
+ "list": {
280
+ "type": "string",
281
+ "array": true
282
+ }
283
+ }
284
+ },
285
+ "pushwoosh.channels.messagingApi.v2.NotifyTransactional.UsersList": {
286
+ "type": "I",
287
+ "fields": {
288
+ "list": {
289
+ "type": "string",
290
+ "array": true
291
+ }
292
+ }
293
+ },
294
+ "pushwoosh.channels.messagingApi.v2.NotifyTransactional.PushTokensList": {
295
+ "type": "I",
296
+ "fields": {
297
+ "list": {
298
+ "type": "string",
299
+ "array": true
300
+ }
301
+ }
302
+ },
303
+ "pushwoosh.channels.messagingApi.v2.NotifyTransactional": {
304
+ "type": "I",
305
+ "fields": {
306
+ "schedule": {
307
+ "type": "pushwoosh.channels.messagingApi.v2.Schedule"
308
+ },
309
+ "testDevices": {
310
+ "type": "boolean"
311
+ },
312
+ "hwids": {
313
+ "type": "pushwoosh.channels.messagingApi.v2.NotifyTransactional.HwidsList"
314
+ },
315
+ "users": {
316
+ "type": "pushwoosh.channels.messagingApi.v2.NotifyTransactional.UsersList"
317
+ },
318
+ "pushTokens": {
319
+ "type": "pushwoosh.channels.messagingApi.v2.NotifyTransactional.PushTokensList"
320
+ },
321
+ "application": {
322
+ "type": "string"
323
+ },
324
+ "platforms": {
325
+ "type": "pushwoosh.channels.messagingApi.v2.Platform",
326
+ "array": true
327
+ },
328
+ "payload": {
329
+ "type": "pushwoosh.channels.messagingApi.v2.Payload"
330
+ },
331
+ "emailPayload": {
332
+ "type": "pushwoosh.channels.messagingApi.v2.EmailPayload"
333
+ },
334
+ "returnUnknownIdentifiers": {
335
+ "type": "boolean"
336
+ },
337
+ "frequencyCapping": {
338
+ "type": "pushwoosh.channels.messagingApi.v2.FrequencyCapping"
339
+ },
340
+ "campaign": {
341
+ "type": "string"
342
+ },
343
+ "sendRate": {
344
+ "type": "pushwoosh.channels.messagingApi.v2.SendRate"
345
+ },
346
+ "metaData": {
347
+ "type": "object"
348
+ },
349
+ "dynamicContentPlaceholders": {
350
+ "type": "string",
351
+ "mapKeyType": "string"
352
+ },
353
+ "messageType": {
354
+ "type": "pushwoosh.channels.messagingApi.v2.MessageType"
355
+ },
356
+ "ttl": {
357
+ "type": "Duration"
358
+ },
359
+ "useLatestUserDevice": {
360
+ "type": "boolean"
361
+ },
362
+ "registrationType": {
363
+ "type": "pushwoosh.channels.messagingApi.v2.RegistrationType"
364
+ }
365
+ },
366
+ "oneofs": {
367
+ "target": {
368
+ "oneof": [
369
+ "testDevices",
370
+ "hwids",
371
+ "users",
372
+ "pushTokens"
373
+ ]
374
+ },
375
+ "messagePayload": {
376
+ "oneof": [
377
+ "payload",
378
+ "emailPayload"
379
+ ]
380
+ }
381
+ }
382
+ },
383
+ "pushwoosh.channels.messagingApi.v2.Schedule.PastTimezonesBehaviour": {
384
+ "type": "E",
385
+ "values": [
386
+ "PAST_TIMEZONES_BEHAVIOUR_DEFAULT",
387
+ "PAST_TIMEZONES_BEHAVIOUR_SEND_IMMEDIATELY",
388
+ "PAST_TIMEZONES_BEHAVIOUR_DO_NOT_SEND",
389
+ "PAST_TIMEZONES_BEHAVIOUR_NEXT_DAY"
390
+ ]
391
+ },
392
+ "pushwoosh.channels.messagingApi.v2.Schedule": {
393
+ "type": "I",
394
+ "fields": {
395
+ "at": {
396
+ "type": "Date"
397
+ },
398
+ "after": {
399
+ "type": "Duration"
400
+ },
401
+ "followUserTimezone": {
402
+ "type": "boolean"
403
+ },
404
+ "pastTimezonesBehaviour": {
405
+ "type": "pushwoosh.channels.messagingApi.v2.Schedule.PastTimezonesBehaviour"
406
+ }
407
+ },
408
+ "oneofs": {
409
+ "sendDate": {
410
+ "oneof": [
411
+ "at",
412
+ "after"
413
+ ]
414
+ }
415
+ }
416
+ },
417
+ "pushwoosh.channels.messagingApi.v2.FrequencyCapping": {
418
+ "type": "I",
419
+ "fields": {
420
+ "days": {
421
+ "type": "number"
422
+ },
423
+ "count": {
424
+ "type": "number"
425
+ },
426
+ "exclude": {
427
+ "type": "boolean"
428
+ },
429
+ "avoid": {
430
+ "type": "boolean"
431
+ }
432
+ }
433
+ },
434
+ "pushwoosh.channels.messagingApi.v2.SendRate": {
435
+ "type": "I",
436
+ "fields": {
437
+ "value": {
438
+ "type": "number"
439
+ },
440
+ "bucket": {
441
+ "type": "string"
442
+ },
443
+ "avoid": {
444
+ "type": "boolean"
445
+ }
446
+ }
447
+ },
448
+ "pushwoosh.channels.messagingApi.v2.DeliveryPriority": {
449
+ "type": "E",
450
+ "values": [
451
+ "NORMAL",
452
+ "HIGH"
453
+ ]
454
+ },
455
+ "pushwoosh.channels.messagingApi.v2.NotificationPriority": {
456
+ "type": "E",
457
+ "values": [
458
+ "PRIORITY_UNSPECIFIED",
459
+ "PRIORITY_MIN",
460
+ "PRIORITY_LOW",
461
+ "PRIORITY_DEFAULT",
462
+ "PRIORITY_HIGH",
463
+ "PRIORITY_MAX"
464
+ ]
465
+ },
466
+ "pushwoosh.channels.messagingApi.v2.LiveActivity": {
467
+ "type": "I",
468
+ "fields": {
469
+ "event": {
470
+ "type": "string"
471
+ },
472
+ "dismissalDate": {
473
+ "type": "number"
474
+ },
475
+ "contentState": {
476
+ "type": "object"
477
+ },
478
+ "staleDate": {
479
+ "type": "number"
480
+ },
481
+ "relevanceScore": {
482
+ "type": "number"
483
+ },
484
+ "attributesType": {
485
+ "type": "string"
486
+ },
487
+ "attributes": {
488
+ "type": "object"
489
+ },
490
+ "start": {
491
+ "type": "number"
492
+ }
493
+ }
494
+ },
495
+ "pushwoosh.channels.messagingApi.v2.Link.Shortener": {
496
+ "type": "E",
497
+ "values": [
498
+ "NONE",
499
+ "BITLY"
500
+ ]
501
+ },
502
+ "pushwoosh.channels.messagingApi.v2.Link": {
503
+ "type": "I",
504
+ "fields": {
505
+ "url": {
506
+ "type": "string"
507
+ },
508
+ "shortener": {
509
+ "type": "pushwoosh.channels.messagingApi.v2.Link.Shortener"
510
+ }
511
+ }
512
+ },
513
+ "pushwoosh.channels.messagingApi.v2.RichMedia": {
514
+ "type": "I",
515
+ "fields": {
516
+ "code": {
517
+ "type": "string"
518
+ },
519
+ "url": {
520
+ "type": "string"
521
+ }
522
+ },
523
+ "oneofs": {
524
+ "kind": {
525
+ "oneof": [
526
+ "code",
527
+ "url"
528
+ ]
529
+ }
530
+ }
531
+ },
532
+ "pushwoosh.channels.messagingApi.v2.DeepLink": {
533
+ "type": "I",
534
+ "fields": {
535
+ "code": {
536
+ "type": "string"
537
+ },
538
+ "params": {
539
+ "type": "string",
540
+ "mapKeyType": "string"
541
+ }
542
+ }
543
+ },
544
+ "pushwoosh.channels.messagingApi.v2.OpenAction": {
545
+ "type": "I",
546
+ "fields": {
547
+ "richMedia": {
548
+ "type": "pushwoosh.channels.messagingApi.v2.RichMedia"
549
+ },
550
+ "deepLink": {
551
+ "type": "pushwoosh.channels.messagingApi.v2.DeepLink"
552
+ },
553
+ "link": {
554
+ "type": "pushwoosh.channels.messagingApi.v2.Link"
555
+ }
556
+ },
557
+ "oneofs": {
558
+ "kind": {
559
+ "oneof": [
560
+ "richMedia",
561
+ "deepLink",
562
+ "link"
563
+ ]
564
+ }
565
+ }
566
+ },
567
+ "pushwoosh.channels.messagingApi.v2.Inbox": {
568
+ "type": "I",
569
+ "fields": {
570
+ "imageUrl": {
571
+ "type": "string"
572
+ },
573
+ "expirationDate": {
574
+ "type": "Date"
575
+ }
576
+ }
577
+ },
578
+ "pushwoosh.channels.messagingApi.v2.Content.GlobalProperties": {
579
+ "type": "I",
580
+ "fields": {
581
+ "timeToLive": {
582
+ "type": "Duration"
583
+ }
584
+ }
585
+ },
586
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIos": {
587
+ "type": "I",
588
+ "fields": {
589
+ "title": {
590
+ "type": "string"
591
+ },
592
+ "subtitle": {
593
+ "type": "string"
594
+ },
595
+ "body": {
596
+ "type": "string"
597
+ },
598
+ "timeToLive": {
599
+ "type": "Duration"
600
+ },
601
+ "isCritical": {
602
+ "type": "boolean"
603
+ },
604
+ "attachment": {
605
+ "type": "string"
606
+ },
607
+ "sound": {
608
+ "type": "string"
609
+ },
610
+ "threadId": {
611
+ "type": "string"
612
+ },
613
+ "badges": {
614
+ "type": "string"
615
+ },
616
+ "trimContent": {
617
+ "type": "boolean"
618
+ },
619
+ "categoryId": {
620
+ "type": "string"
621
+ },
622
+ "soundEnabled": {
623
+ "type": "boolean"
624
+ },
625
+ "interruptionLevel": {
626
+ "type": "string"
627
+ },
628
+ "rootParams": {
629
+ "type": "object"
630
+ },
631
+ "liveActivity": {
632
+ "type": "pushwoosh.channels.messagingApi.v2.LiveActivity"
633
+ },
634
+ "collapseId": {
635
+ "type": "string"
636
+ },
637
+ "inbox": {
638
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
639
+ },
640
+ "liveActivityId": {
641
+ "type": "string"
642
+ }
643
+ }
644
+ },
645
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAndroid": {
646
+ "type": "I",
647
+ "fields": {
648
+ "title": {
649
+ "type": "string"
650
+ },
651
+ "body": {
652
+ "type": "string"
653
+ },
654
+ "timeToLive": {
655
+ "type": "Duration"
656
+ },
657
+ "icon": {
658
+ "type": "string"
659
+ },
660
+ "banner": {
661
+ "type": "string"
662
+ },
663
+ "deliveryPriority": {
664
+ "type": "pushwoosh.channels.messagingApi.v2.DeliveryPriority"
665
+ },
666
+ "vibration": {
667
+ "type": "boolean"
668
+ },
669
+ "badges": {
670
+ "type": "string"
671
+ },
672
+ "sound": {
673
+ "type": "string"
674
+ },
675
+ "ledColor": {
676
+ "type": "string"
677
+ },
678
+ "soundEnabled": {
679
+ "type": "boolean"
680
+ },
681
+ "iconBackgroundColor": {
682
+ "type": "string"
683
+ },
684
+ "showOnLockscreen": {
685
+ "type": "boolean"
686
+ },
687
+ "rootParams": {
688
+ "type": "object"
689
+ },
690
+ "customIcon": {
691
+ "type": "string"
692
+ },
693
+ "priority": {
694
+ "type": "pushwoosh.channels.messagingApi.v2.NotificationPriority"
695
+ },
696
+ "groupId": {
697
+ "type": "string"
698
+ },
699
+ "collapseKey": {
700
+ "type": "string"
701
+ },
702
+ "inbox": {
703
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
704
+ }
705
+ }
706
+ },
707
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesChrome": {
708
+ "type": "I",
709
+ "fields": {
710
+ "title": {
711
+ "type": "string"
712
+ },
713
+ "body": {
714
+ "type": "string"
715
+ },
716
+ "timeToLive": {
717
+ "type": "Duration"
718
+ },
719
+ "icon": {
720
+ "type": "string"
721
+ },
722
+ "image": {
723
+ "type": "string"
724
+ },
725
+ "rootParams": {
726
+ "type": "object"
727
+ },
728
+ "duration": {
729
+ "type": "Duration"
730
+ },
731
+ "buttonText1": {
732
+ "type": "string"
733
+ },
734
+ "buttonUrl1": {
735
+ "type": "string"
736
+ },
737
+ "buttonText2": {
738
+ "type": "string"
739
+ },
740
+ "buttonUrl2": {
741
+ "type": "string"
742
+ },
743
+ "inbox": {
744
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
745
+ }
746
+ }
747
+ },
748
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesFirefox": {
749
+ "type": "I",
750
+ "fields": {
751
+ "title": {
752
+ "type": "string"
753
+ },
754
+ "body": {
755
+ "type": "string"
756
+ },
757
+ "icon": {
758
+ "type": "string"
759
+ },
760
+ "rootParams": {
761
+ "type": "object"
762
+ },
763
+ "inbox": {
764
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
765
+ }
766
+ }
767
+ },
768
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSafari": {
769
+ "type": "I",
770
+ "fields": {
771
+ "title": {
772
+ "type": "string"
773
+ },
774
+ "body": {
775
+ "type": "string"
776
+ },
777
+ "timeToLive": {
778
+ "type": "Duration"
779
+ },
780
+ "action": {
781
+ "type": "string"
782
+ },
783
+ "urlArguments": {
784
+ "type": "string",
785
+ "array": true
786
+ },
787
+ "inbox": {
788
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
789
+ }
790
+ }
791
+ },
792
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesMacOS": {
793
+ "type": "I",
794
+ "fields": {
795
+ "title": {
796
+ "type": "string"
797
+ },
798
+ "body": {
799
+ "type": "string"
800
+ },
801
+ "timeToLive": {
802
+ "type": "Duration"
803
+ },
804
+ "action": {
805
+ "type": "string"
806
+ },
807
+ "sound": {
808
+ "type": "string"
809
+ },
810
+ "soundEnabled": {
811
+ "type": "boolean"
812
+ },
813
+ "badges": {
814
+ "type": "string"
815
+ },
816
+ "rootParams": {
817
+ "type": "object"
818
+ },
819
+ "inbox": {
820
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
821
+ },
822
+ "subtitle": {
823
+ "type": "string"
824
+ }
825
+ }
826
+ },
827
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAmazon": {
828
+ "type": "I",
829
+ "fields": {
830
+ "title": {
831
+ "type": "string"
832
+ },
833
+ "body": {
834
+ "type": "string"
835
+ },
836
+ "timeToLive": {
837
+ "type": "Duration"
838
+ },
839
+ "banner": {
840
+ "type": "string"
841
+ },
842
+ "sound": {
843
+ "type": "string"
844
+ },
845
+ "soundEnabled": {
846
+ "type": "boolean"
847
+ },
848
+ "rootParams": {
849
+ "type": "object"
850
+ },
851
+ "icon": {
852
+ "type": "string"
853
+ },
854
+ "customIcon": {
855
+ "type": "string"
856
+ },
857
+ "priority": {
858
+ "type": "pushwoosh.channels.messagingApi.v2.NotificationPriority"
859
+ },
860
+ "inbox": {
861
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
862
+ }
863
+ }
864
+ },
865
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesBaiduAndroid": {
866
+ "type": "I",
867
+ "fields": {
868
+ "title": {
869
+ "type": "string"
870
+ },
871
+ "body": {
872
+ "type": "string"
873
+ },
874
+ "timeToLive": {
875
+ "type": "Duration"
876
+ },
877
+ "icon": {
878
+ "type": "string"
879
+ },
880
+ "banner": {
881
+ "type": "string"
882
+ },
883
+ "deliveryPriority": {
884
+ "type": "pushwoosh.channels.messagingApi.v2.DeliveryPriority"
885
+ },
886
+ "vibration": {
887
+ "type": "boolean"
888
+ },
889
+ "badges": {
890
+ "type": "string"
891
+ },
892
+ "sound": {
893
+ "type": "string"
894
+ },
895
+ "ledColor": {
896
+ "type": "string"
897
+ },
898
+ "soundEnabled": {
899
+ "type": "boolean"
900
+ },
901
+ "iconBackgroundColor": {
902
+ "type": "string"
903
+ },
904
+ "showOnLockscreen": {
905
+ "type": "boolean"
906
+ },
907
+ "rootParams": {
908
+ "type": "object"
909
+ },
910
+ "customIcon": {
911
+ "type": "string"
912
+ },
913
+ "priority": {
914
+ "type": "pushwoosh.channels.messagingApi.v2.NotificationPriority"
915
+ },
916
+ "groupId": {
917
+ "type": "string"
918
+ },
919
+ "inbox": {
920
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
921
+ }
922
+ }
923
+ },
924
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesHuaweiAndroid": {
925
+ "type": "I",
926
+ "fields": {
927
+ "title": {
928
+ "type": "string"
929
+ },
930
+ "body": {
931
+ "type": "string"
932
+ },
933
+ "timeToLive": {
934
+ "type": "Duration"
935
+ },
936
+ "icon": {
937
+ "type": "string"
938
+ },
939
+ "banner": {
940
+ "type": "string"
941
+ },
942
+ "deliveryPriority": {
943
+ "type": "pushwoosh.channels.messagingApi.v2.DeliveryPriority"
944
+ },
945
+ "vibration": {
946
+ "type": "boolean"
947
+ },
948
+ "badges": {
949
+ "type": "string"
950
+ },
951
+ "sound": {
952
+ "type": "string"
953
+ },
954
+ "ledColor": {
955
+ "type": "string"
956
+ },
957
+ "soundEnabled": {
958
+ "type": "boolean"
959
+ },
960
+ "iconBackgroundColor": {
961
+ "type": "string"
962
+ },
963
+ "showOnLockscreen": {
964
+ "type": "boolean"
965
+ },
966
+ "rootParams": {
967
+ "type": "object"
968
+ },
969
+ "customIcon": {
970
+ "type": "string"
971
+ },
972
+ "priority": {
973
+ "type": "pushwoosh.channels.messagingApi.v2.NotificationPriority"
974
+ },
975
+ "groupId": {
976
+ "type": "string"
977
+ },
978
+ "inbox": {
979
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
980
+ }
981
+ }
982
+ },
983
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIE": {
984
+ "type": "I",
985
+ "fields": {
986
+ "title": {
987
+ "type": "string"
988
+ },
989
+ "iconBadge": {
990
+ "type": "string"
991
+ },
992
+ "body": {
993
+ "type": "string"
994
+ },
995
+ "inbox": {
996
+ "type": "pushwoosh.channels.messagingApi.v2.Inbox"
997
+ }
998
+ }
999
+ },
1000
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Raw": {
1001
+ "type": "I",
1002
+ "fields": {
1003
+ "content": {
1004
+ "type": "string"
1005
+ }
1006
+ }
1007
+ },
1008
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Template": {
1009
+ "type": "I",
1010
+ "fields": {
1011
+ "title": {
1012
+ "type": "string"
1013
+ },
1014
+ "subtitle": {
1015
+ "type": "string"
1016
+ },
1017
+ "body": {
1018
+ "type": "string"
1019
+ },
1020
+ "imageUrl": {
1021
+ "type": "string"
1022
+ }
1023
+ }
1024
+ },
1025
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Type": {
1026
+ "type": "E",
1027
+ "values": [
1028
+ "TILE",
1029
+ "TOAST",
1030
+ "BADGE"
1031
+ ]
1032
+ },
1033
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows": {
1034
+ "type": "I",
1035
+ "fields": {
1036
+ "raw": {
1037
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Raw"
1038
+ },
1039
+ "template": {
1040
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Template"
1041
+ },
1042
+ "type": {
1043
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Type"
1044
+ },
1045
+ "tag": {
1046
+ "type": "string"
1047
+ },
1048
+ "cache": {
1049
+ "type": "boolean"
1050
+ },
1051
+ "timeToLive": {
1052
+ "type": "Duration"
1053
+ }
1054
+ },
1055
+ "oneofs": {
1056
+ "content": {
1057
+ "oneof": [
1058
+ "raw",
1059
+ "template"
1060
+ ]
1061
+ }
1062
+ }
1063
+ },
1064
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSMS": {
1065
+ "type": "I",
1066
+ "fields": {
1067
+ "body": {
1068
+ "type": "string"
1069
+ }
1070
+ }
1071
+ },
1072
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesTelegram": {
1073
+ "type": "I",
1074
+ "fields": {
1075
+ "body": {
1076
+ "type": "string"
1077
+ },
1078
+ "contentVariables": {
1079
+ "type": "string"
1080
+ }
1081
+ }
1082
+ },
1083
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesKakao": {
1084
+ "type": "I",
1085
+ "fields": {
1086
+ "content": {
1087
+ "type": "string"
1088
+ },
1089
+ "template": {
1090
+ "type": "string"
1091
+ },
1092
+ "contentVariables": {
1093
+ "type": "string"
1094
+ }
1095
+ }
1096
+ },
1097
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesLine": {
1098
+ "type": "I",
1099
+ "fields": {
1100
+ "content": {
1101
+ "type": "string"
1102
+ },
1103
+ "template": {
1104
+ "type": "string"
1105
+ }
1106
+ }
1107
+ },
1108
+ "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWhatsApp": {
1109
+ "type": "I",
1110
+ "fields": {
1111
+ "content": {
1112
+ "type": "string"
1113
+ },
1114
+ "contentId": {
1115
+ "type": "string"
1116
+ },
1117
+ "language": {
1118
+ "type": "string"
1119
+ },
1120
+ "contentVariables": {
1121
+ "type": "string"
1122
+ },
1123
+ "buttonUrlVariables": {
1124
+ "type": "string"
1125
+ },
1126
+ "headerVariables": {
1127
+ "type": "string"
1128
+ }
1129
+ }
1130
+ },
1131
+ "pushwoosh.channels.messagingApi.v2.Content": {
1132
+ "type": "I",
1133
+ "fields": {
1134
+ "ios": {
1135
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIos"
1136
+ },
1137
+ "android": {
1138
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAndroid"
1139
+ },
1140
+ "macOs": {
1141
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesMacOS"
1142
+ },
1143
+ "amazon": {
1144
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAmazon"
1145
+ },
1146
+ "safari": {
1147
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSafari"
1148
+ },
1149
+ "chrome": {
1150
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesChrome"
1151
+ },
1152
+ "firefox": {
1153
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesFirefox"
1154
+ },
1155
+ "baiduAndroid": {
1156
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesBaiduAndroid"
1157
+ },
1158
+ "huaweiAndroid": {
1159
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesHuaweiAndroid"
1160
+ },
1161
+ "ie": {
1162
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIE"
1163
+ },
1164
+ "windows": {
1165
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows"
1166
+ },
1167
+ "telegram": {
1168
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesTelegram"
1169
+ },
1170
+ "kakao": {
1171
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesKakao"
1172
+ },
1173
+ "line": {
1174
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesLine"
1175
+ },
1176
+ "whatsapp": {
1177
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWhatsApp"
1178
+ },
1179
+ "globalProperties": {
1180
+ "type": "pushwoosh.channels.messagingApi.v2.Content.GlobalProperties"
1181
+ },
1182
+ "sms": {
1183
+ "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSMS"
1184
+ }
1185
+ }
1186
+ },
1187
+ "pushwoosh.channels.messagingApi.v2.LocalizedContent": {
1188
+ "type": "I",
1189
+ "fields": {
1190
+ "localizedContent": {
1191
+ "type": "pushwoosh.channels.messagingApi.v2.Content",
1192
+ "mapKeyType": "string"
1193
+ }
1194
+ }
1195
+ },
1196
+ "pushwoosh.channels.messagingApi.v2.Payload": {
1197
+ "type": "I",
1198
+ "fields": {
1199
+ "preset": {
1200
+ "type": "string"
1201
+ },
1202
+ "content": {
1203
+ "type": "pushwoosh.channels.messagingApi.v2.LocalizedContent"
1204
+ },
1205
+ "silent": {
1206
+ "type": "boolean"
1207
+ },
1208
+ "customData": {
1209
+ "type": "object"
1210
+ },
1211
+ "openAction": {
1212
+ "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
1213
+ },
1214
+ "openActions": {
1215
+ "type": "pushwoosh.channels.messagingApi.v2.OpenAction",
1216
+ "mapKeyType": "number"
1217
+ },
1218
+ "voipPush": {
1219
+ "type": "boolean"
1220
+ },
1221
+ "appleWalletPassUpdate": {
1222
+ "type": "boolean"
1223
+ },
1224
+ "appleWalletPassSerial": {
1225
+ "type": "string"
1226
+ }
1227
+ },
1228
+ "oneofs": {
1229
+ "kind": {
1230
+ "oneof": [
1231
+ "content",
1232
+ "silent"
1233
+ ]
1234
+ }
1235
+ }
1236
+ },
1237
+ "pushwoosh.channels.messagingApi.v2.EmailPayload.Attachment": {
1238
+ "type": "I",
1239
+ "fields": {
1240
+ "name": {
1241
+ "type": "string"
1242
+ },
1243
+ "content": {
1244
+ "type": "string"
1245
+ }
1246
+ }
1247
+ },
1248
+ "pushwoosh.channels.messagingApi.v2.EmailPayload.Address": {
1249
+ "type": "I",
1250
+ "fields": {
1251
+ "name": {
1252
+ "type": "string"
1253
+ },
1254
+ "email": {
1255
+ "type": "string"
1256
+ }
1257
+ }
1258
+ },
1259
+ "pushwoosh.channels.messagingApi.v2.EmailPayload": {
1260
+ "type": "I",
1261
+ "fields": {
1262
+ "subject": {
1263
+ "type": "string",
1264
+ "mapKeyType": "string"
1265
+ },
1266
+ "body": {
1267
+ "type": "string"
1268
+ },
1269
+ "attachments": {
1270
+ "type": "pushwoosh.channels.messagingApi.v2.EmailPayload.Attachment",
1271
+ "array": true
1272
+ },
1273
+ "listUnsubscribe": {
1274
+ "type": "string"
1275
+ },
1276
+ "from": {
1277
+ "type": "pushwoosh.channels.messagingApi.v2.EmailPayload.Address"
1278
+ },
1279
+ "replyTo": {
1280
+ "type": "pushwoosh.channels.messagingApi.v2.EmailPayload.Address"
1281
+ },
1282
+ "emailTemplate": {
1283
+ "type": "string"
1284
+ }
1285
+ }
1286
+ },
1287
+ "pushwoosh.objects.filters.v1.__filter_collection_internal": {
1288
+ "type": "I",
1289
+ "fields": {
1290
+ "f1": {
1291
+ "type": "string"
1292
+ },
1293
+ "f2": {
1294
+ "type": "Date"
1295
+ },
1296
+ "f3": {
1297
+ "type": "pushwoosh.objects.filters.v1.Filter"
1298
+ }
1299
+ }
1300
+ },
1301
+ "pushwoosh.objects.filters.v1.LogicExpression.Binary.Operator": {
1302
+ "type": "E",
1303
+ "values": [
1304
+ "INVALID",
1305
+ "AND",
1306
+ "OR"
1307
+ ]
1308
+ },
1309
+ "pushwoosh.objects.filters.v1.LogicExpression.Binary": {
1310
+ "type": "I",
1311
+ "fields": {
1312
+ "operator": {
1313
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Binary.Operator"
1314
+ },
1315
+ "left": {
1316
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
1317
+ },
1318
+ "right": {
1319
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
1320
+ }
1321
+ }
1322
+ },
1323
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator": {
1324
+ "type": "E",
1325
+ "values": [
1326
+ "INVALID",
1327
+ "EQ",
1328
+ "NEQ",
1329
+ "IN",
1330
+ "GT",
1331
+ "GTE",
1332
+ "LT",
1333
+ "LTE",
1334
+ "STARTS_WITH",
1335
+ "ENDS_WITH",
1336
+ "LIKE",
1337
+ "IS_NULL",
1338
+ "NOT_NULL",
1339
+ "ILIKE",
1340
+ "ARRAY_CONTAINS",
1341
+ "ARRAY_INCLUDES"
1342
+ ]
1343
+ },
1344
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.ID": {
1345
+ "type": "I",
1346
+ "fields": {
1347
+ "operator": {
1348
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1349
+ },
1350
+ "value": {
1351
+ "type": "number"
1352
+ },
1353
+ "values": {
1354
+ "type": "number",
1355
+ "array": true
1356
+ }
1357
+ }
1358
+ },
1359
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Code": {
1360
+ "type": "I",
1361
+ "fields": {
1362
+ "operator": {
1363
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1364
+ },
1365
+ "value": {
1366
+ "type": "string"
1367
+ },
1368
+ "values": {
1369
+ "type": "string",
1370
+ "array": true
1371
+ }
1372
+ }
1373
+ },
1374
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.AccountID": {
1375
+ "type": "I",
1376
+ "fields": {
1377
+ "operator": {
1378
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1379
+ },
1380
+ "value": {
1381
+ "type": "number"
1382
+ },
1383
+ "values": {
1384
+ "type": "number",
1385
+ "array": true
1386
+ }
1387
+ }
1388
+ },
1389
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Name": {
1390
+ "type": "I",
1391
+ "fields": {
1392
+ "operator": {
1393
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1394
+ },
1395
+ "value": {
1396
+ "type": "string"
1397
+ },
1398
+ "values": {
1399
+ "type": "string",
1400
+ "array": true
1401
+ }
1402
+ }
1403
+ },
1404
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.ApplicationID": {
1405
+ "type": "I",
1406
+ "fields": {
1407
+ "operator": {
1408
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1409
+ },
1410
+ "value": {
1411
+ "type": "number"
1412
+ },
1413
+ "values": {
1414
+ "type": "number",
1415
+ "array": true
1416
+ }
1417
+ }
1418
+ },
1419
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.IsFiltrationInProgress": {
1420
+ "type": "I",
1421
+ "fields": {
1422
+ "operator": {
1423
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1424
+ },
1425
+ "value": {
1426
+ "type": "boolean"
1427
+ },
1428
+ "values": {
1429
+ "type": "boolean",
1430
+ "array": true
1431
+ }
1432
+ }
1433
+ },
1434
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationStartedAt": {
1435
+ "type": "I",
1436
+ "fields": {
1437
+ "operator": {
1438
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1439
+ },
1440
+ "value": {
1441
+ "type": "Date"
1442
+ },
1443
+ "values": {
1444
+ "type": "Date",
1445
+ "array": true
1446
+ }
1447
+ }
1448
+ },
1449
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastFilteredAt": {
1450
+ "type": "I",
1451
+ "fields": {
1452
+ "operator": {
1453
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1454
+ },
1455
+ "value": {
1456
+ "type": "Date"
1457
+ },
1458
+ "values": {
1459
+ "type": "Date",
1460
+ "array": true
1461
+ }
1462
+ }
1463
+ },
1464
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastCheckedAt": {
1465
+ "type": "I",
1466
+ "fields": {
1467
+ "operator": {
1468
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1469
+ },
1470
+ "value": {
1471
+ "type": "Date"
1472
+ },
1473
+ "values": {
1474
+ "type": "Date",
1475
+ "array": true
1476
+ }
1477
+ }
1478
+ },
1479
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationScheduledAt": {
1480
+ "type": "I",
1481
+ "fields": {
1482
+ "operator": {
1483
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1484
+ },
1485
+ "value": {
1486
+ "type": "Date"
1487
+ },
1488
+ "values": {
1489
+ "type": "Date",
1490
+ "array": true
1491
+ }
1492
+ }
1493
+ },
1494
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.CheckerScheduledAt": {
1495
+ "type": "I",
1496
+ "fields": {
1497
+ "operator": {
1498
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1499
+ },
1500
+ "value": {
1501
+ "type": "Date"
1502
+ },
1503
+ "values": {
1504
+ "type": "Date",
1505
+ "array": true
1506
+ }
1507
+ }
1508
+ },
1509
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.IsSystem": {
1510
+ "type": "I",
1511
+ "fields": {
1512
+ "operator": {
1513
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1514
+ },
1515
+ "value": {
1516
+ "type": "boolean"
1517
+ },
1518
+ "values": {
1519
+ "type": "boolean",
1520
+ "array": true
1521
+ }
1522
+ }
1523
+ },
1524
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.ExpirationDate": {
1525
+ "type": "I",
1526
+ "fields": {
1527
+ "operator": {
1528
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1529
+ },
1530
+ "value": {
1531
+ "type": "Date"
1532
+ },
1533
+ "values": {
1534
+ "type": "Date",
1535
+ "array": true
1536
+ }
1537
+ }
1538
+ },
1539
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Created": {
1540
+ "type": "I",
1541
+ "fields": {
1542
+ "operator": {
1543
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1544
+ },
1545
+ "value": {
1546
+ "type": "Date"
1547
+ },
1548
+ "values": {
1549
+ "type": "Date",
1550
+ "array": true
1551
+ }
1552
+ }
1553
+ },
1554
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FilterExpressionRaw": {
1555
+ "type": "I",
1556
+ "fields": {
1557
+ "operator": {
1558
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1559
+ },
1560
+ "value": {
1561
+ "type": "string"
1562
+ },
1563
+ "values": {
1564
+ "type": "string",
1565
+ "array": true
1566
+ }
1567
+ }
1568
+ },
1569
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationID": {
1570
+ "type": "I",
1571
+ "fields": {
1572
+ "operator": {
1573
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1574
+ },
1575
+ "value": {
1576
+ "type": "string"
1577
+ },
1578
+ "values": {
1579
+ "type": "string",
1580
+ "array": true
1581
+ }
1582
+ }
1583
+ },
1584
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Updated": {
1585
+ "type": "I",
1586
+ "fields": {
1587
+ "operator": {
1588
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
1589
+ },
1590
+ "value": {
1591
+ "type": "Date"
1592
+ },
1593
+ "values": {
1594
+ "type": "Date",
1595
+ "array": true
1596
+ }
1597
+ }
1598
+ },
1599
+ "pushwoosh.objects.filters.v1.LogicExpression.Field": {
1600
+ "type": "I",
1601
+ "fields": {
1602
+ "CondID": {
1603
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.ID"
1604
+ },
1605
+ "CondCode": {
1606
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Code"
1607
+ },
1608
+ "CondAccountID": {
1609
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.AccountID"
1610
+ },
1611
+ "CondName": {
1612
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Name"
1613
+ },
1614
+ "CondApplicationID": {
1615
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.ApplicationID"
1616
+ },
1617
+ "CondIsFiltrationInProgress": {
1618
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.IsFiltrationInProgress"
1619
+ },
1620
+ "CondFiltrationStartedAt": {
1621
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationStartedAt"
1622
+ },
1623
+ "CondFiltrationLastFilteredAt": {
1624
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastFilteredAt"
1625
+ },
1626
+ "CondFiltrationLastCheckedAt": {
1627
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastCheckedAt"
1628
+ },
1629
+ "CondFiltrationScheduledAt": {
1630
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationScheduledAt"
1631
+ },
1632
+ "CondCheckerScheduledAt": {
1633
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.CheckerScheduledAt"
1634
+ },
1635
+ "CondIsSystem": {
1636
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.IsSystem"
1637
+ },
1638
+ "CondExpirationDate": {
1639
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.ExpirationDate"
1640
+ },
1641
+ "CondCreated": {
1642
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Created"
1643
+ },
1644
+ "CondFilterExpressionRaw": {
1645
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FilterExpressionRaw"
1646
+ },
1647
+ "CondFiltrationID": {
1648
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationID"
1649
+ },
1650
+ "CondUpdated": {
1651
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Updated"
1652
+ }
1653
+ },
1654
+ "oneofs": {
1655
+ "kind": {
1656
+ "oneof": [
1657
+ "CondID",
1658
+ "CondCode",
1659
+ "CondAccountID",
1660
+ "CondName",
1661
+ "CondApplicationID",
1662
+ "CondIsFiltrationInProgress",
1663
+ "CondFiltrationStartedAt",
1664
+ "CondFiltrationLastFilteredAt",
1665
+ "CondFiltrationLastCheckedAt",
1666
+ "CondFiltrationScheduledAt",
1667
+ "CondCheckerScheduledAt",
1668
+ "CondIsSystem",
1669
+ "CondExpirationDate",
1670
+ "CondCreated",
1671
+ "CondFilterExpressionRaw",
1672
+ "CondFiltrationID",
1673
+ "CondUpdated"
1674
+ ]
1675
+ }
1676
+ }
1677
+ },
1678
+ "pushwoosh.objects.filters.v1.LogicExpression": {
1679
+ "type": "I",
1680
+ "fields": {
1681
+ "binary": {
1682
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Binary"
1683
+ },
1684
+ "field": {
1685
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field"
1686
+ }
1687
+ },
1688
+ "oneofs": {
1689
+ "kind": {
1690
+ "oneof": [
1691
+ "binary",
1692
+ "field"
1693
+ ]
1694
+ }
1695
+ }
1696
+ },
1697
+ "pushwoosh.objects.filters.v1.Sort": {
1698
+ "type": "I",
1699
+ "fields": {
1700
+ "field": {
1701
+ "type": "string"
1702
+ },
1703
+ "order": {
1704
+ "type": "pushwoosh.objects.filters.v1.SortOrder"
1705
+ }
1706
+ }
1707
+ },
1708
+ "pushwoosh.objects.filters.v1.SortOrder": {
1709
+ "type": "E",
1710
+ "values": [
1711
+ "INVALID",
1712
+ "ASC",
1713
+ "DESC"
1714
+ ]
1715
+ },
1716
+ "pushwoosh.objects.filters.v1.SortExpression": {
1717
+ "type": "I",
1718
+ "fields": {
1719
+ "sorts": {
1720
+ "type": "pushwoosh.objects.filters.v1.Sort",
1721
+ "array": true
1722
+ }
1723
+ }
1724
+ },
1725
+ "pushwoosh.objects.filters.v1.LockLevel": {
1726
+ "type": "E",
1727
+ "values": [
1728
+ "LOCK_LEVEL_UNDEFINED",
1729
+ "LOCK_LEVEL_UPDATE",
1730
+ "LOCK_LEVEL_NO_KEY_UPDATE",
1731
+ "LOCK_LEVEL_SHARE",
1732
+ "LOCK_LEVEL_KEY_SHARE"
1733
+ ]
1734
+ },
1735
+ "pushwoosh.objects.filters.v1.LockWaitingOption": {
1736
+ "type": "E",
1737
+ "values": [
1738
+ "LOCK_WAITING_UNDEFINED",
1739
+ "LOCK_WAITING_NOWAIT",
1740
+ "LOCK_WAITING_SKIP_LOCKED"
1741
+ ]
1742
+ },
1743
+ "pushwoosh.objects.filters.v1.ForExpression": {
1744
+ "type": "I",
1745
+ "fields": {
1746
+ "level": {
1747
+ "type": "pushwoosh.objects.filters.v1.LockLevel"
1748
+ },
1749
+ "waiting": {
1750
+ "type": "pushwoosh.objects.filters.v1.LockWaitingOption"
1751
+ }
1752
+ }
1753
+ },
1754
+ "pushwoosh.objects.filters.v1.__filter_crud_service_internal": {
1755
+ "type": "I",
1756
+ "fields": {
1757
+ "f1": {
1758
+ "type": "string"
1759
+ },
1760
+ "f2": {
1761
+ "type": "Date"
1762
+ },
1763
+ "f3": {
1764
+ "type": "{}"
1765
+ }
1766
+ }
1767
+ },
1768
+ "pushwoosh.objects.filters.v1.FiltersCrudService": {
1769
+ "type": "S",
1770
+ "key": "filtersCrud",
1771
+ "methods": {
1772
+ "Create": {
1773
+ "request": "pushwoosh.objects.filters.v1.CreateRequest",
1774
+ "response": "pushwoosh.objects.filters.v1.CreateResponse",
1775
+ "method": "post",
1776
+ "path": "/v1/objects/filters"
1777
+ },
1778
+ "CreateMany": {
1779
+ "request": "pushwoosh.objects.filters.v1.CreateManyRequest",
1780
+ "response": "pushwoosh.objects.filters.v1.CreateManyResponse",
1781
+ "method": "post",
1782
+ "path": "/v1/objects/filters:many"
1783
+ },
1784
+ "Get": {
1785
+ "request": "pushwoosh.objects.filters.v1.GetRequest",
1786
+ "response": "pushwoosh.objects.filters.v1.GetResponse",
1787
+ "method": "get",
1788
+ "path": "/v1/objects/filters/ID/{ID}"
1789
+ },
1790
+ "LoadByCode": {
1791
+ "request": "pushwoosh.objects.filters.v1.LoadByCodeRequest",
1792
+ "response": "pushwoosh.objects.filters.v1.LoadByCodeResponse",
1793
+ "method": "get",
1794
+ "path": "/v1/objects/filters/Code/{Code}"
1795
+ },
1796
+ "LoadByAccountIDName": {
1797
+ "request": "pushwoosh.objects.filters.v1.LoadByAccountIDNameRequest",
1798
+ "response": "pushwoosh.objects.filters.v1.LoadByAccountIDNameResponse",
1799
+ "method": "get",
1800
+ "path": "/v1/objects/filters/AccountID/{AccountID}/Name/{Name}"
1801
+ },
1802
+ "Delete": {
1803
+ "request": "pushwoosh.objects.filters.v1.DeleteRequest",
1804
+ "response": "{}",
1805
+ "method": "delete",
1806
+ "path": "/v1/objects/filters/ID/{ID}"
1807
+ },
1808
+ "DeleteMany": {
1809
+ "request": "pushwoosh.objects.filters.v1.DeleteManyRequest",
1810
+ "response": "pushwoosh.objects.filters.v1.DeleteManyResponse",
1811
+ "method": "delete",
1812
+ "path": "/v1/objects/filters:deleteMany"
1813
+ },
1814
+ "Count": {
1815
+ "request": "pushwoosh.objects.filters.v1.CountRequest",
1816
+ "response": "pushwoosh.objects.filters.v1.CountResponse",
1817
+ "method": "get",
1818
+ "path": "/v1/objects/filters:count"
1819
+ },
1820
+ "GetPage": {
1821
+ "request": "pushwoosh.objects.filters.v1.GetPageRequest",
1822
+ "response": "pushwoosh.objects.filters.v1.GetPageResponse",
1823
+ "method": "get",
1824
+ "path": "/v1/objects/filters:getPage"
1825
+ },
1826
+ "List": {
1827
+ "request": "pushwoosh.objects.filters.v1.ListRequest",
1828
+ "response": "pushwoosh.objects.filters.v1.ListResponse",
1829
+ "method": "get",
1830
+ "path": "/v1/objects/filters:list"
1831
+ },
1832
+ "Paginate": {
1833
+ "request": "pushwoosh.objects.filters.v1.PaginateRequest",
1834
+ "response": "pushwoosh.objects.filters.v1.PaginateResponse",
1835
+ "method": "get",
1836
+ "path": "/v1/objects/filters:paginate"
1837
+ },
1838
+ "UpdateCode": {
1839
+ "request": "pushwoosh.objects.filters.v1.UpdateCodeRequest",
1840
+ "response": "{}",
1841
+ "method": "patch",
1842
+ "path": "/v1/objects/filters/ID/{ID}/update/Code"
1843
+ },
1844
+ "UpdateAccountID": {
1845
+ "request": "pushwoosh.objects.filters.v1.UpdateAccountIDRequest",
1846
+ "response": "{}",
1847
+ "method": "patch",
1848
+ "path": "/v1/objects/filters/ID/{ID}/update/AccountID"
1849
+ },
1850
+ "UpdateName": {
1851
+ "request": "pushwoosh.objects.filters.v1.UpdateNameRequest",
1852
+ "response": "{}",
1853
+ "method": "patch",
1854
+ "path": "/v1/objects/filters/ID/{ID}/update/Name"
1855
+ },
1856
+ "UpdateApplicationID": {
1857
+ "request": "pushwoosh.objects.filters.v1.UpdateApplicationIDRequest",
1858
+ "response": "{}",
1859
+ "method": "patch",
1860
+ "path": "/v1/objects/filters/ID/{ID}/update/ApplicationID"
1861
+ },
1862
+ "UpdateIsFiltrationInProgress": {
1863
+ "request": "pushwoosh.objects.filters.v1.UpdateIsFiltrationInProgressRequest",
1864
+ "response": "{}",
1865
+ "method": "patch",
1866
+ "path": "/v1/objects/filters/ID/{ID}/update/IsFiltrationInProgress"
1867
+ },
1868
+ "UpdateFiltrationStartedAt": {
1869
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationStartedAtRequest",
1870
+ "response": "{}",
1871
+ "method": "patch",
1872
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationStartedAt"
1873
+ },
1874
+ "UpdateFiltrationLastFilteredAt": {
1875
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationLastFilteredAtRequest",
1876
+ "response": "{}",
1877
+ "method": "patch",
1878
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationLastFilteredAt"
1879
+ },
1880
+ "UpdateFiltrationLastCheckedAt": {
1881
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationLastCheckedAtRequest",
1882
+ "response": "{}",
1883
+ "method": "patch",
1884
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationLastCheckedAt"
1885
+ },
1886
+ "UpdateFiltrationScheduledAt": {
1887
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationScheduledAtRequest",
1888
+ "response": "{}",
1889
+ "method": "patch",
1890
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationScheduledAt"
1891
+ },
1892
+ "UpdateCheckerScheduledAt": {
1893
+ "request": "pushwoosh.objects.filters.v1.UpdateCheckerScheduledAtRequest",
1894
+ "response": "{}",
1895
+ "method": "patch",
1896
+ "path": "/v1/objects/filters/ID/{ID}/update/CheckerScheduledAt"
1897
+ },
1898
+ "UpdateIsSystem": {
1899
+ "request": "pushwoosh.objects.filters.v1.UpdateIsSystemRequest",
1900
+ "response": "{}",
1901
+ "method": "patch",
1902
+ "path": "/v1/objects/filters/ID/{ID}/update/IsSystem"
1903
+ },
1904
+ "UpdateExpirationDate": {
1905
+ "request": "pushwoosh.objects.filters.v1.UpdateExpirationDateRequest",
1906
+ "response": "{}",
1907
+ "method": "patch",
1908
+ "path": "/v1/objects/filters/ID/{ID}/update/ExpirationDate"
1909
+ },
1910
+ "UpdateCreated": {
1911
+ "request": "pushwoosh.objects.filters.v1.UpdateCreatedRequest",
1912
+ "response": "{}",
1913
+ "method": "patch",
1914
+ "path": "/v1/objects/filters/ID/{ID}/update/Created"
1915
+ },
1916
+ "UpdateFilterExpressionRaw": {
1917
+ "request": "pushwoosh.objects.filters.v1.UpdateFilterExpressionRawRequest",
1918
+ "response": "{}",
1919
+ "method": "patch",
1920
+ "path": "/v1/objects/filters/ID/{ID}/update/FilterExpressionRaw"
1921
+ },
1922
+ "UpdateFiltrationID": {
1923
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationIDRequest",
1924
+ "response": "{}",
1925
+ "method": "patch",
1926
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationID"
1927
+ },
1928
+ "UpdateUpdated": {
1929
+ "request": "pushwoosh.objects.filters.v1.UpdateUpdatedRequest",
1930
+ "response": "{}",
1931
+ "method": "patch",
1932
+ "path": "/v1/objects/filters/ID/{ID}/update/Updated"
1933
+ }
1934
+ }
1935
+ },
1936
+ "pushwoosh.objects.filters.v1.CreateRequest": {
1937
+ "type": "I",
1938
+ "fields": {
1939
+ "Code": {
1940
+ "type": "string"
1941
+ },
1942
+ "AccountID": {
1943
+ "type": "number"
1944
+ },
1945
+ "Name": {
1946
+ "type": "string"
1947
+ },
1948
+ "ApplicationID": {
1949
+ "type": "number"
1950
+ },
1951
+ "IsFiltrationInProgress": {
1952
+ "type": "boolean"
1953
+ },
1954
+ "FiltrationStartedAt": {
1955
+ "type": "Date"
1956
+ },
1957
+ "FiltrationLastFilteredAt": {
1958
+ "type": "Date"
1959
+ },
1960
+ "FiltrationLastCheckedAt": {
1961
+ "type": "Date"
1962
+ },
1963
+ "FiltrationScheduledAt": {
1964
+ "type": "Date"
1965
+ },
1966
+ "CheckerScheduledAt": {
1967
+ "type": "Date"
1968
+ },
1969
+ "IsSystem": {
1970
+ "type": "boolean"
1971
+ },
1972
+ "ExpirationDate": {
1973
+ "type": "Date"
1974
+ },
1975
+ "Created": {
1976
+ "type": "Date"
1977
+ },
1978
+ "FilterExpressionRaw": {
1979
+ "type": "string"
1980
+ },
1981
+ "FiltrationID": {
1982
+ "type": "string"
1983
+ },
1984
+ "Updated": {
1985
+ "type": "Date"
1986
+ }
1987
+ }
1988
+ },
1989
+ "pushwoosh.objects.filters.v1.CreateResponse": {
1990
+ "type": "I",
1991
+ "fields": {
1992
+ "filter": {
1993
+ "type": "pushwoosh.objects.filters.v1.Filter"
1994
+ }
1995
+ }
1996
+ },
1997
+ "pushwoosh.objects.filters.v1.CreateManyRequest": {
1998
+ "type": "I",
1999
+ "fields": {
2000
+ "filters": {
2001
+ "type": "pushwoosh.objects.filters.v1.CreateRequest",
2002
+ "array": true
2003
+ }
2004
+ }
2005
+ },
2006
+ "pushwoosh.objects.filters.v1.CreateManyResponse": {
2007
+ "type": "I",
2008
+ "fields": {
2009
+ "filters": {
2010
+ "type": "pushwoosh.objects.filters.v1.CreateResponse",
2011
+ "array": true
2012
+ }
2013
+ }
2014
+ },
2015
+ "pushwoosh.objects.filters.v1.DeleteRequest": {
2016
+ "type": "I",
2017
+ "fields": {
2018
+ "ID": {
2019
+ "type": "number"
2020
+ }
2021
+ }
2022
+ },
2023
+ "pushwoosh.objects.filters.v1.DeleteManyRequest": {
2024
+ "type": "I",
2025
+ "fields": {
2026
+ "where": {
2027
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
2028
+ }
2029
+ }
2030
+ },
2031
+ "pushwoosh.objects.filters.v1.DeleteManyResponse": {
2032
+ "type": "I",
2033
+ "fields": {
2034
+ "count": {
2035
+ "type": "number"
2036
+ }
2037
+ }
2038
+ },
2039
+ "pushwoosh.objects.filters.v1.CountRequest": {
2040
+ "type": "I",
2041
+ "fields": {
2042
+ "where": {
2043
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
2044
+ }
2045
+ }
2046
+ },
2047
+ "pushwoosh.objects.filters.v1.CountResponse": {
2048
+ "type": "I",
2049
+ "fields": {
2050
+ "count": {
2051
+ "type": "number"
2052
+ }
2053
+ }
2054
+ },
2055
+ "pushwoosh.objects.filters.v1.GetPageRequest": {
2056
+ "type": "I",
2057
+ "fields": {
2058
+ "where": {
2059
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
2060
+ },
2061
+ "sort": {
2062
+ "type": "pushwoosh.objects.filters.v1.SortExpression"
2063
+ },
2064
+ "pageSize": {
2065
+ "type": "number"
2066
+ },
2067
+ "pageNum": {
2068
+ "type": "number"
2069
+ },
2070
+ "forLock": {
2071
+ "type": "pushwoosh.objects.filters.v1.ForExpression"
2072
+ }
2073
+ }
2074
+ },
2075
+ "pushwoosh.objects.filters.v1.GetPageResponse": {
2076
+ "type": "I",
2077
+ "fields": {
2078
+ "filters": {
2079
+ "type": "pushwoosh.objects.filters.v1.Filter",
2080
+ "array": true
2081
+ },
2082
+ "total": {
2083
+ "type": "number"
2084
+ }
2085
+ }
2086
+ },
2087
+ "pushwoosh.objects.filters.v1.ListRequest": {
2088
+ "type": "I",
2089
+ "fields": {
2090
+ "where": {
2091
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
2092
+ },
2093
+ "sort": {
2094
+ "type": "pushwoosh.objects.filters.v1.SortExpression"
2095
+ },
2096
+ "pageSize": {
2097
+ "type": "number"
2098
+ },
2099
+ "forLock": {
2100
+ "type": "pushwoosh.objects.filters.v1.ForExpression"
2101
+ }
2102
+ }
2103
+ },
2104
+ "pushwoosh.objects.filters.v1.ListResponse": {
2105
+ "type": "I",
2106
+ "fields": {
2107
+ "paginationToken": {
2108
+ "type": "string"
2109
+ }
2110
+ }
2111
+ },
2112
+ "pushwoosh.objects.filters.v1.PaginateRequest": {
2113
+ "type": "I",
2114
+ "fields": {
2115
+ "nextPageToken": {
2116
+ "type": "string"
2117
+ }
2118
+ }
2119
+ },
2120
+ "pushwoosh.objects.filters.v1.PaginateResponse": {
2121
+ "type": "I",
2122
+ "fields": {
2123
+ "filters": {
2124
+ "type": "pushwoosh.objects.filters.v1.Filter",
2125
+ "array": true
2126
+ },
2127
+ "nextPageToken": {
2128
+ "type": "string"
2129
+ }
2130
+ }
2131
+ },
2132
+ "pushwoosh.objects.filters.v1.UpdateCodeRequest": {
2133
+ "type": "I",
2134
+ "fields": {
2135
+ "ID": {
2136
+ "type": "number"
2137
+ },
2138
+ "value": {
2139
+ "type": "string"
2140
+ }
2141
+ }
2142
+ },
2143
+ "pushwoosh.objects.filters.v1.UpdateAccountIDRequest": {
2144
+ "type": "I",
2145
+ "fields": {
2146
+ "ID": {
2147
+ "type": "number"
2148
+ },
2149
+ "value": {
2150
+ "type": "number"
2151
+ }
2152
+ }
2153
+ },
2154
+ "pushwoosh.objects.filters.v1.UpdateNameRequest": {
2155
+ "type": "I",
2156
+ "fields": {
2157
+ "ID": {
2158
+ "type": "number"
2159
+ },
2160
+ "value": {
2161
+ "type": "string"
2162
+ }
2163
+ }
2164
+ },
2165
+ "pushwoosh.objects.filters.v1.UpdateApplicationIDRequest": {
2166
+ "type": "I",
2167
+ "fields": {
2168
+ "ID": {
2169
+ "type": "number"
2170
+ },
2171
+ "value": {
2172
+ "type": "number"
2173
+ }
2174
+ }
2175
+ },
2176
+ "pushwoosh.objects.filters.v1.UpdateIsFiltrationInProgressRequest": {
2177
+ "type": "I",
2178
+ "fields": {
2179
+ "ID": {
2180
+ "type": "number"
2181
+ },
2182
+ "value": {
2183
+ "type": "boolean"
2184
+ }
2185
+ }
2186
+ },
2187
+ "pushwoosh.objects.filters.v1.UpdateFiltrationStartedAtRequest": {
2188
+ "type": "I",
2189
+ "fields": {
2190
+ "ID": {
2191
+ "type": "number"
2192
+ },
2193
+ "value": {
2194
+ "type": "Date"
2195
+ }
2196
+ }
2197
+ },
2198
+ "pushwoosh.objects.filters.v1.UpdateFiltrationLastFilteredAtRequest": {
2199
+ "type": "I",
2200
+ "fields": {
2201
+ "ID": {
2202
+ "type": "number"
2203
+ },
2204
+ "value": {
2205
+ "type": "Date"
2206
+ }
2207
+ }
2208
+ },
2209
+ "pushwoosh.objects.filters.v1.UpdateFiltrationLastCheckedAtRequest": {
2210
+ "type": "I",
2211
+ "fields": {
2212
+ "ID": {
2213
+ "type": "number"
2214
+ },
2215
+ "value": {
2216
+ "type": "Date"
2217
+ }
2218
+ }
2219
+ },
2220
+ "pushwoosh.objects.filters.v1.UpdateFiltrationScheduledAtRequest": {
2221
+ "type": "I",
2222
+ "fields": {
2223
+ "ID": {
2224
+ "type": "number"
2225
+ },
2226
+ "value": {
2227
+ "type": "Date"
2228
+ }
2229
+ }
2230
+ },
2231
+ "pushwoosh.objects.filters.v1.UpdateCheckerScheduledAtRequest": {
2232
+ "type": "I",
2233
+ "fields": {
2234
+ "ID": {
2235
+ "type": "number"
2236
+ },
2237
+ "value": {
2238
+ "type": "Date"
2239
+ }
2240
+ }
2241
+ },
2242
+ "pushwoosh.objects.filters.v1.UpdateIsSystemRequest": {
2243
+ "type": "I",
2244
+ "fields": {
2245
+ "ID": {
2246
+ "type": "number"
2247
+ },
2248
+ "value": {
2249
+ "type": "boolean"
2250
+ }
2251
+ }
2252
+ },
2253
+ "pushwoosh.objects.filters.v1.UpdateExpirationDateRequest": {
2254
+ "type": "I",
2255
+ "fields": {
2256
+ "ID": {
2257
+ "type": "number"
2258
+ },
2259
+ "value": {
2260
+ "type": "Date"
2261
+ }
2262
+ }
2263
+ },
2264
+ "pushwoosh.objects.filters.v1.UpdateCreatedRequest": {
2265
+ "type": "I",
2266
+ "fields": {
2267
+ "ID": {
2268
+ "type": "number"
2269
+ },
2270
+ "value": {
2271
+ "type": "Date"
2272
+ }
2273
+ }
2274
+ },
2275
+ "pushwoosh.objects.filters.v1.UpdateFilterExpressionRawRequest": {
2276
+ "type": "I",
2277
+ "fields": {
2278
+ "ID": {
2279
+ "type": "number"
2280
+ },
2281
+ "value": {
2282
+ "type": "string"
2283
+ }
2284
+ }
2285
+ },
2286
+ "pushwoosh.objects.filters.v1.UpdateFiltrationIDRequest": {
2287
+ "type": "I",
2288
+ "fields": {
2289
+ "ID": {
2290
+ "type": "number"
2291
+ },
2292
+ "value": {
2293
+ "type": "string"
2294
+ }
2295
+ }
2296
+ },
2297
+ "pushwoosh.objects.filters.v1.UpdateUpdatedRequest": {
2298
+ "type": "I",
2299
+ "fields": {
2300
+ "ID": {
2301
+ "type": "number"
2302
+ },
2303
+ "value": {
2304
+ "type": "Date"
2305
+ }
2306
+ }
2307
+ },
2308
+ "pushwoosh.objects.filters.v1.GetRequest": {
2309
+ "type": "I",
2310
+ "fields": {
2311
+ "ID": {
2312
+ "type": "number"
2313
+ }
2314
+ }
2315
+ },
2316
+ "pushwoosh.objects.filters.v1.GetResponse": {
2317
+ "type": "I",
2318
+ "fields": {
2319
+ "filter": {
2320
+ "type": "pushwoosh.objects.filters.v1.Filter"
2321
+ }
2322
+ }
2323
+ },
2324
+ "pushwoosh.objects.filters.v1.LoadByCodeRequest": {
2325
+ "type": "I",
2326
+ "fields": {
2327
+ "Code": {
2328
+ "type": "string"
2329
+ }
2330
+ }
2331
+ },
2332
+ "pushwoosh.objects.filters.v1.LoadByCodeResponse": {
2333
+ "type": "I",
2334
+ "fields": {
2335
+ "filter": {
2336
+ "type": "pushwoosh.objects.filters.v1.Filter"
2337
+ }
2338
+ }
2339
+ },
2340
+ "pushwoosh.objects.filters.v1.LoadByAccountIDNameRequest": {
2341
+ "type": "I",
2342
+ "fields": {
2343
+ "AccountID": {
2344
+ "type": "number"
2345
+ },
2346
+ "Name": {
2347
+ "type": "string"
2348
+ }
2349
+ }
2350
+ },
2351
+ "pushwoosh.objects.filters.v1.LoadByAccountIDNameResponse": {
2352
+ "type": "I",
2353
+ "fields": {
2354
+ "filter": {
2355
+ "type": "pushwoosh.objects.filters.v1.Filter"
2356
+ }
2357
+ }
2358
+ },
2359
+ "pushwoosh.objects.filters.v1.JoinType": {
2360
+ "type": "E",
2361
+ "values": [
2362
+ "JOIN_INVALID",
2363
+ "JOIN_INNER",
2364
+ "JOIN_LEFT",
2365
+ "JOIN_RIGHT"
2366
+ ]
2367
+ },
2368
+ "pushwoosh.objects.filters.v1.__filter_model_internal": {
2369
+ "type": "I",
2370
+ "fields": {
2371
+ "f1": {
2372
+ "type": "string"
2373
+ },
2374
+ "f2": {
2375
+ "type": "Date"
2376
+ }
2377
+ }
2378
+ },
2379
+ "pushwoosh.objects.filters.v1.Filter": {
2380
+ "type": "I",
2381
+ "fields": {
2382
+ "ID": {
2383
+ "type": "number"
2384
+ },
2385
+ "Code": {
2386
+ "type": "string"
2387
+ },
2388
+ "AccountID": {
2389
+ "type": "number"
2390
+ },
2391
+ "Name": {
2392
+ "type": "string"
2393
+ },
2394
+ "ApplicationID": {
2395
+ "type": "number"
2396
+ },
2397
+ "IsFiltrationInProgress": {
2398
+ "type": "boolean"
2399
+ },
2400
+ "FiltrationStartedAt": {
2401
+ "type": "Date"
2402
+ },
2403
+ "FiltrationLastFilteredAt": {
2404
+ "type": "Date"
2405
+ },
2406
+ "FiltrationLastCheckedAt": {
2407
+ "type": "Date"
2408
+ },
2409
+ "FiltrationScheduledAt": {
2410
+ "type": "Date"
2411
+ },
2412
+ "CheckerScheduledAt": {
2413
+ "type": "Date"
2414
+ },
2415
+ "IsSystem": {
2416
+ "type": "boolean"
2417
+ },
2418
+ "ExpirationDate": {
2419
+ "type": "Date"
2420
+ },
2421
+ "Created": {
2422
+ "type": "Date"
2423
+ },
2424
+ "FilterExpressionRaw": {
2425
+ "type": "string"
2426
+ },
2427
+ "FiltrationID": {
2428
+ "type": "string"
2429
+ },
2430
+ "Updated": {
2431
+ "type": "Date"
2432
+ }
2433
+ }
2434
+ },
2435
+ "pushwoosh.objects.filters.v1.FilterExpression.Operation.Operator": {
2436
+ "type": "E",
2437
+ "values": [
2438
+ "OPERATOR_UNSPECIFIED",
2439
+ "OPERATOR_INTERSECT",
2440
+ "OPERATOR_UNION",
2441
+ "OPERATOR_DIFFERENCE"
2442
+ ]
2443
+ },
2444
+ "pushwoosh.objects.filters.v1.FilterExpression.Operation": {
2445
+ "type": "I",
2446
+ "fields": {
2447
+ "operator": {
2448
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Operation.Operator"
2449
+ },
2450
+ "operands": {
2451
+ "type": "pushwoosh.objects.filters.v1.FilterExpression",
2452
+ "array": true
2453
+ }
2454
+ }
2455
+ },
2456
+ "pushwoosh.objects.filters.v1.FilterExpression.Application.TokenPresence": {
2457
+ "type": "E",
2458
+ "values": [
2459
+ "TOKEN_PRESENCE_UNSPECIFIED",
2460
+ "TOKEN_PRESENCE_WITH_TOKENS",
2461
+ "TOKEN_PRESENCE_WITHOUT_TOKENS",
2462
+ "TOKEN_PRESENCE_ALL"
2463
+ ]
2464
+ },
2465
+ "pushwoosh.objects.filters.v1.FilterExpression.Application.DevicePresence": {
2466
+ "type": "E",
2467
+ "values": [
2468
+ "DEVICE_PRESENCE_UNSPECIFIED",
2469
+ "DEVICE_PRESENCE_WITH_DEVICES",
2470
+ "DEVICE_PRESENCE_WITHOUT_DEVICES",
2471
+ "DEVICE_PRESENCE_ALL"
2472
+ ]
2473
+ },
2474
+ "pushwoosh.objects.filters.v1.FilterExpression.Application": {
2475
+ "type": "I",
2476
+ "fields": {
2477
+ "codes": {
2478
+ "type": "string",
2479
+ "array": true
2480
+ },
2481
+ "platforms": {
2482
+ "type": "number",
2483
+ "array": true
2484
+ },
2485
+ "tokenPresence": {
2486
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Application.TokenPresence"
2487
+ },
2488
+ "devicePresence": {
2489
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Application.DevicePresence"
2490
+ }
2491
+ }
2492
+ },
2493
+ "pushwoosh.objects.filters.v1.FilterExpression.Geo": {
2494
+ "type": "I",
2495
+ "fields": {
2496
+ "application": {
2497
+ "type": "string"
2498
+ },
2499
+ "lat": {
2500
+ "type": "number"
2501
+ },
2502
+ "lon": {
2503
+ "type": "number"
2504
+ },
2505
+ "range": {
2506
+ "type": "number"
2507
+ }
2508
+ }
2509
+ },
2510
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Eq": {
2511
+ "type": "I",
2512
+ "fields": {
2513
+ "value": {
2514
+ "type": "number"
2515
+ }
2516
+ }
2517
+ },
2518
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Neq": {
2519
+ "type": "I",
2520
+ "fields": {
2521
+ "value": {
2522
+ "type": "number"
2523
+ }
2524
+ }
2525
+ },
2526
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Lte": {
2527
+ "type": "I",
2528
+ "fields": {
2529
+ "value": {
2530
+ "type": "number"
2531
+ }
2532
+ }
2533
+ },
2534
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Gte": {
2535
+ "type": "I",
2536
+ "fields": {
2537
+ "value": {
2538
+ "type": "number"
2539
+ }
2540
+ }
2541
+ },
2542
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Any": {
2543
+ "type": "I",
2544
+ "fields": {}
2545
+ },
2546
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value": {
2547
+ "type": "I",
2548
+ "fields": {
2549
+ "eq": {
2550
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Eq"
2551
+ },
2552
+ "neq": {
2553
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Neq"
2554
+ },
2555
+ "lte": {
2556
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Lte"
2557
+ },
2558
+ "gte": {
2559
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Gte"
2560
+ },
2561
+ "any": {
2562
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Any"
2563
+ }
2564
+ },
2565
+ "oneofs": {
2566
+ "kind": {
2567
+ "oneof": [
2568
+ "eq",
2569
+ "neq",
2570
+ "lte",
2571
+ "gte",
2572
+ "any"
2573
+ ]
2574
+ }
2575
+ }
2576
+ },
2577
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend": {
2578
+ "type": "I",
2579
+ "fields": {
2580
+ "applications": {
2581
+ "type": "string",
2582
+ "array": true
2583
+ },
2584
+ "value": {
2585
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value"
2586
+ }
2587
+ }
2588
+ },
2589
+ "pushwoosh.objects.filters.v1.FilterExpression.Static": {
2590
+ "type": "I",
2591
+ "fields": {
2592
+ "application": {
2593
+ "type": "string"
2594
+ },
2595
+ "segment": {
2596
+ "type": "string"
2597
+ }
2598
+ }
2599
+ },
2600
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Count.Operator": {
2601
+ "type": "E",
2602
+ "values": [
2603
+ "OPERATOR_UNSPECIFIED",
2604
+ "OPERATOR_EQ",
2605
+ "OPERATOR_NEQ",
2606
+ "OPERATOR_LTE",
2607
+ "OPERATOR_GTE"
2608
+ ]
2609
+ },
2610
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Count": {
2611
+ "type": "I",
2612
+ "fields": {
2613
+ "operator": {
2614
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Count.Operator"
2615
+ },
2616
+ "value": {
2617
+ "type": "number"
2618
+ }
2619
+ }
2620
+ },
2621
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Eq": {
2622
+ "type": "I",
2623
+ "fields": {
2624
+ "value": {
2625
+ "type": "Date"
2626
+ }
2627
+ }
2628
+ },
2629
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Neq": {
2630
+ "type": "I",
2631
+ "fields": {
2632
+ "value": {
2633
+ "type": "Date"
2634
+ }
2635
+ }
2636
+ },
2637
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Lte": {
2638
+ "type": "I",
2639
+ "fields": {
2640
+ "value": {
2641
+ "type": "Date"
2642
+ }
2643
+ }
2644
+ },
2645
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Gte": {
2646
+ "type": "I",
2647
+ "fields": {
2648
+ "value": {
2649
+ "type": "Date"
2650
+ }
2651
+ }
2652
+ },
2653
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.In": {
2654
+ "type": "I",
2655
+ "fields": {
2656
+ "values": {
2657
+ "type": "Date",
2658
+ "array": true
2659
+ }
2660
+ }
2661
+ },
2662
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.NotIn": {
2663
+ "type": "I",
2664
+ "fields": {
2665
+ "values": {
2666
+ "type": "Date",
2667
+ "array": true
2668
+ }
2669
+ }
2670
+ },
2671
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Between": {
2672
+ "type": "I",
2673
+ "fields": {
2674
+ "from": {
2675
+ "type": "Date"
2676
+ },
2677
+ "to": {
2678
+ "type": "Date"
2679
+ }
2680
+ }
2681
+ },
2682
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Exists": {
2683
+ "type": "I",
2684
+ "fields": {
2685
+ "exists": {
2686
+ "type": "boolean"
2687
+ }
2688
+ }
2689
+ },
2690
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo.Operator": {
2691
+ "type": "E",
2692
+ "values": [
2693
+ "OPERATOR_UNSPECIFIED",
2694
+ "OPERATOR_EQ",
2695
+ "OPERATOR_NEQ",
2696
+ "OPERATOR_LTE",
2697
+ "OPERATOR_GTE",
2698
+ "OPERATOR_BETWEEN"
2699
+ ]
2700
+ },
2701
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo": {
2702
+ "type": "I",
2703
+ "fields": {
2704
+ "operator": {
2705
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo.Operator"
2706
+ },
2707
+ "value": {
2708
+ "type": "number"
2709
+ },
2710
+ "values": {
2711
+ "type": "number",
2712
+ "array": true
2713
+ }
2714
+ }
2715
+ },
2716
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date": {
2717
+ "type": "I",
2718
+ "fields": {
2719
+ "eq": {
2720
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Eq"
2721
+ },
2722
+ "neq": {
2723
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Neq"
2724
+ },
2725
+ "lte": {
2726
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Lte"
2727
+ },
2728
+ "gte": {
2729
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Gte"
2730
+ },
2731
+ "in": {
2732
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.In"
2733
+ },
2734
+ "notIn": {
2735
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.NotIn"
2736
+ },
2737
+ "between": {
2738
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Between"
2739
+ },
2740
+ "exists": {
2741
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Exists"
2742
+ },
2743
+ "daysAgo": {
2744
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo"
2745
+ }
2746
+ },
2747
+ "oneofs": {
2748
+ "kind": {
2749
+ "oneof": [
2750
+ "eq",
2751
+ "neq",
2752
+ "lte",
2753
+ "gte",
2754
+ "in",
2755
+ "notIn",
2756
+ "between",
2757
+ "exists",
2758
+ "daysAgo"
2759
+ ]
2760
+ }
2761
+ }
2762
+ },
2763
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Eq": {
2764
+ "type": "I",
2765
+ "fields": {
2766
+ "value": {
2767
+ "type": "number"
2768
+ }
2769
+ }
2770
+ },
2771
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Neq": {
2772
+ "type": "I",
2773
+ "fields": {
2774
+ "value": {
2775
+ "type": "number"
2776
+ }
2777
+ }
2778
+ },
2779
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Lte": {
2780
+ "type": "I",
2781
+ "fields": {
2782
+ "value": {
2783
+ "type": "number"
2784
+ }
2785
+ }
2786
+ },
2787
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Gte": {
2788
+ "type": "I",
2789
+ "fields": {
2790
+ "value": {
2791
+ "type": "number"
2792
+ }
2793
+ }
2794
+ },
2795
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.In": {
2796
+ "type": "I",
2797
+ "fields": {
2798
+ "values": {
2799
+ "type": "number",
2800
+ "array": true
2801
+ }
2802
+ }
2803
+ },
2804
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.NotIn": {
2805
+ "type": "I",
2806
+ "fields": {
2807
+ "values": {
2808
+ "type": "number",
2809
+ "array": true
2810
+ }
2811
+ }
2812
+ },
2813
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Between": {
2814
+ "type": "I",
2815
+ "fields": {
2816
+ "from": {
2817
+ "type": "number"
2818
+ },
2819
+ "to": {
2820
+ "type": "number"
2821
+ }
2822
+ }
2823
+ },
2824
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Exists": {
2825
+ "type": "I",
2826
+ "fields": {
2827
+ "exists": {
2828
+ "type": "boolean"
2829
+ }
2830
+ }
2831
+ },
2832
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer": {
2833
+ "type": "I",
2834
+ "fields": {
2835
+ "eq": {
2836
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Eq"
2837
+ },
2838
+ "neq": {
2839
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Neq"
2840
+ },
2841
+ "lte": {
2842
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Lte"
2843
+ },
2844
+ "gte": {
2845
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Gte"
2846
+ },
2847
+ "in": {
2848
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.In"
2849
+ },
2850
+ "notIn": {
2851
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.NotIn"
2852
+ },
2853
+ "between": {
2854
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Between"
2855
+ },
2856
+ "exists": {
2857
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Exists"
2858
+ }
2859
+ },
2860
+ "oneofs": {
2861
+ "kind": {
2862
+ "oneof": [
2863
+ "eq",
2864
+ "neq",
2865
+ "lte",
2866
+ "gte",
2867
+ "in",
2868
+ "notIn",
2869
+ "between",
2870
+ "exists"
2871
+ ]
2872
+ }
2873
+ }
2874
+ },
2875
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Eq": {
2876
+ "type": "I",
2877
+ "fields": {
2878
+ "value": {
2879
+ "type": "string"
2880
+ }
2881
+ }
2882
+ },
2883
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Neq": {
2884
+ "type": "I",
2885
+ "fields": {
2886
+ "value": {
2887
+ "type": "string"
2888
+ }
2889
+ }
2890
+ },
2891
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.In": {
2892
+ "type": "I",
2893
+ "fields": {
2894
+ "values": {
2895
+ "type": "string",
2896
+ "array": true
2897
+ }
2898
+ }
2899
+ },
2900
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.NotIn": {
2901
+ "type": "I",
2902
+ "fields": {
2903
+ "values": {
2904
+ "type": "string",
2905
+ "array": true
2906
+ }
2907
+ }
2908
+ },
2909
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Exists": {
2910
+ "type": "I",
2911
+ "fields": {
2912
+ "exists": {
2913
+ "type": "boolean"
2914
+ }
2915
+ }
2916
+ },
2917
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.StartsWith": {
2918
+ "type": "I",
2919
+ "fields": {
2920
+ "value": {
2921
+ "type": "string"
2922
+ }
2923
+ }
2924
+ },
2925
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.EndsWith": {
2926
+ "type": "I",
2927
+ "fields": {
2928
+ "value": {
2929
+ "type": "string"
2930
+ }
2931
+ }
2932
+ },
2933
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Contains": {
2934
+ "type": "I",
2935
+ "fields": {
2936
+ "value": {
2937
+ "type": "string"
2938
+ }
2939
+ }
2940
+ },
2941
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String": {
2942
+ "type": "I",
2943
+ "fields": {
2944
+ "eq": {
2945
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Eq"
2946
+ },
2947
+ "neq": {
2948
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Neq"
2949
+ },
2950
+ "in": {
2951
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.In"
2952
+ },
2953
+ "notIn": {
2954
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.NotIn"
2955
+ },
2956
+ "exists": {
2957
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Exists"
2958
+ },
2959
+ "startsWith": {
2960
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.StartsWith"
2961
+ },
2962
+ "endsWith": {
2963
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.EndsWith"
2964
+ },
2965
+ "contains": {
2966
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Contains"
2967
+ }
2968
+ },
2969
+ "oneofs": {
2970
+ "kind": {
2971
+ "oneof": [
2972
+ "eq",
2973
+ "neq",
2974
+ "in",
2975
+ "notIn",
2976
+ "exists",
2977
+ "startsWith",
2978
+ "endsWith",
2979
+ "contains"
2980
+ ]
2981
+ }
2982
+ }
2983
+ },
2984
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.In": {
2985
+ "type": "I",
2986
+ "fields": {
2987
+ "values": {
2988
+ "type": "string",
2989
+ "array": true
2990
+ }
2991
+ }
2992
+ },
2993
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.NotIn": {
2994
+ "type": "I",
2995
+ "fields": {
2996
+ "values": {
2997
+ "type": "string",
2998
+ "array": true
2999
+ }
3000
+ }
3001
+ },
3002
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.Exists": {
3003
+ "type": "I",
3004
+ "fields": {
3005
+ "exists": {
3006
+ "type": "boolean"
3007
+ }
3008
+ }
3009
+ },
3010
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List": {
3011
+ "type": "I",
3012
+ "fields": {
3013
+ "in": {
3014
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.In"
3015
+ },
3016
+ "notIn": {
3017
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.NotIn"
3018
+ },
3019
+ "exists": {
3020
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.Exists"
3021
+ }
3022
+ },
3023
+ "oneofs": {
3024
+ "kind": {
3025
+ "oneof": [
3026
+ "in",
3027
+ "notIn",
3028
+ "exists"
3029
+ ]
3030
+ }
3031
+ }
3032
+ },
3033
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Eq": {
3034
+ "type": "I",
3035
+ "fields": {
3036
+ "value": {
3037
+ "type": "Date"
3038
+ }
3039
+ }
3040
+ },
3041
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Neq": {
3042
+ "type": "I",
3043
+ "fields": {
3044
+ "value": {
3045
+ "type": "Date"
3046
+ }
3047
+ }
3048
+ },
3049
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Lte": {
3050
+ "type": "I",
3051
+ "fields": {
3052
+ "value": {
3053
+ "type": "Date"
3054
+ }
3055
+ }
3056
+ },
3057
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Gte": {
3058
+ "type": "I",
3059
+ "fields": {
3060
+ "value": {
3061
+ "type": "Date"
3062
+ }
3063
+ }
3064
+ },
3065
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.In": {
3066
+ "type": "I",
3067
+ "fields": {
3068
+ "values": {
3069
+ "type": "Date",
3070
+ "array": true
3071
+ }
3072
+ }
3073
+ },
3074
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.NotIn": {
3075
+ "type": "I",
3076
+ "fields": {
3077
+ "values": {
3078
+ "type": "Date",
3079
+ "array": true
3080
+ }
3081
+ }
3082
+ },
3083
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Between": {
3084
+ "type": "I",
3085
+ "fields": {
3086
+ "from": {
3087
+ "type": "Date"
3088
+ },
3089
+ "to": {
3090
+ "type": "Date"
3091
+ }
3092
+ }
3093
+ },
3094
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Exists": {
3095
+ "type": "I",
3096
+ "fields": {
3097
+ "exists": {
3098
+ "type": "boolean"
3099
+ }
3100
+ }
3101
+ },
3102
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo.Operator": {
3103
+ "type": "E",
3104
+ "values": [
3105
+ "OPERATOR_UNSPECIFIED",
3106
+ "OPERATOR_EQ",
3107
+ "OPERATOR_NEQ",
3108
+ "OPERATOR_LTE",
3109
+ "OPERATOR_GTE",
3110
+ "OPERATOR_BETWEEN"
3111
+ ]
3112
+ },
3113
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo": {
3114
+ "type": "I",
3115
+ "fields": {
3116
+ "operator": {
3117
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo.Operator"
3118
+ },
3119
+ "value": {
3120
+ "type": "number"
3121
+ },
3122
+ "values": {
3123
+ "type": "number",
3124
+ "array": true
3125
+ }
3126
+ }
3127
+ },
3128
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date": {
3129
+ "type": "I",
3130
+ "fields": {
3131
+ "eq": {
3132
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Eq"
3133
+ },
3134
+ "neq": {
3135
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Neq"
3136
+ },
3137
+ "lte": {
3138
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Lte"
3139
+ },
3140
+ "gte": {
3141
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Gte"
3142
+ },
3143
+ "in": {
3144
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.In"
3145
+ },
3146
+ "notIn": {
3147
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.NotIn"
3148
+ },
3149
+ "between": {
3150
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Between"
3151
+ },
3152
+ "exists": {
3153
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Exists"
3154
+ },
3155
+ "daysAgo": {
3156
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo"
3157
+ }
3158
+ },
3159
+ "oneofs": {
3160
+ "kind": {
3161
+ "oneof": [
3162
+ "eq",
3163
+ "neq",
3164
+ "lte",
3165
+ "gte",
3166
+ "in",
3167
+ "notIn",
3168
+ "between",
3169
+ "exists",
3170
+ "daysAgo"
3171
+ ]
3172
+ }
3173
+ }
3174
+ },
3175
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Eq": {
3176
+ "type": "I",
3177
+ "fields": {
3178
+ "value": {
3179
+ "type": "boolean"
3180
+ }
3181
+ }
3182
+ },
3183
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Neq": {
3184
+ "type": "I",
3185
+ "fields": {
3186
+ "value": {
3187
+ "type": "boolean"
3188
+ }
3189
+ }
3190
+ },
3191
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Exists": {
3192
+ "type": "I",
3193
+ "fields": {
3194
+ "exists": {
3195
+ "type": "boolean"
3196
+ }
3197
+ }
3198
+ },
3199
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean": {
3200
+ "type": "I",
3201
+ "fields": {
3202
+ "eq": {
3203
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Eq"
3204
+ },
3205
+ "neq": {
3206
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Neq"
3207
+ },
3208
+ "exists": {
3209
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Exists"
3210
+ }
3211
+ },
3212
+ "oneofs": {
3213
+ "kind": {
3214
+ "oneof": [
3215
+ "eq",
3216
+ "neq",
3217
+ "exists"
3218
+ ]
3219
+ }
3220
+ }
3221
+ },
3222
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Eq": {
3223
+ "type": "I",
3224
+ "fields": {
3225
+ "value": {
3226
+ "type": "number"
3227
+ }
3228
+ }
3229
+ },
3230
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Neq": {
3231
+ "type": "I",
3232
+ "fields": {
3233
+ "value": {
3234
+ "type": "number"
3235
+ }
3236
+ }
3237
+ },
3238
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Lte": {
3239
+ "type": "I",
3240
+ "fields": {
3241
+ "value": {
3242
+ "type": "number"
3243
+ }
3244
+ }
3245
+ },
3246
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Gte": {
3247
+ "type": "I",
3248
+ "fields": {
3249
+ "value": {
3250
+ "type": "number"
3251
+ }
3252
+ }
3253
+ },
3254
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.In": {
3255
+ "type": "I",
3256
+ "fields": {
3257
+ "values": {
3258
+ "type": "number",
3259
+ "array": true
3260
+ }
3261
+ }
3262
+ },
3263
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.NotIn": {
3264
+ "type": "I",
3265
+ "fields": {
3266
+ "values": {
3267
+ "type": "number",
3268
+ "array": true
3269
+ }
3270
+ }
3271
+ },
3272
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Between": {
3273
+ "type": "I",
3274
+ "fields": {
3275
+ "from": {
3276
+ "type": "number"
3277
+ },
3278
+ "to": {
3279
+ "type": "number"
3280
+ }
3281
+ }
3282
+ },
3283
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Exists": {
3284
+ "type": "I",
3285
+ "fields": {
3286
+ "exists": {
3287
+ "type": "boolean"
3288
+ }
3289
+ }
3290
+ },
3291
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price": {
3292
+ "type": "I",
3293
+ "fields": {
3294
+ "eq": {
3295
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Eq"
3296
+ },
3297
+ "neq": {
3298
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Neq"
3299
+ },
3300
+ "lte": {
3301
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Lte"
3302
+ },
3303
+ "gte": {
3304
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Gte"
3305
+ },
3306
+ "in": {
3307
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.In"
3308
+ },
3309
+ "notIn": {
3310
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.NotIn"
3311
+ },
3312
+ "between": {
3313
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Between"
3314
+ },
3315
+ "exists": {
3316
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Exists"
3317
+ }
3318
+ },
3319
+ "oneofs": {
3320
+ "kind": {
3321
+ "oneof": [
3322
+ "eq",
3323
+ "neq",
3324
+ "lte",
3325
+ "gte",
3326
+ "in",
3327
+ "notIn",
3328
+ "between",
3329
+ "exists"
3330
+ ]
3331
+ }
3332
+ }
3333
+ },
3334
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute": {
3335
+ "type": "I",
3336
+ "fields": {
3337
+ "name": {
3338
+ "type": "string"
3339
+ },
3340
+ "integer": {
3341
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer"
3342
+ },
3343
+ "string": {
3344
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String"
3345
+ },
3346
+ "list": {
3347
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List"
3348
+ },
3349
+ "date": {
3350
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date"
3351
+ },
3352
+ "boolean": {
3353
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean"
3354
+ },
3355
+ "price": {
3356
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price"
3357
+ }
3358
+ },
3359
+ "oneofs": {
3360
+ "kind": {
3361
+ "oneof": [
3362
+ "integer",
3363
+ "string",
3364
+ "list",
3365
+ "date",
3366
+ "boolean",
3367
+ "price"
3368
+ ]
3369
+ }
3370
+ }
3371
+ },
3372
+ "pushwoosh.objects.filters.v1.FilterExpression.Event": {
3373
+ "type": "I",
3374
+ "fields": {
3375
+ "application": {
3376
+ "type": "string"
3377
+ },
3378
+ "event": {
3379
+ "type": "string"
3380
+ },
3381
+ "count": {
3382
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Count"
3383
+ },
3384
+ "date": {
3385
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date"
3386
+ },
3387
+ "attributes": {
3388
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute",
3389
+ "array": true
3390
+ },
3391
+ "platforms": {
3392
+ "type": "string",
3393
+ "array": true
3394
+ }
3395
+ }
3396
+ },
3397
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Lte": {
3398
+ "type": "I",
3399
+ "fields": {
3400
+ "value": {
3401
+ "type": "Date"
3402
+ }
3403
+ }
3404
+ },
3405
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Gte": {
3406
+ "type": "I",
3407
+ "fields": {
3408
+ "value": {
3409
+ "type": "Date"
3410
+ }
3411
+ }
3412
+ },
3413
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Between": {
3414
+ "type": "I",
3415
+ "fields": {
3416
+ "from": {
3417
+ "type": "Date"
3418
+ },
3419
+ "to": {
3420
+ "type": "Date"
3421
+ }
3422
+ }
3423
+ },
3424
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Operator": {
3425
+ "type": "E",
3426
+ "values": [
3427
+ "OPERATOR_UNSPECIFIED",
3428
+ "OPERATOR_LTE",
3429
+ "OPERATOR_GTE",
3430
+ "OPERATOR_BETWEEN"
3431
+ ]
3432
+ },
3433
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition": {
3434
+ "type": "I",
3435
+ "fields": {
3436
+ "lte": {
3437
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Lte"
3438
+ },
3439
+ "gte": {
3440
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Gte"
3441
+ },
3442
+ "between": {
3443
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Between"
3444
+ }
3445
+ },
3446
+ "oneofs": {
3447
+ "kind": {
3448
+ "oneof": [
3449
+ "lte",
3450
+ "gte",
3451
+ "between"
3452
+ ]
3453
+ }
3454
+ }
3455
+ },
3456
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated": {
3457
+ "type": "I",
3458
+ "fields": {
3459
+ "application": {
3460
+ "type": "string"
3461
+ },
3462
+ "condition": {
3463
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition"
3464
+ }
3465
+ }
3466
+ },
3467
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Eq": {
3468
+ "type": "I",
3469
+ "fields": {
3470
+ "value": {
3471
+ "type": "number"
3472
+ }
3473
+ }
3474
+ },
3475
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Neq": {
3476
+ "type": "I",
3477
+ "fields": {
3478
+ "value": {
3479
+ "type": "number"
3480
+ }
3481
+ }
3482
+ },
3483
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Lte": {
3484
+ "type": "I",
3485
+ "fields": {
3486
+ "value": {
3487
+ "type": "number"
3488
+ }
3489
+ }
3490
+ },
3491
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Gte": {
3492
+ "type": "I",
3493
+ "fields": {
3494
+ "value": {
3495
+ "type": "number"
3496
+ }
3497
+ }
3498
+ },
3499
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.In": {
3500
+ "type": "I",
3501
+ "fields": {
3502
+ "values": {
3503
+ "type": "number",
3504
+ "array": true
3505
+ }
3506
+ }
3507
+ },
3508
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.NotIn": {
3509
+ "type": "I",
3510
+ "fields": {
3511
+ "values": {
3512
+ "type": "number",
3513
+ "array": true
3514
+ }
3515
+ }
3516
+ },
3517
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Between": {
3518
+ "type": "I",
3519
+ "fields": {
3520
+ "from": {
3521
+ "type": "number"
3522
+ },
3523
+ "to": {
3524
+ "type": "number"
3525
+ }
3526
+ }
3527
+ },
3528
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Exists": {
3529
+ "type": "I",
3530
+ "fields": {
3531
+ "exists": {
3532
+ "type": "boolean"
3533
+ }
3534
+ }
3535
+ },
3536
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer": {
3537
+ "type": "I",
3538
+ "fields": {
3539
+ "eq": {
3540
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Eq"
3541
+ },
3542
+ "neq": {
3543
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Neq"
3544
+ },
3545
+ "lte": {
3546
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Lte"
3547
+ },
3548
+ "gte": {
3549
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Gte"
3550
+ },
3551
+ "in": {
3552
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.In"
3553
+ },
3554
+ "notIn": {
3555
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.NotIn"
3556
+ },
3557
+ "between": {
3558
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Between"
3559
+ },
3560
+ "exists": {
3561
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Exists"
3562
+ }
3563
+ },
3564
+ "oneofs": {
3565
+ "kind": {
3566
+ "oneof": [
3567
+ "eq",
3568
+ "neq",
3569
+ "lte",
3570
+ "gte",
3571
+ "in",
3572
+ "notIn",
3573
+ "between",
3574
+ "exists"
3575
+ ]
3576
+ }
3577
+ }
3578
+ },
3579
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Eq": {
3580
+ "type": "I",
3581
+ "fields": {
3582
+ "value": {
3583
+ "type": "string"
3584
+ }
3585
+ }
3586
+ },
3587
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Neq": {
3588
+ "type": "I",
3589
+ "fields": {
3590
+ "value": {
3591
+ "type": "string"
3592
+ }
3593
+ }
3594
+ },
3595
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.In": {
3596
+ "type": "I",
3597
+ "fields": {
3598
+ "values": {
3599
+ "type": "string",
3600
+ "array": true
3601
+ }
3602
+ }
3603
+ },
3604
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.NotIn": {
3605
+ "type": "I",
3606
+ "fields": {
3607
+ "values": {
3608
+ "type": "string",
3609
+ "array": true
3610
+ }
3611
+ }
3612
+ },
3613
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Exists": {
3614
+ "type": "I",
3615
+ "fields": {
3616
+ "exists": {
3617
+ "type": "boolean"
3618
+ }
3619
+ }
3620
+ },
3621
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.StartsWith": {
3622
+ "type": "I",
3623
+ "fields": {
3624
+ "value": {
3625
+ "type": "string"
3626
+ }
3627
+ }
3628
+ },
3629
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.EndsWith": {
3630
+ "type": "I",
3631
+ "fields": {
3632
+ "value": {
3633
+ "type": "string"
3634
+ }
3635
+ }
3636
+ },
3637
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Contains": {
3638
+ "type": "I",
3639
+ "fields": {
3640
+ "value": {
3641
+ "type": "string"
3642
+ }
3643
+ }
3644
+ },
3645
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String": {
3646
+ "type": "I",
3647
+ "fields": {
3648
+ "eq": {
3649
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Eq"
3650
+ },
3651
+ "neq": {
3652
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Neq"
3653
+ },
3654
+ "in": {
3655
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.In"
3656
+ },
3657
+ "notIn": {
3658
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.NotIn"
3659
+ },
3660
+ "exists": {
3661
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Exists"
3662
+ },
3663
+ "startsWith": {
3664
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.StartsWith"
3665
+ },
3666
+ "endsWith": {
3667
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.EndsWith"
3668
+ },
3669
+ "contains": {
3670
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Contains"
3671
+ }
3672
+ },
3673
+ "oneofs": {
3674
+ "kind": {
3675
+ "oneof": [
3676
+ "eq",
3677
+ "neq",
3678
+ "in",
3679
+ "notIn",
3680
+ "exists",
3681
+ "startsWith",
3682
+ "endsWith",
3683
+ "contains"
3684
+ ]
3685
+ }
3686
+ }
3687
+ },
3688
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.In": {
3689
+ "type": "I",
3690
+ "fields": {
3691
+ "values": {
3692
+ "type": "string",
3693
+ "array": true
3694
+ }
3695
+ }
3696
+ },
3697
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.NotIn": {
3698
+ "type": "I",
3699
+ "fields": {
3700
+ "values": {
3701
+ "type": "string",
3702
+ "array": true
3703
+ }
3704
+ }
3705
+ },
3706
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.Exists": {
3707
+ "type": "I",
3708
+ "fields": {
3709
+ "exists": {
3710
+ "type": "boolean"
3711
+ }
3712
+ }
3713
+ },
3714
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.List": {
3715
+ "type": "I",
3716
+ "fields": {
3717
+ "in": {
3718
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.In"
3719
+ },
3720
+ "notIn": {
3721
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.NotIn"
3722
+ },
3723
+ "exists": {
3724
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.Exists"
3725
+ }
3726
+ },
3727
+ "oneofs": {
3728
+ "kind": {
3729
+ "oneof": [
3730
+ "in",
3731
+ "notIn",
3732
+ "exists"
3733
+ ]
3734
+ }
3735
+ }
3736
+ },
3737
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Eq": {
3738
+ "type": "I",
3739
+ "fields": {
3740
+ "value": {
3741
+ "type": "Date"
3742
+ }
3743
+ }
3744
+ },
3745
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Neq": {
3746
+ "type": "I",
3747
+ "fields": {
3748
+ "value": {
3749
+ "type": "Date"
3750
+ }
3751
+ }
3752
+ },
3753
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Lte": {
3754
+ "type": "I",
3755
+ "fields": {
3756
+ "value": {
3757
+ "type": "Date"
3758
+ }
3759
+ }
3760
+ },
3761
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Gte": {
3762
+ "type": "I",
3763
+ "fields": {
3764
+ "value": {
3765
+ "type": "Date"
3766
+ }
3767
+ }
3768
+ },
3769
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.In": {
3770
+ "type": "I",
3771
+ "fields": {
3772
+ "values": {
3773
+ "type": "Date",
3774
+ "array": true
3775
+ }
3776
+ }
3777
+ },
3778
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.NotIn": {
3779
+ "type": "I",
3780
+ "fields": {
3781
+ "values": {
3782
+ "type": "Date",
3783
+ "array": true
3784
+ }
3785
+ }
3786
+ },
3787
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Between": {
3788
+ "type": "I",
3789
+ "fields": {
3790
+ "from": {
3791
+ "type": "Date"
3792
+ },
3793
+ "to": {
3794
+ "type": "Date"
3795
+ }
3796
+ }
3797
+ },
3798
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Exists": {
3799
+ "type": "I",
3800
+ "fields": {
3801
+ "exists": {
3802
+ "type": "boolean"
3803
+ }
3804
+ }
3805
+ },
3806
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo.Operator": {
3807
+ "type": "E",
3808
+ "values": [
3809
+ "OPERATOR_UNSPECIFIED",
3810
+ "OPERATOR_EQ",
3811
+ "OPERATOR_NEQ",
3812
+ "OPERATOR_LTE",
3813
+ "OPERATOR_GTE",
3814
+ "OPERATOR_BETWEEN"
3815
+ ]
3816
+ },
3817
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo": {
3818
+ "type": "I",
3819
+ "fields": {
3820
+ "operator": {
3821
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo.Operator"
3822
+ },
3823
+ "value": {
3824
+ "type": "number"
3825
+ },
3826
+ "values": {
3827
+ "type": "number",
3828
+ "array": true
3829
+ }
3830
+ }
3831
+ },
3832
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date": {
3833
+ "type": "I",
3834
+ "fields": {
3835
+ "eq": {
3836
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Eq"
3837
+ },
3838
+ "neq": {
3839
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Neq"
3840
+ },
3841
+ "lte": {
3842
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Lte"
3843
+ },
3844
+ "gte": {
3845
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Gte"
3846
+ },
3847
+ "in": {
3848
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.In"
3849
+ },
3850
+ "notIn": {
3851
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.NotIn"
3852
+ },
3853
+ "between": {
3854
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Between"
3855
+ },
3856
+ "exists": {
3857
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Exists"
3858
+ },
3859
+ "daysAgo": {
3860
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo"
3861
+ }
3862
+ },
3863
+ "oneofs": {
3864
+ "kind": {
3865
+ "oneof": [
3866
+ "eq",
3867
+ "neq",
3868
+ "lte",
3869
+ "gte",
3870
+ "in",
3871
+ "notIn",
3872
+ "between",
3873
+ "exists",
3874
+ "daysAgo"
3875
+ ]
3876
+ }
3877
+ }
3878
+ },
3879
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Eq": {
3880
+ "type": "I",
3881
+ "fields": {
3882
+ "value": {
3883
+ "type": "boolean"
3884
+ }
3885
+ }
3886
+ },
3887
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Neq": {
3888
+ "type": "I",
3889
+ "fields": {
3890
+ "value": {
3891
+ "type": "boolean"
3892
+ }
3893
+ }
3894
+ },
3895
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Exists": {
3896
+ "type": "I",
3897
+ "fields": {
3898
+ "exists": {
3899
+ "type": "boolean"
3900
+ }
3901
+ }
3902
+ },
3903
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean": {
3904
+ "type": "I",
3905
+ "fields": {
3906
+ "eq": {
3907
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Eq"
3908
+ },
3909
+ "neq": {
3910
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Neq"
3911
+ },
3912
+ "exists": {
3913
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Exists"
3914
+ }
3915
+ },
3916
+ "oneofs": {
3917
+ "kind": {
3918
+ "oneof": [
3919
+ "eq",
3920
+ "neq",
3921
+ "exists"
3922
+ ]
3923
+ }
3924
+ }
3925
+ },
3926
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Eq": {
3927
+ "type": "I",
3928
+ "fields": {
3929
+ "value": {
3930
+ "type": "number"
3931
+ }
3932
+ }
3933
+ },
3934
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Neq": {
3935
+ "type": "I",
3936
+ "fields": {
3937
+ "value": {
3938
+ "type": "number"
3939
+ }
3940
+ }
3941
+ },
3942
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Lte": {
3943
+ "type": "I",
3944
+ "fields": {
3945
+ "value": {
3946
+ "type": "number"
3947
+ }
3948
+ }
3949
+ },
3950
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Gte": {
3951
+ "type": "I",
3952
+ "fields": {
3953
+ "value": {
3954
+ "type": "number"
3955
+ }
3956
+ }
3957
+ },
3958
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.In": {
3959
+ "type": "I",
3960
+ "fields": {
3961
+ "values": {
3962
+ "type": "number",
3963
+ "array": true
3964
+ }
3965
+ }
3966
+ },
3967
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.NotIn": {
3968
+ "type": "I",
3969
+ "fields": {
3970
+ "values": {
3971
+ "type": "number",
3972
+ "array": true
3973
+ }
3974
+ }
3975
+ },
3976
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Between": {
3977
+ "type": "I",
3978
+ "fields": {
3979
+ "from": {
3980
+ "type": "number"
3981
+ },
3982
+ "to": {
3983
+ "type": "number"
3984
+ }
3985
+ }
3986
+ },
3987
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Exists": {
3988
+ "type": "I",
3989
+ "fields": {
3990
+ "exists": {
3991
+ "type": "boolean"
3992
+ }
3993
+ }
3994
+ },
3995
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price": {
3996
+ "type": "I",
3997
+ "fields": {
3998
+ "eq": {
3999
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Eq"
4000
+ },
4001
+ "neq": {
4002
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Neq"
4003
+ },
4004
+ "lte": {
4005
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Lte"
4006
+ },
4007
+ "gte": {
4008
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Gte"
4009
+ },
4010
+ "in": {
4011
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.In"
4012
+ },
4013
+ "notIn": {
4014
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.NotIn"
4015
+ },
4016
+ "between": {
4017
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Between"
4018
+ },
4019
+ "exists": {
4020
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Exists"
4021
+ }
4022
+ },
4023
+ "oneofs": {
4024
+ "kind": {
4025
+ "oneof": [
4026
+ "eq",
4027
+ "neq",
4028
+ "lte",
4029
+ "gte",
4030
+ "in",
4031
+ "notIn",
4032
+ "between",
4033
+ "exists"
4034
+ ]
4035
+ }
4036
+ }
4037
+ },
4038
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Eq": {
4039
+ "type": "I",
4040
+ "fields": {
4041
+ "value": {
4042
+ "type": "string"
4043
+ }
4044
+ }
4045
+ },
4046
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Neq": {
4047
+ "type": "I",
4048
+ "fields": {
4049
+ "value": {
4050
+ "type": "string"
4051
+ }
4052
+ }
4053
+ },
4054
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Lte": {
4055
+ "type": "I",
4056
+ "fields": {
4057
+ "value": {
4058
+ "type": "string"
4059
+ }
4060
+ }
4061
+ },
4062
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Gte": {
4063
+ "type": "I",
4064
+ "fields": {
4065
+ "value": {
4066
+ "type": "string"
4067
+ }
4068
+ }
4069
+ },
4070
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.In": {
4071
+ "type": "I",
4072
+ "fields": {
4073
+ "values": {
4074
+ "type": "string",
4075
+ "array": true
4076
+ }
4077
+ }
4078
+ },
4079
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.NotIn": {
4080
+ "type": "I",
4081
+ "fields": {
4082
+ "values": {
4083
+ "type": "string",
4084
+ "array": true
4085
+ }
4086
+ }
4087
+ },
4088
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Between": {
4089
+ "type": "I",
4090
+ "fields": {
4091
+ "from": {
4092
+ "type": "string"
4093
+ },
4094
+ "to": {
4095
+ "type": "string"
4096
+ }
4097
+ }
4098
+ },
4099
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Exists": {
4100
+ "type": "I",
4101
+ "fields": {
4102
+ "exists": {
4103
+ "type": "boolean"
4104
+ }
4105
+ }
4106
+ },
4107
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version": {
4108
+ "type": "I",
4109
+ "fields": {
4110
+ "eq": {
4111
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Eq"
4112
+ },
4113
+ "neq": {
4114
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Neq"
4115
+ },
4116
+ "lte": {
4117
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Lte"
4118
+ },
4119
+ "gte": {
4120
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Gte"
4121
+ },
4122
+ "in": {
4123
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.In"
4124
+ },
4125
+ "notIn": {
4126
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.NotIn"
4127
+ },
4128
+ "between": {
4129
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Between"
4130
+ },
4131
+ "exists": {
4132
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Exists"
4133
+ }
4134
+ },
4135
+ "oneofs": {
4136
+ "kind": {
4137
+ "oneof": [
4138
+ "eq",
4139
+ "neq",
4140
+ "lte",
4141
+ "gte",
4142
+ "in",
4143
+ "notIn",
4144
+ "between",
4145
+ "exists"
4146
+ ]
4147
+ }
4148
+ }
4149
+ },
4150
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Eq": {
4151
+ "type": "I",
4152
+ "fields": {
4153
+ "value": {
4154
+ "type": "number"
4155
+ }
4156
+ }
4157
+ },
4158
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Neq": {
4159
+ "type": "I",
4160
+ "fields": {
4161
+ "value": {
4162
+ "type": "number"
4163
+ }
4164
+ }
4165
+ },
4166
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Lte": {
4167
+ "type": "I",
4168
+ "fields": {
4169
+ "value": {
4170
+ "type": "number"
4171
+ }
4172
+ }
4173
+ },
4174
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Gte": {
4175
+ "type": "I",
4176
+ "fields": {
4177
+ "value": {
4178
+ "type": "number"
4179
+ }
4180
+ }
4181
+ },
4182
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.In": {
4183
+ "type": "I",
4184
+ "fields": {
4185
+ "values": {
4186
+ "type": "number",
4187
+ "array": true
4188
+ }
4189
+ }
4190
+ },
4191
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.NotIn": {
4192
+ "type": "I",
4193
+ "fields": {
4194
+ "values": {
4195
+ "type": "number",
4196
+ "array": true
4197
+ }
4198
+ }
4199
+ },
4200
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Between": {
4201
+ "type": "I",
4202
+ "fields": {
4203
+ "from": {
4204
+ "type": "number"
4205
+ },
4206
+ "to": {
4207
+ "type": "number"
4208
+ }
4209
+ }
4210
+ },
4211
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Exists": {
4212
+ "type": "I",
4213
+ "fields": {
4214
+ "exists": {
4215
+ "type": "boolean"
4216
+ }
4217
+ }
4218
+ },
4219
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone": {
4220
+ "type": "I",
4221
+ "fields": {
4222
+ "eq": {
4223
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Eq"
4224
+ },
4225
+ "neq": {
4226
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Neq"
4227
+ },
4228
+ "lte": {
4229
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Lte"
4230
+ },
4231
+ "gte": {
4232
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Gte"
4233
+ },
4234
+ "in": {
4235
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.In"
4236
+ },
4237
+ "notIn": {
4238
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.NotIn"
4239
+ },
4240
+ "between": {
4241
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Between"
4242
+ },
4243
+ "exists": {
4244
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Exists"
4245
+ }
4246
+ },
4247
+ "oneofs": {
4248
+ "kind": {
4249
+ "oneof": [
4250
+ "eq",
4251
+ "neq",
4252
+ "lte",
4253
+ "gte",
4254
+ "in",
4255
+ "notIn",
4256
+ "between",
4257
+ "exists"
4258
+ ]
4259
+ }
4260
+ }
4261
+ },
4262
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag": {
4263
+ "type": "I",
4264
+ "fields": {
4265
+ "name": {
4266
+ "type": "string"
4267
+ },
4268
+ "application": {
4269
+ "type": "string"
4270
+ },
4271
+ "integer": {
4272
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer"
4273
+ },
4274
+ "string": {
4275
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String"
4276
+ },
4277
+ "list": {
4278
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.List"
4279
+ },
4280
+ "date": {
4281
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date"
4282
+ },
4283
+ "boolean": {
4284
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean"
4285
+ },
4286
+ "price": {
4287
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price"
4288
+ },
4289
+ "version": {
4290
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version"
4291
+ },
4292
+ "timezone": {
4293
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone"
4294
+ }
4295
+ },
4296
+ "oneofs": {
4297
+ "kind": {
4298
+ "oneof": [
4299
+ "integer",
4300
+ "string",
4301
+ "list",
4302
+ "date",
4303
+ "boolean",
4304
+ "price",
4305
+ "version",
4306
+ "timezone"
4307
+ ]
4308
+ }
4309
+ }
4310
+ },
4311
+ "pushwoosh.objects.filters.v1.FilterExpression.TagDateMatch": {
4312
+ "type": "I",
4313
+ "fields": {
4314
+ "name": {
4315
+ "type": "string"
4316
+ },
4317
+ "application": {
4318
+ "type": "string"
4319
+ },
4320
+ "month": {
4321
+ "type": "number"
4322
+ },
4323
+ "day": {
4324
+ "type": "number"
4325
+ },
4326
+ "addDays": {
4327
+ "type": "number"
4328
+ }
4329
+ }
4330
+ },
4331
+ "pushwoosh.objects.filters.v1.FilterExpression": {
4332
+ "type": "I",
4333
+ "fields": {
4334
+ "operation": {
4335
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Operation"
4336
+ },
4337
+ "application": {
4338
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Application"
4339
+ },
4340
+ "tag": {
4341
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag"
4342
+ },
4343
+ "geo": {
4344
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Geo"
4345
+ },
4346
+ "static": {
4347
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Static"
4348
+ },
4349
+ "event": {
4350
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event"
4351
+ },
4352
+ "updated": {
4353
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated"
4354
+ },
4355
+ "bestTimeToSend": {
4356
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend"
4357
+ },
4358
+ "tagDateMatch": {
4359
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.TagDateMatch"
4360
+ }
4361
+ },
4362
+ "oneofs": {
4363
+ "kind": {
4364
+ "oneof": [
4365
+ "operation",
4366
+ "application",
4367
+ "tag",
4368
+ "geo",
4369
+ "static",
4370
+ "event",
4371
+ "updated",
4372
+ "bestTimeToSend",
4373
+ "tagDateMatch"
4374
+ ]
4375
+ }
4376
+ }
4377
+ }
4378
+ };