@pushwoosh/rpc-v2-http-api-data 0.1.937 → 0.1.938
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data.js +158 -1250
- package/package.json +1 -1
- package/pushwoosh_objects_restrictionValues_v1.d.ts +1 -443
package/data.js
CHANGED
|
@@ -17363,82 +17363,37 @@ export const data = {
|
|
|
17363
17363
|
}
|
|
17364
17364
|
}
|
|
17365
17365
|
},
|
|
17366
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17367
|
-
"type": "I",
|
|
17368
|
-
"fields": {
|
|
17369
|
-
"operator": {
|
|
17370
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17371
|
-
},
|
|
17372
|
-
"value": {
|
|
17373
|
-
"type": "boolean"
|
|
17374
|
-
},
|
|
17375
|
-
"values": {
|
|
17376
|
-
"type": "boolean",
|
|
17377
|
-
"array": true
|
|
17378
|
-
}
|
|
17379
|
-
}
|
|
17380
|
-
},
|
|
17381
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData": {
|
|
17382
|
-
"type": "I",
|
|
17383
|
-
"fields": {
|
|
17384
|
-
"operator": {
|
|
17385
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17386
|
-
},
|
|
17387
|
-
"value": {
|
|
17388
|
-
"type": "boolean"
|
|
17389
|
-
},
|
|
17390
|
-
"values": {
|
|
17391
|
-
"type": "boolean",
|
|
17392
|
-
"array": true
|
|
17393
|
-
}
|
|
17394
|
-
}
|
|
17395
|
-
},
|
|
17396
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage": {
|
|
17397
|
-
"type": "I",
|
|
17398
|
-
"fields": {
|
|
17399
|
-
"operator": {
|
|
17400
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17401
|
-
},
|
|
17402
|
-
"value": {
|
|
17403
|
-
"type": "boolean"
|
|
17404
|
-
},
|
|
17405
|
-
"values": {
|
|
17406
|
-
"type": "boolean",
|
|
17407
|
-
"array": true
|
|
17408
|
-
}
|
|
17409
|
-
}
|
|
17410
|
-
},
|
|
17411
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig": {
|
|
17366
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MinSendRate": {
|
|
17412
17367
|
"type": "I",
|
|
17413
17368
|
"fields": {
|
|
17414
17369
|
"operator": {
|
|
17415
17370
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17416
17371
|
},
|
|
17417
17372
|
"value": {
|
|
17418
|
-
"type": "
|
|
17373
|
+
"type": "number"
|
|
17419
17374
|
},
|
|
17420
17375
|
"values": {
|
|
17421
|
-
"type": "
|
|
17376
|
+
"type": "number",
|
|
17422
17377
|
"array": true
|
|
17423
17378
|
}
|
|
17424
17379
|
}
|
|
17425
17380
|
},
|
|
17426
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17381
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxSendRate": {
|
|
17427
17382
|
"type": "I",
|
|
17428
17383
|
"fields": {
|
|
17429
17384
|
"operator": {
|
|
17430
17385
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17431
17386
|
},
|
|
17432
17387
|
"value": {
|
|
17433
|
-
"type": "
|
|
17388
|
+
"type": "number"
|
|
17434
17389
|
},
|
|
17435
17390
|
"values": {
|
|
17436
|
-
"type": "
|
|
17391
|
+
"type": "number",
|
|
17437
17392
|
"array": true
|
|
17438
17393
|
}
|
|
17439
17394
|
}
|
|
17440
17395
|
},
|
|
17441
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17396
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowIePlatformUsage": {
|
|
17442
17397
|
"type": "I",
|
|
17443
17398
|
"fields": {
|
|
17444
17399
|
"operator": {
|
|
@@ -17453,37 +17408,37 @@ export const data = {
|
|
|
17453
17408
|
}
|
|
17454
17409
|
}
|
|
17455
17410
|
},
|
|
17456
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17411
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingEmails": {
|
|
17457
17412
|
"type": "I",
|
|
17458
17413
|
"fields": {
|
|
17459
17414
|
"operator": {
|
|
17460
17415
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17461
17416
|
},
|
|
17462
17417
|
"value": {
|
|
17463
|
-
"type": "
|
|
17418
|
+
"type": "number"
|
|
17464
17419
|
},
|
|
17465
17420
|
"values": {
|
|
17466
|
-
"type": "
|
|
17421
|
+
"type": "number",
|
|
17467
17422
|
"array": true
|
|
17468
17423
|
}
|
|
17469
17424
|
}
|
|
17470
17425
|
},
|
|
17471
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17426
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains": {
|
|
17472
17427
|
"type": "I",
|
|
17473
17428
|
"fields": {
|
|
17474
17429
|
"operator": {
|
|
17475
17430
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17476
17431
|
},
|
|
17477
17432
|
"value": {
|
|
17478
|
-
"type": "
|
|
17433
|
+
"type": "number"
|
|
17479
17434
|
},
|
|
17480
17435
|
"values": {
|
|
17481
|
-
"type": "
|
|
17436
|
+
"type": "number",
|
|
17482
17437
|
"array": true
|
|
17483
17438
|
}
|
|
17484
17439
|
}
|
|
17485
17440
|
},
|
|
17486
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17441
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMetadata": {
|
|
17487
17442
|
"type": "I",
|
|
17488
17443
|
"fields": {
|
|
17489
17444
|
"operator": {
|
|
@@ -17498,22 +17453,22 @@ export const data = {
|
|
|
17498
17453
|
}
|
|
17499
17454
|
}
|
|
17500
17455
|
},
|
|
17501
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17456
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPushOnEventDelayInDays": {
|
|
17502
17457
|
"type": "I",
|
|
17503
17458
|
"fields": {
|
|
17504
17459
|
"operator": {
|
|
17505
17460
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17506
17461
|
},
|
|
17507
17462
|
"value": {
|
|
17508
|
-
"type": "
|
|
17463
|
+
"type": "number"
|
|
17509
17464
|
},
|
|
17510
17465
|
"values": {
|
|
17511
|
-
"type": "
|
|
17466
|
+
"type": "number",
|
|
17512
17467
|
"array": true
|
|
17513
17468
|
}
|
|
17514
17469
|
}
|
|
17515
17470
|
},
|
|
17516
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17471
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventStatisticsApi": {
|
|
17517
17472
|
"type": "I",
|
|
17518
17473
|
"fields": {
|
|
17519
17474
|
"operator": {
|
|
@@ -17528,7 +17483,7 @@ export const data = {
|
|
|
17528
17483
|
}
|
|
17529
17484
|
}
|
|
17530
17485
|
},
|
|
17531
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17486
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagNotSetFilter": {
|
|
17532
17487
|
"type": "I",
|
|
17533
17488
|
"fields": {
|
|
17534
17489
|
"operator": {
|
|
@@ -17543,7 +17498,7 @@ export const data = {
|
|
|
17543
17498
|
}
|
|
17544
17499
|
}
|
|
17545
17500
|
},
|
|
17546
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17501
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowDebugMode": {
|
|
17547
17502
|
"type": "I",
|
|
17548
17503
|
"fields": {
|
|
17549
17504
|
"operator": {
|
|
@@ -17558,7 +17513,7 @@ export const data = {
|
|
|
17558
17513
|
}
|
|
17559
17514
|
}
|
|
17560
17515
|
},
|
|
17561
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17516
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTrackUninstalls": {
|
|
17562
17517
|
"type": "I",
|
|
17563
17518
|
"fields": {
|
|
17564
17519
|
"operator": {
|
|
@@ -17573,7 +17528,7 @@ export const data = {
|
|
|
17573
17528
|
}
|
|
17574
17529
|
}
|
|
17575
17530
|
},
|
|
17576
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17531
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailRateCounterAggregatePeriod": {
|
|
17577
17532
|
"type": "I",
|
|
17578
17533
|
"fields": {
|
|
17579
17534
|
"operator": {
|
|
@@ -17588,7 +17543,7 @@ export const data = {
|
|
|
17588
17543
|
}
|
|
17589
17544
|
}
|
|
17590
17545
|
},
|
|
17591
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17546
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailBounceRateLimit": {
|
|
17592
17547
|
"type": "I",
|
|
17593
17548
|
"fields": {
|
|
17594
17549
|
"operator": {
|
|
@@ -17603,22 +17558,22 @@ export const data = {
|
|
|
17603
17558
|
}
|
|
17604
17559
|
}
|
|
17605
17560
|
},
|
|
17606
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17561
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailComplaintRateLimit": {
|
|
17607
17562
|
"type": "I",
|
|
17608
17563
|
"fields": {
|
|
17609
17564
|
"operator": {
|
|
17610
17565
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17611
17566
|
},
|
|
17612
17567
|
"value": {
|
|
17613
|
-
"type": "
|
|
17568
|
+
"type": "number"
|
|
17614
17569
|
},
|
|
17615
17570
|
"values": {
|
|
17616
|
-
"type": "
|
|
17571
|
+
"type": "number",
|
|
17617
17572
|
"array": true
|
|
17618
17573
|
}
|
|
17619
17574
|
}
|
|
17620
17575
|
},
|
|
17621
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17576
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFrequencyCapping": {
|
|
17622
17577
|
"type": "I",
|
|
17623
17578
|
"fields": {
|
|
17624
17579
|
"operator": {
|
|
@@ -17633,22 +17588,22 @@ export const data = {
|
|
|
17633
17588
|
}
|
|
17634
17589
|
}
|
|
17635
17590
|
},
|
|
17636
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17591
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsFreeLimit": {
|
|
17637
17592
|
"type": "I",
|
|
17638
17593
|
"fields": {
|
|
17639
17594
|
"operator": {
|
|
17640
17595
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17641
17596
|
},
|
|
17642
17597
|
"value": {
|
|
17643
|
-
"type": "
|
|
17598
|
+
"type": "number"
|
|
17644
17599
|
},
|
|
17645
17600
|
"values": {
|
|
17646
|
-
"type": "
|
|
17601
|
+
"type": "number",
|
|
17647
17602
|
"array": true
|
|
17648
17603
|
}
|
|
17649
17604
|
}
|
|
17650
17605
|
},
|
|
17651
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17606
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsLimited": {
|
|
17652
17607
|
"type": "I",
|
|
17653
17608
|
"fields": {
|
|
17654
17609
|
"operator": {
|
|
@@ -17663,7 +17618,7 @@ export const data = {
|
|
|
17663
17618
|
}
|
|
17664
17619
|
}
|
|
17665
17620
|
},
|
|
17666
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17621
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowContentTemplates": {
|
|
17667
17622
|
"type": "I",
|
|
17668
17623
|
"fields": {
|
|
17669
17624
|
"operator": {
|
|
@@ -17678,7 +17633,7 @@ export const data = {
|
|
|
17678
17633
|
}
|
|
17679
17634
|
}
|
|
17680
17635
|
},
|
|
17681
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17636
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBaiduAndroidPlatformUsage": {
|
|
17682
17637
|
"type": "I",
|
|
17683
17638
|
"fields": {
|
|
17684
17639
|
"operator": {
|
|
@@ -17693,7 +17648,7 @@ export const data = {
|
|
|
17693
17648
|
}
|
|
17694
17649
|
}
|
|
17695
17650
|
},
|
|
17696
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17651
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInboxTtlDays": {
|
|
17697
17652
|
"type": "I",
|
|
17698
17653
|
"fields": {
|
|
17699
17654
|
"operator": {
|
|
@@ -17708,7 +17663,7 @@ export const data = {
|
|
|
17708
17663
|
}
|
|
17709
17664
|
}
|
|
17710
17665
|
},
|
|
17711
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17666
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MessageHistoryStorePeriod": {
|
|
17712
17667
|
"type": "I",
|
|
17713
17668
|
"fields": {
|
|
17714
17669
|
"operator": {
|
|
@@ -17723,7 +17678,7 @@ export const data = {
|
|
|
17723
17678
|
}
|
|
17724
17679
|
}
|
|
17725
17680
|
},
|
|
17726
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17681
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiGetMessageLog": {
|
|
17727
17682
|
"type": "I",
|
|
17728
17683
|
"fields": {
|
|
17729
17684
|
"operator": {
|
|
@@ -17738,22 +17693,7 @@ export const data = {
|
|
|
17738
17693
|
}
|
|
17739
17694
|
}
|
|
17740
17695
|
},
|
|
17741
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17742
|
-
"type": "I",
|
|
17743
|
-
"fields": {
|
|
17744
|
-
"operator": {
|
|
17745
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17746
|
-
},
|
|
17747
|
-
"value": {
|
|
17748
|
-
"type": "number"
|
|
17749
|
-
},
|
|
17750
|
-
"values": {
|
|
17751
|
-
"type": "number",
|
|
17752
|
-
"array": true
|
|
17753
|
-
}
|
|
17754
|
-
}
|
|
17755
|
-
},
|
|
17756
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains": {
|
|
17696
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod": {
|
|
17757
17697
|
"type": "I",
|
|
17758
17698
|
"fields": {
|
|
17759
17699
|
"operator": {
|
|
@@ -17768,7 +17708,7 @@ export const data = {
|
|
|
17768
17708
|
}
|
|
17769
17709
|
}
|
|
17770
17710
|
},
|
|
17771
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17711
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics": {
|
|
17772
17712
|
"type": "I",
|
|
17773
17713
|
"fields": {
|
|
17774
17714
|
"operator": {
|
|
@@ -17783,7 +17723,7 @@ export const data = {
|
|
|
17783
17723
|
}
|
|
17784
17724
|
}
|
|
17785
17725
|
},
|
|
17786
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17726
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments": {
|
|
17787
17727
|
"type": "I",
|
|
17788
17728
|
"fields": {
|
|
17789
17729
|
"operator": {
|
|
@@ -17798,7 +17738,7 @@ export const data = {
|
|
|
17798
17738
|
}
|
|
17799
17739
|
}
|
|
17800
17740
|
},
|
|
17801
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17741
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend": {
|
|
17802
17742
|
"type": "I",
|
|
17803
17743
|
"fields": {
|
|
17804
17744
|
"operator": {
|
|
@@ -17813,22 +17753,7 @@ export const data = {
|
|
|
17813
17753
|
}
|
|
17814
17754
|
}
|
|
17815
17755
|
},
|
|
17816
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17817
|
-
"type": "I",
|
|
17818
|
-
"fields": {
|
|
17819
|
-
"operator": {
|
|
17820
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17821
|
-
},
|
|
17822
|
-
"value": {
|
|
17823
|
-
"type": "number"
|
|
17824
|
-
},
|
|
17825
|
-
"values": {
|
|
17826
|
-
"type": "number",
|
|
17827
|
-
"array": true
|
|
17828
|
-
}
|
|
17829
|
-
}
|
|
17830
|
-
},
|
|
17831
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventStatisticsApi": {
|
|
17756
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation": {
|
|
17832
17757
|
"type": "I",
|
|
17833
17758
|
"fields": {
|
|
17834
17759
|
"operator": {
|
|
@@ -17843,7 +17768,7 @@ export const data = {
|
|
|
17843
17768
|
}
|
|
17844
17769
|
}
|
|
17845
17770
|
},
|
|
17846
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17771
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups": {
|
|
17847
17772
|
"type": "I",
|
|
17848
17773
|
"fields": {
|
|
17849
17774
|
"operator": {
|
|
@@ -17858,7 +17783,7 @@ export const data = {
|
|
|
17858
17783
|
}
|
|
17859
17784
|
}
|
|
17860
17785
|
},
|
|
17861
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17786
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS": {
|
|
17862
17787
|
"type": "I",
|
|
17863
17788
|
"fields": {
|
|
17864
17789
|
"operator": {
|
|
@@ -17873,7 +17798,7 @@ export const data = {
|
|
|
17873
17798
|
}
|
|
17874
17799
|
}
|
|
17875
17800
|
},
|
|
17876
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17801
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile": {
|
|
17877
17802
|
"type": "I",
|
|
17878
17803
|
"fields": {
|
|
17879
17804
|
"operator": {
|
|
@@ -17888,7 +17813,7 @@ export const data = {
|
|
|
17888
17813
|
}
|
|
17889
17814
|
}
|
|
17890
17815
|
},
|
|
17891
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17816
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger": {
|
|
17892
17817
|
"type": "I",
|
|
17893
17818
|
"fields": {
|
|
17894
17819
|
"operator": {
|
|
@@ -17903,52 +17828,22 @@ export const data = {
|
|
|
17903
17828
|
}
|
|
17904
17829
|
}
|
|
17905
17830
|
},
|
|
17906
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17907
|
-
"type": "I",
|
|
17908
|
-
"fields": {
|
|
17909
|
-
"operator": {
|
|
17910
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17911
|
-
},
|
|
17912
|
-
"value": {
|
|
17913
|
-
"type": "number"
|
|
17914
|
-
},
|
|
17915
|
-
"values": {
|
|
17916
|
-
"type": "number",
|
|
17917
|
-
"array": true
|
|
17918
|
-
}
|
|
17919
|
-
}
|
|
17920
|
-
},
|
|
17921
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailBounceRateLimit": {
|
|
17922
|
-
"type": "I",
|
|
17923
|
-
"fields": {
|
|
17924
|
-
"operator": {
|
|
17925
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17926
|
-
},
|
|
17927
|
-
"value": {
|
|
17928
|
-
"type": "number"
|
|
17929
|
-
},
|
|
17930
|
-
"values": {
|
|
17931
|
-
"type": "number",
|
|
17932
|
-
"array": true
|
|
17933
|
-
}
|
|
17934
|
-
}
|
|
17935
|
-
},
|
|
17936
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailComplaintRateLimit": {
|
|
17831
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel": {
|
|
17937
17832
|
"type": "I",
|
|
17938
17833
|
"fields": {
|
|
17939
17834
|
"operator": {
|
|
17940
17835
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17941
17836
|
},
|
|
17942
17837
|
"value": {
|
|
17943
|
-
"type": "
|
|
17838
|
+
"type": "boolean"
|
|
17944
17839
|
},
|
|
17945
17840
|
"values": {
|
|
17946
|
-
"type": "
|
|
17841
|
+
"type": "boolean",
|
|
17947
17842
|
"array": true
|
|
17948
17843
|
}
|
|
17949
17844
|
}
|
|
17950
17845
|
},
|
|
17951
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17846
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection": {
|
|
17952
17847
|
"type": "I",
|
|
17953
17848
|
"fields": {
|
|
17954
17849
|
"operator": {
|
|
@@ -17963,22 +17858,22 @@ export const data = {
|
|
|
17963
17858
|
}
|
|
17964
17859
|
}
|
|
17965
17860
|
},
|
|
17966
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17861
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc": {
|
|
17967
17862
|
"type": "I",
|
|
17968
17863
|
"fields": {
|
|
17969
17864
|
"operator": {
|
|
17970
17865
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17971
17866
|
},
|
|
17972
17867
|
"value": {
|
|
17973
|
-
"type": "
|
|
17868
|
+
"type": "boolean"
|
|
17974
17869
|
},
|
|
17975
17870
|
"values": {
|
|
17976
|
-
"type": "
|
|
17871
|
+
"type": "boolean",
|
|
17977
17872
|
"array": true
|
|
17978
17873
|
}
|
|
17979
17874
|
}
|
|
17980
17875
|
},
|
|
17981
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17876
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod": {
|
|
17982
17877
|
"type": "I",
|
|
17983
17878
|
"fields": {
|
|
17984
17879
|
"operator": {
|
|
@@ -17993,7 +17888,7 @@ export const data = {
|
|
|
17993
17888
|
}
|
|
17994
17889
|
}
|
|
17995
17890
|
},
|
|
17996
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17891
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp": {
|
|
17997
17892
|
"type": "I",
|
|
17998
17893
|
"fields": {
|
|
17999
17894
|
"operator": {
|
|
@@ -18008,7 +17903,7 @@ export const data = {
|
|
|
18008
17903
|
}
|
|
18009
17904
|
}
|
|
18010
17905
|
},
|
|
18011
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17906
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats": {
|
|
18012
17907
|
"type": "I",
|
|
18013
17908
|
"fields": {
|
|
18014
17909
|
"operator": {
|
|
@@ -18023,7 +17918,7 @@ export const data = {
|
|
|
18023
17918
|
}
|
|
18024
17919
|
}
|
|
18025
17920
|
},
|
|
18026
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17921
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged": {
|
|
18027
17922
|
"type": "I",
|
|
18028
17923
|
"fields": {
|
|
18029
17924
|
"operator": {
|
|
@@ -18038,37 +17933,7 @@ export const data = {
|
|
|
18038
17933
|
}
|
|
18039
17934
|
}
|
|
18040
17935
|
},
|
|
18041
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
18042
|
-
"type": "I",
|
|
18043
|
-
"fields": {
|
|
18044
|
-
"operator": {
|
|
18045
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18046
|
-
},
|
|
18047
|
-
"value": {
|
|
18048
|
-
"type": "number"
|
|
18049
|
-
},
|
|
18050
|
-
"values": {
|
|
18051
|
-
"type": "number",
|
|
18052
|
-
"array": true
|
|
18053
|
-
}
|
|
18054
|
-
}
|
|
18055
|
-
},
|
|
18056
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MessageHistoryStorePeriod": {
|
|
18057
|
-
"type": "I",
|
|
18058
|
-
"fields": {
|
|
18059
|
-
"operator": {
|
|
18060
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18061
|
-
},
|
|
18062
|
-
"value": {
|
|
18063
|
-
"type": "number"
|
|
18064
|
-
},
|
|
18065
|
-
"values": {
|
|
18066
|
-
"type": "number",
|
|
18067
|
-
"array": true
|
|
18068
|
-
}
|
|
18069
|
-
}
|
|
18070
|
-
},
|
|
18071
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiGetMessageLog": {
|
|
17936
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine": {
|
|
18072
17937
|
"type": "I",
|
|
18073
17938
|
"fields": {
|
|
18074
17939
|
"operator": {
|
|
@@ -18083,22 +17948,7 @@ export const data = {
|
|
|
18083
17948
|
}
|
|
18084
17949
|
}
|
|
18085
17950
|
},
|
|
18086
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
18087
|
-
"type": "I",
|
|
18088
|
-
"fields": {
|
|
18089
|
-
"operator": {
|
|
18090
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18091
|
-
},
|
|
18092
|
-
"value": {
|
|
18093
|
-
"type": "number"
|
|
18094
|
-
},
|
|
18095
|
-
"values": {
|
|
18096
|
-
"type": "number",
|
|
18097
|
-
"array": true
|
|
18098
|
-
}
|
|
18099
|
-
}
|
|
18100
|
-
},
|
|
18101
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics": {
|
|
17951
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp": {
|
|
18102
17952
|
"type": "I",
|
|
18103
17953
|
"fields": {
|
|
18104
17954
|
"operator": {
|
|
@@ -18113,7 +17963,7 @@ export const data = {
|
|
|
18113
17963
|
}
|
|
18114
17964
|
}
|
|
18115
17965
|
},
|
|
18116
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17966
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIAssistant": {
|
|
18117
17967
|
"type": "I",
|
|
18118
17968
|
"fields": {
|
|
18119
17969
|
"operator": {
|
|
@@ -18128,7 +17978,7 @@ export const data = {
|
|
|
18128
17978
|
}
|
|
18129
17979
|
}
|
|
18130
17980
|
},
|
|
18131
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17981
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowKeepUserWithoutDevice": {
|
|
18132
17982
|
"type": "I",
|
|
18133
17983
|
"fields": {
|
|
18134
17984
|
"operator": {
|
|
@@ -18143,7 +17993,7 @@ export const data = {
|
|
|
18143
17993
|
}
|
|
18144
17994
|
}
|
|
18145
17995
|
},
|
|
18146
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
17996
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCJSplitterDeviceCheck": {
|
|
18147
17997
|
"type": "I",
|
|
18148
17998
|
"fields": {
|
|
18149
17999
|
"operator": {
|
|
@@ -18158,7 +18008,7 @@ export const data = {
|
|
|
18158
18008
|
}
|
|
18159
18009
|
}
|
|
18160
18010
|
},
|
|
18161
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
18011
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsAutoCreation": {
|
|
18162
18012
|
"type": "I",
|
|
18163
18013
|
"fields": {
|
|
18164
18014
|
"operator": {
|
|
@@ -18173,7 +18023,7 @@ export const data = {
|
|
|
18173
18023
|
}
|
|
18174
18024
|
}
|
|
18175
18025
|
},
|
|
18176
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
18026
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIWalletBilling": {
|
|
18177
18027
|
"type": "I",
|
|
18178
18028
|
"fields": {
|
|
18179
18029
|
"operator": {
|
|
@@ -18188,7 +18038,7 @@ export const data = {
|
|
|
18188
18038
|
}
|
|
18189
18039
|
}
|
|
18190
18040
|
},
|
|
18191
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
18041
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ApplicationSpecificFilters": {
|
|
18192
18042
|
"type": "I",
|
|
18193
18043
|
"fields": {
|
|
18194
18044
|
"operator": {
|
|
@@ -18203,7 +18053,7 @@ export const data = {
|
|
|
18203
18053
|
}
|
|
18204
18054
|
}
|
|
18205
18055
|
},
|
|
18206
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
18056
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCloudPages": {
|
|
18207
18057
|
"type": "I",
|
|
18208
18058
|
"fields": {
|
|
18209
18059
|
"operator": {
|
|
@@ -18218,247 +18068,7 @@ export const data = {
|
|
|
18218
18068
|
}
|
|
18219
18069
|
}
|
|
18220
18070
|
},
|
|
18221
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field
|
|
18222
|
-
"type": "I",
|
|
18223
|
-
"fields": {
|
|
18224
|
-
"operator": {
|
|
18225
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18226
|
-
},
|
|
18227
|
-
"value": {
|
|
18228
|
-
"type": "boolean"
|
|
18229
|
-
},
|
|
18230
|
-
"values": {
|
|
18231
|
-
"type": "boolean",
|
|
18232
|
-
"array": true
|
|
18233
|
-
}
|
|
18234
|
-
}
|
|
18235
|
-
},
|
|
18236
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection": {
|
|
18237
|
-
"type": "I",
|
|
18238
|
-
"fields": {
|
|
18239
|
-
"operator": {
|
|
18240
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18241
|
-
},
|
|
18242
|
-
"value": {
|
|
18243
|
-
"type": "boolean"
|
|
18244
|
-
},
|
|
18245
|
-
"values": {
|
|
18246
|
-
"type": "boolean",
|
|
18247
|
-
"array": true
|
|
18248
|
-
}
|
|
18249
|
-
}
|
|
18250
|
-
},
|
|
18251
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc": {
|
|
18252
|
-
"type": "I",
|
|
18253
|
-
"fields": {
|
|
18254
|
-
"operator": {
|
|
18255
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18256
|
-
},
|
|
18257
|
-
"value": {
|
|
18258
|
-
"type": "boolean"
|
|
18259
|
-
},
|
|
18260
|
-
"values": {
|
|
18261
|
-
"type": "boolean",
|
|
18262
|
-
"array": true
|
|
18263
|
-
}
|
|
18264
|
-
}
|
|
18265
|
-
},
|
|
18266
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod": {
|
|
18267
|
-
"type": "I",
|
|
18268
|
-
"fields": {
|
|
18269
|
-
"operator": {
|
|
18270
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18271
|
-
},
|
|
18272
|
-
"value": {
|
|
18273
|
-
"type": "number"
|
|
18274
|
-
},
|
|
18275
|
-
"values": {
|
|
18276
|
-
"type": "number",
|
|
18277
|
-
"array": true
|
|
18278
|
-
}
|
|
18279
|
-
}
|
|
18280
|
-
},
|
|
18281
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp": {
|
|
18282
|
-
"type": "I",
|
|
18283
|
-
"fields": {
|
|
18284
|
-
"operator": {
|
|
18285
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18286
|
-
},
|
|
18287
|
-
"value": {
|
|
18288
|
-
"type": "boolean"
|
|
18289
|
-
},
|
|
18290
|
-
"values": {
|
|
18291
|
-
"type": "boolean",
|
|
18292
|
-
"array": true
|
|
18293
|
-
}
|
|
18294
|
-
}
|
|
18295
|
-
},
|
|
18296
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats": {
|
|
18297
|
-
"type": "I",
|
|
18298
|
-
"fields": {
|
|
18299
|
-
"operator": {
|
|
18300
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18301
|
-
},
|
|
18302
|
-
"value": {
|
|
18303
|
-
"type": "boolean"
|
|
18304
|
-
},
|
|
18305
|
-
"values": {
|
|
18306
|
-
"type": "boolean",
|
|
18307
|
-
"array": true
|
|
18308
|
-
}
|
|
18309
|
-
}
|
|
18310
|
-
},
|
|
18311
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged": {
|
|
18312
|
-
"type": "I",
|
|
18313
|
-
"fields": {
|
|
18314
|
-
"operator": {
|
|
18315
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18316
|
-
},
|
|
18317
|
-
"value": {
|
|
18318
|
-
"type": "boolean"
|
|
18319
|
-
},
|
|
18320
|
-
"values": {
|
|
18321
|
-
"type": "boolean",
|
|
18322
|
-
"array": true
|
|
18323
|
-
}
|
|
18324
|
-
}
|
|
18325
|
-
},
|
|
18326
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine": {
|
|
18327
|
-
"type": "I",
|
|
18328
|
-
"fields": {
|
|
18329
|
-
"operator": {
|
|
18330
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18331
|
-
},
|
|
18332
|
-
"value": {
|
|
18333
|
-
"type": "boolean"
|
|
18334
|
-
},
|
|
18335
|
-
"values": {
|
|
18336
|
-
"type": "boolean",
|
|
18337
|
-
"array": true
|
|
18338
|
-
}
|
|
18339
|
-
}
|
|
18340
|
-
},
|
|
18341
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp": {
|
|
18342
|
-
"type": "I",
|
|
18343
|
-
"fields": {
|
|
18344
|
-
"operator": {
|
|
18345
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18346
|
-
},
|
|
18347
|
-
"value": {
|
|
18348
|
-
"type": "boolean"
|
|
18349
|
-
},
|
|
18350
|
-
"values": {
|
|
18351
|
-
"type": "boolean",
|
|
18352
|
-
"array": true
|
|
18353
|
-
}
|
|
18354
|
-
}
|
|
18355
|
-
},
|
|
18356
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIAssistant": {
|
|
18357
|
-
"type": "I",
|
|
18358
|
-
"fields": {
|
|
18359
|
-
"operator": {
|
|
18360
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18361
|
-
},
|
|
18362
|
-
"value": {
|
|
18363
|
-
"type": "boolean"
|
|
18364
|
-
},
|
|
18365
|
-
"values": {
|
|
18366
|
-
"type": "boolean",
|
|
18367
|
-
"array": true
|
|
18368
|
-
}
|
|
18369
|
-
}
|
|
18370
|
-
},
|
|
18371
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowKeepUserWithoutDevice": {
|
|
18372
|
-
"type": "I",
|
|
18373
|
-
"fields": {
|
|
18374
|
-
"operator": {
|
|
18375
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18376
|
-
},
|
|
18377
|
-
"value": {
|
|
18378
|
-
"type": "boolean"
|
|
18379
|
-
},
|
|
18380
|
-
"values": {
|
|
18381
|
-
"type": "boolean",
|
|
18382
|
-
"array": true
|
|
18383
|
-
}
|
|
18384
|
-
}
|
|
18385
|
-
},
|
|
18386
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCJSplitterDeviceCheck": {
|
|
18387
|
-
"type": "I",
|
|
18388
|
-
"fields": {
|
|
18389
|
-
"operator": {
|
|
18390
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18391
|
-
},
|
|
18392
|
-
"value": {
|
|
18393
|
-
"type": "boolean"
|
|
18394
|
-
},
|
|
18395
|
-
"values": {
|
|
18396
|
-
"type": "boolean",
|
|
18397
|
-
"array": true
|
|
18398
|
-
}
|
|
18399
|
-
}
|
|
18400
|
-
},
|
|
18401
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsAutoCreation": {
|
|
18402
|
-
"type": "I",
|
|
18403
|
-
"fields": {
|
|
18404
|
-
"operator": {
|
|
18405
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18406
|
-
},
|
|
18407
|
-
"value": {
|
|
18408
|
-
"type": "boolean"
|
|
18409
|
-
},
|
|
18410
|
-
"values": {
|
|
18411
|
-
"type": "boolean",
|
|
18412
|
-
"array": true
|
|
18413
|
-
}
|
|
18414
|
-
}
|
|
18415
|
-
},
|
|
18416
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIWalletBilling": {
|
|
18417
|
-
"type": "I",
|
|
18418
|
-
"fields": {
|
|
18419
|
-
"operator": {
|
|
18420
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18421
|
-
},
|
|
18422
|
-
"value": {
|
|
18423
|
-
"type": "boolean"
|
|
18424
|
-
},
|
|
18425
|
-
"values": {
|
|
18426
|
-
"type": "boolean",
|
|
18427
|
-
"array": true
|
|
18428
|
-
}
|
|
18429
|
-
}
|
|
18430
|
-
},
|
|
18431
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ApplicationSpecificFilters": {
|
|
18432
|
-
"type": "I",
|
|
18433
|
-
"fields": {
|
|
18434
|
-
"operator": {
|
|
18435
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18436
|
-
},
|
|
18437
|
-
"value": {
|
|
18438
|
-
"type": "boolean"
|
|
18439
|
-
},
|
|
18440
|
-
"values": {
|
|
18441
|
-
"type": "boolean",
|
|
18442
|
-
"array": true
|
|
18443
|
-
}
|
|
18444
|
-
}
|
|
18445
|
-
},
|
|
18446
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCloudPages": {
|
|
18447
|
-
"type": "I",
|
|
18448
|
-
"fields": {
|
|
18449
|
-
"operator": {
|
|
18450
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
18451
|
-
},
|
|
18452
|
-
"value": {
|
|
18453
|
-
"type": "boolean"
|
|
18454
|
-
},
|
|
18455
|
-
"values": {
|
|
18456
|
-
"type": "boolean",
|
|
18457
|
-
"array": true
|
|
18458
|
-
}
|
|
18459
|
-
}
|
|
18460
|
-
},
|
|
18461
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field": {
|
|
18071
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field": {
|
|
18462
18072
|
"type": "I",
|
|
18463
18073
|
"fields": {
|
|
18464
18074
|
"CondID": {
|
|
@@ -18482,93 +18092,21 @@ export const data = {
|
|
|
18482
18092
|
"CondAllowApi": {
|
|
18483
18093
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi"
|
|
18484
18094
|
},
|
|
18485
|
-
"CondAllowScheduling": {
|
|
18486
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling"
|
|
18487
|
-
},
|
|
18488
|
-
"CondAllowCustomData": {
|
|
18489
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData"
|
|
18490
|
-
},
|
|
18491
|
-
"CondAllowMultiLanguage": {
|
|
18492
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage"
|
|
18493
|
-
},
|
|
18494
|
-
"CondAllowAutoConfig": {
|
|
18495
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig"
|
|
18496
|
-
},
|
|
18497
|
-
"CondAllowCsvMessage": {
|
|
18498
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage"
|
|
18499
|
-
},
|
|
18500
|
-
"CondAllowCampaignApi": {
|
|
18501
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi"
|
|
18502
|
-
},
|
|
18503
|
-
"CondAllowPushHistoryApi": {
|
|
18504
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi"
|
|
18505
|
-
},
|
|
18506
|
-
"CondAllowTagsApi": {
|
|
18507
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsApi"
|
|
18508
|
-
},
|
|
18509
|
-
"CondAllowPushByUser": {
|
|
18510
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushByUser"
|
|
18511
|
-
},
|
|
18512
|
-
"CondAllowFilterApi": {
|
|
18513
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFilterApi"
|
|
18514
|
-
},
|
|
18515
|
-
"CondAllowTwoFactorAuth": {
|
|
18516
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTwoFactorAuth"
|
|
18517
|
-
},
|
|
18518
|
-
"CondAllowBroadcastMessageSegmentation": {
|
|
18519
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBroadcastMessageSegmentation"
|
|
18520
|
-
},
|
|
18521
|
-
"CondAllowPushOnEvent": {
|
|
18522
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushOnEvent"
|
|
18523
|
-
},
|
|
18524
|
-
"CondAllowCompileFilter": {
|
|
18525
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCompileFilter"
|
|
18526
|
-
},
|
|
18527
18095
|
"CondMinSendRate": {
|
|
18528
18096
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MinSendRate"
|
|
18529
18097
|
},
|
|
18530
18098
|
"CondMaxSendRate": {
|
|
18531
18099
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxSendRate"
|
|
18532
18100
|
},
|
|
18533
|
-
"CondAllowSendToGeozone": {
|
|
18534
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendToGeozone"
|
|
18535
|
-
},
|
|
18536
|
-
"CondAllowUseIosNewsstand": {
|
|
18537
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowUseIosNewsstand"
|
|
18538
|
-
},
|
|
18539
|
-
"CondAllowGetUsersDetails": {
|
|
18540
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGetUsersDetails"
|
|
18541
|
-
},
|
|
18542
|
-
"CondAllowGoalTracking": {
|
|
18543
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGoalTracking"
|
|
18544
|
-
},
|
|
18545
18101
|
"CondAllowIePlatformUsage": {
|
|
18546
18102
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowIePlatformUsage"
|
|
18547
18103
|
},
|
|
18548
|
-
"CondAllowInbox": {
|
|
18549
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowInbox"
|
|
18550
|
-
},
|
|
18551
|
-
"CondMaxEmailTemplates": {
|
|
18552
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEmailTemplates"
|
|
18553
|
-
},
|
|
18554
|
-
"CondMaxUserSpecificTags": {
|
|
18555
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUserSpecificTags"
|
|
18556
|
-
},
|
|
18557
|
-
"CondAllowGdpr": {
|
|
18558
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGdpr"
|
|
18559
|
-
},
|
|
18560
18104
|
"CondMaxVerifyingEmails": {
|
|
18561
18105
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingEmails"
|
|
18562
18106
|
},
|
|
18563
18107
|
"CondMaxVerifyingDomains": {
|
|
18564
18108
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains"
|
|
18565
18109
|
},
|
|
18566
|
-
"CondAllowSendExternalStats": {
|
|
18567
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendExternalStats"
|
|
18568
|
-
},
|
|
18569
|
-
"CondAllowCustomRssPollingInterval": {
|
|
18570
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomRssPollingInterval"
|
|
18571
|
-
},
|
|
18572
18110
|
"CondAllowMetadata": {
|
|
18573
18111
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMetadata"
|
|
18574
18112
|
},
|
|
@@ -18584,9 +18122,6 @@ export const data = {
|
|
|
18584
18122
|
"CondAllowDebugMode": {
|
|
18585
18123
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowDebugMode"
|
|
18586
18124
|
},
|
|
18587
|
-
"CondAllowFbMessenger": {
|
|
18588
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFbMessenger"
|
|
18589
|
-
},
|
|
18590
18125
|
"CondAllowTrackUninstalls": {
|
|
18591
18126
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTrackUninstalls"
|
|
18592
18127
|
},
|
|
@@ -18602,9 +18137,6 @@ export const data = {
|
|
|
18602
18137
|
"CondAllowFrequencyCapping": {
|
|
18603
18138
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFrequencyCapping"
|
|
18604
18139
|
},
|
|
18605
|
-
"CondMaxUsersPerDevice": {
|
|
18606
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsersPerDevice"
|
|
18607
|
-
},
|
|
18608
18140
|
"CondEmailsFreeLimit": {
|
|
18609
18141
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsFreeLimit"
|
|
18610
18142
|
},
|
|
@@ -18712,47 +18244,21 @@ export const data = {
|
|
|
18712
18244
|
"CondMaxPreparedFilters",
|
|
18713
18245
|
"CondDevicesInactivityLimit",
|
|
18714
18246
|
"CondAllowApi",
|
|
18715
|
-
"CondAllowScheduling",
|
|
18716
|
-
"CondAllowCustomData",
|
|
18717
|
-
"CondAllowMultiLanguage",
|
|
18718
|
-
"CondAllowAutoConfig",
|
|
18719
|
-
"CondAllowCsvMessage",
|
|
18720
|
-
"CondAllowCampaignApi",
|
|
18721
|
-
"CondAllowPushHistoryApi",
|
|
18722
|
-
"CondAllowTagsApi",
|
|
18723
|
-
"CondAllowPushByUser",
|
|
18724
|
-
"CondAllowFilterApi",
|
|
18725
|
-
"CondAllowTwoFactorAuth",
|
|
18726
|
-
"CondAllowBroadcastMessageSegmentation",
|
|
18727
|
-
"CondAllowPushOnEvent",
|
|
18728
|
-
"CondAllowCompileFilter",
|
|
18729
18247
|
"CondMinSendRate",
|
|
18730
18248
|
"CondMaxSendRate",
|
|
18731
|
-
"CondAllowSendToGeozone",
|
|
18732
|
-
"CondAllowUseIosNewsstand",
|
|
18733
|
-
"CondAllowGetUsersDetails",
|
|
18734
|
-
"CondAllowGoalTracking",
|
|
18735
18249
|
"CondAllowIePlatformUsage",
|
|
18736
|
-
"CondAllowInbox",
|
|
18737
|
-
"CondMaxEmailTemplates",
|
|
18738
|
-
"CondMaxUserSpecificTags",
|
|
18739
|
-
"CondAllowGdpr",
|
|
18740
18250
|
"CondMaxVerifyingEmails",
|
|
18741
18251
|
"CondMaxVerifyingDomains",
|
|
18742
|
-
"CondAllowSendExternalStats",
|
|
18743
|
-
"CondAllowCustomRssPollingInterval",
|
|
18744
18252
|
"CondAllowMetadata",
|
|
18745
18253
|
"CondMaxPushOnEventDelayInDays",
|
|
18746
18254
|
"CondAllowEventStatisticsApi",
|
|
18747
18255
|
"CondAllowTagNotSetFilter",
|
|
18748
18256
|
"CondAllowDebugMode",
|
|
18749
|
-
"CondAllowFbMessenger",
|
|
18750
18257
|
"CondAllowTrackUninstalls",
|
|
18751
18258
|
"CondEmailRateCounterAggregatePeriod",
|
|
18752
18259
|
"CondEmailBounceRateLimit",
|
|
18753
18260
|
"CondEmailComplaintRateLimit",
|
|
18754
18261
|
"CondAllowFrequencyCapping",
|
|
18755
|
-
"CondMaxUsersPerDevice",
|
|
18756
18262
|
"CondEmailsFreeLimit",
|
|
18757
18263
|
"CondEmailsLimited",
|
|
18758
18264
|
"CondAllowContentTemplates",
|
|
@@ -18977,90 +18483,6 @@ export const data = {
|
|
|
18977
18483
|
"method": "patch",
|
|
18978
18484
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowApi"
|
|
18979
18485
|
},
|
|
18980
|
-
"UpdateAllowScheduling": {
|
|
18981
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowSchedulingRequest",
|
|
18982
|
-
"response": "{}",
|
|
18983
|
-
"method": "patch",
|
|
18984
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowScheduling"
|
|
18985
|
-
},
|
|
18986
|
-
"UpdateAllowCustomData": {
|
|
18987
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomDataRequest",
|
|
18988
|
-
"response": "{}",
|
|
18989
|
-
"method": "patch",
|
|
18990
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCustomData"
|
|
18991
|
-
},
|
|
18992
|
-
"UpdateAllowMultiLanguage": {
|
|
18993
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowMultiLanguageRequest",
|
|
18994
|
-
"response": "{}",
|
|
18995
|
-
"method": "patch",
|
|
18996
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowMultiLanguage"
|
|
18997
|
-
},
|
|
18998
|
-
"UpdateAllowAutoConfig": {
|
|
18999
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowAutoConfigRequest",
|
|
19000
|
-
"response": "{}",
|
|
19001
|
-
"method": "patch",
|
|
19002
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowAutoConfig"
|
|
19003
|
-
},
|
|
19004
|
-
"UpdateAllowCsvMessage": {
|
|
19005
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCsvMessageRequest",
|
|
19006
|
-
"response": "{}",
|
|
19007
|
-
"method": "patch",
|
|
19008
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCsvMessage"
|
|
19009
|
-
},
|
|
19010
|
-
"UpdateAllowCampaignApi": {
|
|
19011
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCampaignApiRequest",
|
|
19012
|
-
"response": "{}",
|
|
19013
|
-
"method": "patch",
|
|
19014
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCampaignApi"
|
|
19015
|
-
},
|
|
19016
|
-
"UpdateAllowPushHistoryApi": {
|
|
19017
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowPushHistoryApiRequest",
|
|
19018
|
-
"response": "{}",
|
|
19019
|
-
"method": "patch",
|
|
19020
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowPushHistoryApi"
|
|
19021
|
-
},
|
|
19022
|
-
"UpdateAllowTagsApi": {
|
|
19023
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowTagsApiRequest",
|
|
19024
|
-
"response": "{}",
|
|
19025
|
-
"method": "patch",
|
|
19026
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowTagsApi"
|
|
19027
|
-
},
|
|
19028
|
-
"UpdateAllowPushByUser": {
|
|
19029
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowPushByUserRequest",
|
|
19030
|
-
"response": "{}",
|
|
19031
|
-
"method": "patch",
|
|
19032
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowPushByUser"
|
|
19033
|
-
},
|
|
19034
|
-
"UpdateAllowFilterApi": {
|
|
19035
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowFilterApiRequest",
|
|
19036
|
-
"response": "{}",
|
|
19037
|
-
"method": "patch",
|
|
19038
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowFilterApi"
|
|
19039
|
-
},
|
|
19040
|
-
"UpdateAllowTwoFactorAuth": {
|
|
19041
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowTwoFactorAuthRequest",
|
|
19042
|
-
"response": "{}",
|
|
19043
|
-
"method": "patch",
|
|
19044
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowTwoFactorAuth"
|
|
19045
|
-
},
|
|
19046
|
-
"UpdateAllowBroadcastMessageSegmentation": {
|
|
19047
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowBroadcastMessageSegmentationRequest",
|
|
19048
|
-
"response": "{}",
|
|
19049
|
-
"method": "patch",
|
|
19050
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowBroadcastMessageSegmentation"
|
|
19051
|
-
},
|
|
19052
|
-
"UpdateAllowPushOnEvent": {
|
|
19053
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowPushOnEventRequest",
|
|
19054
|
-
"response": "{}",
|
|
19055
|
-
"method": "patch",
|
|
19056
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowPushOnEvent"
|
|
19057
|
-
},
|
|
19058
|
-
"UpdateAllowCompileFilter": {
|
|
19059
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCompileFilterRequest",
|
|
19060
|
-
"response": "{}",
|
|
19061
|
-
"method": "patch",
|
|
19062
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCompileFilter"
|
|
19063
|
-
},
|
|
19064
18486
|
"UpdateMinSendRate": {
|
|
19065
18487
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateMinSendRateRequest",
|
|
19066
18488
|
"response": "{}",
|
|
@@ -19073,60 +18495,12 @@ export const data = {
|
|
|
19073
18495
|
"method": "patch",
|
|
19074
18496
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxSendRate"
|
|
19075
18497
|
},
|
|
19076
|
-
"UpdateAllowSendToGeozone": {
|
|
19077
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowSendToGeozoneRequest",
|
|
19078
|
-
"response": "{}",
|
|
19079
|
-
"method": "patch",
|
|
19080
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowSendToGeozone"
|
|
19081
|
-
},
|
|
19082
|
-
"UpdateAllowUseIosNewsstand": {
|
|
19083
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowUseIosNewsstandRequest",
|
|
19084
|
-
"response": "{}",
|
|
19085
|
-
"method": "patch",
|
|
19086
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowUseIosNewsstand"
|
|
19087
|
-
},
|
|
19088
|
-
"UpdateAllowGetUsersDetails": {
|
|
19089
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowGetUsersDetailsRequest",
|
|
19090
|
-
"response": "{}",
|
|
19091
|
-
"method": "patch",
|
|
19092
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowGetUsersDetails"
|
|
19093
|
-
},
|
|
19094
|
-
"UpdateAllowGoalTracking": {
|
|
19095
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowGoalTrackingRequest",
|
|
19096
|
-
"response": "{}",
|
|
19097
|
-
"method": "patch",
|
|
19098
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowGoalTracking"
|
|
19099
|
-
},
|
|
19100
18498
|
"UpdateAllowIePlatformUsage": {
|
|
19101
18499
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowIePlatformUsageRequest",
|
|
19102
18500
|
"response": "{}",
|
|
19103
18501
|
"method": "patch",
|
|
19104
18502
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowIePlatformUsage"
|
|
19105
18503
|
},
|
|
19106
|
-
"UpdateAllowInbox": {
|
|
19107
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowInboxRequest",
|
|
19108
|
-
"response": "{}",
|
|
19109
|
-
"method": "patch",
|
|
19110
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowInbox"
|
|
19111
|
-
},
|
|
19112
|
-
"UpdateMaxEmailTemplates": {
|
|
19113
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxEmailTemplatesRequest",
|
|
19114
|
-
"response": "{}",
|
|
19115
|
-
"method": "patch",
|
|
19116
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxEmailTemplates"
|
|
19117
|
-
},
|
|
19118
|
-
"UpdateMaxUserSpecificTags": {
|
|
19119
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxUserSpecificTagsRequest",
|
|
19120
|
-
"response": "{}",
|
|
19121
|
-
"method": "patch",
|
|
19122
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxUserSpecificTags"
|
|
19123
|
-
},
|
|
19124
|
-
"UpdateAllowGdpr": {
|
|
19125
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowGdprRequest",
|
|
19126
|
-
"response": "{}",
|
|
19127
|
-
"method": "patch",
|
|
19128
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowGdpr"
|
|
19129
|
-
},
|
|
19130
18504
|
"UpdateMaxVerifyingEmails": {
|
|
19131
18505
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxVerifyingEmailsRequest",
|
|
19132
18506
|
"response": "{}",
|
|
@@ -19139,18 +18513,6 @@ export const data = {
|
|
|
19139
18513
|
"method": "patch",
|
|
19140
18514
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxVerifyingDomains"
|
|
19141
18515
|
},
|
|
19142
|
-
"UpdateAllowSendExternalStats": {
|
|
19143
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowSendExternalStatsRequest",
|
|
19144
|
-
"response": "{}",
|
|
19145
|
-
"method": "patch",
|
|
19146
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowSendExternalStats"
|
|
19147
|
-
},
|
|
19148
|
-
"UpdateAllowCustomRssPollingInterval": {
|
|
19149
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomRssPollingIntervalRequest",
|
|
19150
|
-
"response": "{}",
|
|
19151
|
-
"method": "patch",
|
|
19152
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCustomRssPollingInterval"
|
|
19153
|
-
},
|
|
19154
18516
|
"UpdateAllowMetadata": {
|
|
19155
18517
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowMetadataRequest",
|
|
19156
18518
|
"response": "{}",
|
|
@@ -19181,12 +18543,6 @@ export const data = {
|
|
|
19181
18543
|
"method": "patch",
|
|
19182
18544
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowDebugMode"
|
|
19183
18545
|
},
|
|
19184
|
-
"UpdateAllowFbMessenger": {
|
|
19185
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowFbMessengerRequest",
|
|
19186
|
-
"response": "{}",
|
|
19187
|
-
"method": "patch",
|
|
19188
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowFbMessenger"
|
|
19189
|
-
},
|
|
19190
18546
|
"UpdateAllowTrackUninstalls": {
|
|
19191
18547
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowTrackUninstallsRequest",
|
|
19192
18548
|
"response": "{}",
|
|
@@ -19217,12 +18573,6 @@ export const data = {
|
|
|
19217
18573
|
"method": "patch",
|
|
19218
18574
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowFrequencyCapping"
|
|
19219
18575
|
},
|
|
19220
|
-
"UpdateMaxUsersPerDevice": {
|
|
19221
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersPerDeviceRequest",
|
|
19222
|
-
"response": "{}",
|
|
19223
|
-
"method": "patch",
|
|
19224
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/MaxUsersPerDevice"
|
|
19225
|
-
},
|
|
19226
18576
|
"UpdateEmailsFreeLimit": {
|
|
19227
18577
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateEmailsFreeLimitRequest",
|
|
19228
18578
|
"response": "{}",
|
|
@@ -19418,66 +18768,24 @@ export const data = {
|
|
|
19418
18768
|
}
|
|
19419
18769
|
},
|
|
19420
18770
|
"pushwoosh.objects.restrictionValues.v1.CreateRequest": {
|
|
19421
|
-
"type": "I",
|
|
19422
|
-
"fields": {
|
|
19423
|
-
"IsLocked": {
|
|
19424
|
-
"type": "boolean"
|
|
19425
|
-
},
|
|
19426
|
-
"MaxDevices": {
|
|
19427
|
-
"type": "number"
|
|
19428
|
-
},
|
|
19429
|
-
"MaxUsers": {
|
|
19430
|
-
"type": "number"
|
|
19431
|
-
},
|
|
19432
|
-
"MaxPreparedFilters": {
|
|
19433
|
-
"type": "number"
|
|
19434
|
-
},
|
|
19435
|
-
"DevicesInactivityLimit": {
|
|
19436
|
-
"type": "number"
|
|
19437
|
-
},
|
|
19438
|
-
"AllowApi": {
|
|
19439
|
-
"type": "boolean"
|
|
19440
|
-
},
|
|
19441
|
-
"AllowScheduling": {
|
|
19442
|
-
"type": "boolean"
|
|
19443
|
-
},
|
|
19444
|
-
"AllowCustomData": {
|
|
19445
|
-
"type": "boolean"
|
|
19446
|
-
},
|
|
19447
|
-
"AllowMultiLanguage": {
|
|
19448
|
-
"type": "boolean"
|
|
19449
|
-
},
|
|
19450
|
-
"AllowAutoConfig": {
|
|
19451
|
-
"type": "boolean"
|
|
19452
|
-
},
|
|
19453
|
-
"AllowCsvMessage": {
|
|
19454
|
-
"type": "boolean"
|
|
19455
|
-
},
|
|
19456
|
-
"AllowCampaignApi": {
|
|
19457
|
-
"type": "boolean"
|
|
19458
|
-
},
|
|
19459
|
-
"AllowPushHistoryApi": {
|
|
19460
|
-
"type": "boolean"
|
|
19461
|
-
},
|
|
19462
|
-
"AllowTagsApi": {
|
|
19463
|
-
"type": "boolean"
|
|
19464
|
-
},
|
|
19465
|
-
"AllowPushByUser": {
|
|
18771
|
+
"type": "I",
|
|
18772
|
+
"fields": {
|
|
18773
|
+
"IsLocked": {
|
|
19466
18774
|
"type": "boolean"
|
|
19467
18775
|
},
|
|
19468
|
-
"
|
|
19469
|
-
"type": "
|
|
18776
|
+
"MaxDevices": {
|
|
18777
|
+
"type": "number"
|
|
19470
18778
|
},
|
|
19471
|
-
"
|
|
19472
|
-
"type": "
|
|
18779
|
+
"MaxUsers": {
|
|
18780
|
+
"type": "number"
|
|
19473
18781
|
},
|
|
19474
|
-
"
|
|
19475
|
-
"type": "
|
|
18782
|
+
"MaxPreparedFilters": {
|
|
18783
|
+
"type": "number"
|
|
19476
18784
|
},
|
|
19477
|
-
"
|
|
19478
|
-
"type": "
|
|
18785
|
+
"DevicesInactivityLimit": {
|
|
18786
|
+
"type": "number"
|
|
19479
18787
|
},
|
|
19480
|
-
"
|
|
18788
|
+
"AllowApi": {
|
|
19481
18789
|
"type": "boolean"
|
|
19482
18790
|
},
|
|
19483
18791
|
"MinSendRate": {
|
|
@@ -19486,45 +18794,15 @@ export const data = {
|
|
|
19486
18794
|
"MaxSendRate": {
|
|
19487
18795
|
"type": "number"
|
|
19488
18796
|
},
|
|
19489
|
-
"AllowSendToGeozone": {
|
|
19490
|
-
"type": "boolean"
|
|
19491
|
-
},
|
|
19492
|
-
"AllowUseIosNewsstand": {
|
|
19493
|
-
"type": "boolean"
|
|
19494
|
-
},
|
|
19495
|
-
"AllowGetUsersDetails": {
|
|
19496
|
-
"type": "boolean"
|
|
19497
|
-
},
|
|
19498
|
-
"AllowGoalTracking": {
|
|
19499
|
-
"type": "boolean"
|
|
19500
|
-
},
|
|
19501
18797
|
"AllowIePlatformUsage": {
|
|
19502
18798
|
"type": "boolean"
|
|
19503
18799
|
},
|
|
19504
|
-
"AllowInbox": {
|
|
19505
|
-
"type": "boolean"
|
|
19506
|
-
},
|
|
19507
|
-
"MaxEmailTemplates": {
|
|
19508
|
-
"type": "number"
|
|
19509
|
-
},
|
|
19510
|
-
"MaxUserSpecificTags": {
|
|
19511
|
-
"type": "number"
|
|
19512
|
-
},
|
|
19513
|
-
"AllowGdpr": {
|
|
19514
|
-
"type": "boolean"
|
|
19515
|
-
},
|
|
19516
18800
|
"MaxVerifyingEmails": {
|
|
19517
18801
|
"type": "number"
|
|
19518
18802
|
},
|
|
19519
18803
|
"MaxVerifyingDomains": {
|
|
19520
18804
|
"type": "number"
|
|
19521
18805
|
},
|
|
19522
|
-
"AllowSendExternalStats": {
|
|
19523
|
-
"type": "boolean"
|
|
19524
|
-
},
|
|
19525
|
-
"AllowCustomRssPollingInterval": {
|
|
19526
|
-
"type": "boolean"
|
|
19527
|
-
},
|
|
19528
18806
|
"AllowMetadata": {
|
|
19529
18807
|
"type": "boolean"
|
|
19530
18808
|
},
|
|
@@ -19540,9 +18818,6 @@ export const data = {
|
|
|
19540
18818
|
"AllowDebugMode": {
|
|
19541
18819
|
"type": "boolean"
|
|
19542
18820
|
},
|
|
19543
|
-
"AllowFbMessenger": {
|
|
19544
|
-
"type": "boolean"
|
|
19545
|
-
},
|
|
19546
18821
|
"AllowTrackUninstalls": {
|
|
19547
18822
|
"type": "boolean"
|
|
19548
18823
|
},
|
|
@@ -19558,9 +18833,6 @@ export const data = {
|
|
|
19558
18833
|
"AllowFrequencyCapping": {
|
|
19559
18834
|
"type": "boolean"
|
|
19560
18835
|
},
|
|
19561
|
-
"MaxUsersPerDevice": {
|
|
19562
|
-
"type": "number"
|
|
19563
|
-
},
|
|
19564
18836
|
"EmailsFreeLimit": {
|
|
19565
18837
|
"type": "number"
|
|
19566
18838
|
},
|
|
@@ -19646,405 +18918,163 @@ export const data = {
|
|
|
19646
18918
|
"type": "boolean"
|
|
19647
18919
|
},
|
|
19648
18920
|
"AllowTagsAutoCreation": {
|
|
19649
|
-
"type": "boolean"
|
|
19650
|
-
},
|
|
19651
|
-
"AllowAIWalletBilling": {
|
|
19652
|
-
"type": "boolean"
|
|
19653
|
-
},
|
|
19654
|
-
"ApplicationSpecificFilters": {
|
|
19655
|
-
"type": "boolean"
|
|
19656
|
-
},
|
|
19657
|
-
"AllowCloudPages": {
|
|
19658
|
-
"type": "boolean"
|
|
19659
|
-
}
|
|
19660
|
-
}
|
|
19661
|
-
},
|
|
19662
|
-
"pushwoosh.objects.restrictionValues.v1.CreateResponse": {
|
|
19663
|
-
"type": "I",
|
|
19664
|
-
"fields": {
|
|
19665
|
-
"restrictionValue": {
|
|
19666
|
-
"type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue"
|
|
19667
|
-
}
|
|
19668
|
-
}
|
|
19669
|
-
},
|
|
19670
|
-
"pushwoosh.objects.restrictionValues.v1.CreateManyRequest": {
|
|
19671
|
-
"type": "I",
|
|
19672
|
-
"fields": {
|
|
19673
|
-
"restrictionValues": {
|
|
19674
|
-
"type": "pushwoosh.objects.restrictionValues.v1.CreateRequest",
|
|
19675
|
-
"array": true
|
|
19676
|
-
}
|
|
19677
|
-
}
|
|
19678
|
-
},
|
|
19679
|
-
"pushwoosh.objects.restrictionValues.v1.CreateManyResponse": {
|
|
19680
|
-
"type": "I",
|
|
19681
|
-
"fields": {
|
|
19682
|
-
"restrictionValues": {
|
|
19683
|
-
"type": "pushwoosh.objects.restrictionValues.v1.CreateResponse",
|
|
19684
|
-
"array": true
|
|
19685
|
-
}
|
|
19686
|
-
}
|
|
19687
|
-
},
|
|
19688
|
-
"pushwoosh.objects.restrictionValues.v1.DeleteRequest": {
|
|
19689
|
-
"type": "I",
|
|
19690
|
-
"fields": {
|
|
19691
|
-
"ID": {
|
|
19692
|
-
"type": "number"
|
|
19693
|
-
}
|
|
19694
|
-
}
|
|
19695
|
-
},
|
|
19696
|
-
"pushwoosh.objects.restrictionValues.v1.DeleteManyRequest": {
|
|
19697
|
-
"type": "I",
|
|
19698
|
-
"fields": {
|
|
19699
|
-
"where": {
|
|
19700
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19701
|
-
}
|
|
19702
|
-
}
|
|
19703
|
-
},
|
|
19704
|
-
"pushwoosh.objects.restrictionValues.v1.DeleteManyResponse": {
|
|
19705
|
-
"type": "I",
|
|
19706
|
-
"fields": {
|
|
19707
|
-
"count": {
|
|
19708
|
-
"type": "number"
|
|
19709
|
-
}
|
|
19710
|
-
}
|
|
19711
|
-
},
|
|
19712
|
-
"pushwoosh.objects.restrictionValues.v1.CountRequest": {
|
|
19713
|
-
"type": "I",
|
|
19714
|
-
"fields": {
|
|
19715
|
-
"where": {
|
|
19716
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19717
|
-
}
|
|
19718
|
-
}
|
|
19719
|
-
},
|
|
19720
|
-
"pushwoosh.objects.restrictionValues.v1.CountResponse": {
|
|
19721
|
-
"type": "I",
|
|
19722
|
-
"fields": {
|
|
19723
|
-
"count": {
|
|
19724
|
-
"type": "number"
|
|
19725
|
-
}
|
|
19726
|
-
}
|
|
19727
|
-
},
|
|
19728
|
-
"pushwoosh.objects.restrictionValues.v1.GetPageRequest": {
|
|
19729
|
-
"type": "I",
|
|
19730
|
-
"fields": {
|
|
19731
|
-
"where": {
|
|
19732
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19733
|
-
},
|
|
19734
|
-
"sort": {
|
|
19735
|
-
"type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
|
|
19736
|
-
},
|
|
19737
|
-
"pageSize": {
|
|
19738
|
-
"type": "number"
|
|
19739
|
-
},
|
|
19740
|
-
"pageNum": {
|
|
19741
|
-
"type": "number"
|
|
19742
|
-
},
|
|
19743
|
-
"forLock": {
|
|
19744
|
-
"type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
|
|
19745
|
-
}
|
|
19746
|
-
}
|
|
19747
|
-
},
|
|
19748
|
-
"pushwoosh.objects.restrictionValues.v1.GetPageResponse": {
|
|
19749
|
-
"type": "I",
|
|
19750
|
-
"fields": {
|
|
19751
|
-
"restrictionValues": {
|
|
19752
|
-
"type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
|
|
19753
|
-
"array": true
|
|
19754
|
-
},
|
|
19755
|
-
"total": {
|
|
19756
|
-
"type": "number"
|
|
19757
|
-
}
|
|
19758
|
-
}
|
|
19759
|
-
},
|
|
19760
|
-
"pushwoosh.objects.restrictionValues.v1.ListRequest": {
|
|
19761
|
-
"type": "I",
|
|
19762
|
-
"fields": {
|
|
19763
|
-
"where": {
|
|
19764
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19765
|
-
},
|
|
19766
|
-
"sort": {
|
|
19767
|
-
"type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
|
|
19768
|
-
},
|
|
19769
|
-
"pageSize": {
|
|
19770
|
-
"type": "number"
|
|
19771
|
-
},
|
|
19772
|
-
"forLock": {
|
|
19773
|
-
"type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
|
|
19774
|
-
}
|
|
19775
|
-
}
|
|
19776
|
-
},
|
|
19777
|
-
"pushwoosh.objects.restrictionValues.v1.ListResponse": {
|
|
19778
|
-
"type": "I",
|
|
19779
|
-
"fields": {
|
|
19780
|
-
"paginationToken": {
|
|
19781
|
-
"type": "string"
|
|
19782
|
-
}
|
|
19783
|
-
}
|
|
19784
|
-
},
|
|
19785
|
-
"pushwoosh.objects.restrictionValues.v1.PaginateRequest": {
|
|
19786
|
-
"type": "I",
|
|
19787
|
-
"fields": {
|
|
19788
|
-
"nextPageToken": {
|
|
19789
|
-
"type": "string"
|
|
19790
|
-
}
|
|
19791
|
-
}
|
|
19792
|
-
},
|
|
19793
|
-
"pushwoosh.objects.restrictionValues.v1.PaginateResponse": {
|
|
19794
|
-
"type": "I",
|
|
19795
|
-
"fields": {
|
|
19796
|
-
"restrictionValues": {
|
|
19797
|
-
"type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
|
|
19798
|
-
"array": true
|
|
19799
|
-
},
|
|
19800
|
-
"nextPageToken": {
|
|
19801
|
-
"type": "string"
|
|
19802
|
-
}
|
|
19803
|
-
}
|
|
19804
|
-
},
|
|
19805
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateIsLockedRequest": {
|
|
19806
|
-
"type": "I",
|
|
19807
|
-
"fields": {
|
|
19808
|
-
"ID": {
|
|
19809
|
-
"type": "number"
|
|
19810
|
-
},
|
|
19811
|
-
"value": {
|
|
19812
|
-
"type": "boolean"
|
|
19813
|
-
}
|
|
19814
|
-
}
|
|
19815
|
-
},
|
|
19816
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest": {
|
|
19817
|
-
"type": "I",
|
|
19818
|
-
"fields": {
|
|
19819
|
-
"ID": {
|
|
19820
|
-
"type": "number"
|
|
19821
|
-
},
|
|
19822
|
-
"value": {
|
|
19823
|
-
"type": "number"
|
|
19824
|
-
}
|
|
19825
|
-
}
|
|
19826
|
-
},
|
|
19827
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersRequest": {
|
|
19828
|
-
"type": "I",
|
|
19829
|
-
"fields": {
|
|
19830
|
-
"ID": {
|
|
19831
|
-
"type": "number"
|
|
19832
|
-
},
|
|
19833
|
-
"value": {
|
|
19834
|
-
"type": "number"
|
|
19835
|
-
}
|
|
19836
|
-
}
|
|
19837
|
-
},
|
|
19838
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest": {
|
|
19839
|
-
"type": "I",
|
|
19840
|
-
"fields": {
|
|
19841
|
-
"ID": {
|
|
19842
|
-
"type": "number"
|
|
19843
|
-
},
|
|
19844
|
-
"value": {
|
|
19845
|
-
"type": "number"
|
|
19846
|
-
}
|
|
19847
|
-
}
|
|
19848
|
-
},
|
|
19849
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest": {
|
|
19850
|
-
"type": "I",
|
|
19851
|
-
"fields": {
|
|
19852
|
-
"ID": {
|
|
19853
|
-
"type": "number"
|
|
19854
|
-
},
|
|
19855
|
-
"value": {
|
|
19856
|
-
"type": "number"
|
|
19857
|
-
}
|
|
19858
|
-
}
|
|
19859
|
-
},
|
|
19860
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiRequest": {
|
|
19861
|
-
"type": "I",
|
|
19862
|
-
"fields": {
|
|
19863
|
-
"ID": {
|
|
19864
|
-
"type": "number"
|
|
18921
|
+
"type": "boolean"
|
|
19865
18922
|
},
|
|
19866
|
-
"
|
|
18923
|
+
"AllowAIWalletBilling": {
|
|
19867
18924
|
"type": "boolean"
|
|
19868
|
-
}
|
|
19869
|
-
}
|
|
19870
|
-
},
|
|
19871
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowSchedulingRequest": {
|
|
19872
|
-
"type": "I",
|
|
19873
|
-
"fields": {
|
|
19874
|
-
"ID": {
|
|
19875
|
-
"type": "number"
|
|
19876
18925
|
},
|
|
19877
|
-
"
|
|
18926
|
+
"ApplicationSpecificFilters": {
|
|
19878
18927
|
"type": "boolean"
|
|
19879
|
-
}
|
|
19880
|
-
}
|
|
19881
|
-
},
|
|
19882
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomDataRequest": {
|
|
19883
|
-
"type": "I",
|
|
19884
|
-
"fields": {
|
|
19885
|
-
"ID": {
|
|
19886
|
-
"type": "number"
|
|
19887
18928
|
},
|
|
19888
|
-
"
|
|
18929
|
+
"AllowCloudPages": {
|
|
19889
18930
|
"type": "boolean"
|
|
19890
18931
|
}
|
|
19891
18932
|
}
|
|
19892
18933
|
},
|
|
19893
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18934
|
+
"pushwoosh.objects.restrictionValues.v1.CreateResponse": {
|
|
19894
18935
|
"type": "I",
|
|
19895
18936
|
"fields": {
|
|
19896
|
-
"
|
|
19897
|
-
"type": "
|
|
19898
|
-
},
|
|
19899
|
-
"value": {
|
|
19900
|
-
"type": "boolean"
|
|
18937
|
+
"restrictionValue": {
|
|
18938
|
+
"type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue"
|
|
19901
18939
|
}
|
|
19902
18940
|
}
|
|
19903
18941
|
},
|
|
19904
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18942
|
+
"pushwoosh.objects.restrictionValues.v1.CreateManyRequest": {
|
|
19905
18943
|
"type": "I",
|
|
19906
18944
|
"fields": {
|
|
19907
|
-
"
|
|
19908
|
-
"type": "
|
|
19909
|
-
|
|
19910
|
-
"value": {
|
|
19911
|
-
"type": "boolean"
|
|
18945
|
+
"restrictionValues": {
|
|
18946
|
+
"type": "pushwoosh.objects.restrictionValues.v1.CreateRequest",
|
|
18947
|
+
"array": true
|
|
19912
18948
|
}
|
|
19913
18949
|
}
|
|
19914
18950
|
},
|
|
19915
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18951
|
+
"pushwoosh.objects.restrictionValues.v1.CreateManyResponse": {
|
|
19916
18952
|
"type": "I",
|
|
19917
18953
|
"fields": {
|
|
19918
|
-
"
|
|
19919
|
-
"type": "
|
|
19920
|
-
|
|
19921
|
-
"value": {
|
|
19922
|
-
"type": "boolean"
|
|
18954
|
+
"restrictionValues": {
|
|
18955
|
+
"type": "pushwoosh.objects.restrictionValues.v1.CreateResponse",
|
|
18956
|
+
"array": true
|
|
19923
18957
|
}
|
|
19924
18958
|
}
|
|
19925
18959
|
},
|
|
19926
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18960
|
+
"pushwoosh.objects.restrictionValues.v1.DeleteRequest": {
|
|
19927
18961
|
"type": "I",
|
|
19928
18962
|
"fields": {
|
|
19929
18963
|
"ID": {
|
|
19930
18964
|
"type": "number"
|
|
19931
|
-
},
|
|
19932
|
-
"value": {
|
|
19933
|
-
"type": "boolean"
|
|
19934
18965
|
}
|
|
19935
18966
|
}
|
|
19936
18967
|
},
|
|
19937
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18968
|
+
"pushwoosh.objects.restrictionValues.v1.DeleteManyRequest": {
|
|
19938
18969
|
"type": "I",
|
|
19939
18970
|
"fields": {
|
|
19940
|
-
"
|
|
19941
|
-
"type": "
|
|
19942
|
-
},
|
|
19943
|
-
"value": {
|
|
19944
|
-
"type": "boolean"
|
|
18971
|
+
"where": {
|
|
18972
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19945
18973
|
}
|
|
19946
18974
|
}
|
|
19947
18975
|
},
|
|
19948
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18976
|
+
"pushwoosh.objects.restrictionValues.v1.DeleteManyResponse": {
|
|
19949
18977
|
"type": "I",
|
|
19950
18978
|
"fields": {
|
|
19951
|
-
"
|
|
18979
|
+
"count": {
|
|
19952
18980
|
"type": "number"
|
|
19953
|
-
},
|
|
19954
|
-
"value": {
|
|
19955
|
-
"type": "boolean"
|
|
19956
18981
|
}
|
|
19957
18982
|
}
|
|
19958
18983
|
},
|
|
19959
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18984
|
+
"pushwoosh.objects.restrictionValues.v1.CountRequest": {
|
|
19960
18985
|
"type": "I",
|
|
19961
18986
|
"fields": {
|
|
19962
|
-
"
|
|
19963
|
-
"type": "
|
|
19964
|
-
},
|
|
19965
|
-
"value": {
|
|
19966
|
-
"type": "boolean"
|
|
18987
|
+
"where": {
|
|
18988
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19967
18989
|
}
|
|
19968
18990
|
}
|
|
19969
18991
|
},
|
|
19970
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
18992
|
+
"pushwoosh.objects.restrictionValues.v1.CountResponse": {
|
|
19971
18993
|
"type": "I",
|
|
19972
18994
|
"fields": {
|
|
19973
|
-
"
|
|
18995
|
+
"count": {
|
|
19974
18996
|
"type": "number"
|
|
19975
|
-
},
|
|
19976
|
-
"value": {
|
|
19977
|
-
"type": "boolean"
|
|
19978
18997
|
}
|
|
19979
18998
|
}
|
|
19980
18999
|
},
|
|
19981
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19000
|
+
"pushwoosh.objects.restrictionValues.v1.GetPageRequest": {
|
|
19982
19001
|
"type": "I",
|
|
19983
19002
|
"fields": {
|
|
19984
|
-
"
|
|
19003
|
+
"where": {
|
|
19004
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19005
|
+
},
|
|
19006
|
+
"sort": {
|
|
19007
|
+
"type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
|
|
19008
|
+
},
|
|
19009
|
+
"pageSize": {
|
|
19985
19010
|
"type": "number"
|
|
19986
19011
|
},
|
|
19987
|
-
"
|
|
19988
|
-
"type": "
|
|
19012
|
+
"pageNum": {
|
|
19013
|
+
"type": "number"
|
|
19014
|
+
},
|
|
19015
|
+
"forLock": {
|
|
19016
|
+
"type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
|
|
19989
19017
|
}
|
|
19990
19018
|
}
|
|
19991
19019
|
},
|
|
19992
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19020
|
+
"pushwoosh.objects.restrictionValues.v1.GetPageResponse": {
|
|
19993
19021
|
"type": "I",
|
|
19994
19022
|
"fields": {
|
|
19995
|
-
"
|
|
19996
|
-
"type": "
|
|
19023
|
+
"restrictionValues": {
|
|
19024
|
+
"type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
|
|
19025
|
+
"array": true
|
|
19997
19026
|
},
|
|
19998
|
-
"
|
|
19999
|
-
"type": "
|
|
19027
|
+
"total": {
|
|
19028
|
+
"type": "number"
|
|
20000
19029
|
}
|
|
20001
19030
|
}
|
|
20002
19031
|
},
|
|
20003
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19032
|
+
"pushwoosh.objects.restrictionValues.v1.ListRequest": {
|
|
20004
19033
|
"type": "I",
|
|
20005
19034
|
"fields": {
|
|
20006
|
-
"
|
|
19035
|
+
"where": {
|
|
19036
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression"
|
|
19037
|
+
},
|
|
19038
|
+
"sort": {
|
|
19039
|
+
"type": "pushwoosh.objects.restrictionValues.v1.SortExpression"
|
|
19040
|
+
},
|
|
19041
|
+
"pageSize": {
|
|
20007
19042
|
"type": "number"
|
|
20008
19043
|
},
|
|
20009
|
-
"
|
|
20010
|
-
"type": "
|
|
19044
|
+
"forLock": {
|
|
19045
|
+
"type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
|
|
20011
19046
|
}
|
|
20012
19047
|
}
|
|
20013
19048
|
},
|
|
20014
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19049
|
+
"pushwoosh.objects.restrictionValues.v1.ListResponse": {
|
|
20015
19050
|
"type": "I",
|
|
20016
19051
|
"fields": {
|
|
20017
|
-
"
|
|
20018
|
-
"type": "
|
|
20019
|
-
},
|
|
20020
|
-
"value": {
|
|
20021
|
-
"type": "boolean"
|
|
19052
|
+
"paginationToken": {
|
|
19053
|
+
"type": "string"
|
|
20022
19054
|
}
|
|
20023
19055
|
}
|
|
20024
19056
|
},
|
|
20025
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19057
|
+
"pushwoosh.objects.restrictionValues.v1.PaginateRequest": {
|
|
20026
19058
|
"type": "I",
|
|
20027
19059
|
"fields": {
|
|
20028
|
-
"
|
|
20029
|
-
"type": "
|
|
20030
|
-
},
|
|
20031
|
-
"value": {
|
|
20032
|
-
"type": "number"
|
|
19060
|
+
"nextPageToken": {
|
|
19061
|
+
"type": "string"
|
|
20033
19062
|
}
|
|
20034
19063
|
}
|
|
20035
19064
|
},
|
|
20036
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19065
|
+
"pushwoosh.objects.restrictionValues.v1.PaginateResponse": {
|
|
20037
19066
|
"type": "I",
|
|
20038
19067
|
"fields": {
|
|
20039
|
-
"
|
|
20040
|
-
"type": "
|
|
19068
|
+
"restrictionValues": {
|
|
19069
|
+
"type": "pushwoosh.objects.restrictionValues.v1.RestrictionValue",
|
|
19070
|
+
"array": true
|
|
20041
19071
|
},
|
|
20042
|
-
"
|
|
20043
|
-
"type": "
|
|
19072
|
+
"nextPageToken": {
|
|
19073
|
+
"type": "string"
|
|
20044
19074
|
}
|
|
20045
19075
|
}
|
|
20046
19076
|
},
|
|
20047
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19077
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateIsLockedRequest": {
|
|
20048
19078
|
"type": "I",
|
|
20049
19079
|
"fields": {
|
|
20050
19080
|
"ID": {
|
|
@@ -20055,51 +19085,51 @@ export const data = {
|
|
|
20055
19085
|
}
|
|
20056
19086
|
}
|
|
20057
19087
|
},
|
|
20058
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19088
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest": {
|
|
20059
19089
|
"type": "I",
|
|
20060
19090
|
"fields": {
|
|
20061
19091
|
"ID": {
|
|
20062
19092
|
"type": "number"
|
|
20063
19093
|
},
|
|
20064
19094
|
"value": {
|
|
20065
|
-
"type": "
|
|
19095
|
+
"type": "number"
|
|
20066
19096
|
}
|
|
20067
19097
|
}
|
|
20068
19098
|
},
|
|
20069
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19099
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersRequest": {
|
|
20070
19100
|
"type": "I",
|
|
20071
19101
|
"fields": {
|
|
20072
19102
|
"ID": {
|
|
20073
19103
|
"type": "number"
|
|
20074
19104
|
},
|
|
20075
19105
|
"value": {
|
|
20076
|
-
"type": "
|
|
19106
|
+
"type": "number"
|
|
20077
19107
|
}
|
|
20078
19108
|
}
|
|
20079
19109
|
},
|
|
20080
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19110
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest": {
|
|
20081
19111
|
"type": "I",
|
|
20082
19112
|
"fields": {
|
|
20083
19113
|
"ID": {
|
|
20084
19114
|
"type": "number"
|
|
20085
19115
|
},
|
|
20086
19116
|
"value": {
|
|
20087
|
-
"type": "
|
|
19117
|
+
"type": "number"
|
|
20088
19118
|
}
|
|
20089
19119
|
}
|
|
20090
19120
|
},
|
|
20091
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19121
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest": {
|
|
20092
19122
|
"type": "I",
|
|
20093
19123
|
"fields": {
|
|
20094
19124
|
"ID": {
|
|
20095
19125
|
"type": "number"
|
|
20096
19126
|
},
|
|
20097
19127
|
"value": {
|
|
20098
|
-
"type": "
|
|
19128
|
+
"type": "number"
|
|
20099
19129
|
}
|
|
20100
19130
|
}
|
|
20101
19131
|
},
|
|
20102
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19132
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiRequest": {
|
|
20103
19133
|
"type": "I",
|
|
20104
19134
|
"fields": {
|
|
20105
19135
|
"ID": {
|
|
@@ -20110,7 +19140,7 @@ export const data = {
|
|
|
20110
19140
|
}
|
|
20111
19141
|
}
|
|
20112
19142
|
},
|
|
20113
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19143
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateMinSendRateRequest": {
|
|
20114
19144
|
"type": "I",
|
|
20115
19145
|
"fields": {
|
|
20116
19146
|
"ID": {
|
|
@@ -20121,7 +19151,7 @@ export const data = {
|
|
|
20121
19151
|
}
|
|
20122
19152
|
}
|
|
20123
19153
|
},
|
|
20124
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19154
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateMaxSendRateRequest": {
|
|
20125
19155
|
"type": "I",
|
|
20126
19156
|
"fields": {
|
|
20127
19157
|
"ID": {
|
|
@@ -20132,7 +19162,7 @@ export const data = {
|
|
|
20132
19162
|
}
|
|
20133
19163
|
}
|
|
20134
19164
|
},
|
|
20135
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
19165
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowIePlatformUsageRequest": {
|
|
20136
19166
|
"type": "I",
|
|
20137
19167
|
"fields": {
|
|
20138
19168
|
"ID": {
|
|
@@ -20165,28 +19195,6 @@ export const data = {
|
|
|
20165
19195
|
}
|
|
20166
19196
|
}
|
|
20167
19197
|
},
|
|
20168
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowSendExternalStatsRequest": {
|
|
20169
|
-
"type": "I",
|
|
20170
|
-
"fields": {
|
|
20171
|
-
"ID": {
|
|
20172
|
-
"type": "number"
|
|
20173
|
-
},
|
|
20174
|
-
"value": {
|
|
20175
|
-
"type": "boolean"
|
|
20176
|
-
}
|
|
20177
|
-
}
|
|
20178
|
-
},
|
|
20179
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomRssPollingIntervalRequest": {
|
|
20180
|
-
"type": "I",
|
|
20181
|
-
"fields": {
|
|
20182
|
-
"ID": {
|
|
20183
|
-
"type": "number"
|
|
20184
|
-
},
|
|
20185
|
-
"value": {
|
|
20186
|
-
"type": "boolean"
|
|
20187
|
-
}
|
|
20188
|
-
}
|
|
20189
|
-
},
|
|
20190
19198
|
"pushwoosh.objects.restrictionValues.v1.UpdateAllowMetadataRequest": {
|
|
20191
19199
|
"type": "I",
|
|
20192
19200
|
"fields": {
|
|
@@ -20242,17 +19250,6 @@ export const data = {
|
|
|
20242
19250
|
}
|
|
20243
19251
|
}
|
|
20244
19252
|
},
|
|
20245
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowFbMessengerRequest": {
|
|
20246
|
-
"type": "I",
|
|
20247
|
-
"fields": {
|
|
20248
|
-
"ID": {
|
|
20249
|
-
"type": "number"
|
|
20250
|
-
},
|
|
20251
|
-
"value": {
|
|
20252
|
-
"type": "boolean"
|
|
20253
|
-
}
|
|
20254
|
-
}
|
|
20255
|
-
},
|
|
20256
19253
|
"pushwoosh.objects.restrictionValues.v1.UpdateAllowTrackUninstallsRequest": {
|
|
20257
19254
|
"type": "I",
|
|
20258
19255
|
"fields": {
|
|
@@ -20308,17 +19305,6 @@ export const data = {
|
|
|
20308
19305
|
}
|
|
20309
19306
|
}
|
|
20310
19307
|
},
|
|
20311
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersPerDeviceRequest": {
|
|
20312
|
-
"type": "I",
|
|
20313
|
-
"fields": {
|
|
20314
|
-
"ID": {
|
|
20315
|
-
"type": "number"
|
|
20316
|
-
},
|
|
20317
|
-
"value": {
|
|
20318
|
-
"type": "number"
|
|
20319
|
-
}
|
|
20320
|
-
}
|
|
20321
|
-
},
|
|
20322
19308
|
"pushwoosh.objects.restrictionValues.v1.UpdateEmailsFreeLimitRequest": {
|
|
20323
19309
|
"type": "I",
|
|
20324
19310
|
"fields": {
|
|
@@ -20731,93 +19717,21 @@ export const data = {
|
|
|
20731
19717
|
"AllowApi": {
|
|
20732
19718
|
"type": "boolean"
|
|
20733
19719
|
},
|
|
20734
|
-
"AllowScheduling": {
|
|
20735
|
-
"type": "boolean"
|
|
20736
|
-
},
|
|
20737
|
-
"AllowCustomData": {
|
|
20738
|
-
"type": "boolean"
|
|
20739
|
-
},
|
|
20740
|
-
"AllowMultiLanguage": {
|
|
20741
|
-
"type": "boolean"
|
|
20742
|
-
},
|
|
20743
|
-
"AllowAutoConfig": {
|
|
20744
|
-
"type": "boolean"
|
|
20745
|
-
},
|
|
20746
|
-
"AllowCsvMessage": {
|
|
20747
|
-
"type": "boolean"
|
|
20748
|
-
},
|
|
20749
|
-
"AllowCampaignApi": {
|
|
20750
|
-
"type": "boolean"
|
|
20751
|
-
},
|
|
20752
|
-
"AllowPushHistoryApi": {
|
|
20753
|
-
"type": "boolean"
|
|
20754
|
-
},
|
|
20755
|
-
"AllowTagsApi": {
|
|
20756
|
-
"type": "boolean"
|
|
20757
|
-
},
|
|
20758
|
-
"AllowPushByUser": {
|
|
20759
|
-
"type": "boolean"
|
|
20760
|
-
},
|
|
20761
|
-
"AllowFilterApi": {
|
|
20762
|
-
"type": "boolean"
|
|
20763
|
-
},
|
|
20764
|
-
"AllowTwoFactorAuth": {
|
|
20765
|
-
"type": "boolean"
|
|
20766
|
-
},
|
|
20767
|
-
"AllowBroadcastMessageSegmentation": {
|
|
20768
|
-
"type": "boolean"
|
|
20769
|
-
},
|
|
20770
|
-
"AllowPushOnEvent": {
|
|
20771
|
-
"type": "boolean"
|
|
20772
|
-
},
|
|
20773
|
-
"AllowCompileFilter": {
|
|
20774
|
-
"type": "boolean"
|
|
20775
|
-
},
|
|
20776
19720
|
"MinSendRate": {
|
|
20777
19721
|
"type": "number"
|
|
20778
19722
|
},
|
|
20779
19723
|
"MaxSendRate": {
|
|
20780
19724
|
"type": "number"
|
|
20781
19725
|
},
|
|
20782
|
-
"AllowSendToGeozone": {
|
|
20783
|
-
"type": "boolean"
|
|
20784
|
-
},
|
|
20785
|
-
"AllowUseIosNewsstand": {
|
|
20786
|
-
"type": "boolean"
|
|
20787
|
-
},
|
|
20788
|
-
"AllowGetUsersDetails": {
|
|
20789
|
-
"type": "boolean"
|
|
20790
|
-
},
|
|
20791
|
-
"AllowGoalTracking": {
|
|
20792
|
-
"type": "boolean"
|
|
20793
|
-
},
|
|
20794
19726
|
"AllowIePlatformUsage": {
|
|
20795
19727
|
"type": "boolean"
|
|
20796
19728
|
},
|
|
20797
|
-
"AllowInbox": {
|
|
20798
|
-
"type": "boolean"
|
|
20799
|
-
},
|
|
20800
|
-
"MaxEmailTemplates": {
|
|
20801
|
-
"type": "number"
|
|
20802
|
-
},
|
|
20803
|
-
"MaxUserSpecificTags": {
|
|
20804
|
-
"type": "number"
|
|
20805
|
-
},
|
|
20806
|
-
"AllowGdpr": {
|
|
20807
|
-
"type": "boolean"
|
|
20808
|
-
},
|
|
20809
19729
|
"MaxVerifyingEmails": {
|
|
20810
19730
|
"type": "number"
|
|
20811
19731
|
},
|
|
20812
19732
|
"MaxVerifyingDomains": {
|
|
20813
19733
|
"type": "number"
|
|
20814
19734
|
},
|
|
20815
|
-
"AllowSendExternalStats": {
|
|
20816
|
-
"type": "boolean"
|
|
20817
|
-
},
|
|
20818
|
-
"AllowCustomRssPollingInterval": {
|
|
20819
|
-
"type": "boolean"
|
|
20820
|
-
},
|
|
20821
19735
|
"AllowMetadata": {
|
|
20822
19736
|
"type": "boolean"
|
|
20823
19737
|
},
|
|
@@ -20833,9 +19747,6 @@ export const data = {
|
|
|
20833
19747
|
"AllowDebugMode": {
|
|
20834
19748
|
"type": "boolean"
|
|
20835
19749
|
},
|
|
20836
|
-
"AllowFbMessenger": {
|
|
20837
|
-
"type": "boolean"
|
|
20838
|
-
},
|
|
20839
19750
|
"AllowTrackUninstalls": {
|
|
20840
19751
|
"type": "boolean"
|
|
20841
19752
|
},
|
|
@@ -20851,9 +19762,6 @@ export const data = {
|
|
|
20851
19762
|
"AllowFrequencyCapping": {
|
|
20852
19763
|
"type": "boolean"
|
|
20853
19764
|
},
|
|
20854
|
-
"MaxUsersPerDevice": {
|
|
20855
|
-
"type": "number"
|
|
20856
|
-
},
|
|
20857
19765
|
"EmailsFreeLimit": {
|
|
20858
19766
|
"type": "number"
|
|
20859
19767
|
},
|