@pushwoosh/rpc-v2-http-api-data 0.1.882 → 0.1.884

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.
Files changed (45) hide show
  1. package/account_groups.d.ts +9 -0
  2. package/account_invites.d.ts +2 -0
  3. package/account_overview.d.ts +21 -0
  4. package/account_users.d.ts +3 -0
  5. package/accounts.d.ts +29 -0
  6. package/accounts_get_auth_info.d.ts +4 -0
  7. package/api_tokens.d.ts +1 -0
  8. package/applications.d.ts +7 -0
  9. package/applications_alerts.d.ts +7 -1
  10. package/applications_groups.d.ts +2 -0
  11. package/applications_statistics.d.ts +28 -0
  12. package/categories.d.ts +1 -0
  13. package/cloud_pages.d.ts +2 -0
  14. package/data.js +297 -1287
  15. package/deeplinks.d.ts +3 -0
  16. package/devices.d.ts +5 -0
  17. package/email_categories.d.ts +1 -0
  18. package/emails_configurations.d.ts +1 -0
  19. package/events.d.ts +3 -0
  20. package/filters.d.ts +28 -0
  21. package/inapp_messages.d.ts +13 -0
  22. package/integrations.d.ts +38 -0
  23. package/ios_categories.d.ts +1 -0
  24. package/kakao_presets.d.ts +2 -0
  25. package/line_presets.d.ts +5 -0
  26. package/messages.d.ts +15 -2
  27. package/package.json +1 -1
  28. package/presets.d.ts +71 -0
  29. package/pushwoosh_accounts_alerts_v1.d.ts +2 -0
  30. package/pushwoosh_channels_messagingApi_v2.d.ts +51 -2
  31. package/pushwoosh_export_messages_v2.d.ts +17 -2
  32. package/pushwoosh_objects_filters_v1.d.ts +70 -11
  33. package/pushwoosh_objects_restrictionValues_v1.d.ts +86 -427
  34. package/pushwoosh_rpc_errors_v3.d.ts +20 -0
  35. package/pushwoosh_rpc_popup_forms_contents_v3.d.ts +48 -0
  36. package/pushwoosh_rpc_segments_v3.d.ts +54 -0
  37. package/referral_partners.d.ts +1 -0
  38. package/rich_medias.d.ts +6 -0
  39. package/sms_presets.d.ts +5 -0
  40. package/statistics_dashboards_widgets.d.ts +291 -3
  41. package/tags.d.ts +3 -0
  42. package/test_devices.d.ts +37 -0
  43. package/types.d.ts +6 -0
  44. package/whatsapp.d.ts +10 -0
  45. package/whatsapp_presets.d.ts +3 -0
package/data.js CHANGED
@@ -1620,8 +1620,7 @@ export const data = {
1620
1620
  "type": "string",
1621
1621
  "optional": true
1622
1622
  }
1623
- },
1624
- "oneofs": {}
1623
+ }
1625
1624
  },
1626
1625
  "pushwoosh.accounts.alerts.v1.AlertEmail": {
1627
1626
  "type": "I",
@@ -1757,8 +1756,7 @@ export const data = {
1757
1756
  "type": "string",
1758
1757
  "optional": true
1759
1758
  }
1760
- },
1761
- "oneofs": {}
1759
+ }
1762
1760
  },
1763
1761
  "pushwoosh.accounts.alerts.v1.ListResponse": {
1764
1762
  "type": "I",
@@ -1812,8 +1810,7 @@ export const data = {
1812
1810
  "type": "string",
1813
1811
  "optional": true
1814
1812
  }
1815
- },
1816
- "oneofs": {}
1813
+ }
1817
1814
  },
1818
1815
  "pushwoosh.accounts.alerts.v1.UpdateStatusRequest.Alert": {
1819
1816
  "type": "I",
@@ -8687,8 +8684,7 @@ export const data = {
8687
8684
  "type": "Date",
8688
8685
  "optional": true
8689
8686
  }
8690
- },
8691
- "oneofs": {}
8687
+ }
8692
8688
  },
8693
8689
  "pushwoosh.export_messages.v2.ExportJourneysHistoryResult": {
8694
8690
  "type": "I",
@@ -8819,8 +8815,7 @@ export const data = {
8819
8815
  "dateTo": {
8820
8816
  "type": "Date"
8821
8817
  }
8822
- },
8823
- "oneofs": {}
8818
+ }
8824
8819
  },
8825
8820
  "pushwoosh.export_messages.v2.ExportMessageEventTriggeredDevicesResult": {
8826
8821
  "type": "I",
@@ -9646,8 +9641,7 @@ export const data = {
9646
9641
  "type": "Date",
9647
9642
  "optional": true
9648
9643
  }
9649
- },
9650
- "oneofs": {}
9644
+ }
9651
9645
  },
9652
9646
  "pushwoosh.rpc_v2.filters.GetFilterUsageResponse.OTM": {
9653
9647
  "type": "I",
@@ -9685,8 +9679,7 @@ export const data = {
9685
9679
  "type": "Date",
9686
9680
  "optional": true
9687
9681
  }
9688
- },
9689
- "oneofs": {}
9682
+ }
9690
9683
  },
9691
9684
  "pushwoosh.rpc_v2.filters.GetFilterUsageResponse.Preset": {
9692
9685
  "type": "I",
@@ -10563,8 +10556,7 @@ export const data = {
10563
10556
  "type": "Date",
10564
10557
  "optional": true
10565
10558
  }
10566
- },
10567
- "oneofs": {}
10559
+ }
10568
10560
  },
10569
10561
  "pushwoosh.rpc_v2.inapp_messages.CreateInappResponse": {
10570
10562
  "type": "I",
@@ -10643,8 +10635,7 @@ export const data = {
10643
10635
  "type": "pushwoosh.rpc_v2.inapp_messages.UpdateInappRequest.Action",
10644
10636
  "optional": true
10645
10637
  }
10646
- },
10647
- "oneofs": {}
10638
+ }
10648
10639
  },
10649
10640
  "pushwoosh.rpc_v2.inapp_messages.UpdateInappResponse": {
10650
10641
  "type": "I",
@@ -11517,8 +11508,7 @@ export const data = {
11517
11508
  "type": "string",
11518
11509
  "optional": true
11519
11510
  }
11520
- },
11521
- "oneofs": {}
11511
+ }
11522
11512
  },
11523
11513
  "pushwoosh.rpc_v2.internal_alerts.ListResponse": {
11524
11514
  "type": "I",
@@ -13467,7 +13457,7 @@ export const data = {
13467
13457
  }
13468
13458
  }
13469
13459
  },
13470
- "pushwoosh.objects.filters.v1.LogicExpression.Field.IsPrepared": {
13460
+ "pushwoosh.objects.filters.v1.LogicExpression.Field.HighSpeed": {
13471
13461
  "type": "I",
13472
13462
  "fields": {
13473
13463
  "operator": {
@@ -13542,8 +13532,8 @@ export const data = {
13542
13532
  "CondDeviceLoadPolicy": {
13543
13533
  "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy"
13544
13534
  },
13545
- "CondIsPrepared": {
13546
- "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.IsPrepared"
13535
+ "CondHighSpeed": {
13536
+ "type": "pushwoosh.objects.filters.v1.LogicExpression.Field.HighSpeed"
13547
13537
  }
13548
13538
  },
13549
13539
  "oneofs": {
@@ -13568,7 +13558,7 @@ export const data = {
13568
13558
  "CondUpdated",
13569
13559
  "CondDescription",
13570
13560
  "CondDeviceLoadPolicy",
13571
- "CondIsPrepared"
13561
+ "CondHighSpeed"
13572
13562
  ]
13573
13563
  }
13574
13564
  }
@@ -13845,11 +13835,11 @@ export const data = {
13845
13835
  "method": "patch",
13846
13836
  "path": "/v1/objects/filters/ID/{ID}/update/DeviceLoadPolicy"
13847
13837
  },
13848
- "UpdateIsPrepared": {
13849
- "request": "pushwoosh.objects.filters.v1.UpdateIsPreparedRequest",
13838
+ "UpdateHighSpeed": {
13839
+ "request": "pushwoosh.objects.filters.v1.UpdateHighSpeedRequest",
13850
13840
  "response": "{}",
13851
13841
  "method": "patch",
13852
- "path": "/v1/objects/filters/ID/{ID}/update/IsPrepared"
13842
+ "path": "/v1/objects/filters/ID/{ID}/update/HighSpeed"
13853
13843
  }
13854
13844
  }
13855
13845
  },
@@ -13910,7 +13900,7 @@ export const data = {
13910
13900
  "DeviceLoadPolicy": {
13911
13901
  "type": "string"
13912
13902
  },
13913
- "IsPrepared": {
13903
+ "HighSpeed": {
13914
13904
  "type": "boolean"
13915
13905
  }
13916
13906
  }
@@ -14256,7 +14246,7 @@ export const data = {
14256
14246
  }
14257
14247
  }
14258
14248
  },
14259
- "pushwoosh.objects.filters.v1.UpdateIsPreparedRequest": {
14249
+ "pushwoosh.objects.filters.v1.UpdateHighSpeedRequest": {
14260
14250
  "type": "I",
14261
14251
  "fields": {
14262
14252
  "ID": {
@@ -14398,7 +14388,7 @@ export const data = {
14398
14388
  "DeviceLoadPolicy": {
14399
14389
  "type": "string"
14400
14390
  },
14401
- "IsPrepared": {
14391
+ "HighSpeed": {
14402
14392
  "type": "boolean"
14403
14393
  }
14404
14394
  }
@@ -16544,22 +16534,7 @@ export const data = {
16544
16534
  }
16545
16535
  }
16546
16536
  },
16547
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCampaigns": {
16548
- "type": "I",
16549
- "fields": {
16550
- "operator": {
16551
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16552
- },
16553
- "value": {
16554
- "type": "number"
16555
- },
16556
- "values": {
16557
- "type": "number",
16558
- "array": true
16559
- }
16560
- }
16561
- },
16562
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDeeplinks": {
16537
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices": {
16563
16538
  "type": "I",
16564
16539
  "fields": {
16565
16540
  "operator": {
@@ -16574,7 +16549,7 @@ export const data = {
16574
16549
  }
16575
16550
  }
16576
16551
  },
16577
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApplicationGroups": {
16552
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers": {
16578
16553
  "type": "I",
16579
16554
  "fields": {
16580
16555
  "operator": {
@@ -16589,7 +16564,7 @@ export const data = {
16589
16564
  }
16590
16565
  }
16591
16566
  },
16592
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApps": {
16567
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters": {
16593
16568
  "type": "I",
16594
16569
  "fields": {
16595
16570
  "operator": {
@@ -16604,7 +16579,7 @@ export const data = {
16604
16579
  }
16605
16580
  }
16606
16581
  },
16607
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTags": {
16582
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit": {
16608
16583
  "type": "I",
16609
16584
  "fields": {
16610
16585
  "operator": {
@@ -16619,232 +16594,232 @@ export const data = {
16619
16594
  }
16620
16595
  }
16621
16596
  },
16622
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozones": {
16597
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi": {
16623
16598
  "type": "I",
16624
16599
  "fields": {
16625
16600
  "operator": {
16626
16601
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16627
16602
  },
16628
16603
  "value": {
16629
- "type": "number"
16604
+ "type": "boolean"
16630
16605
  },
16631
16606
  "values": {
16632
- "type": "number",
16607
+ "type": "boolean",
16633
16608
  "array": true
16634
16609
  }
16635
16610
  }
16636
16611
  },
16637
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices": {
16612
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling": {
16638
16613
  "type": "I",
16639
16614
  "fields": {
16640
16615
  "operator": {
16641
16616
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16642
16617
  },
16643
16618
  "value": {
16644
- "type": "number"
16619
+ "type": "boolean"
16645
16620
  },
16646
16621
  "values": {
16647
- "type": "number",
16622
+ "type": "boolean",
16648
16623
  "array": true
16649
16624
  }
16650
16625
  }
16651
16626
  },
16652
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers": {
16627
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData": {
16653
16628
  "type": "I",
16654
16629
  "fields": {
16655
16630
  "operator": {
16656
16631
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16657
16632
  },
16658
16633
  "value": {
16659
- "type": "number"
16634
+ "type": "boolean"
16660
16635
  },
16661
16636
  "values": {
16662
- "type": "number",
16637
+ "type": "boolean",
16663
16638
  "array": true
16664
16639
  }
16665
16640
  }
16666
16641
  },
16667
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApiTokens": {
16642
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage": {
16668
16643
  "type": "I",
16669
16644
  "fields": {
16670
16645
  "operator": {
16671
16646
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16672
16647
  },
16673
16648
  "value": {
16674
- "type": "number"
16649
+ "type": "boolean"
16675
16650
  },
16676
16651
  "values": {
16677
- "type": "number",
16652
+ "type": "boolean",
16678
16653
  "array": true
16679
16654
  }
16680
16655
  }
16681
16656
  },
