@pushwoosh/rpc-gateway-journey-data 0.26.268 → 0.26.270

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/data.js CHANGED
@@ -2247,8 +2247,8 @@ export const data = {
2247
2247
  "splitStrategy": {
2248
2248
  "type": "pushwoosh.cj.journey.PointParamsBooleanSplitter.SplitStrategy"
2249
2249
  },
2250
- "tagSplitterConditionGroups": {
2251
- "type": "pushwoosh.cj.journey.TagSplitterConditionGroup",
2250
+ "filterExpressions": {
2251
+ "type": "pushwoosh.objects.filters.v1.FilterExpression",
2252
2252
  "array": true
2253
2253
  }
2254
2254
  }
@@ -3567,5 +3567,3249 @@ export const data = {
3567
3567
  "type": "string"
3568
3568
  }
3569
3569
  }
3570
+ },
3571
+ "pushwoosh.objects.filters.v1.__filter_collection_internal": {
3572
+ "type": "I",
3573
+ "fields": {
3574
+ "f1": {
3575
+ "type": "string"
3576
+ },
3577
+ "f2": {
3578
+ "type": "Date"
3579
+ },
3580
+ "f3": {
3581
+ "type": "pushwoosh.objects.filters.v1.Filter"
3582
+ }
3583
+ }
3584
+ },
3585
+ "pushwoosh.objects.filters.v1.LogicExpression.Binary.Operator": {
3586
+ "type": "E",
3587
+ "values": [
3588
+ "INVALID",
3589
+ "AND",
3590
+ "OR"
3591
+ ]
3592
+ },
3593
+ "pushwoosh.objects.filters.v1.LogicExpression.Binary": {
3594
+ "type": "I",
3595
+ "fields": {
3596
+ "operator": {
3597
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Binary.Operator"
3598
+ },
3599
+ "left": {
3600
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
3601
+ },
3602
+ "right": {
3603
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
3604
+ }
3605
+ }
3606
+ },
3607
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator": {
3608
+ "type": "E",
3609
+ "values": [
3610
+ "INVALID",
3611
+ "EQ",
3612
+ "NEQ",
3613
+ "IN",
3614
+ "GT",
3615
+ "GTE",
3616
+ "LT",
3617
+ "LTE",
3618
+ "STARTS_WITH",
3619
+ "ENDS_WITH",
3620
+ "LIKE",
3621
+ "IS_NULL",
3622
+ "NOT_NULL",
3623
+ "ILIKE",
3624
+ "ARRAY_CONTAINS",
3625
+ "ARRAY_INCLUDES"
3626
+ ]
3627
+ },
3628
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.ID": {
3629
+ "type": "I",
3630
+ "fields": {
3631
+ "operator": {
3632
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3633
+ },
3634
+ "value": {
3635
+ "type": "number"
3636
+ },
3637
+ "values": {
3638
+ "type": "number",
3639
+ "array": true
3640
+ }
3641
+ }
3642
+ },
3643
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Code": {
3644
+ "type": "I",
3645
+ "fields": {
3646
+ "operator": {
3647
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3648
+ },
3649
+ "value": {
3650
+ "type": "string"
3651
+ },
3652
+ "values": {
3653
+ "type": "string",
3654
+ "array": true
3655
+ }
3656
+ }
3657
+ },
3658
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.AccountID": {
3659
+ "type": "I",
3660
+ "fields": {
3661
+ "operator": {
3662
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3663
+ },
3664
+ "value": {
3665
+ "type": "number"
3666
+ },
3667
+ "values": {
3668
+ "type": "number",
3669
+ "array": true
3670
+ }
3671
+ }
3672
+ },
3673
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Name": {
3674
+ "type": "I",
3675
+ "fields": {
3676
+ "operator": {
3677
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3678
+ },
3679
+ "value": {
3680
+ "type": "string"
3681
+ },
3682
+ "values": {
3683
+ "type": "string",
3684
+ "array": true
3685
+ }
3686
+ }
3687
+ },
3688
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.ApplicationID": {
3689
+ "type": "I",
3690
+ "fields": {
3691
+ "operator": {
3692
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3693
+ },
3694
+ "value": {
3695
+ "type": "number"
3696
+ },
3697
+ "values": {
3698
+ "type": "number",
3699
+ "array": true
3700
+ }
3701
+ }
3702
+ },
3703
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.IsFiltrationInProgress": {
3704
+ "type": "I",
3705
+ "fields": {
3706
+ "operator": {
3707
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3708
+ },
3709
+ "value": {
3710
+ "type": "boolean"
3711
+ },
3712
+ "values": {
3713
+ "type": "boolean",
3714
+ "array": true
3715
+ }
3716
+ }
3717
+ },
3718
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationStartedAt": {
3719
+ "type": "I",
3720
+ "fields": {
3721
+ "operator": {
3722
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3723
+ },
3724
+ "value": {
3725
+ "type": "Date"
3726
+ },
3727
+ "values": {
3728
+ "type": "Date",
3729
+ "array": true
3730
+ }
3731
+ }
3732
+ },
3733
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastFilteredAt": {
3734
+ "type": "I",
3735
+ "fields": {
3736
+ "operator": {
3737
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3738
+ },
3739
+ "value": {
3740
+ "type": "Date"
3741
+ },
3742
+ "values": {
3743
+ "type": "Date",
3744
+ "array": true
3745
+ }
3746
+ }
3747
+ },
3748
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastCheckedAt": {
3749
+ "type": "I",
3750
+ "fields": {
3751
+ "operator": {
3752
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3753
+ },
3754
+ "value": {
3755
+ "type": "Date"
3756
+ },
3757
+ "values": {
3758
+ "type": "Date",
3759
+ "array": true
3760
+ }
3761
+ }
3762
+ },
3763
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationScheduledAt": {
3764
+ "type": "I",
3765
+ "fields": {
3766
+ "operator": {
3767
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3768
+ },
3769
+ "value": {
3770
+ "type": "Date"
3771
+ },
3772
+ "values": {
3773
+ "type": "Date",
3774
+ "array": true
3775
+ }
3776
+ }
3777
+ },
3778
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.CheckerScheduledAt": {
3779
+ "type": "I",
3780
+ "fields": {
3781
+ "operator": {
3782
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3783
+ },
3784
+ "value": {
3785
+ "type": "Date"
3786
+ },
3787
+ "values": {
3788
+ "type": "Date",
3789
+ "array": true
3790
+ }
3791
+ }
3792
+ },
3793
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.IsSystem": {
3794
+ "type": "I",
3795
+ "fields": {
3796
+ "operator": {
3797
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3798
+ },
3799
+ "value": {
3800
+ "type": "boolean"
3801
+ },
3802
+ "values": {
3803
+ "type": "boolean",
3804
+ "array": true
3805
+ }
3806
+ }
3807
+ },
3808
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.ExpirationDate": {
3809
+ "type": "I",
3810
+ "fields": {
3811
+ "operator": {
3812
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3813
+ },
3814
+ "value": {
3815
+ "type": "Date"
3816
+ },
3817
+ "values": {
3818
+ "type": "Date",
3819
+ "array": true
3820
+ }
3821
+ }
3822
+ },
3823
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Created": {
3824
+ "type": "I",
3825
+ "fields": {
3826
+ "operator": {
3827
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3828
+ },
3829
+ "value": {
3830
+ "type": "Date"
3831
+ },
3832
+ "values": {
3833
+ "type": "Date",
3834
+ "array": true
3835
+ }
3836
+ }
3837
+ },
3838
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FilterExpressionRaw": {
3839
+ "type": "I",
3840
+ "fields": {
3841
+ "operator": {
3842
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3843
+ },
3844
+ "value": {
3845
+ "type": "string"
3846
+ },
3847
+ "values": {
3848
+ "type": "string",
3849
+ "array": true
3850
+ }
3851
+ }
3852
+ },
3853
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationID": {
3854
+ "type": "I",
3855
+ "fields": {
3856
+ "operator": {
3857
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3858
+ },
3859
+ "value": {
3860
+ "type": "string"
3861
+ },
3862
+ "values": {
3863
+ "type": "string",
3864
+ "array": true
3865
+ }
3866
+ }
3867
+ },
3868
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Updated": {
3869
+ "type": "I",
3870
+ "fields": {
3871
+ "operator": {
3872
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3873
+ },
3874
+ "value": {
3875
+ "type": "Date"
3876
+ },
3877
+ "values": {
3878
+ "type": "Date",
3879
+ "array": true
3880
+ }
3881
+ }
3882
+ },
3883
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.Description": {
3884
+ "type": "I",
3885
+ "fields": {
3886
+ "operator": {
3887
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3888
+ },
3889
+ "value": {
3890
+ "type": "string"
3891
+ },
3892
+ "values": {
3893
+ "type": "string",
3894
+ "array": true
3895
+ }
3896
+ }
3897
+ },
3898
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy": {
3899
+ "type": "I",
3900
+ "fields": {
3901
+ "operator": {
3902
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
3903
+ },
3904
+ "value": {
3905
+ "type": "string"
3906
+ },
3907
+ "values": {
3908
+ "type": "string",
3909
+ "array": true
3910
+ }
3911
+ }
3912
+ },
3913
+ "pushwoosh.objects.filters.v1.LogicExpression.Field": {
3914
+ "type": "I",
3915
+ "fields": {
3916
+ "CondID": {
3917
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.ID"
3918
+ },
3919
+ "CondCode": {
3920
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Code"
3921
+ },
3922
+ "CondAccountID": {
3923
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.AccountID"
3924
+ },
3925
+ "CondName": {
3926
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Name"
3927
+ },
3928
+ "CondApplicationID": {
3929
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.ApplicationID"
3930
+ },
3931
+ "CondIsFiltrationInProgress": {
3932
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.IsFiltrationInProgress"
3933
+ },
3934
+ "CondFiltrationStartedAt": {
3935
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationStartedAt"
3936
+ },
3937
+ "CondFiltrationLastFilteredAt": {
3938
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastFilteredAt"
3939
+ },
3940
+ "CondFiltrationLastCheckedAt": {
3941
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastCheckedAt"
3942
+ },
3943
+ "CondFiltrationScheduledAt": {
3944
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationScheduledAt"
3945
+ },
3946
+ "CondCheckerScheduledAt": {
3947
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.CheckerScheduledAt"
3948
+ },
3949
+ "CondIsSystem": {
3950
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.IsSystem"
3951
+ },
3952
+ "CondExpirationDate": {
3953
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.ExpirationDate"
3954
+ },
3955
+ "CondCreated": {
3956
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Created"
3957
+ },
3958
+ "CondFilterExpressionRaw": {
3959
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FilterExpressionRaw"
3960
+ },
3961
+ "CondFiltrationID": {
3962
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationID"
3963
+ },
3964
+ "CondUpdated": {
3965
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Updated"
3966
+ },
3967
+ "CondDescription": {
3968
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Description"
3969
+ },
3970
+ "CondDeviceLoadPolicy": {
3971
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy"
3972
+ }
3973
+ },
3974
+ "oneofs": {
3975
+ "kind": {
3976
+ "oneof": [
3977
+ "CondID",
3978
+ "CondCode",
3979
+ "CondAccountID",
3980
+ "CondName",
3981
+ "CondApplicationID",
3982
+ "CondIsFiltrationInProgress",
3983
+ "CondFiltrationStartedAt",
3984
+ "CondFiltrationLastFilteredAt",
3985
+ "CondFiltrationLastCheckedAt",
3986
+ "CondFiltrationScheduledAt",
3987
+ "CondCheckerScheduledAt",
3988
+ "CondIsSystem",
3989
+ "CondExpirationDate",
3990
+ "CondCreated",
3991
+ "CondFilterExpressionRaw",
3992
+ "CondFiltrationID",
3993
+ "CondUpdated",
3994
+ "CondDescription",
3995
+ "CondDeviceLoadPolicy"
3996
+ ]
3997
+ }
3998
+ }
3999
+ },
4000
+ "pushwoosh.objects.filters.v1.LogicExpression": {
4001
+ "type": "I",
4002
+ "fields": {
4003
+ "binary": {
4004
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Binary"
4005
+ },
4006
+ "field": {
4007
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field"
4008
+ }
4009
+ },
4010
+ "oneofs": {
4011
+ "kind": {
4012
+ "oneof": [
4013
+ "binary",
4014
+ "field"
4015
+ ]
4016
+ }
4017
+ }
4018
+ },
4019
+ "pushwoosh.objects.filters.v1.Sort": {
4020
+ "type": "I",
4021
+ "fields": {
4022
+ "field": {
4023
+ "type": "string"
4024
+ },
4025
+ "order": {
4026
+ "type": "pushwoosh.objects.filters.v1.SortOrder"
4027
+ }
4028
+ }
4029
+ },
4030
+ "pushwoosh.objects.filters.v1.SortOrder": {
4031
+ "type": "E",
4032
+ "values": [
4033
+ "INVALID",
4034
+ "ASC",
4035
+ "DESC"
4036
+ ]
4037
+ },
4038
+ "pushwoosh.objects.filters.v1.SortExpression": {
4039
+ "type": "I",
4040
+ "fields": {
4041
+ "sorts": {
4042
+ "type": "pushwoosh.objects.filters.v1.Sort",
4043
+ "array": true
4044
+ }
4045
+ }
4046
+ },
4047
+ "pushwoosh.objects.filters.v1.LockLevel": {
4048
+ "type": "E",
4049
+ "values": [
4050
+ "LOCK_LEVEL_UNDEFINED",
4051
+ "LOCK_LEVEL_UPDATE",
4052
+ "LOCK_LEVEL_NO_KEY_UPDATE",
4053
+ "LOCK_LEVEL_SHARE",
4054
+ "LOCK_LEVEL_KEY_SHARE"
4055
+ ]
4056
+ },
4057
+ "pushwoosh.objects.filters.v1.LockWaitingOption": {
4058
+ "type": "E",
4059
+ "values": [
4060
+ "LOCK_WAITING_UNDEFINED",
4061
+ "LOCK_WAITING_NOWAIT",
4062
+ "LOCK_WAITING_SKIP_LOCKED"
4063
+ ]
4064
+ },
4065
+ "pushwoosh.objects.filters.v1.ForExpression": {
4066
+ "type": "I",
4067
+ "fields": {
4068
+ "level": {
4069
+ "type": "pushwoosh.objects.filters.v1.LockLevel"
4070
+ },
4071
+ "waiting": {
4072
+ "type": "pushwoosh.objects.filters.v1.LockWaitingOption"
4073
+ }
4074
+ }
4075
+ },
4076
+ "pushwoosh.objects.filters.v1.__filter_crud_service_internal": {
4077
+ "type": "I",
4078
+ "fields": {
4079
+ "f1": {
4080
+ "type": "string"
4081
+ },
4082
+ "f2": {
4083
+ "type": "Date"
4084
+ },
4085
+ "f3": {
4086
+ "type": "{}"
4087
+ }
4088
+ }
4089
+ },
4090
+ "pushwoosh.objects.filters.v1.FiltersCrudService": {
4091
+ "type": "S",
4092
+ "key": "filtersCrud",
4093
+ "methods": {
4094
+ "Create": {
4095
+ "request": "pushwoosh.objects.filters.v1.CreateRequest",
4096
+ "response": "pushwoosh.objects.filters.v1.CreateResponse",
4097
+ "method": "post",
4098
+ "path": "/v1/objects/filters"
4099
+ },
4100
+ "CreateMany": {
4101
+ "request": "pushwoosh.objects.filters.v1.CreateManyRequest",
4102
+ "response": "pushwoosh.objects.filters.v1.CreateManyResponse",
4103
+ "method": "post",
4104
+ "path": "/v1/objects/filters:many"
4105
+ },
4106
+ "Get": {
4107
+ "request": "pushwoosh.objects.filters.v1.GetRequest",
4108
+ "response": "pushwoosh.objects.filters.v1.GetResponse",
4109
+ "method": "get",
4110
+ "path": "/v1/objects/filters/ID/{ID}"
4111
+ },
4112
+ "LoadByCode": {
4113
+ "request": "pushwoosh.objects.filters.v1.LoadByCodeRequest",
4114
+ "response": "pushwoosh.objects.filters.v1.LoadByCodeResponse",
4115
+ "method": "get",
4116
+ "path": "/v1/objects/filters/Code/{Code}"
4117
+ },
4118
+ "LoadByAccountIDName": {
4119
+ "request": "pushwoosh.objects.filters.v1.LoadByAccountIDNameRequest",
4120
+ "response": "pushwoosh.objects.filters.v1.LoadByAccountIDNameResponse",
4121
+ "method": "get",
4122
+ "path": "/v1/objects/filters/AccountID/{AccountID}/Name/{Name}"
4123
+ },
4124
+ "Delete": {
4125
+ "request": "pushwoosh.objects.filters.v1.DeleteRequest",
4126
+ "response": "{}",
4127
+ "method": "delete",
4128
+ "path": "/v1/objects/filters/ID/{ID}"
4129
+ },
4130
+ "DeleteMany": {
4131
+ "request": "pushwoosh.objects.filters.v1.DeleteManyRequest",
4132
+ "response": "pushwoosh.objects.filters.v1.DeleteManyResponse",
4133
+ "method": "delete",
4134
+ "path": "/v1/objects/filters:deleteMany"
4135
+ },
4136
+ "Count": {
4137
+ "request": "pushwoosh.objects.filters.v1.CountRequest",
4138
+ "response": "pushwoosh.objects.filters.v1.CountResponse",
4139
+ "method": "get",
4140
+ "path": "/v1/objects/filters:count"
4141
+ },
4142
+ "GetPage": {
4143
+ "request": "pushwoosh.objects.filters.v1.GetPageRequest",
4144
+ "response": "pushwoosh.objects.filters.v1.GetPageResponse",
4145
+ "method": "get",
4146
+ "path": "/v1/objects/filters:getPage"
4147
+ },
4148
+ "List": {
4149
+ "request": "pushwoosh.objects.filters.v1.ListRequest",
4150
+ "response": "pushwoosh.objects.filters.v1.ListResponse",
4151
+ "method": "get",
4152
+ "path": "/v1/objects/filters:list"
4153
+ },
4154
+ "Paginate": {
4155
+ "request": "pushwoosh.objects.filters.v1.PaginateRequest",
4156
+ "response": "pushwoosh.objects.filters.v1.PaginateResponse",
4157
+ "method": "get",
4158
+ "path": "/v1/objects/filters:paginate"
4159
+ },
4160
+ "UpdateCode": {
4161
+ "request": "pushwoosh.objects.filters.v1.UpdateCodeRequest",
4162
+ "response": "{}",
4163
+ "method": "patch",
4164
+ "path": "/v1/objects/filters/ID/{ID}/update/Code"
4165
+ },
4166
+ "UpdateAccountID": {
4167
+ "request": "pushwoosh.objects.filters.v1.UpdateAccountIDRequest",
4168
+ "response": "{}",
4169
+ "method": "patch",
4170
+ "path": "/v1/objects/filters/ID/{ID}/update/AccountID"
4171
+ },
4172
+ "UpdateName": {
4173
+ "request": "pushwoosh.objects.filters.v1.UpdateNameRequest",
4174
+ "response": "{}",
4175
+ "method": "patch",
4176
+ "path": "/v1/objects/filters/ID/{ID}/update/Name"
4177
+ },
4178
+ "UpdateApplicationID": {
4179
+ "request": "pushwoosh.objects.filters.v1.UpdateApplicationIDRequest",
4180
+ "response": "{}",
4181
+ "method": "patch",
4182
+ "path": "/v1/objects/filters/ID/{ID}/update/ApplicationID"
4183
+ },
4184
+ "UpdateIsFiltrationInProgress": {
4185
+ "request": "pushwoosh.objects.filters.v1.UpdateIsFiltrationInProgressRequest",
4186
+ "response": "{}",
4187
+ "method": "patch",
4188
+ "path": "/v1/objects/filters/ID/{ID}/update/IsFiltrationInProgress"
4189
+ },
4190
+ "UpdateFiltrationStartedAt": {
4191
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationStartedAtRequest",
4192
+ "response": "{}",
4193
+ "method": "patch",
4194
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationStartedAt"
4195
+ },
4196
+ "UpdateFiltrationLastFilteredAt": {
4197
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationLastFilteredAtRequest",
4198
+ "response": "{}",
4199
+ "method": "patch",
4200
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationLastFilteredAt"
4201
+ },
4202
+ "UpdateFiltrationLastCheckedAt": {
4203
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationLastCheckedAtRequest",
4204
+ "response": "{}",
4205
+ "method": "patch",
4206
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationLastCheckedAt"
4207
+ },
4208
+ "UpdateFiltrationScheduledAt": {
4209
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationScheduledAtRequest",
4210
+ "response": "{}",
4211
+ "method": "patch",
4212
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationScheduledAt"
4213
+ },
4214
+ "UpdateCheckerScheduledAt": {
4215
+ "request": "pushwoosh.objects.filters.v1.UpdateCheckerScheduledAtRequest",
4216
+ "response": "{}",
4217
+ "method": "patch",
4218
+ "path": "/v1/objects/filters/ID/{ID}/update/CheckerScheduledAt"
4219
+ },
4220
+ "UpdateIsSystem": {
4221
+ "request": "pushwoosh.objects.filters.v1.UpdateIsSystemRequest",
4222
+ "response": "{}",
4223
+ "method": "patch",
4224
+ "path": "/v1/objects/filters/ID/{ID}/update/IsSystem"
4225
+ },
4226
+ "UpdateExpirationDate": {
4227
+ "request": "pushwoosh.objects.filters.v1.UpdateExpirationDateRequest",
4228
+ "response": "{}",
4229
+ "method": "patch",
4230
+ "path": "/v1/objects/filters/ID/{ID}/update/ExpirationDate"
4231
+ },
4232
+ "UpdateCreated": {
4233
+ "request": "pushwoosh.objects.filters.v1.UpdateCreatedRequest",
4234
+ "response": "{}",
4235
+ "method": "patch",
4236
+ "path": "/v1/objects/filters/ID/{ID}/update/Created"
4237
+ },
4238
+ "UpdateFilterExpressionRaw": {
4239
+ "request": "pushwoosh.objects.filters.v1.UpdateFilterExpressionRawRequest",
4240
+ "response": "{}",
4241
+ "method": "patch",
4242
+ "path": "/v1/objects/filters/ID/{ID}/update/FilterExpressionRaw"
4243
+ },
4244
+ "UpdateFiltrationID": {
4245
+ "request": "pushwoosh.objects.filters.v1.UpdateFiltrationIDRequest",
4246
+ "response": "{}",
4247
+ "method": "patch",
4248
+ "path": "/v1/objects/filters/ID/{ID}/update/FiltrationID"
4249
+ },
4250
+ "UpdateUpdated": {
4251
+ "request": "pushwoosh.objects.filters.v1.UpdateUpdatedRequest",
4252
+ "response": "{}",
4253
+ "method": "patch",
4254
+ "path": "/v1/objects/filters/ID/{ID}/update/Updated"
4255
+ },
4256
+ "UpdateDescription": {
4257
+ "request": "pushwoosh.objects.filters.v1.UpdateDescriptionRequest",
4258
+ "response": "{}",
4259
+ "method": "patch",
4260
+ "path": "/v1/objects/filters/ID/{ID}/update/Description"
4261
+ },
4262
+ "UpdateDeviceLoadPolicy": {
4263
+ "request": "pushwoosh.objects.filters.v1.UpdateDeviceLoadPolicyRequest",
4264
+ "response": "{}",
4265
+ "method": "patch",
4266
+ "path": "/v1/objects/filters/ID/{ID}/update/DeviceLoadPolicy"
4267
+ }
4268
+ }
4269
+ },
4270
+ "pushwoosh.objects.filters.v1.CreateRequest": {
4271
+ "type": "I",
4272
+ "fields": {
4273
+ "Code": {
4274
+ "type": "string"
4275
+ },
4276
+ "AccountID": {
4277
+ "type": "number"
4278
+ },
4279
+ "Name": {
4280
+ "type": "string"
4281
+ },
4282
+ "ApplicationID": {
4283
+ "type": "number"
4284
+ },
4285
+ "IsFiltrationInProgress": {
4286
+ "type": "boolean"
4287
+ },
4288
+ "FiltrationStartedAt": {
4289
+ "type": "Date"
4290
+ },
4291
+ "FiltrationLastFilteredAt": {
4292
+ "type": "Date"
4293
+ },
4294
+ "FiltrationLastCheckedAt": {
4295
+ "type": "Date"
4296
+ },
4297
+ "FiltrationScheduledAt": {
4298
+ "type": "Date"
4299
+ },
4300
+ "CheckerScheduledAt": {
4301
+ "type": "Date"
4302
+ },
4303
+ "IsSystem": {
4304
+ "type": "boolean"
4305
+ },
4306
+ "ExpirationDate": {
4307
+ "type": "Date"
4308
+ },
4309
+ "Created": {
4310
+ "type": "Date"
4311
+ },
4312
+ "FilterExpressionRaw": {
4313
+ "type": "string"
4314
+ },
4315
+ "FiltrationID": {
4316
+ "type": "string"
4317
+ },
4318
+ "Updated": {
4319
+ "type": "Date"
4320
+ },
4321
+ "Description": {
4322
+ "type": "string"
4323
+ },
4324
+ "DeviceLoadPolicy": {
4325
+ "type": "string"
4326
+ }
4327
+ }
4328
+ },
4329
+ "pushwoosh.objects.filters.v1.CreateResponse": {
4330
+ "type": "I",
4331
+ "fields": {
4332
+ "filter": {
4333
+ "type": "pushwoosh.objects.filters.v1.Filter"
4334
+ }
4335
+ }
4336
+ },
4337
+ "pushwoosh.objects.filters.v1.CreateManyRequest": {
4338
+ "type": "I",
4339
+ "fields": {
4340
+ "filters": {
4341
+ "type": "pushwoosh.objects.filters.v1.CreateRequest",
4342
+ "array": true
4343
+ }
4344
+ }
4345
+ },
4346
+ "pushwoosh.objects.filters.v1.CreateManyResponse": {
4347
+ "type": "I",
4348
+ "fields": {
4349
+ "filters": {
4350
+ "type": "pushwoosh.objects.filters.v1.CreateResponse",
4351
+ "array": true
4352
+ }
4353
+ }
4354
+ },
4355
+ "pushwoosh.objects.filters.v1.DeleteRequest": {
4356
+ "type": "I",
4357
+ "fields": {
4358
+ "ID": {
4359
+ "type": "number"
4360
+ }
4361
+ }
4362
+ },
4363
+ "pushwoosh.objects.filters.v1.DeleteManyRequest": {
4364
+ "type": "I",
4365
+ "fields": {
4366
+ "where": {
4367
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
4368
+ }
4369
+ }
4370
+ },
4371
+ "pushwoosh.objects.filters.v1.DeleteManyResponse": {
4372
+ "type": "I",
4373
+ "fields": {
4374
+ "count": {
4375
+ "type": "number"
4376
+ }
4377
+ }
4378
+ },
4379
+ "pushwoosh.objects.filters.v1.CountRequest": {
4380
+ "type": "I",
4381
+ "fields": {
4382
+ "where": {
4383
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
4384
+ }
4385
+ }
4386
+ },
4387
+ "pushwoosh.objects.filters.v1.CountResponse": {
4388
+ "type": "I",
4389
+ "fields": {
4390
+ "count": {
4391
+ "type": "number"
4392
+ }
4393
+ }
4394
+ },
4395
+ "pushwoosh.objects.filters.v1.GetPageRequest": {
4396
+ "type": "I",
4397
+ "fields": {
4398
+ "where": {
4399
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
4400
+ },
4401
+ "sort": {
4402
+ "type": "pushwoosh.objects.filters.v1.SortExpression"
4403
+ },
4404
+ "pageSize": {
4405
+ "type": "number"
4406
+ },
4407
+ "pageNum": {
4408
+ "type": "number"
4409
+ },
4410
+ "forLock": {
4411
+ "type": "pushwoosh.objects.filters.v1.ForExpression"
4412
+ }
4413
+ }
4414
+ },
4415
+ "pushwoosh.objects.filters.v1.GetPageResponse": {
4416
+ "type": "I",
4417
+ "fields": {
4418
+ "filters": {
4419
+ "type": "pushwoosh.objects.filters.v1.Filter",
4420
+ "array": true
4421
+ },
4422
+ "total": {
4423
+ "type": "number"
4424
+ }
4425
+ }
4426
+ },
4427
+ "pushwoosh.objects.filters.v1.ListRequest": {
4428
+ "type": "I",
4429
+ "fields": {
4430
+ "where": {
4431
+ "type": "pushwoosh.objects.filters.v1.LogicExpression"
4432
+ },
4433
+ "sort": {
4434
+ "type": "pushwoosh.objects.filters.v1.SortExpression"
4435
+ },
4436
+ "pageSize": {
4437
+ "type": "number"
4438
+ },
4439
+ "forLock": {
4440
+ "type": "pushwoosh.objects.filters.v1.ForExpression"
4441
+ }
4442
+ }
4443
+ },
4444
+ "pushwoosh.objects.filters.v1.ListResponse": {
4445
+ "type": "I",
4446
+ "fields": {
4447
+ "paginationToken": {
4448
+ "type": "string"
4449
+ }
4450
+ }
4451
+ },
4452
+ "pushwoosh.objects.filters.v1.PaginateRequest": {
4453
+ "type": "I",
4454
+ "fields": {
4455
+ "nextPageToken": {
4456
+ "type": "string"
4457
+ }
4458
+ }
4459
+ },
4460
+ "pushwoosh.objects.filters.v1.PaginateResponse": {
4461
+ "type": "I",
4462
+ "fields": {
4463
+ "filters": {
4464
+ "type": "pushwoosh.objects.filters.v1.Filter",
4465
+ "array": true
4466
+ },
4467
+ "nextPageToken": {
4468
+ "type": "string"
4469
+ }
4470
+ }
4471
+ },
4472
+ "pushwoosh.objects.filters.v1.UpdateCodeRequest": {
4473
+ "type": "I",
4474
+ "fields": {
4475
+ "ID": {
4476
+ "type": "number"
4477
+ },
4478
+ "value": {
4479
+ "type": "string"
4480
+ }
4481
+ }
4482
+ },
4483
+ "pushwoosh.objects.filters.v1.UpdateAccountIDRequest": {
4484
+ "type": "I",
4485
+ "fields": {
4486
+ "ID": {
4487
+ "type": "number"
4488
+ },
4489
+ "value": {
4490
+ "type": "number"
4491
+ }
4492
+ }
4493
+ },
4494
+ "pushwoosh.objects.filters.v1.UpdateNameRequest": {
4495
+ "type": "I",
4496
+ "fields": {
4497
+ "ID": {
4498
+ "type": "number"
4499
+ },
4500
+ "value": {
4501
+ "type": "string"
4502
+ }
4503
+ }
4504
+ },
4505
+ "pushwoosh.objects.filters.v1.UpdateApplicationIDRequest": {
4506
+ "type": "I",
4507
+ "fields": {
4508
+ "ID": {
4509
+ "type": "number"
4510
+ },
4511
+ "value": {
4512
+ "type": "number"
4513
+ }
4514
+ }
4515
+ },
4516
+ "pushwoosh.objects.filters.v1.UpdateIsFiltrationInProgressRequest": {
4517
+ "type": "I",
4518
+ "fields": {
4519
+ "ID": {
4520
+ "type": "number"
4521
+ },
4522
+ "value": {
4523
+ "type": "boolean"
4524
+ }
4525
+ }
4526
+ },
4527
+ "pushwoosh.objects.filters.v1.UpdateFiltrationStartedAtRequest": {
4528
+ "type": "I",
4529
+ "fields": {
4530
+ "ID": {
4531
+ "type": "number"
4532
+ },
4533
+ "value": {
4534
+ "type": "Date"
4535
+ }
4536
+ }
4537
+ },
4538
+ "pushwoosh.objects.filters.v1.UpdateFiltrationLastFilteredAtRequest": {
4539
+ "type": "I",
4540
+ "fields": {
4541
+ "ID": {
4542
+ "type": "number"
4543
+ },
4544
+ "value": {
4545
+ "type": "Date"
4546
+ }
4547
+ }
4548
+ },
4549
+ "pushwoosh.objects.filters.v1.UpdateFiltrationLastCheckedAtRequest": {
4550
+ "type": "I",
4551
+ "fields": {
4552
+ "ID": {
4553
+ "type": "number"
4554
+ },
4555
+ "value": {
4556
+ "type": "Date"
4557
+ }
4558
+ }
4559
+ },
4560
+ "pushwoosh.objects.filters.v1.UpdateFiltrationScheduledAtRequest": {
4561
+ "type": "I",
4562
+ "fields": {
4563
+ "ID": {
4564
+ "type": "number"
4565
+ },
4566
+ "value": {
4567
+ "type": "Date"
4568
+ }
4569
+ }
4570
+ },
4571
+ "pushwoosh.objects.filters.v1.UpdateCheckerScheduledAtRequest": {
4572
+ "type": "I",
4573
+ "fields": {
4574
+ "ID": {
4575
+ "type": "number"
4576
+ },
4577
+ "value": {
4578
+ "type": "Date"
4579
+ }
4580
+ }
4581
+ },
4582
+ "pushwoosh.objects.filters.v1.UpdateIsSystemRequest": {
4583
+ "type": "I",
4584
+ "fields": {
4585
+ "ID": {
4586
+ "type": "number"
4587
+ },
4588
+ "value": {
4589
+ "type": "boolean"
4590
+ }
4591
+ }
4592
+ },
4593
+ "pushwoosh.objects.filters.v1.UpdateExpirationDateRequest": {
4594
+ "type": "I",
4595
+ "fields": {
4596
+ "ID": {
4597
+ "type": "number"
4598
+ },
4599
+ "value": {
4600
+ "type": "Date"
4601
+ }
4602
+ }
4603
+ },
4604
+ "pushwoosh.objects.filters.v1.UpdateCreatedRequest": {
4605
+ "type": "I",
4606
+ "fields": {
4607
+ "ID": {
4608
+ "type": "number"
4609
+ },
4610
+ "value": {
4611
+ "type": "Date"
4612
+ }
4613
+ }
4614
+ },
4615
+ "pushwoosh.objects.filters.v1.UpdateFilterExpressionRawRequest": {
4616
+ "type": "I",
4617
+ "fields": {
4618
+ "ID": {
4619
+ "type": "number"
4620
+ },
4621
+ "value": {
4622
+ "type": "string"
4623
+ }
4624
+ }
4625
+ },
4626
+ "pushwoosh.objects.filters.v1.UpdateFiltrationIDRequest": {
4627
+ "type": "I",
4628
+ "fields": {
4629
+ "ID": {
4630
+ "type": "number"
4631
+ },
4632
+ "value": {
4633
+ "type": "string"
4634
+ }
4635
+ }
4636
+ },
4637
+ "pushwoosh.objects.filters.v1.UpdateUpdatedRequest": {
4638
+ "type": "I",
4639
+ "fields": {
4640
+ "ID": {
4641
+ "type": "number"
4642
+ },
4643
+ "value": {
4644
+ "type": "Date"
4645
+ }
4646
+ }
4647
+ },
4648
+ "pushwoosh.objects.filters.v1.UpdateDescriptionRequest": {
4649
+ "type": "I",
4650
+ "fields": {
4651
+ "ID": {
4652
+ "type": "number"
4653
+ },
4654
+ "value": {
4655
+ "type": "string"
4656
+ }
4657
+ }
4658
+ },
4659
+ "pushwoosh.objects.filters.v1.UpdateDeviceLoadPolicyRequest": {
4660
+ "type": "I",
4661
+ "fields": {
4662
+ "ID": {
4663
+ "type": "number"
4664
+ },
4665
+ "value": {
4666
+ "type": "string"
4667
+ }
4668
+ }
4669
+ },
4670
+ "pushwoosh.objects.filters.v1.GetRequest": {
4671
+ "type": "I",
4672
+ "fields": {
4673
+ "ID": {
4674
+ "type": "number"
4675
+ }
4676
+ }
4677
+ },
4678
+ "pushwoosh.objects.filters.v1.GetResponse": {
4679
+ "type": "I",
4680
+ "fields": {
4681
+ "filter": {
4682
+ "type": "pushwoosh.objects.filters.v1.Filter"
4683
+ }
4684
+ }
4685
+ },
4686
+ "pushwoosh.objects.filters.v1.LoadByCodeRequest": {
4687
+ "type": "I",
4688
+ "fields": {
4689
+ "Code": {
4690
+ "type": "string"
4691
+ }
4692
+ }
4693
+ },
4694
+ "pushwoosh.objects.filters.v1.LoadByCodeResponse": {
4695
+ "type": "I",
4696
+ "fields": {
4697
+ "filter": {
4698
+ "type": "pushwoosh.objects.filters.v1.Filter"
4699
+ }
4700
+ }
4701
+ },
4702
+ "pushwoosh.objects.filters.v1.LoadByAccountIDNameRequest": {
4703
+ "type": "I",
4704
+ "fields": {
4705
+ "AccountID": {
4706
+ "type": "number"
4707
+ },
4708
+ "Name": {
4709
+ "type": "string"
4710
+ }
4711
+ }
4712
+ },
4713
+ "pushwoosh.objects.filters.v1.LoadByAccountIDNameResponse": {
4714
+ "type": "I",
4715
+ "fields": {
4716
+ "filter": {
4717
+ "type": "pushwoosh.objects.filters.v1.Filter"
4718
+ }
4719
+ }
4720
+ },
4721
+ "pushwoosh.objects.filters.v1.JoinType": {
4722
+ "type": "E",
4723
+ "values": [
4724
+ "JOIN_INVALID",
4725
+ "JOIN_INNER",
4726
+ "JOIN_LEFT",
4727
+ "JOIN_RIGHT"
4728
+ ]
4729
+ },
4730
+ "pushwoosh.objects.filters.v1.__filter_model_internal": {
4731
+ "type": "I",
4732
+ "fields": {
4733
+ "f1": {
4734
+ "type": "string"
4735
+ },
4736
+ "f2": {
4737
+ "type": "Date"
4738
+ }
4739
+ }
4740
+ },
4741
+ "pushwoosh.objects.filters.v1.Filter": {
4742
+ "type": "I",
4743
+ "fields": {
4744
+ "ID": {
4745
+ "type": "number"
4746
+ },
4747
+ "Code": {
4748
+ "type": "string"
4749
+ },
4750
+ "AccountID": {
4751
+ "type": "number"
4752
+ },
4753
+ "Name": {
4754
+ "type": "string"
4755
+ },
4756
+ "ApplicationID": {
4757
+ "type": "number"
4758
+ },
4759
+ "IsFiltrationInProgress": {
4760
+ "type": "boolean"
4761
+ },
4762
+ "FiltrationStartedAt": {
4763
+ "type": "Date"
4764
+ },
4765
+ "FiltrationLastFilteredAt": {
4766
+ "type": "Date"
4767
+ },
4768
+ "FiltrationLastCheckedAt": {
4769
+ "type": "Date"
4770
+ },
4771
+ "FiltrationScheduledAt": {
4772
+ "type": "Date"
4773
+ },
4774
+ "CheckerScheduledAt": {
4775
+ "type": "Date"
4776
+ },
4777
+ "IsSystem": {
4778
+ "type": "boolean"
4779
+ },
4780
+ "ExpirationDate": {
4781
+ "type": "Date"
4782
+ },
4783
+ "Created": {
4784
+ "type": "Date"
4785
+ },
4786
+ "FilterExpressionRaw": {
4787
+ "type": "string"
4788
+ },
4789
+ "FiltrationID": {
4790
+ "type": "string"
4791
+ },
4792
+ "Updated": {
4793
+ "type": "Date"
4794
+ },
4795
+ "Description": {
4796
+ "type": "string"
4797
+ },
4798
+ "DeviceLoadPolicy": {
4799
+ "type": "string"
4800
+ }
4801
+ }
4802
+ },
4803
+ "pushwoosh.objects.filters.v1.FilterExpression.Operation.Operator": {
4804
+ "type": "E",
4805
+ "values": [
4806
+ "OPERATOR_UNSPECIFIED",
4807
+ "OPERATOR_INTERSECT",
4808
+ "OPERATOR_UNION",
4809
+ "OPERATOR_DIFFERENCE"
4810
+ ]
4811
+ },
4812
+ "pushwoosh.objects.filters.v1.FilterExpression.Operation": {
4813
+ "type": "I",
4814
+ "fields": {
4815
+ "operator": {
4816
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Operation.Operator"
4817
+ },
4818
+ "operands": {
4819
+ "type": "pushwoosh.objects.filters.v1.FilterExpression",
4820
+ "array": true
4821
+ }
4822
+ }
4823
+ },
4824
+ "pushwoosh.objects.filters.v1.FilterExpression.Application.TokenPresence": {
4825
+ "type": "E",
4826
+ "values": [
4827
+ "TOKEN_PRESENCE_UNSPECIFIED",
4828
+ "TOKEN_PRESENCE_WITH_TOKENS",
4829
+ "TOKEN_PRESENCE_WITHOUT_TOKENS",
4830
+ "TOKEN_PRESENCE_ALL"
4831
+ ]
4832
+ },
4833
+ "pushwoosh.objects.filters.v1.FilterExpression.Application.DevicePresence": {
4834
+ "type": "E",
4835
+ "values": [
4836
+ "DEVICE_PRESENCE_UNSPECIFIED",
4837
+ "DEVICE_PRESENCE_WITH_DEVICES",
4838
+ "DEVICE_PRESENCE_WITHOUT_DEVICES",
4839
+ "DEVICE_PRESENCE_ALL"
4840
+ ]
4841
+ },
4842
+ "pushwoosh.objects.filters.v1.FilterExpression.Application": {
4843
+ "type": "I",
4844
+ "fields": {
4845
+ "codes": {
4846
+ "type": "string",
4847
+ "array": true
4848
+ },
4849
+ "platforms": {
4850
+ "type": "number",
4851
+ "array": true
4852
+ },
4853
+ "tokenPresence": {
4854
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Application.TokenPresence"
4855
+ },
4856
+ "devicePresence": {
4857
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Application.DevicePresence"
4858
+ }
4859
+ }
4860
+ },
4861
+ "pushwoosh.objects.filters.v1.FilterExpression.Geo": {
4862
+ "type": "I",
4863
+ "fields": {
4864
+ "application": {
4865
+ "type": "string"
4866
+ },
4867
+ "lat": {
4868
+ "type": "number"
4869
+ },
4870
+ "lon": {
4871
+ "type": "number"
4872
+ },
4873
+ "range": {
4874
+ "type": "number"
4875
+ }
4876
+ }
4877
+ },
4878
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Eq": {
4879
+ "type": "I",
4880
+ "fields": {
4881
+ "value": {
4882
+ "type": "number"
4883
+ }
4884
+ }
4885
+ },
4886
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Neq": {
4887
+ "type": "I",
4888
+ "fields": {
4889
+ "value": {
4890
+ "type": "number"
4891
+ }
4892
+ }
4893
+ },
4894
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Lte": {
4895
+ "type": "I",
4896
+ "fields": {
4897
+ "value": {
4898
+ "type": "number"
4899
+ }
4900
+ }
4901
+ },
4902
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Gte": {
4903
+ "type": "I",
4904
+ "fields": {
4905
+ "value": {
4906
+ "type": "number"
4907
+ }
4908
+ }
4909
+ },
4910
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Any": {
4911
+ "type": "I",
4912
+ "fields": {}
4913
+ },
4914
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value": {
4915
+ "type": "I",
4916
+ "fields": {
4917
+ "eq": {
4918
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Eq"
4919
+ },
4920
+ "neq": {
4921
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Neq"
4922
+ },
4923
+ "lte": {
4924
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Lte"
4925
+ },
4926
+ "gte": {
4927
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Gte"
4928
+ },
4929
+ "any": {
4930
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Any"
4931
+ }
4932
+ },
4933
+ "oneofs": {
4934
+ "kind": {
4935
+ "oneof": [
4936
+ "eq",
4937
+ "neq",
4938
+ "lte",
4939
+ "gte",
4940
+ "any"
4941
+ ]
4942
+ }
4943
+ }
4944
+ },
4945
+ "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend": {
4946
+ "type": "I",
4947
+ "fields": {
4948
+ "applications": {
4949
+ "type": "string",
4950
+ "array": true
4951
+ },
4952
+ "value": {
4953
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value"
4954
+ }
4955
+ }
4956
+ },
4957
+ "pushwoosh.objects.filters.v1.FilterExpression.Static": {
4958
+ "type": "I",
4959
+ "fields": {
4960
+ "application": {
4961
+ "type": "string"
4962
+ },
4963
+ "segment": {
4964
+ "type": "string"
4965
+ }
4966
+ }
4967
+ },
4968
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Count.Operator": {
4969
+ "type": "E",
4970
+ "values": [
4971
+ "OPERATOR_UNSPECIFIED",
4972
+ "OPERATOR_EQ",
4973
+ "OPERATOR_NEQ",
4974
+ "OPERATOR_LTE",
4975
+ "OPERATOR_GTE"
4976
+ ]
4977
+ },
4978
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Count": {
4979
+ "type": "I",
4980
+ "fields": {
4981
+ "operator": {
4982
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Count.Operator"
4983
+ },
4984
+ "value": {
4985
+ "type": "number"
4986
+ }
4987
+ }
4988
+ },
4989
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Eq": {
4990
+ "type": "I",
4991
+ "fields": {
4992
+ "value": {
4993
+ "type": "Date"
4994
+ }
4995
+ }
4996
+ },
4997
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Neq": {
4998
+ "type": "I",
4999
+ "fields": {
5000
+ "value": {
5001
+ "type": "Date"
5002
+ }
5003
+ }
5004
+ },
5005
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Lte": {
5006
+ "type": "I",
5007
+ "fields": {
5008
+ "value": {
5009
+ "type": "Date"
5010
+ }
5011
+ }
5012
+ },
5013
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Gte": {
5014
+ "type": "I",
5015
+ "fields": {
5016
+ "value": {
5017
+ "type": "Date"
5018
+ }
5019
+ }
5020
+ },
5021
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.In": {
5022
+ "type": "I",
5023
+ "fields": {
5024
+ "values": {
5025
+ "type": "Date",
5026
+ "array": true
5027
+ }
5028
+ }
5029
+ },
5030
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.NotIn": {
5031
+ "type": "I",
5032
+ "fields": {
5033
+ "values": {
5034
+ "type": "Date",
5035
+ "array": true
5036
+ }
5037
+ }
5038
+ },
5039
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Between": {
5040
+ "type": "I",
5041
+ "fields": {
5042
+ "from": {
5043
+ "type": "Date"
5044
+ },
5045
+ "to": {
5046
+ "type": "Date"
5047
+ }
5048
+ }
5049
+ },
5050
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Exists": {
5051
+ "type": "I",
5052
+ "fields": {
5053
+ "exists": {
5054
+ "type": "boolean"
5055
+ }
5056
+ }
5057
+ },
5058
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo.Operator": {
5059
+ "type": "E",
5060
+ "values": [
5061
+ "OPERATOR_UNSPECIFIED",
5062
+ "OPERATOR_EQ",
5063
+ "OPERATOR_NEQ",
5064
+ "OPERATOR_LTE",
5065
+ "OPERATOR_GTE",
5066
+ "OPERATOR_BETWEEN"
5067
+ ]
5068
+ },
5069
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo": {
5070
+ "type": "I",
5071
+ "fields": {
5072
+ "operator": {
5073
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo.Operator"
5074
+ },
5075
+ "value": {
5076
+ "type": "number"
5077
+ },
5078
+ "values": {
5079
+ "type": "number",
5080
+ "array": true
5081
+ }
5082
+ }
5083
+ },
5084
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.MinutesAgo.Operator": {
5085
+ "type": "E",
5086
+ "values": [
5087
+ "OPERATOR_UNSPECIFIED",
5088
+ "OPERATOR_LTE",
5089
+ "OPERATOR_GTE"
5090
+ ]
5091
+ },
5092
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.MinutesAgo": {
5093
+ "type": "I",
5094
+ "fields": {
5095
+ "operator": {
5096
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.MinutesAgo.Operator"
5097
+ },
5098
+ "value": {
5099
+ "type": "number"
5100
+ }
5101
+ }
5102
+ },
5103
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Date": {
5104
+ "type": "I",
5105
+ "fields": {
5106
+ "eq": {
5107
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Eq"
5108
+ },
5109
+ "neq": {
5110
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Neq"
5111
+ },
5112
+ "lte": {
5113
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Lte"
5114
+ },
5115
+ "gte": {
5116
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Gte"
5117
+ },
5118
+ "in": {
5119
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.In"
5120
+ },
5121
+ "notIn": {
5122
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.NotIn"
5123
+ },
5124
+ "between": {
5125
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Between"
5126
+ },
5127
+ "exists": {
5128
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Exists"
5129
+ },
5130
+ "daysAgo": {
5131
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo"
5132
+ },
5133
+ "minutesAgo": {
5134
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.MinutesAgo"
5135
+ }
5136
+ },
5137
+ "oneofs": {
5138
+ "kind": {
5139
+ "oneof": [
5140
+ "eq",
5141
+ "neq",
5142
+ "lte",
5143
+ "gte",
5144
+ "in",
5145
+ "notIn",
5146
+ "between",
5147
+ "exists",
5148
+ "daysAgo",
5149
+ "minutesAgo"
5150
+ ]
5151
+ }
5152
+ }
5153
+ },
5154
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Eq": {
5155
+ "type": "I",
5156
+ "fields": {
5157
+ "value": {
5158
+ "type": "number"
5159
+ }
5160
+ }
5161
+ },
5162
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Neq": {
5163
+ "type": "I",
5164
+ "fields": {
5165
+ "value": {
5166
+ "type": "number"
5167
+ }
5168
+ }
5169
+ },
5170
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Lte": {
5171
+ "type": "I",
5172
+ "fields": {
5173
+ "value": {
5174
+ "type": "number"
5175
+ }
5176
+ }
5177
+ },
5178
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Gte": {
5179
+ "type": "I",
5180
+ "fields": {
5181
+ "value": {
5182
+ "type": "number"
5183
+ }
5184
+ }
5185
+ },
5186
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.In": {
5187
+ "type": "I",
5188
+ "fields": {
5189
+ "values": {
5190
+ "type": "number",
5191
+ "array": true
5192
+ }
5193
+ }
5194
+ },
5195
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.NotIn": {
5196
+ "type": "I",
5197
+ "fields": {
5198
+ "values": {
5199
+ "type": "number",
5200
+ "array": true
5201
+ }
5202
+ }
5203
+ },
5204
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Between": {
5205
+ "type": "I",
5206
+ "fields": {
5207
+ "from": {
5208
+ "type": "number"
5209
+ },
5210
+ "to": {
5211
+ "type": "number"
5212
+ }
5213
+ }
5214
+ },
5215
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Exists": {
5216
+ "type": "I",
5217
+ "fields": {
5218
+ "exists": {
5219
+ "type": "boolean"
5220
+ }
5221
+ }
5222
+ },
5223
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer": {
5224
+ "type": "I",
5225
+ "fields": {
5226
+ "eq": {
5227
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Eq"
5228
+ },
5229
+ "neq": {
5230
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Neq"
5231
+ },
5232
+ "lte": {
5233
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Lte"
5234
+ },
5235
+ "gte": {
5236
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Gte"
5237
+ },
5238
+ "in": {
5239
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.In"
5240
+ },
5241
+ "notIn": {
5242
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.NotIn"
5243
+ },
5244
+ "between": {
5245
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Between"
5246
+ },
5247
+ "exists": {
5248
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Exists"
5249
+ }
5250
+ },
5251
+ "oneofs": {
5252
+ "kind": {
5253
+ "oneof": [
5254
+ "eq",
5255
+ "neq",
5256
+ "lte",
5257
+ "gte",
5258
+ "in",
5259
+ "notIn",
5260
+ "between",
5261
+ "exists"
5262
+ ]
5263
+ }
5264
+ }
5265
+ },
5266
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Eq": {
5267
+ "type": "I",
5268
+ "fields": {
5269
+ "value": {
5270
+ "type": "string"
5271
+ }
5272
+ }
5273
+ },
5274
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Neq": {
5275
+ "type": "I",
5276
+ "fields": {
5277
+ "value": {
5278
+ "type": "string"
5279
+ }
5280
+ }
5281
+ },
5282
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.In": {
5283
+ "type": "I",
5284
+ "fields": {
5285
+ "values": {
5286
+ "type": "string",
5287
+ "array": true
5288
+ }
5289
+ }
5290
+ },
5291
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.NotIn": {
5292
+ "type": "I",
5293
+ "fields": {
5294
+ "values": {
5295
+ "type": "string",
5296
+ "array": true
5297
+ }
5298
+ }
5299
+ },
5300
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Exists": {
5301
+ "type": "I",
5302
+ "fields": {
5303
+ "exists": {
5304
+ "type": "boolean"
5305
+ }
5306
+ }
5307
+ },
5308
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.StartsWith": {
5309
+ "type": "I",
5310
+ "fields": {
5311
+ "value": {
5312
+ "type": "string"
5313
+ }
5314
+ }
5315
+ },
5316
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.EndsWith": {
5317
+ "type": "I",
5318
+ "fields": {
5319
+ "value": {
5320
+ "type": "string"
5321
+ }
5322
+ }
5323
+ },
5324
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Contains": {
5325
+ "type": "I",
5326
+ "fields": {
5327
+ "value": {
5328
+ "type": "string"
5329
+ }
5330
+ }
5331
+ },
5332
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String": {
5333
+ "type": "I",
5334
+ "fields": {
5335
+ "eq": {
5336
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Eq"
5337
+ },
5338
+ "neq": {
5339
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Neq"
5340
+ },
5341
+ "in": {
5342
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.In"
5343
+ },
5344
+ "notIn": {
5345
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.NotIn"
5346
+ },
5347
+ "exists": {
5348
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Exists"
5349
+ },
5350
+ "startsWith": {
5351
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.StartsWith"
5352
+ },
5353
+ "endsWith": {
5354
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.EndsWith"
5355
+ },
5356
+ "contains": {
5357
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Contains"
5358
+ }
5359
+ },
5360
+ "oneofs": {
5361
+ "kind": {
5362
+ "oneof": [
5363
+ "eq",
5364
+ "neq",
5365
+ "in",
5366
+ "notIn",
5367
+ "exists",
5368
+ "startsWith",
5369
+ "endsWith",
5370
+ "contains"
5371
+ ]
5372
+ }
5373
+ }
5374
+ },
5375
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.In": {
5376
+ "type": "I",
5377
+ "fields": {
5378
+ "values": {
5379
+ "type": "string",
5380
+ "array": true
5381
+ }
5382
+ }
5383
+ },
5384
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.NotIn": {
5385
+ "type": "I",
5386
+ "fields": {
5387
+ "values": {
5388
+ "type": "string",
5389
+ "array": true
5390
+ }
5391
+ }
5392
+ },
5393
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.Exists": {
5394
+ "type": "I",
5395
+ "fields": {
5396
+ "exists": {
5397
+ "type": "boolean"
5398
+ }
5399
+ }
5400
+ },
5401
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List": {
5402
+ "type": "I",
5403
+ "fields": {
5404
+ "in": {
5405
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.In"
5406
+ },
5407
+ "notIn": {
5408
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.NotIn"
5409
+ },
5410
+ "exists": {
5411
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.Exists"
5412
+ }
5413
+ },
5414
+ "oneofs": {
5415
+ "kind": {
5416
+ "oneof": [
5417
+ "in",
5418
+ "notIn",
5419
+ "exists"
5420
+ ]
5421
+ }
5422
+ }
5423
+ },
5424
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Eq": {
5425
+ "type": "I",
5426
+ "fields": {
5427
+ "value": {
5428
+ "type": "Date"
5429
+ }
5430
+ }
5431
+ },
5432
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Neq": {
5433
+ "type": "I",
5434
+ "fields": {
5435
+ "value": {
5436
+ "type": "Date"
5437
+ }
5438
+ }
5439
+ },
5440
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Lte": {
5441
+ "type": "I",
5442
+ "fields": {
5443
+ "value": {
5444
+ "type": "Date"
5445
+ }
5446
+ }
5447
+ },
5448
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Gte": {
5449
+ "type": "I",
5450
+ "fields": {
5451
+ "value": {
5452
+ "type": "Date"
5453
+ }
5454
+ }
5455
+ },
5456
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.In": {
5457
+ "type": "I",
5458
+ "fields": {
5459
+ "values": {
5460
+ "type": "Date",
5461
+ "array": true
5462
+ }
5463
+ }
5464
+ },
5465
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.NotIn": {
5466
+ "type": "I",
5467
+ "fields": {
5468
+ "values": {
5469
+ "type": "Date",
5470
+ "array": true
5471
+ }
5472
+ }
5473
+ },
5474
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Between": {
5475
+ "type": "I",
5476
+ "fields": {
5477
+ "from": {
5478
+ "type": "Date"
5479
+ },
5480
+ "to": {
5481
+ "type": "Date"
5482
+ }
5483
+ }
5484
+ },
5485
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Exists": {
5486
+ "type": "I",
5487
+ "fields": {
5488
+ "exists": {
5489
+ "type": "boolean"
5490
+ }
5491
+ }
5492
+ },
5493
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo.Operator": {
5494
+ "type": "E",
5495
+ "values": [
5496
+ "OPERATOR_UNSPECIFIED",
5497
+ "OPERATOR_EQ",
5498
+ "OPERATOR_NEQ",
5499
+ "OPERATOR_LTE",
5500
+ "OPERATOR_GTE",
5501
+ "OPERATOR_BETWEEN"
5502
+ ]
5503
+ },
5504
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo": {
5505
+ "type": "I",
5506
+ "fields": {
5507
+ "operator": {
5508
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo.Operator"
5509
+ },
5510
+ "value": {
5511
+ "type": "number"
5512
+ },
5513
+ "values": {
5514
+ "type": "number",
5515
+ "array": true
5516
+ }
5517
+ }
5518
+ },
5519
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.MinutesAgo.Operator": {
5520
+ "type": "E",
5521
+ "values": [
5522
+ "OPERATOR_UNSPECIFIED",
5523
+ "OPERATOR_LTE",
5524
+ "OPERATOR_GTE"
5525
+ ]
5526
+ },
5527
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.MinutesAgo": {
5528
+ "type": "I",
5529
+ "fields": {
5530
+ "operator": {
5531
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.MinutesAgo.Operator"
5532
+ },
5533
+ "value": {
5534
+ "type": "number"
5535
+ }
5536
+ }
5537
+ },
5538
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date": {
5539
+ "type": "I",
5540
+ "fields": {
5541
+ "eq": {
5542
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Eq"
5543
+ },
5544
+ "neq": {
5545
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Neq"
5546
+ },
5547
+ "lte": {
5548
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Lte"
5549
+ },
5550
+ "gte": {
5551
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Gte"
5552
+ },
5553
+ "in": {
5554
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.In"
5555
+ },
5556
+ "notIn": {
5557
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.NotIn"
5558
+ },
5559
+ "between": {
5560
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Between"
5561
+ },
5562
+ "exists": {
5563
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Exists"
5564
+ },
5565
+ "daysAgo": {
5566
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo"
5567
+ },
5568
+ "minutesAgo": {
5569
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.MinutesAgo"
5570
+ }
5571
+ },
5572
+ "oneofs": {
5573
+ "kind": {
5574
+ "oneof": [
5575
+ "eq",
5576
+ "neq",
5577
+ "lte",
5578
+ "gte",
5579
+ "in",
5580
+ "notIn",
5581
+ "between",
5582
+ "exists",
5583
+ "daysAgo",
5584
+ "minutesAgo"
5585
+ ]
5586
+ }
5587
+ }
5588
+ },
5589
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Eq": {
5590
+ "type": "I",
5591
+ "fields": {
5592
+ "value": {
5593
+ "type": "boolean"
5594
+ }
5595
+ }
5596
+ },
5597
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Neq": {
5598
+ "type": "I",
5599
+ "fields": {
5600
+ "value": {
5601
+ "type": "boolean"
5602
+ }
5603
+ }
5604
+ },
5605
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Exists": {
5606
+ "type": "I",
5607
+ "fields": {
5608
+ "exists": {
5609
+ "type": "boolean"
5610
+ }
5611
+ }
5612
+ },
5613
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean": {
5614
+ "type": "I",
5615
+ "fields": {
5616
+ "eq": {
5617
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Eq"
5618
+ },
5619
+ "neq": {
5620
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Neq"
5621
+ },
5622
+ "exists": {
5623
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Exists"
5624
+ }
5625
+ },
5626
+ "oneofs": {
5627
+ "kind": {
5628
+ "oneof": [
5629
+ "eq",
5630
+ "neq",
5631
+ "exists"
5632
+ ]
5633
+ }
5634
+ }
5635
+ },
5636
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Eq": {
5637
+ "type": "I",
5638
+ "fields": {
5639
+ "value": {
5640
+ "type": "number"
5641
+ }
5642
+ }
5643
+ },
5644
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Neq": {
5645
+ "type": "I",
5646
+ "fields": {
5647
+ "value": {
5648
+ "type": "number"
5649
+ }
5650
+ }
5651
+ },
5652
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Lte": {
5653
+ "type": "I",
5654
+ "fields": {
5655
+ "value": {
5656
+ "type": "number"
5657
+ }
5658
+ }
5659
+ },
5660
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Gte": {
5661
+ "type": "I",
5662
+ "fields": {
5663
+ "value": {
5664
+ "type": "number"
5665
+ }
5666
+ }
5667
+ },
5668
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.In": {
5669
+ "type": "I",
5670
+ "fields": {
5671
+ "values": {
5672
+ "type": "number",
5673
+ "array": true
5674
+ }
5675
+ }
5676
+ },
5677
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.NotIn": {
5678
+ "type": "I",
5679
+ "fields": {
5680
+ "values": {
5681
+ "type": "number",
5682
+ "array": true
5683
+ }
5684
+ }
5685
+ },
5686
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Between": {
5687
+ "type": "I",
5688
+ "fields": {
5689
+ "from": {
5690
+ "type": "number"
5691
+ },
5692
+ "to": {
5693
+ "type": "number"
5694
+ }
5695
+ }
5696
+ },
5697
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Exists": {
5698
+ "type": "I",
5699
+ "fields": {
5700
+ "exists": {
5701
+ "type": "boolean"
5702
+ }
5703
+ }
5704
+ },
5705
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price": {
5706
+ "type": "I",
5707
+ "fields": {
5708
+ "eq": {
5709
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Eq"
5710
+ },
5711
+ "neq": {
5712
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Neq"
5713
+ },
5714
+ "lte": {
5715
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Lte"
5716
+ },
5717
+ "gte": {
5718
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Gte"
5719
+ },
5720
+ "in": {
5721
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.In"
5722
+ },
5723
+ "notIn": {
5724
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.NotIn"
5725
+ },
5726
+ "between": {
5727
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Between"
5728
+ },
5729
+ "exists": {
5730
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Exists"
5731
+ }
5732
+ },
5733
+ "oneofs": {
5734
+ "kind": {
5735
+ "oneof": [
5736
+ "eq",
5737
+ "neq",
5738
+ "lte",
5739
+ "gte",
5740
+ "in",
5741
+ "notIn",
5742
+ "between",
5743
+ "exists"
5744
+ ]
5745
+ }
5746
+ }
5747
+ },
5748
+ "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute": {
5749
+ "type": "I",
5750
+ "fields": {
5751
+ "name": {
5752
+ "type": "string"
5753
+ },
5754
+ "integer": {
5755
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer"
5756
+ },
5757
+ "string": {
5758
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String"
5759
+ },
5760
+ "list": {
5761
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List"
5762
+ },
5763
+ "date": {
5764
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date"
5765
+ },
5766
+ "boolean": {
5767
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean"
5768
+ },
5769
+ "price": {
5770
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price"
5771
+ }
5772
+ },
5773
+ "oneofs": {
5774
+ "kind": {
5775
+ "oneof": [
5776
+ "integer",
5777
+ "string",
5778
+ "list",
5779
+ "date",
5780
+ "boolean",
5781
+ "price"
5782
+ ]
5783
+ }
5784
+ }
5785
+ },
5786
+ "pushwoosh.objects.filters.v1.FilterExpression.Event": {
5787
+ "type": "I",
5788
+ "fields": {
5789
+ "application": {
5790
+ "type": "string"
5791
+ },
5792
+ "event": {
5793
+ "type": "string"
5794
+ },
5795
+ "count": {
5796
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Count"
5797
+ },
5798
+ "date": {
5799
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date"
5800
+ },
5801
+ "attributes": {
5802
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute",
5803
+ "array": true
5804
+ },
5805
+ "platforms": {
5806
+ "type": "string",
5807
+ "array": true
5808
+ }
5809
+ }
5810
+ },
5811
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Lte": {
5812
+ "type": "I",
5813
+ "fields": {
5814
+ "value": {
5815
+ "type": "Date"
5816
+ }
5817
+ }
5818
+ },
5819
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Gte": {
5820
+ "type": "I",
5821
+ "fields": {
5822
+ "value": {
5823
+ "type": "Date"
5824
+ }
5825
+ }
5826
+ },
5827
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Between": {
5828
+ "type": "I",
5829
+ "fields": {
5830
+ "from": {
5831
+ "type": "Date"
5832
+ },
5833
+ "to": {
5834
+ "type": "Date"
5835
+ }
5836
+ }
5837
+ },
5838
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Operator": {
5839
+ "type": "E",
5840
+ "values": [
5841
+ "OPERATOR_UNSPECIFIED",
5842
+ "OPERATOR_LTE",
5843
+ "OPERATOR_GTE",
5844
+ "OPERATOR_BETWEEN"
5845
+ ]
5846
+ },
5847
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition": {
5848
+ "type": "I",
5849
+ "fields": {
5850
+ "lte": {
5851
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Lte"
5852
+ },
5853
+ "gte": {
5854
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Gte"
5855
+ },
5856
+ "between": {
5857
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Between"
5858
+ }
5859
+ },
5860
+ "oneofs": {
5861
+ "kind": {
5862
+ "oneof": [
5863
+ "lte",
5864
+ "gte",
5865
+ "between"
5866
+ ]
5867
+ }
5868
+ }
5869
+ },
5870
+ "pushwoosh.objects.filters.v1.FilterExpression.Updated": {
5871
+ "type": "I",
5872
+ "fields": {
5873
+ "application": {
5874
+ "type": "string"
5875
+ },
5876
+ "condition": {
5877
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition"
5878
+ }
5879
+ }
5880
+ },
5881
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Eq": {
5882
+ "type": "I",
5883
+ "fields": {
5884
+ "value": {
5885
+ "type": "number"
5886
+ }
5887
+ }
5888
+ },
5889
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Neq": {
5890
+ "type": "I",
5891
+ "fields": {
5892
+ "value": {
5893
+ "type": "number"
5894
+ }
5895
+ }
5896
+ },
5897
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Lte": {
5898
+ "type": "I",
5899
+ "fields": {
5900
+ "value": {
5901
+ "type": "number"
5902
+ }
5903
+ }
5904
+ },
5905
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Gte": {
5906
+ "type": "I",
5907
+ "fields": {
5908
+ "value": {
5909
+ "type": "number"
5910
+ }
5911
+ }
5912
+ },
5913
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.In": {
5914
+ "type": "I",
5915
+ "fields": {
5916
+ "values": {
5917
+ "type": "number",
5918
+ "array": true
5919
+ }
5920
+ }
5921
+ },
5922
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.NotIn": {
5923
+ "type": "I",
5924
+ "fields": {
5925
+ "values": {
5926
+ "type": "number",
5927
+ "array": true
5928
+ }
5929
+ }
5930
+ },
5931
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Between": {
5932
+ "type": "I",
5933
+ "fields": {
5934
+ "from": {
5935
+ "type": "number"
5936
+ },
5937
+ "to": {
5938
+ "type": "number"
5939
+ }
5940
+ }
5941
+ },
5942
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Exists": {
5943
+ "type": "I",
5944
+ "fields": {
5945
+ "exists": {
5946
+ "type": "boolean"
5947
+ }
5948
+ }
5949
+ },
5950
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer": {
5951
+ "type": "I",
5952
+ "fields": {
5953
+ "eq": {
5954
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Eq"
5955
+ },
5956
+ "neq": {
5957
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Neq"
5958
+ },
5959
+ "lte": {
5960
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Lte"
5961
+ },
5962
+ "gte": {
5963
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Gte"
5964
+ },
5965
+ "in": {
5966
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.In"
5967
+ },
5968
+ "notIn": {
5969
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.NotIn"
5970
+ },
5971
+ "between": {
5972
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Between"
5973
+ },
5974
+ "exists": {
5975
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Exists"
5976
+ }
5977
+ },
5978
+ "oneofs": {
5979
+ "kind": {
5980
+ "oneof": [
5981
+ "eq",
5982
+ "neq",
5983
+ "lte",
5984
+ "gte",
5985
+ "in",
5986
+ "notIn",
5987
+ "between",
5988
+ "exists"
5989
+ ]
5990
+ }
5991
+ }
5992
+ },
5993
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Eq": {
5994
+ "type": "I",
5995
+ "fields": {
5996
+ "value": {
5997
+ "type": "string"
5998
+ }
5999
+ }
6000
+ },
6001
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Neq": {
6002
+ "type": "I",
6003
+ "fields": {
6004
+ "value": {
6005
+ "type": "string"
6006
+ }
6007
+ }
6008
+ },
6009
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.In": {
6010
+ "type": "I",
6011
+ "fields": {
6012
+ "values": {
6013
+ "type": "string",
6014
+ "array": true
6015
+ }
6016
+ }
6017
+ },
6018
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.NotIn": {
6019
+ "type": "I",
6020
+ "fields": {
6021
+ "values": {
6022
+ "type": "string",
6023
+ "array": true
6024
+ }
6025
+ }
6026
+ },
6027
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Exists": {
6028
+ "type": "I",
6029
+ "fields": {
6030
+ "exists": {
6031
+ "type": "boolean"
6032
+ }
6033
+ }
6034
+ },
6035
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.StartsWith": {
6036
+ "type": "I",
6037
+ "fields": {
6038
+ "value": {
6039
+ "type": "string"
6040
+ }
6041
+ }
6042
+ },
6043
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.EndsWith": {
6044
+ "type": "I",
6045
+ "fields": {
6046
+ "value": {
6047
+ "type": "string"
6048
+ }
6049
+ }
6050
+ },
6051
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Contains": {
6052
+ "type": "I",
6053
+ "fields": {
6054
+ "value": {
6055
+ "type": "string"
6056
+ }
6057
+ }
6058
+ },
6059
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.String": {
6060
+ "type": "I",
6061
+ "fields": {
6062
+ "eq": {
6063
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Eq"
6064
+ },
6065
+ "neq": {
6066
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Neq"
6067
+ },
6068
+ "in": {
6069
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.In"
6070
+ },
6071
+ "notIn": {
6072
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.NotIn"
6073
+ },
6074
+ "exists": {
6075
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Exists"
6076
+ },
6077
+ "startsWith": {
6078
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.StartsWith"
6079
+ },
6080
+ "endsWith": {
6081
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.EndsWith"
6082
+ },
6083
+ "contains": {
6084
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Contains"
6085
+ }
6086
+ },
6087
+ "oneofs": {
6088
+ "kind": {
6089
+ "oneof": [
6090
+ "eq",
6091
+ "neq",
6092
+ "in",
6093
+ "notIn",
6094
+ "exists",
6095
+ "startsWith",
6096
+ "endsWith",
6097
+ "contains"
6098
+ ]
6099
+ }
6100
+ }
6101
+ },
6102
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.In": {
6103
+ "type": "I",
6104
+ "fields": {
6105
+ "values": {
6106
+ "type": "string",
6107
+ "array": true
6108
+ }
6109
+ }
6110
+ },
6111
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.NotIn": {
6112
+ "type": "I",
6113
+ "fields": {
6114
+ "values": {
6115
+ "type": "string",
6116
+ "array": true
6117
+ }
6118
+ }
6119
+ },
6120
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.Exists": {
6121
+ "type": "I",
6122
+ "fields": {
6123
+ "exists": {
6124
+ "type": "boolean"
6125
+ }
6126
+ }
6127
+ },
6128
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.List": {
6129
+ "type": "I",
6130
+ "fields": {
6131
+ "in": {
6132
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.In"
6133
+ },
6134
+ "notIn": {
6135
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.NotIn"
6136
+ },
6137
+ "exists": {
6138
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.List.Exists"
6139
+ }
6140
+ },
6141
+ "oneofs": {
6142
+ "kind": {
6143
+ "oneof": [
6144
+ "in",
6145
+ "notIn",
6146
+ "exists"
6147
+ ]
6148
+ }
6149
+ }
6150
+ },
6151
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Eq": {
6152
+ "type": "I",
6153
+ "fields": {
6154
+ "value": {
6155
+ "type": "Date"
6156
+ }
6157
+ }
6158
+ },
6159
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Neq": {
6160
+ "type": "I",
6161
+ "fields": {
6162
+ "value": {
6163
+ "type": "Date"
6164
+ }
6165
+ }
6166
+ },
6167
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Lte": {
6168
+ "type": "I",
6169
+ "fields": {
6170
+ "value": {
6171
+ "type": "Date"
6172
+ }
6173
+ }
6174
+ },
6175
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Gte": {
6176
+ "type": "I",
6177
+ "fields": {
6178
+ "value": {
6179
+ "type": "Date"
6180
+ }
6181
+ }
6182
+ },
6183
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.In": {
6184
+ "type": "I",
6185
+ "fields": {
6186
+ "values": {
6187
+ "type": "Date",
6188
+ "array": true
6189
+ }
6190
+ }
6191
+ },
6192
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.NotIn": {
6193
+ "type": "I",
6194
+ "fields": {
6195
+ "values": {
6196
+ "type": "Date",
6197
+ "array": true
6198
+ }
6199
+ }
6200
+ },
6201
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Between": {
6202
+ "type": "I",
6203
+ "fields": {
6204
+ "from": {
6205
+ "type": "Date"
6206
+ },
6207
+ "to": {
6208
+ "type": "Date"
6209
+ }
6210
+ }
6211
+ },
6212
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Exists": {
6213
+ "type": "I",
6214
+ "fields": {
6215
+ "exists": {
6216
+ "type": "boolean"
6217
+ }
6218
+ }
6219
+ },
6220
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo.Operator": {
6221
+ "type": "E",
6222
+ "values": [
6223
+ "OPERATOR_UNSPECIFIED",
6224
+ "OPERATOR_EQ",
6225
+ "OPERATOR_NEQ",
6226
+ "OPERATOR_LTE",
6227
+ "OPERATOR_GTE",
6228
+ "OPERATOR_BETWEEN"
6229
+ ]
6230
+ },
6231
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo": {
6232
+ "type": "I",
6233
+ "fields": {
6234
+ "operator": {
6235
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo.Operator"
6236
+ },
6237
+ "value": {
6238
+ "type": "number"
6239
+ },
6240
+ "values": {
6241
+ "type": "number",
6242
+ "array": true
6243
+ }
6244
+ }
6245
+ },
6246
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.MinutesAgo.Operator": {
6247
+ "type": "E",
6248
+ "values": [
6249
+ "OPERATOR_UNSPECIFIED",
6250
+ "OPERATOR_LTE",
6251
+ "OPERATOR_GTE"
6252
+ ]
6253
+ },
6254
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.MinutesAgo": {
6255
+ "type": "I",
6256
+ "fields": {
6257
+ "operator": {
6258
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.MinutesAgo.Operator"
6259
+ },
6260
+ "value": {
6261
+ "type": "number"
6262
+ }
6263
+ }
6264
+ },
6265
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date": {
6266
+ "type": "I",
6267
+ "fields": {
6268
+ "eq": {
6269
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Eq"
6270
+ },
6271
+ "neq": {
6272
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Neq"
6273
+ },
6274
+ "lte": {
6275
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Lte"
6276
+ },
6277
+ "gte": {
6278
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Gte"
6279
+ },
6280
+ "in": {
6281
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.In"
6282
+ },
6283
+ "notIn": {
6284
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.NotIn"
6285
+ },
6286
+ "between": {
6287
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Between"
6288
+ },
6289
+ "exists": {
6290
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Exists"
6291
+ },
6292
+ "daysAgo": {
6293
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo"
6294
+ },
6295
+ "minutesAgo": {
6296
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.MinutesAgo"
6297
+ }
6298
+ },
6299
+ "oneofs": {
6300
+ "kind": {
6301
+ "oneof": [
6302
+ "eq",
6303
+ "neq",
6304
+ "lte",
6305
+ "gte",
6306
+ "in",
6307
+ "notIn",
6308
+ "between",
6309
+ "exists",
6310
+ "daysAgo",
6311
+ "minutesAgo"
6312
+ ]
6313
+ }
6314
+ }
6315
+ },
6316
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Eq": {
6317
+ "type": "I",
6318
+ "fields": {
6319
+ "value": {
6320
+ "type": "boolean"
6321
+ }
6322
+ }
6323
+ },
6324
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Neq": {
6325
+ "type": "I",
6326
+ "fields": {
6327
+ "value": {
6328
+ "type": "boolean"
6329
+ }
6330
+ }
6331
+ },
6332
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Exists": {
6333
+ "type": "I",
6334
+ "fields": {
6335
+ "exists": {
6336
+ "type": "boolean"
6337
+ }
6338
+ }
6339
+ },
6340
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean": {
6341
+ "type": "I",
6342
+ "fields": {
6343
+ "eq": {
6344
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Eq"
6345
+ },
6346
+ "neq": {
6347
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Neq"
6348
+ },
6349
+ "exists": {
6350
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Exists"
6351
+ }
6352
+ },
6353
+ "oneofs": {
6354
+ "kind": {
6355
+ "oneof": [
6356
+ "eq",
6357
+ "neq",
6358
+ "exists"
6359
+ ]
6360
+ }
6361
+ }
6362
+ },
6363
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Eq": {
6364
+ "type": "I",
6365
+ "fields": {
6366
+ "value": {
6367
+ "type": "number"
6368
+ }
6369
+ }
6370
+ },
6371
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Neq": {
6372
+ "type": "I",
6373
+ "fields": {
6374
+ "value": {
6375
+ "type": "number"
6376
+ }
6377
+ }
6378
+ },
6379
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Lte": {
6380
+ "type": "I",
6381
+ "fields": {
6382
+ "value": {
6383
+ "type": "number"
6384
+ }
6385
+ }
6386
+ },
6387
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Gte": {
6388
+ "type": "I",
6389
+ "fields": {
6390
+ "value": {
6391
+ "type": "number"
6392
+ }
6393
+ }
6394
+ },
6395
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.In": {
6396
+ "type": "I",
6397
+ "fields": {
6398
+ "values": {
6399
+ "type": "number",
6400
+ "array": true
6401
+ }
6402
+ }
6403
+ },
6404
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.NotIn": {
6405
+ "type": "I",
6406
+ "fields": {
6407
+ "values": {
6408
+ "type": "number",
6409
+ "array": true
6410
+ }
6411
+ }
6412
+ },
6413
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Between": {
6414
+ "type": "I",
6415
+ "fields": {
6416
+ "from": {
6417
+ "type": "number"
6418
+ },
6419
+ "to": {
6420
+ "type": "number"
6421
+ }
6422
+ }
6423
+ },
6424
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Exists": {
6425
+ "type": "I",
6426
+ "fields": {
6427
+ "exists": {
6428
+ "type": "boolean"
6429
+ }
6430
+ }
6431
+ },
6432
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price": {
6433
+ "type": "I",
6434
+ "fields": {
6435
+ "eq": {
6436
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Eq"
6437
+ },
6438
+ "neq": {
6439
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Neq"
6440
+ },
6441
+ "lte": {
6442
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Lte"
6443
+ },
6444
+ "gte": {
6445
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Gte"
6446
+ },
6447
+ "in": {
6448
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.In"
6449
+ },
6450
+ "notIn": {
6451
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.NotIn"
6452
+ },
6453
+ "between": {
6454
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Between"
6455
+ },
6456
+ "exists": {
6457
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Exists"
6458
+ }
6459
+ },
6460
+ "oneofs": {
6461
+ "kind": {
6462
+ "oneof": [
6463
+ "eq",
6464
+ "neq",
6465
+ "lte",
6466
+ "gte",
6467
+ "in",
6468
+ "notIn",
6469
+ "between",
6470
+ "exists"
6471
+ ]
6472
+ }
6473
+ }
6474
+ },
6475
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Eq": {
6476
+ "type": "I",
6477
+ "fields": {
6478
+ "value": {
6479
+ "type": "string"
6480
+ }
6481
+ }
6482
+ },
6483
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Neq": {
6484
+ "type": "I",
6485
+ "fields": {
6486
+ "value": {
6487
+ "type": "string"
6488
+ }
6489
+ }
6490
+ },
6491
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Lte": {
6492
+ "type": "I",
6493
+ "fields": {
6494
+ "value": {
6495
+ "type": "string"
6496
+ }
6497
+ }
6498
+ },
6499
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Gte": {
6500
+ "type": "I",
6501
+ "fields": {
6502
+ "value": {
6503
+ "type": "string"
6504
+ }
6505
+ }
6506
+ },
6507
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.In": {
6508
+ "type": "I",
6509
+ "fields": {
6510
+ "values": {
6511
+ "type": "string",
6512
+ "array": true
6513
+ }
6514
+ }
6515
+ },
6516
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.NotIn": {
6517
+ "type": "I",
6518
+ "fields": {
6519
+ "values": {
6520
+ "type": "string",
6521
+ "array": true
6522
+ }
6523
+ }
6524
+ },
6525
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Between": {
6526
+ "type": "I",
6527
+ "fields": {
6528
+ "from": {
6529
+ "type": "string"
6530
+ },
6531
+ "to": {
6532
+ "type": "string"
6533
+ }
6534
+ }
6535
+ },
6536
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Exists": {
6537
+ "type": "I",
6538
+ "fields": {
6539
+ "exists": {
6540
+ "type": "boolean"
6541
+ }
6542
+ }
6543
+ },
6544
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version": {
6545
+ "type": "I",
6546
+ "fields": {
6547
+ "eq": {
6548
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Eq"
6549
+ },
6550
+ "neq": {
6551
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Neq"
6552
+ },
6553
+ "lte": {
6554
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Lte"
6555
+ },
6556
+ "gte": {
6557
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Gte"
6558
+ },
6559
+ "in": {
6560
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.In"
6561
+ },
6562
+ "notIn": {
6563
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.NotIn"
6564
+ },
6565
+ "between": {
6566
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Between"
6567
+ },
6568
+ "exists": {
6569
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Exists"
6570
+ }
6571
+ },
6572
+ "oneofs": {
6573
+ "kind": {
6574
+ "oneof": [
6575
+ "eq",
6576
+ "neq",
6577
+ "lte",
6578
+ "gte",
6579
+ "in",
6580
+ "notIn",
6581
+ "between",
6582
+ "exists"
6583
+ ]
6584
+ }
6585
+ }
6586
+ },
6587
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Eq": {
6588
+ "type": "I",
6589
+ "fields": {
6590
+ "value": {
6591
+ "type": "number"
6592
+ }
6593
+ }
6594
+ },
6595
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Neq": {
6596
+ "type": "I",
6597
+ "fields": {
6598
+ "value": {
6599
+ "type": "number"
6600
+ }
6601
+ }
6602
+ },
6603
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Lte": {
6604
+ "type": "I",
6605
+ "fields": {
6606
+ "value": {
6607
+ "type": "number"
6608
+ }
6609
+ }
6610
+ },
6611
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Gte": {
6612
+ "type": "I",
6613
+ "fields": {
6614
+ "value": {
6615
+ "type": "number"
6616
+ }
6617
+ }
6618
+ },
6619
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.In": {
6620
+ "type": "I",
6621
+ "fields": {
6622
+ "values": {
6623
+ "type": "number",
6624
+ "array": true
6625
+ }
6626
+ }
6627
+ },
6628
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.NotIn": {
6629
+ "type": "I",
6630
+ "fields": {
6631
+ "values": {
6632
+ "type": "number",
6633
+ "array": true
6634
+ }
6635
+ }
6636
+ },
6637
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Between": {
6638
+ "type": "I",
6639
+ "fields": {
6640
+ "from": {
6641
+ "type": "number"
6642
+ },
6643
+ "to": {
6644
+ "type": "number"
6645
+ }
6646
+ }
6647
+ },
6648
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Exists": {
6649
+ "type": "I",
6650
+ "fields": {
6651
+ "exists": {
6652
+ "type": "boolean"
6653
+ }
6654
+ }
6655
+ },
6656
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone": {
6657
+ "type": "I",
6658
+ "fields": {
6659
+ "eq": {
6660
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Eq"
6661
+ },
6662
+ "neq": {
6663
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Neq"
6664
+ },
6665
+ "lte": {
6666
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Lte"
6667
+ },
6668
+ "gte": {
6669
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Gte"
6670
+ },
6671
+ "in": {
6672
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.In"
6673
+ },
6674
+ "notIn": {
6675
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.NotIn"
6676
+ },
6677
+ "between": {
6678
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Between"
6679
+ },
6680
+ "exists": {
6681
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Exists"
6682
+ }
6683
+ },
6684
+ "oneofs": {
6685
+ "kind": {
6686
+ "oneof": [
6687
+ "eq",
6688
+ "neq",
6689
+ "lte",
6690
+ "gte",
6691
+ "in",
6692
+ "notIn",
6693
+ "between",
6694
+ "exists"
6695
+ ]
6696
+ }
6697
+ }
6698
+ },
6699
+ "pushwoosh.objects.filters.v1.FilterExpression.Tag": {
6700
+ "type": "I",
6701
+ "fields": {
6702
+ "name": {
6703
+ "type": "string"
6704
+ },
6705
+ "application": {
6706
+ "type": "string"
6707
+ },
6708
+ "integer": {
6709
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer"
6710
+ },
6711
+ "string": {
6712
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.String"
6713
+ },
6714
+ "list": {
6715
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.List"
6716
+ },
6717
+ "date": {
6718
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date"
6719
+ },
6720
+ "boolean": {
6721
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean"
6722
+ },
6723
+ "price": {
6724
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Price"
6725
+ },
6726
+ "version": {
6727
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Version"
6728
+ },
6729
+ "timezone": {
6730
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone"
6731
+ }
6732
+ },
6733
+ "oneofs": {
6734
+ "kind": {
6735
+ "oneof": [
6736
+ "integer",
6737
+ "string",
6738
+ "list",
6739
+ "date",
6740
+ "boolean",
6741
+ "price",
6742
+ "version",
6743
+ "timezone"
6744
+ ]
6745
+ }
6746
+ }
6747
+ },
6748
+ "pushwoosh.objects.filters.v1.FilterExpression.TagDateMatch": {
6749
+ "type": "I",
6750
+ "fields": {
6751
+ "name": {
6752
+ "type": "string"
6753
+ },
6754
+ "application": {
6755
+ "type": "string"
6756
+ },
6757
+ "month": {
6758
+ "type": "number"
6759
+ },
6760
+ "day": {
6761
+ "type": "number"
6762
+ },
6763
+ "addDays": {
6764
+ "type": "number"
6765
+ }
6766
+ }
6767
+ },
6768
+ "pushwoosh.objects.filters.v1.FilterExpression": {
6769
+ "type": "I",
6770
+ "fields": {
6771
+ "operation": {
6772
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Operation"
6773
+ },
6774
+ "application": {
6775
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Application"
6776
+ },
6777
+ "tag": {
6778
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Tag"
6779
+ },
6780
+ "geo": {
6781
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Geo"
6782
+ },
6783
+ "static": {
6784
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Static"
6785
+ },
6786
+ "event": {
6787
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Event"
6788
+ },
6789
+ "updated": {
6790
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.Updated"
6791
+ },
6792
+ "bestTimeToSend": {
6793
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend"
6794
+ },
6795
+ "tagDateMatch": {
6796
+ "type": "pushwoosh.objects.filters.v1.FilterExpression.TagDateMatch"
6797
+ }
6798
+ },
6799
+ "oneofs": {
6800
+ "kind": {
6801
+ "oneof": [
6802
+ "operation",
6803
+ "application",
6804
+ "tag",
6805
+ "geo",
6806
+ "static",
6807
+ "event",
6808
+ "updated",
6809
+ "bestTimeToSend",
6810
+ "tagDateMatch"
6811
+ ]
6812
+ }
6813
+ }
3570
6814
  }
3571
6815
  };