@pushwoosh/rpc-v2-http-api-data 0.1.558 → 0.1.560

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/data.js CHANGED
@@ -2392,6 +2392,20 @@ export const data = {
2392
2392
  }
2393
2393
  }
2394
2394
  },
2395
+ "pushwoosh.rpc_v2.applications_configurations.WebConfiguration": {
2396
+ "type": "I",
2397
+ "fields": {
2398
+ "webVapidPublicKey": {
2399
+ "type": "string"
2400
+ },
2401
+ "webVapidPrivateKey": {
2402
+ "type": "string"
2403
+ },
2404
+ "autogenerate": {
2405
+ "type": "boolean"
2406
+ }
2407
+ }
2408
+ },
2395
2409
  "pushwoosh.rpc_v2.applications_configurations.ConfigurationRequest": {
2396
2410
  "type": "I",
2397
2411
  "fields": {
@@ -2442,6 +2456,9 @@ export const data = {
2442
2456
  },
2443
2457
  "lineConfiguration": {
2444
2458
  "type": "pushwoosh.rpc_v2.applications_configurations.LineConfiguration"
2459
+ },
2460
+ "webConfiguration": {
2461
+ "type": "pushwoosh.rpc_v2.applications_configurations.WebConfiguration"
2445
2462
  }
2446
2463
  },
2447
2464
  "oneofs": {
@@ -2461,7 +2478,8 @@ export const data = {
2461
2478
  "iosTokenConfiguration",
2462
2479
  "firefoxConfiguration",
2463
2480
  "baiduConfiguration",
2464
- "lineConfiguration"
2481
+ "lineConfiguration",
2482
+ "webConfiguration"
2465
2483
  ]
2466
2484
  }
2467
2485
  }
@@ -3031,7 +3049,6 @@ export const data = {
3031
3049
  "INVALID_CHROME_DURATION",
3032
3050
  "INVALID_SAFARI_TIME_TO_LIVE",
3033
3051
  "INVALID_AMAZON_TIME_TO_LIVE",
3034
- "INVALID_XIAOMI_TIME_TO_LIVE",
3035
3052
  "INVALID_IE_BADGE",
3036
3053
  "PRESET_NOT_FOUND",
3037
3054
  "FREQUENCY_CAPPING_NOT_ALLOWED",
@@ -3158,8 +3175,7 @@ export const data = {
3158
3175
  "EMAIL",
3159
3176
  "BAIDU_ANDROID",
3160
3177
  "HUAWEI_ANDROID",
3161
- "SMS",
3162
- "XIAOMI"
3178
+ "SMS"
3163
3179
  ]
3164
3180
  },