16682
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPresets": {
16657
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig": {
16683
16658
  "type": "I",
16684
16659
  "fields": {
16685
16660
  "operator": {
16686
16661
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16687
16662
  },
16688
16663
  "value": {
16689
- "type": "number"
16664
+ "type": "boolean"
16690
16665
  },
16691
16666
  "values": {
16692
- "type": "number",
16667
+ "type": "boolean",
16693
16668
  "array": true
16694
16669
  }
16695
16670
  }
16696
16671
  },
16697
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTestDevices": {
16672
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage": {
16698
16673
  "type": "I",
16699
16674
  "fields": {
16700
16675
  "operator": {
16701
16676
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16702
16677
  },
16703
16678
  "value": {
16704
- "type": "number"
16679
+ "type": "boolean"
16705
16680
  },
16706
16681
  "values": {
16707
- "type": "number",
16682
+ "type": "boolean",
16708
16683
  "array": true
16709
16684
  }
16710
16685
  }
16711
16686
  },
16712
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozoneRange": {
16687
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi": {
16713
16688
  "type": "I",
16714
16689
  "fields": {
16715
16690
  "operator": {
16716
16691
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16717
16692
  },
16718
16693
  "value": {
16719
- "type": "number"
16694
+ "type": "boolean"
16720
16695
  },
16721
16696
  "values": {
16722
- "type": "number",
16697
+ "type": "boolean",
16723
16698
  "array": true
16724
16699
  }
16725
16700
  }
16726
16701
  },
16727
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRssFeeds": {
16702
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi": {
16728
16703
  "type": "I",
16729
16704
  "fields": {
16730
16705
  "operator": {
16731
16706
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16732
16707
  },
16733
16708
  "value": {
16734
- "type": "number"
16709
+ "type": "boolean"
16735
16710
  },
16736
16711
  "values": {
16737
- "type": "number",
16712
+ "type": "boolean",
16738
16713
  "array": true
16739
16714
  }
16740
16715
  }
16741
16716
  },
16742
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxIOSCategories": {
16717
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsApi": {
16743
16718
  "type": "I",
16744
16719
  "fields": {
16745
16720
  "operator": {
16746
16721
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16747
16722
  },
16748
16723
  "value": {
16749
- "type": "number"
16724
+ "type": "boolean"
16750
16725
  },
16751
16726
  "values": {
16752
- "type": "number",
16727
+ "type": "boolean",
16753
16728
  "array": true
16754
16729
  }
16755
16730
  }
16756
16731
  },
16757
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTwitterFeeds": {
16732
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushByUser": {
16758
16733
  "type": "I",
16759
16734
  "fields": {
16760
16735
  "operator": {
16761
16736
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16762
16737
  },
16763
16738
  "value": {
16764
- "type": "number"
16739
+ "type": "boolean"
16765
16740
  },
16766
16741
  "values": {
16767
- "type": "number",
16742
+ "type": "boolean",
16768
16743
  "array": true
16769
16744
  }
16770
16745
  }
16771
16746
  },
16772
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInapps": {
16747
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFilterApi": {
16773
16748
  "type": "I",
16774
16749
  "fields": {
16775
16750
  "operator": {
16776
16751
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16777
16752
  },
16778
16753
  "value": {
16779
- "type": "number"
16754
+ "type": "boolean"
16780
16755
  },
16781
16756
  "values": {
16782
- "type": "number",
16757
+ "type": "boolean",
16783
16758
  "array": true
16784
16759
  }
16785
16760
  }
16786
16761
  },
16787
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEvents": {
16762
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTwoFactorAuth": {
16788
16763
  "type": "I",
16789
16764
  "fields": {
16790
16765
  "operator": {
16791
16766
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16792
16767
  },
16793
16768
  "value": {
16794
- "type": "number"
16769
+ "type": "boolean"
16795
16770
  },
16796
16771
  "values": {
16797
- "type": "number",
16772
+ "type": "boolean",
16798
16773
  "array": true
16799
16774
  }
16800
16775
  }
16801
16776
  },
16802
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCreateMessage": {
16777
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBroadcastMessageSegmentation": {
16803
16778
  "type": "I",
16804
16779
  "fields": {
16805
16780
  "operator": {
16806
16781
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16807
16782
  },
16808
16783
  "value": {
16809
- "type": "number"
16784
+ "type": "boolean"
16810
16785
  },
16811
16786
  "values": {
16812
- "type": "number",
16787
+ "type": "boolean",
16813
16788
  "array": true
16814
16789
  }
16815
16790
  }
16816
16791
  },
16817
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRichmedia": {
16792
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushOnEvent": {
16818
16793
  "type": "I",
16819
16794
  "fields": {
16820
16795
  "operator": {
16821
16796
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16822
16797
  },
16823
16798
  "value": {
16824
- "type": "number"
16799
+ "type": "boolean"
16825
16800
  },
16826
16801
  "values": {
16827
- "type": "number",
16802
+ "type": "boolean",
16828
16803
  "array": true
16829
16804
  }
16830
16805
  }
16831
16806
  },
16832
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters": {
16807
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCompileFilter": {
16833
16808
  "type": "I",
16834
16809
  "fields": {
16835
16810
  "operator": {
16836
16811
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16837
16812
  },
16838
16813
  "value": {
16839
- "type": "number"
16814
+ "type": "boolean"
16840
16815
  },
16841
16816
  "values": {
16842
- "type": "number",
16817
+ "type": "boolean",
16843
16818
  "array": true
16844
16819
  }
16845
16820
  }
16846
16821
  },
16847
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxFilters": {
16822
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MinSendRate": {
16848
16823
  "type": "I",
16849
16824
  "fields": {
16850
16825
  "operator": {
@@ -16859,7 +16834,7 @@ export const data = {
16859
16834
  }
16860
16835
  }
16861
16836
  },
16862
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit": {
16837
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxSendRate": {
16863
16838
  "type": "I",
16864
16839
  "fields": {
16865
16840
  "operator": {
@@ -16874,22 +16849,7 @@ export const data = {
16874
16849
  }
16875
16850
  }
16876
16851
  },
16877
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi": {
16878
- "type": "I",
16879
- "fields": {
16880
- "operator": {
16881
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16882
- },
16883
- "value": {
16884
- "type": "boolean"
16885
- },
16886
- "values": {
16887
- "type": "boolean",
16888
- "array": true
16889
- }
16890
- }
16891
- },
16892
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowStatsAccess": {
16852
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendToGeozone": {
16893
16853
  "type": "I",
16894
16854
  "fields": {
16895
16855
  "operator": {
@@ -16904,7 +16864,7 @@ export const data = {
16904
16864
  }
16905
16865
  }
16906
16866
  },
16907
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiStatsAccess": {
16867
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowUseIosNewsstand": {
16908
16868
  "type": "I",
16909
16869
  "fields": {
16910
16870
  "operator": {
@@ -16919,7 +16879,7 @@ export const data = {
16919
16879
  }
16920
16880
  }
16921
16881
  },
16922
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGeozoneApi": {
16882
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGetUsersDetails": {
16923
16883
  "type": "I",
16924
16884
  "fields": {
16925
16885
  "operator": {
@@ -16934,7 +16894,7 @@ export const data = {
16934
16894
  }
16935
16895
  }
16936
16896
  },
16937
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowABTests": {
16897
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGoalTracking": {
16938
16898
  "type": "I",
16939
16899
  "fields": {
16940
16900
  "operator": {
@@ -16949,7 +16909,7 @@ export const data = {
16949
16909
  }
16950
16910
  }
16951
16911
  },
16952
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBackup": {
16912
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowIePlatformUsage": {
16953
16913
  "type": "I",
16954
16914
  "fields": {
16955
16915
  "operator": {
@@ -16964,7 +16924,7 @@ export const data = {
16964
16924
  }
16965
16925
  }
16966
16926
  },
16967
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApplicationApi": {
16927
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowInbox": {
16968
16928
  "type": "I",
16969
16929
  "fields": {
16970
16930
  "operator": {
@@ -16979,37 +16939,37 @@ export const data = {
16979
16939
  }
16980
16940
  }
16981
16941
  },
16982
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRemotePage": {
16942
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEmailTemplates": {
16983
16943
  "type": "I",
16984
16944
  "fields": {
16985
16945
  "operator": {
16986
16946
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
16987
16947
  },
16988
16948
  "value": {
16989
- "type": "boolean"
16949
+ "type": "number"
16990
16950
  },
16991
16951
  "values": {
16992
- "type": "boolean",
16952
+ "type": "number",
16993
16953
  "array": true
16994
16954
  }
16995
16955
  }
