@capillarytech/creatives-library 8.0.294 → 8.0.295
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 -51
- package/v2Components/CommonTestAndPreview/actions.js +0 -20
- package/v2Components/CommonTestAndPreview/constants.js +0 -10
- package/v2Components/CommonTestAndPreview/index.js +15 -150
- package/v2Components/CommonTestAndPreview/reducer.js +0 -47
- package/v2Components/CommonTestAndPreview/sagas.js +0 -61
- package/v2Components/CommonTestAndPreview/selectors.js +0 -51
- package/v2Components/CommonTestAndPreview/tests/SendTestMessage.test.js +0 -135
- 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 -342
- 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/FormBuilder/index.js +1 -1
- package/v2Components/HtmlEditor/HTMLEditor.js +1 -0
- package/v2Components/HtmlEditor/__tests__/HTMLEditor.test.js +1 -0
- package/v2Components/HtmlEditor/hooks/__tests__/useValidation.test.js +132 -3
- package/v2Components/HtmlEditor/hooks/useValidation.js +12 -9
- package/v2Components/HtmlEditor/utils/htmlValidator.js +4 -2
- package/v2Components/TestAndPreviewSlidebox/index.js +0 -14
- package/v2Containers/EmailWrapper/components/EmailHTMLEditor.js +2 -2
- package/v2Containers/EmailWrapper/components/__tests__/EmailHTMLEditor.test.js +110 -18
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +12 -697
- package/v2Containers/SmsTrai/Edit/index.js +1 -5
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +0 -201
- package/v2Containers/Whatsapp/index.js +1 -1
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +4225 -26242
- package/v2Components/CommonTestAndPreview/DeliverySettings/DeliverySettings.scss +0 -33
- package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.js +0 -425
- package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.scss +0 -35
- package/v2Components/CommonTestAndPreview/DeliverySettings/constants.js +0 -92
- package/v2Components/CommonTestAndPreview/DeliverySettings/index.js +0 -251
- package/v2Components/CommonTestAndPreview/DeliverySettings/messages.js +0 -111
- package/v2Components/CommonTestAndPreview/DeliverySettings/utils/parseSenderDetailsResponse.js +0 -88
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/ModifyDeliverySettings.test.js +0 -889
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/index.test.js +0 -222
- 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,36 +15924,14 @@ 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
|
-
|
|
15963
|
-
formData={
|
|
15964
|
-
Object {
|
|
15965
|
-
"suggestions": Array [
|
|
15966
|
-
Object {
|
|
15967
|
-
"index": 0,
|
|
15968
|
-
"isSaved": true,
|
|
15969
|
-
"phoneNumber": "",
|
|
15970
|
-
"postback": "stop",
|
|
15971
|
-
"text": "stop",
|
|
15972
|
-
"type": "QUICK_REPLY",
|
|
15973
|
-
"url": null,
|
|
15974
|
-
},
|
|
15975
|
-
],
|
|
15976
|
-
"templateHeader": "",
|
|
15977
|
-
"templateMessage": "",
|
|
15978
|
-
}
|
|
15979
|
-
}
|
|
15927
|
+
formData={null}
|
|
15980
15928
|
formatMessage={[Function]}
|
|
15981
15929
|
handleSendTestMessage={[Function]}
|
|
15982
15930
|
handleTestEntitiesChange={[Function]}
|
|
15983
15931
|
isFetchingTestCustomers={false}
|
|
15984
15932
|
isFetchingTestGroups={false}
|
|
15985
|
-
isLoadingSenderDetails={false}
|
|
15986
15933
|
isSendingTestMessage={false}
|
|
15987
|
-
onSaveDeliverySettings={[Function]}
|
|
15988
|
-
registeredSenderIds={Array []}
|
|
15989
15934
|
selectedTestEntities={Array []}
|
|
15990
|
-
senderDetailsOptions={Array []}
|
|
15991
|
-
smsTraiDltEnabled={false}
|
|
15992
15935
|
testEntitiesTreeData={
|
|
15993
15936
|
Array [
|
|
15994
15937
|
Object {
|
|
@@ -16005,7 +15948,6 @@ new message content.",
|
|
|
16005
15948
|
},
|
|
16006
15949
|
]
|
|
16007
15950
|
}
|
|
16008
|
-
wecrmAccounts={Array []}
|
|
16009
15951
|
/>
|
|
16010
15952
|
</CapRow>
|
|
16011
15953
|
<CapDivider
|
|
@@ -27307,10 +27249,8 @@ new message content.",
|
|
|
27307
27249
|
"createMessageMetaRequested": [Function],
|
|
27308
27250
|
"extractTagsRequested": [Function],
|
|
27309
27251
|
"getPrefilledValuesRequested": [Function],
|
|
27310
|
-
"getSenderDetailsRequested": [Function],
|
|
27311
27252
|
"getTestCustomersRequested": [Function],
|
|
27312
27253
|
"getTestGroupsRequested": [Function],
|
|
27313
|
-
"getWeCrmAccountsRequested": [Function],
|
|
27314
27254
|
"searchCustomersRequested": [Function],
|
|
27315
27255
|
"sendTestMessageRequested": [Function],
|
|
27316
27256
|
"updatePreviewRequested": [Function],
|
|
@@ -27342,7 +27282,6 @@ new message content.",
|
|
|
27342
27282
|
isExtractingTags={false}
|
|
27343
27283
|
isFetchingTestCustomers={false}
|
|
27344
27284
|
isFetchingTestGroups={false}
|
|
27345
|
-
isLoadingSenderDetails={false}
|
|
27346
27285
|
isSearchingCustomer={false}
|
|
27347
27286
|
isSendingTestMessage={false}
|
|
27348
27287
|
isUpdatingPreview={false}
|
|
@@ -27350,19 +27289,11 @@ new message content.",
|
|
|
27350
27289
|
onClose={[Function]}
|
|
27351
27290
|
prefilledValues={Object {}}
|
|
27352
27291
|
previewData={null}
|
|
27353
|
-
senderDetailsByChannel={
|
|
27354
|
-
Object {
|
|
27355
|
-
"EMAIL": Array [],
|
|
27356
|
-
"SMS": Array [],
|
|
27357
|
-
"WHATSAPP": Array [],
|
|
27358
|
-
}
|
|
27359
|
-
}
|
|
27360
27292
|
show={false}
|
|
27361
27293
|
testCustomers={Immutable.List []}
|
|
27362
27294
|
testGroups={Immutable.List []}
|
|
27363
27295
|
updatePreviewError={null}
|
|
27364
27296
|
updatePreviewErrors={Array []}
|
|
27365
|
-
wecrmAccounts={Array []}
|
|
27366
27297
|
>
|
|
27367
27298
|
<TestAndPreviewSlidebox
|
|
27368
27299
|
actions={
|
|
@@ -27374,10 +27305,8 @@ new message content.",
|
|
|
27374
27305
|
"createMessageMetaRequested": [Function],
|
|
27375
27306
|
"extractTagsRequested": [Function],
|
|
27376
27307
|
"getPrefilledValuesRequested": [Function],
|
|
27377
|
-
"getSenderDetailsRequested": [Function],
|
|
27378
27308
|
"getTestCustomersRequested": [Function],
|
|
27379
27309
|
"getTestGroupsRequested": [Function],
|
|
27380
|
-
"getWeCrmAccountsRequested": [Function],
|
|
27381
27310
|
"searchCustomersRequested": [Function],
|
|
27382
27311
|
"sendTestMessageRequested": [Function],
|
|
27383
27312
|
"updatePreviewRequested": [Function],
|
|
@@ -29657,28 +29586,18 @@ new message content.",
|
|
|
29657
29586
|
isExtractingTags={false}
|
|
29658
29587
|
isFetchingTestCustomers={false}
|
|
29659
29588
|
isFetchingTestGroups={false}
|
|
29660
|
-
isLoadingSenderDetails={false}
|
|
29661
29589
|
isSearchingCustomer={false}
|
|
29662
29590
|
isSendingTestMessage={false}
|
|
29663
29591
|
isUpdatingPreview={false}
|
|
29664
29592
|
messageMetaConfigId={null}
|
|
29665
29593
|
onClose={[Function]}
|
|
29666
|
-
orgUnitId={-1}
|
|
29667
29594
|
prefilledValues={Object {}}
|
|
29668
29595
|
previewData={null}
|
|
29669
|
-
senderDetailsByChannel={
|
|
29670
|
-
Object {
|
|
29671
|
-
"EMAIL": Array [],
|
|
29672
|
-
"SMS": Array [],
|
|
29673
|
-
"WHATSAPP": Array [],
|
|
29674
|
-
}
|
|
29675
|
-
}
|
|
29676
29596
|
show={false}
|
|
29677
29597
|
testCustomers={Immutable.List []}
|
|
29678
29598
|
testGroups={Immutable.List []}
|
|
29679
29599
|
updatePreviewError={null}
|
|
29680
29600
|
updatePreviewErrors={Array []}
|
|
29681
|
-
wecrmAccounts={Array []}
|
|
29682
29601
|
>
|
|
29683
29602
|
<CommonTestAndPreview
|
|
29684
29603
|
actions={
|
|
@@ -29690,10 +29609,8 @@ new message content.",
|
|
|
29690
29609
|
"createMessageMetaRequested": [Function],
|
|
29691
29610
|
"extractTagsRequested": [Function],
|
|
29692
29611
|
"getPrefilledValuesRequested": [Function],
|
|
29693
|
-
"getSenderDetailsRequested": [Function],
|
|
29694
29612
|
"getTestCustomersRequested": [Function],
|
|
29695
29613
|
"getTestGroupsRequested": [Function],
|
|
29696
|
-
"getWeCrmAccountsRequested": [Function],
|
|
29697
29614
|
"searchCustomersRequested": [Function],
|
|
29698
29615
|
"sendTestMessageRequested": [Function],
|
|
29699
29616
|
"updatePreviewRequested": [Function],
|
|
@@ -31980,25 +31897,16 @@ new message content.",
|
|
|
31980
31897
|
isExtractingTags={false}
|
|
31981
31898
|
isFetchingTestCustomers={false}
|
|
31982
31899
|
isFetchingTestGroups={false}
|
|
31983
|
-
isLoadingSenderDetails={false}
|
|
31984
31900
|
isSearchingCustomer={false}
|
|
31985
31901
|
isSendingTestMessage={false}
|
|
31986
31902
|
isUpdatingPreview={false}
|
|
31987
31903
|
messageMetaConfigId={null}
|
|
31988
31904
|
onClose={[Function]}
|
|
31989
|
-
orgUnitId={-1}
|
|
31990
31905
|
prefilledValues={Object {}}
|
|
31991
31906
|
previewData={null}
|
|
31992
31907
|
rcsIosPreview={false}
|
|
31993
31908
|
rcsOrientation={null}
|
|
31994
31909
|
rcsType={null}
|
|
31995
|
-
senderDetailsByChannel={
|
|
31996
|
-
Object {
|
|
31997
|
-
"EMAIL": Array [],
|
|
31998
|
-
"SMS": Array [],
|
|
31999
|
-
"WHATSAPP": Array [],
|
|
32000
|
-
}
|
|
32001
|
-
}
|
|
32002
31910
|
show={false}
|
|
32003
31911
|
templateLayoutType={null}
|
|
32004
31912
|
testCustomers={Immutable.List []}
|
|
@@ -32006,7 +31914,6 @@ new message content.",
|
|
|
32006
31914
|
unicodeEnabled={false}
|
|
32007
31915
|
updatePreviewError={null}
|
|
32008
31916
|
updatePreviewErrors={Array []}
|
|
32009
|
-
wecrmAccounts={Array []}
|
|
32010
31917
|
whatsappAccountName={null}
|
|
32011
31918
|
whatsappContentLen={0}
|
|
32012
31919
|
>
|
|
@@ -32050,36 +31957,14 @@ new message content.",
|
|
|
32050
31957
|
<SendTestMessage
|
|
32051
31958
|
channel="RCS"
|
|
32052
31959
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
32053
|
-
|
|
32054
|
-
formData={
|
|
32055
|
-
Object {
|
|
32056
|
-
"suggestions": Array [
|
|
32057
|
-
Object {
|
|
32058
|
-
"index": 0,
|
|
32059
|
-
"isSaved": true,
|
|
32060
|
-
"phoneNumber": "",
|
|
32061
|
-
"postback": "stop",
|
|
32062
|
-
"text": "stop",
|
|
32063
|
-
"type": "QUICK_REPLY",
|
|
32064
|
-
"url": null,
|
|
32065
|
-
},
|
|
32066
|
-
],
|
|
32067
|
-
"templateHeader": "",
|
|
32068
|
-
"templateMessage": "",
|
|
32069
|
-
}
|
|
32070
|
-
}
|
|
31960
|
+
formData={null}
|
|
32071
31961
|
formatMessage={[Function]}
|
|
32072
31962
|
handleSendTestMessage={[Function]}
|
|
32073
31963
|
handleTestEntitiesChange={[Function]}
|
|
32074
31964
|
isFetchingTestCustomers={false}
|
|
32075
31965
|
isFetchingTestGroups={false}
|
|
32076
|
-
isLoadingSenderDetails={false}
|
|
32077
31966
|
isSendingTestMessage={false}
|
|
32078
|
-
onSaveDeliverySettings={[Function]}
|
|
32079
|
-
registeredSenderIds={Array []}
|
|
32080
31967
|
selectedTestEntities={Array []}
|
|
32081
|
-
senderDetailsOptions={Array []}
|
|
32082
|
-
smsTraiDltEnabled={false}
|
|
32083
31968
|
testEntitiesTreeData={
|
|
32084
31969
|
Array [
|
|
32085
31970
|
Object {
|
|
@@ -32096,7 +31981,6 @@ new message content.",
|
|
|
32096
31981
|
},
|
|
32097
31982
|
]
|
|
32098
31983
|
}
|
|
32099
|
-
wecrmAccounts={Array []}
|
|
32100
31984
|
/>
|
|
32101
31985
|
</CapRow>
|
|
32102
31986
|
<CapDivider
|
|
@@ -43920,10 +43804,8 @@ new message content.",
|
|
|
43920
43804
|
"createMessageMetaRequested": [Function],
|
|
43921
43805
|
"extractTagsRequested": [Function],
|
|
43922
43806
|
"getPrefilledValuesRequested": [Function],
|
|
43923
|
-
"getSenderDetailsRequested": [Function],
|
|
43924
43807
|
"getTestCustomersRequested": [Function],
|
|
43925
43808
|
"getTestGroupsRequested": [Function],
|
|
43926
|
-
"getWeCrmAccountsRequested": [Function],
|
|
43927
43809
|
"searchCustomersRequested": [Function],
|
|
43928
43810
|
"sendTestMessageRequested": [Function],
|
|
43929
43811
|
"updatePreviewRequested": [Function],
|
|
@@ -43955,7 +43837,6 @@ new message content.",
|
|
|
43955
43837
|
isExtractingTags={false}
|
|
43956
43838
|
isFetchingTestCustomers={false}
|
|
43957
43839
|
isFetchingTestGroups={false}
|
|
43958
|
-
isLoadingSenderDetails={false}
|
|
43959
43840
|
isSearchingCustomer={false}
|
|
43960
43841
|
isSendingTestMessage={false}
|
|
43961
43842
|
isUpdatingPreview={false}
|
|
@@ -43963,19 +43844,11 @@ new message content.",
|
|
|
43963
43844
|
onClose={[Function]}
|
|
43964
43845
|
prefilledValues={Object {}}
|
|
43965
43846
|
previewData={null}
|
|
43966
|
-
senderDetailsByChannel={
|
|
43967
|
-
Object {
|
|
43968
|
-
"EMAIL": Array [],
|
|
43969
|
-
"SMS": Array [],
|
|
43970
|
-
"WHATSAPP": Array [],
|
|
43971
|
-
}
|
|
43972
|
-
}
|
|
43973
43847
|
show={false}
|
|
43974
43848
|
testCustomers={Immutable.List []}
|
|
43975
43849
|
testGroups={Immutable.List []}
|
|
43976
43850
|
updatePreviewError={null}
|
|
43977
43851
|
updatePreviewErrors={Array []}
|
|
43978
|
-
wecrmAccounts={Array []}
|
|
43979
43852
|
>
|
|
43980
43853
|
<TestAndPreviewSlidebox
|
|
43981
43854
|
actions={
|
|
@@ -43987,10 +43860,8 @@ new message content.",
|
|
|
43987
43860
|
"createMessageMetaRequested": [Function],
|
|
43988
43861
|
"extractTagsRequested": [Function],
|
|
43989
43862
|
"getPrefilledValuesRequested": [Function],
|
|
43990
|
-
"getSenderDetailsRequested": [Function],
|
|
43991
43863
|
"getTestCustomersRequested": [Function],
|
|
43992
43864
|
"getTestGroupsRequested": [Function],
|
|
43993
|
-
"getWeCrmAccountsRequested": [Function],
|
|
43994
43865
|
"searchCustomersRequested": [Function],
|
|
43995
43866
|
"sendTestMessageRequested": [Function],
|
|
43996
43867
|
"updatePreviewRequested": [Function],
|
|
@@ -46270,28 +46141,18 @@ new message content.",
|
|
|
46270
46141
|
isExtractingTags={false}
|
|
46271
46142
|
isFetchingTestCustomers={false}
|
|
46272
46143
|
isFetchingTestGroups={false}
|
|
46273
|
-
isLoadingSenderDetails={false}
|
|
46274
46144
|
isSearchingCustomer={false}
|
|
46275
46145
|
isSendingTestMessage={false}
|
|
46276
46146
|
isUpdatingPreview={false}
|
|
46277
46147
|
messageMetaConfigId={null}
|
|
46278
46148
|
onClose={[Function]}
|
|
46279
|
-
orgUnitId={-1}
|
|
46280
46149
|
prefilledValues={Object {}}
|
|
46281
46150
|
previewData={null}
|
|
46282
|
-
senderDetailsByChannel={
|
|
46283
|
-
Object {
|
|
46284
|
-
"EMAIL": Array [],
|
|
46285
|
-
"SMS": Array [],
|
|
46286
|
-
"WHATSAPP": Array [],
|
|
46287
|
-
}
|
|
46288
|
-
}
|
|
46289
46151
|
show={false}
|
|
46290
46152
|
testCustomers={Immutable.List []}
|
|
46291
46153
|
testGroups={Immutable.List []}
|
|
46292
46154
|
updatePreviewError={null}
|
|
46293
46155
|
updatePreviewErrors={Array []}
|
|
46294
|
-
wecrmAccounts={Array []}
|
|
46295
46156
|
>
|
|
46296
46157
|
<CommonTestAndPreview
|
|
46297
46158
|
actions={
|
|
@@ -46303,10 +46164,8 @@ new message content.",
|
|
|
46303
46164
|
"createMessageMetaRequested": [Function],
|
|
46304
46165
|
"extractTagsRequested": [Function],
|
|
46305
46166
|
"getPrefilledValuesRequested": [Function],
|
|
46306
|
-
"getSenderDetailsRequested": [Function],
|
|
46307
46167
|
"getTestCustomersRequested": [Function],
|
|
46308
46168
|
"getTestGroupsRequested": [Function],
|
|
46309
|
-
"getWeCrmAccountsRequested": [Function],
|
|
46310
46169
|
"searchCustomersRequested": [Function],
|
|
46311
46170
|
"sendTestMessageRequested": [Function],
|
|
46312
46171
|
"updatePreviewRequested": [Function],
|
|
@@ -48593,25 +48452,16 @@ new message content.",
|
|
|
48593
48452
|
isExtractingTags={false}
|
|
48594
48453
|
isFetchingTestCustomers={false}
|
|
48595
48454
|
isFetchingTestGroups={false}
|
|
48596
|
-
isLoadingSenderDetails={false}
|
|
48597
48455
|
isSearchingCustomer={false}
|
|
48598
48456
|
isSendingTestMessage={false}
|
|
48599
48457
|
isUpdatingPreview={false}
|
|
48600
48458
|
messageMetaConfigId={null}
|
|
48601
48459
|
onClose={[Function]}
|
|
48602
|
-
orgUnitId={-1}
|
|
48603
48460
|
prefilledValues={Object {}}
|
|
48604
48461
|
previewData={null}
|
|
48605
48462
|
rcsIosPreview={false}
|
|
48606
48463
|
rcsOrientation={null}
|
|
48607
48464
|
rcsType={null}
|
|
48608
|
-
senderDetailsByChannel={
|
|
48609
|
-
Object {
|
|
48610
|
-
"EMAIL": Array [],
|
|
48611
|
-
"SMS": Array [],
|
|
48612
|
-
"WHATSAPP": Array [],
|
|
48613
|
-
}
|
|
48614
|
-
}
|
|
48615
48465
|
show={false}
|
|
48616
48466
|
templateLayoutType={null}
|
|
48617
48467
|
testCustomers={Immutable.List []}
|
|
@@ -48619,7 +48469,6 @@ new message content.",
|
|
|
48619
48469
|
unicodeEnabled={false}
|
|
48620
48470
|
updatePreviewError={null}
|
|
48621
48471
|
updatePreviewErrors={Array []}
|
|
48622
|
-
wecrmAccounts={Array []}
|
|
48623
48472
|
whatsappAccountName={null}
|
|
48624
48473
|
whatsappContentLen={0}
|
|
48625
48474
|
>
|
|
@@ -48663,36 +48512,14 @@ new message content.",
|
|
|
48663
48512
|
<SendTestMessage
|
|
48664
48513
|
channel="RCS"
|
|
48665
48514
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
48666
|
-
|
|
48667
|
-
formData={
|
|
48668
|
-
Object {
|
|
48669
|
-
"suggestions": Array [
|
|
48670
|
-
Object {
|
|
48671
|
-
"index": 0,
|
|
48672
|
-
"isSaved": true,
|
|
48673
|
-
"phoneNumber": "",
|
|
48674
|
-
"postback": "stop",
|
|
48675
|
-
"text": "stop",
|
|
48676
|
-
"type": "QUICK_REPLY",
|
|
48677
|
-
"url": null,
|
|
48678
|
-
},
|
|
48679
|
-
],
|
|
48680
|
-
"templateHeader": "",
|
|
48681
|
-
"templateMessage": "",
|
|
48682
|
-
}
|
|
48683
|
-
}
|
|
48515
|
+
formData={null}
|
|
48684
48516
|
formatMessage={[Function]}
|
|
48685
48517
|
handleSendTestMessage={[Function]}
|
|
48686
48518
|
handleTestEntitiesChange={[Function]}
|
|
48687
48519
|
isFetchingTestCustomers={false}
|
|
48688
48520
|
isFetchingTestGroups={false}
|
|
48689
|
-
isLoadingSenderDetails={false}
|
|
48690
48521
|
isSendingTestMessage={false}
|
|
48691
|
-
onSaveDeliverySettings={[Function]}
|
|
48692
|
-
registeredSenderIds={Array []}
|
|
48693
48522
|
selectedTestEntities={Array []}
|
|
48694
|
-
senderDetailsOptions={Array []}
|
|
48695
|
-
smsTraiDltEnabled={false}
|
|
48696
48523
|
testEntitiesTreeData={
|
|
48697
48524
|
Array [
|
|
48698
48525
|
Object {
|
|
@@ -48709,7 +48536,6 @@ new message content.",
|
|
|
48709
48536
|
},
|
|
48710
48537
|
]
|
|
48711
48538
|
}
|
|
48712
|
-
wecrmAccounts={Array []}
|
|
48713
48539
|
/>
|
|
48714
48540
|
</CapRow>
|
|
48715
48541
|
<CapDivider
|
|
@@ -61081,10 +60907,8 @@ new message content.",
|
|
|
61081
60907
|
"createMessageMetaRequested": [Function],
|
|
61082
60908
|
"extractTagsRequested": [Function],
|
|
61083
60909
|
"getPrefilledValuesRequested": [Function],
|
|
61084
|
-
"getSenderDetailsRequested": [Function],
|
|
61085
60910
|
"getTestCustomersRequested": [Function],
|
|
61086
60911
|
"getTestGroupsRequested": [Function],
|
|
61087
|
-
"getWeCrmAccountsRequested": [Function],
|
|
61088
60912
|
"searchCustomersRequested": [Function],
|
|
61089
60913
|
"sendTestMessageRequested": [Function],
|
|
61090
60914
|
"updatePreviewRequested": [Function],
|
|
@@ -61116,7 +60940,6 @@ new message content.",
|
|
|
61116
60940
|
isExtractingTags={false}
|
|
61117
60941
|
isFetchingTestCustomers={false}
|
|
61118
60942
|
isFetchingTestGroups={false}
|
|
61119
|
-
isLoadingSenderDetails={false}
|
|
61120
60943
|
isSearchingCustomer={false}
|
|
61121
60944
|
isSendingTestMessage={false}
|
|
61122
60945
|
isUpdatingPreview={false}
|
|
@@ -61124,19 +60947,11 @@ new message content.",
|
|
|
61124
60947
|
onClose={[Function]}
|
|
61125
60948
|
prefilledValues={Object {}}
|
|
61126
60949
|
previewData={null}
|
|
61127
|
-
senderDetailsByChannel={
|
|
61128
|
-
Object {
|
|
61129
|
-
"EMAIL": Array [],
|
|
61130
|
-
"SMS": Array [],
|
|
61131
|
-
"WHATSAPP": Array [],
|
|
61132
|
-
}
|
|
61133
|
-
}
|
|
61134
60950
|
show={false}
|
|
61135
60951
|
testCustomers={Immutable.List []}
|
|
61136
60952
|
testGroups={Immutable.List []}
|
|
61137
60953
|
updatePreviewError={null}
|
|
61138
60954
|
updatePreviewErrors={Array []}
|
|
61139
|
-
wecrmAccounts={Array []}
|
|
61140
60955
|
>
|
|
61141
60956
|
<TestAndPreviewSlidebox
|
|
61142
60957
|
actions={
|
|
@@ -61148,10 +60963,8 @@ new message content.",
|
|
|
61148
60963
|
"createMessageMetaRequested": [Function],
|
|
61149
60964
|
"extractTagsRequested": [Function],
|
|
61150
60965
|
"getPrefilledValuesRequested": [Function],
|
|
61151
|
-
"getSenderDetailsRequested": [Function],
|
|
61152
60966
|
"getTestCustomersRequested": [Function],
|
|
61153
60967
|
"getTestGroupsRequested": [Function],
|
|
61154
|
-
"getWeCrmAccountsRequested": [Function],
|
|
61155
60968
|
"searchCustomersRequested": [Function],
|
|
61156
60969
|
"sendTestMessageRequested": [Function],
|
|
61157
60970
|
"updatePreviewRequested": [Function],
|
|
@@ -63431,28 +63244,18 @@ new message content.",
|
|
|
63431
63244
|
isExtractingTags={false}
|
|
63432
63245
|
isFetchingTestCustomers={false}
|
|
63433
63246
|
isFetchingTestGroups={false}
|
|
63434
|
-
isLoadingSenderDetails={false}
|
|
63435
63247
|
isSearchingCustomer={false}
|
|
63436
63248
|
isSendingTestMessage={false}
|
|
63437
63249
|
isUpdatingPreview={false}
|
|
63438
63250
|
messageMetaConfigId={null}
|
|
63439
63251
|
onClose={[Function]}
|
|
63440
|
-
orgUnitId={-1}
|
|
63441
63252
|
prefilledValues={Object {}}
|
|
63442
63253
|
previewData={null}
|
|
63443
|
-
senderDetailsByChannel={
|
|
63444
|
-
Object {
|
|
63445
|
-
"EMAIL": Array [],
|
|
63446
|
-
"SMS": Array [],
|
|
63447
|
-
"WHATSAPP": Array [],
|
|
63448
|
-
}
|
|
63449
|
-
}
|
|
63450
63254
|
show={false}
|
|
63451
63255
|
testCustomers={Immutable.List []}
|
|
63452
63256
|
testGroups={Immutable.List []}
|
|
63453
63257
|
updatePreviewError={null}
|
|
63454
63258
|
updatePreviewErrors={Array []}
|
|
63455
|
-
wecrmAccounts={Array []}
|
|
63456
63259
|
>
|
|
63457
63260
|
<CommonTestAndPreview
|
|
63458
63261
|
actions={
|
|
@@ -63464,10 +63267,8 @@ new message content.",
|
|
|
63464
63267
|
"createMessageMetaRequested": [Function],
|
|
63465
63268
|
"extractTagsRequested": [Function],
|
|
63466
63269
|
"getPrefilledValuesRequested": [Function],
|
|
63467
|
-
"getSenderDetailsRequested": [Function],
|
|
63468
63270
|
"getTestCustomersRequested": [Function],
|
|
63469
63271
|
"getTestGroupsRequested": [Function],
|
|
63470
|
-
"getWeCrmAccountsRequested": [Function],
|
|
63471
63272
|
"searchCustomersRequested": [Function],
|
|
63472
63273
|
"sendTestMessageRequested": [Function],
|
|
63473
63274
|
"updatePreviewRequested": [Function],
|
|
@@ -65754,25 +65555,16 @@ new message content.",
|
|
|
65754
65555
|
isExtractingTags={false}
|
|
65755
65556
|
isFetchingTestCustomers={false}
|
|
65756
65557
|
isFetchingTestGroups={false}
|
|
65757
|
-
isLoadingSenderDetails={false}
|
|
65758
65558
|
isSearchingCustomer={false}
|
|
65759
65559
|
isSendingTestMessage={false}
|
|
65760
65560
|
isUpdatingPreview={false}
|
|
65761
65561
|
messageMetaConfigId={null}
|
|
65762
65562
|
onClose={[Function]}
|
|
65763
|
-
orgUnitId={-1}
|
|
65764
65563
|
prefilledValues={Object {}}
|
|
65765
65564
|
previewData={null}
|
|
65766
65565
|
rcsIosPreview={false}
|
|
65767
65566
|
rcsOrientation={null}
|
|
65768
65567
|
rcsType={null}
|
|
65769
|
-
senderDetailsByChannel={
|
|
65770
|
-
Object {
|
|
65771
|
-
"EMAIL": Array [],
|
|
65772
|
-
"SMS": Array [],
|
|
65773
|
-
"WHATSAPP": Array [],
|
|
65774
|
-
}
|
|
65775
|
-
}
|
|
65776
65568
|
show={false}
|
|
65777
65569
|
templateLayoutType={null}
|
|
65778
65570
|
testCustomers={Immutable.List []}
|
|
@@ -65780,7 +65572,6 @@ new message content.",
|
|
|
65780
65572
|
unicodeEnabled={false}
|
|
65781
65573
|
updatePreviewError={null}
|
|
65782
65574
|
updatePreviewErrors={Array []}
|
|
65783
|
-
wecrmAccounts={Array []}
|
|
65784
65575
|
whatsappAccountName={null}
|
|
65785
65576
|
whatsappContentLen={0}
|
|
65786
65577
|
>
|
|
@@ -65824,36 +65615,14 @@ new message content.",
|
|
|
65824
65615
|
<SendTestMessage
|
|
65825
65616
|
channel="RCS"
|
|
65826
65617
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
65827
|
-
|
|
65828
|
-
formData={
|
|
65829
|
-
Object {
|
|
65830
|
-
"suggestions": Array [
|
|
65831
|
-
Object {
|
|
65832
|
-
"index": 0,
|
|
65833
|
-
"isSaved": true,
|
|
65834
|
-
"phoneNumber": "",
|
|
65835
|
-
"postback": "stop",
|
|
65836
|
-
"text": "stop",
|
|
65837
|
-
"type": "QUICK_REPLY",
|
|
65838
|
-
"url": null,
|
|
65839
|
-
},
|
|
65840
|
-
],
|
|
65841
|
-
"templateHeader": "",
|
|
65842
|
-
"templateMessage": "",
|
|
65843
|
-
}
|
|
65844
|
-
}
|
|
65618
|
+
formData={null}
|
|
65845
65619
|
formatMessage={[Function]}
|
|
65846
65620
|
handleSendTestMessage={[Function]}
|
|
65847
65621
|
handleTestEntitiesChange={[Function]}
|
|
65848
65622
|
isFetchingTestCustomers={false}
|
|
65849
65623
|
isFetchingTestGroups={false}
|
|
65850
|
-
isLoadingSenderDetails={false}
|
|
65851
65624
|
isSendingTestMessage={false}
|
|
65852
|
-
onSaveDeliverySettings={[Function]}
|
|
65853
|
-
registeredSenderIds={Array []}
|
|
65854
65625
|
selectedTestEntities={Array []}
|
|
65855
|
-
senderDetailsOptions={Array []}
|
|
65856
|
-
smsTraiDltEnabled={false}
|
|
65857
65626
|
testEntitiesTreeData={
|
|
65858
65627
|
Array [
|
|
65859
65628
|
Object {
|
|
@@ -65870,7 +65639,6 @@ new message content.",
|
|
|
65870
65639
|
},
|
|
65871
65640
|
]
|
|
65872
65641
|
}
|
|
65873
|
-
wecrmAccounts={Array []}
|
|
65874
65642
|
/>
|
|
65875
65643
|
</CapRow>
|
|
65876
65644
|
<CapDivider
|
|
@@ -77172,10 +76940,8 @@ new message content.",
|
|
|
77172
76940
|
"createMessageMetaRequested": [Function],
|
|
77173
76941
|
"extractTagsRequested": [Function],
|
|
77174
76942
|
"getPrefilledValuesRequested": [Function],
|
|
77175
|
-
"getSenderDetailsRequested": [Function],
|
|
77176
76943
|
"getTestCustomersRequested": [Function],
|
|
77177
76944
|
"getTestGroupsRequested": [Function],
|
|
77178
|
-
"getWeCrmAccountsRequested": [Function],
|
|
77179
76945
|
"searchCustomersRequested": [Function],
|
|
77180
76946
|
"sendTestMessageRequested": [Function],
|
|
77181
76947
|
"updatePreviewRequested": [Function],
|
|
@@ -77207,7 +76973,6 @@ new message content.",
|
|
|
77207
76973
|
isExtractingTags={false}
|
|
77208
76974
|
isFetchingTestCustomers={false}
|
|
77209
76975
|
isFetchingTestGroups={false}
|
|
77210
|
-
isLoadingSenderDetails={false}
|
|
77211
76976
|
isSearchingCustomer={false}
|
|
77212
76977
|
isSendingTestMessage={false}
|
|
77213
76978
|
isUpdatingPreview={false}
|
|
@@ -77215,19 +76980,11 @@ new message content.",
|
|
|
77215
76980
|
onClose={[Function]}
|
|
77216
76981
|
prefilledValues={Object {}}
|
|
77217
76982
|
previewData={null}
|
|
77218
|
-
senderDetailsByChannel={
|
|
77219
|
-
Object {
|
|
77220
|
-
"EMAIL": Array [],
|
|
77221
|
-
"SMS": Array [],
|
|
77222
|
-
"WHATSAPP": Array [],
|
|
77223
|
-
}
|
|
77224
|
-
}
|
|
77225
76983
|
show={false}
|
|
77226
76984
|
testCustomers={Immutable.List []}
|
|
77227
76985
|
testGroups={Immutable.List []}
|
|
77228
76986
|
updatePreviewError={null}
|
|
77229
76987
|
updatePreviewErrors={Array []}
|
|
77230
|
-
wecrmAccounts={Array []}
|
|
77231
76988
|
>
|
|
77232
76989
|
<TestAndPreviewSlidebox
|
|
77233
76990
|
actions={
|
|
@@ -77239,10 +76996,8 @@ new message content.",
|
|
|
77239
76996
|
"createMessageMetaRequested": [Function],
|
|
77240
76997
|
"extractTagsRequested": [Function],
|
|
77241
76998
|
"getPrefilledValuesRequested": [Function],
|
|
77242
|
-
"getSenderDetailsRequested": [Function],
|
|
77243
76999
|
"getTestCustomersRequested": [Function],
|
|
77244
77000
|
"getTestGroupsRequested": [Function],
|
|
77245
|
-
"getWeCrmAccountsRequested": [Function],
|
|
77246
77001
|
"searchCustomersRequested": [Function],
|
|
77247
77002
|
"sendTestMessageRequested": [Function],
|
|
77248
77003
|
"updatePreviewRequested": [Function],
|
|
@@ -79522,28 +79277,18 @@ new message content.",
|
|
|
79522
79277
|
isExtractingTags={false}
|
|
79523
79278
|
isFetchingTestCustomers={false}
|
|
79524
79279
|
isFetchingTestGroups={false}
|
|
79525
|
-
isLoadingSenderDetails={false}
|
|
79526
79280
|
isSearchingCustomer={false}
|
|
79527
79281
|
isSendingTestMessage={false}
|
|
79528
79282
|
isUpdatingPreview={false}
|
|
79529
79283
|
messageMetaConfigId={null}
|
|
79530
79284
|
onClose={[Function]}
|
|
79531
|
-
orgUnitId={-1}
|
|
79532
79285
|
prefilledValues={Object {}}
|
|
79533
79286
|
previewData={null}
|
|
79534
|
-
senderDetailsByChannel={
|
|
79535
|
-
Object {
|
|
79536
|
-
"EMAIL": Array [],
|
|
79537
|
-
"SMS": Array [],
|
|
79538
|
-
"WHATSAPP": Array [],
|
|
79539
|
-
}
|
|
79540
|
-
}
|
|
79541
79287
|
show={false}
|
|
79542
79288
|
testCustomers={Immutable.List []}
|
|
79543
79289
|
testGroups={Immutable.List []}
|
|
79544
79290
|
updatePreviewError={null}
|
|
79545
79291
|
updatePreviewErrors={Array []}
|
|
79546
|
-
wecrmAccounts={Array []}
|
|
79547
79292
|
>
|
|
79548
79293
|
<CommonTestAndPreview
|
|
79549
79294
|
actions={
|
|
@@ -79555,10 +79300,8 @@ new message content.",
|
|
|
79555
79300
|
"createMessageMetaRequested": [Function],
|
|
79556
79301
|
"extractTagsRequested": [Function],
|
|
79557
79302
|
"getPrefilledValuesRequested": [Function],
|
|
79558
|
-
"getSenderDetailsRequested": [Function],
|
|
79559
79303
|
"getTestCustomersRequested": [Function],
|
|
79560
79304
|
"getTestGroupsRequested": [Function],
|
|
79561
|
-
"getWeCrmAccountsRequested": [Function],
|
|
79562
79305
|
"searchCustomersRequested": [Function],
|
|
79563
79306
|
"sendTestMessageRequested": [Function],
|
|
79564
79307
|
"updatePreviewRequested": [Function],
|
|
@@ -81845,25 +81588,16 @@ new message content.",
|
|
|
81845
81588
|
isExtractingTags={false}
|
|
81846
81589
|
isFetchingTestCustomers={false}
|
|
81847
81590
|
isFetchingTestGroups={false}
|
|
81848
|
-
isLoadingSenderDetails={false}
|
|
81849
81591
|
isSearchingCustomer={false}
|
|
81850
81592
|
isSendingTestMessage={false}
|
|
81851
81593
|
isUpdatingPreview={false}
|
|
81852
81594
|
messageMetaConfigId={null}
|
|
81853
81595
|
onClose={[Function]}
|
|
81854
|
-
orgUnitId={-1}
|
|
81855
81596
|
prefilledValues={Object {}}
|
|
81856
81597
|
previewData={null}
|
|
81857
81598
|
rcsIosPreview={false}
|
|
81858
81599
|
rcsOrientation={null}
|
|
81859
81600
|
rcsType={null}
|
|
81860
|
-
senderDetailsByChannel={
|
|
81861
|
-
Object {
|
|
81862
|
-
"EMAIL": Array [],
|
|
81863
|
-
"SMS": Array [],
|
|
81864
|
-
"WHATSAPP": Array [],
|
|
81865
|
-
}
|
|
81866
|
-
}
|
|
81867
81601
|
show={false}
|
|
81868
81602
|
templateLayoutType={null}
|
|
81869
81603
|
testCustomers={Immutable.List []}
|
|
@@ -81871,7 +81605,6 @@ new message content.",
|
|
|
81871
81605
|
unicodeEnabled={false}
|
|
81872
81606
|
updatePreviewError={null}
|
|
81873
81607
|
updatePreviewErrors={Array []}
|
|
81874
|
-
wecrmAccounts={Array []}
|
|
81875
81608
|
whatsappAccountName={null}
|
|
81876
81609
|
whatsappContentLen={0}
|
|
81877
81610
|
>
|
|
@@ -81915,36 +81648,14 @@ new message content.",
|
|
|
81915
81648
|
<SendTestMessage
|
|
81916
81649
|
channel="RCS"
|
|
81917
81650
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
81918
|
-
|
|
81919
|
-
formData={
|
|
81920
|
-
Object {
|
|
81921
|
-
"suggestions": Array [
|
|
81922
|
-
Object {
|
|
81923
|
-
"index": 0,
|
|
81924
|
-
"isSaved": true,
|
|
81925
|
-
"phoneNumber": "",
|
|
81926
|
-
"postback": "stop",
|
|
81927
|
-
"text": "stop",
|
|
81928
|
-
"type": "QUICK_REPLY",
|
|
81929
|
-
"url": null,
|
|
81930
|
-
},
|
|
81931
|
-
],
|
|
81932
|
-
"templateHeader": "",
|
|
81933
|
-
"templateMessage": "",
|
|
81934
|
-
}
|
|
81935
|
-
}
|
|
81651
|
+
formData={null}
|
|
81936
81652
|
formatMessage={[Function]}
|
|
81937
81653
|
handleSendTestMessage={[Function]}
|
|
81938
81654
|
handleTestEntitiesChange={[Function]}
|
|
81939
81655
|
isFetchingTestCustomers={false}
|
|
81940
81656
|
isFetchingTestGroups={false}
|
|
81941
|
-
isLoadingSenderDetails={false}
|
|
81942
81657
|
isSendingTestMessage={false}
|
|
81943
|
-
onSaveDeliverySettings={[Function]}
|
|
81944
|
-
registeredSenderIds={Array []}
|
|
81945
81658
|
selectedTestEntities={Array []}
|
|
81946
|
-
senderDetailsOptions={Array []}
|
|
81947
|
-
smsTraiDltEnabled={false}
|
|
81948
81659
|
testEntitiesTreeData={
|
|
81949
81660
|
Array [
|
|
81950
81661
|
Object {
|
|
@@ -81961,7 +81672,6 @@ new message content.",
|
|
|
81961
81672
|
},
|
|
81962
81673
|
]
|
|
81963
81674
|
}
|
|
81964
|
-
wecrmAccounts={Array []}
|
|
81965
81675
|
/>
|
|
81966
81676
|
</CapRow>
|
|
81967
81677
|
<CapDivider
|
|
@@ -96579,10 +96289,8 @@ new message content.",
|
|
|
96579
96289
|
"createMessageMetaRequested": [Function],
|
|
96580
96290
|
"extractTagsRequested": [Function],
|
|
96581
96291
|
"getPrefilledValuesRequested": [Function],
|
|
96582
|
-
"getSenderDetailsRequested": [Function],
|
|
96583
96292
|
"getTestCustomersRequested": [Function],
|
|
96584
96293
|
"getTestGroupsRequested": [Function],
|
|
96585
|
-
"getWeCrmAccountsRequested": [Function],
|
|
96586
96294
|
"searchCustomersRequested": [Function],
|
|
96587
96295
|
"sendTestMessageRequested": [Function],
|
|
96588
96296
|
"updatePreviewRequested": [Function],
|
|
@@ -96614,7 +96322,6 @@ new message content.",
|
|
|
96614
96322
|
isExtractingTags={false}
|
|
96615
96323
|
isFetchingTestCustomers={false}
|
|
96616
96324
|
isFetchingTestGroups={false}
|
|
96617
|
-
isLoadingSenderDetails={false}
|
|
96618
96325
|
isSearchingCustomer={false}
|
|
96619
96326
|
isSendingTestMessage={false}
|
|
96620
96327
|
isUpdatingPreview={false}
|
|
@@ -96622,19 +96329,11 @@ new message content.",
|
|
|
96622
96329
|
onClose={[Function]}
|
|
96623
96330
|
prefilledValues={Object {}}
|
|
96624
96331
|
previewData={null}
|
|
96625
|
-
senderDetailsByChannel={
|
|
96626
|
-
Object {
|
|
96627
|
-
"EMAIL": Array [],
|
|
96628
|
-
"SMS": Array [],
|
|
96629
|
-
"WHATSAPP": Array [],
|
|
96630
|
-
}
|
|
96631
|
-
}
|
|
96632
96332
|
show={false}
|
|
96633
96333
|
testCustomers={Immutable.List []}
|
|
96634
96334
|
testGroups={Immutable.List []}
|
|
96635
96335
|
updatePreviewError={null}
|
|
96636
96336
|
updatePreviewErrors={Array []}
|
|
96637
|
-
wecrmAccounts={Array []}
|
|
96638
96337
|
>
|
|
96639
96338
|
<TestAndPreviewSlidebox
|
|
96640
96339
|
actions={
|
|
@@ -96646,10 +96345,8 @@ new message content.",
|
|
|
96646
96345
|
"createMessageMetaRequested": [Function],
|
|
96647
96346
|
"extractTagsRequested": [Function],
|
|
96648
96347
|
"getPrefilledValuesRequested": [Function],
|
|
96649
|
-
"getSenderDetailsRequested": [Function],
|
|
96650
96348
|
"getTestCustomersRequested": [Function],
|
|
96651
96349
|
"getTestGroupsRequested": [Function],
|
|
96652
|
-
"getWeCrmAccountsRequested": [Function],
|
|
96653
96350
|
"searchCustomersRequested": [Function],
|
|
96654
96351
|
"sendTestMessageRequested": [Function],
|
|
96655
96352
|
"updatePreviewRequested": [Function],
|
|
@@ -98929,28 +98626,18 @@ new message content.",
|
|
|
98929
98626
|
isExtractingTags={false}
|
|
98930
98627
|
isFetchingTestCustomers={false}
|
|
98931
98628
|
isFetchingTestGroups={false}
|
|
98932
|
-
isLoadingSenderDetails={false}
|
|
98933
98629
|
isSearchingCustomer={false}
|
|
98934
98630
|
isSendingTestMessage={false}
|
|
98935
98631
|
isUpdatingPreview={false}
|
|
98936
98632
|
messageMetaConfigId={null}
|
|
98937
98633
|
onClose={[Function]}
|
|
98938
|
-
orgUnitId={-1}
|
|
98939
98634
|
prefilledValues={Object {}}
|
|
98940
98635
|
previewData={null}
|
|
98941
|
-
senderDetailsByChannel={
|
|
98942
|
-
Object {
|
|
98943
|
-
"EMAIL": Array [],
|
|
98944
|
-
"SMS": Array [],
|
|
98945
|
-
"WHATSAPP": Array [],
|
|
98946
|
-
}
|
|
98947
|
-
}
|
|
98948
98636
|
show={false}
|
|
98949
98637
|
testCustomers={Immutable.List []}
|
|
98950
98638
|
testGroups={Immutable.List []}
|
|
98951
98639
|
updatePreviewError={null}
|
|
98952
98640
|
updatePreviewErrors={Array []}
|
|
98953
|
-
wecrmAccounts={Array []}
|
|
98954
98641
|
>
|
|
98955
98642
|
<CommonTestAndPreview
|
|
98956
98643
|
actions={
|
|
@@ -98962,10 +98649,8 @@ new message content.",
|
|
|
98962
98649
|
"createMessageMetaRequested": [Function],
|
|
98963
98650
|
"extractTagsRequested": [Function],
|
|
98964
98651
|
"getPrefilledValuesRequested": [Function],
|
|
98965
|
-
"getSenderDetailsRequested": [Function],
|
|
98966
98652
|
"getTestCustomersRequested": [Function],
|
|
98967
98653
|
"getTestGroupsRequested": [Function],
|
|
98968
|
-
"getWeCrmAccountsRequested": [Function],
|
|
98969
98654
|
"searchCustomersRequested": [Function],
|
|
98970
98655
|
"sendTestMessageRequested": [Function],
|
|
98971
98656
|
"updatePreviewRequested": [Function],
|
|
@@ -101252,25 +100937,16 @@ new message content.",
|
|
|
101252
100937
|
isExtractingTags={false}
|
|
101253
100938
|
isFetchingTestCustomers={false}
|
|
101254
100939
|
isFetchingTestGroups={false}
|
|
101255
|
-
isLoadingSenderDetails={false}
|
|
101256
100940
|
isSearchingCustomer={false}
|
|
101257
100941
|
isSendingTestMessage={false}
|
|
101258
100942
|
isUpdatingPreview={false}
|
|
101259
100943
|
messageMetaConfigId={null}
|
|
101260
100944
|
onClose={[Function]}
|
|
101261
|
-
orgUnitId={-1}
|
|
101262
100945
|
prefilledValues={Object {}}
|
|
101263
100946
|
previewData={null}
|
|
101264
100947
|
rcsIosPreview={false}
|
|
101265
100948
|
rcsOrientation={null}
|
|
101266
100949
|
rcsType={null}
|
|
101267
|
-
senderDetailsByChannel={
|
|
101268
|
-
Object {
|
|
101269
|
-
"EMAIL": Array [],
|
|
101270
|
-
"SMS": Array [],
|
|
101271
|
-
"WHATSAPP": Array [],
|
|
101272
|
-
}
|
|
101273
|
-
}
|
|
101274
100950
|
show={false}
|
|
101275
100951
|
templateLayoutType={null}
|
|
101276
100952
|
testCustomers={Immutable.List []}
|
|
@@ -101278,7 +100954,6 @@ new message content.",
|
|
|
101278
100954
|
unicodeEnabled={false}
|
|
101279
100955
|
updatePreviewError={null}
|
|
101280
100956
|
updatePreviewErrors={Array []}
|
|
101281
|
-
wecrmAccounts={Array []}
|
|
101282
100957
|
whatsappAccountName={null}
|
|
101283
100958
|
whatsappContentLen={0}
|
|
101284
100959
|
>
|
|
@@ -101322,36 +100997,14 @@ new message content.",
|
|
|
101322
100997
|
<SendTestMessage
|
|
101323
100998
|
channel="RCS"
|
|
101324
100999
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
101325
|
-
|
|
101326
|
-
formData={
|
|
101327
|
-
Object {
|
|
101328
|
-
"suggestions": Array [
|
|
101329
|
-
Object {
|
|
101330
|
-
"index": 0,
|
|
101331
|
-
"isSaved": true,
|
|
101332
|
-
"phoneNumber": "",
|
|
101333
|
-
"postback": "stop",
|
|
101334
|
-
"text": "stop",
|
|
101335
|
-
"type": "QUICK_REPLY",
|
|
101336
|
-
"url": null,
|
|
101337
|
-
},
|
|
101338
|
-
],
|
|
101339
|
-
"templateHeader": "",
|
|
101340
|
-
"templateMessage": "",
|
|
101341
|
-
}
|
|
101342
|
-
}
|
|
101000
|
+
formData={null}
|
|
101343
101001
|
formatMessage={[Function]}
|
|
101344
101002
|
handleSendTestMessage={[Function]}
|
|
101345
101003
|
handleTestEntitiesChange={[Function]}
|
|
101346
101004
|
isFetchingTestCustomers={false}
|
|
101347
101005
|
isFetchingTestGroups={false}
|
|
101348
|
-
isLoadingSenderDetails={false}
|
|
101349
101006
|
isSendingTestMessage={false}
|
|
101350
|
-
onSaveDeliverySettings={[Function]}
|
|
101351
|
-
registeredSenderIds={Array []}
|
|
101352
101007
|
selectedTestEntities={Array []}
|
|
101353
|
-
senderDetailsOptions={Array []}
|
|
101354
|
-
smsTraiDltEnabled={false}
|
|
101355
101008
|
testEntitiesTreeData={
|
|
101356
101009
|
Array [
|
|
101357
101010
|
Object {
|
|
@@ -101368,7 +101021,6 @@ new message content.",
|
|
|
101368
101021
|
},
|
|
101369
101022
|
]
|
|
101370
101023
|
}
|
|
101371
|
-
wecrmAccounts={Array []}
|
|
101372
101024
|
/>
|
|
101373
101025
|
</CapRow>
|
|
101374
101026
|
<CapDivider
|
|
@@ -115986,10 +115638,8 @@ new message content.",
|
|
|
115986
115638
|
"createMessageMetaRequested": [Function],
|
|
115987
115639
|
"extractTagsRequested": [Function],
|
|
115988
115640
|
"getPrefilledValuesRequested": [Function],
|
|
115989
|
-
"getSenderDetailsRequested": [Function],
|
|
115990
115641
|
"getTestCustomersRequested": [Function],
|
|
115991
115642
|
"getTestGroupsRequested": [Function],
|
|
115992
|
-
"getWeCrmAccountsRequested": [Function],
|
|
115993
115643
|
"searchCustomersRequested": [Function],
|
|
115994
115644
|
"sendTestMessageRequested": [Function],
|
|
115995
115645
|
"updatePreviewRequested": [Function],
|
|
@@ -116021,7 +115671,6 @@ new message content.",
|
|
|
116021
115671
|
isExtractingTags={false}
|
|
116022
115672
|
isFetchingTestCustomers={false}
|
|
116023
115673
|
isFetchingTestGroups={false}
|
|
116024
|
-
isLoadingSenderDetails={false}
|
|
116025
115674
|
isSearchingCustomer={false}
|
|
116026
115675
|
isSendingTestMessage={false}
|
|
116027
115676
|
isUpdatingPreview={false}
|
|
@@ -116029,19 +115678,11 @@ new message content.",
|
|
|
116029
115678
|
onClose={[Function]}
|
|
116030
115679
|
prefilledValues={Object {}}
|
|
116031
115680
|
previewData={null}
|
|
116032
|
-
senderDetailsByChannel={
|
|
116033
|
-
Object {
|
|
116034
|
-
"EMAIL": Array [],
|
|
116035
|
-
"SMS": Array [],
|
|
116036
|
-
"WHATSAPP": Array [],
|
|
116037
|
-
}
|
|
116038
|
-
}
|
|
116039
115681
|
show={false}
|
|
116040
115682
|
testCustomers={Immutable.List []}
|
|
116041
115683
|
testGroups={Immutable.List []}
|
|
116042
115684
|
updatePreviewError={null}
|
|
116043
115685
|
updatePreviewErrors={Array []}
|
|
116044
|
-
wecrmAccounts={Array []}
|
|
116045
115686
|
>
|
|
116046
115687
|
<TestAndPreviewSlidebox
|
|
116047
115688
|
actions={
|
|
@@ -116053,10 +115694,8 @@ new message content.",
|
|
|
116053
115694
|
"createMessageMetaRequested": [Function],
|
|
116054
115695
|
"extractTagsRequested": [Function],
|
|
116055
115696
|
"getPrefilledValuesRequested": [Function],
|
|
116056
|
-
"getSenderDetailsRequested": [Function],
|
|
116057
115697
|
"getTestCustomersRequested": [Function],
|
|
116058
115698
|
"getTestGroupsRequested": [Function],
|
|
116059
|
-
"getWeCrmAccountsRequested": [Function],
|
|
116060
115699
|
"searchCustomersRequested": [Function],
|
|
116061
115700
|
"sendTestMessageRequested": [Function],
|
|
116062
115701
|
"updatePreviewRequested": [Function],
|
|
@@ -118336,28 +117975,18 @@ new message content.",
|
|
|
118336
117975
|
isExtractingTags={false}
|
|
118337
117976
|
isFetchingTestCustomers={false}
|
|
118338
117977
|
isFetchingTestGroups={false}
|
|
118339
|
-
isLoadingSenderDetails={false}
|
|
118340
117978
|
isSearchingCustomer={false}
|
|
118341
117979
|
isSendingTestMessage={false}
|
|
118342
117980
|
isUpdatingPreview={false}
|
|
118343
117981
|
messageMetaConfigId={null}
|
|
118344
117982
|
onClose={[Function]}
|
|
118345
|
-
orgUnitId={-1}
|
|
118346
117983
|
prefilledValues={Object {}}
|
|
118347
117984
|
previewData={null}
|
|
118348
|
-
senderDetailsByChannel={
|
|
118349
|
-
Object {
|
|
118350
|
-
"EMAIL": Array [],
|
|
118351
|
-
"SMS": Array [],
|
|
118352
|
-
"WHATSAPP": Array [],
|
|
118353
|
-
}
|
|
118354
|
-
}
|
|
118355
117985
|
show={false}
|
|
118356
117986
|
testCustomers={Immutable.List []}
|
|
118357
117987
|
testGroups={Immutable.List []}
|
|
118358
117988
|
updatePreviewError={null}
|
|
118359
117989
|
updatePreviewErrors={Array []}
|
|
118360
|
-
wecrmAccounts={Array []}
|
|
118361
117990
|
>
|
|
118362
117991
|
<CommonTestAndPreview
|
|
118363
117992
|
actions={
|
|
@@ -118369,10 +117998,8 @@ new message content.",
|
|
|
118369
117998
|
"createMessageMetaRequested": [Function],
|
|
118370
117999
|
"extractTagsRequested": [Function],
|
|
118371
118000
|
"getPrefilledValuesRequested": [Function],
|
|
118372
|
-
"getSenderDetailsRequested": [Function],
|
|
118373
118001
|
"getTestCustomersRequested": [Function],
|
|
118374
118002
|
"getTestGroupsRequested": [Function],
|
|
118375
|
-
"getWeCrmAccountsRequested": [Function],
|
|
118376
118003
|
"searchCustomersRequested": [Function],
|
|
118377
118004
|
"sendTestMessageRequested": [Function],
|
|
118378
118005
|
"updatePreviewRequested": [Function],
|
|
@@ -120659,25 +120286,16 @@ new message content.",
|
|
|
120659
120286
|
isExtractingTags={false}
|
|
120660
120287
|
isFetchingTestCustomers={false}
|
|
120661
120288
|
isFetchingTestGroups={false}
|
|
120662
|
-
isLoadingSenderDetails={false}
|
|
120663
120289
|
isSearchingCustomer={false}
|
|
120664
120290
|
isSendingTestMessage={false}
|
|
120665
120291
|
isUpdatingPreview={false}
|
|
120666
120292
|
messageMetaConfigId={null}
|
|
120667
120293
|
onClose={[Function]}
|
|
120668
|
-
orgUnitId={-1}
|
|
120669
120294
|
prefilledValues={Object {}}
|
|
120670
120295
|
previewData={null}
|
|
120671
120296
|
rcsIosPreview={false}
|
|
120672
120297
|
rcsOrientation={null}
|
|
120673
120298
|
rcsType={null}
|
|
120674
|
-
senderDetailsByChannel={
|
|
120675
|
-
Object {
|
|
120676
|
-
"EMAIL": Array [],
|
|
120677
|
-
"SMS": Array [],
|
|
120678
|
-
"WHATSAPP": Array [],
|
|
120679
|
-
}
|
|
120680
|
-
}
|
|
120681
120299
|
show={false}
|
|
120682
120300
|
templateLayoutType={null}
|
|
120683
120301
|
testCustomers={Immutable.List []}
|
|
@@ -120685,7 +120303,6 @@ new message content.",
|
|
|
120685
120303
|
unicodeEnabled={false}
|
|
120686
120304
|
updatePreviewError={null}
|
|
120687
120305
|
updatePreviewErrors={Array []}
|
|
120688
|
-
wecrmAccounts={Array []}
|
|
120689
120306
|
whatsappAccountName={null}
|
|
120690
120307
|
whatsappContentLen={0}
|
|
120691
120308
|
>
|
|
@@ -120729,36 +120346,14 @@ new message content.",
|
|
|
120729
120346
|
<SendTestMessage
|
|
120730
120347
|
channel="RCS"
|
|
120731
120348
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
120732
|
-
|
|
120733
|
-
formData={
|
|
120734
|
-
Object {
|
|
120735
|
-
"suggestions": Array [
|
|
120736
|
-
Object {
|
|
120737
|
-
"index": 0,
|
|
120738
|
-
"isSaved": true,
|
|
120739
|
-
"phoneNumber": "",
|
|
120740
|
-
"postback": "stop",
|
|
120741
|
-
"text": "stop",
|
|
120742
|
-
"type": "QUICK_REPLY",
|
|
120743
|
-
"url": null,
|
|
120744
|
-
},
|
|
120745
|
-
],
|
|
120746
|
-
"templateHeader": "",
|
|
120747
|
-
"templateMessage": "",
|
|
120748
|
-
}
|
|
120749
|
-
}
|
|
120349
|
+
formData={null}
|
|
120750
120350
|
formatMessage={[Function]}
|
|
120751
120351
|
handleSendTestMessage={[Function]}
|
|
120752
120352
|
handleTestEntitiesChange={[Function]}
|
|
120753
120353
|
isFetchingTestCustomers={false}
|
|
120754
120354
|
isFetchingTestGroups={false}
|
|
120755
|
-
isLoadingSenderDetails={false}
|
|
120756
120355
|
isSendingTestMessage={false}
|
|
120757
|
-
onSaveDeliverySettings={[Function]}
|
|
120758
|
-
registeredSenderIds={Array []}
|
|
120759
120356
|
selectedTestEntities={Array []}
|
|
120760
|
-
senderDetailsOptions={Array []}
|
|
120761
|
-
smsTraiDltEnabled={false}
|
|
120762
120357
|
testEntitiesTreeData={
|
|
120763
120358
|
Array [
|
|
120764
120359
|
Object {
|
|
@@ -120775,7 +120370,6 @@ new message content.",
|
|
|
120775
120370
|
},
|
|
120776
120371
|
]
|
|
120777
120372
|
}
|
|
120778
|
-
wecrmAccounts={Array []}
|
|
120779
120373
|
/>
|
|
120780
120374
|
</CapRow>
|
|
120781
120375
|
<CapDivider
|
|
@@ -136061,10 +135655,8 @@ new message content.",
|
|
|
136061
135655
|
"createMessageMetaRequested": [Function],
|
|
136062
135656
|
"extractTagsRequested": [Function],
|
|
136063
135657
|
"getPrefilledValuesRequested": [Function],
|
|
136064
|
-
"getSenderDetailsRequested": [Function],
|
|
136065
135658
|
"getTestCustomersRequested": [Function],
|
|
136066
135659
|
"getTestGroupsRequested": [Function],
|
|
136067
|
-
"getWeCrmAccountsRequested": [Function],
|
|
136068
135660
|
"searchCustomersRequested": [Function],
|
|
136069
135661
|
"sendTestMessageRequested": [Function],
|
|
136070
135662
|
"updatePreviewRequested": [Function],
|
|
@@ -136096,7 +135688,6 @@ new message content.",
|
|
|
136096
135688
|
isExtractingTags={false}
|
|
136097
135689
|
isFetchingTestCustomers={false}
|
|
136098
135690
|
isFetchingTestGroups={false}
|
|
136099
|
-
isLoadingSenderDetails={false}
|
|
136100
135691
|
isSearchingCustomer={false}
|
|
136101
135692
|
isSendingTestMessage={false}
|
|
136102
135693
|
isUpdatingPreview={false}
|
|
@@ -136104,19 +135695,11 @@ new message content.",
|
|
|
136104
135695
|
onClose={[Function]}
|
|
136105
135696
|
prefilledValues={Object {}}
|
|
136106
135697
|
previewData={null}
|
|
136107
|
-
senderDetailsByChannel={
|
|
136108
|
-
Object {
|
|
136109
|
-
"EMAIL": Array [],
|
|
136110
|
-
"SMS": Array [],
|
|
136111
|
-
"WHATSAPP": Array [],
|
|
136112
|
-
}
|
|
136113
|
-
}
|
|
136114
135698
|
show={false}
|
|
136115
135699
|
testCustomers={Immutable.List []}
|
|
136116
135700
|
testGroups={Immutable.List []}
|
|
136117
135701
|
updatePreviewError={null}
|
|
136118
135702
|
updatePreviewErrors={Array []}
|
|
136119
|
-
wecrmAccounts={Array []}
|
|
136120
135703
|
>
|
|
136121
135704
|
<TestAndPreviewSlidebox
|
|
136122
135705
|
actions={
|
|
@@ -136128,10 +135711,8 @@ new message content.",
|
|
|
136128
135711
|
"createMessageMetaRequested": [Function],
|
|
136129
135712
|
"extractTagsRequested": [Function],
|
|
136130
135713
|
"getPrefilledValuesRequested": [Function],
|
|
136131
|
-
"getSenderDetailsRequested": [Function],
|
|
136132
135714
|
"getTestCustomersRequested": [Function],
|
|
136133
135715
|
"getTestGroupsRequested": [Function],
|
|
136134
|
-
"getWeCrmAccountsRequested": [Function],
|
|
136135
135716
|
"searchCustomersRequested": [Function],
|
|
136136
135717
|
"sendTestMessageRequested": [Function],
|
|
136137
135718
|
"updatePreviewRequested": [Function],
|
|
@@ -138411,28 +137992,18 @@ new message content.",
|
|
|
138411
137992
|
isExtractingTags={false}
|
|
138412
137993
|
isFetchingTestCustomers={false}
|
|
138413
137994
|
isFetchingTestGroups={false}
|
|
138414
|
-
isLoadingSenderDetails={false}
|
|
138415
137995
|
isSearchingCustomer={false}
|
|
138416
137996
|
isSendingTestMessage={false}
|
|
138417
137997
|
isUpdatingPreview={false}
|
|
138418
137998
|
messageMetaConfigId={null}
|
|
138419
137999
|
onClose={[Function]}
|
|
138420
|
-
orgUnitId={-1}
|
|
138421
138000
|
prefilledValues={Object {}}
|
|
138422
138001
|
previewData={null}
|
|
138423
|
-
senderDetailsByChannel={
|
|
138424
|
-
Object {
|
|
138425
|
-
"EMAIL": Array [],
|
|
138426
|
-
"SMS": Array [],
|
|
138427
|
-
"WHATSAPP": Array [],
|
|
138428
|
-
}
|
|
138429
|
-
}
|
|
138430
138002
|
show={false}
|
|
138431
138003
|
testCustomers={Immutable.List []}
|
|
138432
138004
|
testGroups={Immutable.List []}
|
|
138433
138005
|
updatePreviewError={null}
|
|
138434
138006
|
updatePreviewErrors={Array []}
|
|
138435
|
-
wecrmAccounts={Array []}
|
|
138436
138007
|
>
|
|
138437
138008
|
<CommonTestAndPreview
|
|
138438
138009
|
actions={
|
|
@@ -138444,10 +138015,8 @@ new message content.",
|
|
|
138444
138015
|
"createMessageMetaRequested": [Function],
|
|
138445
138016
|
"extractTagsRequested": [Function],
|
|
138446
138017
|
"getPrefilledValuesRequested": [Function],
|
|
138447
|
-
"getSenderDetailsRequested": [Function],
|
|
138448
138018
|
"getTestCustomersRequested": [Function],
|
|
138449
138019
|
"getTestGroupsRequested": [Function],
|
|
138450
|
-
"getWeCrmAccountsRequested": [Function],
|
|
138451
138020
|
"searchCustomersRequested": [Function],
|
|
138452
138021
|
"sendTestMessageRequested": [Function],
|
|
138453
138022
|
"updatePreviewRequested": [Function],
|
|
@@ -140734,25 +140303,16 @@ new message content.",
|
|
|
140734
140303
|
isExtractingTags={false}
|
|
140735
140304
|
isFetchingTestCustomers={false}
|
|
140736
140305
|
isFetchingTestGroups={false}
|
|
140737
|
-
isLoadingSenderDetails={false}
|
|
140738
140306
|
isSearchingCustomer={false}
|
|
140739
140307
|
isSendingTestMessage={false}
|
|
140740
140308
|
isUpdatingPreview={false}
|
|
140741
140309
|
messageMetaConfigId={null}
|
|
140742
140310
|
onClose={[Function]}
|
|
140743
|
-
orgUnitId={-1}
|
|
140744
140311
|
prefilledValues={Object {}}
|
|
140745
140312
|
previewData={null}
|
|
140746
140313
|
rcsIosPreview={false}
|
|
140747
140314
|
rcsOrientation={null}
|
|
140748
140315
|
rcsType={null}
|
|
140749
|
-
senderDetailsByChannel={
|
|
140750
|
-
Object {
|
|
140751
|
-
"EMAIL": Array [],
|
|
140752
|
-
"SMS": Array [],
|
|
140753
|
-
"WHATSAPP": Array [],
|
|
140754
|
-
}
|
|
140755
|
-
}
|
|
140756
140316
|
show={false}
|
|
140757
140317
|
templateLayoutType={null}
|
|
140758
140318
|
testCustomers={Immutable.List []}
|
|
@@ -140760,7 +140320,6 @@ new message content.",
|
|
|
140760
140320
|
unicodeEnabled={false}
|
|
140761
140321
|
updatePreviewError={null}
|
|
140762
140322
|
updatePreviewErrors={Array []}
|
|
140763
|
-
wecrmAccounts={Array []}
|
|
140764
140323
|
whatsappAccountName={null}
|
|
140765
140324
|
whatsappContentLen={0}
|
|
140766
140325
|
>
|
|
@@ -140804,36 +140363,14 @@ new message content.",
|
|
|
140804
140363
|
<SendTestMessage
|
|
140805
140364
|
channel="RCS"
|
|
140806
140365
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
140807
|
-
|
|
140808
|
-
formData={
|
|
140809
|
-
Object {
|
|
140810
|
-
"suggestions": Array [
|
|
140811
|
-
Object {
|
|
140812
|
-
"index": 0,
|
|
140813
|
-
"isSaved": true,
|
|
140814
|
-
"phoneNumber": "",
|
|
140815
|
-
"postback": "stop",
|
|
140816
|
-
"text": "stop",
|
|
140817
|
-
"type": "QUICK_REPLY",
|
|
140818
|
-
"url": null,
|
|
140819
|
-
},
|
|
140820
|
-
],
|
|
140821
|
-
"templateHeader": "",
|
|
140822
|
-
"templateMessage": "",
|
|
140823
|
-
}
|
|
140824
|
-
}
|
|
140366
|
+
formData={null}
|
|
140825
140367
|
formatMessage={[Function]}
|
|
140826
140368
|
handleSendTestMessage={[Function]}
|
|
140827
140369
|
handleTestEntitiesChange={[Function]}
|
|
140828
140370
|
isFetchingTestCustomers={false}
|
|
140829
140371
|
isFetchingTestGroups={false}
|
|
140830
|
-
isLoadingSenderDetails={false}
|
|
140831
140372
|
isSendingTestMessage={false}
|
|
140832
|
-
onSaveDeliverySettings={[Function]}
|
|
140833
|
-
registeredSenderIds={Array []}
|
|
140834
140373
|
selectedTestEntities={Array []}
|
|
140835
|
-
senderDetailsOptions={Array []}
|
|
140836
|
-
smsTraiDltEnabled={false}
|
|
140837
140374
|
testEntitiesTreeData={
|
|
140838
140375
|
Array [
|
|
140839
140376
|
Object {
|
|
@@ -140850,7 +140387,6 @@ new message content.",
|
|
|
140850
140387
|
},
|
|
140851
140388
|
]
|
|
140852
140389
|
}
|
|
140853
|
-
wecrmAccounts={Array []}
|
|
140854
140390
|
/>
|
|
140855
140391
|
</CapRow>
|
|
140856
140392
|
<CapDivider
|
|
@@ -152152,10 +151688,8 @@ new message content.",
|
|
|
152152
151688
|
"createMessageMetaRequested": [Function],
|
|
152153
151689
|
"extractTagsRequested": [Function],
|
|
152154
151690
|
"getPrefilledValuesRequested": [Function],
|
|
152155
|
-
"getSenderDetailsRequested": [Function],
|
|
152156
151691
|
"getTestCustomersRequested": [Function],
|
|
152157
151692
|
"getTestGroupsRequested": [Function],
|
|
152158
|
-
"getWeCrmAccountsRequested": [Function],
|
|
152159
151693
|
"searchCustomersRequested": [Function],
|
|
152160
151694
|
"sendTestMessageRequested": [Function],
|
|
152161
151695
|
"updatePreviewRequested": [Function],
|
|
@@ -152187,7 +151721,6 @@ new message content.",
|
|
|
152187
151721
|
isExtractingTags={false}
|
|
152188
151722
|
isFetchingTestCustomers={false}
|
|
152189
151723
|
isFetchingTestGroups={false}
|
|
152190
|
-
isLoadingSenderDetails={false}
|
|
152191
151724
|
isSearchingCustomer={false}
|
|
152192
151725
|
isSendingTestMessage={false}
|
|
152193
151726
|
isUpdatingPreview={false}
|
|
@@ -152195,19 +151728,11 @@ new message content.",
|
|
|
152195
151728
|
onClose={[Function]}
|
|
152196
151729
|
prefilledValues={Object {}}
|
|
152197
151730
|
previewData={null}
|
|
152198
|
-
senderDetailsByChannel={
|
|
152199
|
-
Object {
|
|
152200
|
-
"EMAIL": Array [],
|
|
152201
|
-
"SMS": Array [],
|
|
152202
|
-
"WHATSAPP": Array [],
|
|
152203
|
-
}
|
|
152204
|
-
}
|
|
152205
151731
|
show={false}
|
|
152206
151732
|
testCustomers={Immutable.List []}
|
|
152207
151733
|
testGroups={Immutable.List []}
|
|
152208
151734
|
updatePreviewError={null}
|
|
152209
151735
|
updatePreviewErrors={Array []}
|
|
152210
|
-
wecrmAccounts={Array []}
|
|
152211
151736
|
>
|
|
152212
151737
|
<TestAndPreviewSlidebox
|
|
152213
151738
|
actions={
|
|
@@ -152219,10 +151744,8 @@ new message content.",
|
|
|
152219
151744
|
"createMessageMetaRequested": [Function],
|
|
152220
151745
|
"extractTagsRequested": [Function],
|
|
152221
151746
|
"getPrefilledValuesRequested": [Function],
|
|
152222
|
-
"getSenderDetailsRequested": [Function],
|
|
152223
151747
|
"getTestCustomersRequested": [Function],
|
|
152224
151748
|
"getTestGroupsRequested": [Function],
|
|
152225
|
-
"getWeCrmAccountsRequested": [Function],
|
|
152226
151749
|
"searchCustomersRequested": [Function],
|
|
152227
151750
|
"sendTestMessageRequested": [Function],
|
|
152228
151751
|
"updatePreviewRequested": [Function],
|
|
@@ -154502,28 +154025,18 @@ new message content.",
|
|
|
154502
154025
|
isExtractingTags={false}
|
|
154503
154026
|
isFetchingTestCustomers={false}
|
|
154504
154027
|
isFetchingTestGroups={false}
|
|
154505
|
-
isLoadingSenderDetails={false}
|
|
154506
154028
|
isSearchingCustomer={false}
|
|
154507
154029
|
isSendingTestMessage={false}
|
|
154508
154030
|
isUpdatingPreview={false}
|
|
154509
154031
|
messageMetaConfigId={null}
|
|
154510
154032
|
onClose={[Function]}
|
|
154511
|
-
orgUnitId={-1}
|
|
154512
154033
|
prefilledValues={Object {}}
|
|
154513
154034
|
previewData={null}
|
|
154514
|
-
senderDetailsByChannel={
|
|
154515
|
-
Object {
|
|
154516
|
-
"EMAIL": Array [],
|
|
154517
|
-
"SMS": Array [],
|
|
154518
|
-
"WHATSAPP": Array [],
|
|
154519
|
-
}
|
|
154520
|
-
}
|
|
154521
154035
|
show={false}
|
|
154522
154036
|
testCustomers={Immutable.List []}
|
|
154523
154037
|
testGroups={Immutable.List []}
|
|
154524
154038
|
updatePreviewError={null}
|
|
154525
154039
|
updatePreviewErrors={Array []}
|
|
154526
|
-
wecrmAccounts={Array []}
|
|
154527
154040
|
>
|
|
154528
154041
|
<CommonTestAndPreview
|
|
154529
154042
|
actions={
|
|
@@ -154535,10 +154048,8 @@ new message content.",
|
|
|
154535
154048
|
"createMessageMetaRequested": [Function],
|
|
154536
154049
|
"extractTagsRequested": [Function],
|
|
154537
154050
|
"getPrefilledValuesRequested": [Function],
|
|
154538
|
-
"getSenderDetailsRequested": [Function],
|
|
154539
154051
|
"getTestCustomersRequested": [Function],
|
|
154540
154052
|
"getTestGroupsRequested": [Function],
|
|
154541
|
-
"getWeCrmAccountsRequested": [Function],
|
|
154542
154053
|
"searchCustomersRequested": [Function],
|
|
154543
154054
|
"sendTestMessageRequested": [Function],
|
|
154544
154055
|
"updatePreviewRequested": [Function],
|
|
@@ -156825,25 +156336,16 @@ new message content.",
|
|
|
156825
156336
|
isExtractingTags={false}
|
|
156826
156337
|
isFetchingTestCustomers={false}
|
|
156827
156338
|
isFetchingTestGroups={false}
|
|
156828
|
-
isLoadingSenderDetails={false}
|
|
156829
156339
|
isSearchingCustomer={false}
|
|
156830
156340
|
isSendingTestMessage={false}
|
|
156831
156341
|
isUpdatingPreview={false}
|
|
156832
156342
|
messageMetaConfigId={null}
|
|
156833
156343
|
onClose={[Function]}
|
|
156834
|
-
orgUnitId={-1}
|
|
156835
156344
|
prefilledValues={Object {}}
|
|
156836
156345
|
previewData={null}
|
|
156837
156346
|
rcsIosPreview={false}
|
|
156838
156347
|
rcsOrientation={null}
|
|
156839
156348
|
rcsType={null}
|
|
156840
|
-
senderDetailsByChannel={
|
|
156841
|
-
Object {
|
|
156842
|
-
"EMAIL": Array [],
|
|
156843
|
-
"SMS": Array [],
|
|
156844
|
-
"WHATSAPP": Array [],
|
|
156845
|
-
}
|
|
156846
|
-
}
|
|
156847
156349
|
show={false}
|
|
156848
156350
|
templateLayoutType={null}
|
|
156849
156351
|
testCustomers={Immutable.List []}
|
|
@@ -156851,7 +156353,6 @@ new message content.",
|
|
|
156851
156353
|
unicodeEnabled={false}
|
|
156852
156354
|
updatePreviewError={null}
|
|
156853
156355
|
updatePreviewErrors={Array []}
|
|
156854
|
-
wecrmAccounts={Array []}
|
|
156855
156356
|
whatsappAccountName={null}
|
|
156856
156357
|
whatsappContentLen={0}
|
|
156857
156358
|
>
|
|
@@ -156895,36 +156396,14 @@ new message content.",
|
|
|
156895
156396
|
<SendTestMessage
|
|
156896
156397
|
channel="RCS"
|
|
156897
156398
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
156898
|
-
|
|
156899
|
-
formData={
|
|
156900
|
-
Object {
|
|
156901
|
-
"suggestions": Array [
|
|
156902
|
-
Object {
|
|
156903
|
-
"index": 0,
|
|
156904
|
-
"isSaved": true,
|
|
156905
|
-
"phoneNumber": "",
|
|
156906
|
-
"postback": "stop",
|
|
156907
|
-
"text": "stop",
|
|
156908
|
-
"type": "QUICK_REPLY",
|
|
156909
|
-
"url": null,
|
|
156910
|
-
},
|
|
156911
|
-
],
|
|
156912
|
-
"templateHeader": "",
|
|
156913
|
-
"templateMessage": "",
|
|
156914
|
-
}
|
|
156915
|
-
}
|
|
156399
|
+
formData={null}
|
|
156916
156400
|
formatMessage={[Function]}
|
|
156917
156401
|
handleSendTestMessage={[Function]}
|
|
156918
156402
|
handleTestEntitiesChange={[Function]}
|
|
156919
156403
|
isFetchingTestCustomers={false}
|
|
156920
156404
|
isFetchingTestGroups={false}
|
|
156921
|
-
isLoadingSenderDetails={false}
|
|
156922
156405
|
isSendingTestMessage={false}
|
|
156923
|
-
onSaveDeliverySettings={[Function]}
|
|
156924
|
-
registeredSenderIds={Array []}
|
|
156925
156406
|
selectedTestEntities={Array []}
|
|
156926
|
-
senderDetailsOptions={Array []}
|
|
156927
|
-
smsTraiDltEnabled={false}
|
|
156928
156407
|
testEntitiesTreeData={
|
|
156929
156408
|
Array [
|
|
156930
156409
|
Object {
|
|
@@ -156941,7 +156420,6 @@ new message content.",
|
|
|
156941
156420
|
},
|
|
156942
156421
|
]
|
|
156943
156422
|
}
|
|
156944
|
-
wecrmAccounts={Array []}
|
|
156945
156423
|
/>
|
|
156946
156424
|
</CapRow>
|
|
156947
156425
|
<CapDivider
|
|
@@ -168243,10 +167721,8 @@ new message content.",
|
|
|
168243
167721
|
"createMessageMetaRequested": [Function],
|
|
168244
167722
|
"extractTagsRequested": [Function],
|
|
168245
167723
|
"getPrefilledValuesRequested": [Function],
|
|
168246
|
-
"getSenderDetailsRequested": [Function],
|
|
168247
167724
|
"getTestCustomersRequested": [Function],
|
|
168248
167725
|
"getTestGroupsRequested": [Function],
|
|
168249
|
-
"getWeCrmAccountsRequested": [Function],
|
|
168250
167726
|
"searchCustomersRequested": [Function],
|
|
168251
167727
|
"sendTestMessageRequested": [Function],
|
|
168252
167728
|
"updatePreviewRequested": [Function],
|
|
@@ -168278,7 +167754,6 @@ new message content.",
|
|
|
168278
167754
|
isExtractingTags={false}
|
|
168279
167755
|
isFetchingTestCustomers={false}
|
|
168280
167756
|
isFetchingTestGroups={false}
|
|
168281
|
-
isLoadingSenderDetails={false}
|
|
168282
167757
|
isSearchingCustomer={false}
|
|
168283
167758
|
isSendingTestMessage={false}
|
|
168284
167759
|
isUpdatingPreview={false}
|
|
@@ -168286,19 +167761,11 @@ new message content.",
|
|
|
168286
167761
|
onClose={[Function]}
|
|
168287
167762
|
prefilledValues={Object {}}
|
|
168288
167763
|
previewData={null}
|
|
168289
|
-
senderDetailsByChannel={
|
|
168290
|
-
Object {
|
|
168291
|
-
"EMAIL": Array [],
|
|
168292
|
-
"SMS": Array [],
|
|
168293
|
-
"WHATSAPP": Array [],
|
|
168294
|
-
}
|
|
168295
|
-
}
|
|
168296
167764
|
show={false}
|
|
168297
167765
|
testCustomers={Immutable.List []}
|
|
168298
167766
|
testGroups={Immutable.List []}
|
|
168299
167767
|
updatePreviewError={null}
|
|
168300
167768
|
updatePreviewErrors={Array []}
|
|
168301
|
-
wecrmAccounts={Array []}
|
|
168302
167769
|
>
|
|
168303
167770
|
<TestAndPreviewSlidebox
|
|
168304
167771
|
actions={
|
|
@@ -168310,10 +167777,8 @@ new message content.",
|
|
|
168310
167777
|
"createMessageMetaRequested": [Function],
|
|
168311
167778
|
"extractTagsRequested": [Function],
|
|
168312
167779
|
"getPrefilledValuesRequested": [Function],
|
|
168313
|
-
"getSenderDetailsRequested": [Function],
|
|
168314
167780
|
"getTestCustomersRequested": [Function],
|
|
168315
167781
|
"getTestGroupsRequested": [Function],
|
|
168316
|
-
"getWeCrmAccountsRequested": [Function],
|
|
168317
167782
|
"searchCustomersRequested": [Function],
|
|
168318
167783
|
"sendTestMessageRequested": [Function],
|
|
168319
167784
|
"updatePreviewRequested": [Function],
|
|
@@ -170593,28 +170058,18 @@ new message content.",
|
|
|
170593
170058
|
isExtractingTags={false}
|
|
170594
170059
|
isFetchingTestCustomers={false}
|
|
170595
170060
|
isFetchingTestGroups={false}
|
|
170596
|
-
isLoadingSenderDetails={false}
|
|
170597
170061
|
isSearchingCustomer={false}
|
|
170598
170062
|
isSendingTestMessage={false}
|
|
170599
170063
|
isUpdatingPreview={false}
|
|
170600
170064
|
messageMetaConfigId={null}
|
|
170601
170065
|
onClose={[Function]}
|
|
170602
|
-
orgUnitId={-1}
|
|
170603
170066
|
prefilledValues={Object {}}
|
|
170604
170067
|
previewData={null}
|
|
170605
|
-
senderDetailsByChannel={
|
|
170606
|
-
Object {
|
|
170607
|
-
"EMAIL": Array [],
|
|
170608
|
-
"SMS": Array [],
|
|
170609
|
-
"WHATSAPP": Array [],
|
|
170610
|
-
}
|
|
170611
|
-
}
|
|
170612
170068
|
show={false}
|
|
170613
170069
|
testCustomers={Immutable.List []}
|
|
170614
170070
|
testGroups={Immutable.List []}
|
|
170615
170071
|
updatePreviewError={null}
|
|
170616
170072
|
updatePreviewErrors={Array []}
|
|
170617
|
-
wecrmAccounts={Array []}
|
|
170618
170073
|
>
|
|
170619
170074
|
<CommonTestAndPreview
|
|
170620
170075
|
actions={
|
|
@@ -170626,10 +170081,8 @@ new message content.",
|
|
|
170626
170081
|
"createMessageMetaRequested": [Function],
|
|
170627
170082
|
"extractTagsRequested": [Function],
|
|
170628
170083
|
"getPrefilledValuesRequested": [Function],
|
|
170629
|
-
"getSenderDetailsRequested": [Function],
|
|
170630
170084
|
"getTestCustomersRequested": [Function],
|
|
170631
170085
|
"getTestGroupsRequested": [Function],
|
|
170632
|
-
"getWeCrmAccountsRequested": [Function],
|
|
170633
170086
|
"searchCustomersRequested": [Function],
|
|
170634
170087
|
"sendTestMessageRequested": [Function],
|
|
170635
170088
|
"updatePreviewRequested": [Function],
|
|
@@ -172916,25 +172369,16 @@ new message content.",
|
|
|
172916
172369
|
isExtractingTags={false}
|
|
172917
172370
|
isFetchingTestCustomers={false}
|
|
172918
172371
|
isFetchingTestGroups={false}
|
|
172919
|
-
isLoadingSenderDetails={false}
|
|
172920
172372
|
isSearchingCustomer={false}
|
|
172921
172373
|
isSendingTestMessage={false}
|
|
172922
172374
|
isUpdatingPreview={false}
|
|
172923
172375
|
messageMetaConfigId={null}
|
|
172924
172376
|
onClose={[Function]}
|
|
172925
|
-
orgUnitId={-1}
|
|
172926
172377
|
prefilledValues={Object {}}
|
|
172927
172378
|
previewData={null}
|
|
172928
172379
|
rcsIosPreview={false}
|
|
172929
172380
|
rcsOrientation={null}
|
|
172930
172381
|
rcsType={null}
|
|
172931
|
-
senderDetailsByChannel={
|
|
172932
|
-
Object {
|
|
172933
|
-
"EMAIL": Array [],
|
|
172934
|
-
"SMS": Array [],
|
|
172935
|
-
"WHATSAPP": Array [],
|
|
172936
|
-
}
|
|
172937
|
-
}
|
|
172938
172382
|
show={false}
|
|
172939
172383
|
templateLayoutType={null}
|
|
172940
172384
|
testCustomers={Immutable.List []}
|
|
@@ -172942,7 +172386,6 @@ new message content.",
|
|
|
172942
172386
|
unicodeEnabled={false}
|
|
172943
172387
|
updatePreviewError={null}
|
|
172944
172388
|
updatePreviewErrors={Array []}
|
|
172945
|
-
wecrmAccounts={Array []}
|
|
172946
172389
|
whatsappAccountName={null}
|
|
172947
172390
|
whatsappContentLen={0}
|
|
172948
172391
|
>
|
|
@@ -172986,36 +172429,14 @@ new message content.",
|
|
|
172986
172429
|
<SendTestMessage
|
|
172987
172430
|
channel="RCS"
|
|
172988
172431
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
172989
|
-
|
|
172990
|
-
formData={
|
|
172991
|
-
Object {
|
|
172992
|
-
"suggestions": Array [
|
|
172993
|
-
Object {
|
|
172994
|
-
"index": 0,
|
|
172995
|
-
"isSaved": true,
|
|
172996
|
-
"phoneNumber": "",
|
|
172997
|
-
"postback": "stop",
|
|
172998
|
-
"text": "stop",
|
|
172999
|
-
"type": "QUICK_REPLY",
|
|
173000
|
-
"url": null,
|
|
173001
|
-
},
|
|
173002
|
-
],
|
|
173003
|
-
"templateHeader": "",
|
|
173004
|
-
"templateMessage": "",
|
|
173005
|
-
}
|
|
173006
|
-
}
|
|
172432
|
+
formData={null}
|
|
173007
172433
|
formatMessage={[Function]}
|
|
173008
172434
|
handleSendTestMessage={[Function]}
|
|
173009
172435
|
handleTestEntitiesChange={[Function]}
|
|
173010
172436
|
isFetchingTestCustomers={false}
|
|
173011
172437
|
isFetchingTestGroups={false}
|
|
173012
|
-
isLoadingSenderDetails={false}
|
|
173013
172438
|
isSendingTestMessage={false}
|
|
173014
|
-
onSaveDeliverySettings={[Function]}
|
|
173015
|
-
registeredSenderIds={Array []}
|
|
173016
172439
|
selectedTestEntities={Array []}
|
|
173017
|
-
senderDetailsOptions={Array []}
|
|
173018
|
-
smsTraiDltEnabled={false}
|
|
173019
172440
|
testEntitiesTreeData={
|
|
173020
172441
|
Array [
|
|
173021
172442
|
Object {
|
|
@@ -173032,7 +172453,6 @@ new message content.",
|
|
|
173032
172453
|
},
|
|
173033
172454
|
]
|
|
173034
172455
|
}
|
|
173035
|
-
wecrmAccounts={Array []}
|
|
173036
172456
|
/>
|
|
173037
172457
|
</CapRow>
|
|
173038
172458
|
<CapDivider
|
|
@@ -184334,10 +183754,8 @@ new message content.",
|
|
|
184334
183754
|
"createMessageMetaRequested": [Function],
|
|
184335
183755
|
"extractTagsRequested": [Function],
|
|
184336
183756
|
"getPrefilledValuesRequested": [Function],
|
|
184337
|
-
"getSenderDetailsRequested": [Function],
|
|
184338
183757
|
"getTestCustomersRequested": [Function],
|
|
184339
183758
|
"getTestGroupsRequested": [Function],
|
|
184340
|
-
"getWeCrmAccountsRequested": [Function],
|
|
184341
183759
|
"searchCustomersRequested": [Function],
|
|
184342
183760
|
"sendTestMessageRequested": [Function],
|
|
184343
183761
|
"updatePreviewRequested": [Function],
|
|
@@ -184369,7 +183787,6 @@ new message content.",
|
|
|
184369
183787
|
isExtractingTags={false}
|
|
184370
183788
|
isFetchingTestCustomers={false}
|
|
184371
183789
|
isFetchingTestGroups={false}
|
|
184372
|
-
isLoadingSenderDetails={false}
|
|
184373
183790
|
isSearchingCustomer={false}
|
|
184374
183791
|
isSendingTestMessage={false}
|
|
184375
183792
|
isUpdatingPreview={false}
|
|
@@ -184377,19 +183794,11 @@ new message content.",
|
|
|
184377
183794
|
onClose={[Function]}
|
|
184378
183795
|
prefilledValues={Object {}}
|
|
184379
183796
|
previewData={null}
|
|
184380
|
-
senderDetailsByChannel={
|
|
184381
|
-
Object {
|
|
184382
|
-
"EMAIL": Array [],
|
|
184383
|
-
"SMS": Array [],
|
|
184384
|
-
"WHATSAPP": Array [],
|
|
184385
|
-
}
|
|
184386
|
-
}
|
|
184387
183797
|
show={false}
|
|
184388
183798
|
testCustomers={Immutable.List []}
|
|
184389
183799
|
testGroups={Immutable.List []}
|
|
184390
183800
|
updatePreviewError={null}
|
|
184391
183801
|
updatePreviewErrors={Array []}
|
|
184392
|
-
wecrmAccounts={Array []}
|
|
184393
183802
|
>
|
|
184394
183803
|
<TestAndPreviewSlidebox
|
|
184395
183804
|
actions={
|
|
@@ -184401,10 +183810,8 @@ new message content.",
|
|
|
184401
183810
|
"createMessageMetaRequested": [Function],
|
|
184402
183811
|
"extractTagsRequested": [Function],
|
|
184403
183812
|
"getPrefilledValuesRequested": [Function],
|
|
184404
|
-
"getSenderDetailsRequested": [Function],
|
|
184405
183813
|
"getTestCustomersRequested": [Function],
|
|
184406
183814
|
"getTestGroupsRequested": [Function],
|
|
184407
|
-
"getWeCrmAccountsRequested": [Function],
|
|
184408
183815
|
"searchCustomersRequested": [Function],
|
|
184409
183816
|
"sendTestMessageRequested": [Function],
|
|
184410
183817
|
"updatePreviewRequested": [Function],
|
|
@@ -186684,28 +186091,18 @@ new message content.",
|
|
|
186684
186091
|
isExtractingTags={false}
|
|
186685
186092
|
isFetchingTestCustomers={false}
|
|
186686
186093
|
isFetchingTestGroups={false}
|
|
186687
|
-
isLoadingSenderDetails={false}
|
|
186688
186094
|
isSearchingCustomer={false}
|
|
186689
186095
|
isSendingTestMessage={false}
|
|
186690
186096
|
isUpdatingPreview={false}
|
|
186691
186097
|
messageMetaConfigId={null}
|
|
186692
186098
|
onClose={[Function]}
|
|
186693
|
-
orgUnitId={-1}
|
|
186694
186099
|
prefilledValues={Object {}}
|
|
186695
186100
|
previewData={null}
|
|
186696
|
-
senderDetailsByChannel={
|
|
186697
|
-
Object {
|
|
186698
|
-
"EMAIL": Array [],
|
|
186699
|
-
"SMS": Array [],
|
|
186700
|
-
"WHATSAPP": Array [],
|
|
186701
|
-
}
|
|
186702
|
-
}
|
|
186703
186101
|
show={false}
|
|
186704
186102
|
testCustomers={Immutable.List []}
|
|
186705
186103
|
testGroups={Immutable.List []}
|
|
186706
186104
|
updatePreviewError={null}
|
|
186707
186105
|
updatePreviewErrors={Array []}
|
|
186708
|
-
wecrmAccounts={Array []}
|
|
186709
186106
|
>
|
|
186710
186107
|
<CommonTestAndPreview
|
|
186711
186108
|
actions={
|
|
@@ -186717,10 +186114,8 @@ new message content.",
|
|
|
186717
186114
|
"createMessageMetaRequested": [Function],
|
|
186718
186115
|
"extractTagsRequested": [Function],
|
|
186719
186116
|
"getPrefilledValuesRequested": [Function],
|
|
186720
|
-
"getSenderDetailsRequested": [Function],
|
|
186721
186117
|
"getTestCustomersRequested": [Function],
|
|
186722
186118
|
"getTestGroupsRequested": [Function],
|
|
186723
|
-
"getWeCrmAccountsRequested": [Function],
|
|
186724
186119
|
"searchCustomersRequested": [Function],
|
|
186725
186120
|
"sendTestMessageRequested": [Function],
|
|
186726
186121
|
"updatePreviewRequested": [Function],
|
|
@@ -189007,25 +188402,16 @@ new message content.",
|
|
|
189007
188402
|
isExtractingTags={false}
|
|
189008
188403
|
isFetchingTestCustomers={false}
|
|
189009
188404
|
isFetchingTestGroups={false}
|
|
189010
|
-
isLoadingSenderDetails={false}
|
|
189011
188405
|
isSearchingCustomer={false}
|
|
189012
188406
|
isSendingTestMessage={false}
|
|
189013
188407
|
isUpdatingPreview={false}
|
|
189014
188408
|
messageMetaConfigId={null}
|
|
189015
188409
|
onClose={[Function]}
|
|
189016
|
-
orgUnitId={-1}
|
|
189017
188410
|
prefilledValues={Object {}}
|
|
189018
188411
|
previewData={null}
|
|
189019
188412
|
rcsIosPreview={false}
|
|
189020
188413
|
rcsOrientation={null}
|
|
189021
188414
|
rcsType={null}
|
|
189022
|
-
senderDetailsByChannel={
|
|
189023
|
-
Object {
|
|
189024
|
-
"EMAIL": Array [],
|
|
189025
|
-
"SMS": Array [],
|
|
189026
|
-
"WHATSAPP": Array [],
|
|
189027
|
-
}
|
|
189028
|
-
}
|
|
189029
188415
|
show={false}
|
|
189030
188416
|
templateLayoutType={null}
|
|
189031
188417
|
testCustomers={Immutable.List []}
|
|
@@ -189033,7 +188419,6 @@ new message content.",
|
|
|
189033
188419
|
unicodeEnabled={false}
|
|
189034
188420
|
updatePreviewError={null}
|
|
189035
188421
|
updatePreviewErrors={Array []}
|
|
189036
|
-
wecrmAccounts={Array []}
|
|
189037
188422
|
whatsappAccountName={null}
|
|
189038
188423
|
whatsappContentLen={0}
|
|
189039
188424
|
>
|
|
@@ -189077,36 +188462,14 @@ new message content.",
|
|
|
189077
188462
|
<SendTestMessage
|
|
189078
188463
|
channel="RCS"
|
|
189079
188464
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
189080
|
-
|
|
189081
|
-
formData={
|
|
189082
|
-
Object {
|
|
189083
|
-
"suggestions": Array [
|
|
189084
|
-
Object {
|
|
189085
|
-
"index": 0,
|
|
189086
|
-
"isSaved": true,
|
|
189087
|
-
"phoneNumber": "",
|
|
189088
|
-
"postback": "stop",
|
|
189089
|
-
"text": "stop",
|
|
189090
|
-
"type": "QUICK_REPLY",
|
|
189091
|
-
"url": null,
|
|
189092
|
-
},
|
|
189093
|
-
],
|
|
189094
|
-
"templateHeader": "",
|
|
189095
|
-
"templateMessage": "",
|
|
189096
|
-
}
|
|
189097
|
-
}
|
|
188465
|
+
formData={null}
|
|
189098
188466
|
formatMessage={[Function]}
|
|
189099
188467
|
handleSendTestMessage={[Function]}
|
|
189100
188468
|
handleTestEntitiesChange={[Function]}
|
|
189101
188469
|
isFetchingTestCustomers={false}
|
|
189102
188470
|
isFetchingTestGroups={false}
|
|
189103
|
-
isLoadingSenderDetails={false}
|
|
189104
188471
|
isSendingTestMessage={false}
|
|
189105
|
-
onSaveDeliverySettings={[Function]}
|
|
189106
|
-
registeredSenderIds={Array []}
|
|
189107
188472
|
selectedTestEntities={Array []}
|
|
189108
|
-
senderDetailsOptions={Array []}
|
|
189109
|
-
smsTraiDltEnabled={false}
|
|
189110
188473
|
testEntitiesTreeData={
|
|
189111
188474
|
Array [
|
|
189112
188475
|
Object {
|
|
@@ -189123,7 +188486,6 @@ new message content.",
|
|
|
189123
188486
|
},
|
|
189124
188487
|
]
|
|
189125
188488
|
}
|
|
189126
|
-
wecrmAccounts={Array []}
|
|
189127
188489
|
/>
|
|
189128
188490
|
</CapRow>
|
|
189129
188491
|
<CapDivider
|
|
@@ -196947,10 +196309,8 @@ new message content.",
|
|
|
196947
196309
|
"createMessageMetaRequested": [Function],
|
|
196948
196310
|
"extractTagsRequested": [Function],
|
|
196949
196311
|
"getPrefilledValuesRequested": [Function],
|
|
196950
|
-
"getSenderDetailsRequested": [Function],
|
|
196951
196312
|
"getTestCustomersRequested": [Function],
|
|
196952
196313
|
"getTestGroupsRequested": [Function],
|
|
196953
|
-
"getWeCrmAccountsRequested": [Function],
|
|
196954
196314
|
"searchCustomersRequested": [Function],
|
|
196955
196315
|
"sendTestMessageRequested": [Function],
|
|
196956
196316
|
"updatePreviewRequested": [Function],
|
|
@@ -196971,7 +196331,6 @@ new message content.",
|
|
|
196971
196331
|
isExtractingTags={false}
|
|
196972
196332
|
isFetchingTestCustomers={false}
|
|
196973
196333
|
isFetchingTestGroups={false}
|
|
196974
|
-
isLoadingSenderDetails={false}
|
|
196975
196334
|
isSearchingCustomer={false}
|
|
196976
196335
|
isSendingTestMessage={false}
|
|
196977
196336
|
isUpdatingPreview={false}
|
|
@@ -196979,19 +196338,11 @@ new message content.",
|
|
|
196979
196338
|
onClose={[Function]}
|
|
196980
196339
|
prefilledValues={Object {}}
|
|
196981
196340
|
previewData={null}
|
|
196982
|
-
senderDetailsByChannel={
|
|
196983
|
-
Object {
|
|
196984
|
-
"EMAIL": Array [],
|
|
196985
|
-
"SMS": Array [],
|
|
196986
|
-
"WHATSAPP": Array [],
|
|
196987
|
-
}
|
|
196988
|
-
}
|
|
196989
196341
|
show={false}
|
|
196990
196342
|
testCustomers={Immutable.List []}
|
|
196991
196343
|
testGroups={Immutable.List []}
|
|
196992
196344
|
updatePreviewError={null}
|
|
196993
196345
|
updatePreviewErrors={Array []}
|
|
196994
|
-
wecrmAccounts={Array []}
|
|
196995
196346
|
>
|
|
196996
196347
|
<TestAndPreviewSlidebox
|
|
196997
196348
|
actions={
|
|
@@ -197003,10 +196354,8 @@ new message content.",
|
|
|
197003
196354
|
"createMessageMetaRequested": [Function],
|
|
197004
196355
|
"extractTagsRequested": [Function],
|
|
197005
196356
|
"getPrefilledValuesRequested": [Function],
|
|
197006
|
-
"getSenderDetailsRequested": [Function],
|
|
197007
196357
|
"getTestCustomersRequested": [Function],
|
|
197008
196358
|
"getTestGroupsRequested": [Function],
|
|
197009
|
-
"getWeCrmAccountsRequested": [Function],
|
|
197010
196359
|
"searchCustomersRequested": [Function],
|
|
197011
196360
|
"sendTestMessageRequested": [Function],
|
|
197012
196361
|
"updatePreviewRequested": [Function],
|
|
@@ -199275,28 +198624,18 @@ new message content.",
|
|
|
199275
198624
|
isExtractingTags={false}
|
|
199276
198625
|
isFetchingTestCustomers={false}
|
|
199277
198626
|
isFetchingTestGroups={false}
|
|
199278
|
-
isLoadingSenderDetails={false}
|
|
199279
198627
|
isSearchingCustomer={false}
|
|
199280
198628
|
isSendingTestMessage={false}
|
|
199281
198629
|
isUpdatingPreview={false}
|
|
199282
198630
|
messageMetaConfigId={null}
|
|
199283
198631
|
onClose={[Function]}
|
|
199284
|
-
orgUnitId={-1}
|
|
199285
198632
|
prefilledValues={Object {}}
|
|
199286
198633
|
previewData={null}
|
|
199287
|
-
senderDetailsByChannel={
|
|
199288
|
-
Object {
|
|
199289
|
-
"EMAIL": Array [],
|
|
199290
|
-
"SMS": Array [],
|
|
199291
|
-
"WHATSAPP": Array [],
|
|
199292
|
-
}
|
|
199293
|
-
}
|
|
199294
198634
|
show={false}
|
|
199295
198635
|
testCustomers={Immutable.List []}
|
|
199296
198636
|
testGroups={Immutable.List []}
|
|
199297
198637
|
updatePreviewError={null}
|
|
199298
198638
|
updatePreviewErrors={Array []}
|
|
199299
|
-
wecrmAccounts={Array []}
|
|
199300
198639
|
>
|
|
199301
198640
|
<CommonTestAndPreview
|
|
199302
198641
|
actions={
|
|
@@ -199308,10 +198647,8 @@ new message content.",
|
|
|
199308
198647
|
"createMessageMetaRequested": [Function],
|
|
199309
198648
|
"extractTagsRequested": [Function],
|
|
199310
198649
|
"getPrefilledValuesRequested": [Function],
|
|
199311
|
-
"getSenderDetailsRequested": [Function],
|
|
199312
198650
|
"getTestCustomersRequested": [Function],
|
|
199313
198651
|
"getTestGroupsRequested": [Function],
|
|
199314
|
-
"getWeCrmAccountsRequested": [Function],
|
|
199315
198652
|
"searchCustomersRequested": [Function],
|
|
199316
198653
|
"sendTestMessageRequested": [Function],
|
|
199317
198654
|
"updatePreviewRequested": [Function],
|
|
@@ -201587,25 +200924,16 @@ new message content.",
|
|
|
201587
200924
|
isExtractingTags={false}
|
|
201588
200925
|
isFetchingTestCustomers={false}
|
|
201589
200926
|
isFetchingTestGroups={false}
|
|
201590
|
-
isLoadingSenderDetails={false}
|
|
201591
200927
|
isSearchingCustomer={false}
|
|
201592
200928
|
isSendingTestMessage={false}
|
|
201593
200929
|
isUpdatingPreview={false}
|
|
201594
200930
|
messageMetaConfigId={null}
|
|
201595
200931
|
onClose={[Function]}
|
|
201596
|
-
orgUnitId={-1}
|
|
201597
200932
|
prefilledValues={Object {}}
|
|
201598
200933
|
previewData={null}
|
|
201599
200934
|
rcsIosPreview={false}
|
|
201600
200935
|
rcsOrientation={null}
|
|
201601
200936
|
rcsType={null}
|
|
201602
|
-
senderDetailsByChannel={
|
|
201603
|
-
Object {
|
|
201604
|
-
"EMAIL": Array [],
|
|
201605
|
-
"SMS": Array [],
|
|
201606
|
-
"WHATSAPP": Array [],
|
|
201607
|
-
}
|
|
201608
|
-
}
|
|
201609
200937
|
show={false}
|
|
201610
200938
|
templateLayoutType={null}
|
|
201611
200939
|
testCustomers={Immutable.List []}
|
|
@@ -201613,7 +200941,6 @@ new message content.",
|
|
|
201613
200941
|
unicodeEnabled={false}
|
|
201614
200942
|
updatePreviewError={null}
|
|
201615
200943
|
updatePreviewErrors={Array []}
|
|
201616
|
-
wecrmAccounts={Array []}
|
|
201617
200944
|
whatsappAccountName={null}
|
|
201618
200945
|
whatsappContentLen={0}
|
|
201619
200946
|
>
|
|
@@ -201657,25 +200984,14 @@ new message content.",
|
|
|
201657
200984
|
<SendTestMessage
|
|
201658
200985
|
channel="RCS"
|
|
201659
200986
|
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\"}"
|
|
201660
|
-
|
|
201661
|
-
formData={
|
|
201662
|
-
Object {
|
|
201663
|
-
"templateHeader": "",
|
|
201664
|
-
"templateMessage": "",
|
|
201665
|
-
}
|
|
201666
|
-
}
|
|
200987
|
+
formData={null}
|
|
201667
200988
|
formatMessage={[Function]}
|
|
201668
200989
|
handleSendTestMessage={[Function]}
|
|
201669
200990
|
handleTestEntitiesChange={[Function]}
|
|
201670
200991
|
isFetchingTestCustomers={false}
|
|
201671
200992
|
isFetchingTestGroups={false}
|
|
201672
|
-
isLoadingSenderDetails={false}
|
|
201673
200993
|
isSendingTestMessage={false}
|
|
201674
|
-
onSaveDeliverySettings={[Function]}
|
|
201675
|
-
registeredSenderIds={Array []}
|
|
201676
200994
|
selectedTestEntities={Array []}
|
|
201677
|
-
senderDetailsOptions={Array []}
|
|
201678
|
-
smsTraiDltEnabled={false}
|
|
201679
200995
|
testEntitiesTreeData={
|
|
201680
200996
|
Array [
|
|
201681
200997
|
Object {
|
|
@@ -201692,7 +201008,6 @@ new message content.",
|
|
|
201692
201008
|
},
|
|
201693
201009
|
]
|
|
201694
201010
|
}
|
|
201695
|
-
wecrmAccounts={Array []}
|
|
201696
201011
|
/>
|
|
201697
201012
|
</CapRow>
|
|
201698
201013
|
<CapDivider
|