@pushwoosh/rpc-v2-http-api-data 0.1.558 → 0.1.559
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 +155 -379
- package/package.json +1 -1
- package/pushwoosh_objects_filters_v1.d.ts +8 -0
- package/pushwoosh_objects_restrictionValues_v1.d.ts +57 -161
package/data.js
CHANGED
|
@@ -9388,6 +9388,35 @@ export const data = {
|
|
|
9388
9388
|
}
|
|
9389
9389
|
}
|
|
9390
9390
|
},
|
|
9391
|
+
"pushwoosh.objects.filters.v1.LockLevel": {
|
|
9392
|
+
"type": "E",
|
|
9393
|
+
"values": [
|
|
9394
|
+
"LOCK_LEVEL_UNDEFINED",
|
|
9395
|
+
"LOCK_LEVEL_UPDATE",
|
|
9396
|
+
"LOCK_LEVEL_NO_KEY_UPDATE",
|
|
9397
|
+
"LOCK_LEVEL_SHARE",
|
|
9398
|
+
"LOCK_LEVEL_KEY_SHARE"
|
|
9399
|
+
]
|
|
9400
|
+
},
|
|
9401
|
+
"pushwoosh.objects.filters.v1.LockWaitingOption": {
|
|
9402
|
+
"type": "E",
|
|
9403
|
+
"values": [
|
|
9404
|
+
"LOCK_WAITING_UNDEFINED",
|
|
9405
|
+
"LOCK_WAITING_NOWAIT",
|
|
9406
|
+
"LOCK_WAITING_SKIP_LOCKED"
|
|
9407
|
+
]
|
|
9408
|
+
},
|
|
9409
|
+
"pushwoosh.objects.filters.v1.ForExpression": {
|
|
9410
|
+
"type": "I",
|
|
9411
|
+
"fields": {
|
|
9412
|
+
"level": {
|
|
9413
|
+
"type": "pushwoosh.objects.filters.v1.LockLevel"
|
|
9414
|
+
},
|
|
9415
|
+
"waiting": {
|
|
9416
|
+
"type": "pushwoosh.objects.filters.v1.LockWaitingOption"
|
|
9417
|
+
}
|
|
9418
|
+
}
|
|
9419
|
+
},
|
|
9391
9420
|
"pushwoosh.objects.filters.v1.__filter_crud_service_internal": {
|
|
9392
9421
|
"type": "I",
|
|
9393
9422
|
"fields": {
|
|
@@ -9703,6 +9732,9 @@ export const data = {
|
|
|
9703
9732
|
},
|
|
9704
9733
|
"pageNum": {
|
|
9705
9734
|
"type": "number"
|
|
9735
|
+
},
|
|
9736
|
+
"forLock": {
|
|
9737
|
+
"type": "pushwoosh.objects.filters.v1.ForExpression"
|
|
9706
9738
|
}
|
|
9707
9739
|
}
|
|
9708
9740
|
},
|
|
@@ -9729,6 +9761,9 @@ export const data = {
|
|
|
9729
9761
|
},
|
|
9730
9762
|
"pageSize": {
|
|
9731
9763
|
"type": "number"
|
|
9764
|
+
},
|
|
9765
|
+
"forLock": {
|
|
9766
|
+
"type": "pushwoosh.objects.filters.v1.ForExpression"
|
|
9732
9767
|
}
|
|
9733
9768
|
}
|
|
9734
9769
|
},
|
|
@@ -13293,97 +13328,7 @@ export const data = {
|
|
|
13293
13328
|
}
|
|
13294
13329
|
}
|
|
13295
13330
|
},
|
|
13296
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13297
|
-
"type": "I",
|
|
13298
|
-
"fields": {
|
|
13299
|
-
"operator": {
|
|
13300
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
13301
|
-
},
|
|
13302
|
-
"value": {
|
|
13303
|
-
"type": "boolean"
|
|
13304
|
-
},
|
|
13305
|
-
"values": {
|
|
13306
|
-
"type": "boolean",
|
|
13307
|
-
"array": true
|
|
13308
|
-
}
|
|
13309
|
-
}
|
|
13310
|
-
},
|
|
13311
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjInapp": {
|
|
13312
|
-
"type": "I",
|
|
13313
|
-
"fields": {
|
|
13314
|
-
"operator": {
|
|
13315
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
13316
|
-
},
|
|
13317
|
-
"value": {
|
|
13318
|
-
"type": "boolean"
|
|
13319
|
-
},
|
|
13320
|
-
"values": {
|
|
13321
|
-
"type": "boolean",
|
|
13322
|
-
"array": true
|
|
13323
|
-
}
|
|
13324
|
-
}
|
|
13325
|
-
},
|
|
13326
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjScheduledSegment": {
|
|
13327
|
-
"type": "I",
|
|
13328
|
-
"fields": {
|
|
13329
|
-
"operator": {
|
|
13330
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
13331
|
-
},
|
|
13332
|
-
"value": {
|
|
13333
|
-
"type": "boolean"
|
|
13334
|
-
},
|
|
13335
|
-
"values": {
|
|
13336
|
-
"type": "boolean",
|
|
13337
|
-
"array": true
|
|
13338
|
-
}
|
|
13339
|
-
}
|
|
13340
|
-
},
|
|
13341
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjContentPersonalization": {
|
|
13342
|
-
"type": "I",
|
|
13343
|
-
"fields": {
|
|
13344
|
-
"operator": {
|
|
13345
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
13346
|
-
},
|
|
13347
|
-
"value": {
|
|
13348
|
-
"type": "boolean"
|
|
13349
|
-
},
|
|
13350
|
-
"values": {
|
|
13351
|
-
"type": "boolean",
|
|
13352
|
-
"array": true
|
|
13353
|
-
}
|
|
13354
|
-
}
|
|
13355
|
-
},
|
|
13356
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSetTags": {
|
|
13357
|
-
"type": "I",
|
|
13358
|
-
"fields": {
|
|
13359
|
-
"operator": {
|
|
13360
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
13361
|
-
},
|
|
13362
|
-
"value": {
|
|
13363
|
-
"type": "boolean"
|
|
13364
|
-
},
|
|
13365
|
-
"values": {
|
|
13366
|
-
"type": "boolean",
|
|
13367
|
-
"array": true
|
|
13368
|
-
}
|
|
13369
|
-
}
|
|
13370
|
-
},
|
|
13371
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicDelay": {
|
|
13372
|
-
"type": "I",
|
|
13373
|
-
"fields": {
|
|
13374
|
-
"operator": {
|
|
13375
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
13376
|
-
},
|
|
13377
|
-
"value": {
|
|
13378
|
-
"type": "boolean"
|
|
13379
|
-
},
|
|
13380
|
-
"values": {
|
|
13381
|
-
"type": "boolean",
|
|
13382
|
-
"array": true
|
|
13383
|
-
}
|
|
13384
|
-
}
|
|
13385
|
-
},
|
|
13386
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSilentHours": {
|
|
13331
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics": {
|
|
13387
13332
|
"type": "I",
|
|
13388
13333
|
"fields": {
|
|
13389
13334
|
"operator": {
|
|
@@ -13398,7 +13343,7 @@ export const data = {
|
|
|
13398
13343
|
}
|
|
13399
13344
|
}
|
|
13400
13345
|
},
|
|
13401
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13346
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments": {
|
|
13402
13347
|
"type": "I",
|
|
13403
13348
|
"fields": {
|
|
13404
13349
|
"operator": {
|
|
@@ -13413,7 +13358,7 @@ export const data = {
|
|
|
13413
13358
|
}
|
|
13414
13359
|
}
|
|
13415
13360
|
},
|
|
13416
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13361
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend": {
|
|
13417
13362
|
"type": "I",
|
|
13418
13363
|
"fields": {
|
|
13419
13364
|
"operator": {
|
|
@@ -13428,7 +13373,7 @@ export const data = {
|
|
|
13428
13373
|
}
|
|
13429
13374
|
}
|
|
13430
13375
|
},
|
|
13431
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13376
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation": {
|
|
13432
13377
|
"type": "I",
|
|
13433
13378
|
"fields": {
|
|
13434
13379
|
"operator": {
|
|
@@ -13443,7 +13388,7 @@ export const data = {
|
|
|
13443
13388
|
}
|
|
13444
13389
|
}
|
|
13445
13390
|
},
|
|
13446
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13391
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups": {
|
|
13447
13392
|
"type": "I",
|
|
13448
13393
|
"fields": {
|
|
13449
13394
|
"operator": {
|
|
@@ -13458,7 +13403,7 @@ export const data = {
|
|
|
13458
13403
|
}
|
|
13459
13404
|
}
|
|
13460
13405
|
},
|
|
13461
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13406
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS": {
|
|
13462
13407
|
"type": "I",
|
|
13463
13408
|
"fields": {
|
|
13464
13409
|
"operator": {
|
|
@@ -13473,7 +13418,7 @@ export const data = {
|
|
|
13473
13418
|
}
|
|
13474
13419
|
}
|
|
13475
13420
|
},
|
|
13476
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13421
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile": {
|
|
13477
13422
|
"type": "I",
|
|
13478
13423
|
"fields": {
|
|
13479
13424
|
"operator": {
|
|
@@ -13488,7 +13433,7 @@ export const data = {
|
|
|
13488
13433
|
}
|
|
13489
13434
|
}
|
|
13490
13435
|
},
|
|
13491
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13436
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger": {
|
|
13492
13437
|
"type": "I",
|
|
13493
13438
|
"fields": {
|
|
13494
13439
|
"operator": {
|
|
@@ -13503,7 +13448,7 @@ export const data = {
|
|
|
13503
13448
|
}
|
|
13504
13449
|
}
|
|
13505
13450
|
},
|
|
13506
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13451
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel": {
|
|
13507
13452
|
"type": "I",
|
|
13508
13453
|
"fields": {
|
|
13509
13454
|
"operator": {
|
|
@@ -13518,7 +13463,7 @@ export const data = {
|
|
|
13518
13463
|
}
|
|
13519
13464
|
}
|
|
13520
13465
|
},
|
|
13521
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13466
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection": {
|
|
13522
13467
|
"type": "I",
|
|
13523
13468
|
"fields": {
|
|
13524
13469
|
"operator": {
|
|
@@ -13533,7 +13478,7 @@ export const data = {
|
|
|
13533
13478
|
}
|
|
13534
13479
|
}
|
|
13535
13480
|
},
|
|
13536
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13481
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc": {
|
|
13537
13482
|
"type": "I",
|
|
13538
13483
|
"fields": {
|
|
13539
13484
|
"operator": {
|
|
@@ -13548,22 +13493,22 @@ export const data = {
|
|
|
13548
13493
|
}
|
|
13549
13494
|
}
|
|
13550
13495
|
},
|
|
13551
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13496
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod": {
|
|
13552
13497
|
"type": "I",
|
|
13553
13498
|
"fields": {
|
|
13554
13499
|
"operator": {
|
|
13555
13500
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
13556
13501
|
},
|
|
13557
13502
|
"value": {
|
|
13558
|
-
"type": "
|
|
13503
|
+
"type": "number"
|
|
13559
13504
|
},
|
|
13560
13505
|
"values": {
|
|
13561
|
-
"type": "
|
|
13506
|
+
"type": "number",
|
|
13562
13507
|
"array": true
|
|
13563
13508
|
}
|
|
13564
13509
|
}
|
|
13565
13510
|
},
|
|
13566
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13511
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp": {
|
|
13567
13512
|
"type": "I",
|
|
13568
13513
|
"fields": {
|
|
13569
13514
|
"operator": {
|
|
@@ -13578,7 +13523,7 @@ export const data = {
|
|
|
13578
13523
|
}
|
|
13579
13524
|
}
|
|
13580
13525
|
},
|
|
13581
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13526
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats": {
|
|
13582
13527
|
"type": "I",
|
|
13583
13528
|
"fields": {
|
|
13584
13529
|
"operator": {
|
|
@@ -13593,7 +13538,7 @@ export const data = {
|
|
|
13593
13538
|
}
|
|
13594
13539
|
}
|
|
13595
13540
|
},
|
|
13596
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13541
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged": {
|
|
13597
13542
|
"type": "I",
|
|
13598
13543
|
"fields": {
|
|
13599
13544
|
"operator": {
|
|
@@ -13608,22 +13553,7 @@ export const data = {
|
|
|
13608
13553
|
}
|
|
13609
13554
|
}
|
|
13610
13555
|
},
|
|
13611
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13612
|
-
"type": "I",
|
|
13613
|
-
"fields": {
|
|
13614
|
-
"operator": {
|
|
13615
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
13616
|
-
},
|
|
13617
|
-
"value": {
|
|
13618
|
-
"type": "number"
|
|
13619
|
-
},
|
|
13620
|
-
"values": {
|
|
13621
|
-
"type": "number",
|
|
13622
|
-
"array": true
|
|
13623
|
-
}
|
|
13624
|
-
}
|
|
13625
|
-
},
|
|
13626
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp": {
|
|
13556
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine": {
|
|
13627
13557
|
"type": "I",
|
|
13628
13558
|
"fields": {
|
|
13629
13559
|
"operator": {
|
|
@@ -13638,7 +13568,7 @@ export const data = {
|
|
|
13638
13568
|
}
|
|
13639
13569
|
}
|
|
13640
13570
|
},
|
|
13641
|
-
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.
|
|
13571
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp": {
|
|
13642
13572
|
"type": "I",
|
|
13643
13573
|
"fields": {
|
|
13644
13574
|
"operator": {
|
|
@@ -13902,30 +13832,6 @@ export const data = {
|
|
|
13902
13832
|
"CondDetailActionHistoryStorePeriod": {
|
|
13903
13833
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod"
|
|
13904
13834
|
},
|
|
13905
|
-
"CondAllowCjWebhook": {
|
|
13906
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjWebhook"
|
|
13907
|
-
},
|
|
13908
|
-
"CondAllowCjInapp": {
|
|
13909
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjInapp"
|
|
13910
|
-
},
|
|
13911
|
-
"CondAllowCjScheduledSegment": {
|
|
13912
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjScheduledSegment"
|
|
13913
|
-
},
|
|
13914
|
-
"CondAllowCjContentPersonalization": {
|
|
13915
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjContentPersonalization"
|
|
13916
|
-
},
|
|
13917
|
-
"CondAllowCjSetTags": {
|
|
13918
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSetTags"
|
|
13919
|
-
},
|
|
13920
|
-
"CondAllowCjDynamicDelay": {
|
|
13921
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicDelay"
|
|
13922
|
-
},
|
|
13923
|
-
"CondAllowCjSilentHours": {
|
|
13924
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSilentHours"
|
|
13925
|
-
},
|
|
13926
|
-
"CondAllowCjFrequencyCapping": {
|
|
13927
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjFrequencyCapping"
|
|
13928
|
-
},
|
|
13929
13835
|
"CondAllowShowDeliveryStatistics": {
|
|
13930
13836
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics"
|
|
13931
13837
|
},
|
|
@@ -13941,15 +13847,9 @@ export const data = {
|
|
|
13941
13847
|
"CondAllowSegmentsGroups": {
|
|
13942
13848
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups"
|
|
13943
13849
|
},
|
|
13944
|
-
"CondAllowCustomerJourney": {
|
|
13945
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomerJourney"
|
|
13946
|
-
},
|
|
13947
13850
|
"CondAllowCjSMS": {
|
|
13948
13851
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS"
|
|
13949
13852
|
},
|
|
13950
|
-
"CondAllowCjApiEntry": {
|
|
13951
|
-
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjApiEntry"
|
|
13952
|
-
},
|
|
13953
13853
|
"CondAllowCjDynamicSetTagsInUpdateProfile": {
|
|
13954
13854
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile"
|
|
13955
13855
|
},
|
|
@@ -13973,6 +13873,15 @@ export const data = {
|
|
|
13973
13873
|
},
|
|
13974
13874
|
"CondAllowCjAlternativeGoalsStats": {
|
|
13975
13875
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats"
|
|
13876
|
+
},
|
|
13877
|
+
"CondAllowCjListenUserIdChanged": {
|
|
13878
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged"
|
|
13879
|
+
},
|
|
13880
|
+
"CondAllowLine": {
|
|
13881
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine"
|
|
13882
|
+
},
|
|
13883
|
+
"CondAllowPostEventInApp": {
|
|
13884
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp"
|
|
13976
13885
|
}
|
|
13977
13886
|
},
|
|
13978
13887
|
"oneofs": {
|
|
@@ -14060,22 +13969,12 @@ export const data = {
|
|
|
14060
13969
|
"CondMessageHistoryStorePeriod",
|
|
14061
13970
|
"CondAllowApiGetMessageLog",
|
|
14062
13971
|
"CondDetailActionHistoryStorePeriod",
|
|
14063
|
-
"CondAllowCjWebhook",
|
|
14064
|
-
"CondAllowCjInapp",
|
|
14065
|
-
"CondAllowCjScheduledSegment",
|
|
14066
|
-
"CondAllowCjContentPersonalization",
|
|
14067
|
-
"CondAllowCjSetTags",
|
|
14068
|
-
"CondAllowCjDynamicDelay",
|
|
14069
|
-
"CondAllowCjSilentHours",
|
|
14070
|
-
"CondAllowCjFrequencyCapping",
|
|
14071
13972
|
"CondAllowShowDeliveryStatistics",
|
|
14072
13973
|
"CondAllowRFMSegments",
|
|
14073
13974
|
"CondAllowBestTimeToSend",
|
|
14074
13975
|
"CondAllowEventSegmentation",
|
|
14075
13976
|
"CondAllowSegmentsGroups",
|
|
14076
|
-
"CondAllowCustomerJourney",
|
|
14077
13977
|
"CondAllowCjSMS",
|
|
14078
|
-
"CondAllowCjApiEntry",
|
|
14079
13978
|
"CondAllowCjDynamicSetTagsInUpdateProfile",
|
|
14080
13979
|
"CondAllowCjAddBranchesInWaitForTrigger",
|
|
14081
13980
|
"CondAllowEventsFunnel",
|
|
@@ -14083,7 +13982,10 @@ export const data = {
|
|
|
14083
13982
|
"CondAllowCjEmailBcc",
|
|
14084
13983
|
"CondEmailFileStorePeriod",
|
|
14085
13984
|
"CondAllowWhatsApp",
|
|
14086
|
-
"CondAllowCjAlternativeGoalsStats"
|
|
13985
|
+
"CondAllowCjAlternativeGoalsStats",
|
|
13986
|
+
"CondAllowCjListenUserIdChanged",
|
|
13987
|
+
"CondAllowLine",
|
|
13988
|
+
"CondAllowPostEventInApp"
|
|
14087
13989
|
]
|
|
14088
13990
|
}
|
|
14089
13991
|
}
|
|
@@ -14135,6 +14037,35 @@ export const data = {
|
|
|
14135
14037
|
}
|
|
14136
14038
|
}
|
|
14137
14039
|
},
|
|
14040
|
+
"pushwoosh.objects.restrictionValues.v1.LockLevel": {
|
|
14041
|
+
"type": "E",
|
|
14042
|
+
"values": [
|
|
14043
|
+
"LOCK_LEVEL_UNDEFINED",
|
|
14044
|
+
"LOCK_LEVEL_UPDATE",
|
|
14045
|
+
"LOCK_LEVEL_NO_KEY_UPDATE",
|
|
14046
|
+
"LOCK_LEVEL_SHARE",
|
|
14047
|
+
"LOCK_LEVEL_KEY_SHARE"
|
|
14048
|
+
]
|
|
14049
|
+
},
|
|
14050
|
+
"pushwoosh.objects.restrictionValues.v1.LockWaitingOption": {
|
|
14051
|
+
"type": "E",
|
|
14052
|
+
"values": [
|
|
14053
|
+
"LOCK_WAITING_UNDEFINED",
|
|
14054
|
+
"LOCK_WAITING_NOWAIT",
|
|
14055
|
+
"LOCK_WAITING_SKIP_LOCKED"
|
|
14056
|
+
]
|
|
14057
|
+
},
|
|
14058
|
+
"pushwoosh.objects.restrictionValues.v1.ForExpression": {
|
|
14059
|
+
"type": "I",
|
|
14060
|
+
"fields": {
|
|
14061
|
+
"level": {
|
|
14062
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LockLevel"
|
|
14063
|
+
},
|
|
14064
|
+
"waiting": {
|
|
14065
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LockWaitingOption"
|
|
14066
|
+
}
|
|
14067
|
+
}
|
|
14068
|
+
},
|
|
14138
14069
|
"pushwoosh.objects.restrictionValues.v1.__restrictionValue_crud_service_internal": {
|
|
14139
14070
|
"type": "I",
|
|
14140
14071
|
"fields": {
|
|
@@ -14693,54 +14624,6 @@ export const data = {
|
|
|
14693
14624
|
"method": "patch",
|
|
14694
14625
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/DetailActionHistoryStorePeriod"
|
|
14695
14626
|
},
|
|
14696
|
-
"UpdateAllowCjWebhook": {
|
|
14697
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjWebhookRequest",
|
|
14698
|
-
"response": "{}",
|
|
14699
|
-
"method": "patch",
|
|
14700
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjWebhook"
|
|
14701
|
-
},
|
|
14702
|
-
"UpdateAllowCjInapp": {
|
|
14703
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjInappRequest",
|
|
14704
|
-
"response": "{}",
|
|
14705
|
-
"method": "patch",
|
|
14706
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjInapp"
|
|
14707
|
-
},
|
|
14708
|
-
"UpdateAllowCjScheduledSegment": {
|
|
14709
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjScheduledSegmentRequest",
|
|
14710
|
-
"response": "{}",
|
|
14711
|
-
"method": "patch",
|
|
14712
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjScheduledSegment"
|
|
14713
|
-
},
|
|
14714
|
-
"UpdateAllowCjContentPersonalization": {
|
|
14715
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjContentPersonalizationRequest",
|
|
14716
|
-
"response": "{}",
|
|
14717
|
-
"method": "patch",
|
|
14718
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjContentPersonalization"
|
|
14719
|
-
},
|
|
14720
|
-
"UpdateAllowCjSetTags": {
|
|
14721
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSetTagsRequest",
|
|
14722
|
-
"response": "{}",
|
|
14723
|
-
"method": "patch",
|
|
14724
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSetTags"
|
|
14725
|
-
},
|
|
14726
|
-
"UpdateAllowCjDynamicDelay": {
|
|
14727
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicDelayRequest",
|
|
14728
|
-
"response": "{}",
|
|
14729
|
-
"method": "patch",
|
|
14730
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjDynamicDelay"
|
|
14731
|
-
},
|
|
14732
|
-
"UpdateAllowCjSilentHours": {
|
|
14733
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSilentHoursRequest",
|
|
14734
|
-
"response": "{}",
|
|
14735
|
-
"method": "patch",
|
|
14736
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSilentHours"
|
|
14737
|
-
},
|
|
14738
|
-
"UpdateAllowCjFrequencyCapping": {
|
|
14739
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjFrequencyCappingRequest",
|
|
14740
|
-
"response": "{}",
|
|
14741
|
-
"method": "patch",
|
|
14742
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjFrequencyCapping"
|
|
14743
|
-
},
|
|
14744
14627
|
"UpdateAllowShowDeliveryStatistics": {
|
|
14745
14628
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowShowDeliveryStatisticsRequest",
|
|
14746
14629
|
"response": "{}",
|
|
@@ -14771,24 +14654,12 @@ export const data = {
|
|
|
14771
14654
|
"method": "patch",
|
|
14772
14655
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowSegmentsGroups"
|
|
14773
14656
|
},
|
|
14774
|
-
"UpdateAllowCustomerJourney": {
|
|
14775
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomerJourneyRequest",
|
|
14776
|
-
"response": "{}",
|
|
14777
|
-
"method": "patch",
|
|
14778
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCustomerJourney"
|
|
14779
|
-
},
|
|
14780
14657
|
"UpdateAllowCjSMS": {
|
|
14781
14658
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSMSRequest",
|
|
14782
14659
|
"response": "{}",
|
|
14783
14660
|
"method": "patch",
|
|
14784
14661
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSMS"
|
|
14785
14662
|
},
|
|
14786
|
-
"UpdateAllowCjApiEntry": {
|
|
14787
|
-
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjApiEntryRequest",
|
|
14788
|
-
"response": "{}",
|
|
14789
|
-
"method": "patch",
|
|
14790
|
-
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjApiEntry"
|
|
14791
|
-
},
|
|
14792
14663
|
"UpdateAllowCjDynamicSetTagsInUpdateProfile": {
|
|
14793
14664
|
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest",
|
|
14794
14665
|
"response": "{}",
|
|
@@ -14836,6 +14707,24 @@ export const data = {
|
|
|
14836
14707
|
"response": "{}",
|
|
14837
14708
|
"method": "patch",
|
|
14838
14709
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjAlternativeGoalsStats"
|
|
14710
|
+
},
|
|
14711
|
+
"UpdateAllowCjListenUserIdChanged": {
|
|
14712
|
+
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjListenUserIdChangedRequest",
|
|
14713
|
+
"response": "{}",
|
|
14714
|
+
"method": "patch",
|
|
14715
|
+
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjListenUserIdChanged"
|
|
14716
|
+
},
|
|
14717
|
+
"UpdateAllowLine": {
|
|
14718
|
+
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowLineRequest",
|
|
14719
|
+
"response": "{}",
|
|
14720
|
+
"method": "patch",
|
|
14721
|
+
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowLine"
|
|
14722
|
+
},
|
|
14723
|
+
"UpdateAllowPostEventInApp": {
|
|
14724
|
+
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowPostEventInAppRequest",
|
|
14725
|
+
"response": "{}",
|
|
14726
|
+
"method": "patch",
|
|
14727
|
+
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowPostEventInApp"
|
|
14839
14728
|
}
|
|
14840
14729
|
}
|
|
14841
14730
|
},
|
|
@@ -15085,30 +14974,6 @@ export const data = {
|
|
|
15085
14974
|
"DetailActionHistoryStorePeriod": {
|
|
15086
14975
|
"type": "number"
|
|
15087
14976
|
},
|
|
15088
|
-
"AllowCjWebhook": {
|
|
15089
|
-
"type": "boolean"
|
|
15090
|
-
},
|
|
15091
|
-
"AllowCjInapp": {
|
|
15092
|
-
"type": "boolean"
|
|
15093
|
-
},
|
|
15094
|
-
"AllowCjScheduledSegment": {
|
|
15095
|
-
"type": "boolean"
|
|
15096
|
-
},
|
|
15097
|
-
"AllowCjContentPersonalization": {
|
|
15098
|
-
"type": "boolean"
|
|
15099
|
-
},
|
|
15100
|
-
"AllowCjSetTags": {
|
|
15101
|
-
"type": "boolean"
|
|
15102
|
-
},
|
|
15103
|
-
"AllowCjDynamicDelay": {
|
|
15104
|
-
"type": "boolean"
|
|
15105
|
-
},
|
|
15106
|
-
"AllowCjSilentHours": {
|
|
15107
|
-
"type": "boolean"
|
|
15108
|
-
},
|
|
15109
|
-
"AllowCjFrequencyCapping": {
|
|
15110
|
-
"type": "boolean"
|
|
15111
|
-
},
|
|
15112
14977
|
"AllowShowDeliveryStatistics": {
|
|
15113
14978
|
"type": "boolean"
|
|
15114
14979
|
},
|
|
@@ -15124,15 +14989,9 @@ export const data = {
|
|
|
15124
14989
|
"AllowSegmentsGroups": {
|
|
15125
14990
|
"type": "boolean"
|
|
15126
14991
|
},
|
|
15127
|
-
"AllowCustomerJourney": {
|
|
15128
|
-
"type": "boolean"
|
|
15129
|
-
},
|
|
15130
14992
|
"AllowCjSMS": {
|
|
15131
14993
|
"type": "boolean"
|
|
15132
14994
|
},
|
|
15133
|
-
"AllowCjApiEntry": {
|
|
15134
|
-
"type": "boolean"
|
|
15135
|
-
},
|
|
15136
14995
|
"AllowCjDynamicSetTagsInUpdateProfile": {
|
|
15137
14996
|
"type": "boolean"
|
|
15138
14997
|
},
|
|
@@ -15156,6 +15015,15 @@ export const data = {
|
|
|
15156
15015
|
},
|
|
15157
15016
|
"AllowCjAlternativeGoalsStats": {
|
|
15158
15017
|
"type": "boolean"
|
|
15018
|
+
},
|
|
15019
|
+
"AllowCjListenUserIdChanged": {
|
|
15020
|
+
"type": "boolean"
|
|
15021
|
+
},
|
|
15022
|
+
"AllowLine": {
|
|
15023
|
+
"type": "boolean"
|
|
15024
|
+
},
|
|
15025
|
+
"AllowPostEventInApp": {
|
|
15026
|
+
"type": "boolean"
|
|
15159
15027
|
}
|
|
15160
15028
|
}
|
|
15161
15029
|
},
|
|
@@ -15239,6 +15107,9 @@ export const data = {
|
|
|
15239
15107
|
},
|
|
15240
15108
|
"pageNum": {
|
|
15241
15109
|
"type": "number"
|
|
15110
|
+
},
|
|
15111
|
+
"forLock": {
|
|
15112
|
+
"type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
|
|
15242
15113
|
}
|
|
15243
15114
|
}
|
|
15244
15115
|
},
|
|
@@ -15265,6 +15136,9 @@ export const data = {
|
|
|
15265
15136
|
},
|
|
15266
15137
|
"pageSize": {
|
|
15267
15138
|
"type": "number"
|
|
15139
|
+
},
|
|
15140
|
+
"forLock": {
|
|
15141
|
+
"type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
|
|
15268
15142
|
}
|
|
15269
15143
|
}
|
|
15270
15144
|
},
|
|
@@ -16187,51 +16061,7 @@ export const data = {
|
|
|
16187
16061
|
}
|
|
16188
16062
|
}
|
|
16189
16063
|
},
|
|
16190
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16191
|
-
"type": "I",
|
|
16192
|
-
"fields": {
|
|
16193
|
-
"ID": {
|
|
16194
|
-
"type": "number"
|
|
16195
|
-
},
|
|
16196
|
-
"value": {
|
|
16197
|
-
"type": "boolean"
|
|
16198
|
-
}
|
|
16199
|
-
}
|
|
16200
|
-
},
|
|
16201
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjInappRequest": {
|
|
16202
|
-
"type": "I",
|
|
16203
|
-
"fields": {
|
|
16204
|
-
"ID": {
|
|
16205
|
-
"type": "number"
|
|
16206
|
-
},
|
|
16207
|
-
"value": {
|
|
16208
|
-
"type": "boolean"
|
|
16209
|
-
}
|
|
16210
|
-
}
|
|
16211
|
-
},
|
|
16212
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjScheduledSegmentRequest": {
|
|
16213
|
-
"type": "I",
|
|
16214
|
-
"fields": {
|
|
16215
|
-
"ID": {
|
|
16216
|
-
"type": "number"
|
|
16217
|
-
},
|
|
16218
|
-
"value": {
|
|
16219
|
-
"type": "boolean"
|
|
16220
|
-
}
|
|
16221
|
-
}
|
|
16222
|
-
},
|
|
16223
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjContentPersonalizationRequest": {
|
|
16224
|
-
"type": "I",
|
|
16225
|
-
"fields": {
|
|
16226
|
-
"ID": {
|
|
16227
|
-
"type": "number"
|
|
16228
|
-
},
|
|
16229
|
-
"value": {
|
|
16230
|
-
"type": "boolean"
|
|
16231
|
-
}
|
|
16232
|
-
}
|
|
16233
|
-
},
|
|
16234
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSetTagsRequest": {
|
|
16064
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowShowDeliveryStatisticsRequest": {
|
|
16235
16065
|
"type": "I",
|
|
16236
16066
|
"fields": {
|
|
16237
16067
|
"ID": {
|
|
@@ -16242,7 +16072,7 @@ export const data = {
|
|
|
16242
16072
|
}
|
|
16243
16073
|
}
|
|
16244
16074
|
},
|
|
16245
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16075
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowRFMSegmentsRequest": {
|
|
16246
16076
|
"type": "I",
|
|
16247
16077
|
"fields": {
|
|
16248
16078
|
"ID": {
|
|
@@ -16253,7 +16083,7 @@ export const data = {
|
|
|
16253
16083
|
}
|
|
16254
16084
|
}
|
|
16255
16085
|
},
|
|
16256
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16086
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowBestTimeToSendRequest": {
|
|
16257
16087
|
"type": "I",
|
|
16258
16088
|
"fields": {
|
|
16259
16089
|
"ID": {
|
|
@@ -16264,7 +16094,7 @@ export const data = {
|
|
|
16264
16094
|
}
|
|
16265
16095
|
}
|
|
16266
16096
|
},
|
|
16267
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16097
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventSegmentationRequest": {
|
|
16268
16098
|
"type": "I",
|
|
16269
16099
|
"fields": {
|
|
16270
16100
|
"ID": {
|
|
@@ -16275,7 +16105,7 @@ export const data = {
|
|
|
16275
16105
|
}
|
|
16276
16106
|
}
|
|
16277
16107
|
},
|
|
16278
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16108
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowSegmentsGroupsRequest": {
|
|
16279
16109
|
"type": "I",
|
|
16280
16110
|
"fields": {
|
|
16281
16111
|
"ID": {
|
|
@@ -16286,7 +16116,7 @@ export const data = {
|
|
|
16286
16116
|
}
|
|
16287
16117
|
}
|
|
16288
16118
|
},
|
|
16289
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16119
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSMSRequest": {
|
|
16290
16120
|
"type": "I",
|
|
16291
16121
|
"fields": {
|
|
16292
16122
|
"ID": {
|
|
@@ -16297,7 +16127,7 @@ export const data = {
|
|
|
16297
16127
|
}
|
|
16298
16128
|
}
|
|
16299
16129
|
},
|
|
16300
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16130
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest": {
|
|
16301
16131
|
"type": "I",
|
|
16302
16132
|
"fields": {
|
|
16303
16133
|
"ID": {
|
|
@@ -16308,7 +16138,7 @@ export const data = {
|
|
|
16308
16138
|
}
|
|
16309
16139
|
}
|
|
16310
16140
|
},
|
|
16311
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16141
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAddBranchesInWaitForTriggerRequest": {
|
|
16312
16142
|
"type": "I",
|
|
16313
16143
|
"fields": {
|
|
16314
16144
|
"ID": {
|
|
@@ -16319,7 +16149,7 @@ export const data = {
|
|
|
16319
16149
|
}
|
|
16320
16150
|
}
|
|
16321
16151
|
},
|
|
16322
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16152
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventsFunnelRequest": {
|
|
16323
16153
|
"type": "I",
|
|
16324
16154
|
"fields": {
|
|
16325
16155
|
"ID": {
|
|
@@ -16330,7 +16160,7 @@ export const data = {
|
|
|
16330
16160
|
}
|
|
16331
16161
|
}
|
|
16332
16162
|
},
|
|
16333
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16163
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowChannelsSectionRequest": {
|
|
16334
16164
|
"type": "I",
|
|
16335
16165
|
"fields": {
|
|
16336
16166
|
"ID": {
|
|
@@ -16341,7 +16171,7 @@ export const data = {
|
|
|
16341
16171
|
}
|
|
16342
16172
|
}
|
|
16343
16173
|
},
|
|
16344
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16174
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjEmailBccRequest": {
|
|
16345
16175
|
"type": "I",
|
|
16346
16176
|
"fields": {
|
|
16347
16177
|
"ID": {
|
|
@@ -16352,40 +16182,18 @@ export const data = {
|
|
|
16352
16182
|
}
|
|
16353
16183
|
}
|
|
16354
16184
|
},
|
|
16355
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16185
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateEmailFileStorePeriodRequest": {
|
|
16356
16186
|
"type": "I",
|
|
16357
16187
|
"fields": {
|
|
16358
16188
|
"ID": {
|
|
16359
16189
|
"type": "number"
|
|
16360
16190
|
},
|
|
16361
16191
|
"value": {
|
|
16362
|
-
"type": "boolean"
|
|
16363
|
-
}
|
|
16364
|
-
}
|
|
16365
|
-
},
|
|
16366
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest": {
|
|
16367
|
-
"type": "I",
|
|
16368
|
-
"fields": {
|
|
16369
|
-
"ID": {
|
|
16370
16192
|
"type": "number"
|
|
16371
|
-
},
|
|
16372
|
-
"value": {
|
|
16373
|
-
"type": "boolean"
|
|
16374
16193
|
}
|
|
16375
16194
|
}
|
|
16376
16195
|
},
|
|
16377
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16378
|
-
"type": "I",
|
|
16379
|
-
"fields": {
|
|
16380
|
-
"ID": {
|
|
16381
|
-
"type": "number"
|
|
16382
|
-
},
|
|
16383
|
-
"value": {
|
|
16384
|
-
"type": "boolean"
|
|
16385
|
-
}
|
|
16386
|
-
}
|
|
16387
|
-
},
|
|
16388
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventsFunnelRequest": {
|
|
16196
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowWhatsAppRequest": {
|
|
16389
16197
|
"type": "I",
|
|
16390
16198
|
"fields": {
|
|
16391
16199
|
"ID": {
|
|
@@ -16396,7 +16204,7 @@ export const data = {
|
|
|
16396
16204
|
}
|
|
16397
16205
|
}
|
|
16398
16206
|
},
|
|
16399
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16207
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAlternativeGoalsStatsRequest": {
|
|
16400
16208
|
"type": "I",
|
|
16401
16209
|
"fields": {
|
|
16402
16210
|
"ID": {
|
|
@@ -16407,7 +16215,7 @@ export const data = {
|
|
|
16407
16215
|
}
|
|
16408
16216
|
}
|
|
16409
16217
|
},
|
|
16410
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16218
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjListenUserIdChangedRequest": {
|
|
16411
16219
|
"type": "I",
|
|
16412
16220
|
"fields": {
|
|
16413
16221
|
"ID": {
|
|
@@ -16418,18 +16226,7 @@ export const data = {
|
|
|
16418
16226
|
}
|
|
16419
16227
|
}
|
|
16420
16228
|
},
|
|
16421
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16422
|
-
"type": "I",
|
|
16423
|
-
"fields": {
|
|
16424
|
-
"ID": {
|
|
16425
|
-
"type": "number"
|
|
16426
|
-
},
|
|
16427
|
-
"value": {
|
|
16428
|
-
"type": "number"
|
|
16429
|
-
}
|
|
16430
|
-
}
|
|
16431
|
-
},
|
|
16432
|
-
"pushwoosh.objects.restrictionValues.v1.UpdateAllowWhatsAppRequest": {
|
|
16229
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowLineRequest": {
|
|
16433
16230
|
"type": "I",
|
|
16434
16231
|
"fields": {
|
|
16435
16232
|
"ID": {
|
|
@@ -16440,7 +16237,7 @@ export const data = {
|
|
|
16440
16237
|
}
|
|
16441
16238
|
}
|
|
16442
16239
|
},
|
|
16443
|
-
"pushwoosh.objects.restrictionValues.v1.
|
|
16240
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowPostEventInAppRequest": {
|
|
16444
16241
|
"type": "I",
|
|
16445
16242
|
"fields": {
|
|
16446
16243
|
"ID": {
|
|
@@ -16736,30 +16533,6 @@ export const data = {
|
|
|
16736
16533
|
"DetailActionHistoryStorePeriod": {
|
|
16737
16534
|
"type": "number"
|
|
16738
16535
|
},
|
|
16739
|
-
"AllowCjWebhook": {
|
|
16740
|
-
"type": "boolean"
|
|
16741
|
-
},
|
|
16742
|
-
"AllowCjInapp": {
|
|
16743
|
-
"type": "boolean"
|
|
16744
|
-
},
|
|
16745
|
-
"AllowCjScheduledSegment": {
|
|
16746
|
-
"type": "boolean"
|
|
16747
|
-
},
|
|
16748
|
-
"AllowCjContentPersonalization": {
|
|
16749
|
-
"type": "boolean"
|
|
16750
|
-
},
|
|
16751
|
-
"AllowCjSetTags": {
|
|
16752
|
-
"type": "boolean"
|
|
16753
|
-
},
|
|
16754
|
-
"AllowCjDynamicDelay": {
|
|
16755
|
-
"type": "boolean"
|
|
16756
|
-
},
|
|
16757
|
-
"AllowCjSilentHours": {
|
|
16758
|
-
"type": "boolean"
|
|
16759
|
-
},
|
|
16760
|
-
"AllowCjFrequencyCapping": {
|
|
16761
|
-
"type": "boolean"
|
|
16762
|
-
},
|
|
16763
16536
|
"AllowShowDeliveryStatistics": {
|
|
16764
16537
|
"type": "boolean"
|
|
16765
16538
|
},
|
|
@@ -16775,15 +16548,9 @@ export const data = {
|
|
|
16775
16548
|
"AllowSegmentsGroups": {
|
|
16776
16549
|
"type": "boolean"
|
|
16777
16550
|
},
|
|
16778
|
-
"AllowCustomerJourney": {
|
|
16779
|
-
"type": "boolean"
|
|
16780
|
-
},
|
|
16781
16551
|
"AllowCjSMS": {
|
|
16782
16552
|
"type": "boolean"
|
|
16783
16553
|
},
|
|
16784
|
-
"AllowCjApiEntry": {
|
|
16785
|
-
"type": "boolean"
|
|
16786
|
-
},
|
|
16787
16554
|
"AllowCjDynamicSetTagsInUpdateProfile": {
|
|
16788
16555
|
"type": "boolean"
|
|
16789
16556
|
},
|
|
@@ -16807,6 +16574,15 @@ export const data = {
|
|
|
16807
16574
|
},
|
|
16808
16575
|
"AllowCjAlternativeGoalsStats": {
|
|
16809
16576
|
"type": "boolean"
|
|
16577
|
+
},
|
|
16578
|
+
"AllowCjListenUserIdChanged": {
|
|
16579
|
+
"type": "boolean"
|
|
16580
|
+
},
|
|
16581
|
+
"AllowLine": {
|
|
16582
|
+
"type": "boolean"
|
|
16583
|
+
},
|
|
16584
|
+
"AllowPostEventInApp": {
|
|
16585
|
+
"type": "boolean"
|
|
16810
16586
|
}
|
|
16811
16587
|
}
|
|
16812
16588
|
},
|
package/package.json
CHANGED
|
@@ -187,6 +187,12 @@ export type SortOrder = 'INVALID' | 'ASC' | 'DESC';
|
|
|
187
187
|
export type SortExpression = {
|
|
188
188
|
sorts: Sort[];
|
|
189
189
|
};
|
|
190
|
+
export type LockLevel = 'LOCK_LEVEL_UNDEFINED' | 'LOCK_LEVEL_UPDATE' | 'LOCK_LEVEL_NO_KEY_UPDATE' | 'LOCK_LEVEL_SHARE' | 'LOCK_LEVEL_KEY_SHARE';
|
|
191
|
+
export type LockWaitingOption = 'LOCK_WAITING_UNDEFINED' | 'LOCK_WAITING_NOWAIT' | 'LOCK_WAITING_SKIP_LOCKED';
|
|
192
|
+
export type ForExpression = {
|
|
193
|
+
level: LockLevel;
|
|
194
|
+
waiting: LockWaitingOption;
|
|
195
|
+
};
|
|
190
196
|
export type __filter_crud_service_internal = {
|
|
191
197
|
f1: string;
|
|
192
198
|
f2: Date;
|
|
@@ -268,6 +274,7 @@ export type GetPageRequest = {
|
|
|
268
274
|
sort?: SortExpression;
|
|
269
275
|
pageSize?: number;
|
|
270
276
|
pageNum?: number;
|
|
277
|
+
forLock?: ForExpression;
|
|
271
278
|
};
|
|
272
279
|
export type GetPageResponse = {
|
|
273
280
|
filters: Filter[];
|
|
@@ -277,6 +284,7 @@ export type ListRequest = {
|
|
|
277
284
|
where?: LogicExpression;
|
|
278
285
|
sort?: SortExpression;
|
|
279
286
|
pageSize?: number;
|
|
287
|
+
forLock?: ForExpression;
|
|
280
288
|
};
|
|
281
289
|
export type ListResponse = {
|
|
282
290
|
paginationToken: string;
|
|
@@ -420,46 +420,6 @@ export type LogicExpression_Field_DetailActionHistoryStorePeriod = {
|
|
|
420
420
|
value: number;
|
|
421
421
|
values: number[];
|
|
422
422
|
};
|
|
423
|
-
export type LogicExpression_Field_AllowCjWebhook = {
|
|
424
|
-
operator: LogicExpression_Field_Operator;
|
|
425
|
-
value: boolean;
|
|
426
|
-
values: boolean[];
|
|
427
|
-
};
|
|
428
|
-
export type LogicExpression_Field_AllowCjInapp = {
|
|
429
|
-
operator: LogicExpression_Field_Operator;
|
|
430
|
-
value: boolean;
|
|
431
|
-
values: boolean[];
|
|
432
|
-
};
|
|
433
|
-
export type LogicExpression_Field_AllowCjScheduledSegment = {
|
|
434
|
-
operator: LogicExpression_Field_Operator;
|
|
435
|
-
value: boolean;
|
|
436
|
-
values: boolean[];
|
|
437
|
-
};
|
|
438
|
-
export type LogicExpression_Field_AllowCjContentPersonalization = {
|
|
439
|
-
operator: LogicExpression_Field_Operator;
|
|
440
|
-
value: boolean;
|
|
441
|
-
values: boolean[];
|
|
442
|
-
};
|
|
443
|
-
export type LogicExpression_Field_AllowCjSetTags = {
|
|
444
|
-
operator: LogicExpression_Field_Operator;
|
|
445
|
-
value: boolean;
|
|
446
|
-
values: boolean[];
|
|
447
|
-
};
|
|
448
|
-
export type LogicExpression_Field_AllowCjDynamicDelay = {
|
|
449
|
-
operator: LogicExpression_Field_Operator;
|
|
450
|
-
value: boolean;
|
|
451
|
-
values: boolean[];
|
|
452
|
-
};
|
|
453
|
-
export type LogicExpression_Field_AllowCjSilentHours = {
|
|
454
|
-
operator: LogicExpression_Field_Operator;
|
|
455
|
-
value: boolean;
|
|
456
|
-
values: boolean[];
|
|
457
|
-
};
|
|
458
|
-
export type LogicExpression_Field_AllowCjFrequencyCapping = {
|
|
459
|
-
operator: LogicExpression_Field_Operator;
|
|
460
|
-
value: boolean;
|
|
461
|
-
values: boolean[];
|
|
462
|
-
};
|
|
463
423
|
export type LogicExpression_Field_AllowShowDeliveryStatistics = {
|
|
464
424
|
operator: LogicExpression_Field_Operator;
|
|
465
425
|
value: boolean;
|
|
@@ -485,21 +445,11 @@ export type LogicExpression_Field_AllowSegmentsGroups = {
|
|
|
485
445
|
value: boolean;
|
|
486
446
|
values: boolean[];
|
|
487
447
|
};
|
|
488
|
-
export type LogicExpression_Field_AllowCustomerJourney = {
|
|
489
|
-
operator: LogicExpression_Field_Operator;
|
|
490
|
-
value: boolean;
|
|
491
|
-
values: boolean[];
|
|
492
|
-
};
|
|
493
448
|
export type LogicExpression_Field_AllowCjSMS = {
|
|
494
449
|
operator: LogicExpression_Field_Operator;
|
|
495
450
|
value: boolean;
|
|
496
451
|
values: boolean[];
|
|
497
452
|
};
|
|
498
|
-
export type LogicExpression_Field_AllowCjApiEntry = {
|
|
499
|
-
operator: LogicExpression_Field_Operator;
|
|
500
|
-
value: boolean;
|
|
501
|
-
values: boolean[];
|
|
502
|
-
};
|
|
503
453
|
export type LogicExpression_Field_AllowCjDynamicSetTagsInUpdateProfile = {
|
|
504
454
|
operator: LogicExpression_Field_Operator;
|
|
505
455
|
value: boolean;
|
|
@@ -540,6 +490,21 @@ export type LogicExpression_Field_AllowCjAlternativeGoalsStats = {
|
|
|
540
490
|
value: boolean;
|
|
541
491
|
values: boolean[];
|
|
542
492
|
};
|
|
493
|
+
export type LogicExpression_Field_AllowCjListenUserIdChanged = {
|
|
494
|
+
operator: LogicExpression_Field_Operator;
|
|
495
|
+
value: boolean;
|
|
496
|
+
values: boolean[];
|
|
497
|
+
};
|
|
498
|
+
export type LogicExpression_Field_AllowLine = {
|
|
499
|
+
operator: LogicExpression_Field_Operator;
|
|
500
|
+
value: boolean;
|
|
501
|
+
values: boolean[];
|
|
502
|
+
};
|
|
503
|
+
export type LogicExpression_Field_AllowPostEventInApp = {
|
|
504
|
+
operator: LogicExpression_Field_Operator;
|
|
505
|
+
value: boolean;
|
|
506
|
+
values: boolean[];
|
|
507
|
+
};
|
|
543
508
|
export type LogicExpression_Field_kind_CondID = {
|
|
544
509
|
type: 'CondID';
|
|
545
510
|
data: LogicExpression_Field_ID;
|
|
@@ -868,38 +833,6 @@ export type LogicExpression_Field_kind_CondDetailActionHistoryStorePeriod = {
|
|
|
868
833
|
type: 'CondDetailActionHistoryStorePeriod';
|
|
869
834
|
data: LogicExpression_Field_DetailActionHistoryStorePeriod;
|
|
870
835
|
};
|
|
871
|
-
export type LogicExpression_Field_kind_CondAllowCjWebhook = {
|
|
872
|
-
type: 'CondAllowCjWebhook';
|
|
873
|
-
data: LogicExpression_Field_AllowCjWebhook;
|
|
874
|
-
};
|
|
875
|
-
export type LogicExpression_Field_kind_CondAllowCjInapp = {
|
|
876
|
-
type: 'CondAllowCjInapp';
|
|
877
|
-
data: LogicExpression_Field_AllowCjInapp;
|
|
878
|
-
};
|
|
879
|
-
export type LogicExpression_Field_kind_CondAllowCjScheduledSegment = {
|
|
880
|
-
type: 'CondAllowCjScheduledSegment';
|
|
881
|
-
data: LogicExpression_Field_AllowCjScheduledSegment;
|
|
882
|
-
};
|
|
883
|
-
export type LogicExpression_Field_kind_CondAllowCjContentPersonalization = {
|
|
884
|
-
type: 'CondAllowCjContentPersonalization';
|
|
885
|
-
data: LogicExpression_Field_AllowCjContentPersonalization;
|
|
886
|
-
};
|
|
887
|
-
export type LogicExpression_Field_kind_CondAllowCjSetTags = {
|
|
888
|
-
type: 'CondAllowCjSetTags';
|
|
889
|
-
data: LogicExpression_Field_AllowCjSetTags;
|
|
890
|
-
};
|
|
891
|
-
export type LogicExpression_Field_kind_CondAllowCjDynamicDelay = {
|
|
892
|
-
type: 'CondAllowCjDynamicDelay';
|
|
893
|
-
data: LogicExpression_Field_AllowCjDynamicDelay;
|
|
894
|
-
};
|
|
895
|
-
export type LogicExpression_Field_kind_CondAllowCjSilentHours = {
|
|
896
|
-
type: 'CondAllowCjSilentHours';
|
|
897
|
-
data: LogicExpression_Field_AllowCjSilentHours;
|
|
898
|
-
};
|
|
899
|
-
export type LogicExpression_Field_kind_CondAllowCjFrequencyCapping = {
|
|
900
|
-
type: 'CondAllowCjFrequencyCapping';
|
|
901
|
-
data: LogicExpression_Field_AllowCjFrequencyCapping;
|
|
902
|
-
};
|
|
903
836
|
export type LogicExpression_Field_kind_CondAllowShowDeliveryStatistics = {
|
|
904
837
|
type: 'CondAllowShowDeliveryStatistics';
|
|
905
838
|
data: LogicExpression_Field_AllowShowDeliveryStatistics;
|
|
@@ -920,18 +853,10 @@ export type LogicExpression_Field_kind_CondAllowSegmentsGroups = {
|
|
|
920
853
|
type: 'CondAllowSegmentsGroups';
|
|
921
854
|
data: LogicExpression_Field_AllowSegmentsGroups;
|
|
922
855
|
};
|
|
923
|
-
export type LogicExpression_Field_kind_CondAllowCustomerJourney = {
|
|
924
|
-
type: 'CondAllowCustomerJourney';
|
|
925
|
-
data: LogicExpression_Field_AllowCustomerJourney;
|
|
926
|
-
};
|
|
927
856
|
export type LogicExpression_Field_kind_CondAllowCjSMS = {
|
|
928
857
|
type: 'CondAllowCjSMS';
|
|
929
858
|
data: LogicExpression_Field_AllowCjSMS;
|
|
930
859
|
};
|
|
931
|
-
export type LogicExpression_Field_kind_CondAllowCjApiEntry = {
|
|
932
|
-
type: 'CondAllowCjApiEntry';
|
|
933
|
-
data: LogicExpression_Field_AllowCjApiEntry;
|
|
934
|
-
};
|
|
935
860
|
export type LogicExpression_Field_kind_CondAllowCjDynamicSetTagsInUpdateProfile = {
|
|
936
861
|
type: 'CondAllowCjDynamicSetTagsInUpdateProfile';
|
|
937
862
|
data: LogicExpression_Field_AllowCjDynamicSetTagsInUpdateProfile;
|
|
@@ -964,7 +889,19 @@ export type LogicExpression_Field_kind_CondAllowCjAlternativeGoalsStats = {
|
|
|
964
889
|
type: 'CondAllowCjAlternativeGoalsStats';
|
|
965
890
|
data: LogicExpression_Field_AllowCjAlternativeGoalsStats;
|
|
966
891
|
};
|
|
967
|
-
export type
|
|
892
|
+
export type LogicExpression_Field_kind_CondAllowCjListenUserIdChanged = {
|
|
893
|
+
type: 'CondAllowCjListenUserIdChanged';
|
|
894
|
+
data: LogicExpression_Field_AllowCjListenUserIdChanged;
|
|
895
|
+
};
|
|
896
|
+
export type LogicExpression_Field_kind_CondAllowLine = {
|
|
897
|
+
type: 'CondAllowLine';
|
|
898
|
+
data: LogicExpression_Field_AllowLine;
|
|
899
|
+
};
|
|
900
|
+
export type LogicExpression_Field_kind_CondAllowPostEventInApp = {
|
|
901
|
+
type: 'CondAllowPostEventInApp';
|
|
902
|
+
data: LogicExpression_Field_AllowPostEventInApp;
|
|
903
|
+
};
|
|
904
|
+
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondIsLocked | LogicExpression_Field_kind_CondMaxCampaigns | LogicExpression_Field_kind_CondMaxDeeplinks | LogicExpression_Field_kind_CondMaxApplicationGroups | LogicExpression_Field_kind_CondMaxApps | LogicExpression_Field_kind_CondMaxTags | LogicExpression_Field_kind_CondMaxGeozones | LogicExpression_Field_kind_CondMaxDevices | LogicExpression_Field_kind_CondMaxUsers | LogicExpression_Field_kind_CondMaxApiTokens | LogicExpression_Field_kind_CondMaxPresets | LogicExpression_Field_kind_CondMaxTestDevices | LogicExpression_Field_kind_CondMaxGeozoneRange | LogicExpression_Field_kind_CondMaxRssFeeds | LogicExpression_Field_kind_CondMaxAutoPushes | LogicExpression_Field_kind_CondMaxIOSCategories | LogicExpression_Field_kind_CondMaxTwitterFeeds | LogicExpression_Field_kind_CondMaxInapps | LogicExpression_Field_kind_CondMaxEvents | LogicExpression_Field_kind_CondMaxCreateMessage | LogicExpression_Field_kind_CondMaxRichmedia | LogicExpression_Field_kind_CondMaxPreparedFilters | LogicExpression_Field_kind_CondMaxFilters | LogicExpression_Field_kind_CondDevicesInactivityLimit | LogicExpression_Field_kind_CondAllowApi | LogicExpression_Field_kind_CondAllowStatsAccess | LogicExpression_Field_kind_CondAllowApiStatsAccess | LogicExpression_Field_kind_CondAllowGeozoneApi | LogicExpression_Field_kind_CondAllowABTests | LogicExpression_Field_kind_CondAllowBackup | LogicExpression_Field_kind_CondAllowApplicationApi | LogicExpression_Field_kind_CondAllowRemotePage | LogicExpression_Field_kind_CondAllowScheduling | LogicExpression_Field_kind_CondAllowCustomData | LogicExpression_Field_kind_CondAllowMultiLanguage | LogicExpression_Field_kind_CondAllowAutoConfig | LogicExpression_Field_kind_CondAllowCsvMessage | LogicExpression_Field_kind_CondAllowCampaignApi | LogicExpression_Field_kind_CondAllowPushHistoryApi | LogicExpression_Field_kind_CondAllowTagsApi | LogicExpression_Field_kind_CondAllowPushByUser | LogicExpression_Field_kind_CondAllowFilterApi | LogicExpression_Field_kind_CondAllowTwoFactorAuth | LogicExpression_Field_kind_CondAllowBroadcastMessageSegmentation | LogicExpression_Field_kind_CondAllowPushOnEvent | LogicExpression_Field_kind_CondAllowCompileFilter | LogicExpression_Field_kind_CondMinSendRate | LogicExpression_Field_kind_CondMaxSendRate | LogicExpression_Field_kind_CondAllowSendToGeozone | LogicExpression_Field_kind_CondAllowUseIosNewsstand | LogicExpression_Field_kind_CondAllowGetUsersDetails | LogicExpression_Field_kind_CondAllowGoalTracking | LogicExpression_Field_kind_CondAllowIePlatformUsage | LogicExpression_Field_kind_CondAllowInbox | LogicExpression_Field_kind_CondMaxEmailTemplates | LogicExpression_Field_kind_CondMaxUserSpecificTags | LogicExpression_Field_kind_CondAllowGdpr | LogicExpression_Field_kind_CondMaxVerifyingEmails | LogicExpression_Field_kind_CondMaxVerifyingDomains | LogicExpression_Field_kind_CondAllowSendExternalStats | LogicExpression_Field_kind_CondAllowCustomRssPollingInterval | LogicExpression_Field_kind_CondAllowMetadata | LogicExpression_Field_kind_CondMaxPushOnEventDelayInDays | LogicExpression_Field_kind_CondAllowEventStatisticsApi | LogicExpression_Field_kind_CondAllowTagNotSetFilter | LogicExpression_Field_kind_CondAllowDebugMode | LogicExpression_Field_kind_CondAllowFbMessenger | LogicExpression_Field_kind_CondAllowTrackUninstalls | LogicExpression_Field_kind_CondEmailRateCounterAggregatePeriod | LogicExpression_Field_kind_CondEmailBounceRateLimit | LogicExpression_Field_kind_CondEmailComplaintRateLimit | LogicExpression_Field_kind_CondAllowFrequencyCapping | LogicExpression_Field_kind_CondMaxUsersPerDevice | LogicExpression_Field_kind_CondEmailsFreeLimit | LogicExpression_Field_kind_CondEmailsLimited | LogicExpression_Field_kind_CondAllowContentTemplates | LogicExpression_Field_kind_CondAllowBaiduAndroidPlatformUsage | LogicExpression_Field_kind_CondMaxInboxTtlDays | LogicExpression_Field_kind_CondMessageHistoryStorePeriod | LogicExpression_Field_kind_CondAllowApiGetMessageLog | LogicExpression_Field_kind_CondDetailActionHistoryStorePeriod | LogicExpression_Field_kind_CondAllowShowDeliveryStatistics | LogicExpression_Field_kind_CondAllowRFMSegments | LogicExpression_Field_kind_CondAllowBestTimeToSend | LogicExpression_Field_kind_CondAllowEventSegmentation | LogicExpression_Field_kind_CondAllowSegmentsGroups | LogicExpression_Field_kind_CondAllowCjSMS | LogicExpression_Field_kind_CondAllowCjDynamicSetTagsInUpdateProfile | LogicExpression_Field_kind_CondAllowCjAddBranchesInWaitForTrigger | LogicExpression_Field_kind_CondAllowEventsFunnel | LogicExpression_Field_kind_CondAllowChannelsSection | LogicExpression_Field_kind_CondAllowCjEmailBcc | LogicExpression_Field_kind_CondEmailFileStorePeriod | LogicExpression_Field_kind_CondAllowWhatsApp | LogicExpression_Field_kind_CondAllowCjAlternativeGoalsStats | LogicExpression_Field_kind_CondAllowCjListenUserIdChanged | LogicExpression_Field_kind_CondAllowLine | LogicExpression_Field_kind_CondAllowPostEventInApp;
|
|
968
905
|
export type LogicExpression_Field = {
|
|
969
906
|
kind: LogicExpression_Field_kind;
|
|
970
907
|
};
|
|
@@ -988,6 +925,12 @@ export type SortOrder = 'INVALID' | 'ASC' | 'DESC';
|
|
|
988
925
|
export type SortExpression = {
|
|
989
926
|
sorts: Sort[];
|
|
990
927
|
};
|
|
928
|
+
export type LockLevel = 'LOCK_LEVEL_UNDEFINED' | 'LOCK_LEVEL_UPDATE' | 'LOCK_LEVEL_NO_KEY_UPDATE' | 'LOCK_LEVEL_SHARE' | 'LOCK_LEVEL_KEY_SHARE';
|
|
929
|
+
export type LockWaitingOption = 'LOCK_WAITING_UNDEFINED' | 'LOCK_WAITING_NOWAIT' | 'LOCK_WAITING_SKIP_LOCKED';
|
|
930
|
+
export type ForExpression = {
|
|
931
|
+
level: LockLevel;
|
|
932
|
+
waiting: LockWaitingOption;
|
|
933
|
+
};
|
|
991
934
|
export type __restrictionValue_crud_service_internal = {
|
|
992
935
|
f1: string;
|
|
993
936
|
f2: Date;
|
|
@@ -1084,22 +1027,12 @@ export interface RestrictionValuesCrudService {
|
|
|
1084
1027
|
UpdateMessageHistoryStorePeriod(request: UpdateMessageHistoryStorePeriodRequest): Promise<{}>;
|
|
1085
1028
|
UpdateAllowApiGetMessageLog(request: UpdateAllowApiGetMessageLogRequest): Promise<{}>;
|
|
1086
1029
|
UpdateDetailActionHistoryStorePeriod(request: UpdateDetailActionHistoryStorePeriodRequest): Promise<{}>;
|
|
1087
|
-
UpdateAllowCjWebhook(request: UpdateAllowCjWebhookRequest): Promise<{}>;
|
|
1088
|
-
UpdateAllowCjInapp(request: UpdateAllowCjInappRequest): Promise<{}>;
|
|
1089
|
-
UpdateAllowCjScheduledSegment(request: UpdateAllowCjScheduledSegmentRequest): Promise<{}>;
|
|
1090
|
-
UpdateAllowCjContentPersonalization(request: UpdateAllowCjContentPersonalizationRequest): Promise<{}>;
|
|
1091
|
-
UpdateAllowCjSetTags(request: UpdateAllowCjSetTagsRequest): Promise<{}>;
|
|
1092
|
-
UpdateAllowCjDynamicDelay(request: UpdateAllowCjDynamicDelayRequest): Promise<{}>;
|
|
1093
|
-
UpdateAllowCjSilentHours(request: UpdateAllowCjSilentHoursRequest): Promise<{}>;
|
|
1094
|
-
UpdateAllowCjFrequencyCapping(request: UpdateAllowCjFrequencyCappingRequest): Promise<{}>;
|
|
1095
1030
|
UpdateAllowShowDeliveryStatistics(request: UpdateAllowShowDeliveryStatisticsRequest): Promise<{}>;
|
|
1096
1031
|
UpdateAllowRFMSegments(request: UpdateAllowRFMSegmentsRequest): Promise<{}>;
|
|
1097
1032
|
UpdateAllowBestTimeToSend(request: UpdateAllowBestTimeToSendRequest): Promise<{}>;
|
|
1098
1033
|
UpdateAllowEventSegmentation(request: UpdateAllowEventSegmentationRequest): Promise<{}>;
|
|
1099
1034
|
UpdateAllowSegmentsGroups(request: UpdateAllowSegmentsGroupsRequest): Promise<{}>;
|
|
1100
|
-
UpdateAllowCustomerJourney(request: UpdateAllowCustomerJourneyRequest): Promise<{}>;
|
|
1101
1035
|
UpdateAllowCjSMS(request: UpdateAllowCjSMSRequest): Promise<{}>;
|
|
1102
|
-
UpdateAllowCjApiEntry(request: UpdateAllowCjApiEntryRequest): Promise<{}>;
|
|
1103
1036
|
UpdateAllowCjDynamicSetTagsInUpdateProfile(request: UpdateAllowCjDynamicSetTagsInUpdateProfileRequest): Promise<{}>;
|
|
1104
1037
|
UpdateAllowCjAddBranchesInWaitForTrigger(request: UpdateAllowCjAddBranchesInWaitForTriggerRequest): Promise<{}>;
|
|
1105
1038
|
UpdateAllowEventsFunnel(request: UpdateAllowEventsFunnelRequest): Promise<{}>;
|
|
@@ -1108,6 +1041,9 @@ export interface RestrictionValuesCrudService {
|
|
|
1108
1041
|
UpdateEmailFileStorePeriod(request: UpdateEmailFileStorePeriodRequest): Promise<{}>;
|
|
1109
1042
|
UpdateAllowWhatsApp(request: UpdateAllowWhatsAppRequest): Promise<{}>;
|
|
1110
1043
|
UpdateAllowCjAlternativeGoalsStats(request: UpdateAllowCjAlternativeGoalsStatsRequest): Promise<{}>;
|
|
1044
|
+
UpdateAllowCjListenUserIdChanged(request: UpdateAllowCjListenUserIdChangedRequest): Promise<{}>;
|
|
1045
|
+
UpdateAllowLine(request: UpdateAllowLineRequest): Promise<{}>;
|
|
1046
|
+
UpdateAllowPostEventInApp(request: UpdateAllowPostEventInAppRequest): Promise<{}>;
|
|
1111
1047
|
}
|
|
1112
1048
|
export type CreateRequest = {
|
|
1113
1049
|
IsLocked?: boolean;
|
|
@@ -1191,22 +1127,12 @@ export type CreateRequest = {
|
|
|
1191
1127
|
MessageHistoryStorePeriod?: number;
|
|
1192
1128
|
AllowApiGetMessageLog?: boolean;
|
|
1193
1129
|
DetailActionHistoryStorePeriod?: number;
|
|
1194
|
-
AllowCjWebhook?: boolean;
|
|
1195
|
-
AllowCjInapp?: boolean;
|
|
1196
|
-
AllowCjScheduledSegment?: boolean;
|
|
1197
|
-
AllowCjContentPersonalization?: boolean;
|
|
1198
|
-
AllowCjSetTags?: boolean;
|
|
1199
|
-
AllowCjDynamicDelay?: boolean;
|
|
1200
|
-
AllowCjSilentHours?: boolean;
|
|
1201
|
-
AllowCjFrequencyCapping?: boolean;
|
|
1202
1130
|
AllowShowDeliveryStatistics?: boolean;
|
|
1203
1131
|
AllowRFMSegments?: boolean;
|
|
1204
1132
|
AllowBestTimeToSend?: boolean;
|
|
1205
1133
|
AllowEventSegmentation?: boolean;
|
|
1206
1134
|
AllowSegmentsGroups?: boolean;
|
|
1207
|
-
AllowCustomerJourney?: boolean;
|
|
1208
1135
|
AllowCjSMS?: boolean;
|
|
1209
|
-
AllowCjApiEntry?: boolean;
|
|
1210
1136
|
AllowCjDynamicSetTagsInUpdateProfile?: boolean;
|
|
1211
1137
|
AllowCjAddBranchesInWaitForTrigger?: boolean;
|
|
1212
1138
|
AllowEventsFunnel?: boolean;
|
|
@@ -1215,6 +1141,9 @@ export type CreateRequest = {
|
|
|
1215
1141
|
EmailFileStorePeriod?: number;
|
|
1216
1142
|
AllowWhatsApp?: boolean;
|
|
1217
1143
|
AllowCjAlternativeGoalsStats?: boolean;
|
|
1144
|
+
AllowCjListenUserIdChanged?: boolean;
|
|
1145
|
+
AllowLine?: boolean;
|
|
1146
|
+
AllowPostEventInApp?: boolean;
|
|
1218
1147
|
};
|
|
1219
1148
|
export type CreateResponse = {
|
|
1220
1149
|
restrictionValue: RestrictionValue;
|
|
@@ -1245,6 +1174,7 @@ export type GetPageRequest = {
|
|
|
1245
1174
|
sort?: SortExpression;
|
|
1246
1175
|
pageSize?: number;
|
|
1247
1176
|
pageNum?: number;
|
|
1177
|
+
forLock?: ForExpression;
|
|
1248
1178
|
};
|
|
1249
1179
|
export type GetPageResponse = {
|
|
1250
1180
|
restrictionValues: RestrictionValue[];
|
|
@@ -1254,6 +1184,7 @@ export type ListRequest = {
|
|
|
1254
1184
|
where?: LogicExpression;
|
|
1255
1185
|
sort?: SortExpression;
|
|
1256
1186
|
pageSize?: number;
|
|
1187
|
+
forLock?: ForExpression;
|
|
1257
1188
|
};
|
|
1258
1189
|
export type ListResponse = {
|
|
1259
1190
|
paginationToken: string;
|
|
@@ -1589,38 +1520,6 @@ export type UpdateDetailActionHistoryStorePeriodRequest = {
|
|
|
1589
1520
|
ID?: number;
|
|
1590
1521
|
value?: number;
|
|
1591
1522
|
};
|
|
1592
|
-
export type UpdateAllowCjWebhookRequest = {
|
|
1593
|
-
ID?: number;
|
|
1594
|
-
value?: boolean;
|
|
1595
|
-
};
|
|
1596
|
-
export type UpdateAllowCjInappRequest = {
|
|
1597
|
-
ID?: number;
|
|
1598
|
-
value?: boolean;
|
|
1599
|
-
};
|
|
1600
|
-
export type UpdateAllowCjScheduledSegmentRequest = {
|
|
1601
|
-
ID?: number;
|
|
1602
|
-
value?: boolean;
|
|
1603
|
-
};
|
|
1604
|
-
export type UpdateAllowCjContentPersonalizationRequest = {
|
|
1605
|
-
ID?: number;
|
|
1606
|
-
value?: boolean;
|
|
1607
|
-
};
|
|
1608
|
-
export type UpdateAllowCjSetTagsRequest = {
|
|
1609
|
-
ID?: number;
|
|
1610
|
-
value?: boolean;
|
|
1611
|
-
};
|
|
1612
|
-
export type UpdateAllowCjDynamicDelayRequest = {
|
|
1613
|
-
ID?: number;
|
|
1614
|
-
value?: boolean;
|
|
1615
|
-
};
|
|
1616
|
-
export type UpdateAllowCjSilentHoursRequest = {
|
|
1617
|
-
ID?: number;
|
|
1618
|
-
value?: boolean;
|
|
1619
|
-
};
|
|
1620
|
-
export type UpdateAllowCjFrequencyCappingRequest = {
|
|
1621
|
-
ID?: number;
|
|
1622
|
-
value?: boolean;
|
|
1623
|
-
};
|
|
1624
1523
|
export type UpdateAllowShowDeliveryStatisticsRequest = {
|
|
1625
1524
|
ID?: number;
|
|
1626
1525
|
value?: boolean;
|
|
@@ -1641,18 +1540,10 @@ export type UpdateAllowSegmentsGroupsRequest = {
|
|
|
1641
1540
|
ID?: number;
|
|
1642
1541
|
value?: boolean;
|
|
1643
1542
|
};
|
|
1644
|
-
export type UpdateAllowCustomerJourneyRequest = {
|
|
1645
|
-
ID?: number;
|
|
1646
|
-
value?: boolean;
|
|
1647
|
-
};
|
|
1648
1543
|
export type UpdateAllowCjSMSRequest = {
|
|
1649
1544
|
ID?: number;
|
|
1650
1545
|
value?: boolean;
|
|
1651
1546
|
};
|
|
1652
|
-
export type UpdateAllowCjApiEntryRequest = {
|
|
1653
|
-
ID?: number;
|
|
1654
|
-
value?: boolean;
|
|
1655
|
-
};
|
|
1656
1547
|
export type UpdateAllowCjDynamicSetTagsInUpdateProfileRequest = {
|
|
1657
1548
|
ID?: number;
|
|
1658
1549
|
value?: boolean;
|
|
@@ -1685,6 +1576,18 @@ export type UpdateAllowCjAlternativeGoalsStatsRequest = {
|
|
|
1685
1576
|
ID?: number;
|
|
1686
1577
|
value?: boolean;
|
|
1687
1578
|
};
|
|
1579
|
+
export type UpdateAllowCjListenUserIdChangedRequest = {
|
|
1580
|
+
ID?: number;
|
|
1581
|
+
value?: boolean;
|
|
1582
|
+
};
|
|
1583
|
+
export type UpdateAllowLineRequest = {
|
|
1584
|
+
ID?: number;
|
|
1585
|
+
value?: boolean;
|
|
1586
|
+
};
|
|
1587
|
+
export type UpdateAllowPostEventInAppRequest = {
|
|
1588
|
+
ID?: number;
|
|
1589
|
+
value?: boolean;
|
|
1590
|
+
};
|
|
1688
1591
|
export type GetRequest = {
|
|
1689
1592
|
ID?: number;
|
|
1690
1593
|
};
|
|
@@ -1779,22 +1682,12 @@ export type RestrictionValue = {
|
|
|
1779
1682
|
MessageHistoryStorePeriod: number;
|
|
1780
1683
|
AllowApiGetMessageLog: boolean;
|
|
1781
1684
|
DetailActionHistoryStorePeriod: number;
|
|
1782
|
-
AllowCjWebhook: boolean;
|
|
1783
|
-
AllowCjInapp: boolean;
|
|
1784
|
-
AllowCjScheduledSegment: boolean;
|
|
1785
|
-
AllowCjContentPersonalization: boolean;
|
|
1786
|
-
AllowCjSetTags: boolean;
|
|
1787
|
-
AllowCjDynamicDelay: boolean;
|
|
1788
|
-
AllowCjSilentHours: boolean;
|
|
1789
|
-
AllowCjFrequencyCapping: boolean;
|
|
1790
1685
|
AllowShowDeliveryStatistics: boolean;
|
|
1791
1686
|
AllowRFMSegments: boolean;
|
|
1792
1687
|
AllowBestTimeToSend: boolean;
|
|
1793
1688
|
AllowEventSegmentation: boolean;
|
|
1794
1689
|
AllowSegmentsGroups: boolean;
|
|
1795
|
-
AllowCustomerJourney: boolean;
|
|
1796
1690
|
AllowCjSMS: boolean;
|
|
1797
|
-
AllowCjApiEntry: boolean;
|
|
1798
1691
|
AllowCjDynamicSetTagsInUpdateProfile: boolean;
|
|
1799
1692
|
AllowCjAddBranchesInWaitForTrigger: boolean;
|
|
1800
1693
|
AllowEventsFunnel: boolean;
|
|
@@ -1803,4 +1696,7 @@ export type RestrictionValue = {
|
|
|
1803
1696
|
EmailFileStorePeriod: number;
|
|
1804
1697
|
AllowWhatsApp: boolean;
|
|
1805
1698
|
AllowCjAlternativeGoalsStats: boolean;
|
|
1699
|
+
AllowCjListenUserIdChanged: boolean;
|
|
1700
|
+
AllowLine: boolean;
|
|
1701
|
+
AllowPostEventInApp: boolean;
|
|
1806
1702
|
};
|