16996
16956
  },
16997
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling": {
16957
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUserSpecificTags": {
16998
16958
  "type": "I",
16999
16959
  "fields": {
17000
16960
  "operator": {
17001
16961
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17002
16962
  },
17003
16963
  "value": {
17004
- "type": "boolean"
16964
+ "type": "number"
17005
16965
  },
17006
16966
  "values": {
17007
- "type": "boolean",
16967
+ "type": "number",
17008
16968
  "array": true
17009
16969
  }
17010
16970
  }
17011
16971
  },
17012
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData": {
16972
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGdpr": {
17013
16973
  "type": "I",
17014
16974
  "fields": {
17015
16975
  "operator": {
@@ -17024,37 +16984,37 @@ export const data = {
17024
16984
  }
17025
16985
  }
17026
16986
  },
17027
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage": {
16987
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingEmails": {
17028
16988
  "type": "I",
17029
16989
  "fields": {
17030
16990
  "operator": {
17031
16991
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17032
16992
  },
17033
16993
  "value": {
17034
- "type": "boolean"
16994
+ "type": "number"
17035
16995
  },
17036
16996
  "values": {
17037
- "type": "boolean",
16997
+ "type": "number",
17038
16998
  "array": true
17039
16999
  }
17040
17000
  }
17041
17001
  },
17042
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig": {
17002
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains": {
17043
17003
  "type": "I",
17044
17004
  "fields": {
17045
17005
  "operator": {
17046
17006
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17047
17007
  },
17048
17008
  "value": {
17049
- "type": "boolean"
17009
+ "type": "number"
17050
17010
  },
17051
17011
  "values": {
17052
- "type": "boolean",
17012
+ "type": "number",
17053
17013
  "array": true
17054
17014
  }
17055
17015
  }
17056
17016
  },
17057
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage": {
17017
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendExternalStats": {
17058
17018
  "type": "I",
17059
17019
  "fields": {
17060
17020
  "operator": {
@@ -17069,7 +17029,7 @@ export const data = {
17069
17029
  }
17070
17030
  }
17071
17031
  },
17072
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi": {
17032
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomRssPollingInterval": {
17073
17033
  "type": "I",
17074
17034
  "fields": {
17075
17035
  "operator": {
@@ -17084,7 +17044,7 @@ export const data = {
17084
17044
  }
17085
17045
  }
17086
17046
  },
17087
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi": {
17047
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMetadata": {
17088
17048
  "type": "I",
17089
17049
  "fields": {
17090
17050
  "operator": {
@@ -17099,22 +17059,22 @@ export const data = {
17099
17059
  }
17100
17060
  }
17101
17061
  },
17102
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsApi": {
17062
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPushOnEventDelayInDays": {
17103
17063
  "type": "I",
17104
17064
  "fields": {
17105
17065
  "operator": {
17106
17066
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17107
17067
  },
17108
17068
  "value": {
17109
- "type": "boolean"
17069
+ "type": "number"
17110
17070
  },
17111
17071
  "values": {
17112
- "type": "boolean",
17072
+ "type": "number",
17113
17073
  "array": true
17114
17074
  }
17115
17075
  }
17116
17076
  },
17117
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushByUser": {
17077
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventStatisticsApi": {
17118
17078
  "type": "I",
17119
17079
  "fields": {
17120
17080
  "operator": {
@@ -17129,7 +17089,7 @@ export const data = {
17129
17089
  }
17130
17090
  }
17131
17091
  },
17132
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFilterApi": {
17092
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagNotSetFilter": {
17133
17093
  "type": "I",
17134
17094
  "fields": {
17135
17095
  "operator": {
@@ -17144,7 +17104,7 @@ export const data = {
17144
17104
  }
17145
17105
  }
17146
17106
  },
17147
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTwoFactorAuth": {
17107
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowDebugMode": {
17148
17108
  "type": "I",
17149
17109
  "fields": {
17150
17110
  "operator": {
@@ -17159,7 +17119,7 @@ export const data = {
17159
17119
  }
17160
17120
  }
17161
17121
  },
17162
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBroadcastMessageSegmentation": {
17122
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFbMessenger": {
17163
17123
  "type": "I",
17164
17124
  "fields": {
17165
17125
  "operator": {
@@ -17174,7 +17134,7 @@ export const data = {
17174
17134
  }
17175
17135
  }
17176
17136
  },
17177
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushOnEvent": {
17137
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTrackUninstalls": {
17178
17138
  "type": "I",
17179
17139
  "fields": {
17180
17140
  "operator": {
@@ -17189,22 +17149,22 @@ export const data = {
17189
17149
  }
17190
17150
  }
17191
17151
  },
17192
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCompileFilter": {
17152
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailRateCounterAggregatePeriod": {
17193
17153
  "type": "I",
17194
17154
  "fields": {
17195
17155
  "operator": {
17196
17156
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17197
17157
  },
17198
17158
  "value": {
17199
- "type": "boolean"
17159
+ "type": "number"
17200
17160
  },
17201
17161
  "values": {
17202
- "type": "boolean",
17162
+ "type": "number",
17203
17163
  "array": true
17204
17164
  }
17205
17165
  }
17206
17166
  },
17207
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MinSendRate": {
17167
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailBounceRateLimit": {
17208
17168
  "type": "I",
17209
17169
  "fields": {
17210
17170
  "operator": {
@@ -17219,7 +17179,7 @@ export const data = {
17219
17179
  }
17220
17180
  }
17221
17181
  },
17222
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxSendRate": {
17182
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailComplaintRateLimit": {
17223
17183
  "type": "I",
17224
17184
  "fields": {
17225
17185
  "operator": {
@@ -17234,7 +17194,7 @@ export const data = {
17234
17194
  }
17235
17195
  }
17236
17196
  },
17237
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendToGeozone": {
17197
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFrequencyCapping": {
17238
17198
  "type": "I",
17239
17199
  "fields": {
17240
17200
  "operator": {
@@ -17249,37 +17209,37 @@ export const data = {
17249
17209
  }
17250
17210
  }
17251
17211
  },
17252
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowUseIosNewsstand": {
17212
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsersPerDevice": {
17253
17213
  "type": "I",
17254
17214
  "fields": {
17255
17215
  "operator": {
17256
17216
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17257
17217
  },
17258
17218
  "value": {
17259
- "type": "boolean"
17219
+ "type": "number"
17260
17220
  },
17261
17221
  "values": {
17262
- "type": "boolean",
17222
+ "type": "number",
17263
17223
  "array": true
17264
17224
  }
17265
17225
  }
17266
17226
  },
17267
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGetUsersDetails": {
17227
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsFreeLimit": {
17268
17228
  "type": "I",
17269
17229
  "fields": {
17270
17230
  "operator": {
17271
17231
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17272
17232
  },
17273
17233
  "value": {
17274
- "type": "boolean"
17234
+ "type": "number"
17275
17235
  },
17276
17236
  "values": {
17277
- "type": "boolean",
17237
+ "type": "number",
17278
17238
  "array": true
17279
17239
  }
17280
17240
  }
17281
17241
  },
17282
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGoalTracking": {
17242
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsLimited": {
17283
17243
  "type": "I",
17284
17244
  "fields": {
17285
17245
  "operator": {
@@ -17294,7 +17254,7 @@ export const data = {
17294
17254
  }
17295
17255
  }
17296
17256
  },
17297
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowIePlatformUsage": {
17257
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowContentTemplates": {
17298
17258
  "type": "I",
17299
17259
  "fields": {
17300
17260
  "operator": {
@@ -17309,7 +17269,7 @@ export const data = {
17309
17269
  }
17310
17270
  }
17311
17271
  },
17312
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowInbox": {
17272
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBaiduAndroidPlatformUsage": {
17313
17273
  "type": "I",
17314
17274
  "fields": {
17315
17275
  "operator": {
@@ -17324,7 +17284,7 @@ export const data = {
17324
17284
  }
17325
17285
  }
17326
17286
  },
17327
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEmailTemplates": {
17287
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInboxTtlDays": {
17328
17288
  "type": "I",
17329
17289
  "fields": {
17330
17290
  "operator": {
@@ -17339,7 +17299,7 @@ export const data = {
17339
17299
  }
17340
17300
  }
17341
17301
  },
17342
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUserSpecificTags": {
17302
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MessageHistoryStorePeriod": {
17343
17303
  "type": "I",
17344
17304
  "fields": {
17345
17305
  "operator": {
@@ -17354,7 +17314,7 @@ export const data = {
17354
17314
  }
17355
17315
  }
17356
17316
  },
17357
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGdpr": {
17317
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiGetMessageLog": {
17358
17318
  "type": "I",
17359
17319
  "fields": {
17360
17320
  "operator": {
@@ -17369,7 +17329,7 @@ export const data = {
17369
17329
  }
17370
17330
  }
17371
17331
  },
17372
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingEmails": {
17332
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod": {
17373
17333
  "type": "I",
17374
17334
  "fields": {
17375
17335
  "operator": {
@@ -17384,22 +17344,22 @@ export const data = {
17384
17344
  }
17385
17345
  }
17386
17346
  },
17387
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains": {
17347
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics": {
17388
17348
  "type": "I",
17389
17349
  "fields": {
17390
17350
  "operator": {
17391
17351
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17392
17352
  },
17393
17353
  "value": {
17394
- "type": "number"
17354
+ "type": "boolean"
17395
17355
  },
17396
17356
  "values": {
17397
- "type": "number",
17357
+ "type": "boolean",
17398
17358
  "array": true
17399
17359
  }
17400
17360
  }
17401
17361
  },
17402
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendExternalStats": {
17362
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments": {
17403
17363
  "type": "I",
17404
17364
  "fields": {
17405
17365
  "operator": {
@@ -17414,7 +17374,7 @@ export const data = {
17414
17374
  }
17415
17375
  }
17416
17376
  },
17417
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomRssPollingInterval": {
17377
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend": {
17418
17378
  "type": "I",
17419
17379
  "fields": {
17420
17380
  "operator": {
@@ -17429,7 +17389,7 @@ export const data = {
17429
17389
  }
17430
17390
  }
17431
17391
  },
17432
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMetadata": {
17392
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation": {
17433
17393
  "type": "I",
17434
17394
  "fields": {
17435
17395
  "operator": {
@@ -17444,22 +17404,22 @@ export const data = {
17444
17404
  }
17445
17405
  }
17446
17406
  },
17447
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPushOnEventDelayInDays": {
17407
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups": {
17448
17408
  "type": "I",
