@pushwoosh/rpc-v2-http-api-data 0.1.883 → 0.1.885
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/account_groups.d.ts +9 -0
- package/account_invites.d.ts +2 -0
- package/account_overview.d.ts +21 -0
- package/account_users.d.ts +3 -0
- package/accounts.d.ts +29 -0
- package/accounts_get_auth_info.d.ts +4 -0
- package/api_tokens.d.ts +1 -0
- package/applications.d.ts +7 -0
- package/applications_alerts.d.ts +7 -1
- package/applications_groups.d.ts +2 -0
- package/applications_statistics.d.ts +28 -0
- package/categories.d.ts +1 -0
- package/cloud_pages.d.ts +2 -0
- package/data.js +330 -1314
- package/deeplinks.d.ts +3 -0
- package/devices.d.ts +5 -0
- package/email_categories.d.ts +3 -0
- package/emails_configurations.d.ts +1 -0
- package/events.d.ts +3 -0
- package/filters.d.ts +28 -0
- package/inapp_messages.d.ts +13 -0
- package/integrations.d.ts +38 -0
- package/ios_categories.d.ts +1 -0
- package/kakao_presets.d.ts +2 -0
- package/line_presets.d.ts +5 -0
- package/messages.d.ts +15 -2
- package/package.json +1 -1
- package/presets.d.ts +71 -0
- package/pushwoosh_accounts_alerts_v1.d.ts +2 -0
- package/pushwoosh_channels_messagingApi_v2.d.ts +51 -2
- package/pushwoosh_export_messages_v2.d.ts +17 -2
- package/pushwoosh_objects_filters_v1.d.ts +70 -11
- package/pushwoosh_objects_restrictionValues_v1.d.ts +86 -427
- package/pushwoosh_rpc_errors_v3.d.ts +20 -0
- package/pushwoosh_rpc_popup_forms_contents_v3.d.ts +48 -0
- package/pushwoosh_rpc_segments_v3.d.ts +54 -0
- package/referral_partners.d.ts +1 -0
- package/rich_medias.d.ts +6 -0
- package/sms_presets.d.ts +5 -0
- package/statistics_dashboards_widgets.d.ts +291 -3
- package/tags.d.ts +3 -0
- package/test_devices.d.ts +37 -0
- package/types.d.ts +6 -0
- package/whatsapp.d.ts +10 -0
- 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",
|
|
@@ -6282,6 +6279,12 @@ export const data = {
|
|
|
6282
6279
|
"subscribedUsers": {
|
|
6283
6280
|
"type": "number",
|
|
6284
6281
|
"mapKeyType": "string"
|
|
6282
|
+
},
|
|
6283
|
+
"isSubscribeOldInProgress": {
|
|
6284
|
+
"type": "boolean"
|
|
6285
|
+
},
|
|
6286
|
+
"subscribeOldInProgressPercent": {
|
|
6287
|
+
"type": "number"
|
|
6285
6288
|
}
|
|
6286
6289
|
}
|
|
6287
6290
|
},
|
|
@@ -8687,8 +8690,7 @@ export const data = {
|
|
|
8687
8690
|
"type": "Date",
|
|
8688
8691
|
"optional": true
|
|
8689
8692
|
}
|
|
8690
|
-
}
|
|
8691
|
-
"oneofs": {}
|
|
8693
|
+
}
|
|
8692
8694
|
},
|
|
8693
8695
|
"pushwoosh.export_messages.v2.ExportJourneysHistoryResult": {
|
|
8694
8696
|
"type": "I",
|
|
@@ -8819,8 +8821,7 @@ export const data = {
|
|
|
8819
8821
|
"dateTo": {
|
|
8820
8822
|
"type": "Date"
|
|
8821
8823
|
}
|
|
8822
|
-
}
|
|
8823
|
-
"oneofs": {}
|
|
8824
|
+
}
|
|
8824
8825
|
},
|
|
8825
8826
|
"pushwoosh.export_messages.v2.ExportMessageEventTriggeredDevicesResult": {
|
|
8826
8827
|
"type": "I",
|
|
@@ -9646,8 +9647,7 @@ export const data = {
|
|
|
9646
9647
|
"type": "Date",
|
|
9647
9648
|
"optional": true
|
|
9648
9649
|
}
|
|
9649
|
-
}
|
|
9650
|
-
"oneofs": {}
|
|
9650
|
+
}
|
|
9651
9651
|
},
|
|
9652
9652
|
"pushwoosh.rpc_v2.filters.GetFilterUsageResponse.OTM": {
|
|
9653
9653
|
"type": "I",
|
|
@@ -9685,8 +9685,7 @@ export const data = {
|
|
|
9685
9685
|
"type": "Date",
|
|
9686
9686
|
"optional": true
|
|
9687
9687
|
}
|
|
9688
|
-
}
|
|
9689
|
-
"oneofs": {}
|
|
9688
|
+
}
|
|
9690
9689
|
},
|
|
9691
9690
|
"pushwoosh.rpc_v2.filters.GetFilterUsageResponse.Preset": {
|
|
9692
9691
|
"type": "I",
|
|
@@ -10563,8 +10562,7 @@ export const data = {
|
|
|
10563
10562
|
"type": "Date",
|
|
10564
10563
|
"optional": true
|
|
10565
10564
|
}
|
|
10566
|
-
}
|
|
10567
|
-
"oneofs": {}
|
|
10565
|
+
}
|
|
10568
10566
|
},
|
|
10569
10567
|
"pushwoosh.rpc_v2.inapp_messages.CreateInappResponse": {
|
|
10570
10568
|
"type": "I",
|
|
@@ -10643,8 +10641,7 @@ export const data = {
|
|
|
10643
10641
|
"type": "pushwoosh.rpc_v2.inapp_messages.UpdateInappRequest.Action",
|
|
10644
10642
|
"optional": true
|
|
10645
10643
|
}
|
|
10646
|
-
}
|
|
10647
|
-
"oneofs": {}
|
|
10644
|
+
}
|
|
10648
10645
|
},
|
|
10649
10646
|
"pushwoosh.rpc_v2.inapp_messages.UpdateInappResponse": {
|
|
10650
10647
|
"type": "I",
|
|
@@ -11517,8 +11514,7 @@ export const data = {
|
|
|
11517
11514
|
"type": "string",
|
|
11518
11515
|
"optional": true
|
|
11519
11516
|
}
|
|
11520
|
-
}
|
|
11521
|
-
"oneofs": {}
|
|
11517
|
+
}
|
|
11522
11518
|
},
|
|
11523
11519
|
"pushwoosh.rpc_v2.internal_alerts.ListResponse": {
|
|
11524
11520
|
"type": "I",
|
|
@@ -13467,7 +13463,7 @@ export const data = {
|
|
|
13467
13463
|
}
|
|
13468
13464
|
}
|
|
13469
13465
|
},
|
|
13470
|
-
"pushwoosh.objects.filters.v1.LogicExpression.Field.
|
|
13466
|
+
"pushwoosh.objects.filters.v1.LogicExpression.Field.HighSpeed": {
|
|
13471
13467
|
"type": "I",
|
|
13472
13468
|
"fields": {
|
|
13473
13469
|
"operator": {
|
|
@@ -13542,8 +13538,8 @@ export const data = {
|
|
|
13542
13538
|
"CondDeviceLoadPolicy": {
|
|
13543
13539
|
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy"
|
|
13544
13540
|
},
|
|
13545
|
-
"
|
|
13546
|
-
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.
|
|
13541
|
+
"CondHighSpeed": {
|
|
13542
|
+
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.HighSpeed"
|
|
13547
13543
|
}
|
|
13548
13544
|
},
|
|
13549
13545
|
"oneofs": {
|
|
@@ -13568,7 +13564,7 @@ export const data = {
|
|
|
13568
13564
|
"CondUpdated",
|
|
13569
13565
|
"CondDescription",
|
|
13570
13566
|
"CondDeviceLoadPolicy",
|
|
13571
|
-
"
|
|
13567
|
+
"CondHighSpeed"
|
|
13572
13568
|
]
|
|
13573
13569
|
}
|
|
13574
13570
|
}
|
|
@@ -13845,11 +13841,11 @@ export const data = {
|
|
|
13845
13841
|
"method": "patch",
|
|
13846
13842
|
"path": "/v1/objects/filters/ID/{ID}/update/DeviceLoadPolicy"
|
|
13847
13843
|
},
|
|
13848
|
-
"
|
|
13849
|
-
"request": "pushwoosh.objects.filters.v1.
|
|
13844
|
+
"UpdateHighSpeed": {
|
|
13845
|
+
"request": "pushwoosh.objects.filters.v1.UpdateHighSpeedRequest",
|
|
13850
13846
|
"response": "{}",
|
|
13851
13847
|
"method": "patch",
|
|
13852
|
-
"path": "/v1/objects/filters/ID/{ID}/update/
|
|
13848
|
+
"path": "/v1/objects/filters/ID/{ID}/update/HighSpeed"
|
|
13853
13849
|
}
|
|
13854
13850
|
}
|
|
13855
13851
|
},
|
|
@@ -13910,7 +13906,7 @@ export const data = {
|
|
|
13910
13906
|
"DeviceLoadPolicy": {
|
|
13911
13907
|
"type": "string"
|
|
13912
13908
|
},
|
|
13913
|
-
"
|
|
13909
|
+
"HighSpeed": {
|
|
13914
13910
|
"type": "boolean"
|
|
13915
13911
|
}
|
|
13916
13912
|
}
|
|
@@ -14256,7 +14252,7 @@ export const data = {
|
|
|
14256
14252
|
}
|
|
14257
14253
|
}
|
|
14258
14254
|
},
|
|
14259
|
-
"pushwoosh.objects.filters.v1.
|
|
14255
|
+
"pushwoosh.objects.filters.v1.UpdateHighSpeedRequest": {
|
|
14260
14256
|
"type": "I",
|
|
14261
14257
|
"fields": {
|
|
14262
14258
|
"ID": {
|
|
@@ -14398,7 +14394,7 @@ export const data = {
|
|
|
14398
14394
|
"DeviceLoadPolicy": {
|
|
14399
14395
|
"type": "string"
|
|
14400
14396
|
},
|
|
14401
|
-
"
|
|
14397
|
+
"HighSpeed": {
|
|
14402
14398
|
"type": "boolean"
|
|
14403
14399
|
}
|
|
14404
14400
|
}
|
|
@@ -16544,22 +16540,7 @@ export const data = {
|
|
|
16544
16540
|
}
|
|
16545
16541
|
}
|
|
16546
16542
|
},
|
|
16547
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
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": {
|
|
16543
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices": {
|
|
16563
16544
|
"type": "I",
|
|
16564
16545
|
"fields": {
|
|
16565
16546
|
"operator": {
|
|
@@ -16574,7 +16555,7 @@ export const data = {
|
|
|
16574
16555
|
}
|
|
16575
16556
|
}
|
|
16576
16557
|
},
|
|
16577
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16558
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers": {
|
|
16578
16559
|
"type": "I",
|
|
16579
16560
|
"fields": {
|
|
16580
16561
|
"operator": {
|
|
@@ -16589,7 +16570,7 @@ export const data = {
|
|
|
16589
16570
|
}
|
|
16590
16571
|
}
|
|
16591
16572
|
},
|
|
16592
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16573
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters": {
|
|
16593
16574
|
"type": "I",
|
|
16594
16575
|
"fields": {
|
|
16595
16576
|
"operator": {
|
|
@@ -16604,7 +16585,7 @@ export const data = {
|
|
|
16604
16585
|
}
|
|
16605
16586
|
}
|
|
16606
16587
|
},
|
|
16607
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16588
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit": {
|
|
16608
16589
|
"type": "I",
|
|
16609
16590
|
"fields": {
|
|
16610
16591
|
"operator": {
|
|
@@ -16619,232 +16600,232 @@ export const data = {
|
|
|
16619
16600
|
}
|
|
16620
16601
|
}
|
|
16621
16602
|
},
|
|
16622
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16603
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi": {
|
|
16623
16604
|
"type": "I",
|
|
16624
16605
|
"fields": {
|
|
16625
16606
|
"operator": {
|
|
16626
16607
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16627
16608
|
},
|
|
16628
16609
|
"value": {
|
|
16629
|
-
"type": "
|
|
16610
|
+
"type": "boolean"
|
|
16630
16611
|
},
|
|
16631
16612
|
"values": {
|
|
16632
|
-
"type": "
|
|
16613
|
+
"type": "boolean",
|
|
16633
16614
|
"array": true
|
|
16634
16615
|
}
|
|
16635
16616
|
}
|
|
16636
16617
|
},
|
|
16637
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16618
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling": {
|
|
16638
16619
|
"type": "I",
|
|
16639
16620
|
"fields": {
|
|
16640
16621
|
"operator": {
|
|
16641
16622
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16642
16623
|
},
|
|
16643
16624
|
"value": {
|
|
16644
|
-
"type": "
|
|
16625
|
+
"type": "boolean"
|
|
16645
16626
|
},
|
|
16646
16627
|
"values": {
|
|
16647
|
-
"type": "
|
|
16628
|
+
"type": "boolean",
|
|
16648
16629
|
"array": true
|
|
16649
16630
|
}
|
|
16650
16631
|
}
|
|
16651
16632
|
},
|
|
16652
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16633
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData": {
|
|
16653
16634
|
"type": "I",
|
|
16654
16635
|
"fields": {
|
|
16655
16636
|
"operator": {
|
|
16656
16637
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16657
16638
|
},
|
|
16658
16639
|
"value": {
|
|
16659
|
-
"type": "
|
|
16640
|
+
"type": "boolean"
|
|
16660
16641
|
},
|
|
16661
16642
|
"values": {
|
|
16662
|
-
"type": "
|
|
16643
|
+
"type": "boolean",
|
|
16663
16644
|
"array": true
|
|
16664
16645
|
}
|
|
16665
16646
|
}
|
|
16666
16647
|
},
|
|
16667
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16648
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage": {
|
|
16668
16649
|
"type": "I",
|
|
16669
16650
|
"fields": {
|
|
16670
16651
|
"operator": {
|
|
16671
16652
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16672
16653
|
},
|
|
16673
16654
|
"value": {
|
|
16674
|
-
"type": "
|
|
16655
|
+
"type": "boolean"
|
|
16675
16656
|
},
|
|
16676
16657
|
"values": {
|
|
16677
|
-
"type": "
|
|
16658
|
+
"type": "boolean",
|
|
16678
16659
|
"array": true
|
|
16679
16660
|
}
|
|
16680
16661
|
}
|
|
16681
16662
|
},
|
|
16682
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16663
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig": {
|
|
16683
16664
|
"type": "I",
|
|
16684
16665
|
"fields": {
|
|
16685
16666
|
"operator": {
|
|
16686
16667
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16687
16668
|
},
|
|
16688
16669
|
"value": {
|
|
16689
|
-
"type": "
|
|
16670
|
+
"type": "boolean"
|
|
16690
16671
|
},
|
|
16691
16672
|
"values": {
|
|
16692
|
-
"type": "
|
|
16673
|
+
"type": "boolean",
|
|
16693
16674
|
"array": true
|
|
16694
16675
|
}
|
|
16695
16676
|
}
|
|
16696
16677
|
},
|
|
16697
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16678
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage": {
|
|
16698
16679
|
"type": "I",
|
|
16699
16680
|
"fields": {
|
|
16700
16681
|
"operator": {
|
|
16701
16682
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16702
16683
|
},
|
|
16703
16684
|
"value": {
|
|
16704
|
-
"type": "
|
|
16685
|
+
"type": "boolean"
|
|
16705
16686
|
},
|
|
16706
16687
|
"values": {
|
|
16707
|
-
"type": "
|
|
16688
|
+
"type": "boolean",
|
|
16708
16689
|
"array": true
|
|
16709
16690
|
}
|
|
16710
16691
|
}
|
|
16711
16692
|
},
|
|
16712
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16693
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi": {
|
|
16713
16694
|
"type": "I",
|
|
16714
16695
|
"fields": {
|
|
16715
16696
|
"operator": {
|
|
16716
16697
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16717
16698
|
},
|
|
16718
16699
|
"value": {
|
|
16719
|
-
"type": "
|
|
16700
|
+
"type": "boolean"
|
|
16720
16701
|
},
|
|
16721
16702
|
"values": {
|
|
16722
|
-
"type": "
|
|
16703
|
+
"type": "boolean",
|
|
16723
16704
|
"array": true
|
|
16724
16705
|
}
|
|
16725
16706
|
}
|
|
16726
16707
|
},
|
|
16727
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16708
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi": {
|
|
16728
16709
|
"type": "I",
|
|
16729
16710
|
"fields": {
|
|
16730
16711
|
"operator": {
|
|
16731
16712
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16732
16713
|
},
|
|
16733
16714
|
"value": {
|
|
16734
|
-
"type": "
|
|
16715
|
+
"type": "boolean"
|
|
16735
16716
|
},
|
|
16736
16717
|
"values": {
|
|
16737
|
-
"type": "
|
|
16718
|
+
"type": "boolean",
|
|
16738
16719
|
"array": true
|
|
16739
16720
|
}
|
|
16740
16721
|
}
|
|
16741
16722
|
},
|
|
16742
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16723
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsApi": {
|
|
16743
16724
|
"type": "I",
|
|
16744
16725
|
"fields": {
|
|
16745
16726
|
"operator": {
|
|
16746
16727
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16747
16728
|
},
|
|
16748
16729
|
"value": {
|
|
16749
|
-
"type": "
|
|
16730
|
+
"type": "boolean"
|
|
16750
16731
|
},
|
|
16751
16732
|
"values": {
|
|
16752
|
-
"type": "
|
|
16733
|
+
"type": "boolean",
|
|
16753
16734
|
"array": true
|
|
16754
16735
|
}
|
|
16755
16736
|
}
|
|
16756
16737
|
},
|
|
16757
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16738
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushByUser": {
|
|
16758
16739
|
"type": "I",
|
|
16759
16740
|
"fields": {
|
|
16760
16741
|
"operator": {
|
|
16761
16742
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16762
16743
|
},
|
|
16763
16744
|
"value": {
|
|
16764
|
-
"type": "
|
|
16745
|
+
"type": "boolean"
|
|
16765
16746
|
},
|
|
16766
16747
|
"values": {
|
|
16767
|
-
"type": "
|
|
16748
|
+
"type": "boolean",
|
|
16768
16749
|
"array": true
|
|
16769
16750
|
}
|
|
16770
16751
|
}
|
|
16771
16752
|
},
|
|
16772
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16753
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFilterApi": {
|
|
16773
16754
|
"type": "I",
|
|
16774
16755
|
"fields": {
|
|
16775
16756
|
"operator": {
|
|
16776
16757
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16777
16758
|
},
|
|
16778
16759
|
"value": {
|
|
16779
|
-
"type": "
|
|
16760
|
+
"type": "boolean"
|
|
16780
16761
|
},
|
|
16781
16762
|
"values": {
|
|
16782
|
-
"type": "
|
|
16763
|
+
"type": "boolean",
|
|
16783
16764
|
"array": true
|
|
16784
16765
|
}
|
|
16785
16766
|
}
|
|
16786
16767
|
},
|
|
16787
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16768
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTwoFactorAuth": {
|
|
16788
16769
|
"type": "I",
|
|
16789
16770
|
"fields": {
|
|
16790
16771
|
"operator": {
|
|
16791
16772
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16792
16773
|
},
|
|
16793
16774
|
"value": {
|
|
16794
|
-
"type": "
|
|
16775
|
+
"type": "boolean"
|
|
16795
16776
|
},
|
|
16796
16777
|
"values": {
|
|
16797
|
-
"type": "
|
|
16778
|
+
"type": "boolean",
|
|
16798
16779
|
"array": true
|
|
16799
16780
|
}
|
|
16800
16781
|
}
|
|
16801
16782
|
},
|
|
16802
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16783
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBroadcastMessageSegmentation": {
|
|
16803
16784
|
"type": "I",
|
|
16804
16785
|
"fields": {
|
|
16805
16786
|
"operator": {
|
|
16806
16787
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16807
16788
|
},
|
|
16808
16789
|
"value": {
|
|
16809
|
-
"type": "
|
|
16790
|
+
"type": "boolean"
|
|
16810
16791
|
},
|
|
16811
16792
|
"values": {
|
|
16812
|
-
"type": "
|
|
16793
|
+
"type": "boolean",
|
|
16813
16794
|
"array": true
|
|
16814
16795
|
}
|
|
16815
16796
|
}
|
|
16816
16797
|
},
|
|
16817
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16798
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushOnEvent": {
|
|
16818
16799
|
"type": "I",
|
|
16819
16800
|
"fields": {
|
|
16820
16801
|
"operator": {
|
|
16821
16802
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16822
16803
|
},
|
|
16823
16804
|
"value": {
|
|
16824
|
-
"type": "
|
|
16805
|
+
"type": "boolean"
|
|
16825
16806
|
},
|
|
16826
16807
|
"values": {
|
|
16827
|
-
"type": "
|
|
16808
|
+
"type": "boolean",
|
|
16828
16809
|
"array": true
|
|
16829
16810
|
}
|
|
16830
16811
|
}
|
|
16831
16812
|
},
|
|
16832
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16813
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCompileFilter": {
|
|
16833
16814
|
"type": "I",
|
|
16834
16815
|
"fields": {
|
|
16835
16816
|
"operator": {
|
|
16836
16817
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16837
16818
|
},
|
|
16838
16819
|
"value": {
|
|
16839
|
-
"type": "
|
|
16820
|
+
"type": "boolean"
|
|
16840
16821
|
},
|
|
16841
16822
|
"values": {
|
|
16842
|
-
"type": "
|
|
16823
|
+
"type": "boolean",
|
|
16843
16824
|
"array": true
|
|
16844
16825
|
}
|
|
16845
16826
|
}
|
|
16846
16827
|
},
|
|
16847
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16828
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MinSendRate": {
|
|
16848
16829
|
"type": "I",
|
|
16849
16830
|
"fields": {
|
|
16850
16831
|
"operator": {
|
|
@@ -16859,7 +16840,7 @@ export const data = {
|
|
|
16859
16840
|
}
|
|
16860
16841
|
}
|
|
16861
16842
|
},
|
|
16862
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16843
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxSendRate": {
|
|
16863
16844
|
"type": "I",
|
|
16864
16845
|
"fields": {
|
|
16865
16846
|
"operator": {
|
|
@@ -16874,22 +16855,7 @@ export const data = {
|
|
|
16874
16855
|
}
|
|
16875
16856
|
}
|
|
16876
16857
|
},
|
|
16877
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
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": {
|
|
16858
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendToGeozone": {
|
|
16893
16859
|
"type": "I",
|
|
16894
16860
|
"fields": {
|
|
16895
16861
|
"operator": {
|
|
@@ -16904,7 +16870,7 @@ export const data = {
|
|
|
16904
16870
|
}
|
|
16905
16871
|
}
|
|
16906
16872
|
},
|
|
16907
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16873
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowUseIosNewsstand": {
|
|
16908
16874
|
"type": "I",
|
|
16909
16875
|
"fields": {
|
|
16910
16876
|
"operator": {
|
|
@@ -16919,7 +16885,7 @@ export const data = {
|
|
|
16919
16885
|
}
|
|
16920
16886
|
}
|
|
16921
16887
|
},
|
|
16922
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16888
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGetUsersDetails": {
|
|
16923
16889
|
"type": "I",
|
|
16924
16890
|
"fields": {
|
|
16925
16891
|
"operator": {
|
|
@@ -16934,7 +16900,7 @@ export const data = {
|
|
|
16934
16900
|
}
|
|
16935
16901
|
}
|
|
16936
16902
|
},
|
|
16937
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16903
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGoalTracking": {
|
|
16938
16904
|
"type": "I",
|
|
16939
16905
|
"fields": {
|
|
16940
16906
|
"operator": {
|
|
@@ -16949,7 +16915,7 @@ export const data = {
|
|
|
16949
16915
|
}
|
|
16950
16916
|
}
|
|
16951
16917
|
},
|
|
16952
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16918
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowIePlatformUsage": {
|
|
16953
16919
|
"type": "I",
|
|
16954
16920
|
"fields": {
|
|
16955
16921
|
"operator": {
|
|
@@ -16964,7 +16930,7 @@ export const data = {
|
|
|
16964
16930
|
}
|
|
16965
16931
|
}
|
|
16966
16932
|
},
|
|
16967
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16933
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowInbox": {
|
|
16968
16934
|
"type": "I",
|
|
16969
16935
|
"fields": {
|
|
16970
16936
|
"operator": {
|
|
@@ -16979,37 +16945,37 @@ export const data = {
|
|
|
16979
16945
|
}
|
|
16980
16946
|
}
|
|
16981
16947
|
},
|
|
16982
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16948
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEmailTemplates": {
|
|
16983
16949
|
"type": "I",
|
|
16984
16950
|
"fields": {
|
|
16985
16951
|
"operator": {
|
|
16986
16952
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16987
16953
|
},
|
|
16988
16954
|
"value": {
|
|
16989
|
-
"type": "
|
|
16955
|
+
"type": "number"
|
|
16990
16956
|
},
|
|
16991
16957
|
"values": {
|
|
16992
|
-
"type": "
|
|
16958
|
+
"type": "number",
|
|
16993
16959
|
"array": true
|
|
16994
16960
|
}
|
|
16995
16961
|
}
|
|
16996
16962
|
},
|
|
16997
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16963
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUserSpecificTags": {
|
|
16998
16964
|
"type": "I",
|
|
16999
16965
|
"fields": {
|
|
17000
16966
|
"operator": {
|
|
17001
16967
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17002
16968
|
},
|
|
17003
16969
|
"value": {
|
|
17004
|
-
"type": "
|
|
16970
|
+
"type": "number"
|
|
17005
16971
|
},
|
|
17006
16972
|
"values": {
|
|
17007
|
-
"type": "
|
|
16973
|
+
"type": "number",
|
|
17008
16974
|
"array": true
|
|
17009
16975
|
}
|
|
17010
16976
|
}
|
|
17011
16977
|
},
|
|
17012
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16978
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGdpr": {
|
|
17013
16979
|
"type": "I",
|
|
17014
16980
|
"fields": {
|
|
17015
16981
|
"operator": {
|
|
@@ -17024,37 +16990,37 @@ export const data = {
|
|
|
17024
16990
|
}
|
|
17025
16991
|
}
|
|
17026
16992
|
},
|
|
17027
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
16993
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingEmails": {
|
|
17028
16994
|
"type": "I",
|
|
17029
16995
|
"fields": {
|
|
17030
16996
|
"operator": {
|
|
17031
16997
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17032
16998
|
},
|
|
17033
16999
|
"value": {
|
|
17034
|
-
"type": "
|
|
17000
|
+
"type": "number"
|
|
17035
17001
|
},
|
|
17036
17002
|
"values": {
|
|
17037
|
-
"type": "
|
|
17003
|
+
"type": "number",
|
|
17038
17004
|
"array": true
|
|
17039
17005
|
}
|
|
17040
17006
|
}
|
|
17041
17007
|
},
|
|
17042
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17008
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains": {
|
|
17043
17009
|
"type": "I",
|
|
17044
17010
|
"fields": {
|
|
17045
17011
|
"operator": {
|
|
17046
17012
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17047
17013
|
},
|
|
17048
17014
|
"value": {
|
|
17049
|
-
"type": "
|
|
17015
|
+
"type": "number"
|
|
17050
17016
|
},
|
|
17051
17017
|
"values": {
|
|
17052
|
-
"type": "
|
|
17018
|
+
"type": "number",
|
|
17053
17019
|
"array": true
|
|
17054
17020
|
}
|
|
17055
17021
|
}
|
|
17056
17022
|
},
|
|
17057
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17023
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendExternalStats": {
|
|
17058
17024
|
"type": "I",
|
|
17059
17025
|
"fields": {
|
|
17060
17026
|
"operator": {
|
|
@@ -17069,7 +17035,7 @@ export const data = {
|
|
|
17069
17035
|
}
|
|
17070
17036
|
}
|
|
17071
17037
|
},
|
|
17072
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17038
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomRssPollingInterval": {
|
|
17073
17039
|
"type": "I",
|
|
17074
17040
|
"fields": {
|
|
17075
17041
|
"operator": {
|
|
@@ -17084,7 +17050,7 @@ export const data = {
|
|
|
17084
17050
|
}
|
|
17085
17051
|
}
|
|
17086
17052
|
},
|
|
17087
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17053
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMetadata": {
|
|
17088
17054
|
"type": "I",
|
|
17089
17055
|
"fields": {
|
|
17090
17056
|
"operator": {
|
|
@@ -17099,22 +17065,22 @@ export const data = {
|
|
|
17099
17065
|
}
|
|
17100
17066
|
}
|
|
17101
17067
|
},
|
|
17102
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17068
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPushOnEventDelayInDays": {
|
|
17103
17069
|
"type": "I",
|
|
17104
17070
|
"fields": {
|
|
17105
17071
|
"operator": {
|
|
17106
17072
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17107
17073
|
},
|
|
17108
17074
|
"value": {
|
|
17109
|
-
"type": "
|
|
17075
|
+
"type": "number"
|
|
17110
17076
|
},
|
|
17111
17077
|
"values": {
|
|
17112
|
-
"type": "
|
|
17078
|
+
"type": "number",
|
|
17113
17079
|
"array": true
|
|
17114
17080
|
}
|
|
17115
17081
|
}
|
|
17116
17082
|
},
|
|
17117
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17083
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventStatisticsApi": {
|
|
17118
17084
|
"type": "I",
|
|
17119
17085
|
"fields": {
|
|
17120
17086
|
"operator": {
|
|
@@ -17129,7 +17095,7 @@ export const data = {
|
|
|
17129
17095
|
}
|
|
17130
17096
|
}
|
|
17131
17097
|
},
|
|
17132
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17098
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagNotSetFilter": {
|
|
17133
17099
|
"type": "I",
|
|
17134
17100
|
"fields": {
|
|
17135
17101
|
"operator": {
|
|
@@ -17144,7 +17110,7 @@ export const data = {
|
|
|
17144
17110
|
}
|
|
17145
17111
|
}
|
|
17146
17112
|
},
|
|
17147
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17113
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowDebugMode": {
|
|
17148
17114
|
"type": "I",
|
|
17149
17115
|
"fields": {
|
|
17150
17116
|
"operator": {
|
|
@@ -17159,7 +17125,7 @@ export const data = {
|
|
|
17159
17125
|
}
|
|
17160
17126
|
}
|
|
17161
17127
|
},
|
|
17162
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17128
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFbMessenger": {
|
|
17163
17129
|
"type": "I",
|
|
17164
17130
|
"fields": {
|
|
17165
17131
|
"operator": {
|
|
@@ -17174,7 +17140,7 @@ export const data = {
|
|
|
17174
17140
|
}
|
|
17175
17141
|
}
|
|
17176
17142
|
},
|
|
17177
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17143
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTrackUninstalls": {
|
|
17178
17144
|
"type": "I",
|
|
17179
17145
|
"fields": {
|
|
17180
17146
|
"operator": {
|
|
@@ -17189,22 +17155,22 @@ export const data = {
|
|
|
17189
17155
|
}
|
|
17190
17156
|
}
|
|
17191
17157
|
},
|
|
17192
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17158
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailRateCounterAggregatePeriod": {
|
|
17193
17159
|
"type": "I",
|
|
17194
17160
|
"fields": {
|
|
17195
17161
|
"operator": {
|
|
17196
17162
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17197
17163
|
},
|
|
17198
17164
|
"value": {
|
|
17199
|
-
"type": "
|
|
17165
|
+
"type": "number"
|
|
17200
17166
|
},
|
|
17201
17167
|
"values": {
|
|
17202
|
-
"type": "
|
|
17168
|
+
"type": "number",
|
|
17203
17169
|
"array": true
|
|
17204
17170
|
}
|
|
17205
17171
|
}
|
|
17206
17172
|
},
|
|
17207
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17173
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailBounceRateLimit": {
|
|
17208
17174
|
"type": "I",
|
|
17209
17175
|
"fields": {
|
|
17210
17176
|
"operator": {
|
|
@@ -17219,7 +17185,7 @@ export const data = {
|
|
|
17219
17185
|
}
|
|
17220
17186
|
}
|
|
17221
17187
|
},
|
|
17222
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17188
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailComplaintRateLimit": {
|
|
17223
17189
|
"type": "I",
|
|
17224
17190
|
"fields": {
|
|
17225
17191
|
"operator": {
|
|
@@ -17234,7 +17200,7 @@ export const data = {
|
|
|
17234
17200
|
}
|
|
17235
17201
|
}
|
|
17236
17202
|
},
|
|
17237
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17203
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFrequencyCapping": {
|
|
17238
17204
|
"type": "I",
|
|
17239
17205
|
"fields": {
|
|
17240
17206
|
"operator": {
|
|
@@ -17249,37 +17215,37 @@ export const data = {
|
|
|
17249
17215
|
}
|
|
17250
17216
|
}
|
|
17251
17217
|
},
|
|
17252
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17218
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsersPerDevice": {
|
|
17253
17219
|
"type": "I",
|
|
17254
17220
|
"fields": {
|
|
17255
17221
|
"operator": {
|
|
17256
17222
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17257
17223
|
},
|
|
17258
17224
|
"value": {
|
|
17259
|
-
"type": "
|
|
17225
|
+
"type": "number"
|
|
17260
17226
|
},
|
|
17261
17227
|
"values": {
|
|
17262
|
-
"type": "
|
|
17228
|
+
"type": "number",
|
|
17263
17229
|
"array": true
|
|
17264
17230
|
}
|
|
17265
17231
|
}
|
|
17266
17232
|
},
|
|
17267
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17233
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsFreeLimit": {
|
|
17268
17234
|
"type": "I",
|
|
17269
17235
|
"fields": {
|
|
17270
17236
|
"operator": {
|
|
17271
17237
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17272
17238
|
},
|
|
17273
17239
|
"value": {
|
|
17274
|
-
"type": "
|
|
17240
|
+
"type": "number"
|
|
17275
17241
|
},
|
|
17276
17242
|
"values": {
|
|
17277
|
-
"type": "
|
|
17243
|
+
"type": "number",
|
|
17278
17244
|
"array": true
|
|
17279
17245
|
}
|
|
17280
17246
|
}
|
|
17281
17247
|
},
|
|
17282
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17248
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsLimited": {
|
|
17283
17249
|
"type": "I",
|
|
17284
17250
|
"fields": {
|
|
17285
17251
|
"operator": {
|
|
@@ -17294,7 +17260,7 @@ export const data = {
|
|
|
17294
17260
|
}
|
|
17295
17261
|
}
|
|
17296
17262
|
},
|
|
17297
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17263
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowContentTemplates": {
|
|
17298
17264
|
"type": "I",
|
|
17299
17265
|
"fields": {
|
|
17300
17266
|
"operator": {
|
|
@@ -17309,7 +17275,7 @@ export const data = {
|
|
|
17309
17275
|
}
|
|
17310
17276
|
}
|
|
17311
17277
|
},
|
|
17312
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17278
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBaiduAndroidPlatformUsage": {
|
|
17313
17279
|
"type": "I",
|
|
17314
17280
|
"fields": {
|
|
17315
17281
|
"operator": {
|
|
@@ -17324,7 +17290,7 @@ export const data = {
|
|
|
17324
17290
|
}
|
|
17325
17291
|
}
|
|
17326
17292
|
},
|
|
17327
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17293
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInboxTtlDays": {
|
|
17328
17294
|
"type": "I",
|
|
17329
17295
|
"fields": {
|
|
17330
17296
|
"operator": {
|
|
@@ -17339,7 +17305,7 @@ export const data = {
|
|
|
17339
17305
|
}
|
|
17340
17306
|
}
|
|
17341
17307
|
},
|
|
17342
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17308
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MessageHistoryStorePeriod": {
|
|
17343
17309
|
"type": "I",
|
|
17344
17310
|
"fields": {
|
|
17345
17311
|
"operator": {
|
|
@@ -17354,7 +17320,7 @@ export const data = {
|
|
|
17354
17320
|
}
|
|
17355
17321
|
}
|
|
17356
17322
|
},
|
|
17357
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17323
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiGetMessageLog": {
|
|
17358
17324
|
"type": "I",
|
|
17359
17325
|
"fields": {
|
|
17360
17326
|
"operator": {
|
|
@@ -17369,7 +17335,7 @@ export const data = {
|
|
|
17369
17335
|
}
|
|
17370
17336
|
}
|
|
17371
17337
|
},
|
|
17372
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17338
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod": {
|
|
17373
17339
|
"type": "I",
|
|
17374
17340
|
"fields": {
|
|
17375
17341
|
"operator": {
|
|
@@ -17384,22 +17350,22 @@ export const data = {
|
|
|
17384
17350
|
}
|
|
17385
17351
|
}
|
|
17386
17352
|
},
|
|
17387
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17353
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics": {
|
|
17388
17354
|
"type": "I",
|
|
17389
17355
|
"fields": {
|
|
17390
17356
|
"operator": {
|
|
17391
17357
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17392
17358
|
},
|
|
17393
17359
|
"value": {
|
|
17394
|
-
"type": "
|
|
17360
|
+
"type": "boolean"
|
|
17395
17361
|
},
|
|
17396
17362
|
"values": {
|
|
17397
|
-
"type": "
|
|
17363
|
+
"type": "boolean",
|
|
17398
17364
|
"array": true
|
|
17399
17365
|
}
|
|
17400
17366
|
}
|
|
17401
17367
|
},
|
|
17402
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17368
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments": {
|
|
17403
17369
|
"type": "I",
|
|
17404
17370
|
"fields": {
|
|
17405
17371
|
"operator": {
|
|
@@ -17414,7 +17380,7 @@ export const data = {
|
|
|
17414
17380
|
}
|
|
17415
17381
|
}
|
|
17416
17382
|
},
|
|
17417
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17383
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend": {
|
|
17418
17384
|
"type": "I",
|
|
17419
17385
|
"fields": {
|
|
17420
17386
|
"operator": {
|
|
@@ -17429,7 +17395,7 @@ export const data = {
|
|
|
17429
17395
|
}
|
|
17430
17396
|
}
|
|
17431
17397
|
},
|
|
17432
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17398
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation": {
|
|
17433
17399
|
"type": "I",
|
|
17434
17400
|
"fields": {
|
|
17435
17401
|
"operator": {
|
|
@@ -17444,22 +17410,22 @@ export const data = {
|
|
|
17444
17410
|
}
|
|
17445
17411
|
}
|
|
17446
17412
|
},
|
|
17447
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17413
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups": {
|
|
17448
17414
|
"type": "I",
|
|
17449
17415
|
"fields": {
|
|
17450
17416
|
"operator": {
|
|
17451
17417
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17452
17418
|
},
|
|
17453
17419
|
"value": {
|
|
17454
|
-
"type": "
|
|
17420
|
+
"type": "boolean"
|
|
17455
17421
|
},
|
|
17456
17422
|
"values": {
|
|
17457
|
-
"type": "
|
|
17423
|
+
"type": "boolean",
|
|
17458
17424
|
"array": true
|
|
17459
17425
|
}
|
|
17460
17426
|
}
|
|
17461
17427
|
},
|
|
17462
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17428
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS": {
|
|
17463
17429
|
"type": "I",
|
|
17464
17430
|
"fields": {
|
|
17465
17431
|
"operator": {
|
|
@@ -17474,7 +17440,7 @@ export const data = {
|
|
|
17474
17440
|
}
|
|
17475
17441
|
}
|
|
17476
17442
|
},
|
|
17477
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17443
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile": {
|
|
17478
17444
|
"type": "I",
|
|
17479
17445
|
"fields": {
|
|
17480
17446
|
"operator": {
|
|
@@ -17489,7 +17455,7 @@ export const data = {
|
|
|
17489
17455
|
}
|
|
17490
17456
|
}
|
|
17491
17457
|
},
|
|
17492
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17458
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger": {
|
|
17493
17459
|
"type": "I",
|
|
17494
17460
|
"fields": {
|
|
17495
17461
|
"operator": {
|
|
@@ -17504,7 +17470,7 @@ export const data = {
|
|
|
17504
17470
|
}
|
|
17505
17471
|
}
|
|
17506
17472
|
},
|
|
17507
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17473
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel": {
|
|
17508
17474
|
"type": "I",
|
|
17509
17475
|
"fields": {
|
|
17510
17476
|
"operator": {
|
|
@@ -17519,7 +17485,7 @@ export const data = {
|
|
|
17519
17485
|
}
|
|
17520
17486
|
}
|
|
17521
17487
|
},
|
|
17522
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17488
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection": {
|
|
17523
17489
|
"type": "I",
|
|
17524
17490
|
"fields": {
|
|
17525
17491
|
"operator": {
|
|
@@ -17534,52 +17500,7 @@ export const data = {
|
|
|
17534
17500
|
}
|
|
17535
17501
|
}
|
|
17536
17502
|
},
|
|
17537
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
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": {
|
|
17503
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc": {
|
|
17583
17504
|
"type": "I",
|
|
17584
17505
|
"fields": {
|
|
17585
17506
|
"operator": {
|
|
@@ -17594,22 +17515,7 @@ export const data = {
|
|
|
17594
17515
|
}
|
|
17595
17516
|
}
|
|
17596
17517
|
},
|
|
17597
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
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": {
|
|
17518
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod": {
|
|
17613
17519
|
"type": "I",
|
|
17614
17520
|
"fields": {
|
|
17615
17521
|
"operator": {
|
|
@@ -17624,7 +17530,7 @@ export const data = {
|
|
|
17624
17530
|
}
|
|
17625
17531
|
}
|
|
17626
17532
|
},
|
|
17627
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17533
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp": {
|
|
17628
17534
|
"type": "I",
|
|
17629
17535
|
"fields": {
|
|
17630
17536
|
"operator": {
|
|
@@ -17639,7 +17545,7 @@ export const data = {
|
|
|
17639
17545
|
}
|
|
17640
17546
|
}
|
|
17641
17547
|
},
|
|
17642
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17548
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats": {
|
|
17643
17549
|
"type": "I",
|
|
17644
17550
|
"fields": {
|
|
17645
17551
|
"operator": {
|
|
@@ -17654,7 +17560,7 @@ export const data = {
|
|
|
17654
17560
|
}
|
|
17655
17561
|
}
|
|
17656
17562
|
},
|
|
17657
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17563
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged": {
|
|
17658
17564
|
"type": "I",
|
|
17659
17565
|
"fields": {
|
|
17660
17566
|
"operator": {
|
|
@@ -17669,37 +17575,7 @@ export const data = {
|
|
|
17669
17575
|
}
|
|
17670
17576
|
}
|
|
17671
17577
|
},
|
|
17672
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
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": {
|
|
17578
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine": {
|
|
17703
17579
|
"type": "I",
|
|
17704
17580
|
"fields": {
|
|
17705
17581
|
"operator": {
|
|
@@ -17714,22 +17590,7 @@ export const data = {
|
|
|
17714
17590
|
}
|
|
17715
17591
|
}
|
|
17716
17592
|
},
|
|
17717
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17718
|
-
"type": "I",
|
|
17719
|
-
"fields": {
|
|
17720
|
-
"operator": {
|
|
17721
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17722
|
-
},
|
|
17723
|
-
"value": {
|
|
17724
|
-
"type": "number"
|
|
17725
|
-
},
|
|
17726
|
-
"values": {
|
|
17727
|
-
"type": "number",
|
|
17728
|
-
"array": true
|
|
17729
|
-
}
|
|
17730
|
-
}
|
|
17731
|
-
},
|
|
17732
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics": {
|
|
17593
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp": {
|
|
17733
17594
|
"type": "I",
|
|
17734
17595
|
"fields": {
|
|
17735
17596
|
"operator": {
|
|
@@ -17744,7 +17605,7 @@ export const data = {
|
|
|
17744
17605
|
}
|
|
17745
17606
|
}
|
|
17746
17607
|
},
|
|
17747
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17608
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIAssistant": {
|
|
17748
17609
|
"type": "I",
|
|
17749
17610
|
"fields": {
|
|
17750
17611
|
"operator": {
|
|
@@ -17759,7 +17620,7 @@ export const data = {
|
|
|
17759
17620
|
}
|
|
17760
17621
|
}
|
|
17761
17622
|
},
|
|
17762
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17623
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowKeepUserWithoutDevice": {
|
|
17763
17624
|
"type": "I",
|
|
17764
17625
|
"fields": {
|
|
17765
17626
|
"operator": {
|
|
@@ -17774,7 +17635,7 @@ export const data = {
|
|
|
17774
17635
|
}
|
|
17775
17636
|
}
|
|
17776
17637
|
},
|
|
17777
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17638
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCJSplitterDeviceCheck": {
|
|
17778
17639
|
"type": "I",
|
|
17779
17640
|
"fields": {
|
|
17780
17641
|
"operator": {
|
|
@@ -17789,7 +17650,7 @@ export const data = {
|
|
|
17789
17650
|
}
|
|
17790
17651
|
}
|
|
17791
17652
|
},
|
|
17792
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17653
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsAutoCreation": {
|
|
17793
17654
|
"type": "I",
|
|
17794
17655
|
"fields": {
|
|
17795
17656
|
"operator": {
|
|
@@ -17804,7 +17665,7 @@ export const data = {
|
|
|
17804
17665
|
}
|
|
17805
17666
|
}
|
|
17806
17667
|
},
|
|
17807
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17668
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIWalletBilling": {
|
|
17808
17669
|
"type": "I",
|
|
17809
17670
|
"fields": {
|
|
17810
17671
|
"operator": {
|
|
@@ -17819,7 +17680,7 @@ export const data = {
|
|
|
17819
17680
|
}
|
|
17820
17681
|
}
|
|
17821
17682
|
},
|
|
17822
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17683
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ApplicationSpecificFilters": {
|
|
17823
17684
|
"type": "I",
|
|
17824
17685
|
"fields": {
|
|
17825
17686
|
"operator": {
|
|
@@ -17834,7 +17695,7 @@ export const data = {
|
|
|
17834
17695
|
}
|
|
17835
17696
|
}
|
|
17836
17697
|
},
|
|
17837
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17698
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCloudPages": {
|
|
17838
17699
|
"type": "I",
|
|
17839
17700
|
"fields": {
|
|
17840
17701
|
"operator": {
|
|
@@ -17849,335 +17710,50 @@ export const data = {
|
|
|
17849
17710
|
}
|
|
17850
17711
|
}
|
|
17851
17712
|
},
|
|
17852
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field
|
|
17713
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field": {
|
|
17853
17714
|
"type": "I",
|
|
17854
17715
|
"fields": {
|
|
17855
|
-
"
|
|
17856
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17857
|
-
},
|
|
17858
|
-
"value": {
|
|
17859
|
-
"type": "boolean"
|
|
17716
|
+
"CondID": {
|
|
17717
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ID"
|
|
17860
17718
|
},
|
|
17861
|
-
"
|
|
17862
|
-
"type": "
|
|
17863
|
-
"array": true
|
|
17864
|
-
}
|
|
17865
|
-
}
|
|
17866
|
-
},
|
|
17867
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection": {
|
|
17868
|
-
"type": "I",
|
|
17869
|
-
"fields": {
|
|
17870
|
-
"operator": {
|
|
17871
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17719
|
+
"CondIsLocked": {
|
|
17720
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.IsLocked"
|
|
17872
17721
|
},
|
|
17873
|
-
"
|
|
17874
|
-
"type": "
|
|
17722
|
+
"CondMaxDevices": {
|
|
17723
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices"
|
|
17875
17724
|
},
|
|
17876
|
-
"
|
|
17877
|
-
"type": "
|
|
17878
|
-
"array": true
|
|
17879
|
-
}
|
|
17880
|
-
}
|
|
17881
|
-
},
|
|
17882
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc": {
|
|
17883
|
-
"type": "I",
|
|
17884
|
-
"fields": {
|
|
17885
|
-
"operator": {
|
|
17886
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17725
|
+
"CondMaxUsers": {
|
|
17726
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers"
|
|
17887
17727
|
},
|
|
17888
|
-
"
|
|
17889
|
-
"type": "
|
|
17728
|
+
"CondMaxPreparedFilters": {
|
|
17729
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters"
|
|
17890
17730
|
},
|
|
17891
|
-
"
|
|
17892
|
-
"type": "
|
|
17893
|
-
"array": true
|
|
17894
|
-
}
|
|
17895
|
-
}
|
|
17896
|
-
},
|
|
17897
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod": {
|
|
17898
|
-
"type": "I",
|
|
17899
|
-
"fields": {
|
|
17900
|
-
"operator": {
|
|
17901
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17731
|
+
"CondDevicesInactivityLimit": {
|
|
17732
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit"
|
|
17902
17733
|
},
|
|
17903
|
-
"
|
|
17904
|
-
"type": "
|
|
17734
|
+
"CondAllowApi": {
|
|
17735
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi"
|
|
17905
17736
|
},
|
|
17906
|
-
"
|
|
17907
|
-
"type": "
|
|
17908
|
-
"array": true
|
|
17909
|
-
}
|
|
17910
|
-
}
|
|
17911
|
-
},
|
|
17912
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp": {
|
|
17913
|
-
"type": "I",
|
|
17914
|
-
"fields": {
|
|
17915
|
-
"operator": {
|
|
17916
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17737
|
+
"CondAllowScheduling": {
|
|
17738
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling"
|
|
17917
17739
|
},
|
|
17918
|
-
"
|
|
17919
|
-
"type": "
|
|
17740
|
+
"CondAllowCustomData": {
|
|
17741
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData"
|
|
17920
17742
|
},
|
|
17921
|
-
"
|
|
17922
|
-
"type": "
|
|
17923
|
-
"array": true
|
|
17924
|
-
}
|
|
17925
|
-
}
|
|
17926
|
-
},
|
|
17927
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats": {
|
|
17928
|
-
"type": "I",
|
|
17929
|
-
"fields": {
|
|
17930
|
-
"operator": {
|
|
17931
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17743
|
+
"CondAllowMultiLanguage": {
|
|
17744
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage"
|
|
17932
17745
|
},
|
|
17933
|
-
"
|
|
17934
|
-
"type": "
|
|
17746
|
+
"CondAllowAutoConfig": {
|
|
17747
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig"
|
|
17935
17748
|
},
|
|
17936
|
-
"
|
|
17937
|
-
"type": "
|
|
17938
|
-
"array": true
|
|
17939
|
-
}
|
|
17940
|
-
}
|
|
17941
|
-
},
|
|
17942
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged": {
|
|
17943
|
-
"type": "I",
|
|
17944
|
-
"fields": {
|
|
17945
|
-
"operator": {
|
|
17946
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17749
|
+
"CondAllowCsvMessage": {
|
|
17750
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage"
|
|
17947
17751
|
},
|
|
17948
|
-
"
|
|
17949
|
-
"type": "
|
|
17752
|
+
"CondAllowCampaignApi": {
|
|
17753
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi"
|
|
17950
17754
|
},
|
|
17951
|
-
"
|
|
17952
|
-
"type": "
|
|
17953
|
-
"array": true
|
|
17954
|
-
}
|
|
17955
|
-
}
|
|
17956
|
-
},
|
|
17957
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine": {
|
|
17958
|
-
"type": "I",
|
|
17959
|
-
"fields": {
|
|
17960
|
-
"operator": {
|
|
17961
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17962
|
-
},
|
|
17963
|
-
"value": {
|
|
17964
|
-
"type": "boolean"
|
|
17965
|
-
},
|
|
17966
|
-
"values": {
|
|
17967
|
-
"type": "boolean",
|
|
17968
|
-
"array": true
|
|
17969
|
-
}
|
|
17970
|
-
}
|
|
17971
|
-
},
|
|
17972
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp": {
|
|
17973
|
-
"type": "I",
|
|
17974
|
-
"fields": {
|
|
17975
|
-
"operator": {
|
|
17976
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17977
|
-
},
|
|
17978
|
-
"value": {
|
|
17979
|
-
"type": "boolean"
|
|
17980
|
-
},
|
|
17981
|
-
"values": {
|
|
17982
|
-
"type": "boolean",
|
|
17983
|
-
"array": true
|
|
17984
|
-
}
|
|
17985
|
-
}
|
|
17986
|
-
},
|
|
17987
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIAssistant": {
|
|
17988
|
-
"type": "I",
|
|
17989
|
-
"fields": {
|
|
17990
|
-
"operator": {
|
|
17991
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17992
|
-
},
|
|
17993
|
-
"value": {
|
|
17994
|
-
"type": "boolean"
|
|
17995
|
-
},
|
|
17996
|
-
"values": {
|
|
17997
|
-
"type": "boolean",
|
|
17998
|
-
"array": true
|
|
17999
|
-
}
|
|
18000
|
-
}
|
|
18001
|
-
},
|
|
18002
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowKeepUserWithoutDevice": {
|
|
18003
|
-
"type": "I",
|
|
18004
|
-
"fields": {
|
|
18005
|
-
"operator": {
|
|
18006
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18007
|
-
},
|
|
18008
|
-
"value": {
|
|
18009
|
-
"type": "boolean"
|
|
18010
|
-
},
|
|
18011
|
-
"values": {
|
|
18012
|
-
"type": "boolean",
|
|
18013
|
-
"array": true
|
|
18014
|
-
}
|
|
18015
|
-
}
|
|
18016
|
-
},
|
|
18017
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCJSplitterDeviceCheck": {
|
|
18018
|
-
"type": "I",
|
|
18019
|
-
"fields": {
|
|
18020
|
-
"operator": {
|
|
18021
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18022
|
-
},
|
|
18023
|
-
"value": {
|
|
18024
|
-
"type": "boolean"
|
|
18025
|
-
},
|
|
18026
|
-
"values": {
|
|
18027
|
-
"type": "boolean",
|
|
18028
|
-
"array": true
|
|
18029
|
-
}
|
|
18030
|
-
}
|
|
18031
|
-
},
|
|
18032
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsAutoCreation": {
|
|
18033
|
-
"type": "I",
|
|
18034
|
-
"fields": {
|
|
18035
|
-
"operator": {
|
|
18036
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18037
|
-
},
|
|
18038
|
-
"value": {
|
|
18039
|
-
"type": "boolean"
|
|
18040
|
-
},
|
|
18041
|
-
"values": {
|
|
18042
|
-
"type": "boolean",
|
|
18043
|
-
"array": true
|
|
18044
|
-
}
|
|
18045
|
-
}
|
|
18046
|
-
},
|
|
18047
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIWalletBilling": {
|
|
18048
|
-
"type": "I",
|
|
18049
|
-
"fields": {
|
|
18050
|
-
"operator": {
|
|
18051
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18052
|
-
},
|
|
18053
|
-
"value": {
|
|
18054
|
-
"type": "boolean"
|
|
18055
|
-
},
|
|
18056
|
-
"values": {
|
|
18057
|
-
"type": "boolean",
|
|
18058
|
-
"array": true
|
|
18059
|
-
}
|
|
18060
|
-
}
|
|
18061
|
-
},
|
|
18062
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field": {
|
|
18063
|
-
"type": "I",
|
|
18064
|
-
"fields": {
|
|
18065
|
-
"CondID": {
|
|
18066
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ID"
|
|
18067
|
-
},
|
|
18068
|
-
"CondIsLocked": {
|
|
18069
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.IsLocked"
|
|
18070
|
-
},
|
|
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
|
-
"CondMaxDevices": {
|
|
18090
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices"
|
|
18091
|
-
},
|
|
18092
|
-
"CondMaxUsers": {
|
|
18093
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers"
|
|
18094
|
-
},
|
|
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
|
-
"CondMaxPreparedFilters": {
|
|
18129
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters"
|
|
18130
|
-
},
|
|
18131
|
-
"CondMaxFilters": {
|
|
18132
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxFilters"
|
|
18133
|
-
},
|
|
18134
|
-
"CondDevicesInactivityLimit": {
|
|
18135
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit"
|
|
18136
|
-
},
|
|
18137
|
-
"CondAllowApi": {
|
|
18138
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi"
|
|
18139
|
-
},
|
|
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
|
-
"CondAllowScheduling": {
|
|
18162
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling"
|
|
18163
|
-
},
|
|
18164
|
-
"CondAllowCustomData": {
|
|
18165
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData"
|
|
18166
|
-
},
|
|
18167
|
-
"CondAllowMultiLanguage": {
|
|
18168
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage"
|
|
18169
|
-
},
|
|
18170
|
-
"CondAllowAutoConfig": {
|
|
18171
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig"
|
|
18172
|
-
},
|
|
18173
|
-
"CondAllowCsvMessage": {
|
|
18174
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage"
|
|
18175
|
-
},
|
|
18176
|
-
"CondAllowCampaignApi": {
|
|
18177
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi"
|
|
18178
|
-
},
|
|
18179
|
-
"CondAllowPushHistoryApi": {
|
|
18180
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi"
|
|
17755
|
+
"CondAllowPushHistoryApi": {
|
|
17756
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi"
|
|
18181
17757
|
},
|
|
18182
17758
|
"CondAllowTagsApi": {
|
|
18183
17759
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsApi"
|
|
@@ -18370,6 +17946,12 @@ export const data = {
|
|
|
18370
17946
|
},
|
|
18371
17947
|
"CondAllowAIWalletBilling": {
|
|
18372
17948
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIWalletBilling"
|
|
17949
|
+
},
|
|
17950
|
+
"CondApplicationSpecificFilters": {
|
|
17951
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ApplicationSpecificFilters"
|
|
17952
|
+
},
|
|
17953
|
+
"CondAllowCloudPages": {
|
|
17954
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCloudPages"
|
|
18373
17955
|
}
|
|
18374
17956
|
},
|
|
18375
17957
|
"oneofs": {
|
|
@@ -18377,36 +17959,11 @@ export const data = {
|
|
|
18377
17959
|
"oneof": [
|
|
18378
17960
|
"CondID",
|
|
18379
17961
|
"CondIsLocked",
|
|
18380
|
-
"CondMaxCampaigns",
|
|
18381
|
-
"CondMaxDeeplinks",
|
|
18382
|
-
"CondMaxApplicationGroups",
|
|
18383
|
-
"CondMaxApps",
|
|
18384
|
-
"CondMaxTags",
|
|
18385
|
-
"CondMaxGeozones",
|
|
18386
17962
|
"CondMaxDevices",
|
|
18387
17963
|
"CondMaxUsers",
|
|
18388
|
-
"CondMaxApiTokens",
|
|
18389
|
-
"CondMaxPresets",
|
|
18390
|
-
"CondMaxTestDevices",
|
|
18391
|
-
"CondMaxGeozoneRange",
|
|
18392
|
-
"CondMaxRssFeeds",
|
|
18393
|
-
"CondMaxIOSCategories",
|
|
18394
|
-
"CondMaxTwitterFeeds",
|
|
18395
|
-
"CondMaxInapps",
|
|
18396
|
-
"CondMaxEvents",
|
|
18397
|
-
"CondMaxCreateMessage",
|
|
18398
|
-
"CondMaxRichmedia",
|
|
18399
17964
|
"CondMaxPreparedFilters",
|
|
18400
|
-
"CondMaxFilters",
|
|
18401
17965
|
"CondDevicesInactivityLimit",
|
|
18402
17966
|
"CondAllowApi",
|
|
18403
|
-
"CondAllowStatsAccess",
|
|
18404
|
-
"CondAllowApiStatsAccess",
|
|
18405
|
-
"CondAllowGeozoneApi",
|
|
18406
|
-
"CondAllowABTests",
|
|
18407
|
-
"CondAllowBackup",
|
|
18408
|
-
"CondAllowApplicationApi",
|
|
18409
|
-
"CondAllowRemotePage",
|
|
18410
17967
|
"CondAllowScheduling",
|
|
18411
17968
|
"CondAllowCustomData",
|
|
18412
17969
|
"CondAllowMultiLanguage",
|
|
@@ -18477,7 +18034,9 @@ export const data = {
|
|
|
18477
18034
|
"CondAllowKeepUserWithoutDevice",
|
|
18478
18035
|
"CondAllowCJSplitterDeviceCheck",
|
|
18479
18036
|
"CondAllowTagsAutoCreation",
|
|
18480
|
-
"CondAllowAIWalletBilling"
|
|
18037
|
+
"CondAllowAIWalletBilling",
|
|
18038
|
+
"CondApplicationSpecificFilters",
|
|
18039
|
+
"CondAllowCloudPages"
|
|
18481
18040
|
]
|
|
18482
18041
|
}
|
|
18483
18042
|
}
|
|
@@ -18640,42 +18199,6 @@ export const data = {
|
|
|
18640
18199
|
"method": "patch",
|
|
18641
18200
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/IsLocked"
|
|
18642
18201
|
},
|
|
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
18202
|
"UpdateMaxDevices": {
|
|
18680
18203
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest",
|
|
18681
18204
|
"response": "{}",
|
|
@@ -18688,84 +18211,12 @@ export const data = {
|
|
|
18688
18211
|
"method": "patch",
|
|
18689
18212
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxUsers"
|
|
18690
18213
|
},
|
|
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
18214
|
"UpdateMaxPreparedFilters": {
|
|
18758
18215
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest",
|
|
18759
18216
|
"response": "{}",
|
|
18760
18217
|
"method": "patch",
|
|
18761
18218
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxPreparedFilters"
|
|
18762
18219
|
},
|
|
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
18220
|
"UpdateDevicesInactivityLimit": {
|
|
18770
18221
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest",
|
|
18771
18222
|
"response": "{}",
|
|
@@ -18778,48 +18229,6 @@ export const data = {
|
|
|
18778
18229
|
"method": "patch",
|
|
18779
18230
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowApi"
|
|
18780
18231
|
},
|
|
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
18232
|
"UpdateAllowScheduling": {
|
|
18824
18233
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowSchedulingRequest",
|
|
18825
18234
|
"response": "{}",
|
|
@@ -19245,6 +18654,18 @@ export const data = {
|
|
|
19245
18654
|
"response": "{}",
|
|
19246
18655
|
"method": "patch",
|
|
19247
18656
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowAIWalletBilling"
|
|
18657
|
+
},
|
|
18658
|
+
"UpdateApplicationSpecificFilters": {
|
|
18659
|
+
"request": "pushwoosh.objects.restrictionValues.v1.UpdateApplicationSpecificFiltersRequest",
|
|
18660
|
+
"response": "{}",
|
|
18661
|
+
"method": "patch",
|
|
18662
|
+
"path": "/v1/objects/restrictionValues/ID/{ID}/update/ApplicationSpecificFilters"
|
|
18663
|
+
},
|
|
18664
|
+
"UpdateAllowCloudPages": {
|
|
18665
|
+
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCloudPagesRequest",
|
|
18666
|
+
"response": "{}",
|
|
18667
|
+
"method": "patch",
|
|
18668
|
+
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCloudPages"
|
|
19248
18669
|
}
|
|
19249
18670
|
}
|
|
19250
18671
|
},
|
|
@@ -19254,96 +18675,21 @@ export const data = {
|
|
|
19254
18675
|
"IsLocked": {
|
|
19255
18676
|
"type": "boolean"
|
|
19256
18677
|
},
|
|
19257
|
-
"
|
|
18678
|
+
"MaxDevices": {
|
|
19258
18679
|
"type": "number"
|
|
19259
18680
|
},
|
|
19260
|
-
"
|
|
18681
|
+
"MaxUsers": {
|
|
19261
18682
|
"type": "number"
|
|
19262
18683
|
},
|
|
19263
|
-
"
|
|
18684
|
+
"MaxPreparedFilters": {
|
|
19264
18685
|
"type": "number"
|
|
19265
18686
|
},
|
|
19266
|
-
"
|
|
19267
|
-
"type": "number"
|
|
19268
|
-
},
|
|
19269
|
-
"MaxTags": {
|
|
19270
|
-
"type": "number"
|
|
19271
|
-
},
|
|
19272
|
-
"MaxGeozones": {
|
|
19273
|
-
"type": "number"
|
|
19274
|
-
},
|
|
19275
|
-
"MaxDevices": {
|
|
19276
|
-
"type": "number"
|
|
19277
|
-
},
|
|
19278
|
-
"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": {
|
|
18687
|
+
"DevicesInactivityLimit": {
|
|
19321
18688
|
"type": "number"
|
|
19322
18689
|
},
|
|
19323
18690
|
"AllowApi": {
|
|
19324
18691
|
"type": "boolean"
|
|
19325
18692
|
},
|
|
19326
|
-
"AllowStatsAccess": {
|
|
19327
|
-
"type": "boolean"
|
|
19328
|
-
},
|
|
19329
|
-
"AllowApiStatsAccess": {
|
|
19330
|
-
"type": "boolean"
|
|
19331
|
-
},
|
|
19332
|
-
"AllowGeozoneApi": {
|
|
19333
|
-
"type": "boolean"
|
|
19334
|
-
},
|
|
19335
|
-
"AllowABTests": {
|
|
19336
|
-
"type": "boolean"
|
|
19337
|
-
},
|
|
19338
|
-
"AllowBackup": {
|
|
19339
|
-
"type": "boolean"
|
|
19340
|
-
},
|
|
19341
|
-
"AllowApplicationApi": {
|
|
19342
|
-
"type": "boolean"
|
|
19343
|
-
},
|
|
19344
|
-
"AllowRemotePage": {
|
|
19345
|
-
"type": "boolean"
|
|
19346
|
-
},
|
|
19347
18693
|
"AllowScheduling": {
|
|
19348
18694
|
"type": "boolean"
|
|
19349
18695
|
},
|
|
@@ -19551,433 +18897,164 @@ export const data = {
|
|
|
19551
18897
|
"AllowCJSplitterDeviceCheck": {
|
|
19552
18898
|
"type": "boolean"
|
|
19553
18899
|
},
|
|
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"
|
|
18900
|
+
"AllowTagsAutoCreation": {
|
|
18901
|
+
"type": "boolean"
|
|
19809
18902
|
},
|
|
19810
|
-
"
|
|
19811
|
-
"type": "
|
|
19812
|
-
}
|
|
19813
|
-
}
|
|
19814
|
-
},
|
|
19815
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateMaxPresetsRequest": {
|
|
19816
|
-
"type": "I",
|
|
19817
|
-
"fields": {
|
|
19818
|
-
"ID": {
|
|
19819
|
-
"type": "number"
|
|
18903
|
+
"AllowAIWalletBilling": {
|
|
18904
|
+
"type": "boolean"
|
|
19820
18905
|
},
|
|
19821
|
-
"
|
|
19822
|
-
"type": "
|
|
18906
|
+
"ApplicationSpecificFilters": {
|
|
18907
|
+
"type": "boolean"
|
|
18908
|
+
},
|
|
18909
|
+
"AllowCloudPages": {
|
|
18910
|
+
"type": "boolean"
|
|
19823
18911
|
}
|
|
19824
18912
|
}
|
|
19825
18913
|
},
|
|
19826
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18914
|
+
"pushwoosh.objects.restrictionValues.v1.CreateResponse": {
|
|
19827
18915
|
"type": "I",
|
|
19828
18916
|
"fields": {
|
|
19829
|
-
"
|
|
19830
|
-
"type": "
|
|
19831
|
-
},
|
|
19832
|
-
"value": {
|
|
19833
|
-
"type": "number"
|
|
18917
|
+
"restrictionValue": {
|
|
18918
|
+
"type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue"
|
|
19834
18919
|
}
|
|
19835
18920
|
}
|
|
19836
18921
|
},
|
|
19837
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18922
|
+
"pushwoosh.objects.restrictionValues.v1.CreateManyRequest": {
|
|
19838
18923
|
"type": "I",
|
|
19839
18924
|
"fields": {
|
|
19840
|
-
"
|
|
19841
|
-
"type": "
|
|
19842
|
-
|
|
19843
|
-
"value": {
|
|
19844
|
-
"type": "number"
|
|
18925
|
+
"restrictionValues": {
|
|
18926
|
+
"type": "pushwoosh.objects.restrictionValues.v1.CreateRequest",
|
|
18927
|
+
"array": true
|
|
19845
18928
|
}
|
|
19846
18929
|
}
|
|
19847
18930
|
},
|
|
19848
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18931
|
+
"pushwoosh.objects.restrictionValues.v1.CreateManyResponse": {
|
|
19849
18932
|
"type": "I",
|
|
19850
18933
|
"fields": {
|
|
19851
|
-
"
|
|
19852
|
-
"type": "
|
|
19853
|
-
|
|
19854
|
-
"value": {
|
|
19855
|
-
"type": "number"
|
|
18934
|
+
"restrictionValues": {
|
|
18935
|
+
"type": "pushwoosh.objects.restrictionValues.v1.CreateResponse",
|
|
18936
|
+
"array": true
|
|
19856
18937
|
}
|
|
19857
18938
|
}
|
|
19858
18939
|
},
|
|
19859
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18940
|
+
"pushwoosh.objects.restrictionValues.v1.DeleteRequest": {
|
|
19860
18941
|
"type": "I",
|
|
19861
18942
|
"fields": {
|
|
19862
18943
|
"ID": {
|
|
19863
18944
|
"type": "number"
|
|
19864
|
-
},
|
|
19865
|
-
"value": {
|
|
19866
|
-
"type": "number"
|
|
19867
18945
|
}
|
|
19868
18946
|
}
|
|
19869
18947
|
},
|
|
19870
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18948
|
+
"pushwoosh.objects.restrictionValues.v1.DeleteManyRequest": {
|
|
19871
18949
|
"type": "I",
|
|
19872
18950
|
"fields": {
|
|
19873
|
-
"
|
|
19874
|
-
"type": "
|
|
19875
|
-
},
|
|
19876
|
-
"value": {
|
|
19877
|
-
"type": "number"
|
|
18951
|
+
"where": {
|
|
18952
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19878
18953
|
}
|
|
19879
18954
|
}
|
|
19880
18955
|
},
|
|
19881
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18956
|
+
"pushwoosh.objects.restrictionValues.v1.DeleteManyResponse": {
|
|
19882
18957
|
"type": "I",
|
|
19883
18958
|
"fields": {
|
|
19884
|
-
"
|
|
19885
|
-
"type": "number"
|
|
19886
|
-
},
|
|
19887
|
-
"value": {
|
|
18959
|
+
"count": {
|
|
19888
18960
|
"type": "number"
|
|
19889
18961
|
}
|
|
19890
18962
|
}
|
|
19891
18963
|
},
|
|
19892
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18964
|
+
"pushwoosh.objects.restrictionValues.v1.CountRequest": {
|
|
19893
18965
|
"type": "I",
|
|
19894
18966
|
"fields": {
|
|
19895
|
-
"
|
|
19896
|
-
"type": "
|
|
19897
|
-
},
|
|
19898
|
-
"value": {
|
|
19899
|
-
"type": "number"
|
|
18967
|
+
"where": {
|
|
18968
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19900
18969
|
}
|
|
19901
18970
|
}
|
|
19902
18971
|
},
|
|
19903
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18972
|
+
"pushwoosh.objects.restrictionValues.v1.CountResponse": {
|
|
19904
18973
|
"type": "I",
|
|
19905
18974
|
"fields": {
|
|
19906
|
-
"
|
|
19907
|
-
"type": "number"
|
|
19908
|
-
},
|
|
19909
|
-
"value": {
|
|
18975
|
+
"count": {
|
|
19910
18976
|
"type": "number"
|
|
19911
18977
|
}
|
|
19912
18978
|
}
|
|
19913
18979
|
},
|
|
19914
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18980
|
+
"pushwoosh.objects.restrictionValues.v1.GetPageRequest": {
|
|
19915
18981
|
"type": "I",
|
|
19916
18982
|
"fields": {
|
|
19917
|
-
"
|
|
18983
|
+
"where": {
|
|
18984
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
18985
|
+
},
|
|
18986
|
+
"sort": {
|
|
18987
|
+
"type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
|
|
18988
|
+
},
|
|
18989
|
+
"pageSize": {
|
|
19918
18990
|
"type": "number"
|
|
19919
18991
|
},
|
|
19920
|
-
"
|
|
18992
|
+
"pageNum": {
|
|
19921
18993
|
"type": "number"
|
|
18994
|
+
},
|
|
18995
|
+
"forLock": {
|
|
18996
|
+
"type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
|
|
19922
18997
|
}
|
|
19923
18998
|
}
|
|
19924
18999
|
},
|
|
19925
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19000
|
+
"pushwoosh.objects.restrictionValues.v1.GetPageResponse": {
|
|
19926
19001
|
"type": "I",
|
|
19927
19002
|
"fields": {
|
|
19928
|
-
"
|
|
19929
|
-
"type": "
|
|
19003
|
+
"restrictionValues": {
|
|
19004
|
+
"type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
|
|
19005
|
+
"array": true
|
|
19930
19006
|
},
|
|
19931
|
-
"
|
|
19007
|
+
"total": {
|
|
19932
19008
|
"type": "number"
|
|
19933
19009
|
}
|
|
19934
19010
|
}
|
|
19935
19011
|
},
|
|
19936
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19012
|
+
"pushwoosh.objects.restrictionValues.v1.ListRequest": {
|
|
19937
19013
|
"type": "I",
|
|
19938
19014
|
"fields": {
|
|
19939
|
-
"
|
|
19940
|
-
"type": "
|
|
19015
|
+
"where": {
|
|
19016
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19941
19017
|
},
|
|
19942
|
-
"
|
|
19018
|
+
"sort": {
|
|
19019
|
+
"type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
|
|
19020
|
+
},
|
|
19021
|
+
"pageSize": {
|
|
19943
19022
|
"type": "number"
|
|
19023
|
+
},
|
|
19024
|
+
"forLock": {
|
|
19025
|
+
"type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
|
|
19944
19026
|
}
|
|
19945
19027
|
}
|
|
19946
19028
|
},
|
|
19947
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19029
|
+
"pushwoosh.objects.restrictionValues.v1.ListResponse": {
|
|
19948
19030
|
"type": "I",
|
|
19949
19031
|
"fields": {
|
|
19950
|
-
"
|
|
19951
|
-
"type": "
|
|
19952
|
-
},
|
|
19953
|
-
"value": {
|
|
19954
|
-
"type": "number"
|
|
19032
|
+
"paginationToken": {
|
|
19033
|
+
"type": "string"
|
|
19955
19034
|
}
|
|
19956
19035
|
}
|
|
19957
19036
|
},
|
|
19958
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19037
|
+
"pushwoosh.objects.restrictionValues.v1.PaginateRequest": {
|
|
19959
19038
|
"type": "I",
|
|
19960
19039
|
"fields": {
|
|
19961
|
-
"
|
|
19962
|
-
"type": "
|
|
19963
|
-
},
|
|
19964
|
-
"value": {
|
|
19965
|
-
"type": "boolean"
|
|
19040
|
+
"nextPageToken": {
|
|
19041
|
+
"type": "string"
|
|
19966
19042
|
}
|
|
19967
19043
|
}
|
|
19968
19044
|
},
|
|
19969
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19045
|
+
"pushwoosh.objects.restrictionValues.v1.PaginateResponse": {
|
|
19970
19046
|
"type": "I",
|
|
19971
19047
|
"fields": {
|
|
19972
|
-
"
|
|
19973
|
-
"type": "
|
|
19048
|
+
"restrictionValues": {
|
|
19049
|
+
"type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
|
|
19050
|
+
"array": true
|
|
19974
19051
|
},
|
|
19975
|
-
"
|
|
19976
|
-
"type": "
|
|
19052
|
+
"nextPageToken": {
|
|
19053
|
+
"type": "string"
|
|
19977
19054
|
}
|
|
19978
19055
|
}
|
|
19979
19056
|
},
|
|
19980
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19057
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateIsLockedRequest": {
|
|
19981
19058
|
"type": "I",
|
|
19982
19059
|
"fields": {
|
|
19983
19060
|
"ID": {
|
|
@@ -19988,51 +19065,51 @@ export const data = {
|
|
|
19988
19065
|
}
|
|
19989
19066
|
}
|
|
19990
19067
|
},
|
|
19991
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19068
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest": {
|
|
19992
19069
|
"type": "I",
|
|
19993
19070
|
"fields": {
|
|
19994
19071
|
"ID": {
|
|
19995
19072
|
"type": "number"
|
|
19996
19073
|
},
|
|
19997
19074
|
"value": {
|
|
19998
|
-
"type": "
|
|
19075
|
+
"type": "number"
|
|
19999
19076
|
}
|
|
20000
19077
|
}
|
|
20001
19078
|
},
|
|
20002
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19079
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersRequest": {
|
|
20003
19080
|
"type": "I",
|
|
20004
19081
|
"fields": {
|
|
20005
19082
|
"ID": {
|
|
20006
19083
|
"type": "number"
|
|
20007
19084
|
},
|
|
20008
19085
|
"value": {
|
|
20009
|
-
"type": "
|
|
19086
|
+
"type": "number"
|
|
20010
19087
|
}
|
|
20011
19088
|
}
|
|
20012
19089
|
},
|
|
20013
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19090
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest": {
|
|
20014
19091
|
"type": "I",
|
|
20015
19092
|
"fields": {
|
|
20016
19093
|
"ID": {
|
|
20017
19094
|
"type": "number"
|
|
20018
19095
|
},
|
|
20019
19096
|
"value": {
|
|
20020
|
-
"type": "
|
|
19097
|
+
"type": "number"
|
|
20021
19098
|
}
|
|
20022
19099
|
}
|
|
20023
19100
|
},
|
|
20024
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19101
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest": {
|
|
20025
19102
|
"type": "I",
|
|
20026
19103
|
"fields": {
|
|
20027
19104
|
"ID": {
|
|
20028
19105
|
"type": "number"
|
|
20029
19106
|
},
|
|
20030
19107
|
"value": {
|
|
20031
|
-
"type": "
|
|
19108
|
+
"type": "number"
|
|
20032
19109
|
}
|
|
20033
19110
|
}
|
|
20034
19111
|
},
|
|
20035
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19112
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiRequest": {
|
|
20036
19113
|
"type": "I",
|
|
20037
19114
|
"fields": {
|
|
20038
19115
|
"ID": {
|
|
@@ -20824,6 +19901,28 @@ export const data = {
|
|
|
20824
19901
|
}
|
|
20825
19902
|
}
|
|
20826
19903
|
},
|
|
19904
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateApplicationSpecificFiltersRequest": {
|
|
19905
|
+
"type": "I",
|
|
19906
|
+
"fields": {
|
|
19907
|
+
"ID": {
|
|
19908
|
+
"type": "number"
|
|
19909
|
+
},
|
|
19910
|
+
"value": {
|
|
19911
|
+
"type": "boolean"
|
|
19912
|
+
}
|
|
19913
|
+
}
|
|
19914
|
+
},
|
|
19915
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCloudPagesRequest": {
|
|
19916
|
+
"type": "I",
|
|
19917
|
+
"fields": {
|
|
19918
|
+
"ID": {
|
|
19919
|
+
"type": "number"
|
|
19920
|
+
},
|
|
19921
|
+
"value": {
|
|
19922
|
+
"type": "boolean"
|
|
19923
|
+
}
|
|
19924
|
+
}
|
|
19925
|
+
},
|
|
20827
19926
|
"pushwoosh.objects.restrictionValues.v1.GetRequest": {
|
|
20828
19927
|
"type": "I",
|
|
20829
19928
|
"fields": {
|
|
@@ -20869,96 +19968,21 @@ export const data = {
|
|
|
20869
19968
|
"IsLocked": {
|
|
20870
19969
|
"type": "boolean"
|
|
20871
19970
|
},
|
|
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
19971
|
"MaxDevices": {
|
|
20891
19972
|
"type": "number"
|
|
20892
19973
|
},
|
|
20893
19974
|
"MaxUsers": {
|
|
20894
19975
|
"type": "number"
|
|
20895
19976
|
},
|
|
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
19977
|
"MaxPreparedFilters": {
|
|
20930
19978
|
"type": "number"
|
|
20931
19979
|
},
|
|
20932
|
-
"MaxFilters": {
|
|
20933
|
-
"type": "number"
|
|
20934
|
-
},
|
|
20935
19980
|
"DevicesInactivityLimit": {
|
|
20936
19981
|
"type": "number"
|
|
20937
19982
|
},
|
|
20938
19983
|
"AllowApi": {
|
|
20939
19984
|
"type": "boolean"
|
|
20940
19985
|
},
|
|
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
19986
|
"AllowScheduling": {
|
|
20963
19987
|
"type": "boolean"
|
|
20964
19988
|
},
|
|
@@ -21171,6 +20195,12 @@ export const data = {
|
|
|
21171
20195
|
},
|
|
21172
20196
|
"AllowAIWalletBilling": {
|
|
21173
20197
|
"type": "boolean"
|
|
20198
|
+
},
|
|
20199
|
+
"ApplicationSpecificFilters": {
|
|
20200
|
+
"type": "boolean"
|
|
20201
|
+
},
|
|
20202
|
+
"AllowCloudPages": {
|
|
20203
|
+
"type": "boolean"
|
|
21174
20204
|
}
|
|
21175
20205
|
}
|
|
21176
20206
|
},
|
|
@@ -21309,8 +20339,7 @@ export const data = {
|
|
|
21309
20339
|
"perPage": {
|
|
21310
20340
|
"type": "number"
|
|
21311
20341
|
}
|
|
21312
|
-
}
|
|
21313
|
-
"oneofs": {}
|
|
20342
|
+
}
|
|
21314
20343
|
},
|
|
21315
20344
|
"pushwoosh.rpc_v2.popup_forms.PopupFormListItem": {
|
|
21316
20345
|
"type": "I",
|
|
@@ -21410,8 +20439,7 @@ export const data = {
|
|
|
21410
20439
|
"status": {
|
|
21411
20440
|
"type": "string"
|
|
21412
20441
|
}
|
|
21413
|
-
}
|
|
21414
|
-
"oneofs": {}
|
|
20442
|
+
}
|
|
21415
20443
|
},
|
|
21416
20444
|
"pushwoosh.rpc_v2.popup_forms.CreatePopupFormResponse": {
|
|
21417
20445
|
"type": "I",
|
|
@@ -21456,8 +20484,7 @@ export const data = {
|
|
|
21456
20484
|
"status": {
|
|
21457
20485
|
"type": "string"
|
|
21458
20486
|
}
|
|
21459
|
-
}
|
|
21460
|
-
"oneofs": {}
|
|
20487
|
+
}
|
|
21461
20488
|
},
|
|
21462
20489
|
"pushwoosh.rpc_v2.popup_forms.UpdatePopupFormResponse": {
|
|
21463
20490
|
"type": "I",
|
|
@@ -21612,8 +20639,7 @@ export const data = {
|
|
|
21612
20639
|
"updated": {
|
|
21613
20640
|
"type": "Date"
|
|
21614
20641
|
}
|
|
21615
|
-
}
|
|
21616
|
-
"oneofs": {}
|
|
20642
|
+
}
|
|
21617
20643
|
},
|
|
21618
20644
|
"pushwoosh.rpc.popup_forms_contents.v3.ListRequest.OrderBy": {
|
|
21619
20645
|
"type": "E",
|
|
@@ -21671,8 +20697,7 @@ export const data = {
|
|
|
21671
20697
|
"updated": {
|
|
21672
20698
|
"type": "Date"
|
|
21673
20699
|
}
|
|
21674
|
-
}
|
|
21675
|
-
"oneofs": {}
|
|
20700
|
+
}
|
|
21676
20701
|
},
|
|
21677
20702
|
"pushwoosh.rpc.popup_forms_contents.v3.ListResponse": {
|
|
21678
20703
|
"type": "I",
|
|
@@ -21727,8 +20752,7 @@ export const data = {
|
|
|
21727
20752
|
"type": "string",
|
|
21728
20753
|
"optional": true
|
|
21729
20754
|
}
|
|
21730
|
-
}
|
|
21731
|
-
"oneofs": {}
|
|
20755
|
+
}
|
|
21732
20756
|
},
|
|
21733
20757
|
"pushwoosh.rpc.popup_forms_contents.v3.CreateResponse": {
|
|
21734
20758
|
"type": "I",
|
|
@@ -21754,8 +20778,7 @@ export const data = {
|
|
|
21754
20778
|
"type": "string",
|
|
21755
20779
|
"optional": true
|
|
21756
20780
|
}
|
|
21757
|
-
}
|
|
21758
|
-
"oneofs": {}
|
|
20781
|
+
}
|
|
21759
20782
|
},
|
|
21760
20783
|
"pushwoosh.rpc.popup_forms_contents.v3.UpdateResponse": {
|
|
21761
20784
|
"type": "I",
|
|
@@ -23357,8 +22380,7 @@ export const data = {
|
|
|
23357
22380
|
"type": "string",
|
|
23358
22381
|
"optional": true
|
|
23359
22382
|
}
|
|
23360
|
-
}
|
|
23361
|
-
"oneofs": {}
|
|
22383
|
+
}
|
|
23362
22384
|
},
|
|
23363
22385
|
"pushwoosh.rpc_v2.rich_medias.SaveBlockTemplateResponse": {
|
|
23364
22386
|
"type": "I",
|
|
@@ -24364,8 +23386,7 @@ export const data = {
|
|
|
24364
23386
|
"indexNumber": {
|
|
24365
23387
|
"type": "number"
|
|
24366
23388
|
}
|
|
24367
|
-
}
|
|
24368
|
-
"oneofs": {}
|
|
23389
|
+
}
|
|
24369
23390
|
},
|
|
24370
23391
|
"pushwoosh.rpc_v2.statistics_dashboards_widgets.LoadDashboardWidgetRequest": {
|
|
24371
23392
|
"type": "I",
|
|
@@ -24403,8 +23424,7 @@ export const data = {
|
|
|
24403
23424
|
"indexNumber": {
|
|
24404
23425
|
"type": "number"
|
|
24405
23426
|
}
|
|
24406
|
-
}
|
|
24407
|
-
"oneofs": {}
|
|
23427
|
+
}
|
|
24408
23428
|
},
|
|
24409
23429
|
"pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetResponse": {
|
|
24410
23430
|
"type": "I",
|
|
@@ -24585,8 +23605,7 @@ export const data = {
|
|
|
24585
23605
|
"type": "pushwoosh.rpc_v2.statistics_dashboards_widgets.EventCalcType",
|
|
24586
23606
|
"optional": true
|
|
24587
23607
|
}
|
|
24588
|
-
}
|
|
24589
|
-
"oneofs": {}
|
|
23608
|
+
}
|
|
24590
23609
|
},
|
|
24591
23610
|
"pushwoosh.rpc_v2.statistics_dashboards_widgets.TypeFilter": {
|
|
24592
23611
|
"type": "E",
|
|
@@ -24675,8 +23694,7 @@ export const data = {
|
|
|
24675
23694
|
"type": "boolean",
|
|
24676
23695
|
"optional": true
|
|
24677
23696
|
}
|
|
24678
|
-
}
|
|
24679
|
-
"oneofs": {}
|
|
23697
|
+
}
|
|
24680
23698
|
},
|
|
24681
23699
|
"pushwoosh.rpc_v2.statistics_dashboards_widgets.ChartParams.BreakdownParams": {
|
|
24682
23700
|
"type": "I",
|
|
@@ -24695,8 +23713,7 @@ export const data = {
|
|
|
24695
23713
|
"type": "string",
|
|
24696
23714
|
"array": true
|
|
24697
23715
|
}
|
|
24698
|
-
}
|
|
24699
|
-
"oneofs": {}
|
|
23716
|
+
}
|
|
24700
23717
|
},
|
|
24701
23718
|
"pushwoosh.rpc_v2.statistics_dashboards_widgets.ChartParams": {
|
|
24702
23719
|
"type": "I",
|
|
@@ -24726,8 +23743,7 @@ export const data = {
|
|
|
24726
23743
|
"timezone": {
|
|
24727
23744
|
"type": "string"
|
|
24728
23745
|
}
|
|
24729
|
-
}
|
|
24730
|
-
"oneofs": {}
|
|
23746
|
+
}
|
|
24731
23747
|
},
|
|
24732
23748
|
"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetLinearChartMetricsRequest": {
|
|
24733
23749
|
"type": "I",
|