3165
3181
  "pushwoosh.channels.messagingApi.v2.NotifySegment": {
@@ -3494,9 +3510,6 @@ export const data = {
3494
3510
  "liveActivity": {
3495
3511
  "type": "pushwoosh.channels.messagingApi.v2.LiveActivity"
3496
3512
  },
3497
- "openAction": {
3498
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3499
- },
3500
3513
  "inbox": {
3501
3514
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3502
3515
  }
@@ -3556,9 +3569,6 @@ export const data = {
3556
3569
  "groupId": {
3557
3570
  "type": "string"
3558
3571
  },
3559
- "openAction": {
3560
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3561
- },
3562
3572
  "inbox": {
3563
3573
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3564
3574
  }
@@ -3600,9 +3610,6 @@ export const data = {
3600
3610
  "buttonUrl2": {
3601
3611
  "type": "string"
3602
3612
  },
3603
- "openAction": {
3604
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3605
- },
3606
3613
  "inbox": {
3607
3614
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3608
3615
  }
@@ -3623,9 +3630,6 @@ export const data = {
3623
3630
  "rootParams": {
3624
3631
  "type": "object"
3625
3632
  },
3626
- "openAction": {
3627
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3628
- },
3629
3633
  "inbox": {
3630
3634
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3631
3635
  }
@@ -3650,9 +3654,6 @@ export const data = {
3650
3654
  "type": "string",
3651
3655
  "array": true
3652
3656
  },
3653
- "openAction": {
3654
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3655
- },
3656
3657
  "inbox": {
3657
3658
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3658
3659
  }
@@ -3685,11 +3686,11 @@ export const data = {
3685
3686
  "rootParams": {
3686
3687
  "type": "object"
3687
3688
  },
3688
- "openAction": {
3689
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3690
- },
3691
3689
  "inbox": {
3692
3690
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3691
+ },
3692
+ "subtitle": {
3693
+ "type": "string"
3693
3694
  }
3694
3695
  }
3695
3696
  },
@@ -3726,9 +3727,6 @@ export const data = {
3726
3727
  "priority": {
3727
3728
  "type": "pushwoosh.channels.messagingApi.v2.NotificationPriority"
3728
3729
  },
3729
- "openAction": {
3730
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3731
- },
3732
3730
  "inbox": {
3733
3731
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3734
3732
  }
@@ -3788,9 +3786,6 @@ export const data = {
3788
3786
  "groupId": {
3789
3787
  "type": "string"
3790
3788
  },
3791
- "openAction": {
3792
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3793
- },
3794
3789
  "inbox": {
3795
3790
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3796
3791
  }
@@ -3850,44 +3845,6 @@ export const data = {
3850
3845
  "groupId": {
3851
3846
  "type": "string"
3852
3847
  },
3853
- "openAction": {
3854
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3855
- },
3856
- "inbox": {
3857
- "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3858
- }
3859
- }
3860
- },
3861
- "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesXiaomi": {
3862
- "type": "I",
3863
- "fields": {
3864
- "title": {
3865
- "type": "string"
3866
- },
3867
- "body": {
3868
- "type": "string"
3869
- },
3870
- "timeToLive": {
3871
- "type": "Duration"
3872
- },
3873
- "icon": {
3874
- "type": "string"
3875
- },
3876
- "vibration": {
3877
- "type": "boolean"
3878
- },
3879
- "sound": {
3880
- "type": "string"
3881
- },
3882
- "rootParams": {
3883
- "type": "object"
3884
- },
3885
- "groupId": {
3886
- "type": "string"
3887
- },
3888
- "openAction": {
3889
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3890
- },
3891
3848
  "inbox": {
3892
3849
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
3893
3850
  }
@@ -3902,8 +3859,8 @@ export const data = {
3902
3859
  "iconBadge": {
3903
3860
  "type": "string"
3904
3861
  },
3905
- "openAction": {
3906
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3862
+ "body": {
3863
+ "type": "string"
3907
3864
  },
3908
3865
  "inbox": {
3909
3866
  "type": "pushwoosh.channels.messagingApi.v2.Inbox"
@@ -3963,9 +3920,6 @@ export const data = {
3963
3920
  },
3964
3921
  "timeToLive": {
3965
3922
  "type": "Duration"
3966
- },
3967
- "openAction": {
3968
- "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
3969
3923
  }
3970
3924
  },
3971
3925
  "oneofs": {
@@ -4015,9 +3969,6 @@ export const data = {
4015
3969
  "huaweiAndroid": {
4016
3970
  "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesHuaweiAndroid"
4017
3971
  },
4018
- "xiaomi": {
4019
- "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesXiaomi"
4020
- },
4021
3972
  "ie": {
4022
3973
  "type": "pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIE"
4023
3974
  },
@@ -4056,6 +4007,13 @@ export const data = {
4056
4007
  },
4057
4008
  "customData": {
4058
4009
  "type": "object"
4010
+ },
4011
+ "openAction": {
4012
+ "type": "pushwoosh.channels.messagingApi.v2.OpenAction"
4013
+ },
4014
+ "openActions": {
4015
+ "type": "pushwoosh.channels.messagingApi.v2.OpenAction",
4016
+ "mapKeyType": "number"
4059
4017
  }
4060
4018
  },
4061
4019
  "oneofs": {
@@ -9388,6 +9346,35 @@ export const data = {
9388
9346
  }
9389
9347
  }
9390
9348
  },
9349
+ "pushwoosh.objects.filters.v1.LockLevel": {
9350
+ "type": "E",
9351
+ "values": [
9352
+ "LOCK_LEVEL_UNDEFINED",
9353
+ "LOCK_LEVEL_UPDATE",
9354
+ "LOCK_LEVEL_NO_KEY_UPDATE",
9355
+ "LOCK_LEVEL_SHARE",
9356
+ "LOCK_LEVEL_KEY_SHARE"
9357
+ ]
9358
+ },
9359
+ "pushwoosh.objects.filters.v1.LockWaitingOption": {
9360
+ "type": "E",
9361
+ "values": [
9362
+ "LOCK_WAITING_UNDEFINED",
9363
+ "LOCK_WAITING_NOWAIT",
9364
+ "LOCK_WAITING_SKIP_LOCKED"
9365
+ ]
9366
+ },
9367
+ "pushwoosh.objects.filters.v1.ForExpression": {
9368
+ "type": "I",
9369
+ "fields": {
9370
+ "level": {
9371
+ "type": "pushwoosh.objects.filters.v1.LockLevel"
9372
+ },
9373
+ "waiting": {
9374
+ "type": "pushwoosh.objects.filters.v1.LockWaitingOption"
9375
+ }
9376
+ }
9377
+ },
9391
9378
  "pushwoosh.objects.filters.v1.__filter_crud_service_internal": {
9392
9379
  "type": "I",
9393
9380
  "fields": {
@@ -9703,6 +9690,9 @@ export const data = {
9703
9690
  },
9704
9691
  "pageNum": {
9705
9692
  "type": "number"
9693
+ },
9694
+ "forLock": {
9695
+ "type": "pushwoosh.objects.filters.v1.ForExpression"
9706
9696
  }
9707
9697
  }
9708
9698
  },
@@ -9729,6 +9719,9 @@ export const data = {
9729
9719
  },
9730
9720
  "pageSize": {
9731
9721
  "type": "number"
9722
+ },
9723
+ "forLock": {
9724
+ "type": "pushwoosh.objects.filters.v1.ForExpression"
9732
9725
  }
9733
9726
  }
9734
9727
  },
@@ -13293,97 +13286,7 @@ export const data = {
13293
13286
  }
13294
13287
  }
13295
13288
  },
13296
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjWebhook": {
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": {
13289
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics": {
13387
13290
  "type": "I",
13388
13291
  "fields": {
13389
13292
  "operator": {
@@ -13398,7 +13301,7 @@ export const data = {
13398
13301
  }
13399
13302
  }
13400
13303
  },
13401
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjFrequencyCapping": {
13304
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments": {
13402
13305
  "type": "I",
13403
13306
  "fields": {
13404
13307
  "operator": {
@@ -13413,7 +13316,7 @@ export const data = {
13413
13316
  }
13414
13317
  }
13415
13318
  },
13416
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics": {
13319
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend": {
13417
13320
  "type": "I",
13418
13321
  "fields": {
13419
13322
  "operator": {
@@ -13428,7 +13331,7 @@ export const data = {
13428
13331
  }
13429
13332
  }
13430
13333
  },
13431
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments": {
13334
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation": {
13432
13335
  "type": "I",
13433
13336
  "fields": {
13434
13337
  "operator": {
@@ -13443,7 +13346,7 @@ export const data = {
13443
13346
  }
13444
13347
  }
13445
13348
  },
13446
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend": {
13349
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups": {
13447
13350
  "type": "I",
13448
13351
  "fields": {
13449
13352
  "operator": {
@@ -13458,7 +13361,7 @@ export const data = {
13458
13361
  }
13459
13362
  }
13460
13363
  },
13461
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation": {
13364
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS": {
13462
13365
  "type": "I",
13463
13366
  "fields": {
13464
13367
  "operator": {
@@ -13473,7 +13376,7 @@ export const data = {
13473
13376
  }
13474
13377
  }
13475
13378
  },
13476
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups": {
13379
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile": {
13477
13380
  "type": "I",
13478
13381
  "fields": {
13479
13382
  "operator": {
@@ -13488,7 +13391,7 @@ export const data = {
13488
13391
  }
13489
13392
  }
13490
13393
  },
13491
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomerJourney": {
13394
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger": {
13492
13395
  "type": "I",
13493
13396
  "fields": {
13494
13397
  "operator": {
@@ -13503,7 +13406,7 @@ export const data = {
13503
13406
  }
13504
13407
  }
13505
13408
  },
13506
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS": {
13409
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel": {
13507
13410
  "type": "I",
13508
13411
  "fields": {
13509
13412
  "operator": {
@@ -13518,7 +13421,7 @@ export const data = {
13518
13421
  }
13519
13422
  }
13520
13423
  },
13521
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjApiEntry": {
13424
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection": {
13522
13425
  "type": "I",
13523
13426
  "fields": {
13524
13427
  "operator": {
@@ -13533,7 +13436,7 @@ export const data = {
13533
13436
  }
13534
13437
  }
13535
13438
  },
13536
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile": {
13439
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc": {
13537
13440
  "type": "I",
13538
13441
  "fields": {
13539
13442
  "operator": {
@@ -13548,22 +13451,22 @@ export const data = {
13548
13451
  }
13549
13452
  }
13550
13453
  },
13551
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger": {
13454
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod": {
13552
13455
  "type": "I",
13553
13456
  "fields": {
13554
13457
  "operator": {
13555
13458
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
13556
13459
  },
13557
13460
  "value": {
13558
- "type": "boolean"
13461
+ "type": "number"
13559
13462
  },
13560
13463
  "values": {
13561
- "type": "boolean",
13464
+ "type": "number",
13562
13465
  "array": true
13563
13466
  }
13564
13467
  }
13565
13468
  },
13566
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel": {
13469
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp": {
13567
13470
  "type": "I",
13568
13471
  "fields": {
13569
13472
  "operator": {
@@ -13578,7 +13481,7 @@ export const data = {
13578
13481
  }
13579
13482
  }
13580
13483
  },
13581
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection": {
13484
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats": {
13582
13485
  "type": "I",
13583
13486
  "fields": {
13584
13487
  "operator": {
@@ -13593,7 +13496,7 @@ export const data = {
13593
13496
  }
13594
13497
  }
13595
13498
  },
13596
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc": {
13499
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged": {
13597
13500
  "type": "I",
13598
13501
  "fields": {
13599
13502
  "operator": {
@@ -13608,22 +13511,7 @@ export const data = {
13608
13511
  }
13609
13512
  }
13610
13513
  },
13611
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod": {
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": {
13514
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine": {
13627
13515
  "type": "I",
13628
13516
  "fields": {
13629
13517
  "operator": {
@@ -13638,7 +13526,7 @@ export const data = {
13638
13526
  }
13639
13527
  }
13640
13528
  },
13641
- "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats": {
13529
+ "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp": {
13642
13530
  "type": "I",
13643
13531
  "fields": {
13644
13532
  "operator": {
@@ -13902,30 +13790,6 @@ export const data = {
13902
13790
  "CondDetailActionHistoryStorePeriod": {
13903
13791
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod"
13904
13792
  },
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
13793
  "CondAllowShowDeliveryStatistics": {
13930
13794
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics"
13931
13795
  },
@@ -13941,15 +13805,9 @@ export const data = {
13941
13805
  "CondAllowSegmentsGroups": {
13942
13806
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups"
13943
13807
  },
13944
- "CondAllowCustomerJourney": {
13945
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomerJourney"
13946
- },
13947
13808
  "CondAllowCjSMS": {
13948
13809
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS"
13949
13810
  },
13950
- "CondAllowCjApiEntry": {
13951
- "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjApiEntry"
13952
- },
13953
13811
  "CondAllowCjDynamicSetTagsInUpdateProfile": {
13954
13812
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile"
13955
13813
  },
@@ -13973,6 +13831,15 @@ export const data = {
13973
13831
  },
13974
13832
  "CondAllowCjAlternativeGoalsStats": {
13975
13833
  "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats"
13834
+ },
13835
+ "CondAllowCjListenUserIdChanged": {
13836
+ "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjListenUserIdChanged"
13837
+ },
13838
+ "CondAllowLine": {
13839
+ "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowLine"
13840
+ },
13841
+ "CondAllowPostEventInApp": {
13842
+ "type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPostEventInApp"
13976
13843
  }
13977
13844
  },
13978
13845
  "oneofs": {
@@ -14060,22 +13927,12 @@ export const data = {
14060
13927
  "CondMessageHistoryStorePeriod",
14061
13928
  "CondAllowApiGetMessageLog",
14062
13929
  "CondDetailActionHistoryStorePeriod",
14063
- "CondAllowCjWebhook",
14064
- "CondAllowCjInapp",
14065
- "CondAllowCjScheduledSegment",
14066
- "CondAllowCjContentPersonalization",
14067
- "CondAllowCjSetTags",
14068
- "CondAllowCjDynamicDelay",
14069
- "CondAllowCjSilentHours",
14070
- "CondAllowCjFrequencyCapping",
14071
13930
  "CondAllowShowDeliveryStatistics",
14072
13931
  "CondAllowRFMSegments",
14073
13932
  "CondAllowBestTimeToSend",
14074
13933
  "CondAllowEventSegmentation",
14075
13934
  "CondAllowSegmentsGroups",
14076
- "CondAllowCustomerJourney",
14077
13935
  "CondAllowCjSMS",
14078
- "CondAllowCjApiEntry",
14079
13936
  "CondAllowCjDynamicSetTagsInUpdateProfile",
14080
13937
  "CondAllowCjAddBranchesInWaitForTrigger",
14081
13938
  "CondAllowEventsFunnel",
@@ -14083,7 +13940,10 @@ export const data = {
14083
13940
  "CondAllowCjEmailBcc",
14084
13941
  "CondEmailFileStorePeriod",
14085
13942
  "CondAllowWhatsApp",
14086
- "CondAllowCjAlternativeGoalsStats"
13943
+ "CondAllowCjAlternativeGoalsStats",
13944
+ "CondAllowCjListenUserIdChanged",
13945
+ "CondAllowLine",
13946
+ "CondAllowPostEventInApp"
14087
13947
  ]
14088
13948
  }
14089
13949
  }
@@ -14135,6 +13995,35 @@ export const data = {
14135
13995
  }
14136
13996
  }
14137
13997
  },
13998
+ "pushwoosh.objects.restrictionValues.v1.LockLevel": {
13999
+ "type": "E",
14000
+ "values": [
14001
+ "LOCK_LEVEL_UNDEFINED",
14002
+ "LOCK_LEVEL_UPDATE",
14003
+ "LOCK_LEVEL_NO_KEY_UPDATE",
14004
+ "LOCK_LEVEL_SHARE",
14005
+ "LOCK_LEVEL_KEY_SHARE"
14006
+ ]
14007
+ },
14008
+ "pushwoosh.objects.restrictionValues.v1.LockWaitingOption": {
14009
+ "type": "E",
14010
+ "values": [
14011
+ "LOCK_WAITING_UNDEFINED",
14012
+ "LOCK_WAITING_NOWAIT",
14013
+ "LOCK_WAITING_SKIP_LOCKED"
14014
+ ]
14015
+ },
14016
+ "pushwoosh.objects.restrictionValues.v1.ForExpression": {
14017
+ "type": "I",
14018
+ "fields": {
14019
+ "level": {
14020
+ "type": "pushwoosh.objects.restrictionValues.v1.LockLevel"
14021
+ },
14022
+ "waiting": {
14023
+ "type": "pushwoosh.objects.restrictionValues.v1.LockWaitingOption"
14024
+ }
14025
+ }
14026
+ },
14138
14027
  "pushwoosh.objects.restrictionValues.v1.__restrictionValue_crud_service_internal": {
14139
14028
  "type": "I",
14140
14029
  "fields": {
@@ -14693,54 +14582,6 @@ export const data = {
14693
14582
  "method": "patch",
14694
14583
  "path": "/v1/objects/restrictionValues/ID/{ID}/update/DetailActionHistoryStorePeriod"
14695
14584
  },
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
14585
  "UpdateAllowShowDeliveryStatistics": {
14745
14586
  "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowShowDeliveryStatisticsRequest",
14746
14587
  "response": "{}",
@@ -14771,24 +14612,12 @@ export const data = {
14771
14612
  "method": "patch",
14772
14613
  "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowSegmentsGroups"
14773
14614
  },
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
14615
  "UpdateAllowCjSMS": {
14781
14616
  "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSMSRequest",
14782
14617
  "response": "{}",
14783
14618
  "method": "patch",
14784
14619
  "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSMS"
14785
14620
  },
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
14621
  "UpdateAllowCjDynamicSetTagsInUpdateProfile": {
14793
14622
  "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest",
14794
14623
  "response": "{}",
@@ -14836,6 +14665,24 @@ export const data = {
14836
14665
  "response": "{}",
14837
14666
  "method": "patch",
14838
14667
  "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjAlternativeGoalsStats"
14668
+ },
14669
+ "UpdateAllowCjListenUserIdChanged": {
14670
+ "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjListenUserIdChangedRequest",
14671
+ "response": "{}",
14672
+ "method": "patch",
14673
+ "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCjListenUserIdChanged"
14674
+ },
14675
+ "UpdateAllowLine": {
14676
+ "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowLineRequest",
14677
+ "response": "{}",
14678
+ "method": "patch",
14679
+ "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowLine"
14680
+ },
14681
+ "UpdateAllowPostEventInApp": {
14682
+ "request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowPostEventInAppRequest",
14683
+ "response": "{}",
14684
+ "method": "patch",
14685
+ "path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowPostEventInApp"
14839
14686
  }
14840
14687
  }
14841
14688
  },
@@ -15085,30 +14932,6 @@ export const data = {
15085
14932
  "DetailActionHistoryStorePeriod": {
15086
14933
  "type": "number"
15087
14934
  },
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
14935
  "AllowShowDeliveryStatistics": {
15113
14936
  "type": "boolean"
15114
14937
  },
@@ -15124,15 +14947,9 @@ export const data = {
15124
14947
  "AllowSegmentsGroups": {
15125
14948
  "type": "boolean"
15126
14949
  },
15127
- "AllowCustomerJourney": {
15128
- "type": "boolean"
15129
- },
15130
14950
  "AllowCjSMS": {
15131
14951
  "type": "boolean"
15132
14952
  },
15133
- "AllowCjApiEntry": {
15134
- "type": "boolean"
15135
- },
15136
14953
  "AllowCjDynamicSetTagsInUpdateProfile": {
15137
14954
  "type": "boolean"
15138
14955
  },
@@ -15156,6 +14973,15 @@ export const data = {
15156
14973
  },
15157
14974
  "AllowCjAlternativeGoalsStats": {
15158
14975
  "type": "boolean"
14976
+ },
14977
+ "AllowCjListenUserIdChanged": {
14978
+ "type": "boolean"
14979
+ },
14980
+ "AllowLine": {
14981
+ "type": "boolean"
14982
+ },
14983
+ "AllowPostEventInApp": {
14984
+ "type": "boolean"
15159
14985
  }
15160
14986
  }
15161
14987
  },
@@ -15239,6 +15065,9 @@ export const data = {
15239
15065
  },
15240
15066
  "pageNum": {
15241
15067
  "type": "number"
15068
+ },
15069
+ "forLock": {
15070
+ "type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
15242
15071
  }
15243
15072
  }
15244
15073
  },
@@ -15265,6 +15094,9 @@ export const data = {
15265
15094
  },
15266
15095
  "pageSize": {
15267
15096
  "type": "number"
15097
+ },
15098
+ "forLock": {
15099
+ "type": "pushwoosh.objects.restrictionValues.v1.ForExpression"
15268
15100
  }
15269
15101
  }
15270
15102
  },
@@ -16187,62 +16019,7 @@ export const data = {
16187
16019
  }
16188
16020
  }
16189
16021
  },
16190
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjWebhookRequest": {
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": {
16235
- "type": "I",
16236
- "fields": {
16237
- "ID": {
16238
- "type": "number"
16239
- },
16240
- "value": {
16241
- "type": "boolean"
16242
- }
16243
- }
16244
- },
16245
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicDelayRequest": {
16022
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowShowDeliveryStatisticsRequest": {
16246
16023
  "type": "I",
16247
16024
  "fields": {
16248
16025
  "ID": {
@@ -16253,7 +16030,7 @@ export const data = {
16253
16030
  }
16254
16031
  }
16255
16032
  },
16256
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSilentHoursRequest": {
16033
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowRFMSegmentsRequest": {
16257
16034
  "type": "I",
16258
16035
  "fields": {
16259
16036
  "ID": {
@@ -16264,7 +16041,7 @@ export const data = {
16264
16041
  }
16265
16042
  }
16266
16043
  },
16267
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjFrequencyCappingRequest": {
16044
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowBestTimeToSendRequest": {
16268
16045
  "type": "I",
16269
16046
  "fields": {
16270
16047
  "ID": {
@@ -16275,7 +16052,7 @@ export const data = {
16275
16052
  }
16276
16053
  }
16277
16054
  },
16278
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowShowDeliveryStatisticsRequest": {
16055
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowEventSegmentationRequest": {
16279
16056
  "type": "I",
16280
16057
  "fields": {
16281
16058
  "ID": {
@@ -16286,7 +16063,7 @@ export const data = {
16286
16063
  }
16287
16064
  }
16288
16065
  },
16289
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowRFMSegmentsRequest": {
16066
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowSegmentsGroupsRequest": {
16290
16067
  "type": "I",
16291
16068
  "fields": {
16292
16069
  "ID": {
@@ -16297,7 +16074,7 @@ export const data = {
16297
16074
  }
16298
16075
  }
16299
16076
  },
16300
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowBestTimeToSendRequest": {
16077
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSMSRequest": {
16301
16078
  "type": "I",
16302
16079
  "fields": {
16303
16080
  "ID": {
@@ -16308,7 +16085,7 @@ export const data = {
16308
16085
  }
16309
16086
  }
16310
16087
  },
16311
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowEventSegmentationRequest": {
16088
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest": {
16312
16089
  "type": "I",
16313
16090
  "fields": {
16314
16091
  "ID": {
@@ -16319,7 +16096,7 @@ export const data = {
16319
16096
  }
16320
16097
  }
16321
16098
  },
16322
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowSegmentsGroupsRequest": {
16099
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAddBranchesInWaitForTriggerRequest": {
16323
16100
  "type": "I",
16324
16101
  "fields": {
16325
16102
  "ID": {
@@ -16330,7 +16107,7 @@ export const data = {
16330
16107
  }
16331
16108
  }
16332
16109
  },
16333
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomerJourneyRequest": {
16110
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowEventsFunnelRequest": {
16334
16111
  "type": "I",
16335
16112
  "fields": {
16336
16113
  "ID": {
@@ -16341,7 +16118,7 @@ export const data = {
16341
16118
  }
16342
16119
  }
16343
16120
  },
16344
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSMSRequest": {
16121
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowChannelsSectionRequest": {
16345
16122
  "type": "I",
16346
16123
  "fields": {
16347
16124
  "ID": {
@@ -16352,7 +16129,7 @@ export const data = {
16352
16129
  }
16353
16130
  }
16354
16131
  },
16355
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjApiEntryRequest": {
16132
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjEmailBccRequest": {
16356
16133
  "type": "I",
16357
16134
  "fields": {
16358
16135
  "ID": {
@@ -16363,29 +16140,18 @@ export const data = {
16363
16140
  }
16364
16141
  }
16365
16142
  },
16366
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest": {
16143
+ "pushwoosh.objects.restrictionValues.v1.UpdateEmailFileStorePeriodRequest": {
16367
16144
  "type": "I",
16368
16145
  "fields": {
16369
16146
  "ID": {
16370
16147
  "type": "number"
16371
16148
  },
16372
16149
  "value": {
16373
- "type": "boolean"
16374
- }
16375
- }
16376
- },
16377
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAddBranchesInWaitForTriggerRequest": {
16378
- "type": "I",
16379
- "fields": {
16380
- "ID": {
16381
16150
  "type": "number"
16382
- },
16383
- "value": {
16384
- "type": "boolean"
16385
16151
  }
16386
16152
  }
16387
16153
  },
16388
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowEventsFunnelRequest": {
16154
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowWhatsAppRequest": {
16389
16155
  "type": "I",
16390
16156
  "fields": {
16391
16157
  "ID": {
@@ -16396,7 +16162,7 @@ export const data = {
16396
16162
  }
16397
16163
  }
16398
16164
  },
16399
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowChannelsSectionRequest": {
16165
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAlternativeGoalsStatsRequest": {
16400
16166
  "type": "I",
16401
16167
  "fields": {
16402
16168
  "ID": {
@@ -16407,7 +16173,7 @@ export const data = {
16407
16173
  }
16408
16174
  }
16409
16175
  },
16410
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjEmailBccRequest": {
16176
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjListenUserIdChangedRequest": {
16411
16177
  "type": "I",
16412
16178
  "fields": {
16413
16179
  "ID": {
@@ -16418,18 +16184,7 @@ export const data = {
16418
16184
  }
16419
16185
  }
16420
16186
  },
16421
- "pushwoosh.objects.restrictionValues.v1.UpdateEmailFileStorePeriodRequest": {
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": {
16187
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowLineRequest": {
16433
16188
  "type": "I",
16434
16189
  "fields": {
16435
16190
  "ID": {
@@ -16440,7 +16195,7 @@ export const data = {
16440
16195
  }
16441
16196
  }
16442
16197
  },
16443
- "pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAlternativeGoalsStatsRequest": {
16198
+ "pushwoosh.objects.restrictionValues.v1.UpdateAllowPostEventInAppRequest": {
16444
16199
  "type": "I",
16445
16200
  "fields": {
16446
16201
  "ID": {
@@ -16736,30 +16491,6 @@ export const data = {
16736
16491
  "DetailActionHistoryStorePeriod": {
16737
16492
  "type": "number"
16738
16493
  },
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
16494
  "AllowShowDeliveryStatistics": {
16764
16495
  "type": "boolean"
16765
16496
  },
@@ -16775,15 +16506,9 @@ export const data = {
16775
16506
  "AllowSegmentsGroups": {
16776
16507
  "type": "boolean"
16777
16508
  },
16778
- "AllowCustomerJourney": {
16779
- "type": "boolean"
16780
- },
16781
16509
  "AllowCjSMS": {
16782
16510
  "type": "boolean"
16783
16511
  },
16784
- "AllowCjApiEntry": {
16785
- "type": "boolean"
16786
- },
16787
16512
  "AllowCjDynamicSetTagsInUpdateProfile": {
16788
16513
  "type": "boolean"
16789
16514
  },
@@ -16807,6 +16532,15 @@ export const data = {
16807
16532
  },
16808
16533
  "AllowCjAlternativeGoalsStats": {
16809
16534
  "type": "boolean"
16535
+ },
16536
+ "AllowCjListenUserIdChanged": {
16537
+ "type": "boolean"
16538
+ },
16539
+ "AllowLine": {
16540
+ "type": "boolean"
16541
+ },
16542
+ "AllowPostEventInApp": {
16543
+ "type": "boolean"
16810
16544
  }
16811
16545
  }
16812
16546
  },