17449
17409
  "fields": {
17450
17410
  "operator": {
17451
17411
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17452
17412
  },
17453
17413
  "value": {
17454
- "type": "number"
17414
+ "type": "boolean"
17455
17415
  },
17456
17416
  "values": {
17457
- "type": "number",
17417
+ "type": "boolean",
17458
17418
  "array": true
17459
17419
  }
17460
17420
  }
17461
17421
  },
17462
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventStatisticsApi": {
17422
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS": {
17463
17423
  "type": "I",
17464
17424
  "fields": {
17465
17425
  "operator": {
@@ -17474,7 +17434,7 @@ export const data = {
17474
17434
  }
17475
17435
  }
17476
17436
  },
17477
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagNotSetFilter": {
17437
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile": {
17478
17438
  "type": "I",
17479
17439
  "fields": {
17480
17440
  "operator": {
@@ -17489,7 +17449,7 @@ export const data = {
17489
17449
  }
17490
17450
  }
17491
17451
  },
17492
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowDebugMode": {
17452
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger": {
17493
17453
  "type": "I",
17494
17454
  "fields": {
17495
17455
  "operator": {
@@ -17504,7 +17464,7 @@ export const data = {
17504
17464
  }
17505
17465
  }
17506
17466
  },
17507
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFbMessenger": {
17467
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel": {
17508
17468
  "type": "I",
17509
17469
  "fields": {
17510
17470
  "operator": {
@@ -17519,7 +17479,7 @@ export const data = {
17519
17479
  }
17520
17480
  }
17521
17481
  },
17522
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTrackUninstalls": {
17482
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection": {
17523
17483
  "type": "I",
17524
17484
  "fields": {
17525
17485
  "operator": {
@@ -17534,172 +17494,7 @@ export const data = {
17534
17494
  }
17535
17495
  }
17536
17496
  },
17537
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailRateCounterAggregatePeriod": {
17538
- "type": "I",
17539
- "fields": {
17540
- "operator": {
17541
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17542
- },
17543
- "value": {
17544
- "type": "number"
17545
- },
17546
- "values": {
17547
- "type": "number",
17548
- "array": true
17549
- }
17550
- }
17551
- },
17552
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailBounceRateLimit": {
17553
- "type": "I",
17554
- "fields": {
17555
- "operator": {
17556
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17557
- },
17558
- "value": {
17559
- "type": "number"
17560
- },
17561
- "values": {
17562
- "type": "number",
17563
- "array": true
17564
- }
17565
- }
17566
- },
17567
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailComplaintRateLimit": {
17568
- "type": "I",
17569
- "fields": {
17570
- "operator": {
17571
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17572
- },
17573
- "value": {
17574
- "type": "number"
17575
- },
17576
- "values": {
17577
- "type": "number",
17578
- "array": true
17579
- }
17580
- }
17581
- },
17582
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFrequencyCapping": {
17583
- "type": "I",
17584
- "fields": {
17585
- "operator": {
17586
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17587
- },
17588
- "value": {
17589
- "type": "boolean"
17590
- },
17591
- "values": {
17592
- "type": "boolean",
17593
- "array": true
17594
- }
17595
- }
17596
- },
17597
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsersPerDevice": {
17598
- "type": "I",
17599
- "fields": {
17600
- "operator": {
17601
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17602
- },
17603
- "value": {
17604
- "type": "number"
17605
- },
17606
- "values": {
17607
- "type": "number",
17608
- "array": true
17609
- }
17610
- }
17611
- },
17612
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsFreeLimit": {
17613
- "type": "I",
17614
- "fields": {
17615
- "operator": {
17616
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17617
- },
17618
- "value": {
17619
- "type": "number"
17620
- },
17621
- "values": {
17622
- "type": "number",
17623
- "array": true
17624
- }
17625
- }
17626
- },
17627
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsLimited": {
17628
- "type": "I",
17629
- "fields": {
17630
- "operator": {
17631
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17632
- },
17633
- "value": {
17634
- "type": "boolean"
17635
- },
17636
- "values": {
17637
- "type": "boolean",
17638
- "array": true
17639
- }
17640
- }
17641
- },
17642
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowContentTemplates": {
17643
- "type": "I",
17644
- "fields": {
17645
- "operator": {
17646
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17647
- },
17648
- "value": {
17649
- "type": "boolean"
17650
- },
17651
- "values": {
17652
- "type": "boolean",
17653
- "array": true
17654
- }
17655
- }
17656
- },
17657
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBaiduAndroidPlatformUsage": {
17658
- "type": "I",
17659
- "fields": {
17660
- "operator": {
17661
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17662
- },
17663
- "value": {
17664
- "type": "boolean"
17665
- },
17666
- "values": {
17667
- "type": "boolean",
17668
- "array": true
17669
- }
17670
- }
17671
- },
17672
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInboxTtlDays": {
17673
- "type": "I",
17674
- "fields": {
17675
- "operator": {
17676
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17677
- },
17678
- "value": {
17679
- "type": "number"
17680
- },
17681
- "values": {
17682
- "type": "number",
17683
- "array": true
17684
- }
17685
- }
17686
- },
17687
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MessageHistoryStorePeriod": {
17688
- "type": "I",
17689
- "fields": {
17690
- "operator": {
17691
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17692
- },
17693
- "value": {
17694
- "type": "number"
17695
- },
17696
- "values": {
17697
- "type": "number",
17698
- "array": true
17699
- }
17700
- }
17701
- },
17702
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiGetMessageLog": {
17497
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc": {
17703
17498
  "type": "I",
17704
17499
  "fields": {
17705
17500
  "operator": {
@@ -17714,7 +17509,7 @@ export const data = {
17714
17509
  }
17715
17510
  }
17716
17511
  },
17717
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod": {
17512
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod": {
17718
17513
  "type": "I",
17719
17514
  "fields": {
17720
17515
  "operator": {
@@ -17729,142 +17524,7 @@ export const data = {
17729
17524
  }
17730
17525
  }
17731
17526
  },
17732
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics": {
17733
- "type": "I",
17734
- "fields": {
17735
- "operator": {
17736
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17737
- },
17738
- "value": {
17739
- "type": "boolean"
17740
- },
17741
- "values": {
17742
- "type": "boolean",
17743
- "array": true
17744
- }
17745
- }
17746
- },
17747
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments": {
17748
- "type": "I",
17749
- "fields": {
17750
- "operator": {
17751
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17752
- },
17753
- "value": {
17754
- "type": "boolean"
17755
- },
17756
- "values": {
17757
- "type": "boolean",
17758
- "array": true
17759
- }
17760
- }
17761
- },
17762
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend": {
17763
- "type": "I",
17764
- "fields": {
17765
- "operator": {
17766
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17767
- },
17768
- "value": {
17769
- "type": "boolean"
17770
- },
17771
- "values": {
17772
- "type": "boolean",
17773
- "array": true
17774
- }
17775
- }
17776
- },
17777
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation": {
17778
- "type": "I",
17779
- "fields": {
17780
- "operator": {
17781
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17782
- },
17783
- "value": {
17784
- "type": "boolean"
17785
- },
17786
- "values": {
17787
- "type": "boolean",
17788
- "array": true
17789
- }
17790
- }
17791
- },
17792
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups": {
17793
- "type": "I",
17794
- "fields": {
17795
- "operator": {
17796
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17797
- },
17798
- "value": {
17799
- "type": "boolean"
17800
- },
17801
- "values": {
17802
- "type": "boolean",
17803
- "array": true
17804
- }
17805
- }
17806
- },
17807
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS": {
17808
- "type": "I",
17809
- "fields": {
17810
- "operator": {
17811
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17812
- },
17813
- "value": {
17814
- "type": "boolean"
17815
- },
17816
- "values": {
17817
- "type": "boolean",
17818
- "array": true
17819
- }
17820
- }
17821
- },
17822
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile": {
17823
- "type": "I",
17824
- "fields": {
17825
- "operator": {
17826
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17827
- },
17828
- "value": {
17829
- "type": "boolean"
17830
- },
17831
- "values": {
17832
- "type": "boolean",
17833
- "array": true
17834
- }
17835
- }
17836
- },
17837
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger": {
17838
- "type": "I",
17839
- "fields": {
17840
- "operator": {
17841
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17842
- },
17843
- "value": {
17844
- "type": "boolean"
17845
- },
17846
- "values": {
17847
- "type": "boolean",
17848
- "array": true
17849
- }
17850
- }
17851
- },
17852
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel": {
17853
- "type": "I",
17854
- "fields": {
17855
- "operator": {
17856
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17857
- },
17858
- "value": {
17859
- "type": "boolean"
17860
- },
17861
- "values": {
17862
- "type": "boolean",
17863
- "array": true
17864
- }
17865
- }
17866
- },
17867
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection": {
17527
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp": {
17868
17528
  "type": "I",
17869
17529
  "fields": {
17870
17530
  "operator": {
@@ -17879,7 +17539,7 @@ export const data = {
17879
17539
  }
17880
17540
  }
17881
17541
  },
17882
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc": {
17542
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats": {
17883
17543
  "type": "I",
17884
17544
  "fields": {
17885
17545
  "operator": {
@@ -17894,22 +17554,7 @@ export const data = {
17894
17554
  }
17895
17555
  }
17896
17556
  },
17897
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod": {
17898
- "type": "I",
17899
- "fields": {
17900
- "operator": {
17901
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
17902
- },
17903
- "value": {
17904
- "type": "number"
17905
- },
17906
- "values": {
17907
- "type": "number",
17908
- "array": true
17909
- }
17910
- }
17911
- },
17912
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp": {
17557
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged": {
17913
17558
  "type": "I",
17914
17559
  "fields": {
17915
17560
  "operator": {
@@ -17924,7 +17569,7 @@ export const data = {
17924
17569
  }
17925
17570
  }
17926
17571
  },
17927
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats": {
17572
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine": {
17928
17573
  "type": "I",
17929
17574
  "fields": {
17930
17575
  "operator": {
@@ -17939,7 +17584,7 @@ export const data = {
17939
17584
  }
17940
17585
  }
17941
17586
  },
17942
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged": {
17587
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp": {
17943
17588
  "type": "I",
17944
17589
  "fields": {
17945
17590
  "operator": {
@@ -17954,7 +17599,7 @@ export const data = {
17954
17599
  }
17955
17600
  }
17956
17601
  },
17957
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine": {
17602
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIAssistant": {
17958
17603
  "type": "I",
17959
17604
  "fields": {
17960
17605
  "operator": {
@@ -17969,7 +17614,7 @@ export const data = {
17969
17614
  }
17970
17615
  }
17971
17616
  },
17972
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp": {
17617
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowKeepUserWithoutDevice": {
17973
17618
  "type": "I",
