@capillarytech/creatives-library 8.0.290 → 8.0.291
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/package.json +1 -1
- package/v2Components/CommonTestAndPreview/SendTestMessage.js +1 -33
- package/v2Components/CommonTestAndPreview/actions.js +0 -20
- package/v2Components/CommonTestAndPreview/constants.js +0 -10
- package/v2Components/CommonTestAndPreview/index.js +15 -133
- package/v2Components/CommonTestAndPreview/reducer.js +0 -47
- package/v2Components/CommonTestAndPreview/sagas.js +0 -60
- package/v2Components/CommonTestAndPreview/selectors.js +0 -51
- package/v2Components/CommonTestAndPreview/tests/SendTestMessage.test.js +0 -127
- package/v2Components/CommonTestAndPreview/tests/actions.test.js +0 -50
- package/v2Components/CommonTestAndPreview/tests/constants.test.js +0 -18
- package/v2Components/CommonTestAndPreview/tests/index.test.js +1 -214
- package/v2Components/CommonTestAndPreview/tests/reducer.test.js +0 -118
- package/v2Components/CommonTestAndPreview/tests/sagas.test.js +0 -145
- package/v2Components/CommonTestAndPreview/tests/selectors.test.js +0 -146
- package/v2Components/TestAndPreviewSlidebox/index.js +0 -14
- package/v2Containers/CreativesContainer/index.js +8 -0
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +12 -649
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +0 -141
- package/v2Containers/Whatsapp/index.js +1 -1
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +4225 -26174
- package/v2Components/CommonTestAndPreview/DeliverySettings/DeliverySettings.scss +0 -33
- package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.js +0 -397
- package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.scss +0 -35
- package/v2Components/CommonTestAndPreview/DeliverySettings/TECH_DETAILING_DELIVERY_SETTINGS.md +0 -725
- package/v2Components/CommonTestAndPreview/DeliverySettings/constants.js +0 -92
- package/v2Components/CommonTestAndPreview/DeliverySettings/index.js +0 -243
- package/v2Components/CommonTestAndPreview/DeliverySettings/messages.js +0 -111
- package/v2Components/CommonTestAndPreview/DeliverySettings/utils/parseSenderDetailsResponse.js +0 -91
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/ModifyDeliverySettings.test.js +0 -782
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/index.test.js +0 -200
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/utils/parseSenderDetailsResponse.test.js +0 -235
|
@@ -11216,10 +11216,8 @@ new message content.",
|
|
|
11216
11216
|
"createMessageMetaRequested": [Function],
|
|
11217
11217
|
"extractTagsRequested": [Function],
|
|
11218
11218
|
"getPrefilledValuesRequested": [Function],
|
|
11219
|
-
"getSenderDetailsRequested": [Function],
|
|
11220
11219
|
"getTestCustomersRequested": [Function],
|
|
11221
11220
|
"getTestGroupsRequested": [Function],
|
|
11222
|
-
"getWeCrmAccountsRequested": [Function],
|
|
11223
11221
|
"searchCustomersRequested": [Function],
|
|
11224
11222
|
"sendTestMessageRequested": [Function],
|
|
11225
11223
|
"updatePreviewRequested": [Function],
|
|
@@ -11251,7 +11249,6 @@ new message content.",
|
|
|
11251
11249
|
isExtractingTags={false}
|
|
11252
11250
|
isFetchingTestCustomers={false}
|
|
11253
11251
|
isFetchingTestGroups={false}
|
|
11254
|
-
isLoadingSenderDetails={false}
|
|
11255
11252
|
isSearchingCustomer={false}
|
|
11256
11253
|
isSendingTestMessage={false}
|
|
11257
11254
|
isUpdatingPreview={false}
|
|
@@ -11259,19 +11256,11 @@ new message content.",
|
|
|
11259
11256
|
onClose={[Function]}
|
|
11260
11257
|
prefilledValues={Object {}}
|
|
11261
11258
|
previewData={null}
|
|
11262
|
-
senderDetailsByChannel={
|
|
11263
|
-
Object {
|
|
11264
|
-
"EMAIL": Array [],
|
|
11265
|
-
"SMS": Array [],
|
|
11266
|
-
"WHATSAPP": Array [],
|
|
11267
|
-
}
|
|
11268
|
-
}
|
|
11269
11259
|
show={false}
|
|
11270
11260
|
testCustomers={Immutable.List []}
|
|
11271
11261
|
testGroups={Immutable.List []}
|
|
11272
11262
|
updatePreviewError={null}
|
|
11273
11263
|
updatePreviewErrors={Array []}
|
|
11274
|
-
wecrmAccounts={Array []}
|
|
11275
11264
|
>
|
|
11276
11265
|
<TestAndPreviewSlidebox
|
|
11277
11266
|
actions={
|
|
@@ -11283,10 +11272,8 @@ new message content.",
|
|
|
11283
11272
|
"createMessageMetaRequested": [Function],
|
|
11284
11273
|
"extractTagsRequested": [Function],
|
|
11285
11274
|
"getPrefilledValuesRequested": [Function],
|
|
11286
|
-
"getSenderDetailsRequested": [Function],
|
|
11287
11275
|
"getTestCustomersRequested": [Function],
|
|
11288
11276
|
"getTestGroupsRequested": [Function],
|
|
11289
|
-
"getWeCrmAccountsRequested": [Function],
|
|
11290
11277
|
"searchCustomersRequested": [Function],
|
|
11291
11278
|
"sendTestMessageRequested": [Function],
|
|
11292
11279
|
"updatePreviewRequested": [Function],
|
|
@@ -13566,28 +13553,18 @@ new message content.",
|
|
|
13566
13553
|
isExtractingTags={false}
|
|
13567
13554
|
isFetchingTestCustomers={false}
|
|
13568
13555
|
isFetchingTestGroups={false}
|
|
13569
|
-
isLoadingSenderDetails={false}
|
|
13570
13556
|
isSearchingCustomer={false}
|
|
13571
13557
|
isSendingTestMessage={false}
|
|
13572
13558
|
isUpdatingPreview={false}
|
|
13573
13559
|
messageMetaConfigId={null}
|
|
13574
13560
|
onClose={[Function]}
|
|
13575
|
-
orgUnitId={-1}
|
|
13576
13561
|
prefilledValues={Object {}}
|
|
13577
13562
|
previewData={null}
|
|
13578
|
-
senderDetailsByChannel={
|
|
13579
|
-
Object {
|
|
13580
|
-
"EMAIL": Array [],
|
|
13581
|
-
"SMS": Array [],
|
|
13582
|
-
"WHATSAPP": Array [],
|
|
13583
|
-
}
|
|
13584
|
-
}
|
|
13585
13563
|
show={false}
|
|
13586
13564
|
testCustomers={Immutable.List []}
|
|
13587
13565
|
testGroups={Immutable.List []}
|
|
13588
13566
|
updatePreviewError={null}
|
|
13589
13567
|
updatePreviewErrors={Array []}
|
|
13590
|
-
wecrmAccounts={Array []}
|
|
13591
13568
|
>
|
|
13592
13569
|
<CommonTestAndPreview
|
|
13593
13570
|
actions={
|
|
@@ -13599,10 +13576,8 @@ new message content.",
|
|
|
13599
13576
|
"createMessageMetaRequested": [Function],
|
|
13600
13577
|
"extractTagsRequested": [Function],
|
|
13601
13578
|
"getPrefilledValuesRequested": [Function],
|
|
13602
|
-
"getSenderDetailsRequested": [Function],
|
|
13603
13579
|
"getTestCustomersRequested": [Function],
|
|
13604
13580
|
"getTestGroupsRequested": [Function],
|
|
13605
|
-
"getWeCrmAccountsRequested": [Function],
|
|
13606
13581
|
"searchCustomersRequested": [Function],
|
|
13607
13582
|
"sendTestMessageRequested": [Function],
|
|
13608
13583
|
"updatePreviewRequested": [Function],
|
|
@@ -15889,25 +15864,16 @@ new message content.",
|
|
|
15889
15864
|
isExtractingTags={false}
|
|
15890
15865
|
isFetchingTestCustomers={false}
|
|
15891
15866
|
isFetchingTestGroups={false}
|
|
15892
|
-
isLoadingSenderDetails={false}
|
|
15893
15867
|
isSearchingCustomer={false}
|
|
15894
15868
|
isSendingTestMessage={false}
|
|
15895
15869
|
isUpdatingPreview={false}
|
|
15896
15870
|
messageMetaConfigId={null}
|
|
15897
15871
|
onClose={[Function]}
|
|
15898
|
-
orgUnitId={-1}
|
|
15899
15872
|
prefilledValues={Object {}}
|
|
15900
15873
|
previewData={null}
|
|
15901
15874
|
rcsIosPreview={false}
|
|
15902
15875
|
rcsOrientation={null}
|
|
15903
15876
|
rcsType={null}
|
|
15904
|
-
senderDetailsByChannel={
|
|
15905
|
-
Object {
|
|
15906
|
-
"EMAIL": Array [],
|
|
15907
|
-
"SMS": Array [],
|
|
15908
|
-
"WHATSAPP": Array [],
|
|
15909
|
-
}
|
|
15910
|
-
}
|
|
15911
15877
|
show={false}
|
|
15912
15878
|
templateLayoutType={null}
|
|
15913
15879
|
testCustomers={Immutable.List []}
|
|
@@ -15915,7 +15881,6 @@ new message content.",
|
|
|
15915
15881
|
unicodeEnabled={false}
|
|
15916
15882
|
updatePreviewError={null}
|
|
15917
15883
|
updatePreviewErrors={Array []}
|
|
15918
|
-
wecrmAccounts={Array []}
|
|
15919
15884
|
whatsappAccountName={null}
|
|
15920
15885
|
whatsappContentLen={0}
|
|
15921
15886
|
>
|
|
@@ -15959,31 +15924,13 @@ new message content.",
|
|
|
15959
15924
|
<SendTestMessage
|
|
15960
15925
|
channel="RCS"
|
|
15961
15926
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
15962
|
-
formData={
|
|
15963
|
-
Object {
|
|
15964
|
-
"suggestions": Array [
|
|
15965
|
-
Object {
|
|
15966
|
-
"index": 0,
|
|
15967
|
-
"isSaved": true,
|
|
15968
|
-
"phoneNumber": "",
|
|
15969
|
-
"postback": "stop",
|
|
15970
|
-
"text": "stop",
|
|
15971
|
-
"type": "QUICK_REPLY",
|
|
15972
|
-
"url": null,
|
|
15973
|
-
},
|
|
15974
|
-
],
|
|
15975
|
-
"templateHeader": "",
|
|
15976
|
-
"templateMessage": "",
|
|
15977
|
-
}
|
|
15978
|
-
}
|
|
15927
|
+
formData={null}
|
|
15979
15928
|
formatMessage={[Function]}
|
|
15980
15929
|
handleSendTestMessage={[Function]}
|
|
15981
15930
|
handleTestEntitiesChange={[Function]}
|
|
15982
15931
|
isFetchingTestCustomers={false}
|
|
15983
15932
|
isFetchingTestGroups={false}
|
|
15984
|
-
isLoadingSenderDetails={false}
|
|
15985
15933
|
isSendingTestMessage={false}
|
|
15986
|
-
onSaveDeliverySettings={[Function]}
|
|
15987
15934
|
selectedTestEntities={Array []}
|
|
15988
15935
|
testEntitiesTreeData={
|
|
15989
15936
|
Array [
|
|
@@ -16001,7 +15948,6 @@ new message content.",
|
|
|
16001
15948
|
},
|
|
16002
15949
|
]
|
|
16003
15950
|
}
|
|
16004
|
-
wecrmAccounts={Array []}
|
|
16005
15951
|
/>
|
|
16006
15952
|
</CapRow>
|
|
16007
15953
|
<CapDivider
|
|
@@ -27303,10 +27249,8 @@ new message content.",
|
|
|
27303
27249
|
"createMessageMetaRequested": [Function],
|
|
27304
27250
|
"extractTagsRequested": [Function],
|
|
27305
27251
|
"getPrefilledValuesRequested": [Function],
|
|
27306
|
-
"getSenderDetailsRequested": [Function],
|
|
27307
27252
|
"getTestCustomersRequested": [Function],
|
|
27308
27253
|
"getTestGroupsRequested": [Function],
|
|
27309
|
-
"getWeCrmAccountsRequested": [Function],
|
|
27310
27254
|
"searchCustomersRequested": [Function],
|
|
27311
27255
|
"sendTestMessageRequested": [Function],
|
|
27312
27256
|
"updatePreviewRequested": [Function],
|
|
@@ -27338,7 +27282,6 @@ new message content.",
|
|
|
27338
27282
|
isExtractingTags={false}
|
|
27339
27283
|
isFetchingTestCustomers={false}
|
|
27340
27284
|
isFetchingTestGroups={false}
|
|
27341
|
-
isLoadingSenderDetails={false}
|
|
27342
27285
|
isSearchingCustomer={false}
|
|
27343
27286
|
isSendingTestMessage={false}
|
|
27344
27287
|
isUpdatingPreview={false}
|
|
@@ -27346,19 +27289,11 @@ new message content.",
|
|
|
27346
27289
|
onClose={[Function]}
|
|
27347
27290
|
prefilledValues={Object {}}
|
|
27348
27291
|
previewData={null}
|
|
27349
|
-
senderDetailsByChannel={
|
|
27350
|
-
Object {
|
|
27351
|
-
"EMAIL": Array [],
|
|
27352
|
-
"SMS": Array [],
|
|
27353
|
-
"WHATSAPP": Array [],
|
|
27354
|
-
}
|
|
27355
|
-
}
|
|
27356
27292
|
show={false}
|
|
27357
27293
|
testCustomers={Immutable.List []}
|
|
27358
27294
|
testGroups={Immutable.List []}
|
|
27359
27295
|
updatePreviewError={null}
|
|
27360
27296
|
updatePreviewErrors={Array []}
|
|
27361
|
-
wecrmAccounts={Array []}
|
|
27362
27297
|
>
|
|
27363
27298
|
<TestAndPreviewSlidebox
|
|
27364
27299
|
actions={
|
|
@@ -27370,10 +27305,8 @@ new message content.",
|
|
|
27370
27305
|
"createMessageMetaRequested": [Function],
|
|
27371
27306
|
"extractTagsRequested": [Function],
|
|
27372
27307
|
"getPrefilledValuesRequested": [Function],
|
|
27373
|
-
"getSenderDetailsRequested": [Function],
|
|
27374
27308
|
"getTestCustomersRequested": [Function],
|
|
27375
27309
|
"getTestGroupsRequested": [Function],
|
|
27376
|
-
"getWeCrmAccountsRequested": [Function],
|
|
27377
27310
|
"searchCustomersRequested": [Function],
|
|
27378
27311
|
"sendTestMessageRequested": [Function],
|
|
27379
27312
|
"updatePreviewRequested": [Function],
|
|
@@ -29653,28 +29586,18 @@ new message content.",
|
|
|
29653
29586
|
isExtractingTags={false}
|
|
29654
29587
|
isFetchingTestCustomers={false}
|
|
29655
29588
|
isFetchingTestGroups={false}
|
|
29656
|
-
isLoadingSenderDetails={false}
|
|
29657
29589
|
isSearchingCustomer={false}
|
|
29658
29590
|
isSendingTestMessage={false}
|
|
29659
29591
|
isUpdatingPreview={false}
|
|
29660
29592
|
messageMetaConfigId={null}
|
|
29661
29593
|
onClose={[Function]}
|
|
29662
|
-
orgUnitId={-1}
|
|
29663
29594
|
prefilledValues={Object {}}
|
|
29664
29595
|
previewData={null}
|
|
29665
|
-
senderDetailsByChannel={
|
|
29666
|
-
Object {
|
|
29667
|
-
"EMAIL": Array [],
|
|
29668
|
-
"SMS": Array [],
|
|
29669
|
-
"WHATSAPP": Array [],
|
|
29670
|
-
}
|
|
29671
|
-
}
|
|
29672
29596
|
show={false}
|
|
29673
29597
|
testCustomers={Immutable.List []}
|
|
29674
29598
|
testGroups={Immutable.List []}
|
|
29675
29599
|
updatePreviewError={null}
|
|
29676
29600
|
updatePreviewErrors={Array []}
|
|
29677
|
-
wecrmAccounts={Array []}
|
|
29678
29601
|
>
|
|
29679
29602
|
<CommonTestAndPreview
|
|
29680
29603
|
actions={
|
|
@@ -29686,10 +29609,8 @@ new message content.",
|
|
|
29686
29609
|
"createMessageMetaRequested": [Function],
|
|
29687
29610
|
"extractTagsRequested": [Function],
|
|
29688
29611
|
"getPrefilledValuesRequested": [Function],
|
|
29689
|
-
"getSenderDetailsRequested": [Function],
|
|
29690
29612
|
"getTestCustomersRequested": [Function],
|
|
29691
29613
|
"getTestGroupsRequested": [Function],
|
|
29692
|
-
"getWeCrmAccountsRequested": [Function],
|
|
29693
29614
|
"searchCustomersRequested": [Function],
|
|
29694
29615
|
"sendTestMessageRequested": [Function],
|
|
29695
29616
|
"updatePreviewRequested": [Function],
|
|
@@ -31976,25 +31897,16 @@ new message content.",
|
|
|
31976
31897
|
isExtractingTags={false}
|
|
31977
31898
|
isFetchingTestCustomers={false}
|
|
31978
31899
|
isFetchingTestGroups={false}
|
|
31979
|
-
isLoadingSenderDetails={false}
|
|
31980
31900
|
isSearchingCustomer={false}
|
|
31981
31901
|
isSendingTestMessage={false}
|
|
31982
31902
|
isUpdatingPreview={false}
|
|
31983
31903
|
messageMetaConfigId={null}
|
|
31984
31904
|
onClose={[Function]}
|
|
31985
|
-
orgUnitId={-1}
|
|
31986
31905
|
prefilledValues={Object {}}
|
|
31987
31906
|
previewData={null}
|
|
31988
31907
|
rcsIosPreview={false}
|
|
31989
31908
|
rcsOrientation={null}
|
|
31990
31909
|
rcsType={null}
|
|
31991
|
-
senderDetailsByChannel={
|
|
31992
|
-
Object {
|
|
31993
|
-
"EMAIL": Array [],
|
|
31994
|
-
"SMS": Array [],
|
|
31995
|
-
"WHATSAPP": Array [],
|
|
31996
|
-
}
|
|
31997
|
-
}
|
|
31998
31910
|
show={false}
|
|
31999
31911
|
templateLayoutType={null}
|
|
32000
31912
|
testCustomers={Immutable.List []}
|
|
@@ -32002,7 +31914,6 @@ new message content.",
|
|
|
32002
31914
|
unicodeEnabled={false}
|
|
32003
31915
|
updatePreviewError={null}
|
|
32004
31916
|
updatePreviewErrors={Array []}
|
|
32005
|
-
wecrmAccounts={Array []}
|
|
32006
31917
|
whatsappAccountName={null}
|
|
32007
31918
|
whatsappContentLen={0}
|
|
32008
31919
|
>
|
|
@@ -32046,31 +31957,13 @@ new message content.",
|
|
|
32046
31957
|
<SendTestMessage
|
|
32047
31958
|
channel="RCS"
|
|
32048
31959
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
32049
|
-
formData={
|
|
32050
|
-
Object {
|
|
32051
|
-
"suggestions": Array [
|
|
32052
|
-
Object {
|
|
32053
|
-
"index": 0,
|
|
32054
|
-
"isSaved": true,
|
|
32055
|
-
"phoneNumber": "",
|
|
32056
|
-
"postback": "stop",
|
|
32057
|
-
"text": "stop",
|
|
32058
|
-
"type": "QUICK_REPLY",
|
|
32059
|
-
"url": null,
|
|
32060
|
-
},
|
|
32061
|
-
],
|
|
32062
|
-
"templateHeader": "",
|
|
32063
|
-
"templateMessage": "",
|
|
32064
|
-
}
|
|
32065
|
-
}
|
|
31960
|
+
formData={null}
|
|
32066
31961
|
formatMessage={[Function]}
|
|
32067
31962
|
handleSendTestMessage={[Function]}
|
|
32068
31963
|
handleTestEntitiesChange={[Function]}
|
|
32069
31964
|
isFetchingTestCustomers={false}
|
|
32070
31965
|
isFetchingTestGroups={false}
|
|
32071
|
-
isLoadingSenderDetails={false}
|
|
32072
31966
|
isSendingTestMessage={false}
|
|
32073
|
-
onSaveDeliverySettings={[Function]}
|
|
32074
31967
|
selectedTestEntities={Array []}
|
|
32075
31968
|
testEntitiesTreeData={
|
|
32076
31969
|
Array [
|
|
@@ -32088,7 +31981,6 @@ new message content.",
|
|
|
32088
31981
|
},
|
|
32089
31982
|
]
|
|
32090
31983
|
}
|
|
32091
|
-
wecrmAccounts={Array []}
|
|
32092
31984
|
/>
|
|
32093
31985
|
</CapRow>
|
|
32094
31986
|
<CapDivider
|
|
@@ -43912,10 +43804,8 @@ new message content.",
|
|
|
43912
43804
|
"createMessageMetaRequested": [Function],
|
|
43913
43805
|
"extractTagsRequested": [Function],
|
|
43914
43806
|
"getPrefilledValuesRequested": [Function],
|
|
43915
|
-
"getSenderDetailsRequested": [Function],
|
|
43916
43807
|
"getTestCustomersRequested": [Function],
|
|
43917
43808
|
"getTestGroupsRequested": [Function],
|
|
43918
|
-
"getWeCrmAccountsRequested": [Function],
|
|
43919
43809
|
"searchCustomersRequested": [Function],
|
|
43920
43810
|
"sendTestMessageRequested": [Function],
|
|
43921
43811
|
"updatePreviewRequested": [Function],
|
|
@@ -43947,7 +43837,6 @@ new message content.",
|
|
|
43947
43837
|
isExtractingTags={false}
|
|
43948
43838
|
isFetchingTestCustomers={false}
|
|
43949
43839
|
isFetchingTestGroups={false}
|
|
43950
|
-
isLoadingSenderDetails={false}
|
|
43951
43840
|
isSearchingCustomer={false}
|
|
43952
43841
|
isSendingTestMessage={false}
|
|
43953
43842
|
isUpdatingPreview={false}
|
|
@@ -43955,19 +43844,11 @@ new message content.",
|
|
|
43955
43844
|
onClose={[Function]}
|
|
43956
43845
|
prefilledValues={Object {}}
|
|
43957
43846
|
previewData={null}
|
|
43958
|
-
senderDetailsByChannel={
|
|
43959
|
-
Object {
|
|
43960
|
-
"EMAIL": Array [],
|
|
43961
|
-
"SMS": Array [],
|
|
43962
|
-
"WHATSAPP": Array [],
|
|
43963
|
-
}
|
|
43964
|
-
}
|
|
43965
43847
|
show={false}
|
|
43966
43848
|
testCustomers={Immutable.List []}
|
|
43967
43849
|
testGroups={Immutable.List []}
|
|
43968
43850
|
updatePreviewError={null}
|
|
43969
43851
|
updatePreviewErrors={Array []}
|
|
43970
|
-
wecrmAccounts={Array []}
|
|
43971
43852
|
>
|
|
43972
43853
|
<TestAndPreviewSlidebox
|
|
43973
43854
|
actions={
|
|
@@ -43979,10 +43860,8 @@ new message content.",
|
|
|
43979
43860
|
"createMessageMetaRequested": [Function],
|
|
43980
43861
|
"extractTagsRequested": [Function],
|
|
43981
43862
|
"getPrefilledValuesRequested": [Function],
|
|
43982
|
-
"getSenderDetailsRequested": [Function],
|
|
43983
43863
|
"getTestCustomersRequested": [Function],
|
|
43984
43864
|
"getTestGroupsRequested": [Function],
|
|
43985
|
-
"getWeCrmAccountsRequested": [Function],
|
|
43986
43865
|
"searchCustomersRequested": [Function],
|
|
43987
43866
|
"sendTestMessageRequested": [Function],
|
|
43988
43867
|
"updatePreviewRequested": [Function],
|
|
@@ -46262,28 +46141,18 @@ new message content.",
|
|
|
46262
46141
|
isExtractingTags={false}
|
|
46263
46142
|
isFetchingTestCustomers={false}
|
|
46264
46143
|
isFetchingTestGroups={false}
|
|
46265
|
-
isLoadingSenderDetails={false}
|
|
46266
46144
|
isSearchingCustomer={false}
|
|
46267
46145
|
isSendingTestMessage={false}
|
|
46268
46146
|
isUpdatingPreview={false}
|
|
46269
46147
|
messageMetaConfigId={null}
|
|
46270
46148
|
onClose={[Function]}
|
|
46271
|
-
orgUnitId={-1}
|
|
46272
46149
|
prefilledValues={Object {}}
|
|
46273
46150
|
previewData={null}
|
|
46274
|
-
senderDetailsByChannel={
|
|
46275
|
-
Object {
|
|
46276
|
-
"EMAIL": Array [],
|
|
46277
|
-
"SMS": Array [],
|
|
46278
|
-
"WHATSAPP": Array [],
|
|
46279
|
-
}
|
|
46280
|
-
}
|
|
46281
46151
|
show={false}
|
|
46282
46152
|
testCustomers={Immutable.List []}
|
|
46283
46153
|
testGroups={Immutable.List []}
|
|
46284
46154
|
updatePreviewError={null}
|
|
46285
46155
|
updatePreviewErrors={Array []}
|
|
46286
|
-
wecrmAccounts={Array []}
|
|
46287
46156
|
>
|
|
46288
46157
|
<CommonTestAndPreview
|
|
46289
46158
|
actions={
|
|
@@ -46295,10 +46164,8 @@ new message content.",
|
|
|
46295
46164
|
"createMessageMetaRequested": [Function],
|
|
46296
46165
|
"extractTagsRequested": [Function],
|
|
46297
46166
|
"getPrefilledValuesRequested": [Function],
|
|
46298
|
-
"getSenderDetailsRequested": [Function],
|
|
46299
46167
|
"getTestCustomersRequested": [Function],
|
|
46300
46168
|
"getTestGroupsRequested": [Function],
|
|
46301
|
-
"getWeCrmAccountsRequested": [Function],
|
|
46302
46169
|
"searchCustomersRequested": [Function],
|
|
46303
46170
|
"sendTestMessageRequested": [Function],
|
|
46304
46171
|
"updatePreviewRequested": [Function],
|
|
@@ -48585,25 +48452,16 @@ new message content.",
|
|
|
48585
48452
|
isExtractingTags={false}
|
|
48586
48453
|
isFetchingTestCustomers={false}
|
|
48587
48454
|
isFetchingTestGroups={false}
|
|
48588
|
-
isLoadingSenderDetails={false}
|
|
48589
48455
|
isSearchingCustomer={false}
|
|
48590
48456
|
isSendingTestMessage={false}
|
|
48591
48457
|
isUpdatingPreview={false}
|
|
48592
48458
|
messageMetaConfigId={null}
|
|
48593
48459
|
onClose={[Function]}
|
|
48594
|
-
orgUnitId={-1}
|
|
48595
48460
|
prefilledValues={Object {}}
|
|
48596
48461
|
previewData={null}
|
|
48597
48462
|
rcsIosPreview={false}
|
|
48598
48463
|
rcsOrientation={null}
|
|
48599
48464
|
rcsType={null}
|
|
48600
|
-
senderDetailsByChannel={
|
|
48601
|
-
Object {
|
|
48602
|
-
"EMAIL": Array [],
|
|
48603
|
-
"SMS": Array [],
|
|
48604
|
-
"WHATSAPP": Array [],
|
|
48605
|
-
}
|
|
48606
|
-
}
|
|
48607
48465
|
show={false}
|
|
48608
48466
|
templateLayoutType={null}
|
|
48609
48467
|
testCustomers={Immutable.List []}
|
|
@@ -48611,7 +48469,6 @@ new message content.",
|
|
|
48611
48469
|
unicodeEnabled={false}
|
|
48612
48470
|
updatePreviewError={null}
|
|
48613
48471
|
updatePreviewErrors={Array []}
|
|
48614
|
-
wecrmAccounts={Array []}
|
|
48615
48472
|
whatsappAccountName={null}
|
|
48616
48473
|
whatsappContentLen={0}
|
|
48617
48474
|
>
|
|
@@ -48655,31 +48512,13 @@ new message content.",
|
|
|
48655
48512
|
<SendTestMessage
|
|
48656
48513
|
channel="RCS"
|
|
48657
48514
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
48658
|
-
formData={
|
|
48659
|
-
Object {
|
|
48660
|
-
"suggestions": Array [
|
|
48661
|
-
Object {
|
|
48662
|
-
"index": 0,
|
|
48663
|
-
"isSaved": true,
|
|
48664
|
-
"phoneNumber": "",
|
|
48665
|
-
"postback": "stop",
|
|
48666
|
-
"text": "stop",
|
|
48667
|
-
"type": "QUICK_REPLY",
|
|
48668
|
-
"url": null,
|
|
48669
|
-
},
|
|
48670
|
-
],
|
|
48671
|
-
"templateHeader": "",
|
|
48672
|
-
"templateMessage": "",
|
|
48673
|
-
}
|
|
48674
|
-
}
|
|
48515
|
+
formData={null}
|
|
48675
48516
|
formatMessage={[Function]}
|
|
48676
48517
|
handleSendTestMessage={[Function]}
|
|
48677
48518
|
handleTestEntitiesChange={[Function]}
|
|
48678
48519
|
isFetchingTestCustomers={false}
|
|
48679
48520
|
isFetchingTestGroups={false}
|
|
48680
|
-
isLoadingSenderDetails={false}
|
|
48681
48521
|
isSendingTestMessage={false}
|
|
48682
|
-
onSaveDeliverySettings={[Function]}
|
|
48683
48522
|
selectedTestEntities={Array []}
|
|
48684
48523
|
testEntitiesTreeData={
|
|
48685
48524
|
Array [
|
|
@@ -48697,7 +48536,6 @@ new message content.",
|
|
|
48697
48536
|
},
|
|
48698
48537
|
]
|
|
48699
48538
|
}
|
|
48700
|
-
wecrmAccounts={Array []}
|
|
48701
48539
|
/>
|
|
48702
48540
|
</CapRow>
|
|
48703
48541
|
<CapDivider
|
|
@@ -61069,10 +60907,8 @@ new message content.",
|
|
|
61069
60907
|
"createMessageMetaRequested": [Function],
|
|
61070
60908
|
"extractTagsRequested": [Function],
|
|
61071
60909
|
"getPrefilledValuesRequested": [Function],
|
|
61072
|
-
"getSenderDetailsRequested": [Function],
|
|
61073
60910
|
"getTestCustomersRequested": [Function],
|
|
61074
60911
|
"getTestGroupsRequested": [Function],
|
|
61075
|
-
"getWeCrmAccountsRequested": [Function],
|
|
61076
60912
|
"searchCustomersRequested": [Function],
|
|
61077
60913
|
"sendTestMessageRequested": [Function],
|
|
61078
60914
|
"updatePreviewRequested": [Function],
|
|
@@ -61104,7 +60940,6 @@ new message content.",
|
|
|
61104
60940
|
isExtractingTags={false}
|
|
61105
60941
|
isFetchingTestCustomers={false}
|
|
61106
60942
|
isFetchingTestGroups={false}
|
|
61107
|
-
isLoadingSenderDetails={false}
|
|
61108
60943
|
isSearchingCustomer={false}
|
|
61109
60944
|
isSendingTestMessage={false}
|
|
61110
60945
|
isUpdatingPreview={false}
|
|
@@ -61112,19 +60947,11 @@ new message content.",
|
|
|
61112
60947
|
onClose={[Function]}
|
|
61113
60948
|
prefilledValues={Object {}}
|
|
61114
60949
|
previewData={null}
|
|
61115
|
-
senderDetailsByChannel={
|
|
61116
|
-
Object {
|
|
61117
|
-
"EMAIL": Array [],
|
|
61118
|
-
"SMS": Array [],
|
|
61119
|
-
"WHATSAPP": Array [],
|
|
61120
|
-
}
|
|
61121
|
-
}
|
|
61122
60950
|
show={false}
|
|
61123
60951
|
testCustomers={Immutable.List []}
|
|
61124
60952
|
testGroups={Immutable.List []}
|
|
61125
60953
|
updatePreviewError={null}
|
|
61126
60954
|
updatePreviewErrors={Array []}
|
|
61127
|
-
wecrmAccounts={Array []}
|
|
61128
60955
|
>
|
|
61129
60956
|
<TestAndPreviewSlidebox
|
|
61130
60957
|
actions={
|
|
@@ -61136,10 +60963,8 @@ new message content.",
|
|
|
61136
60963
|
"createMessageMetaRequested": [Function],
|
|
61137
60964
|
"extractTagsRequested": [Function],
|
|
61138
60965
|
"getPrefilledValuesRequested": [Function],
|
|
61139
|
-
"getSenderDetailsRequested": [Function],
|
|
61140
60966
|
"getTestCustomersRequested": [Function],
|
|
61141
60967
|
"getTestGroupsRequested": [Function],
|
|
61142
|
-
"getWeCrmAccountsRequested": [Function],
|
|
61143
60968
|
"searchCustomersRequested": [Function],
|
|
61144
60969
|
"sendTestMessageRequested": [Function],
|
|
61145
60970
|
"updatePreviewRequested": [Function],
|
|
@@ -63419,28 +63244,18 @@ new message content.",
|
|
|
63419
63244
|
isExtractingTags={false}
|
|
63420
63245
|
isFetchingTestCustomers={false}
|
|
63421
63246
|
isFetchingTestGroups={false}
|
|
63422
|
-
isLoadingSenderDetails={false}
|
|
63423
63247
|
isSearchingCustomer={false}
|
|
63424
63248
|
isSendingTestMessage={false}
|
|
63425
63249
|
isUpdatingPreview={false}
|
|
63426
63250
|
messageMetaConfigId={null}
|
|
63427
63251
|
onClose={[Function]}
|
|
63428
|
-
orgUnitId={-1}
|
|
63429
63252
|
prefilledValues={Object {}}
|
|
63430
63253
|
previewData={null}
|
|
63431
|
-
senderDetailsByChannel={
|
|
63432
|
-
Object {
|
|
63433
|
-
"EMAIL": Array [],
|
|
63434
|
-
"SMS": Array [],
|
|
63435
|
-
"WHATSAPP": Array [],
|
|
63436
|
-
}
|
|
63437
|
-
}
|
|
63438
63254
|
show={false}
|
|
63439
63255
|
testCustomers={Immutable.List []}
|
|
63440
63256
|
testGroups={Immutable.List []}
|
|
63441
63257
|
updatePreviewError={null}
|
|
63442
63258
|
updatePreviewErrors={Array []}
|
|
63443
|
-
wecrmAccounts={Array []}
|
|
63444
63259
|
>
|
|
63445
63260
|
<CommonTestAndPreview
|
|
63446
63261
|
actions={
|
|
@@ -63452,10 +63267,8 @@ new message content.",
|
|
|
63452
63267
|
"createMessageMetaRequested": [Function],
|
|
63453
63268
|
"extractTagsRequested": [Function],
|
|
63454
63269
|
"getPrefilledValuesRequested": [Function],
|
|
63455
|
-
"getSenderDetailsRequested": [Function],
|
|
63456
63270
|
"getTestCustomersRequested": [Function],
|
|
63457
63271
|
"getTestGroupsRequested": [Function],
|
|
63458
|
-
"getWeCrmAccountsRequested": [Function],
|
|
63459
63272
|
"searchCustomersRequested": [Function],
|
|
63460
63273
|
"sendTestMessageRequested": [Function],
|
|
63461
63274
|
"updatePreviewRequested": [Function],
|
|
@@ -65742,25 +65555,16 @@ new message content.",
|
|
|
65742
65555
|
isExtractingTags={false}
|
|
65743
65556
|
isFetchingTestCustomers={false}
|
|
65744
65557
|
isFetchingTestGroups={false}
|
|
65745
|
-
isLoadingSenderDetails={false}
|
|
65746
65558
|
isSearchingCustomer={false}
|
|
65747
65559
|
isSendingTestMessage={false}
|
|
65748
65560
|
isUpdatingPreview={false}
|
|
65749
65561
|
messageMetaConfigId={null}
|
|
65750
65562
|
onClose={[Function]}
|
|
65751
|
-
orgUnitId={-1}
|
|
65752
65563
|
prefilledValues={Object {}}
|
|
65753
65564
|
previewData={null}
|
|
65754
65565
|
rcsIosPreview={false}
|
|
65755
65566
|
rcsOrientation={null}
|
|
65756
65567
|
rcsType={null}
|
|
65757
|
-
senderDetailsByChannel={
|
|
65758
|
-
Object {
|
|
65759
|
-
"EMAIL": Array [],
|
|
65760
|
-
"SMS": Array [],
|
|
65761
|
-
"WHATSAPP": Array [],
|
|
65762
|
-
}
|
|
65763
|
-
}
|
|
65764
65568
|
show={false}
|
|
65765
65569
|
templateLayoutType={null}
|
|
65766
65570
|
testCustomers={Immutable.List []}
|
|
@@ -65768,7 +65572,6 @@ new message content.",
|
|
|
65768
65572
|
unicodeEnabled={false}
|
|
65769
65573
|
updatePreviewError={null}
|
|
65770
65574
|
updatePreviewErrors={Array []}
|
|
65771
|
-
wecrmAccounts={Array []}
|
|
65772
65575
|
whatsappAccountName={null}
|
|
65773
65576
|
whatsappContentLen={0}
|
|
65774
65577
|
>
|
|
@@ -65812,31 +65615,13 @@ new message content.",
|
|
|
65812
65615
|
<SendTestMessage
|
|
65813
65616
|
channel="RCS"
|
|
65814
65617
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
65815
|
-
formData={
|
|
65816
|
-
Object {
|
|
65817
|
-
"suggestions": Array [
|
|
65818
|
-
Object {
|
|
65819
|
-
"index": 0,
|
|
65820
|
-
"isSaved": true,
|
|
65821
|
-
"phoneNumber": "",
|
|
65822
|
-
"postback": "stop",
|
|
65823
|
-
"text": "stop",
|
|
65824
|
-
"type": "QUICK_REPLY",
|
|
65825
|
-
"url": null,
|
|
65826
|
-
},
|
|
65827
|
-
],
|
|
65828
|
-
"templateHeader": "",
|
|
65829
|
-
"templateMessage": "",
|
|
65830
|
-
}
|
|
65831
|
-
}
|
|
65618
|
+
formData={null}
|
|
65832
65619
|
formatMessage={[Function]}
|
|
65833
65620
|
handleSendTestMessage={[Function]}
|
|
65834
65621
|
handleTestEntitiesChange={[Function]}
|
|
65835
65622
|
isFetchingTestCustomers={false}
|
|
65836
65623
|
isFetchingTestGroups={false}
|
|
65837
|
-
isLoadingSenderDetails={false}
|
|
65838
65624
|
isSendingTestMessage={false}
|
|
65839
|
-
onSaveDeliverySettings={[Function]}
|
|
65840
65625
|
selectedTestEntities={Array []}
|
|
65841
65626
|
testEntitiesTreeData={
|
|
65842
65627
|
Array [
|
|
@@ -65854,7 +65639,6 @@ new message content.",
|
|
|
65854
65639
|
},
|
|
65855
65640
|
]
|
|
65856
65641
|
}
|
|
65857
|
-
wecrmAccounts={Array []}
|
|
65858
65642
|
/>
|
|
65859
65643
|
</CapRow>
|
|
65860
65644
|
<CapDivider
|
|
@@ -77156,10 +76940,8 @@ new message content.",
|
|
|
77156
76940
|
"createMessageMetaRequested": [Function],
|
|
77157
76941
|
"extractTagsRequested": [Function],
|
|
77158
76942
|
"getPrefilledValuesRequested": [Function],
|
|
77159
|
-
"getSenderDetailsRequested": [Function],
|
|
77160
76943
|
"getTestCustomersRequested": [Function],
|
|
77161
76944
|
"getTestGroupsRequested": [Function],
|
|
77162
|
-
"getWeCrmAccountsRequested": [Function],
|
|
77163
76945
|
"searchCustomersRequested": [Function],
|
|
77164
76946
|
"sendTestMessageRequested": [Function],
|
|
77165
76947
|
"updatePreviewRequested": [Function],
|
|
@@ -77191,7 +76973,6 @@ new message content.",
|
|
|
77191
76973
|
isExtractingTags={false}
|
|
77192
76974
|
isFetchingTestCustomers={false}
|
|
77193
76975
|
isFetchingTestGroups={false}
|
|
77194
|
-
isLoadingSenderDetails={false}
|
|
77195
76976
|
isSearchingCustomer={false}
|
|
77196
76977
|
isSendingTestMessage={false}
|
|
77197
76978
|
isUpdatingPreview={false}
|
|
@@ -77199,19 +76980,11 @@ new message content.",
|
|
|
77199
76980
|
onClose={[Function]}
|
|
77200
76981
|
prefilledValues={Object {}}
|
|
77201
76982
|
previewData={null}
|
|
77202
|
-
senderDetailsByChannel={
|
|
77203
|
-
Object {
|
|
77204
|
-
"EMAIL": Array [],
|
|
77205
|
-
"SMS": Array [],
|
|
77206
|
-
"WHATSAPP": Array [],
|
|
77207
|
-
}
|
|
77208
|
-
}
|
|
77209
76983
|
show={false}
|
|
77210
76984
|
testCustomers={Immutable.List []}
|
|
77211
76985
|
testGroups={Immutable.List []}
|
|
77212
76986
|
updatePreviewError={null}
|
|
77213
76987
|
updatePreviewErrors={Array []}
|
|
77214
|
-
wecrmAccounts={Array []}
|
|
77215
76988
|
>
|
|
77216
76989
|
<TestAndPreviewSlidebox
|
|
77217
76990
|
actions={
|
|
@@ -77223,10 +76996,8 @@ new message content.",
|
|
|
77223
76996
|
"createMessageMetaRequested": [Function],
|
|
77224
76997
|
"extractTagsRequested": [Function],
|
|
77225
76998
|
"getPrefilledValuesRequested": [Function],
|
|
77226
|
-
"getSenderDetailsRequested": [Function],
|
|
77227
76999
|
"getTestCustomersRequested": [Function],
|
|
77228
77000
|
"getTestGroupsRequested": [Function],
|
|
77229
|
-
"getWeCrmAccountsRequested": [Function],
|
|
77230
77001
|
"searchCustomersRequested": [Function],
|
|
77231
77002
|
"sendTestMessageRequested": [Function],
|
|
77232
77003
|
"updatePreviewRequested": [Function],
|
|
@@ -79506,28 +79277,18 @@ new message content.",
|
|
|
79506
79277
|
isExtractingTags={false}
|
|
79507
79278
|
isFetchingTestCustomers={false}
|
|
79508
79279
|
isFetchingTestGroups={false}
|
|
79509
|
-
isLoadingSenderDetails={false}
|
|
79510
79280
|
isSearchingCustomer={false}
|
|
79511
79281
|
isSendingTestMessage={false}
|
|
79512
79282
|
isUpdatingPreview={false}
|
|
79513
79283
|
messageMetaConfigId={null}
|
|
79514
79284
|
onClose={[Function]}
|
|
79515
|
-
orgUnitId={-1}
|
|
79516
79285
|
prefilledValues={Object {}}
|
|
79517
79286
|
previewData={null}
|
|
79518
|
-
senderDetailsByChannel={
|
|
79519
|
-
Object {
|
|
79520
|
-
"EMAIL": Array [],
|
|
79521
|
-
"SMS": Array [],
|
|
79522
|
-
"WHATSAPP": Array [],
|
|
79523
|
-
}
|
|
79524
|
-
}
|
|
79525
79287
|
show={false}
|
|
79526
79288
|
testCustomers={Immutable.List []}
|
|
79527
79289
|
testGroups={Immutable.List []}
|
|
79528
79290
|
updatePreviewError={null}
|
|
79529
79291
|
updatePreviewErrors={Array []}
|
|
79530
|
-
wecrmAccounts={Array []}
|
|
79531
79292
|
>
|
|
79532
79293
|
<CommonTestAndPreview
|
|
79533
79294
|
actions={
|
|
@@ -79539,10 +79300,8 @@ new message content.",
|
|
|
79539
79300
|
"createMessageMetaRequested": [Function],
|
|
79540
79301
|
"extractTagsRequested": [Function],
|
|
79541
79302
|
"getPrefilledValuesRequested": [Function],
|
|
79542
|
-
"getSenderDetailsRequested": [Function],
|
|
79543
79303
|
"getTestCustomersRequested": [Function],
|
|
79544
79304
|
"getTestGroupsRequested": [Function],
|
|
79545
|
-
"getWeCrmAccountsRequested": [Function],
|
|
79546
79305
|
"searchCustomersRequested": [Function],
|
|
79547
79306
|
"sendTestMessageRequested": [Function],
|
|
79548
79307
|
"updatePreviewRequested": [Function],
|
|
@@ -81829,25 +81588,16 @@ new message content.",
|
|
|
81829
81588
|
isExtractingTags={false}
|
|
81830
81589
|
isFetchingTestCustomers={false}
|
|
81831
81590
|
isFetchingTestGroups={false}
|
|
81832
|
-
isLoadingSenderDetails={false}
|
|
81833
81591
|
isSearchingCustomer={false}
|
|
81834
81592
|
isSendingTestMessage={false}
|
|
81835
81593
|
isUpdatingPreview={false}
|
|
81836
81594
|
messageMetaConfigId={null}
|
|
81837
81595
|
onClose={[Function]}
|
|
81838
|
-
orgUnitId={-1}
|
|
81839
81596
|
prefilledValues={Object {}}
|
|
81840
81597
|
previewData={null}
|
|
81841
81598
|
rcsIosPreview={false}
|
|
81842
81599
|
rcsOrientation={null}
|
|
81843
81600
|
rcsType={null}
|
|
81844
|
-
senderDetailsByChannel={
|
|
81845
|
-
Object {
|
|
81846
|
-
"EMAIL": Array [],
|
|
81847
|
-
"SMS": Array [],
|
|
81848
|
-
"WHATSAPP": Array [],
|
|
81849
|
-
}
|
|
81850
|
-
}
|
|
81851
81601
|
show={false}
|
|
81852
81602
|
templateLayoutType={null}
|
|
81853
81603
|
testCustomers={Immutable.List []}
|
|
@@ -81855,7 +81605,6 @@ new message content.",
|
|
|
81855
81605
|
unicodeEnabled={false}
|
|
81856
81606
|
updatePreviewError={null}
|
|
81857
81607
|
updatePreviewErrors={Array []}
|
|
81858
|
-
wecrmAccounts={Array []}
|
|
81859
81608
|
whatsappAccountName={null}
|
|
81860
81609
|
whatsappContentLen={0}
|
|
81861
81610
|
>
|
|
@@ -81899,31 +81648,13 @@ new message content.",
|
|
|
81899
81648
|
<SendTestMessage
|
|
81900
81649
|
channel="RCS"
|
|
81901
81650
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
81902
|
-
formData={
|
|
81903
|
-
Object {
|
|
81904
|
-
"suggestions": Array [
|
|
81905
|
-
Object {
|
|
81906
|
-
"index": 0,
|
|
81907
|
-
"isSaved": true,
|
|
81908
|
-
"phoneNumber": "",
|
|
81909
|
-
"postback": "stop",
|
|
81910
|
-
"text": "stop",
|
|
81911
|
-
"type": "QUICK_REPLY",
|
|
81912
|
-
"url": null,
|
|
81913
|
-
},
|
|
81914
|
-
],
|
|
81915
|
-
"templateHeader": "",
|
|
81916
|
-
"templateMessage": "",
|
|
81917
|
-
}
|
|
81918
|
-
}
|
|
81651
|
+
formData={null}
|
|
81919
81652
|
formatMessage={[Function]}
|
|
81920
81653
|
handleSendTestMessage={[Function]}
|
|
81921
81654
|
handleTestEntitiesChange={[Function]}
|
|
81922
81655
|
isFetchingTestCustomers={false}
|
|
81923
81656
|
isFetchingTestGroups={false}
|
|
81924
|
-
isLoadingSenderDetails={false}
|
|
81925
81657
|
isSendingTestMessage={false}
|
|
81926
|
-
onSaveDeliverySettings={[Function]}
|
|
81927
81658
|
selectedTestEntities={Array []}
|
|
81928
81659
|
testEntitiesTreeData={
|
|
81929
81660
|
Array [
|
|
@@ -81941,7 +81672,6 @@ new message content.",
|
|
|
81941
81672
|
},
|
|
81942
81673
|
]
|
|
81943
81674
|
}
|
|
81944
|
-
wecrmAccounts={Array []}
|
|
81945
81675
|
/>
|
|
81946
81676
|
</CapRow>
|
|
81947
81677
|
<CapDivider
|
|
@@ -96559,10 +96289,8 @@ new message content.",
|
|
|
96559
96289
|
"createMessageMetaRequested": [Function],
|
|
96560
96290
|
"extractTagsRequested": [Function],
|
|
96561
96291
|
"getPrefilledValuesRequested": [Function],
|
|
96562
|
-
"getSenderDetailsRequested": [Function],
|
|
96563
96292
|
"getTestCustomersRequested": [Function],
|
|
96564
96293
|
"getTestGroupsRequested": [Function],
|
|
96565
|
-
"getWeCrmAccountsRequested": [Function],
|
|
96566
96294
|
"searchCustomersRequested": [Function],
|
|
96567
96295
|
"sendTestMessageRequested": [Function],
|
|
96568
96296
|
"updatePreviewRequested": [Function],
|
|
@@ -96594,7 +96322,6 @@ new message content.",
|
|
|
96594
96322
|
isExtractingTags={false}
|
|
96595
96323
|
isFetchingTestCustomers={false}
|
|
96596
96324
|
isFetchingTestGroups={false}
|
|
96597
|
-
isLoadingSenderDetails={false}
|
|
96598
96325
|
isSearchingCustomer={false}
|
|
96599
96326
|
isSendingTestMessage={false}
|
|
96600
96327
|
isUpdatingPreview={false}
|
|
@@ -96602,19 +96329,11 @@ new message content.",
|
|
|
96602
96329
|
onClose={[Function]}
|
|
96603
96330
|
prefilledValues={Object {}}
|
|
96604
96331
|
previewData={null}
|
|
96605
|
-
senderDetailsByChannel={
|
|
96606
|
-
Object {
|
|
96607
|
-
"EMAIL": Array [],
|
|
96608
|
-
"SMS": Array [],
|
|
96609
|
-
"WHATSAPP": Array [],
|
|
96610
|
-
}
|
|
96611
|
-
}
|
|
96612
96332
|
show={false}
|
|
96613
96333
|
testCustomers={Immutable.List []}
|
|
96614
96334
|
testGroups={Immutable.List []}
|
|
96615
96335
|
updatePreviewError={null}
|
|
96616
96336
|
updatePreviewErrors={Array []}
|
|
96617
|
-
wecrmAccounts={Array []}
|
|
96618
96337
|
>
|
|
96619
96338
|
<TestAndPreviewSlidebox
|
|
96620
96339
|
actions={
|
|
@@ -96626,10 +96345,8 @@ new message content.",
|
|
|
96626
96345
|
"createMessageMetaRequested": [Function],
|
|
96627
96346
|
"extractTagsRequested": [Function],
|
|
96628
96347
|
"getPrefilledValuesRequested": [Function],
|
|
96629
|
-
"getSenderDetailsRequested": [Function],
|
|
96630
96348
|
"getTestCustomersRequested": [Function],
|
|
96631
96349
|
"getTestGroupsRequested": [Function],
|
|
96632
|
-
"getWeCrmAccountsRequested": [Function],
|
|
96633
96350
|
"searchCustomersRequested": [Function],
|
|
96634
96351
|
"sendTestMessageRequested": [Function],
|
|
96635
96352
|
"updatePreviewRequested": [Function],
|
|
@@ -98909,28 +98626,18 @@ new message content.",
|
|
|
98909
98626
|
isExtractingTags={false}
|
|
98910
98627
|
isFetchingTestCustomers={false}
|
|
98911
98628
|
isFetchingTestGroups={false}
|
|
98912
|
-
isLoadingSenderDetails={false}
|
|
98913
98629
|
isSearchingCustomer={false}
|
|
98914
98630
|
isSendingTestMessage={false}
|
|
98915
98631
|
isUpdatingPreview={false}
|
|
98916
98632
|
messageMetaConfigId={null}
|
|
98917
98633
|
onClose={[Function]}
|
|
98918
|
-
orgUnitId={-1}
|
|
98919
98634
|
prefilledValues={Object {}}
|
|
98920
98635
|
previewData={null}
|
|
98921
|
-
senderDetailsByChannel={
|
|
98922
|
-
Object {
|
|
98923
|
-
"EMAIL": Array [],
|
|
98924
|
-
"SMS": Array [],
|
|
98925
|
-
"WHATSAPP": Array [],
|
|
98926
|
-
}
|
|
98927
|
-
}
|
|
98928
98636
|
show={false}
|
|
98929
98637
|
testCustomers={Immutable.List []}
|
|
98930
98638
|
testGroups={Immutable.List []}
|
|
98931
98639
|
updatePreviewError={null}
|
|
98932
98640
|
updatePreviewErrors={Array []}
|
|
98933
|
-
wecrmAccounts={Array []}
|
|
98934
98641
|
>
|
|
98935
98642
|
<CommonTestAndPreview
|
|
98936
98643
|
actions={
|
|
@@ -98942,10 +98649,8 @@ new message content.",
|
|
|
98942
98649
|
"createMessageMetaRequested": [Function],
|
|
98943
98650
|
"extractTagsRequested": [Function],
|
|
98944
98651
|
"getPrefilledValuesRequested": [Function],
|
|
98945
|
-
"getSenderDetailsRequested": [Function],
|
|
98946
98652
|
"getTestCustomersRequested": [Function],
|
|
98947
98653
|
"getTestGroupsRequested": [Function],
|
|
98948
|
-
"getWeCrmAccountsRequested": [Function],
|
|
98949
98654
|
"searchCustomersRequested": [Function],
|
|
98950
98655
|
"sendTestMessageRequested": [Function],
|
|
98951
98656
|
"updatePreviewRequested": [Function],
|
|
@@ -101232,25 +100937,16 @@ new message content.",
|
|
|
101232
100937
|
isExtractingTags={false}
|
|
101233
100938
|
isFetchingTestCustomers={false}
|
|
101234
100939
|
isFetchingTestGroups={false}
|
|
101235
|
-
isLoadingSenderDetails={false}
|
|
101236
100940
|
isSearchingCustomer={false}
|
|
101237
100941
|
isSendingTestMessage={false}
|
|
101238
100942
|
isUpdatingPreview={false}
|
|
101239
100943
|
messageMetaConfigId={null}
|
|
101240
100944
|
onClose={[Function]}
|
|
101241
|
-
orgUnitId={-1}
|
|
101242
100945
|
prefilledValues={Object {}}
|
|
101243
100946
|
previewData={null}
|
|
101244
100947
|
rcsIosPreview={false}
|
|
101245
100948
|
rcsOrientation={null}
|
|
101246
100949
|
rcsType={null}
|
|
101247
|
-
senderDetailsByChannel={
|
|
101248
|
-
Object {
|
|
101249
|
-
"EMAIL": Array [],
|
|
101250
|
-
"SMS": Array [],
|
|
101251
|
-
"WHATSAPP": Array [],
|
|
101252
|
-
}
|
|
101253
|
-
}
|
|
101254
100950
|
show={false}
|
|
101255
100951
|
templateLayoutType={null}
|
|
101256
100952
|
testCustomers={Immutable.List []}
|
|
@@ -101258,7 +100954,6 @@ new message content.",
|
|
|
101258
100954
|
unicodeEnabled={false}
|
|
101259
100955
|
updatePreviewError={null}
|
|
101260
100956
|
updatePreviewErrors={Array []}
|
|
101261
|
-
wecrmAccounts={Array []}
|
|
101262
100957
|
whatsappAccountName={null}
|
|
101263
100958
|
whatsappContentLen={0}
|
|
101264
100959
|
>
|
|
@@ -101302,31 +100997,13 @@ new message content.",
|
|
|
101302
100997
|
<SendTestMessage
|
|
101303
100998
|
channel="RCS"
|
|
101304
100999
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
101305
|
-
formData={
|
|
101306
|
-
Object {
|
|
101307
|
-
"suggestions": Array [
|
|
101308
|
-
Object {
|
|
101309
|
-
"index": 0,
|
|
101310
|
-
"isSaved": true,
|
|
101311
|
-
"phoneNumber": "",
|
|
101312
|
-
"postback": "stop",
|
|
101313
|
-
"text": "stop",
|
|
101314
|
-
"type": "QUICK_REPLY",
|
|
101315
|
-
"url": null,
|
|
101316
|
-
},
|
|
101317
|
-
],
|
|
101318
|
-
"templateHeader": "",
|
|
101319
|
-
"templateMessage": "",
|
|
101320
|
-
}
|
|
101321
|
-
}
|
|
101000
|
+
formData={null}
|
|
101322
101001
|
formatMessage={[Function]}
|
|
101323
101002
|
handleSendTestMessage={[Function]}
|
|
101324
101003
|
handleTestEntitiesChange={[Function]}
|
|
101325
101004
|
isFetchingTestCustomers={false}
|
|
101326
101005
|
isFetchingTestGroups={false}
|
|
101327
|
-
isLoadingSenderDetails={false}
|
|
101328
101006
|
isSendingTestMessage={false}
|
|
101329
|
-
onSaveDeliverySettings={[Function]}
|
|
101330
101007
|
selectedTestEntities={Array []}
|
|
101331
101008
|
testEntitiesTreeData={
|
|
101332
101009
|
Array [
|
|
@@ -101344,7 +101021,6 @@ new message content.",
|
|
|
101344
101021
|
},
|
|
101345
101022
|
]
|
|
101346
101023
|
}
|
|
101347
|
-
wecrmAccounts={Array []}
|
|
101348
101024
|
/>
|
|
101349
101025
|
</CapRow>
|
|
101350
101026
|
<CapDivider
|
|
@@ -115962,10 +115638,8 @@ new message content.",
|
|
|
115962
115638
|
"createMessageMetaRequested": [Function],
|
|
115963
115639
|
"extractTagsRequested": [Function],
|
|
115964
115640
|
"getPrefilledValuesRequested": [Function],
|
|
115965
|
-
"getSenderDetailsRequested": [Function],
|
|
115966
115641
|
"getTestCustomersRequested": [Function],
|
|
115967
115642
|
"getTestGroupsRequested": [Function],
|
|
115968
|
-
"getWeCrmAccountsRequested": [Function],
|
|
115969
115643
|
"searchCustomersRequested": [Function],
|
|
115970
115644
|
"sendTestMessageRequested": [Function],
|
|
115971
115645
|
"updatePreviewRequested": [Function],
|
|
@@ -115997,7 +115671,6 @@ new message content.",
|
|
|
115997
115671
|
isExtractingTags={false}
|
|
115998
115672
|
isFetchingTestCustomers={false}
|
|
115999
115673
|
isFetchingTestGroups={false}
|
|
116000
|
-
isLoadingSenderDetails={false}
|
|
116001
115674
|
isSearchingCustomer={false}
|
|
116002
115675
|
isSendingTestMessage={false}
|
|
116003
115676
|
isUpdatingPreview={false}
|
|
@@ -116005,19 +115678,11 @@ new message content.",
|
|
|
116005
115678
|
onClose={[Function]}
|
|
116006
115679
|
prefilledValues={Object {}}
|
|
116007
115680
|
previewData={null}
|
|
116008
|
-
senderDetailsByChannel={
|
|
116009
|
-
Object {
|
|
116010
|
-
"EMAIL": Array [],
|
|
116011
|
-
"SMS": Array [],
|
|
116012
|
-
"WHATSAPP": Array [],
|
|
116013
|
-
}
|
|
116014
|
-
}
|
|
116015
115681
|
show={false}
|
|
116016
115682
|
testCustomers={Immutable.List []}
|
|
116017
115683
|
testGroups={Immutable.List []}
|
|
116018
115684
|
updatePreviewError={null}
|
|
116019
115685
|
updatePreviewErrors={Array []}
|
|
116020
|
-
wecrmAccounts={Array []}
|
|
116021
115686
|
>
|
|
116022
115687
|
<TestAndPreviewSlidebox
|
|
116023
115688
|
actions={
|
|
@@ -116029,10 +115694,8 @@ new message content.",
|
|
|
116029
115694
|
"createMessageMetaRequested": [Function],
|
|
116030
115695
|
"extractTagsRequested": [Function],
|
|
116031
115696
|
"getPrefilledValuesRequested": [Function],
|
|
116032
|
-
"getSenderDetailsRequested": [Function],
|
|
116033
115697
|
"getTestCustomersRequested": [Function],
|
|
116034
115698
|
"getTestGroupsRequested": [Function],
|
|
116035
|
-
"getWeCrmAccountsRequested": [Function],
|
|
116036
115699
|
"searchCustomersRequested": [Function],
|
|
116037
115700
|
"sendTestMessageRequested": [Function],
|
|
116038
115701
|
"updatePreviewRequested": [Function],
|
|
@@ -118312,28 +117975,18 @@ new message content.",
|
|
|
118312
117975
|
isExtractingTags={false}
|
|
118313
117976
|
isFetchingTestCustomers={false}
|
|
118314
117977
|
isFetchingTestGroups={false}
|
|
118315
|
-
isLoadingSenderDetails={false}
|
|
118316
117978
|
isSearchingCustomer={false}
|
|
118317
117979
|
isSendingTestMessage={false}
|
|
118318
117980
|
isUpdatingPreview={false}
|
|
118319
117981
|
messageMetaConfigId={null}
|
|
118320
117982
|
onClose={[Function]}
|
|
118321
|
-
orgUnitId={-1}
|
|
118322
117983
|
prefilledValues={Object {}}
|
|
118323
117984
|
previewData={null}
|
|
118324
|
-
senderDetailsByChannel={
|
|
118325
|
-
Object {
|
|
118326
|
-
"EMAIL": Array [],
|
|
118327
|
-
"SMS": Array [],
|
|
118328
|
-
"WHATSAPP": Array [],
|
|
118329
|
-
}
|
|
118330
|
-
}
|
|
118331
117985
|
show={false}
|
|
118332
117986
|
testCustomers={Immutable.List []}
|
|
118333
117987
|
testGroups={Immutable.List []}
|
|
118334
117988
|
updatePreviewError={null}
|
|
118335
117989
|
updatePreviewErrors={Array []}
|
|
118336
|
-
wecrmAccounts={Array []}
|
|
118337
117990
|
>
|
|
118338
117991
|
<CommonTestAndPreview
|
|
118339
117992
|
actions={
|
|
@@ -118345,10 +117998,8 @@ new message content.",
|
|
|
118345
117998
|
"createMessageMetaRequested": [Function],
|
|
118346
117999
|
"extractTagsRequested": [Function],
|
|
118347
118000
|
"getPrefilledValuesRequested": [Function],
|
|
118348
|
-
"getSenderDetailsRequested": [Function],
|
|
118349
118001
|
"getTestCustomersRequested": [Function],
|
|
118350
118002
|
"getTestGroupsRequested": [Function],
|
|
118351
|
-
"getWeCrmAccountsRequested": [Function],
|
|
118352
118003
|
"searchCustomersRequested": [Function],
|
|
118353
118004
|
"sendTestMessageRequested": [Function],
|
|
118354
118005
|
"updatePreviewRequested": [Function],
|
|
@@ -120635,25 +120286,16 @@ new message content.",
|
|
|
120635
120286
|
isExtractingTags={false}
|
|
120636
120287
|
isFetchingTestCustomers={false}
|
|
120637
120288
|
isFetchingTestGroups={false}
|
|
120638
|
-
isLoadingSenderDetails={false}
|
|
120639
120289
|
isSearchingCustomer={false}
|
|
120640
120290
|
isSendingTestMessage={false}
|
|
120641
120291
|
isUpdatingPreview={false}
|
|
120642
120292
|
messageMetaConfigId={null}
|
|
120643
120293
|
onClose={[Function]}
|
|
120644
|
-
orgUnitId={-1}
|
|
120645
120294
|
prefilledValues={Object {}}
|
|
120646
120295
|
previewData={null}
|
|
120647
120296
|
rcsIosPreview={false}
|
|
120648
120297
|
rcsOrientation={null}
|
|
120649
120298
|
rcsType={null}
|
|
120650
|
-
senderDetailsByChannel={
|
|
120651
|
-
Object {
|
|
120652
|
-
"EMAIL": Array [],
|
|
120653
|
-
"SMS": Array [],
|
|
120654
|
-
"WHATSAPP": Array [],
|
|
120655
|
-
}
|
|
120656
|
-
}
|
|
120657
120299
|
show={false}
|
|
120658
120300
|
templateLayoutType={null}
|
|
120659
120301
|
testCustomers={Immutable.List []}
|
|
@@ -120661,7 +120303,6 @@ new message content.",
|
|
|
120661
120303
|
unicodeEnabled={false}
|
|
120662
120304
|
updatePreviewError={null}
|
|
120663
120305
|
updatePreviewErrors={Array []}
|
|
120664
|
-
wecrmAccounts={Array []}
|
|
120665
120306
|
whatsappAccountName={null}
|
|
120666
120307
|
whatsappContentLen={0}
|
|
120667
120308
|
>
|
|
@@ -120705,31 +120346,13 @@ new message content.",
|
|
|
120705
120346
|
<SendTestMessage
|
|
120706
120347
|
channel="RCS"
|
|
120707
120348
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
120708
|
-
formData={
|
|
120709
|
-
Object {
|
|
120710
|
-
"suggestions": Array [
|
|
120711
|
-
Object {
|
|
120712
|
-
"index": 0,
|
|
120713
|
-
"isSaved": true,
|
|
120714
|
-
"phoneNumber": "",
|
|
120715
|
-
"postback": "stop",
|
|
120716
|
-
"text": "stop",
|
|
120717
|
-
"type": "QUICK_REPLY",
|
|
120718
|
-
"url": null,
|
|
120719
|
-
},
|
|
120720
|
-
],
|
|
120721
|
-
"templateHeader": "",
|
|
120722
|
-
"templateMessage": "",
|
|
120723
|
-
}
|
|
120724
|
-
}
|
|
120349
|
+
formData={null}
|
|
120725
120350
|
formatMessage={[Function]}
|
|
120726
120351
|
handleSendTestMessage={[Function]}
|
|
120727
120352
|
handleTestEntitiesChange={[Function]}
|
|
120728
120353
|
isFetchingTestCustomers={false}
|
|
120729
120354
|
isFetchingTestGroups={false}
|
|
120730
|
-
isLoadingSenderDetails={false}
|
|
120731
120355
|
isSendingTestMessage={false}
|
|
120732
|
-
onSaveDeliverySettings={[Function]}
|
|
120733
120356
|
selectedTestEntities={Array []}
|
|
120734
120357
|
testEntitiesTreeData={
|
|
120735
120358
|
Array [
|
|
@@ -120747,7 +120370,6 @@ new message content.",
|
|
|
120747
120370
|
},
|
|
120748
120371
|
]
|
|
120749
120372
|
}
|
|
120750
|
-
wecrmAccounts={Array []}
|
|
120751
120373
|
/>
|
|
120752
120374
|
</CapRow>
|
|
120753
120375
|
<CapDivider
|
|
@@ -136033,10 +135655,8 @@ new message content.",
|
|
|
136033
135655
|
"createMessageMetaRequested": [Function],
|
|
136034
135656
|
"extractTagsRequested": [Function],
|
|
136035
135657
|
"getPrefilledValuesRequested": [Function],
|
|
136036
|
-
"getSenderDetailsRequested": [Function],
|
|
136037
135658
|
"getTestCustomersRequested": [Function],
|
|
136038
135659
|
"getTestGroupsRequested": [Function],
|
|
136039
|
-
"getWeCrmAccountsRequested": [Function],
|
|
136040
135660
|
"searchCustomersRequested": [Function],
|
|
136041
135661
|
"sendTestMessageRequested": [Function],
|
|
136042
135662
|
"updatePreviewRequested": [Function],
|
|
@@ -136068,7 +135688,6 @@ new message content.",
|
|
|
136068
135688
|
isExtractingTags={false}
|
|
136069
135689
|
isFetchingTestCustomers={false}
|
|
136070
135690
|
isFetchingTestGroups={false}
|
|
136071
|
-
isLoadingSenderDetails={false}
|
|
136072
135691
|
isSearchingCustomer={false}
|
|
136073
135692
|
isSendingTestMessage={false}
|
|
136074
135693
|
isUpdatingPreview={false}
|
|
@@ -136076,19 +135695,11 @@ new message content.",
|
|
|
136076
135695
|
onClose={[Function]}
|
|
136077
135696
|
prefilledValues={Object {}}
|
|
136078
135697
|
previewData={null}
|
|
136079
|
-
senderDetailsByChannel={
|
|
136080
|
-
Object {
|
|
136081
|
-
"EMAIL": Array [],
|
|
136082
|
-
"SMS": Array [],
|
|
136083
|
-
"WHATSAPP": Array [],
|
|
136084
|
-
}
|
|
136085
|
-
}
|
|
136086
135698
|
show={false}
|
|
136087
135699
|
testCustomers={Immutable.List []}
|
|
136088
135700
|
testGroups={Immutable.List []}
|
|
136089
135701
|
updatePreviewError={null}
|
|
136090
135702
|
updatePreviewErrors={Array []}
|
|
136091
|
-
wecrmAccounts={Array []}
|
|
136092
135703
|
>
|
|
136093
135704
|
<TestAndPreviewSlidebox
|
|
136094
135705
|
actions={
|
|
@@ -136100,10 +135711,8 @@ new message content.",
|
|
|
136100
135711
|
"createMessageMetaRequested": [Function],
|
|
136101
135712
|
"extractTagsRequested": [Function],
|
|
136102
135713
|
"getPrefilledValuesRequested": [Function],
|
|
136103
|
-
"getSenderDetailsRequested": [Function],
|
|
136104
135714
|
"getTestCustomersRequested": [Function],
|
|
136105
135715
|
"getTestGroupsRequested": [Function],
|
|
136106
|
-
"getWeCrmAccountsRequested": [Function],
|
|
136107
135716
|
"searchCustomersRequested": [Function],
|
|
136108
135717
|
"sendTestMessageRequested": [Function],
|
|
136109
135718
|
"updatePreviewRequested": [Function],
|
|
@@ -138383,28 +137992,18 @@ new message content.",
|
|
|
138383
137992
|
isExtractingTags={false}
|
|
138384
137993
|
isFetchingTestCustomers={false}
|
|
138385
137994
|
isFetchingTestGroups={false}
|
|
138386
|
-
isLoadingSenderDetails={false}
|
|
138387
137995
|
isSearchingCustomer={false}
|
|
138388
137996
|
isSendingTestMessage={false}
|
|
138389
137997
|
isUpdatingPreview={false}
|
|
138390
137998
|
messageMetaConfigId={null}
|
|
138391
137999
|
onClose={[Function]}
|
|
138392
|
-
orgUnitId={-1}
|
|
138393
138000
|
prefilledValues={Object {}}
|
|
138394
138001
|
previewData={null}
|
|
138395
|
-
senderDetailsByChannel={
|
|
138396
|
-
Object {
|
|
138397
|
-
"EMAIL": Array [],
|
|
138398
|
-
"SMS": Array [],
|
|
138399
|
-
"WHATSAPP": Array [],
|
|
138400
|
-
}
|
|
138401
|
-
}
|
|
138402
138002
|
show={false}
|
|
138403
138003
|
testCustomers={Immutable.List []}
|
|
138404
138004
|
testGroups={Immutable.List []}
|
|
138405
138005
|
updatePreviewError={null}
|
|
138406
138006
|
updatePreviewErrors={Array []}
|
|
138407
|
-
wecrmAccounts={Array []}
|
|
138408
138007
|
>
|
|
138409
138008
|
<CommonTestAndPreview
|
|
138410
138009
|
actions={
|
|
@@ -138416,10 +138015,8 @@ new message content.",
|
|
|
138416
138015
|
"createMessageMetaRequested": [Function],
|
|
138417
138016
|
"extractTagsRequested": [Function],
|
|
138418
138017
|
"getPrefilledValuesRequested": [Function],
|
|
138419
|
-
"getSenderDetailsRequested": [Function],
|
|
138420
138018
|
"getTestCustomersRequested": [Function],
|
|
138421
138019
|
"getTestGroupsRequested": [Function],
|
|
138422
|
-
"getWeCrmAccountsRequested": [Function],
|
|
138423
138020
|
"searchCustomersRequested": [Function],
|
|
138424
138021
|
"sendTestMessageRequested": [Function],
|
|
138425
138022
|
"updatePreviewRequested": [Function],
|
|
@@ -140706,25 +140303,16 @@ new message content.",
|
|
|
140706
140303
|
isExtractingTags={false}
|
|
140707
140304
|
isFetchingTestCustomers={false}
|
|
140708
140305
|
isFetchingTestGroups={false}
|
|
140709
|
-
isLoadingSenderDetails={false}
|
|
140710
140306
|
isSearchingCustomer={false}
|
|
140711
140307
|
isSendingTestMessage={false}
|
|
140712
140308
|
isUpdatingPreview={false}
|
|
140713
140309
|
messageMetaConfigId={null}
|
|
140714
140310
|
onClose={[Function]}
|
|
140715
|
-
orgUnitId={-1}
|
|
140716
140311
|
prefilledValues={Object {}}
|
|
140717
140312
|
previewData={null}
|
|
140718
140313
|
rcsIosPreview={false}
|
|
140719
140314
|
rcsOrientation={null}
|
|
140720
140315
|
rcsType={null}
|
|
140721
|
-
senderDetailsByChannel={
|
|
140722
|
-
Object {
|
|
140723
|
-
"EMAIL": Array [],
|
|
140724
|
-
"SMS": Array [],
|
|
140725
|
-
"WHATSAPP": Array [],
|
|
140726
|
-
}
|
|
140727
|
-
}
|
|
140728
140316
|
show={false}
|
|
140729
140317
|
templateLayoutType={null}
|
|
140730
140318
|
testCustomers={Immutable.List []}
|
|
@@ -140732,7 +140320,6 @@ new message content.",
|
|
|
140732
140320
|
unicodeEnabled={false}
|
|
140733
140321
|
updatePreviewError={null}
|
|
140734
140322
|
updatePreviewErrors={Array []}
|
|
140735
|
-
wecrmAccounts={Array []}
|
|
140736
140323
|
whatsappAccountName={null}
|
|
140737
140324
|
whatsappContentLen={0}
|
|
140738
140325
|
>
|
|
@@ -140776,31 +140363,13 @@ new message content.",
|
|
|
140776
140363
|
<SendTestMessage
|
|
140777
140364
|
channel="RCS"
|
|
140778
140365
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
140779
|
-
formData={
|
|
140780
|
-
Object {
|
|
140781
|
-
"suggestions": Array [
|
|
140782
|
-
Object {
|
|
140783
|
-
"index": 0,
|
|
140784
|
-
"isSaved": true,
|
|
140785
|
-
"phoneNumber": "",
|
|
140786
|
-
"postback": "stop",
|
|
140787
|
-
"text": "stop",
|
|
140788
|
-
"type": "QUICK_REPLY",
|
|
140789
|
-
"url": null,
|
|
140790
|
-
},
|
|
140791
|
-
],
|
|
140792
|
-
"templateHeader": "",
|
|
140793
|
-
"templateMessage": "",
|
|
140794
|
-
}
|
|
140795
|
-
}
|
|
140366
|
+
formData={null}
|
|
140796
140367
|
formatMessage={[Function]}
|
|
140797
140368
|
handleSendTestMessage={[Function]}
|
|
140798
140369
|
handleTestEntitiesChange={[Function]}
|
|
140799
140370
|
isFetchingTestCustomers={false}
|
|
140800
140371
|
isFetchingTestGroups={false}
|
|
140801
|
-
isLoadingSenderDetails={false}
|
|
140802
140372
|
isSendingTestMessage={false}
|
|
140803
|
-
onSaveDeliverySettings={[Function]}
|
|
140804
140373
|
selectedTestEntities={Array []}
|
|
140805
140374
|
testEntitiesTreeData={
|
|
140806
140375
|
Array [
|
|
@@ -140818,7 +140387,6 @@ new message content.",
|
|
|
140818
140387
|
},
|
|
140819
140388
|
]
|
|
140820
140389
|
}
|
|
140821
|
-
wecrmAccounts={Array []}
|
|
140822
140390
|
/>
|
|
140823
140391
|
</CapRow>
|
|
140824
140392
|
<CapDivider
|
|
@@ -152120,10 +151688,8 @@ new message content.",
|
|
|
152120
151688
|
"createMessageMetaRequested": [Function],
|
|
152121
151689
|
"extractTagsRequested": [Function],
|
|
152122
151690
|
"getPrefilledValuesRequested": [Function],
|
|
152123
|
-
"getSenderDetailsRequested": [Function],
|
|
152124
151691
|
"getTestCustomersRequested": [Function],
|
|
152125
151692
|
"getTestGroupsRequested": [Function],
|
|
152126
|
-
"getWeCrmAccountsRequested": [Function],
|
|
152127
151693
|
"searchCustomersRequested": [Function],
|
|
152128
151694
|
"sendTestMessageRequested": [Function],
|
|
152129
151695
|
"updatePreviewRequested": [Function],
|
|
@@ -152155,7 +151721,6 @@ new message content.",
|
|
|
152155
151721
|
isExtractingTags={false}
|
|
152156
151722
|
isFetchingTestCustomers={false}
|
|
152157
151723
|
isFetchingTestGroups={false}
|
|
152158
|
-
isLoadingSenderDetails={false}
|
|
152159
151724
|
isSearchingCustomer={false}
|
|
152160
151725
|
isSendingTestMessage={false}
|
|
152161
151726
|
isUpdatingPreview={false}
|
|
@@ -152163,19 +151728,11 @@ new message content.",
|
|
|
152163
151728
|
onClose={[Function]}
|
|
152164
151729
|
prefilledValues={Object {}}
|
|
152165
151730
|
previewData={null}
|
|
152166
|
-
senderDetailsByChannel={
|
|
152167
|
-
Object {
|
|
152168
|
-
"EMAIL": Array [],
|
|
152169
|
-
"SMS": Array [],
|
|
152170
|
-
"WHATSAPP": Array [],
|
|
152171
|
-
}
|
|
152172
|
-
}
|
|
152173
151731
|
show={false}
|
|
152174
151732
|
testCustomers={Immutable.List []}
|
|
152175
151733
|
testGroups={Immutable.List []}
|
|
152176
151734
|
updatePreviewError={null}
|
|
152177
151735
|
updatePreviewErrors={Array []}
|
|
152178
|
-
wecrmAccounts={Array []}
|
|
152179
151736
|
>
|
|
152180
151737
|
<TestAndPreviewSlidebox
|
|
152181
151738
|
actions={
|
|
@@ -152187,10 +151744,8 @@ new message content.",
|
|
|
152187
151744
|
"createMessageMetaRequested": [Function],
|
|
152188
151745
|
"extractTagsRequested": [Function],
|
|
152189
151746
|
"getPrefilledValuesRequested": [Function],
|
|
152190
|
-
"getSenderDetailsRequested": [Function],
|
|
152191
151747
|
"getTestCustomersRequested": [Function],
|
|
152192
151748
|
"getTestGroupsRequested": [Function],
|
|
152193
|
-
"getWeCrmAccountsRequested": [Function],
|
|
152194
151749
|
"searchCustomersRequested": [Function],
|
|
152195
151750
|
"sendTestMessageRequested": [Function],
|
|
152196
151751
|
"updatePreviewRequested": [Function],
|
|
@@ -154470,28 +154025,18 @@ new message content.",
|
|
|
154470
154025
|
isExtractingTags={false}
|
|
154471
154026
|
isFetchingTestCustomers={false}
|
|
154472
154027
|
isFetchingTestGroups={false}
|
|
154473
|
-
isLoadingSenderDetails={false}
|
|
154474
154028
|
isSearchingCustomer={false}
|
|
154475
154029
|
isSendingTestMessage={false}
|
|
154476
154030
|
isUpdatingPreview={false}
|
|
154477
154031
|
messageMetaConfigId={null}
|
|
154478
154032
|
onClose={[Function]}
|
|
154479
|
-
orgUnitId={-1}
|
|
154480
154033
|
prefilledValues={Object {}}
|
|
154481
154034
|
previewData={null}
|
|
154482
|
-
senderDetailsByChannel={
|
|
154483
|
-
Object {
|
|
154484
|
-
"EMAIL": Array [],
|
|
154485
|
-
"SMS": Array [],
|
|
154486
|
-
"WHATSAPP": Array [],
|
|
154487
|
-
}
|
|
154488
|
-
}
|
|
154489
154035
|
show={false}
|
|
154490
154036
|
testCustomers={Immutable.List []}
|
|
154491
154037
|
testGroups={Immutable.List []}
|
|
154492
154038
|
updatePreviewError={null}
|
|
154493
154039
|
updatePreviewErrors={Array []}
|
|
154494
|
-
wecrmAccounts={Array []}
|
|
154495
154040
|
>
|
|
154496
154041
|
<CommonTestAndPreview
|
|
154497
154042
|
actions={
|
|
@@ -154503,10 +154048,8 @@ new message content.",
|
|
|
154503
154048
|
"createMessageMetaRequested": [Function],
|
|
154504
154049
|
"extractTagsRequested": [Function],
|
|
154505
154050
|
"getPrefilledValuesRequested": [Function],
|
|
154506
|
-
"getSenderDetailsRequested": [Function],
|
|
154507
154051
|
"getTestCustomersRequested": [Function],
|
|
154508
154052
|
"getTestGroupsRequested": [Function],
|
|
154509
|
-
"getWeCrmAccountsRequested": [Function],
|
|
154510
154053
|
"searchCustomersRequested": [Function],
|
|
154511
154054
|
"sendTestMessageRequested": [Function],
|
|
154512
154055
|
"updatePreviewRequested": [Function],
|
|
@@ -156793,25 +156336,16 @@ new message content.",
|
|
|
156793
156336
|
isExtractingTags={false}
|
|
156794
156337
|
isFetchingTestCustomers={false}
|
|
156795
156338
|
isFetchingTestGroups={false}
|
|
156796
|
-
isLoadingSenderDetails={false}
|
|
156797
156339
|
isSearchingCustomer={false}
|
|
156798
156340
|
isSendingTestMessage={false}
|
|
156799
156341
|
isUpdatingPreview={false}
|
|
156800
156342
|
messageMetaConfigId={null}
|
|
156801
156343
|
onClose={[Function]}
|
|
156802
|
-
orgUnitId={-1}
|
|
156803
156344
|
prefilledValues={Object {}}
|
|
156804
156345
|
previewData={null}
|
|
156805
156346
|
rcsIosPreview={false}
|
|
156806
156347
|
rcsOrientation={null}
|
|
156807
156348
|
rcsType={null}
|
|
156808
|
-
senderDetailsByChannel={
|
|
156809
|
-
Object {
|
|
156810
|
-
"EMAIL": Array [],
|
|
156811
|
-
"SMS": Array [],
|
|
156812
|
-
"WHATSAPP": Array [],
|
|
156813
|
-
}
|
|
156814
|
-
}
|
|
156815
156349
|
show={false}
|
|
156816
156350
|
templateLayoutType={null}
|
|
156817
156351
|
testCustomers={Immutable.List []}
|
|
@@ -156819,7 +156353,6 @@ new message content.",
|
|
|
156819
156353
|
unicodeEnabled={false}
|
|
156820
156354
|
updatePreviewError={null}
|
|
156821
156355
|
updatePreviewErrors={Array []}
|
|
156822
|
-
wecrmAccounts={Array []}
|
|
156823
156356
|
whatsappAccountName={null}
|
|
156824
156357
|
whatsappContentLen={0}
|
|
156825
156358
|
>
|
|
@@ -156863,31 +156396,13 @@ new message content.",
|
|
|
156863
156396
|
<SendTestMessage
|
|
156864
156397
|
channel="RCS"
|
|
156865
156398
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
156866
|
-
formData={
|
|
156867
|
-
Object {
|
|
156868
|
-
"suggestions": Array [
|
|
156869
|
-
Object {
|
|
156870
|
-
"index": 0,
|
|
156871
|
-
"isSaved": true,
|
|
156872
|
-
"phoneNumber": "",
|
|
156873
|
-
"postback": "stop",
|
|
156874
|
-
"text": "stop",
|
|
156875
|
-
"type": "QUICK_REPLY",
|
|
156876
|
-
"url": null,
|
|
156877
|
-
},
|
|
156878
|
-
],
|
|
156879
|
-
"templateHeader": "",
|
|
156880
|
-
"templateMessage": "",
|
|
156881
|
-
}
|
|
156882
|
-
}
|
|
156399
|
+
formData={null}
|
|
156883
156400
|
formatMessage={[Function]}
|
|
156884
156401
|
handleSendTestMessage={[Function]}
|
|
156885
156402
|
handleTestEntitiesChange={[Function]}
|
|
156886
156403
|
isFetchingTestCustomers={false}
|
|
156887
156404
|
isFetchingTestGroups={false}
|
|
156888
|
-
isLoadingSenderDetails={false}
|
|
156889
156405
|
isSendingTestMessage={false}
|
|
156890
|
-
onSaveDeliverySettings={[Function]}
|
|
156891
156406
|
selectedTestEntities={Array []}
|
|
156892
156407
|
testEntitiesTreeData={
|
|
156893
156408
|
Array [
|
|
@@ -156905,7 +156420,6 @@ new message content.",
|
|
|
156905
156420
|
},
|
|
156906
156421
|
]
|
|
156907
156422
|
}
|
|
156908
|
-
wecrmAccounts={Array []}
|
|
156909
156423
|
/>
|
|
156910
156424
|
</CapRow>
|
|
156911
156425
|
<CapDivider
|
|
@@ -168207,10 +167721,8 @@ new message content.",
|
|
|
168207
167721
|
"createMessageMetaRequested": [Function],
|
|
168208
167722
|
"extractTagsRequested": [Function],
|
|
168209
167723
|
"getPrefilledValuesRequested": [Function],
|
|
168210
|
-
"getSenderDetailsRequested": [Function],
|
|
168211
167724
|
"getTestCustomersRequested": [Function],
|
|
168212
167725
|
"getTestGroupsRequested": [Function],
|
|
168213
|
-
"getWeCrmAccountsRequested": [Function],
|
|
168214
167726
|
"searchCustomersRequested": [Function],
|
|
168215
167727
|
"sendTestMessageRequested": [Function],
|
|
168216
167728
|
"updatePreviewRequested": [Function],
|
|
@@ -168242,7 +167754,6 @@ new message content.",
|
|
|
168242
167754
|
isExtractingTags={false}
|
|
168243
167755
|
isFetchingTestCustomers={false}
|
|
168244
167756
|
isFetchingTestGroups={false}
|
|
168245
|
-
isLoadingSenderDetails={false}
|
|
168246
167757
|
isSearchingCustomer={false}
|
|
168247
167758
|
isSendingTestMessage={false}
|
|
168248
167759
|
isUpdatingPreview={false}
|
|
@@ -168250,19 +167761,11 @@ new message content.",
|
|
|
168250
167761
|
onClose={[Function]}
|
|
168251
167762
|
prefilledValues={Object {}}
|
|
168252
167763
|
previewData={null}
|
|
168253
|
-
senderDetailsByChannel={
|
|
168254
|
-
Object {
|
|
168255
|
-
"EMAIL": Array [],
|
|
168256
|
-
"SMS": Array [],
|
|
168257
|
-
"WHATSAPP": Array [],
|
|
168258
|
-
}
|
|
168259
|
-
}
|
|
168260
167764
|
show={false}
|
|
168261
167765
|
testCustomers={Immutable.List []}
|
|
168262
167766
|
testGroups={Immutable.List []}
|
|
168263
167767
|
updatePreviewError={null}
|
|
168264
167768
|
updatePreviewErrors={Array []}
|
|
168265
|
-
wecrmAccounts={Array []}
|
|
168266
167769
|
>
|
|
168267
167770
|
<TestAndPreviewSlidebox
|
|
168268
167771
|
actions={
|
|
@@ -168274,10 +167777,8 @@ new message content.",
|
|
|
168274
167777
|
"createMessageMetaRequested": [Function],
|
|
168275
167778
|
"extractTagsRequested": [Function],
|
|
168276
167779
|
"getPrefilledValuesRequested": [Function],
|
|
168277
|
-
"getSenderDetailsRequested": [Function],
|
|
168278
167780
|
"getTestCustomersRequested": [Function],
|
|
168279
167781
|
"getTestGroupsRequested": [Function],
|
|
168280
|
-
"getWeCrmAccountsRequested": [Function],
|
|
168281
167782
|
"searchCustomersRequested": [Function],
|
|
168282
167783
|
"sendTestMessageRequested": [Function],
|
|
168283
167784
|
"updatePreviewRequested": [Function],
|
|
@@ -170557,28 +170058,18 @@ new message content.",
|
|
|
170557
170058
|
isExtractingTags={false}
|
|
170558
170059
|
isFetchingTestCustomers={false}
|
|
170559
170060
|
isFetchingTestGroups={false}
|
|
170560
|
-
isLoadingSenderDetails={false}
|
|
170561
170061
|
isSearchingCustomer={false}
|
|
170562
170062
|
isSendingTestMessage={false}
|
|
170563
170063
|
isUpdatingPreview={false}
|
|
170564
170064
|
messageMetaConfigId={null}
|
|
170565
170065
|
onClose={[Function]}
|
|
170566
|
-
orgUnitId={-1}
|
|
170567
170066
|
prefilledValues={Object {}}
|
|
170568
170067
|
previewData={null}
|
|
170569
|
-
senderDetailsByChannel={
|
|
170570
|
-
Object {
|
|
170571
|
-
"EMAIL": Array [],
|
|
170572
|
-
"SMS": Array [],
|
|
170573
|
-
"WHATSAPP": Array [],
|
|
170574
|
-
}
|
|
170575
|
-
}
|
|
170576
170068
|
show={false}
|
|
170577
170069
|
testCustomers={Immutable.List []}
|
|
170578
170070
|
testGroups={Immutable.List []}
|
|
170579
170071
|
updatePreviewError={null}
|
|
170580
170072
|
updatePreviewErrors={Array []}
|
|
170581
|
-
wecrmAccounts={Array []}
|
|
170582
170073
|
>
|
|
170583
170074
|
<CommonTestAndPreview
|
|
170584
170075
|
actions={
|
|
@@ -170590,10 +170081,8 @@ new message content.",
|
|
|
170590
170081
|
"createMessageMetaRequested": [Function],
|
|
170591
170082
|
"extractTagsRequested": [Function],
|
|
170592
170083
|
"getPrefilledValuesRequested": [Function],
|
|
170593
|
-
"getSenderDetailsRequested": [Function],
|
|
170594
170084
|
"getTestCustomersRequested": [Function],
|
|
170595
170085
|
"getTestGroupsRequested": [Function],
|
|
170596
|
-
"getWeCrmAccountsRequested": [Function],
|
|
170597
170086
|
"searchCustomersRequested": [Function],
|
|
170598
170087
|
"sendTestMessageRequested": [Function],
|
|
170599
170088
|
"updatePreviewRequested": [Function],
|
|
@@ -172880,25 +172369,16 @@ new message content.",
|
|
|
172880
172369
|
isExtractingTags={false}
|
|
172881
172370
|
isFetchingTestCustomers={false}
|
|
172882
172371
|
isFetchingTestGroups={false}
|
|
172883
|
-
isLoadingSenderDetails={false}
|
|
172884
172372
|
isSearchingCustomer={false}
|
|
172885
172373
|
isSendingTestMessage={false}
|
|
172886
172374
|
isUpdatingPreview={false}
|
|
172887
172375
|
messageMetaConfigId={null}
|
|
172888
172376
|
onClose={[Function]}
|
|
172889
|
-
orgUnitId={-1}
|
|
172890
172377
|
prefilledValues={Object {}}
|
|
172891
172378
|
previewData={null}
|
|
172892
172379
|
rcsIosPreview={false}
|
|
172893
172380
|
rcsOrientation={null}
|
|
172894
172381
|
rcsType={null}
|
|
172895
|
-
senderDetailsByChannel={
|
|
172896
|
-
Object {
|
|
172897
|
-
"EMAIL": Array [],
|
|
172898
|
-
"SMS": Array [],
|
|
172899
|
-
"WHATSAPP": Array [],
|
|
172900
|
-
}
|
|
172901
|
-
}
|
|
172902
172382
|
show={false}
|
|
172903
172383
|
templateLayoutType={null}
|
|
172904
172384
|
testCustomers={Immutable.List []}
|
|
@@ -172906,7 +172386,6 @@ new message content.",
|
|
|
172906
172386
|
unicodeEnabled={false}
|
|
172907
172387
|
updatePreviewError={null}
|
|
172908
172388
|
updatePreviewErrors={Array []}
|
|
172909
|
-
wecrmAccounts={Array []}
|
|
172910
172389
|
whatsappAccountName={null}
|
|
172911
172390
|
whatsappContentLen={0}
|
|
172912
172391
|
>
|
|
@@ -172950,31 +172429,13 @@ new message content.",
|
|
|
172950
172429
|
<SendTestMessage
|
|
172951
172430
|
channel="RCS"
|
|
172952
172431
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
172953
|
-
formData={
|
|
172954
|
-
Object {
|
|
172955
|
-
"suggestions": Array [
|
|
172956
|
-
Object {
|
|
172957
|
-
"index": 0,
|
|
172958
|
-
"isSaved": true,
|
|
172959
|
-
"phoneNumber": "",
|
|
172960
|
-
"postback": "stop",
|
|
172961
|
-
"text": "stop",
|
|
172962
|
-
"type": "QUICK_REPLY",
|
|
172963
|
-
"url": null,
|
|
172964
|
-
},
|
|
172965
|
-
],
|
|
172966
|
-
"templateHeader": "",
|
|
172967
|
-
"templateMessage": "",
|
|
172968
|
-
}
|
|
172969
|
-
}
|
|
172432
|
+
formData={null}
|
|
172970
172433
|
formatMessage={[Function]}
|
|
172971
172434
|
handleSendTestMessage={[Function]}
|
|
172972
172435
|
handleTestEntitiesChange={[Function]}
|
|
172973
172436
|
isFetchingTestCustomers={false}
|
|
172974
172437
|
isFetchingTestGroups={false}
|
|
172975
|
-
isLoadingSenderDetails={false}
|
|
172976
172438
|
isSendingTestMessage={false}
|
|
172977
|
-
onSaveDeliverySettings={[Function]}
|
|
172978
172439
|
selectedTestEntities={Array []}
|
|
172979
172440
|
testEntitiesTreeData={
|
|
172980
172441
|
Array [
|
|
@@ -172992,7 +172453,6 @@ new message content.",
|
|
|
172992
172453
|
},
|
|
172993
172454
|
]
|
|
172994
172455
|
}
|
|
172995
|
-
wecrmAccounts={Array []}
|
|
172996
172456
|
/>
|
|
172997
172457
|
</CapRow>
|
|
172998
172458
|
<CapDivider
|
|
@@ -184294,10 +183754,8 @@ new message content.",
|
|
|
184294
183754
|
"createMessageMetaRequested": [Function],
|
|
184295
183755
|
"extractTagsRequested": [Function],
|
|
184296
183756
|
"getPrefilledValuesRequested": [Function],
|
|
184297
|
-
"getSenderDetailsRequested": [Function],
|
|
184298
183757
|
"getTestCustomersRequested": [Function],
|
|
184299
183758
|
"getTestGroupsRequested": [Function],
|
|
184300
|
-
"getWeCrmAccountsRequested": [Function],
|
|
184301
183759
|
"searchCustomersRequested": [Function],
|
|
184302
183760
|
"sendTestMessageRequested": [Function],
|
|
184303
183761
|
"updatePreviewRequested": [Function],
|
|
@@ -184329,7 +183787,6 @@ new message content.",
|
|
|
184329
183787
|
isExtractingTags={false}
|
|
184330
183788
|
isFetchingTestCustomers={false}
|
|
184331
183789
|
isFetchingTestGroups={false}
|
|
184332
|
-
isLoadingSenderDetails={false}
|
|
184333
183790
|
isSearchingCustomer={false}
|
|
184334
183791
|
isSendingTestMessage={false}
|
|
184335
183792
|
isUpdatingPreview={false}
|
|
@@ -184337,19 +183794,11 @@ new message content.",
|
|
|
184337
183794
|
onClose={[Function]}
|
|
184338
183795
|
prefilledValues={Object {}}
|
|
184339
183796
|
previewData={null}
|
|
184340
|
-
senderDetailsByChannel={
|
|
184341
|
-
Object {
|
|
184342
|
-
"EMAIL": Array [],
|
|
184343
|
-
"SMS": Array [],
|
|
184344
|
-
"WHATSAPP": Array [],
|
|
184345
|
-
}
|
|
184346
|
-
}
|
|
184347
183797
|
show={false}
|
|
184348
183798
|
testCustomers={Immutable.List []}
|
|
184349
183799
|
testGroups={Immutable.List []}
|
|
184350
183800
|
updatePreviewError={null}
|
|
184351
183801
|
updatePreviewErrors={Array []}
|
|
184352
|
-
wecrmAccounts={Array []}
|
|
184353
183802
|
>
|
|
184354
183803
|
<TestAndPreviewSlidebox
|
|
184355
183804
|
actions={
|
|
@@ -184361,10 +183810,8 @@ new message content.",
|
|
|
184361
183810
|
"createMessageMetaRequested": [Function],
|
|
184362
183811
|
"extractTagsRequested": [Function],
|
|
184363
183812
|
"getPrefilledValuesRequested": [Function],
|
|
184364
|
-
"getSenderDetailsRequested": [Function],
|
|
184365
183813
|
"getTestCustomersRequested": [Function],
|
|
184366
183814
|
"getTestGroupsRequested": [Function],
|
|
184367
|
-
"getWeCrmAccountsRequested": [Function],
|
|
184368
183815
|
"searchCustomersRequested": [Function],
|
|
184369
183816
|
"sendTestMessageRequested": [Function],
|
|
184370
183817
|
"updatePreviewRequested": [Function],
|
|
@@ -186644,28 +186091,18 @@ new message content.",
|
|
|
186644
186091
|
isExtractingTags={false}
|
|
186645
186092
|
isFetchingTestCustomers={false}
|
|
186646
186093
|
isFetchingTestGroups={false}
|
|
186647
|
-
isLoadingSenderDetails={false}
|
|
186648
186094
|
isSearchingCustomer={false}
|
|
186649
186095
|
isSendingTestMessage={false}
|
|
186650
186096
|
isUpdatingPreview={false}
|
|
186651
186097
|
messageMetaConfigId={null}
|
|
186652
186098
|
onClose={[Function]}
|
|
186653
|
-
orgUnitId={-1}
|
|
186654
186099
|
prefilledValues={Object {}}
|
|
186655
186100
|
previewData={null}
|
|
186656
|
-
senderDetailsByChannel={
|
|
186657
|
-
Object {
|
|
186658
|
-
"EMAIL": Array [],
|
|
186659
|
-
"SMS": Array [],
|
|
186660
|
-
"WHATSAPP": Array [],
|
|
186661
|
-
}
|
|
186662
|
-
}
|
|
186663
186101
|
show={false}
|
|
186664
186102
|
testCustomers={Immutable.List []}
|
|
186665
186103
|
testGroups={Immutable.List []}
|
|
186666
186104
|
updatePreviewError={null}
|
|
186667
186105
|
updatePreviewErrors={Array []}
|
|
186668
|
-
wecrmAccounts={Array []}
|
|
186669
186106
|
>
|
|
186670
186107
|
<CommonTestAndPreview
|
|
186671
186108
|
actions={
|
|
@@ -186677,10 +186114,8 @@ new message content.",
|
|
|
186677
186114
|
"createMessageMetaRequested": [Function],
|
|
186678
186115
|
"extractTagsRequested": [Function],
|
|
186679
186116
|
"getPrefilledValuesRequested": [Function],
|
|
186680
|
-
"getSenderDetailsRequested": [Function],
|
|
186681
186117
|
"getTestCustomersRequested": [Function],
|
|
186682
186118
|
"getTestGroupsRequested": [Function],
|
|
186683
|
-
"getWeCrmAccountsRequested": [Function],
|
|
186684
186119
|
"searchCustomersRequested": [Function],
|
|
186685
186120
|
"sendTestMessageRequested": [Function],
|
|
186686
186121
|
"updatePreviewRequested": [Function],
|
|
@@ -188967,25 +188402,16 @@ new message content.",
|
|
|
188967
188402
|
isExtractingTags={false}
|
|
188968
188403
|
isFetchingTestCustomers={false}
|
|
188969
188404
|
isFetchingTestGroups={false}
|
|
188970
|
-
isLoadingSenderDetails={false}
|
|
188971
188405
|
isSearchingCustomer={false}
|
|
188972
188406
|
isSendingTestMessage={false}
|
|
188973
188407
|
isUpdatingPreview={false}
|
|
188974
188408
|
messageMetaConfigId={null}
|
|
188975
188409
|
onClose={[Function]}
|
|
188976
|
-
orgUnitId={-1}
|
|
188977
188410
|
prefilledValues={Object {}}
|
|
188978
188411
|
previewData={null}
|
|
188979
188412
|
rcsIosPreview={false}
|
|
188980
188413
|
rcsOrientation={null}
|
|
188981
188414
|
rcsType={null}
|
|
188982
|
-
senderDetailsByChannel={
|
|
188983
|
-
Object {
|
|
188984
|
-
"EMAIL": Array [],
|
|
188985
|
-
"SMS": Array [],
|
|
188986
|
-
"WHATSAPP": Array [],
|
|
188987
|
-
}
|
|
188988
|
-
}
|
|
188989
188415
|
show={false}
|
|
188990
188416
|
templateLayoutType={null}
|
|
188991
188417
|
testCustomers={Immutable.List []}
|
|
@@ -188993,7 +188419,6 @@ new message content.",
|
|
|
188993
188419
|
unicodeEnabled={false}
|
|
188994
188420
|
updatePreviewError={null}
|
|
188995
188421
|
updatePreviewErrors={Array []}
|
|
188996
|
-
wecrmAccounts={Array []}
|
|
188997
188422
|
whatsappAccountName={null}
|
|
188998
188423
|
whatsappContentLen={0}
|
|
188999
188424
|
>
|
|
@@ -189037,31 +188462,13 @@ new message content.",
|
|
|
189037
188462
|
<SendTestMessage
|
|
189038
188463
|
channel="RCS"
|
|
189039
188464
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
189040
|
-
formData={
|
|
189041
|
-
Object {
|
|
189042
|
-
"suggestions": Array [
|
|
189043
|
-
Object {
|
|
189044
|
-
"index": 0,
|
|
189045
|
-
"isSaved": true,
|
|
189046
|
-
"phoneNumber": "",
|
|
189047
|
-
"postback": "stop",
|
|
189048
|
-
"text": "stop",
|
|
189049
|
-
"type": "QUICK_REPLY",
|
|
189050
|
-
"url": null,
|
|
189051
|
-
},
|
|
189052
|
-
],
|
|
189053
|
-
"templateHeader": "",
|
|
189054
|
-
"templateMessage": "",
|
|
189055
|
-
}
|
|
189056
|
-
}
|
|
188465
|
+
formData={null}
|
|
189057
188466
|
formatMessage={[Function]}
|
|
189058
188467
|
handleSendTestMessage={[Function]}
|
|
189059
188468
|
handleTestEntitiesChange={[Function]}
|
|
189060
188469
|
isFetchingTestCustomers={false}
|
|
189061
188470
|
isFetchingTestGroups={false}
|
|
189062
|
-
isLoadingSenderDetails={false}
|
|
189063
188471
|
isSendingTestMessage={false}
|
|
189064
|
-
onSaveDeliverySettings={[Function]}
|
|
189065
188472
|
selectedTestEntities={Array []}
|
|
189066
188473
|
testEntitiesTreeData={
|
|
189067
188474
|
Array [
|
|
@@ -189079,7 +188486,6 @@ new message content.",
|
|
|
189079
188486
|
},
|
|
189080
188487
|
]
|
|
189081
188488
|
}
|
|
189082
|
-
wecrmAccounts={Array []}
|
|
189083
188489
|
/>
|
|
189084
188490
|
</CapRow>
|
|
189085
188491
|
<CapDivider
|
|
@@ -196903,10 +196309,8 @@ new message content.",
|
|
|
196903
196309
|
"createMessageMetaRequested": [Function],
|
|
196904
196310
|
"extractTagsRequested": [Function],
|
|
196905
196311
|
"getPrefilledValuesRequested": [Function],
|
|
196906
|
-
"getSenderDetailsRequested": [Function],
|
|
196907
196312
|
"getTestCustomersRequested": [Function],
|
|
196908
196313
|
"getTestGroupsRequested": [Function],
|
|
196909
|
-
"getWeCrmAccountsRequested": [Function],
|
|
196910
196314
|
"searchCustomersRequested": [Function],
|
|
196911
196315
|
"sendTestMessageRequested": [Function],
|
|
196912
196316
|
"updatePreviewRequested": [Function],
|
|
@@ -196927,7 +196331,6 @@ new message content.",
|
|
|
196927
196331
|
isExtractingTags={false}
|
|
196928
196332
|
isFetchingTestCustomers={false}
|
|
196929
196333
|
isFetchingTestGroups={false}
|
|
196930
|
-
isLoadingSenderDetails={false}
|
|
196931
196334
|
isSearchingCustomer={false}
|
|
196932
196335
|
isSendingTestMessage={false}
|
|
196933
196336
|
isUpdatingPreview={false}
|
|
@@ -196935,19 +196338,11 @@ new message content.",
|
|
|
196935
196338
|
onClose={[Function]}
|
|
196936
196339
|
prefilledValues={Object {}}
|
|
196937
196340
|
previewData={null}
|
|
196938
|
-
senderDetailsByChannel={
|
|
196939
|
-
Object {
|
|
196940
|
-
"EMAIL": Array [],
|
|
196941
|
-
"SMS": Array [],
|
|
196942
|
-
"WHATSAPP": Array [],
|
|
196943
|
-
}
|
|
196944
|
-
}
|
|
196945
196341
|
show={false}
|
|
196946
196342
|
testCustomers={Immutable.List []}
|
|
196947
196343
|
testGroups={Immutable.List []}
|
|
196948
196344
|
updatePreviewError={null}
|
|
196949
196345
|
updatePreviewErrors={Array []}
|
|
196950
|
-
wecrmAccounts={Array []}
|
|
196951
196346
|
>
|
|
196952
196347
|
<TestAndPreviewSlidebox
|
|
196953
196348
|
actions={
|
|
@@ -196959,10 +196354,8 @@ new message content.",
|
|
|
196959
196354
|
"createMessageMetaRequested": [Function],
|
|
196960
196355
|
"extractTagsRequested": [Function],
|
|
196961
196356
|
"getPrefilledValuesRequested": [Function],
|
|
196962
|
-
"getSenderDetailsRequested": [Function],
|
|
196963
196357
|
"getTestCustomersRequested": [Function],
|
|
196964
196358
|
"getTestGroupsRequested": [Function],
|
|
196965
|
-
"getWeCrmAccountsRequested": [Function],
|
|
196966
196359
|
"searchCustomersRequested": [Function],
|
|
196967
196360
|
"sendTestMessageRequested": [Function],
|
|
196968
196361
|
"updatePreviewRequested": [Function],
|
|
@@ -199231,28 +198624,18 @@ new message content.",
|
|
|
199231
198624
|
isExtractingTags={false}
|
|
199232
198625
|
isFetchingTestCustomers={false}
|
|
199233
198626
|
isFetchingTestGroups={false}
|
|
199234
|
-
isLoadingSenderDetails={false}
|
|
199235
198627
|
isSearchingCustomer={false}
|
|
199236
198628
|
isSendingTestMessage={false}
|
|
199237
198629
|
isUpdatingPreview={false}
|
|
199238
198630
|
messageMetaConfigId={null}
|
|
199239
198631
|
onClose={[Function]}
|
|
199240
|
-
orgUnitId={-1}
|
|
199241
198632
|
prefilledValues={Object {}}
|
|
199242
198633
|
previewData={null}
|
|
199243
|
-
senderDetailsByChannel={
|
|
199244
|
-
Object {
|
|
199245
|
-
"EMAIL": Array [],
|
|
199246
|
-
"SMS": Array [],
|
|
199247
|
-
"WHATSAPP": Array [],
|
|
199248
|
-
}
|
|
199249
|
-
}
|
|
199250
198634
|
show={false}
|
|
199251
198635
|
testCustomers={Immutable.List []}
|
|
199252
198636
|
testGroups={Immutable.List []}
|
|
199253
198637
|
updatePreviewError={null}
|
|
199254
198638
|
updatePreviewErrors={Array []}
|
|
199255
|
-
wecrmAccounts={Array []}
|
|
199256
198639
|
>
|
|
199257
198640
|
<CommonTestAndPreview
|
|
199258
198641
|
actions={
|
|
@@ -199264,10 +198647,8 @@ new message content.",
|
|
|
199264
198647
|
"createMessageMetaRequested": [Function],
|
|
199265
198648
|
"extractTagsRequested": [Function],
|
|
199266
198649
|
"getPrefilledValuesRequested": [Function],
|
|
199267
|
-
"getSenderDetailsRequested": [Function],
|
|
199268
198650
|
"getTestCustomersRequested": [Function],
|
|
199269
198651
|
"getTestGroupsRequested": [Function],
|
|
199270
|
-
"getWeCrmAccountsRequested": [Function],
|
|
199271
198652
|
"searchCustomersRequested": [Function],
|
|
199272
198653
|
"sendTestMessageRequested": [Function],
|
|
199273
198654
|
"updatePreviewRequested": [Function],
|
|
@@ -201543,25 +200924,16 @@ new message content.",
|
|
|
201543
200924
|
isExtractingTags={false}
|
|
201544
200925
|
isFetchingTestCustomers={false}
|
|
201545
200926
|
isFetchingTestGroups={false}
|
|
201546
|
-
isLoadingSenderDetails={false}
|
|
201547
200927
|
isSearchingCustomer={false}
|
|
201548
200928
|
isSendingTestMessage={false}
|
|
201549
200929
|
isUpdatingPreview={false}
|
|
201550
200930
|
messageMetaConfigId={null}
|
|
201551
200931
|
onClose={[Function]}
|
|
201552
|
-
orgUnitId={-1}
|
|
201553
200932
|
prefilledValues={Object {}}
|
|
201554
200933
|
previewData={null}
|
|
201555
200934
|
rcsIosPreview={false}
|
|
201556
200935
|
rcsOrientation={null}
|
|
201557
200936
|
rcsType={null}
|
|
201558
|
-
senderDetailsByChannel={
|
|
201559
|
-
Object {
|
|
201560
|
-
"EMAIL": Array [],
|
|
201561
|
-
"SMS": Array [],
|
|
201562
|
-
"WHATSAPP": Array [],
|
|
201563
|
-
}
|
|
201564
|
-
}
|
|
201565
200937
|
show={false}
|
|
201566
200938
|
templateLayoutType={null}
|
|
201567
200939
|
testCustomers={Immutable.List []}
|
|
@@ -201569,7 +200941,6 @@ new message content.",
|
|
|
201569
200941
|
unicodeEnabled={false}
|
|
201570
200942
|
updatePreviewError={null}
|
|
201571
200943
|
updatePreviewErrors={Array []}
|
|
201572
|
-
wecrmAccounts={Array []}
|
|
201573
200944
|
whatsappAccountName={null}
|
|
201574
200945
|
whatsappContentLen={0}
|
|
201575
200946
|
>
|
|
@@ -201613,20 +200984,13 @@ new message content.",
|
|
|
201613
200984
|
<SendTestMessage
|
|
201614
200985
|
channel="RCS"
|
|
201615
200986
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\"}"
|
|
201616
|
-
formData={
|
|
201617
|
-
Object {
|
|
201618
|
-
"templateHeader": "",
|
|
201619
|
-
"templateMessage": "",
|
|
201620
|
-
}
|
|
201621
|
-
}
|
|
200987
|
+
formData={null}
|
|
201622
200988
|
formatMessage={[Function]}
|
|
201623
200989
|
handleSendTestMessage={[Function]}
|
|
201624
200990
|
handleTestEntitiesChange={[Function]}
|
|
201625
200991
|
isFetchingTestCustomers={false}
|
|
201626
200992
|
isFetchingTestGroups={false}
|
|
201627
|
-
isLoadingSenderDetails={false}
|
|
201628
200993
|
isSendingTestMessage={false}
|
|
201629
|
-
onSaveDeliverySettings={[Function]}
|
|
201630
200994
|
selectedTestEntities={Array []}
|
|
201631
200995
|
testEntitiesTreeData={
|
|
201632
200996
|
Array [
|
|
@@ -201644,7 +201008,6 @@ new message content.",
|
|
|
201644
201008
|
},
|
|
201645
201009
|
]
|
|
201646
201010
|
}
|
|
201647
|
-
wecrmAccounts={Array []}
|
|
201648
201011
|
/>
|
|
201649
201012
|
</CapRow>
|
|
201650
201013
|
<CapDivider
|