17974
17619
  "fields": {
17975
17620
  "operator": {
@@ -17984,7 +17629,7 @@ export const data = {
17984
17629
  }
17985
17630
  }
17986
17631
  },
17987
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIAssistant": {
17632
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCJSplitterDeviceCheck": {
17988
17633
  "type": "I",
17989
17634
  "fields": {
17990
17635
  "operator": {
@@ -17999,7 +17644,7 @@ export const data = {
17999
17644
  }
18000
17645
  }
18001
17646
  },
18002
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowKeepUserWithoutDevice": {
17647
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsAutoCreation": {
18003
17648
  "type": "I",
18004
17649
  "fields": {
18005
17650
  "operator": {
@@ -18014,7 +17659,7 @@ export const data = {
18014
17659
  }
18015
17660
  }
18016
17661
  },
18017
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCJSplitterDeviceCheck": {
17662
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIWalletBilling": {
18018
17663
  "type": "I",
18019
17664
  "fields": {
18020
17665
  "operator": {
@@ -18029,7 +17674,7 @@ export const data = {
18029
17674
  }
18030
17675
  }
18031
17676
  },
18032
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsAutoCreation": {
17677
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ApplicationSpecificFilters": {
18033
17678
  "type": "I",
18034
17679
  "fields": {
18035
17680
  "operator": {
@@ -18044,7 +17689,7 @@ export const data = {
18044
17689
  }
18045
17690
  }
18046
17691
  },
18047
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIWalletBilling": {
17692
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCloudPages": {
18048
17693
  "type": "I",
18049
17694
  "fields": {
18050
17695
  "operator": {
@@ -18068,96 +17713,21 @@ export const data = {
18068
17713
  "CondIsLocked": {
18069
17714
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.IsLocked"
18070
17715
  },
18071
- "CondMaxCampaigns": {
18072
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCampaigns"
18073
- },
18074
- "CondMaxDeeplinks": {
18075
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDeeplinks"
18076
- },
18077
- "CondMaxApplicationGroups": {
18078
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApplicationGroups"
18079
- },
18080
- "CondMaxApps": {
18081
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApps"
18082
- },
18083
- "CondMaxTags": {
18084
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTags"
18085
- },
18086
- "CondMaxGeozones": {
18087
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozones"
18088
- },
18089
17716
  "CondMaxDevices": {
18090
17717
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices"
18091
17718
  },
18092
17719
  "CondMaxUsers": {
18093
17720
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers"
18094
17721
  },
18095
- "CondMaxApiTokens": {
18096
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApiTokens"
18097
- },
18098
- "CondMaxPresets": {
18099
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPresets"
18100
- },
18101
- "CondMaxTestDevices": {
18102
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTestDevices"
18103
- },
18104
- "CondMaxGeozoneRange": {
18105
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozoneRange"
18106
- },
18107
- "CondMaxRssFeeds": {
18108
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRssFeeds"
18109
- },
18110
- "CondMaxIOSCategories": {
18111
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxIOSCategories"
18112
- },
18113
- "CondMaxTwitterFeeds": {
18114
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTwitterFeeds"
18115
- },
18116
- "CondMaxInapps": {
18117
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInapps"
18118
- },
18119
- "CondMaxEvents": {
18120
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEvents"
18121
- },
18122
- "CondMaxCreateMessage": {
18123
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCreateMessage"
18124
- },
18125
- "CondMaxRichmedia": {
18126
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRichmedia"
18127
- },
18128
17722
  "CondMaxPreparedFilters": {
18129
17723
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters"
18130
17724
  },
18131
- "CondMaxFilters": {
18132
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxFilters"
18133
- },
18134
17725
  "CondDevicesInactivityLimit": {
18135
17726
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit"
18136
17727
  },
18137
17728
  "CondAllowApi": {
18138
17729
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi"
18139
17730
  },
18140
- "CondAllowStatsAccess": {
18141
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowStatsAccess"
18142
- },
18143
- "CondAllowApiStatsAccess": {
18144
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiStatsAccess"
18145
- },
18146
- "CondAllowGeozoneApi": {
18147
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGeozoneApi"
18148
- },
18149
- "CondAllowABTests": {
18150
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowABTests"
18151
- },
18152
- "CondAllowBackup": {
18153
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBackup"
18154
- },
18155
- "CondAllowApplicationApi": {
18156
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApplicationApi"
18157
- },
18158
- "CondAllowRemotePage": {
18159
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRemotePage"
18160
- },
18161
17731
  "CondAllowScheduling": {
18162
17732
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling"
18163
17733
  },
@@ -18370,6 +17940,12 @@ export const data = {
18370
17940
  },
18371
17941
  "CondAllowAIWalletBilling": {
18372
17942
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIWalletBilling"
17943
+ },
17944
+ "CondApplicationSpecificFilters": {
17945
+ "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ApplicationSpecificFilters"
17946
+ },
17947
+ "CondAllowCloudPages": {
17948
+ "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCloudPages"
18373
17949
  }
18374
17950
  },
18375
17951
  "oneofs": {
@@ -18377,36 +17953,11 @@ export const data = {
18377
17953
  "oneof": [
18378
17954
  "CondID",
18379
17955
  "CondIsLocked",
18380
- "CondMaxCampaigns",
18381
- "CondMaxDeeplinks",
18382
- "CondMaxApplicationGroups",
18383
- "CondMaxApps",
18384
- "CondMaxTags",
18385
- "CondMaxGeozones",
18386
17956
  "CondMaxDevices",
18387
17957
  "CondMaxUsers",
18388
- "CondMaxApiTokens",
18389
- "CondMaxPresets",
18390
- "CondMaxTestDevices",
18391
- "CondMaxGeozoneRange",
18392
- "CondMaxRssFeeds",
18393
- "CondMaxIOSCategories",
18394
- "CondMaxTwitterFeeds",
18395
- "CondMaxInapps",
18396
- "CondMaxEvents",
18397
- "CondMaxCreateMessage",
18398
- "CondMaxRichmedia",
18399
17958
  "CondMaxPreparedFilters",
18400
- "CondMaxFilters",
18401
17959
  "CondDevicesInactivityLimit",
18402
17960
  "CondAllowApi",
18403
- "CondAllowStatsAccess",
18404
- "CondAllowApiStatsAccess",
18405
- "CondAllowGeozoneApi",
18406
- "CondAllowABTests",
18407
- "CondAllowBackup",
18408
- "CondAllowApplicationApi",
18409
- "CondAllowRemotePage",
18410
17961
  "CondAllowScheduling",
18411
17962
  "CondAllowCustomData",
18412
17963
  "CondAllowMultiLanguage",
@@ -18477,7 +18028,9 @@ export const data = {
18477
18028
  "CondAllowKeepUserWithoutDevice",
18478
18029
  "CondAllowCJSplitterDeviceCheck",
18479
18030
  "CondAllowTagsAutoCreation",
18480
- "CondAllowAIWalletBilling"
18031
+ "CondAllowAIWalletBilling",
18032
+ "CondApplicationSpecificFilters",
18033
+ "CondAllowCloudPages"
18481
18034
  ]
18482
18035
  }
18483
18036
  }
@@ -18640,42 +18193,6 @@ export const data = {
18640
18193
  "method": "patch",
18641
18194
  "path": "/v1/objects/restrictionValues/ID/{ID}/update/IsLocked"
18642
18195
  },
18643
- "UpdateMaxCampaigns": {
18644
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxCampaignsRequest",
18645
- "response": "{}",
18646
- "method": "patch",
18647
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxCampaigns"
18648
- },
18649
- "UpdateMaxDeeplinks": {
18650
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxDeeplinksRequest",
18651
- "response": "{}",
18652
- "method": "patch",
18653
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxDeeplinks"
18654
- },
18655
- "UpdateMaxApplicationGroups": {
18656
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxApplicationGroupsRequest",
18657
- "response": "{}",
18658
- "method": "patch",
18659
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxApplicationGroups"
18660
- },
18661
- "UpdateMaxApps": {
18662
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxAppsRequest",
18663
- "response": "{}",
18664
- "method": "patch",
18665
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxApps"
18666
- },
18667
- "UpdateMaxTags": {
18668
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxTagsRequest",
18669
- "response": "{}",
18670
- "method": "patch",
18671
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxTags"
18672
- },
18673
- "UpdateMaxGeozones": {
18674
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozonesRequest",
18675
- "response": "{}",
18676
- "method": "patch",
18677
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxGeozones"
18678
- },
18679
18196
  "UpdateMaxDevices": {
18680
18197
  "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest",
18681
18198
  "response": "{}",
@@ -18688,84 +18205,12 @@ export const data = {
18688
18205
  "method": "patch",
18689
18206
  "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxUsers"
18690
18207
  },
18691
- "UpdateMaxApiTokens": {
18692
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxApiTokensRequest",
18693
- "response": "{}",
18694
- "method": "patch",
18695
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxApiTokens"
18696
- },
18697
- "UpdateMaxPresets": {
18698
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxPresetsRequest",
18699
- "response": "{}",
18700
- "method": "patch",
18701
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxPresets"
18702
- },
18703
- "UpdateMaxTestDevices": {
18704
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxTestDevicesRequest",
18705
- "response": "{}",
18706
- "method": "patch",
18707
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxTestDevices"
18708
- },
18709
- "UpdateMaxGeozoneRange": {
18710
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozoneRangeRequest",
18711
- "response": "{}",
18712
- "method": "patch",
18713
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxGeozoneRange"
18714
- },
18715
- "UpdateMaxRssFeeds": {
18716
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxRssFeedsRequest",
18717
- "response": "{}",
18718
- "method": "patch",
18719
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxRssFeeds"
18720
- },
18721
- "UpdateMaxIOSCategories": {
18722
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxIOSCategoriesRequest",
18723
- "response": "{}",
18724
- "method": "patch",
18725
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxIOSCategories"
18726
- },
18727
- "UpdateMaxTwitterFeeds": {
18728
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxTwitterFeedsRequest",
18729
- "response": "{}",
18730
- "method": "patch",
18731
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxTwitterFeeds"
18732
- },
18733
- "UpdateMaxInapps": {
18734
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxInappsRequest",
18735
- "response": "{}",
18736
- "method": "patch",
18737
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxInapps"
18738
- },
18739
- "UpdateMaxEvents": {
18740
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxEventsRequest",
18741
- "response": "{}",
18742
- "method": "patch",
18743
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxEvents"
18744
- },
18745
- "UpdateMaxCreateMessage": {
18746
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxCreateMessageRequest",
18747
- "response": "{}",
18748
- "method": "patch",
18749
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxCreateMessage"
18750
- },
18751
- "UpdateMaxRichmedia": {
18752
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxRichmediaRequest",
18753
- "response": "{}",
18754
- "method": "patch",
18755
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxRichmedia"
18756
- },
18757
18208
  "UpdateMaxPreparedFilters": {
18758
18209
  "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest",
18759
18210
  "response": "{}",
18760
18211
  "method": "patch",
18761
18212
  "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxPreparedFilters"
18762
18213
  },
18763
- "UpdateMaxFilters": {
18764
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxFiltersRequest",
18765
- "response": "{}",
18766
- "method": "patch",
18767
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxFilters"
18768
- },
18769
18214
  "UpdateDevicesInactivityLimit": {
18770
18215
  "request": "pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest",
18771
18216
  "response": "{}",
@@ -18778,48 +18223,6 @@ export const data = {
18778
18223
  "method": "patch",
18779
18224
  "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowApi"
18780
18225
  },
18781
- "UpdateAllowStatsAccess": {
18782
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowStatsAccessRequest",
18783
- "response": "{}",
18784
- "method": "patch",
18785
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowStatsAccess"
18786
- },
18787
- "UpdateAllowApiStatsAccess": {
18788
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowApiStatsAccessRequest",
18789
- "response": "{}",
18790
- "method": "patch",
18791
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowApiStatsAccess"
18792
- },
18793
- "UpdateAllowGeozoneApi": {
18794
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowGeozoneApiRequest",
18795
- "response": "{}",
18796
- "method": "patch",
18797
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowGeozoneApi"
18798
- },
18799
- "UpdateAllowABTests": {
18800
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowABTestsRequest",
18801
- "response": "{}",
18802
- "method": "patch",
18803
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowABTests"
18804
- },
18805
- "UpdateAllowBackup": {
18806
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowBackupRequest",
18807
- "response": "{}",
18808
- "method": "patch",
18809
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowBackup"
18810
- },
18811
- "UpdateAllowApplicationApi": {
18812
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowApplicationApiRequest",
18813
- "response": "{}",
18814
- "method": "patch",
18815
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowApplicationApi"
18816
- },
18817
- "UpdateAllowRemotePage": {
18818
- "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowRemotePageRequest",
18819
- "response": "{}",
18820
- "method": "patch",
18821
- "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowRemotePage"
18822
- },
18823
18226
  "UpdateAllowScheduling": {
18824
18227
  "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowSchedulingRequest",
18825
18228
  "response": "{}",
@@ -19245,6 +18648,18 @@ export const data = {
19245
18648
  "response": "{}",
19246
18649
  "method": "patch",
19247
18650
  "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowAIWalletBilling"
18651
+ },
18652
+ "UpdateApplicationSpecificFilters": {
18653
+ "request": "pushwoosh.objects.restrictionValues.v1.UpdateApplicationSpecificFiltersRequest",
18654
+ "response": "{}",
18655
+ "method": "patch",
18656
+ "path": "/v1/objects/restrictionValues/ID/{ID}/update/ApplicationSpecificFilters"
18657
+ },
18658
+ "UpdateAllowCloudPages": {
18659
+ "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCloudPagesRequest",
18660
+ "response": "{}",
18661
+ "method": "patch",
18662
+ "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCloudPages"
19248
18663
  }
19249
18664
  }
19250
18665
  },
@@ -19254,94 +18669,19 @@ export const data = {
19254
18669
  "IsLocked": {
19255
18670
  "type": "boolean"
19256
18671
  },
19257
- "MaxCampaigns": {
19258
- "type": "number"
19259
- },
19260
- "MaxDeeplinks": {
19261
- "type": "number"
19262
- },
19263
- "MaxApplicationGroups": {
19264
- "type": "number"
19265
- },
19266
- "MaxApps": {
19267
- "type": "number"
19268
- },
19269
- "MaxTags": {
19270
- "type": "number"
19271
- },
19272
- "MaxGeozones": {
19273
- "type": "number"
19274
- },
19275
18672
  "MaxDevices": {
19276
18673
  "type": "number"
19277
18674
  },
19278
18675
  "MaxUsers": {
19279
- "type": "number"
19280
- },
19281
- "MaxApiTokens": {
19282
- "type": "number"
19283
- },
19284
- "MaxPresets": {
19285
- "type": "number"
19286
- },
19287
- "MaxTestDevices": {
19288
- "type": "number"
19289
- },
19290
- "MaxGeozoneRange": {
19291
- "type": "number"
19292
- },
19293
- "MaxRssFeeds": {
19294
- "type": "number"
19295
- },
19296
- "MaxIOSCategories": {
19297
- "type": "number"
19298
- },
19299
- "MaxTwitterFeeds": {
19300
- "type": "number"
19301
- },
19302
- "MaxInapps": {
19303
- "type": "number"
19304
- },
19305
- "MaxEvents": {
19306
- "type": "number"
19307
- },
19308
- "MaxCreateMessage": {
19309
- "type": "number"
19310
- },
19311
- "MaxRichmedia": {
19312
- "type": "number"
19313
- },
19314
- "MaxPreparedFilters": {
19315
- "type": "number"
19316
- },
19317
- "MaxFilters": {
19318
- "type": "number"
19319
- },
19320
- "DevicesInactivityLimit": {
19321
- "type": "number"
19322
- },
19323
- "AllowApi": {
19324
- "type": "boolean"
19325
- },
19326
- "AllowStatsAccess": {
19327
- "type": "boolean"
19328
- },
19329
- "AllowApiStatsAccess": {
19330
- "type": "boolean"
19331
- },
19332
- "AllowGeozoneApi": {
19333
- "type": "boolean"
19334
- },
19335
- "AllowABTests": {
19336
- "type": "boolean"
18676
+ "type": "number"
19337
18677
  },
19338
- "AllowBackup": {
19339
- "type": "boolean"
18678
+ "MaxPreparedFilters": {
18679
+ "type": "number"
19340
18680
  },
19341
- "AllowApplicationApi": {
19342
- "type": "boolean"
18681
+ "DevicesInactivityLimit": {
18682
+ "type": "number"
19343
18683
  },
19344
- "AllowRemotePage": {
18684
+ "AllowApi": {
19345
18685
  "type": "boolean"
19346
18686
  },
19347
18687
  "AllowScheduling": {
@@ -19551,433 +18891,164 @@ export const data = {
19551
18891
  "AllowCJSplitterDeviceCheck": {
19552
18892
  "type": "boolean"
19553
18893
  },
19554
- "AllowTagsAutoCreation": {
19555
- "type": "boolean"
19556
- },
19557
- "AllowAIWalletBilling": {
19558
- "type": "boolean"
19559
- }
19560
- }
19561
- },
19562
- "pushwoosh.objects.restrictionValues.v1.CreateResponse": {
19563
- "type": "I",
19564
- "fields": {
19565
- "restrictionValue": {
19566
- "type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue"
19567
- }
19568
- }
19569
- },
19570
- "pushwoosh.objects.restrictionValues.v1.CreateManyRequest": {
19571
- "type": "I",
19572
- "fields": {
19573
- "restrictionValues": {
19574
- "type": "pushwoosh.objects.restrictionValues.v1.CreateRequest",
19575
- "array": true
19576
- }
19577
- }
19578
- },
19579
- "pushwoosh.objects.restrictionValues.v1.CreateManyResponse": {
19580
- "type": "I",
19581
- "fields": {
19582
- "restrictionValues": {
19583
- "type": "pushwoosh.objects.restrictionValues.v1.CreateResponse",
19584
- "array": true
19585
- }
19586
- }
19587
- },
19588
- "pushwoosh.objects.restrictionValues.v1.DeleteRequest": {
19589
- "type": "I",
19590
- "fields": {
19591
- "ID": {
19592
- "type": "number"
19593
- }
19594
- }
19595
- },
19596
- "pushwoosh.objects.restrictionValues.v1.DeleteManyRequest": {
19597
- "type": "I",
19598
- "fields": {
19599
- "where": {
19600
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
19601
- }
19602
- }
19603
- },
19604
- "pushwoosh.objects.restrictionValues.v1.DeleteManyResponse": {
19605
- "type": "I",
19606
- "fields": {
19607
- "count": {
19608
- "type": "number"
19609
- }
19610
- }
19611
- },
19612
- "pushwoosh.objects.restrictionValues.v1.CountRequest": {
19613
- "type": "I",
19614
- "fields": {
19615
- "where": {
19616
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
19617
- }
19618
- }
19619
- },
19620
- "pushwoosh.objects.restrictionValues.v1.CountResponse": {
19621
- "type": "I",
19622
- "fields": {
19623
- "count": {
19624
- "type": "number"
19625
- }
19626
- }
19627
- },
19628
- "pushwoosh.objects.restrictionValues.v1.GetPageRequest": {
19629
- "type": "I",
19630
- "fields": {
19631
- "where": {
19632
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
19633
- },
19634
- "sort": {
19635
- "type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
19636
- },
19637
- "pageSize": {
19638
- "type": "number"
19639
- },
19640
- "pageNum": {
19641
- "type": "number"
19642
- },
19643
- "forLock": {
19644
- "type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
19645
- }
19646
- }
19647
- },
19648
- "pushwoosh.objects.restrictionValues.v1.GetPageResponse": {
19649
- "type": "I",
19650
- "fields": {
19651
- "restrictionValues": {
19652
- "type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
19653
- "array": true
19654
- },
19655
- "total": {
19656
- "type": "number"
19657
- }
19658
- }
19659
- },
19660
- "pushwoosh.objects.restrictionValues.v1.ListRequest": {
19661
- "type": "I",
19662
- "fields": {
19663
- "where": {
19664
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
19665
- },
19666
- "sort": {
19667
- "type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
19668
- },
19669
- "pageSize": {
19670
- "type": "number"
19671
- },
19672
- "forLock": {
19673
- "type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
19674
- }
19675
- }
19676
- },
19677
- "pushwoosh.objects.restrictionValues.v1.ListResponse": {
19678
- "type": "I",
19679
- "fields": {
19680
- "paginationToken": {
19681
- "type": "string"
19682
- }
19683
- }
19684
- },
19685
- "pushwoosh.objects.restrictionValues.v1.PaginateRequest": {
19686
- "type": "I",
19687
- "fields": {
19688
- "nextPageToken": {
19689
- "type": "string"
19690
- }
19691
- }
19692
- },
19693
- "pushwoosh.objects.restrictionValues.v1.PaginateResponse": {
19694
- "type": "I",
19695
- "fields": {
19696
- "restrictionValues": {
19697
- "type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
19698
- "array": true
19699
- },
19700
- "nextPageToken": {
19701
- "type": "string"
19702
- }
19703
- }
19704
- },
19705
- "pushwoosh.objects.restrictionValues.v1.UpdateIsLockedRequest": {
19706
- "type": "I",
19707
- "fields": {
19708
- "ID": {
19709
- "type": "number"
19710
- },
19711
- "value": {
19712
- "type": "boolean"
19713
- }
19714
- }
19715
- },
19716
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxCampaignsRequest": {
19717
- "type": "I",
19718
- "fields": {
19719
- "ID": {
19720
- "type": "number"
19721
- },
19722
- "value": {
19723
- "type": "number"
19724
- }
19725
- }
19726
- },
19727
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxDeeplinksRequest": {
19728
- "type": "I",
19729
- "fields": {
19730
- "ID": {
19731
- "type": "number"
19732
- },
19733
- "value": {
19734
- "type": "number"
19735
- }
19736
- }
19737
- },
19738
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxApplicationGroupsRequest": {
19739
- "type": "I",
19740
- "fields": {
19741
- "ID": {
19742
- "type": "number"
19743
- },
19744
- "value": {
19745
- "type": "number"
19746
- }
19747
- }
19748
- },
19749
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxAppsRequest": {
19750
- "type": "I",
19751
- "fields": {
19752
- "ID": {
19753
- "type": "number"
19754
- },
19755
- "value": {
19756
- "type": "number"
19757
- }
19758
- }
19759
- },
19760
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxTagsRequest": {
19761
- "type": "I",
19762
- "fields": {
19763
- "ID": {
19764
- "type": "number"
19765
- },
19766
- "value": {
19767
- "type": "number"
19768
- }
19769
- }
19770
- },
19771
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozonesRequest": {
19772
- "type": "I",
19773
- "fields": {
19774
- "ID": {
19775
- "type": "number"
19776
- },
19777
- "value": {
19778
- "type": "number"
19779
- }
19780
- }
19781
- },
19782
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest": {
19783
- "type": "I",
19784
- "fields": {
19785
- "ID": {
19786
- "type": "number"
19787
- },
19788
- "value": {
19789
- "type": "number"
19790
- }
19791
- }
19792
- },
19793
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersRequest": {
19794
- "type": "I",
19795
- "fields": {
19796
- "ID": {
19797
- "type": "number"
19798
- },
19799
- "value": {
19800
- "type": "number"
19801
- }
19802
- }
19803
- },
19804
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxApiTokensRequest": {
19805
- "type": "I",
19806
- "fields": {
19807
- "ID": {
19808
- "type": "number"
18894
+ "AllowTagsAutoCreation": {
18895
+ "type": "boolean"
19809
18896
  },
19810
- "value": {
19811
- "type": "number"
19812
- }
19813
- }
19814
- },
19815
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxPresetsRequest": {
19816
- "type": "I",
19817
- "fields": {
19818
- "ID": {
19819
- "type": "number"
18897
+ "AllowAIWalletBilling": {
18898
+ "type": "boolean"
19820
18899
  },
19821
- "value": {
19822
- "type": "number"
18900
+ "ApplicationSpecificFilters": {
18901
+ "type": "boolean"
18902
+ },
18903
+ "AllowCloudPages": {
18904
+ "type": "boolean"
19823
18905
  }
19824
18906
  }
19825
18907
  },
19826
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxTestDevicesRequest": {
18908
+ "pushwoosh.objects.restrictionValues.v1.CreateResponse": {
19827
18909
  "type": "I",
19828
18910
  "fields": {
19829
- "ID": {
19830
- "type": "number"
19831
- },
19832
- "value": {
19833
- "type": "number"
18911
+ "restrictionValue": {
18912
+ "type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue"
19834
18913
  }
19835
18914
  }
19836
18915
  },
19837
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozoneRangeRequest": {
18916
+ "pushwoosh.objects.restrictionValues.v1.CreateManyRequest": {
19838
18917
  "type": "I",
19839
18918
  "fields": {
19840
- "ID": {
19841
- "type": "number"
19842
- },
19843
- "value": {
19844
- "type": "number"
18919
+ "restrictionValues": {
18920
+ "type": "pushwoosh.objects.restrictionValues.v1.CreateRequest",
18921
+ "array": true
19845
18922
  }
19846
18923
  }
19847
18924
  },
19848
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxRssFeedsRequest": {
18925
+ "pushwoosh.objects.restrictionValues.v1.CreateManyResponse": {
19849
18926
  "type": "I",
19850
18927
  "fields": {
19851
- "ID": {
19852
- "type": "number"
19853
- },
19854
- "value": {
19855
- "type": "number"
18928
+ "restrictionValues": {
18929
+ "type": "pushwoosh.objects.restrictionValues.v1.CreateResponse",
18930
+ "array": true
19856
18931
  }
19857
18932
  }
19858
18933
  },
19859
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxIOSCategoriesRequest": {
18934
+ "pushwoosh.objects.restrictionValues.v1.DeleteRequest": {
19860
18935
  "type": "I",
19861
18936
  "fields": {
19862
18937
  "ID": {
19863
18938
  "type": "number"
19864
- },
19865
- "value": {
19866
- "type": "number"
19867
18939
  }
19868
18940
  }
19869
18941
  },
19870
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxTwitterFeedsRequest": {
18942
+ "pushwoosh.objects.restrictionValues.v1.DeleteManyRequest": {
19871
18943
  "type": "I",
19872
18944
  "fields": {
19873
- "ID": {
19874
- "type": "number"
19875
- },
19876
- "value": {
19877
- "type": "number"
18945
+ "where": {
18946
+ "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
19878
18947
  }
19879
18948
  }
19880
18949
  },
19881
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxInappsRequest": {
18950
+ "pushwoosh.objects.restrictionValues.v1.DeleteManyResponse": {
19882
18951
  "type": "I",
19883
18952
  "fields": {
19884
- "ID": {
19885
- "type": "number"
19886
- },
19887
- "value": {
18953
+ "count": {
19888
18954
  "type": "number"
19889
18955
  }
19890
18956
  }
19891
18957
  },
19892
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxEventsRequest": {
18958
+ "pushwoosh.objects.restrictionValues.v1.CountRequest": {
19893
18959
  "type": "I",
19894
18960
  "fields": {
19895
- "ID": {
19896
- "type": "number"
19897
- },
19898
- "value": {
19899
- "type": "number"
18961
+ "where": {
18962
+ "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
19900
18963
  }
19901
18964
  }
19902
18965
  },
19903
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxCreateMessageRequest": {
18966
+ "pushwoosh.objects.restrictionValues.v1.CountResponse": {
19904
18967
  "type": "I",
19905
18968
  "fields": {
19906
- "ID": {
19907
- "type": "number"
19908
- },
19909
- "value": {
18969
+ "count": {
19910
18970
  "type": "number"
19911
18971
  }
19912
18972
  }
19913
18973
  },
19914
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxRichmediaRequest": {
18974
+ "pushwoosh.objects.restrictionValues.v1.GetPageRequest": {
19915
18975
  "type": "I",
19916
18976
  "fields": {
19917
- "ID": {
18977
+ "where": {
18978
+ "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
18979
+ },
18980
+ "sort": {
18981
+ "type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
18982
+ },
18983
+ "pageSize": {
19918
18984
  "type": "number"
19919
18985
  },
19920
- "value": {
18986
+ "pageNum": {
19921
18987
  "type": "number"
18988
+ },
18989
+ "forLock": {
18990
+ "type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
19922
18991
  }
19923
18992
  }
19924
18993
  },
19925
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest": {
18994
+ "pushwoosh.objects.restrictionValues.v1.GetPageResponse": {
19926
18995
  "type": "I",
19927
18996
  "fields": {
19928
- "ID": {
19929
- "type": "number"
18997
+ "restrictionValues": {
18998
+ "type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
18999
+ "array": true
19930
19000
  },
19931
- "value": {
19001
+ "total": {
19932
19002
  "type": "number"
19933
19003
  }
19934
19004
  }
19935
19005
  },
19936
- "pushwoosh.objects.restrictionValues.v1.UpdateMaxFiltersRequest": {
19006
+ "pushwoosh.objects.restrictionValues.v1.ListRequest": {
19937
19007
  "type": "I",
19938
19008
  "fields": {
19939
- "ID": {
19940
- "type": "number"
19009
+ "where": {
19010
+ "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
19941
19011
  },
19942
- "value": {
19012
+ "sort": {
19013
+ "type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
19014
+ },
19015
+ "pageSize": {
19943
19016
  "type": "number"
19017
+ },
19018
+ "forLock": {
19019
+ "type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
19944
19020
  }
19945
19021
  }
19946
19022
  },
19947
- "pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest": {
19023
+ "pushwoosh.objects.restrictionValues.v1.ListResponse": {
19948
19024
  "type": "I",
19949
19025
  "fields": {
19950
- "ID": {
19951
- "type": "number"
19952
- },
19953
- "value": {
19954
- "type": "number"
19026
+ "paginationToken": {
19027
+ "type": "string"
19955
19028
  }
19956
19029
  }
19957
19030
  },
19958
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowApiRequest": {
19031
+ "pushwoosh.objects.restrictionValues.v1.PaginateRequest": {
19959
19032
  "type": "I",
19960
19033
  "fields": {
19961
- "ID": {
19962
- "type": "number"
19963
- },
19964
- "value": {
19965
- "type": "boolean"
19034
+ "nextPageToken": {
19035
+ "type": "string"
19966
19036
  }
19967
19037
  }
19968
19038
  },
19969
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowStatsAccessRequest": {
19039
+ "pushwoosh.objects.restrictionValues.v1.PaginateResponse": {
19970
19040
  "type": "I",
19971
19041
  "fields": {
19972
- "ID": {
19973
- "type": "number"
19042
+ "restrictionValues": {
19043
+ "type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
19044
+ "array": true
19974
19045
  },
19975
- "value": {
19976
- "type": "boolean"
19046
+ "nextPageToken": {
19047
+ "type": "string"
19977
19048
  }
19978
19049
  }
19979
19050
  },
19980
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowApiStatsAccessRequest": {
19051
+ "pushwoosh.objects.restrictionValues.v1.UpdateIsLockedRequest": {
19981
19052
  "type": "I",
19982
19053
  "fields": {
19983
19054
  "ID": {
@@ -19988,51 +19059,51 @@ export const data = {
19988
19059
  }
19989
19060
  }
19990
19061
  },
19991
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowGeozoneApiRequest": {
19062
+ "pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest": {
19992
19063
  "type": "I",
19993
19064
  "fields": {
19994
19065
  "ID": {
19995
19066
  "type": "number"
19996
19067
  },
19997
19068
  "value": {
19998
- "type": "boolean"
19069
+ "type": "number"
19999
19070
  }
20000
19071
  }
20001
19072
  },
20002
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowABTestsRequest": {
19073
+ "pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersRequest": {
20003
19074
  "type": "I",
20004
19075
  "fields": {
20005
19076
  "ID": {
20006
19077
  "type": "number"
20007
19078
  },
20008
19079
  "value": {
20009
- "type": "boolean"
19080
+ "type": "number"
20010
19081
  }
20011
19082
  }
20012
19083
  },
20013
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowBackupRequest": {
19084
+ "pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest": {
20014
19085
  "type": "I",
20015
19086
  "fields": {
20016
19087
  "ID": {
20017
19088
  "type": "number"
20018
19089
  },
20019
19090
  "value": {
20020
- "type": "boolean"
19091
+ "type": "number"
20021
19092
  }
20022
19093
  }
20023
19094
  },
20024
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowApplicationApiRequest": {
19095
+ "pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest": {
20025
19096
  "type": "I",
20026
19097
  "fields": {
20027
19098
  "ID": {
20028
19099
  "type": "number"
20029
19100
  },
20030
19101
  "value": {
20031
- "type": "boolean"
19102
+ "type": "number"
20032
19103
  }
20033
19104
  }
20034
19105
  },
20035
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowRemotePageRequest": {
19106
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowApiRequest": {
20036
19107
  "type": "I",
20037
19108
  "fields": {
20038
19109
  "ID": {
@@ -20824,6 +19895,28 @@ export const data = {
20824
19895
  }
20825
19896
  }
20826
19897
  },
19898
+ "pushwoosh.objects.restrictionValues.v1.UpdateApplicationSpecificFiltersRequest": {
19899
+ "type": "I",
19900
+ "fields": {
19901
+ "ID": {
19902
+ "type": "number"
19903
+ },
19904
+ "value": {
19905
+ "type": "boolean"
19906
+ }
19907
+ }
19908
+ },
19909
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowCloudPagesRequest": {
19910
+ "type": "I",
19911
+ "fields": {
19912
+ "ID": {
19913
+ "type": "number"
19914
+ },
19915
+ "value": {
19916
+ "type": "boolean"
19917
+ }
19918
+ }
19919
+ },
20827
19920
  "pushwoosh.objects.restrictionValues.v1.GetRequest": {
20828
19921
  "type": "I",
20829
19922
  "fields": {
@@ -20869,96 +19962,21 @@ export const data = {
20869
19962
  "IsLocked": {
20870
19963
  "type": "boolean"
20871
19964
  },
20872
- "MaxCampaigns": {
20873
- "type": "number"
20874
- },
20875
- "MaxDeeplinks": {
20876
- "type": "number"
20877
- },
20878
- "MaxApplicationGroups": {
20879
- "type": "number"
20880
- },
20881
- "MaxApps": {
20882
- "type": "number"
20883
- },
20884
- "MaxTags": {
20885
- "type": "number"
20886
- },
20887
- "MaxGeozones": {
20888
- "type": "number"
20889
- },
20890
19965
  "MaxDevices": {
20891
19966
  "type": "number"
20892
19967
  },
20893
19968
  "MaxUsers": {
20894
19969
  "type": "number"
20895
19970
  },
20896
- "MaxApiTokens": {
20897
- "type": "number"
20898
- },
20899
- "MaxPresets": {
20900
- "type": "number"
20901
- },
20902
- "MaxTestDevices": {
20903
- "type": "number"
20904
- },
20905
- "MaxGeozoneRange": {
20906
- "type": "number"
20907
- },
20908
- "MaxRssFeeds": {
20909
- "type": "number"
20910
- },
20911
- "MaxIOSCategories": {
20912
- "type": "number"
20913
- },
20914
- "MaxTwitterFeeds": {
20915
- "type": "number"
20916
- },
20917
- "MaxInapps": {
20918
- "type": "number"
20919
- },
20920
- "MaxEvents": {
20921
- "type": "number"
20922
- },
20923
- "MaxCreateMessage": {
20924
- "type": "number"
20925
- },
20926
- "MaxRichmedia": {
20927
- "type": "number"
20928
- },
20929
19971
  "MaxPreparedFilters": {
20930
19972
  "type": "number"
20931
19973
  },
20932
- "MaxFilters": {
20933
- "type": "number"
20934
- },
20935
19974
  "DevicesInactivityLimit": {
20936
19975
  "type": "number"
20937
19976
  },
20938
19977
  "AllowApi": {
20939
19978
  "type": "boolean"
20940
19979
  },
20941
- "AllowStatsAccess": {
20942
- "type": "boolean"
20943
- },
20944
- "AllowApiStatsAccess": {
20945
- "type": "boolean"
20946
- },
20947
- "AllowGeozoneApi": {
20948
- "type": "boolean"
20949
- },
20950
- "AllowABTests": {
20951
- "type": "boolean"
20952
- },
20953
- "AllowBackup": {
20954
- "type": "boolean"
20955
- },
20956
- "AllowApplicationApi": {
20957
- "type": "boolean"
20958
- },
20959
- "AllowRemotePage": {
20960
- "type": "boolean"
20961
- },
20962
19980
  "AllowScheduling": {
20963
19981
  "type": "boolean"
20964
19982
  },
@@ -21171,6 +20189,12 @@ export const data = {
21171
20189
  },
21172
20190
  "AllowAIWalletBilling": {
21173
20191
  "type": "boolean"
20192
+ },
20193
+ "ApplicationSpecificFilters": {
20194
+ "type": "boolean"
20195
+ },
20196
+ "AllowCloudPages": {
20197
+ "type": "boolean"
21174
20198
  }
21175
20199
  }
21176
20200
  },
@@ -21309,8 +20333,7 @@ export const data = {
21309
20333
  "perPage": {
21310
20334
  "type": "number"
21311
20335
  }
21312
- },
21313
- "oneofs": {}
20336
+ }
21314
20337
  },
21315
20338
  "pushwoosh.rpc_v2.popup_forms.PopupFormListItem": {
21316
20339
  "type": "I",
@@ -21410,8 +20433,7 @@ export const data = {
21410
20433
  "status": {
21411
20434
  "type": "string"
21412
20435
  }
21413
- },
21414
- "oneofs": {}
20436
+ }
21415
20437
  },
21416
20438
  "pushwoosh.rpc_v2.popup_forms.CreatePopupFormResponse": {
21417
20439
  "type": "I",
@@ -21456,8 +20478,7 @@ export const data = {
21456
20478
  "status": {
21457
20479
  "type": "string"
21458
20480
  }
21459
- },
21460
- "oneofs": {}
20481
+ }
21461
20482
  },
21462
20483
  "pushwoosh.rpc_v2.popup_forms.UpdatePopupFormResponse": {
21463
20484
  "type": "I",
@@ -21612,8 +20633,7 @@ export const data = {
21612
20633
  "updated": {
21613
20634
  "type": "Date"
21614
20635
  }
21615
- },
21616
- "oneofs": {}
20636
+ }
21617
20637
  },
21618
20638
  "pushwoosh.rpc.popup_forms_contents.v3.ListRequest.OrderBy": {
21619
20639
  "type": "E",
@@ -21671,8 +20691,7 @@ export const data = {
21671
20691
  "updated": {
21672
20692
  "type": "Date"
21673
20693
  }
21674
- },
21675
- "oneofs": {}
20694
+ }
21676
20695
  },
21677
20696
  "pushwoosh.rpc.popup_forms_contents.v3.ListResponse": {
21678
20697
  "type": "I",
@@ -21727,8 +20746,7 @@ export const data = {
21727
20746
  "type": "string",
21728
20747
  "optional": true
21729
20748
  }
21730
- },
21731
- "oneofs": {}
20749
+ }
21732
20750
  },
21733
20751
  "pushwoosh.rpc.popup_forms_contents.v3.CreateResponse": {
21734
20752
  "type": "I",
@@ -21754,8 +20772,7 @@ export const data = {
21754
20772
  "type": "string",
21755
20773
  "optional": true
21756
20774
  }
21757
- },
21758
- "oneofs": {}
20775
+ }
21759
20776
  },
21760
20777
  "pushwoosh.rpc.popup_forms_contents.v3.UpdateResponse": {
21761
20778
  "type": "I",
@@ -23357,8 +22374,7 @@ export const data = {
23357
22374
  "type": "string",
23358
22375
  "optional": true
23359
22376
  }
23360
- },
23361
- "oneofs": {}
22377
+ }
23362
22378
  },
23363
22379
  "pushwoosh.rpc_v2.rich_medias.SaveBlockTemplateResponse": {
23364
22380
  "type": "I",
@@ -24364,8 +23380,7 @@ export const data = {
24364
23380
  "indexNumber": {
24365
23381
  "type": "number"
24366
23382
  }
24367
- },
24368
- "oneofs": {}
23383
+ }
24369
23384
  },
24370
23385
  "pushwoosh.rpc_v2.statistics_dashboards_widgets.LoadDashboardWidgetRequest": {
24371
23386
  "type": "I",
@@ -24403,8 +23418,7 @@ export const data = {
24403
23418
  "indexNumber": {
24404
23419
  "type": "number"
24405
23420
  }
24406
- },
24407
- "oneofs": {}
23421
+ }
24408
23422
  },
24409
23423
  "pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetResponse": {
24410
23424
  "type": "I",
@@ -24585,8 +23599,7 @@ export const data = {
24585
23599
  "type": "pushwoosh.rpc_v2.statistics_dashboards_widgets.EventCalcType",
24586
23600
  "optional": true
24587
23601
  }
24588
- },
24589
- "oneofs": {}
23602
+ }
24590
23603
  },
24591
23604
  "pushwoosh.rpc_v2.statistics_dashboards_widgets.TypeFilter": {
24592
23605
  "type": "E",
@@ -24675,8 +23688,7 @@ export const data = {
24675
23688
  "type": "boolean",
24676
23689
  "optional": true
24677
23690
  }
24678
- },
24679
- "oneofs": {}
23691
+ }
24680
23692
  },
24681
23693
  "pushwoosh.rpc_v2.statistics_dashboards_widgets.ChartParams.BreakdownParams": {
24682
23694
  "type": "I",
@@ -24695,8 +23707,7 @@ export const data = {
24695
23707
  "type": "string",
24696
23708
  "array": true
24697
23709
  }
24698
- },
24699
- "oneofs": {}
23710
+ }
24700
23711
  },
24701
23712
  "pushwoosh.rpc_v2.statistics_dashboards_widgets.ChartParams": {
24702
23713
  "type": "I",
@@ -24726,8 +23737,7 @@ export const data = {
24726
23737
  "timezone": {
24727
23738
  "type": "string"
24728
23739
  }
24729
- },
24730
- "oneofs": {}
23740
+ }
24731
23741
  },
24732
23742
  "pushwoosh.rpc_v2.statistics_dashboards_widgets.GetLinearChartMetricsRequest": {
24733
23743
  "type": "I",