@capillarytech/creatives-library 8.0.309 → 8.0.310
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/constants/unified.js +1 -5
- package/initialState.js +2 -0
- package/package.json +1 -1
- package/services/api.js +0 -17
- package/services/tests/api.test.js +0 -85
- package/utils/common.js +8 -5
- package/utils/commonUtils.js +93 -46
- package/utils/tagValidations.js +223 -83
- package/utils/tests/commonUtil.test.js +124 -316
- package/utils/tests/tagValidations.test.js +358 -441
- package/v2Components/CommonTestAndPreview/SendTestMessage.js +49 -78
- package/v2Components/CommonTestAndPreview/_commonTestAndPreview.scss +34 -134
- package/v2Components/CommonTestAndPreview/actions.js +0 -10
- package/v2Components/CommonTestAndPreview/constants.js +1 -15
- package/v2Components/CommonTestAndPreview/index.js +19 -80
- package/v2Components/CommonTestAndPreview/messages.js +0 -94
- package/v2Components/CommonTestAndPreview/reducer.js +0 -10
- package/v2Components/CommonTestAndPreview/tests/SendTestMessage.test.js +0 -53
- package/v2Components/CommonTestAndPreview/tests/constants.test.js +1 -31
- package/v2Components/CommonTestAndPreview/tests/index.test.js +0 -36
- package/v2Components/CommonTestAndPreview/tests/reducer.test.js +0 -71
- package/v2Components/CommonTestAndPreview/tests/sagas.test.js +0 -377
- package/v2Components/CommonTestAndPreview/tests/selectors.test.js +0 -17
- package/v2Components/ErrorInfoNote/index.js +5 -2
- package/v2Components/FormBuilder/index.js +203 -137
- package/v2Components/FormBuilder/messages.js +8 -0
- package/v2Components/HtmlEditor/HTMLEditor.js +5 -0
- package/v2Components/HtmlEditor/__tests__/HTMLEditor.apiErrors.test.js +1 -0
- package/v2Components/HtmlEditor/__tests__/HTMLEditor.test.js +15 -0
- package/v2Components/HtmlEditor/components/CodeEditorPane/index.js +2 -1
- package/v2Containers/Cap/mockData.js +14 -0
- package/v2Containers/Cap/reducer.js +55 -3
- package/v2Containers/Cap/tests/reducer.test.js +102 -0
- package/v2Containers/CreativesContainer/SlideBoxContent.js +1 -5
- package/v2Containers/CreativesContainer/SlideBoxFooter.js +5 -13
- package/v2Containers/CreativesContainer/constants.js +0 -6
- package/v2Containers/CreativesContainer/index.js +7 -47
- package/v2Containers/Email/index.js +5 -1
- package/v2Containers/EmailWrapper/components/EmailHTMLEditor.js +70 -23
- package/v2Containers/EmailWrapper/components/__tests__/EmailHTMLEditor.test.js +120 -20
- package/v2Containers/FTP/index.js +51 -2
- package/v2Containers/FTP/messages.js +4 -0
- package/v2Containers/InApp/index.js +107 -35
- package/v2Containers/InApp/tests/index.test.js +6 -17
- package/v2Containers/InappAdvance/index.js +112 -4
- package/v2Containers/InappAdvance/tests/index.test.js +0 -2
- package/v2Containers/Line/Container/Text/index.js +1 -0
- package/v2Containers/MobilePush/Create/index.js +19 -59
- package/v2Containers/MobilePush/Edit/index.js +20 -48
- package/v2Containers/MobilePushNew/index.js +32 -12
- package/v2Containers/MobilepushWrapper/index.js +1 -3
- package/v2Containers/Rcs/index.js +37 -12
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +1276 -1408
- package/v2Containers/Sms/Create/index.js +3 -39
- package/v2Containers/Sms/Create/messages.js +0 -4
- package/v2Containers/Sms/Edit/index.js +3 -35
- package/v2Containers/Sms/commonMethods.js +6 -3
- package/v2Containers/SmsTrai/Edit/index.js +47 -11
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +294 -327
- package/v2Containers/SmsWrapper/index.js +0 -2
- package/v2Containers/TemplatesV2/index.js +13 -28
- package/v2Containers/Viber/index.js +1 -0
- package/v2Containers/WebPush/Create/hooks/useTagManagement.js +3 -1
- package/v2Containers/WebPush/Create/hooks/useTagManagement.test.js +7 -0
- package/v2Containers/WebPush/Create/index.js +2 -2
- package/v2Containers/WebPush/Create/utils/validation.js +8 -17
- package/v2Containers/WebPush/Create/utils/validation.test.js +24 -44
- package/v2Containers/Whatsapp/index.js +17 -9
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +4872 -5246
- package/v2Containers/Zalo/index.js +11 -3
- package/v2Components/CommonTestAndPreview/AddTestCustomer.js +0 -42
- package/v2Components/CommonTestAndPreview/CustomerCreationModal.js +0 -284
- package/v2Components/CommonTestAndPreview/ExistingCustomerModal.js +0 -72
- package/v2Components/CommonTestAndPreview/tests/AddTestCustomer.test.js +0 -66
- package/v2Components/CommonTestAndPreview/tests/CommonTestAndPreview.addTestCustomer.test.js +0 -657
- package/v2Components/CommonTestAndPreview/tests/CustomValuesEditor.test.js +0 -172
- package/v2Components/CommonTestAndPreview/tests/CustomerCreationModal.test.js +0 -466
- package/v2Components/CommonTestAndPreview/tests/ExistingCustomerModal.test.js +0 -114
- package/v2Containers/Sms/tests/commonMethods.test.js +0 -122
|
@@ -11209,7 +11209,6 @@ new message content.",
|
|
|
11209
11209
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
11210
11210
|
actions={
|
|
11211
11211
|
Object {
|
|
11212
|
-
"addTestCustomer": [Function],
|
|
11213
11212
|
"clearCustomerSearchState": [Function],
|
|
11214
11213
|
"clearPrefilledValues": [Function],
|
|
11215
11214
|
"clearPreviewErrors": [Function],
|
|
@@ -11277,7 +11276,6 @@ new message content.",
|
|
|
11277
11276
|
<TestAndPreviewSlidebox
|
|
11278
11277
|
actions={
|
|
11279
11278
|
Object {
|
|
11280
|
-
"addTestCustomer": [Function],
|
|
11281
11279
|
"clearCustomerSearchState": [Function],
|
|
11282
11280
|
"clearPrefilledValues": [Function],
|
|
11283
11281
|
"clearPreviewErrors": [Function],
|
|
@@ -13594,7 +13592,6 @@ new message content.",
|
|
|
13594
13592
|
<CommonTestAndPreview
|
|
13595
13593
|
actions={
|
|
13596
13594
|
Object {
|
|
13597
|
-
"addTestCustomer": [Function],
|
|
13598
13595
|
"clearCustomerSearchState": [Function],
|
|
13599
13596
|
"clearPrefilledValues": [Function],
|
|
13600
13597
|
"clearPreviewErrors": [Function],
|
|
@@ -15928,138 +15925,130 @@ new message content.",
|
|
|
15928
15925
|
closeIconSize="m"
|
|
15929
15926
|
closeIconType="close"
|
|
15930
15927
|
content={
|
|
15931
|
-
<
|
|
15932
|
-
className="
|
|
15933
|
-
spinning={false}
|
|
15928
|
+
<CapRow
|
|
15929
|
+
className="test-preview-container"
|
|
15934
15930
|
>
|
|
15935
15931
|
<CapRow
|
|
15936
|
-
className="test-preview-
|
|
15932
|
+
className="test-and-preview-panels"
|
|
15937
15933
|
>
|
|
15938
15934
|
<CapRow
|
|
15939
|
-
className="
|
|
15935
|
+
className="left-panel"
|
|
15940
15936
|
>
|
|
15937
|
+
<LeftPanelContent
|
|
15938
|
+
customers={Immutable.List []}
|
|
15939
|
+
enableCustomerSearch={true}
|
|
15940
|
+
enableTagExtraction={true}
|
|
15941
|
+
error7078Message={null}
|
|
15942
|
+
extractedTags={Immutable.List []}
|
|
15943
|
+
handleClearSelection={[Function]}
|
|
15944
|
+
handleCustomerSelect={[Function]}
|
|
15945
|
+
handleExtractTags={[Function]}
|
|
15946
|
+
handleSearchCustomer={[Function]}
|
|
15947
|
+
isExtractingTags={false}
|
|
15948
|
+
isSearchingCustomer={false}
|
|
15949
|
+
renderCustomValuesEditor={[Function]}
|
|
15950
|
+
selectedCustomer={null}
|
|
15951
|
+
tagsExtracted={false}
|
|
15952
|
+
/>
|
|
15953
|
+
<CapDivider
|
|
15954
|
+
className="panel-divider"
|
|
15955
|
+
/>
|
|
15941
15956
|
<CapRow
|
|
15942
|
-
className="
|
|
15957
|
+
className="panel-section send-test-section"
|
|
15943
15958
|
>
|
|
15944
|
-
<
|
|
15945
|
-
|
|
15946
|
-
|
|
15947
|
-
|
|
15948
|
-
|
|
15949
|
-
|
|
15950
|
-
|
|
15951
|
-
handleCustomerSelect={[Function]}
|
|
15952
|
-
handleExtractTags={[Function]}
|
|
15953
|
-
handleSearchCustomer={[Function]}
|
|
15954
|
-
isExtractingTags={false}
|
|
15955
|
-
isSearchingCustomer={false}
|
|
15956
|
-
renderCustomValuesEditor={[Function]}
|
|
15957
|
-
selectedCustomer={null}
|
|
15958
|
-
tagsExtracted={false}
|
|
15959
|
-
/>
|
|
15960
|
-
<CapDivider
|
|
15961
|
-
className="panel-divider"
|
|
15962
|
-
/>
|
|
15963
|
-
<CapRow
|
|
15964
|
-
className="panel-section send-test-section"
|
|
15965
|
-
>
|
|
15966
|
-
<SendTestMessage
|
|
15967
|
-
channel="RCS"
|
|
15968
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
15969
|
-
deliverySettings={Object {}}
|
|
15970
|
-
formData={
|
|
15971
|
-
Object {
|
|
15972
|
-
"suggestions": Array [
|
|
15973
|
-
Object {
|
|
15974
|
-
"index": 0,
|
|
15975
|
-
"isSaved": true,
|
|
15976
|
-
"phoneNumber": "",
|
|
15977
|
-
"postback": "stop",
|
|
15978
|
-
"text": "stop",
|
|
15979
|
-
"type": "QUICK_REPLY",
|
|
15980
|
-
"url": null,
|
|
15981
|
-
},
|
|
15982
|
-
],
|
|
15983
|
-
"templateHeader": "",
|
|
15984
|
-
"templateMessage": "",
|
|
15985
|
-
}
|
|
15986
|
-
}
|
|
15987
|
-
formatMessage={[Function]}
|
|
15988
|
-
handleSendTestMessage={[Function]}
|
|
15989
|
-
handleTestEntitiesChange={[Function]}
|
|
15990
|
-
isFetchingTestCustomers={false}
|
|
15991
|
-
isFetchingTestGroups={false}
|
|
15992
|
-
isLoadingSenderDetails={false}
|
|
15993
|
-
isSendingTestMessage={false}
|
|
15994
|
-
onSaveDeliverySettings={[Function]}
|
|
15995
|
-
registeredSenderIds={Array []}
|
|
15996
|
-
renderAddTestCustomerButton={[Function]}
|
|
15997
|
-
searchValue=""
|
|
15998
|
-
selectedTestEntities={Array []}
|
|
15999
|
-
senderDetailsOptions={Array []}
|
|
16000
|
-
setSearchValue={[Function]}
|
|
16001
|
-
smsTraiDltEnabled={false}
|
|
16002
|
-
testEntitiesTreeData={
|
|
16003
|
-
Array [
|
|
16004
|
-
Object {
|
|
16005
|
-
"children": Immutable.List [],
|
|
16006
|
-
"selectable": false,
|
|
16007
|
-
"title": "Groups",
|
|
16008
|
-
"value": "groups-node",
|
|
16009
|
-
},
|
|
15959
|
+
<SendTestMessage
|
|
15960
|
+
channel="RCS"
|
|
15961
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
15962
|
+
deliverySettings={Object {}}
|
|
15963
|
+
formData={
|
|
15964
|
+
Object {
|
|
15965
|
+
"suggestions": Array [
|
|
16010
15966
|
Object {
|
|
16011
|
-
"
|
|
16012
|
-
"
|
|
16013
|
-
"
|
|
16014
|
-
"
|
|
15967
|
+
"index": 0,
|
|
15968
|
+
"isSaved": true,
|
|
15969
|
+
"phoneNumber": "",
|
|
15970
|
+
"postback": "stop",
|
|
15971
|
+
"text": "stop",
|
|
15972
|
+
"type": "QUICK_REPLY",
|
|
15973
|
+
"url": null,
|
|
16015
15974
|
},
|
|
16016
|
-
]
|
|
15975
|
+
],
|
|
15976
|
+
"templateHeader": "",
|
|
15977
|
+
"templateMessage": "",
|
|
16017
15978
|
}
|
|
16018
|
-
|
|
16019
|
-
|
|
16020
|
-
|
|
16021
|
-
|
|
16022
|
-
|
|
16023
|
-
|
|
16024
|
-
|
|
16025
|
-
|
|
16026
|
-
|
|
16027
|
-
|
|
16028
|
-
|
|
16029
|
-
|
|
16030
|
-
|
|
16031
|
-
|
|
16032
|
-
|
|
16033
|
-
|
|
16034
|
-
|
|
16035
|
-
|
|
16036
|
-
|
|
16037
|
-
|
|
16038
|
-
"postback": "stop",
|
|
16039
|
-
"text": "stop",
|
|
16040
|
-
"type": "QUICK_REPLY",
|
|
16041
|
-
"url": null,
|
|
16042
|
-
},
|
|
16043
|
-
],
|
|
16044
|
-
"templateHeader": "",
|
|
16045
|
-
"templateMessage": "",
|
|
15979
|
+
}
|
|
15980
|
+
formatMessage={[Function]}
|
|
15981
|
+
handleSendTestMessage={[Function]}
|
|
15982
|
+
handleTestEntitiesChange={[Function]}
|
|
15983
|
+
isFetchingTestCustomers={false}
|
|
15984
|
+
isFetchingTestGroups={false}
|
|
15985
|
+
isLoadingSenderDetails={false}
|
|
15986
|
+
isSendingTestMessage={false}
|
|
15987
|
+
onSaveDeliverySettings={[Function]}
|
|
15988
|
+
registeredSenderIds={Array []}
|
|
15989
|
+
selectedTestEntities={Array []}
|
|
15990
|
+
senderDetailsOptions={Array []}
|
|
15991
|
+
smsTraiDltEnabled={false}
|
|
15992
|
+
testEntitiesTreeData={
|
|
15993
|
+
Array [
|
|
15994
|
+
Object {
|
|
15995
|
+
"children": Immutable.List [],
|
|
15996
|
+
"selectable": false,
|
|
15997
|
+
"title": "Groups",
|
|
15998
|
+
"value": "groups-node",
|
|
16046
15999
|
},
|
|
16047
|
-
|
|
16048
|
-
|
|
16049
|
-
|
|
16050
|
-
|
|
16051
|
-
|
|
16052
|
-
|
|
16053
|
-
|
|
16054
|
-
"showDeviceToggle": true,
|
|
16055
|
-
"updatedByName": undefined,
|
|
16056
|
-
}
|
|
16000
|
+
Object {
|
|
16001
|
+
"children": Immutable.List [],
|
|
16002
|
+
"selectable": false,
|
|
16003
|
+
"title": "Individuals",
|
|
16004
|
+
"value": "customers-node",
|
|
16005
|
+
},
|
|
16006
|
+
]
|
|
16057
16007
|
}
|
|
16008
|
+
wecrmAccounts={Array []}
|
|
16058
16009
|
/>
|
|
16059
16010
|
</CapRow>
|
|
16011
|
+
<CapDivider
|
|
16012
|
+
className="panel-divider"
|
|
16013
|
+
/>
|
|
16014
|
+
</CapRow>
|
|
16015
|
+
<CapRow
|
|
16016
|
+
className="right-panel"
|
|
16017
|
+
>
|
|
16018
|
+
<PreviewSection
|
|
16019
|
+
unifiedPreviewProps={
|
|
16020
|
+
Object {
|
|
16021
|
+
"channel": "RCS",
|
|
16022
|
+
"content": Object {
|
|
16023
|
+
"suggestions": Array [
|
|
16024
|
+
Object {
|
|
16025
|
+
"index": 0,
|
|
16026
|
+
"isSaved": true,
|
|
16027
|
+
"phoneNumber": "",
|
|
16028
|
+
"postback": "stop",
|
|
16029
|
+
"text": "stop",
|
|
16030
|
+
"type": "QUICK_REPLY",
|
|
16031
|
+
"url": null,
|
|
16032
|
+
},
|
|
16033
|
+
],
|
|
16034
|
+
"templateHeader": "",
|
|
16035
|
+
"templateMessage": "",
|
|
16036
|
+
},
|
|
16037
|
+
"device": "desktop",
|
|
16038
|
+
"error": null,
|
|
16039
|
+
"formatMessage": [Function],
|
|
16040
|
+
"isUpdating": false,
|
|
16041
|
+
"lastModified": undefined,
|
|
16042
|
+
"onDeviceChange": [Function],
|
|
16043
|
+
"selectedCustomer": null,
|
|
16044
|
+
"showDeviceToggle": true,
|
|
16045
|
+
"updatedByName": undefined,
|
|
16046
|
+
}
|
|
16047
|
+
}
|
|
16048
|
+
/>
|
|
16060
16049
|
</CapRow>
|
|
16061
16050
|
</CapRow>
|
|
16062
|
-
</
|
|
16051
|
+
</CapRow>
|
|
16063
16052
|
}
|
|
16064
16053
|
handleClose={[Function]}
|
|
16065
16054
|
header={
|
|
@@ -27311,7 +27300,6 @@ new message content.",
|
|
|
27311
27300
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
27312
27301
|
actions={
|
|
27313
27302
|
Object {
|
|
27314
|
-
"addTestCustomer": [Function],
|
|
27315
27303
|
"clearCustomerSearchState": [Function],
|
|
27316
27304
|
"clearPrefilledValues": [Function],
|
|
27317
27305
|
"clearPreviewErrors": [Function],
|
|
@@ -27379,7 +27367,6 @@ new message content.",
|
|
|
27379
27367
|
<TestAndPreviewSlidebox
|
|
27380
27368
|
actions={
|
|
27381
27369
|
Object {
|
|
27382
|
-
"addTestCustomer": [Function],
|
|
27383
27370
|
"clearCustomerSearchState": [Function],
|
|
27384
27371
|
"clearPrefilledValues": [Function],
|
|
27385
27372
|
"clearPreviewErrors": [Function],
|
|
@@ -29696,7 +29683,6 @@ new message content.",
|
|
|
29696
29683
|
<CommonTestAndPreview
|
|
29697
29684
|
actions={
|
|
29698
29685
|
Object {
|
|
29699
|
-
"addTestCustomer": [Function],
|
|
29700
29686
|
"clearCustomerSearchState": [Function],
|
|
29701
29687
|
"clearPrefilledValues": [Function],
|
|
29702
29688
|
"clearPreviewErrors": [Function],
|
|
@@ -32030,138 +32016,130 @@ new message content.",
|
|
|
32030
32016
|
closeIconSize="m"
|
|
32031
32017
|
closeIconType="close"
|
|
32032
32018
|
content={
|
|
32033
|
-
<
|
|
32034
|
-
className="
|
|
32035
|
-
spinning={false}
|
|
32019
|
+
<CapRow
|
|
32020
|
+
className="test-preview-container"
|
|
32036
32021
|
>
|
|
32037
32022
|
<CapRow
|
|
32038
|
-
className="test-preview-
|
|
32023
|
+
className="test-and-preview-panels"
|
|
32039
32024
|
>
|
|
32040
32025
|
<CapRow
|
|
32041
|
-
className="
|
|
32026
|
+
className="left-panel"
|
|
32042
32027
|
>
|
|
32028
|
+
<LeftPanelContent
|
|
32029
|
+
customers={Immutable.List []}
|
|
32030
|
+
enableCustomerSearch={true}
|
|
32031
|
+
enableTagExtraction={true}
|
|
32032
|
+
error7078Message={null}
|
|
32033
|
+
extractedTags={Immutable.List []}
|
|
32034
|
+
handleClearSelection={[Function]}
|
|
32035
|
+
handleCustomerSelect={[Function]}
|
|
32036
|
+
handleExtractTags={[Function]}
|
|
32037
|
+
handleSearchCustomer={[Function]}
|
|
32038
|
+
isExtractingTags={false}
|
|
32039
|
+
isSearchingCustomer={false}
|
|
32040
|
+
renderCustomValuesEditor={[Function]}
|
|
32041
|
+
selectedCustomer={null}
|
|
32042
|
+
tagsExtracted={false}
|
|
32043
|
+
/>
|
|
32044
|
+
<CapDivider
|
|
32045
|
+
className="panel-divider"
|
|
32046
|
+
/>
|
|
32043
32047
|
<CapRow
|
|
32044
|
-
className="
|
|
32048
|
+
className="panel-section send-test-section"
|
|
32045
32049
|
>
|
|
32046
|
-
<
|
|
32047
|
-
|
|
32048
|
-
|
|
32049
|
-
|
|
32050
|
-
|
|
32051
|
-
|
|
32052
|
-
|
|
32053
|
-
handleCustomerSelect={[Function]}
|
|
32054
|
-
handleExtractTags={[Function]}
|
|
32055
|
-
handleSearchCustomer={[Function]}
|
|
32056
|
-
isExtractingTags={false}
|
|
32057
|
-
isSearchingCustomer={false}
|
|
32058
|
-
renderCustomValuesEditor={[Function]}
|
|
32059
|
-
selectedCustomer={null}
|
|
32060
|
-
tagsExtracted={false}
|
|
32061
|
-
/>
|
|
32062
|
-
<CapDivider
|
|
32063
|
-
className="panel-divider"
|
|
32064
|
-
/>
|
|
32065
|
-
<CapRow
|
|
32066
|
-
className="panel-section send-test-section"
|
|
32067
|
-
>
|
|
32068
|
-
<SendTestMessage
|
|
32069
|
-
channel="RCS"
|
|
32070
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
32071
|
-
deliverySettings={Object {}}
|
|
32072
|
-
formData={
|
|
32073
|
-
Object {
|
|
32074
|
-
"suggestions": Array [
|
|
32075
|
-
Object {
|
|
32076
|
-
"index": 0,
|
|
32077
|
-
"isSaved": true,
|
|
32078
|
-
"phoneNumber": "",
|
|
32079
|
-
"postback": "stop",
|
|
32080
|
-
"text": "stop",
|
|
32081
|
-
"type": "QUICK_REPLY",
|
|
32082
|
-
"url": null,
|
|
32083
|
-
},
|
|
32084
|
-
],
|
|
32085
|
-
"templateHeader": "",
|
|
32086
|
-
"templateMessage": "",
|
|
32087
|
-
}
|
|
32088
|
-
}
|
|
32089
|
-
formatMessage={[Function]}
|
|
32090
|
-
handleSendTestMessage={[Function]}
|
|
32091
|
-
handleTestEntitiesChange={[Function]}
|
|
32092
|
-
isFetchingTestCustomers={false}
|
|
32093
|
-
isFetchingTestGroups={false}
|
|
32094
|
-
isLoadingSenderDetails={false}
|
|
32095
|
-
isSendingTestMessage={false}
|
|
32096
|
-
onSaveDeliverySettings={[Function]}
|
|
32097
|
-
registeredSenderIds={Array []}
|
|
32098
|
-
renderAddTestCustomerButton={[Function]}
|
|
32099
|
-
searchValue=""
|
|
32100
|
-
selectedTestEntities={Array []}
|
|
32101
|
-
senderDetailsOptions={Array []}
|
|
32102
|
-
setSearchValue={[Function]}
|
|
32103
|
-
smsTraiDltEnabled={false}
|
|
32104
|
-
testEntitiesTreeData={
|
|
32105
|
-
Array [
|
|
32106
|
-
Object {
|
|
32107
|
-
"children": Immutable.List [],
|
|
32108
|
-
"selectable": false,
|
|
32109
|
-
"title": "Groups",
|
|
32110
|
-
"value": "groups-node",
|
|
32111
|
-
},
|
|
32050
|
+
<SendTestMessage
|
|
32051
|
+
channel="RCS"
|
|
32052
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
32053
|
+
deliverySettings={Object {}}
|
|
32054
|
+
formData={
|
|
32055
|
+
Object {
|
|
32056
|
+
"suggestions": Array [
|
|
32112
32057
|
Object {
|
|
32113
|
-
"
|
|
32114
|
-
"
|
|
32115
|
-
"
|
|
32116
|
-
"
|
|
32058
|
+
"index": 0,
|
|
32059
|
+
"isSaved": true,
|
|
32060
|
+
"phoneNumber": "",
|
|
32061
|
+
"postback": "stop",
|
|
32062
|
+
"text": "stop",
|
|
32063
|
+
"type": "QUICK_REPLY",
|
|
32064
|
+
"url": null,
|
|
32117
32065
|
},
|
|
32118
|
-
]
|
|
32066
|
+
],
|
|
32067
|
+
"templateHeader": "",
|
|
32068
|
+
"templateMessage": "",
|
|
32119
32069
|
}
|
|
32120
|
-
|
|
32121
|
-
|
|
32122
|
-
|
|
32123
|
-
|
|
32124
|
-
|
|
32125
|
-
|
|
32126
|
-
|
|
32127
|
-
|
|
32128
|
-
|
|
32129
|
-
|
|
32130
|
-
|
|
32131
|
-
|
|
32132
|
-
|
|
32133
|
-
|
|
32134
|
-
|
|
32135
|
-
|
|
32136
|
-
|
|
32137
|
-
|
|
32138
|
-
|
|
32139
|
-
|
|
32140
|
-
"postback": "stop",
|
|
32141
|
-
"text": "stop",
|
|
32142
|
-
"type": "QUICK_REPLY",
|
|
32143
|
-
"url": null,
|
|
32144
|
-
},
|
|
32145
|
-
],
|
|
32146
|
-
"templateHeader": "",
|
|
32147
|
-
"templateMessage": "",
|
|
32070
|
+
}
|
|
32071
|
+
formatMessage={[Function]}
|
|
32072
|
+
handleSendTestMessage={[Function]}
|
|
32073
|
+
handleTestEntitiesChange={[Function]}
|
|
32074
|
+
isFetchingTestCustomers={false}
|
|
32075
|
+
isFetchingTestGroups={false}
|
|
32076
|
+
isLoadingSenderDetails={false}
|
|
32077
|
+
isSendingTestMessage={false}
|
|
32078
|
+
onSaveDeliverySettings={[Function]}
|
|
32079
|
+
registeredSenderIds={Array []}
|
|
32080
|
+
selectedTestEntities={Array []}
|
|
32081
|
+
senderDetailsOptions={Array []}
|
|
32082
|
+
smsTraiDltEnabled={false}
|
|
32083
|
+
testEntitiesTreeData={
|
|
32084
|
+
Array [
|
|
32085
|
+
Object {
|
|
32086
|
+
"children": Immutable.List [],
|
|
32087
|
+
"selectable": false,
|
|
32088
|
+
"title": "Groups",
|
|
32089
|
+
"value": "groups-node",
|
|
32148
32090
|
},
|
|
32149
|
-
|
|
32150
|
-
|
|
32151
|
-
|
|
32152
|
-
|
|
32153
|
-
|
|
32154
|
-
|
|
32155
|
-
|
|
32156
|
-
"showDeviceToggle": true,
|
|
32157
|
-
"updatedByName": undefined,
|
|
32158
|
-
}
|
|
32091
|
+
Object {
|
|
32092
|
+
"children": Immutable.List [],
|
|
32093
|
+
"selectable": false,
|
|
32094
|
+
"title": "Individuals",
|
|
32095
|
+
"value": "customers-node",
|
|
32096
|
+
},
|
|
32097
|
+
]
|
|
32159
32098
|
}
|
|
32099
|
+
wecrmAccounts={Array []}
|
|
32160
32100
|
/>
|
|
32161
32101
|
</CapRow>
|
|
32102
|
+
<CapDivider
|
|
32103
|
+
className="panel-divider"
|
|
32104
|
+
/>
|
|
32105
|
+
</CapRow>
|
|
32106
|
+
<CapRow
|
|
32107
|
+
className="right-panel"
|
|
32108
|
+
>
|
|
32109
|
+
<PreviewSection
|
|
32110
|
+
unifiedPreviewProps={
|
|
32111
|
+
Object {
|
|
32112
|
+
"channel": "RCS",
|
|
32113
|
+
"content": Object {
|
|
32114
|
+
"suggestions": Array [
|
|
32115
|
+
Object {
|
|
32116
|
+
"index": 0,
|
|
32117
|
+
"isSaved": true,
|
|
32118
|
+
"phoneNumber": "",
|
|
32119
|
+
"postback": "stop",
|
|
32120
|
+
"text": "stop",
|
|
32121
|
+
"type": "QUICK_REPLY",
|
|
32122
|
+
"url": null,
|
|
32123
|
+
},
|
|
32124
|
+
],
|
|
32125
|
+
"templateHeader": "",
|
|
32126
|
+
"templateMessage": "",
|
|
32127
|
+
},
|
|
32128
|
+
"device": "desktop",
|
|
32129
|
+
"error": null,
|
|
32130
|
+
"formatMessage": [Function],
|
|
32131
|
+
"isUpdating": false,
|
|
32132
|
+
"lastModified": undefined,
|
|
32133
|
+
"onDeviceChange": [Function],
|
|
32134
|
+
"selectedCustomer": null,
|
|
32135
|
+
"showDeviceToggle": true,
|
|
32136
|
+
"updatedByName": undefined,
|
|
32137
|
+
}
|
|
32138
|
+
}
|
|
32139
|
+
/>
|
|
32162
32140
|
</CapRow>
|
|
32163
32141
|
</CapRow>
|
|
32164
|
-
</
|
|
32142
|
+
</CapRow>
|
|
32165
32143
|
}
|
|
32166
32144
|
handleClose={[Function]}
|
|
32167
32145
|
header={
|
|
@@ -43935,7 +43913,6 @@ new message content.",
|
|
|
43935
43913
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
43936
43914
|
actions={
|
|
43937
43915
|
Object {
|
|
43938
|
-
"addTestCustomer": [Function],
|
|
43939
43916
|
"clearCustomerSearchState": [Function],
|
|
43940
43917
|
"clearPrefilledValues": [Function],
|
|
43941
43918
|
"clearPreviewErrors": [Function],
|
|
@@ -44003,7 +43980,6 @@ new message content.",
|
|
|
44003
43980
|
<TestAndPreviewSlidebox
|
|
44004
43981
|
actions={
|
|
44005
43982
|
Object {
|
|
44006
|
-
"addTestCustomer": [Function],
|
|
44007
43983
|
"clearCustomerSearchState": [Function],
|
|
44008
43984
|
"clearPrefilledValues": [Function],
|
|
44009
43985
|
"clearPreviewErrors": [Function],
|
|
@@ -46320,7 +46296,6 @@ new message content.",
|
|
|
46320
46296
|
<CommonTestAndPreview
|
|
46321
46297
|
actions={
|
|
46322
46298
|
Object {
|
|
46323
|
-
"addTestCustomer": [Function],
|
|
46324
46299
|
"clearCustomerSearchState": [Function],
|
|
46325
46300
|
"clearPrefilledValues": [Function],
|
|
46326
46301
|
"clearPreviewErrors": [Function],
|
|
@@ -48654,138 +48629,130 @@ new message content.",
|
|
|
48654
48629
|
closeIconSize="m"
|
|
48655
48630
|
closeIconType="close"
|
|
48656
48631
|
content={
|
|
48657
|
-
<
|
|
48658
|
-
className="
|
|
48659
|
-
spinning={false}
|
|
48632
|
+
<CapRow
|
|
48633
|
+
className="test-preview-container"
|
|
48660
48634
|
>
|
|
48661
48635
|
<CapRow
|
|
48662
|
-
className="test-preview-
|
|
48636
|
+
className="test-and-preview-panels"
|
|
48663
48637
|
>
|
|
48664
48638
|
<CapRow
|
|
48665
|
-
className="
|
|
48639
|
+
className="left-panel"
|
|
48666
48640
|
>
|
|
48641
|
+
<LeftPanelContent
|
|
48642
|
+
customers={Immutable.List []}
|
|
48643
|
+
enableCustomerSearch={true}
|
|
48644
|
+
enableTagExtraction={true}
|
|
48645
|
+
error7078Message={null}
|
|
48646
|
+
extractedTags={Immutable.List []}
|
|
48647
|
+
handleClearSelection={[Function]}
|
|
48648
|
+
handleCustomerSelect={[Function]}
|
|
48649
|
+
handleExtractTags={[Function]}
|
|
48650
|
+
handleSearchCustomer={[Function]}
|
|
48651
|
+
isExtractingTags={false}
|
|
48652
|
+
isSearchingCustomer={false}
|
|
48653
|
+
renderCustomValuesEditor={[Function]}
|
|
48654
|
+
selectedCustomer={null}
|
|
48655
|
+
tagsExtracted={false}
|
|
48656
|
+
/>
|
|
48657
|
+
<CapDivider
|
|
48658
|
+
className="panel-divider"
|
|
48659
|
+
/>
|
|
48667
48660
|
<CapRow
|
|
48668
|
-
className="
|
|
48661
|
+
className="panel-section send-test-section"
|
|
48669
48662
|
>
|
|
48670
|
-
<
|
|
48671
|
-
|
|
48672
|
-
|
|
48673
|
-
|
|
48674
|
-
|
|
48675
|
-
|
|
48676
|
-
|
|
48677
|
-
handleCustomerSelect={[Function]}
|
|
48678
|
-
handleExtractTags={[Function]}
|
|
48679
|
-
handleSearchCustomer={[Function]}
|
|
48680
|
-
isExtractingTags={false}
|
|
48681
|
-
isSearchingCustomer={false}
|
|
48682
|
-
renderCustomValuesEditor={[Function]}
|
|
48683
|
-
selectedCustomer={null}
|
|
48684
|
-
tagsExtracted={false}
|
|
48685
|
-
/>
|
|
48686
|
-
<CapDivider
|
|
48687
|
-
className="panel-divider"
|
|
48688
|
-
/>
|
|
48689
|
-
<CapRow
|
|
48690
|
-
className="panel-section send-test-section"
|
|
48691
|
-
>
|
|
48692
|
-
<SendTestMessage
|
|
48693
|
-
channel="RCS"
|
|
48694
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
48695
|
-
deliverySettings={Object {}}
|
|
48696
|
-
formData={
|
|
48697
|
-
Object {
|
|
48698
|
-
"suggestions": Array [
|
|
48699
|
-
Object {
|
|
48700
|
-
"index": 0,
|
|
48701
|
-
"isSaved": true,
|
|
48702
|
-
"phoneNumber": "",
|
|
48703
|
-
"postback": "stop",
|
|
48704
|
-
"text": "stop",
|
|
48705
|
-
"type": "QUICK_REPLY",
|
|
48706
|
-
"url": null,
|
|
48707
|
-
},
|
|
48708
|
-
],
|
|
48709
|
-
"templateHeader": "",
|
|
48710
|
-
"templateMessage": "",
|
|
48711
|
-
}
|
|
48712
|
-
}
|
|
48713
|
-
formatMessage={[Function]}
|
|
48714
|
-
handleSendTestMessage={[Function]}
|
|
48715
|
-
handleTestEntitiesChange={[Function]}
|
|
48716
|
-
isFetchingTestCustomers={false}
|
|
48717
|
-
isFetchingTestGroups={false}
|
|
48718
|
-
isLoadingSenderDetails={false}
|
|
48719
|
-
isSendingTestMessage={false}
|
|
48720
|
-
onSaveDeliverySettings={[Function]}
|
|
48721
|
-
registeredSenderIds={Array []}
|
|
48722
|
-
renderAddTestCustomerButton={[Function]}
|
|
48723
|
-
searchValue=""
|
|
48724
|
-
selectedTestEntities={Array []}
|
|
48725
|
-
senderDetailsOptions={Array []}
|
|
48726
|
-
setSearchValue={[Function]}
|
|
48727
|
-
smsTraiDltEnabled={false}
|
|
48728
|
-
testEntitiesTreeData={
|
|
48729
|
-
Array [
|
|
48730
|
-
Object {
|
|
48731
|
-
"children": Immutable.List [],
|
|
48732
|
-
"selectable": false,
|
|
48733
|
-
"title": "Groups",
|
|
48734
|
-
"value": "groups-node",
|
|
48735
|
-
},
|
|
48663
|
+
<SendTestMessage
|
|
48664
|
+
channel="RCS"
|
|
48665
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
48666
|
+
deliverySettings={Object {}}
|
|
48667
|
+
formData={
|
|
48668
|
+
Object {
|
|
48669
|
+
"suggestions": Array [
|
|
48736
48670
|
Object {
|
|
48737
|
-
"
|
|
48738
|
-
"
|
|
48739
|
-
"
|
|
48740
|
-
"
|
|
48671
|
+
"index": 0,
|
|
48672
|
+
"isSaved": true,
|
|
48673
|
+
"phoneNumber": "",
|
|
48674
|
+
"postback": "stop",
|
|
48675
|
+
"text": "stop",
|
|
48676
|
+
"type": "QUICK_REPLY",
|
|
48677
|
+
"url": null,
|
|
48741
48678
|
},
|
|
48742
|
-
]
|
|
48679
|
+
],
|
|
48680
|
+
"templateHeader": "",
|
|
48681
|
+
"templateMessage": "",
|
|
48743
48682
|
}
|
|
48744
|
-
|
|
48745
|
-
|
|
48746
|
-
|
|
48747
|
-
|
|
48748
|
-
|
|
48749
|
-
|
|
48750
|
-
|
|
48751
|
-
|
|
48752
|
-
|
|
48753
|
-
|
|
48754
|
-
|
|
48755
|
-
|
|
48756
|
-
|
|
48757
|
-
|
|
48758
|
-
|
|
48759
|
-
|
|
48760
|
-
|
|
48761
|
-
|
|
48762
|
-
|
|
48763
|
-
|
|
48764
|
-
"postback": "stop",
|
|
48765
|
-
"text": "stop",
|
|
48766
|
-
"type": "QUICK_REPLY",
|
|
48767
|
-
"url": null,
|
|
48768
|
-
},
|
|
48769
|
-
],
|
|
48770
|
-
"templateHeader": "",
|
|
48771
|
-
"templateMessage": "",
|
|
48683
|
+
}
|
|
48684
|
+
formatMessage={[Function]}
|
|
48685
|
+
handleSendTestMessage={[Function]}
|
|
48686
|
+
handleTestEntitiesChange={[Function]}
|
|
48687
|
+
isFetchingTestCustomers={false}
|
|
48688
|
+
isFetchingTestGroups={false}
|
|
48689
|
+
isLoadingSenderDetails={false}
|
|
48690
|
+
isSendingTestMessage={false}
|
|
48691
|
+
onSaveDeliverySettings={[Function]}
|
|
48692
|
+
registeredSenderIds={Array []}
|
|
48693
|
+
selectedTestEntities={Array []}
|
|
48694
|
+
senderDetailsOptions={Array []}
|
|
48695
|
+
smsTraiDltEnabled={false}
|
|
48696
|
+
testEntitiesTreeData={
|
|
48697
|
+
Array [
|
|
48698
|
+
Object {
|
|
48699
|
+
"children": Immutable.List [],
|
|
48700
|
+
"selectable": false,
|
|
48701
|
+
"title": "Groups",
|
|
48702
|
+
"value": "groups-node",
|
|
48772
48703
|
},
|
|
48773
|
-
|
|
48774
|
-
|
|
48775
|
-
|
|
48776
|
-
|
|
48777
|
-
|
|
48778
|
-
|
|
48779
|
-
|
|
48780
|
-
"showDeviceToggle": true,
|
|
48781
|
-
"updatedByName": undefined,
|
|
48782
|
-
}
|
|
48704
|
+
Object {
|
|
48705
|
+
"children": Immutable.List [],
|
|
48706
|
+
"selectable": false,
|
|
48707
|
+
"title": "Individuals",
|
|
48708
|
+
"value": "customers-node",
|
|
48709
|
+
},
|
|
48710
|
+
]
|
|
48783
48711
|
}
|
|
48712
|
+
wecrmAccounts={Array []}
|
|
48784
48713
|
/>
|
|
48785
48714
|
</CapRow>
|
|
48715
|
+
<CapDivider
|
|
48716
|
+
className="panel-divider"
|
|
48717
|
+
/>
|
|
48718
|
+
</CapRow>
|
|
48719
|
+
<CapRow
|
|
48720
|
+
className="right-panel"
|
|
48721
|
+
>
|
|
48722
|
+
<PreviewSection
|
|
48723
|
+
unifiedPreviewProps={
|
|
48724
|
+
Object {
|
|
48725
|
+
"channel": "RCS",
|
|
48726
|
+
"content": Object {
|
|
48727
|
+
"suggestions": Array [
|
|
48728
|
+
Object {
|
|
48729
|
+
"index": 0,
|
|
48730
|
+
"isSaved": true,
|
|
48731
|
+
"phoneNumber": "",
|
|
48732
|
+
"postback": "stop",
|
|
48733
|
+
"text": "stop",
|
|
48734
|
+
"type": "QUICK_REPLY",
|
|
48735
|
+
"url": null,
|
|
48736
|
+
},
|
|
48737
|
+
],
|
|
48738
|
+
"templateHeader": "",
|
|
48739
|
+
"templateMessage": "",
|
|
48740
|
+
},
|
|
48741
|
+
"device": "desktop",
|
|
48742
|
+
"error": null,
|
|
48743
|
+
"formatMessage": [Function],
|
|
48744
|
+
"isUpdating": false,
|
|
48745
|
+
"lastModified": undefined,
|
|
48746
|
+
"onDeviceChange": [Function],
|
|
48747
|
+
"selectedCustomer": null,
|
|
48748
|
+
"showDeviceToggle": true,
|
|
48749
|
+
"updatedByName": undefined,
|
|
48750
|
+
}
|
|
48751
|
+
}
|
|
48752
|
+
/>
|
|
48786
48753
|
</CapRow>
|
|
48787
48754
|
</CapRow>
|
|
48788
|
-
</
|
|
48755
|
+
</CapRow>
|
|
48789
48756
|
}
|
|
48790
48757
|
handleClose={[Function]}
|
|
48791
48758
|
header={
|
|
@@ -61107,7 +61074,6 @@ new message content.",
|
|
|
61107
61074
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
61108
61075
|
actions={
|
|
61109
61076
|
Object {
|
|
61110
|
-
"addTestCustomer": [Function],
|
|
61111
61077
|
"clearCustomerSearchState": [Function],
|
|
61112
61078
|
"clearPrefilledValues": [Function],
|
|
61113
61079
|
"clearPreviewErrors": [Function],
|
|
@@ -61175,7 +61141,6 @@ new message content.",
|
|
|
61175
61141
|
<TestAndPreviewSlidebox
|
|
61176
61142
|
actions={
|
|
61177
61143
|
Object {
|
|
61178
|
-
"addTestCustomer": [Function],
|
|
61179
61144
|
"clearCustomerSearchState": [Function],
|
|
61180
61145
|
"clearPrefilledValues": [Function],
|
|
61181
61146
|
"clearPreviewErrors": [Function],
|
|
@@ -63492,7 +63457,6 @@ new message content.",
|
|
|
63492
63457
|
<CommonTestAndPreview
|
|
63493
63458
|
actions={
|
|
63494
63459
|
Object {
|
|
63495
|
-
"addTestCustomer": [Function],
|
|
63496
63460
|
"clearCustomerSearchState": [Function],
|
|
63497
63461
|
"clearPrefilledValues": [Function],
|
|
63498
63462
|
"clearPreviewErrors": [Function],
|
|
@@ -65826,138 +65790,130 @@ new message content.",
|
|
|
65826
65790
|
closeIconSize="m"
|
|
65827
65791
|
closeIconType="close"
|
|
65828
65792
|
content={
|
|
65829
|
-
<
|
|
65830
|
-
className="
|
|
65831
|
-
spinning={false}
|
|
65793
|
+
<CapRow
|
|
65794
|
+
className="test-preview-container"
|
|
65832
65795
|
>
|
|
65833
65796
|
<CapRow
|
|
65834
|
-
className="test-preview-
|
|
65797
|
+
className="test-and-preview-panels"
|
|
65835
65798
|
>
|
|
65836
65799
|
<CapRow
|
|
65837
|
-
className="
|
|
65800
|
+
className="left-panel"
|
|
65838
65801
|
>
|
|
65802
|
+
<LeftPanelContent
|
|
65803
|
+
customers={Immutable.List []}
|
|
65804
|
+
enableCustomerSearch={true}
|
|
65805
|
+
enableTagExtraction={true}
|
|
65806
|
+
error7078Message={null}
|
|
65807
|
+
extractedTags={Immutable.List []}
|
|
65808
|
+
handleClearSelection={[Function]}
|
|
65809
|
+
handleCustomerSelect={[Function]}
|
|
65810
|
+
handleExtractTags={[Function]}
|
|
65811
|
+
handleSearchCustomer={[Function]}
|
|
65812
|
+
isExtractingTags={false}
|
|
65813
|
+
isSearchingCustomer={false}
|
|
65814
|
+
renderCustomValuesEditor={[Function]}
|
|
65815
|
+
selectedCustomer={null}
|
|
65816
|
+
tagsExtracted={false}
|
|
65817
|
+
/>
|
|
65818
|
+
<CapDivider
|
|
65819
|
+
className="panel-divider"
|
|
65820
|
+
/>
|
|
65839
65821
|
<CapRow
|
|
65840
|
-
className="
|
|
65822
|
+
className="panel-section send-test-section"
|
|
65841
65823
|
>
|
|
65842
|
-
<
|
|
65843
|
-
|
|
65844
|
-
|
|
65845
|
-
|
|
65846
|
-
|
|
65847
|
-
|
|
65848
|
-
|
|
65849
|
-
handleCustomerSelect={[Function]}
|
|
65850
|
-
handleExtractTags={[Function]}
|
|
65851
|
-
handleSearchCustomer={[Function]}
|
|
65852
|
-
isExtractingTags={false}
|
|
65853
|
-
isSearchingCustomer={false}
|
|
65854
|
-
renderCustomValuesEditor={[Function]}
|
|
65855
|
-
selectedCustomer={null}
|
|
65856
|
-
tagsExtracted={false}
|
|
65857
|
-
/>
|
|
65858
|
-
<CapDivider
|
|
65859
|
-
className="panel-divider"
|
|
65860
|
-
/>
|
|
65861
|
-
<CapRow
|
|
65862
|
-
className="panel-section send-test-section"
|
|
65863
|
-
>
|
|
65864
|
-
<SendTestMessage
|
|
65865
|
-
channel="RCS"
|
|
65866
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
65867
|
-
deliverySettings={Object {}}
|
|
65868
|
-
formData={
|
|
65869
|
-
Object {
|
|
65870
|
-
"suggestions": Array [
|
|
65871
|
-
Object {
|
|
65872
|
-
"index": 0,
|
|
65873
|
-
"isSaved": true,
|
|
65874
|
-
"phoneNumber": "",
|
|
65875
|
-
"postback": "stop",
|
|
65876
|
-
"text": "stop",
|
|
65877
|
-
"type": "QUICK_REPLY",
|
|
65878
|
-
"url": null,
|
|
65879
|
-
},
|
|
65880
|
-
],
|
|
65881
|
-
"templateHeader": "",
|
|
65882
|
-
"templateMessage": "",
|
|
65883
|
-
}
|
|
65884
|
-
}
|
|
65885
|
-
formatMessage={[Function]}
|
|
65886
|
-
handleSendTestMessage={[Function]}
|
|
65887
|
-
handleTestEntitiesChange={[Function]}
|
|
65888
|
-
isFetchingTestCustomers={false}
|
|
65889
|
-
isFetchingTestGroups={false}
|
|
65890
|
-
isLoadingSenderDetails={false}
|
|
65891
|
-
isSendingTestMessage={false}
|
|
65892
|
-
onSaveDeliverySettings={[Function]}
|
|
65893
|
-
registeredSenderIds={Array []}
|
|
65894
|
-
renderAddTestCustomerButton={[Function]}
|
|
65895
|
-
searchValue=""
|
|
65896
|
-
selectedTestEntities={Array []}
|
|
65897
|
-
senderDetailsOptions={Array []}
|
|
65898
|
-
setSearchValue={[Function]}
|
|
65899
|
-
smsTraiDltEnabled={false}
|
|
65900
|
-
testEntitiesTreeData={
|
|
65901
|
-
Array [
|
|
65902
|
-
Object {
|
|
65903
|
-
"children": Immutable.List [],
|
|
65904
|
-
"selectable": false,
|
|
65905
|
-
"title": "Groups",
|
|
65906
|
-
"value": "groups-node",
|
|
65907
|
-
},
|
|
65824
|
+
<SendTestMessage
|
|
65825
|
+
channel="RCS"
|
|
65826
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
65827
|
+
deliverySettings={Object {}}
|
|
65828
|
+
formData={
|
|
65829
|
+
Object {
|
|
65830
|
+
"suggestions": Array [
|
|
65908
65831
|
Object {
|
|
65909
|
-
"
|
|
65910
|
-
"
|
|
65911
|
-
"
|
|
65912
|
-
"
|
|
65832
|
+
"index": 0,
|
|
65833
|
+
"isSaved": true,
|
|
65834
|
+
"phoneNumber": "",
|
|
65835
|
+
"postback": "stop",
|
|
65836
|
+
"text": "stop",
|
|
65837
|
+
"type": "QUICK_REPLY",
|
|
65838
|
+
"url": null,
|
|
65913
65839
|
},
|
|
65914
|
-
]
|
|
65840
|
+
],
|
|
65841
|
+
"templateHeader": "",
|
|
65842
|
+
"templateMessage": "",
|
|
65915
65843
|
}
|
|
65916
|
-
|
|
65917
|
-
|
|
65918
|
-
|
|
65919
|
-
|
|
65920
|
-
|
|
65921
|
-
|
|
65922
|
-
|
|
65923
|
-
|
|
65924
|
-
|
|
65925
|
-
|
|
65926
|
-
|
|
65927
|
-
|
|
65928
|
-
|
|
65929
|
-
|
|
65930
|
-
|
|
65931
|
-
|
|
65932
|
-
|
|
65933
|
-
|
|
65934
|
-
|
|
65935
|
-
|
|
65936
|
-
"postback": "stop",
|
|
65937
|
-
"text": "stop",
|
|
65938
|
-
"type": "QUICK_REPLY",
|
|
65939
|
-
"url": null,
|
|
65940
|
-
},
|
|
65941
|
-
],
|
|
65942
|
-
"templateHeader": "",
|
|
65943
|
-
"templateMessage": "",
|
|
65844
|
+
}
|
|
65845
|
+
formatMessage={[Function]}
|
|
65846
|
+
handleSendTestMessage={[Function]}
|
|
65847
|
+
handleTestEntitiesChange={[Function]}
|
|
65848
|
+
isFetchingTestCustomers={false}
|
|
65849
|
+
isFetchingTestGroups={false}
|
|
65850
|
+
isLoadingSenderDetails={false}
|
|
65851
|
+
isSendingTestMessage={false}
|
|
65852
|
+
onSaveDeliverySettings={[Function]}
|
|
65853
|
+
registeredSenderIds={Array []}
|
|
65854
|
+
selectedTestEntities={Array []}
|
|
65855
|
+
senderDetailsOptions={Array []}
|
|
65856
|
+
smsTraiDltEnabled={false}
|
|
65857
|
+
testEntitiesTreeData={
|
|
65858
|
+
Array [
|
|
65859
|
+
Object {
|
|
65860
|
+
"children": Immutable.List [],
|
|
65861
|
+
"selectable": false,
|
|
65862
|
+
"title": "Groups",
|
|
65863
|
+
"value": "groups-node",
|
|
65944
65864
|
},
|
|
65945
|
-
|
|
65946
|
-
|
|
65947
|
-
|
|
65948
|
-
|
|
65949
|
-
|
|
65950
|
-
|
|
65951
|
-
|
|
65952
|
-
"showDeviceToggle": true,
|
|
65953
|
-
"updatedByName": undefined,
|
|
65954
|
-
}
|
|
65865
|
+
Object {
|
|
65866
|
+
"children": Immutable.List [],
|
|
65867
|
+
"selectable": false,
|
|
65868
|
+
"title": "Individuals",
|
|
65869
|
+
"value": "customers-node",
|
|
65870
|
+
},
|
|
65871
|
+
]
|
|
65955
65872
|
}
|
|
65873
|
+
wecrmAccounts={Array []}
|
|
65956
65874
|
/>
|
|
65957
65875
|
</CapRow>
|
|
65876
|
+
<CapDivider
|
|
65877
|
+
className="panel-divider"
|
|
65878
|
+
/>
|
|
65879
|
+
</CapRow>
|
|
65880
|
+
<CapRow
|
|
65881
|
+
className="right-panel"
|
|
65882
|
+
>
|
|
65883
|
+
<PreviewSection
|
|
65884
|
+
unifiedPreviewProps={
|
|
65885
|
+
Object {
|
|
65886
|
+
"channel": "RCS",
|
|
65887
|
+
"content": Object {
|
|
65888
|
+
"suggestions": Array [
|
|
65889
|
+
Object {
|
|
65890
|
+
"index": 0,
|
|
65891
|
+
"isSaved": true,
|
|
65892
|
+
"phoneNumber": "",
|
|
65893
|
+
"postback": "stop",
|
|
65894
|
+
"text": "stop",
|
|
65895
|
+
"type": "QUICK_REPLY",
|
|
65896
|
+
"url": null,
|
|
65897
|
+
},
|
|
65898
|
+
],
|
|
65899
|
+
"templateHeader": "",
|
|
65900
|
+
"templateMessage": "",
|
|
65901
|
+
},
|
|
65902
|
+
"device": "desktop",
|
|
65903
|
+
"error": null,
|
|
65904
|
+
"formatMessage": [Function],
|
|
65905
|
+
"isUpdating": false,
|
|
65906
|
+
"lastModified": undefined,
|
|
65907
|
+
"onDeviceChange": [Function],
|
|
65908
|
+
"selectedCustomer": null,
|
|
65909
|
+
"showDeviceToggle": true,
|
|
65910
|
+
"updatedByName": undefined,
|
|
65911
|
+
}
|
|
65912
|
+
}
|
|
65913
|
+
/>
|
|
65958
65914
|
</CapRow>
|
|
65959
65915
|
</CapRow>
|
|
65960
|
-
</
|
|
65916
|
+
</CapRow>
|
|
65961
65917
|
}
|
|
65962
65918
|
handleClose={[Function]}
|
|
65963
65919
|
header={
|
|
@@ -77209,7 +77165,6 @@ new message content.",
|
|
|
77209
77165
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
77210
77166
|
actions={
|
|
77211
77167
|
Object {
|
|
77212
|
-
"addTestCustomer": [Function],
|
|
77213
77168
|
"clearCustomerSearchState": [Function],
|
|
77214
77169
|
"clearPrefilledValues": [Function],
|
|
77215
77170
|
"clearPreviewErrors": [Function],
|
|
@@ -77277,7 +77232,6 @@ new message content.",
|
|
|
77277
77232
|
<TestAndPreviewSlidebox
|
|
77278
77233
|
actions={
|
|
77279
77234
|
Object {
|
|
77280
|
-
"addTestCustomer": [Function],
|
|
77281
77235
|
"clearCustomerSearchState": [Function],
|
|
77282
77236
|
"clearPrefilledValues": [Function],
|
|
77283
77237
|
"clearPreviewErrors": [Function],
|
|
@@ -79594,7 +79548,6 @@ new message content.",
|
|
|
79594
79548
|
<CommonTestAndPreview
|
|
79595
79549
|
actions={
|
|
79596
79550
|
Object {
|
|
79597
|
-
"addTestCustomer": [Function],
|
|
79598
79551
|
"clearCustomerSearchState": [Function],
|
|
79599
79552
|
"clearPrefilledValues": [Function],
|
|
79600
79553
|
"clearPreviewErrors": [Function],
|
|
@@ -81928,138 +81881,130 @@ new message content.",
|
|
|
81928
81881
|
closeIconSize="m"
|
|
81929
81882
|
closeIconType="close"
|
|
81930
81883
|
content={
|
|
81931
|
-
<
|
|
81932
|
-
className="
|
|
81933
|
-
spinning={false}
|
|
81884
|
+
<CapRow
|
|
81885
|
+
className="test-preview-container"
|
|
81934
81886
|
>
|
|
81935
81887
|
<CapRow
|
|
81936
|
-
className="test-preview-
|
|
81888
|
+
className="test-and-preview-panels"
|
|
81937
81889
|
>
|
|
81938
81890
|
<CapRow
|
|
81939
|
-
className="
|
|
81891
|
+
className="left-panel"
|
|
81940
81892
|
>
|
|
81893
|
+
<LeftPanelContent
|
|
81894
|
+
customers={Immutable.List []}
|
|
81895
|
+
enableCustomerSearch={true}
|
|
81896
|
+
enableTagExtraction={true}
|
|
81897
|
+
error7078Message={null}
|
|
81898
|
+
extractedTags={Immutable.List []}
|
|
81899
|
+
handleClearSelection={[Function]}
|
|
81900
|
+
handleCustomerSelect={[Function]}
|
|
81901
|
+
handleExtractTags={[Function]}
|
|
81902
|
+
handleSearchCustomer={[Function]}
|
|
81903
|
+
isExtractingTags={false}
|
|
81904
|
+
isSearchingCustomer={false}
|
|
81905
|
+
renderCustomValuesEditor={[Function]}
|
|
81906
|
+
selectedCustomer={null}
|
|
81907
|
+
tagsExtracted={false}
|
|
81908
|
+
/>
|
|
81909
|
+
<CapDivider
|
|
81910
|
+
className="panel-divider"
|
|
81911
|
+
/>
|
|
81941
81912
|
<CapRow
|
|
81942
|
-
className="
|
|
81913
|
+
className="panel-section send-test-section"
|
|
81943
81914
|
>
|
|
81944
|
-
<
|
|
81945
|
-
|
|
81946
|
-
|
|
81947
|
-
|
|
81948
|
-
|
|
81949
|
-
|
|
81950
|
-
|
|
81951
|
-
handleCustomerSelect={[Function]}
|
|
81952
|
-
handleExtractTags={[Function]}
|
|
81953
|
-
handleSearchCustomer={[Function]}
|
|
81954
|
-
isExtractingTags={false}
|
|
81955
|
-
isSearchingCustomer={false}
|
|
81956
|
-
renderCustomValuesEditor={[Function]}
|
|
81957
|
-
selectedCustomer={null}
|
|
81958
|
-
tagsExtracted={false}
|
|
81959
|
-
/>
|
|
81960
|
-
<CapDivider
|
|
81961
|
-
className="panel-divider"
|
|
81962
|
-
/>
|
|
81963
|
-
<CapRow
|
|
81964
|
-
className="panel-section send-test-section"
|
|
81965
|
-
>
|
|
81966
|
-
<SendTestMessage
|
|
81967
|
-
channel="RCS"
|
|
81968
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
81969
|
-
deliverySettings={Object {}}
|
|
81970
|
-
formData={
|
|
81971
|
-
Object {
|
|
81972
|
-
"suggestions": Array [
|
|
81973
|
-
Object {
|
|
81974
|
-
"index": 0,
|
|
81975
|
-
"isSaved": true,
|
|
81976
|
-
"phoneNumber": "",
|
|
81977
|
-
"postback": "stop",
|
|
81978
|
-
"text": "stop",
|
|
81979
|
-
"type": "QUICK_REPLY",
|
|
81980
|
-
"url": null,
|
|
81981
|
-
},
|
|
81982
|
-
],
|
|
81983
|
-
"templateHeader": "",
|
|
81984
|
-
"templateMessage": "",
|
|
81985
|
-
}
|
|
81986
|
-
}
|
|
81987
|
-
formatMessage={[Function]}
|
|
81988
|
-
handleSendTestMessage={[Function]}
|
|
81989
|
-
handleTestEntitiesChange={[Function]}
|
|
81990
|
-
isFetchingTestCustomers={false}
|
|
81991
|
-
isFetchingTestGroups={false}
|
|
81992
|
-
isLoadingSenderDetails={false}
|
|
81993
|
-
isSendingTestMessage={false}
|
|
81994
|
-
onSaveDeliverySettings={[Function]}
|
|
81995
|
-
registeredSenderIds={Array []}
|
|
81996
|
-
renderAddTestCustomerButton={[Function]}
|
|
81997
|
-
searchValue=""
|
|
81998
|
-
selectedTestEntities={Array []}
|
|
81999
|
-
senderDetailsOptions={Array []}
|
|
82000
|
-
setSearchValue={[Function]}
|
|
82001
|
-
smsTraiDltEnabled={false}
|
|
82002
|
-
testEntitiesTreeData={
|
|
82003
|
-
Array [
|
|
82004
|
-
Object {
|
|
82005
|
-
"children": Immutable.List [],
|
|
82006
|
-
"selectable": false,
|
|
82007
|
-
"title": "Groups",
|
|
82008
|
-
"value": "groups-node",
|
|
82009
|
-
},
|
|
81915
|
+
<SendTestMessage
|
|
81916
|
+
channel="RCS"
|
|
81917
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
81918
|
+
deliverySettings={Object {}}
|
|
81919
|
+
formData={
|
|
81920
|
+
Object {
|
|
81921
|
+
"suggestions": Array [
|
|
82010
81922
|
Object {
|
|
82011
|
-
"
|
|
82012
|
-
"
|
|
82013
|
-
"
|
|
82014
|
-
"
|
|
81923
|
+
"index": 0,
|
|
81924
|
+
"isSaved": true,
|
|
81925
|
+
"phoneNumber": "",
|
|
81926
|
+
"postback": "stop",
|
|
81927
|
+
"text": "stop",
|
|
81928
|
+
"type": "QUICK_REPLY",
|
|
81929
|
+
"url": null,
|
|
82015
81930
|
},
|
|
82016
|
-
]
|
|
81931
|
+
],
|
|
81932
|
+
"templateHeader": "",
|
|
81933
|
+
"templateMessage": "",
|
|
82017
81934
|
}
|
|
82018
|
-
|
|
82019
|
-
|
|
82020
|
-
|
|
82021
|
-
|
|
82022
|
-
|
|
82023
|
-
|
|
82024
|
-
|
|
82025
|
-
|
|
82026
|
-
|
|
82027
|
-
|
|
82028
|
-
|
|
82029
|
-
|
|
82030
|
-
|
|
82031
|
-
|
|
82032
|
-
|
|
82033
|
-
|
|
82034
|
-
|
|
82035
|
-
|
|
82036
|
-
|
|
82037
|
-
|
|
82038
|
-
"postback": "stop",
|
|
82039
|
-
"text": "stop",
|
|
82040
|
-
"type": "QUICK_REPLY",
|
|
82041
|
-
"url": null,
|
|
82042
|
-
},
|
|
82043
|
-
],
|
|
82044
|
-
"templateHeader": "",
|
|
82045
|
-
"templateMessage": "",
|
|
81935
|
+
}
|
|
81936
|
+
formatMessage={[Function]}
|
|
81937
|
+
handleSendTestMessage={[Function]}
|
|
81938
|
+
handleTestEntitiesChange={[Function]}
|
|
81939
|
+
isFetchingTestCustomers={false}
|
|
81940
|
+
isFetchingTestGroups={false}
|
|
81941
|
+
isLoadingSenderDetails={false}
|
|
81942
|
+
isSendingTestMessage={false}
|
|
81943
|
+
onSaveDeliverySettings={[Function]}
|
|
81944
|
+
registeredSenderIds={Array []}
|
|
81945
|
+
selectedTestEntities={Array []}
|
|
81946
|
+
senderDetailsOptions={Array []}
|
|
81947
|
+
smsTraiDltEnabled={false}
|
|
81948
|
+
testEntitiesTreeData={
|
|
81949
|
+
Array [
|
|
81950
|
+
Object {
|
|
81951
|
+
"children": Immutable.List [],
|
|
81952
|
+
"selectable": false,
|
|
81953
|
+
"title": "Groups",
|
|
81954
|
+
"value": "groups-node",
|
|
82046
81955
|
},
|
|
82047
|
-
|
|
82048
|
-
|
|
82049
|
-
|
|
82050
|
-
|
|
82051
|
-
|
|
82052
|
-
|
|
82053
|
-
|
|
82054
|
-
"showDeviceToggle": true,
|
|
82055
|
-
"updatedByName": undefined,
|
|
82056
|
-
}
|
|
81956
|
+
Object {
|
|
81957
|
+
"children": Immutable.List [],
|
|
81958
|
+
"selectable": false,
|
|
81959
|
+
"title": "Individuals",
|
|
81960
|
+
"value": "customers-node",
|
|
81961
|
+
},
|
|
81962
|
+
]
|
|
82057
81963
|
}
|
|
81964
|
+
wecrmAccounts={Array []}
|
|
82058
81965
|
/>
|
|
82059
81966
|
</CapRow>
|
|
81967
|
+
<CapDivider
|
|
81968
|
+
className="panel-divider"
|
|
81969
|
+
/>
|
|
81970
|
+
</CapRow>
|
|
81971
|
+
<CapRow
|
|
81972
|
+
className="right-panel"
|
|
81973
|
+
>
|
|
81974
|
+
<PreviewSection
|
|
81975
|
+
unifiedPreviewProps={
|
|
81976
|
+
Object {
|
|
81977
|
+
"channel": "RCS",
|
|
81978
|
+
"content": Object {
|
|
81979
|
+
"suggestions": Array [
|
|
81980
|
+
Object {
|
|
81981
|
+
"index": 0,
|
|
81982
|
+
"isSaved": true,
|
|
81983
|
+
"phoneNumber": "",
|
|
81984
|
+
"postback": "stop",
|
|
81985
|
+
"text": "stop",
|
|
81986
|
+
"type": "QUICK_REPLY",
|
|
81987
|
+
"url": null,
|
|
81988
|
+
},
|
|
81989
|
+
],
|
|
81990
|
+
"templateHeader": "",
|
|
81991
|
+
"templateMessage": "",
|
|
81992
|
+
},
|
|
81993
|
+
"device": "desktop",
|
|
81994
|
+
"error": null,
|
|
81995
|
+
"formatMessage": [Function],
|
|
81996
|
+
"isUpdating": false,
|
|
81997
|
+
"lastModified": undefined,
|
|
81998
|
+
"onDeviceChange": [Function],
|
|
81999
|
+
"selectedCustomer": null,
|
|
82000
|
+
"showDeviceToggle": true,
|
|
82001
|
+
"updatedByName": undefined,
|
|
82002
|
+
}
|
|
82003
|
+
}
|
|
82004
|
+
/>
|
|
82060
82005
|
</CapRow>
|
|
82061
82006
|
</CapRow>
|
|
82062
|
-
</
|
|
82007
|
+
</CapRow>
|
|
82063
82008
|
}
|
|
82064
82009
|
handleClose={[Function]}
|
|
82065
82010
|
header={
|
|
@@ -96627,7 +96572,6 @@ new message content.",
|
|
|
96627
96572
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
96628
96573
|
actions={
|
|
96629
96574
|
Object {
|
|
96630
|
-
"addTestCustomer": [Function],
|
|
96631
96575
|
"clearCustomerSearchState": [Function],
|
|
96632
96576
|
"clearPrefilledValues": [Function],
|
|
96633
96577
|
"clearPreviewErrors": [Function],
|
|
@@ -96695,7 +96639,6 @@ new message content.",
|
|
|
96695
96639
|
<TestAndPreviewSlidebox
|
|
96696
96640
|
actions={
|
|
96697
96641
|
Object {
|
|
96698
|
-
"addTestCustomer": [Function],
|
|
96699
96642
|
"clearCustomerSearchState": [Function],
|
|
96700
96643
|
"clearPrefilledValues": [Function],
|
|
96701
96644
|
"clearPreviewErrors": [Function],
|
|
@@ -99012,7 +98955,6 @@ new message content.",
|
|
|
99012
98955
|
<CommonTestAndPreview
|
|
99013
98956
|
actions={
|
|
99014
98957
|
Object {
|
|
99015
|
-
"addTestCustomer": [Function],
|
|
99016
98958
|
"clearCustomerSearchState": [Function],
|
|
99017
98959
|
"clearPrefilledValues": [Function],
|
|
99018
98960
|
"clearPreviewErrors": [Function],
|
|
@@ -101346,138 +101288,130 @@ new message content.",
|
|
|
101346
101288
|
closeIconSize="m"
|
|
101347
101289
|
closeIconType="close"
|
|
101348
101290
|
content={
|
|
101349
|
-
<
|
|
101350
|
-
className="
|
|
101351
|
-
spinning={false}
|
|
101291
|
+
<CapRow
|
|
101292
|
+
className="test-preview-container"
|
|
101352
101293
|
>
|
|
101353
101294
|
<CapRow
|
|
101354
|
-
className="test-preview-
|
|
101295
|
+
className="test-and-preview-panels"
|
|
101355
101296
|
>
|
|
101356
101297
|
<CapRow
|
|
101357
|
-
className="
|
|
101298
|
+
className="left-panel"
|
|
101358
101299
|
>
|
|
101300
|
+
<LeftPanelContent
|
|
101301
|
+
customers={Immutable.List []}
|
|
101302
|
+
enableCustomerSearch={true}
|
|
101303
|
+
enableTagExtraction={true}
|
|
101304
|
+
error7078Message={null}
|
|
101305
|
+
extractedTags={Immutable.List []}
|
|
101306
|
+
handleClearSelection={[Function]}
|
|
101307
|
+
handleCustomerSelect={[Function]}
|
|
101308
|
+
handleExtractTags={[Function]}
|
|
101309
|
+
handleSearchCustomer={[Function]}
|
|
101310
|
+
isExtractingTags={false}
|
|
101311
|
+
isSearchingCustomer={false}
|
|
101312
|
+
renderCustomValuesEditor={[Function]}
|
|
101313
|
+
selectedCustomer={null}
|
|
101314
|
+
tagsExtracted={false}
|
|
101315
|
+
/>
|
|
101316
|
+
<CapDivider
|
|
101317
|
+
className="panel-divider"
|
|
101318
|
+
/>
|
|
101359
101319
|
<CapRow
|
|
101360
|
-
className="
|
|
101320
|
+
className="panel-section send-test-section"
|
|
101361
101321
|
>
|
|
101362
|
-
<
|
|
101363
|
-
|
|
101364
|
-
|
|
101365
|
-
|
|
101366
|
-
|
|
101367
|
-
|
|
101368
|
-
|
|
101369
|
-
handleCustomerSelect={[Function]}
|
|
101370
|
-
handleExtractTags={[Function]}
|
|
101371
|
-
handleSearchCustomer={[Function]}
|
|
101372
|
-
isExtractingTags={false}
|
|
101373
|
-
isSearchingCustomer={false}
|
|
101374
|
-
renderCustomValuesEditor={[Function]}
|
|
101375
|
-
selectedCustomer={null}
|
|
101376
|
-
tagsExtracted={false}
|
|
101377
|
-
/>
|
|
101378
|
-
<CapDivider
|
|
101379
|
-
className="panel-divider"
|
|
101380
|
-
/>
|
|
101381
|
-
<CapRow
|
|
101382
|
-
className="panel-section send-test-section"
|
|
101383
|
-
>
|
|
101384
|
-
<SendTestMessage
|
|
101385
|
-
channel="RCS"
|
|
101386
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
101387
|
-
deliverySettings={Object {}}
|
|
101388
|
-
formData={
|
|
101389
|
-
Object {
|
|
101390
|
-
"suggestions": Array [
|
|
101391
|
-
Object {
|
|
101392
|
-
"index": 0,
|
|
101393
|
-
"isSaved": true,
|
|
101394
|
-
"phoneNumber": "",
|
|
101395
|
-
"postback": "stop",
|
|
101396
|
-
"text": "stop",
|
|
101397
|
-
"type": "QUICK_REPLY",
|
|
101398
|
-
"url": null,
|
|
101399
|
-
},
|
|
101400
|
-
],
|
|
101401
|
-
"templateHeader": "",
|
|
101402
|
-
"templateMessage": "",
|
|
101403
|
-
}
|
|
101404
|
-
}
|
|
101405
|
-
formatMessage={[Function]}
|
|
101406
|
-
handleSendTestMessage={[Function]}
|
|
101407
|
-
handleTestEntitiesChange={[Function]}
|
|
101408
|
-
isFetchingTestCustomers={false}
|
|
101409
|
-
isFetchingTestGroups={false}
|
|
101410
|
-
isLoadingSenderDetails={false}
|
|
101411
|
-
isSendingTestMessage={false}
|
|
101412
|
-
onSaveDeliverySettings={[Function]}
|
|
101413
|
-
registeredSenderIds={Array []}
|
|
101414
|
-
renderAddTestCustomerButton={[Function]}
|
|
101415
|
-
searchValue=""
|
|
101416
|
-
selectedTestEntities={Array []}
|
|
101417
|
-
senderDetailsOptions={Array []}
|
|
101418
|
-
setSearchValue={[Function]}
|
|
101419
|
-
smsTraiDltEnabled={false}
|
|
101420
|
-
testEntitiesTreeData={
|
|
101421
|
-
Array [
|
|
101422
|
-
Object {
|
|
101423
|
-
"children": Immutable.List [],
|
|
101424
|
-
"selectable": false,
|
|
101425
|
-
"title": "Groups",
|
|
101426
|
-
"value": "groups-node",
|
|
101427
|
-
},
|
|
101322
|
+
<SendTestMessage
|
|
101323
|
+
channel="RCS"
|
|
101324
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
101325
|
+
deliverySettings={Object {}}
|
|
101326
|
+
formData={
|
|
101327
|
+
Object {
|
|
101328
|
+
"suggestions": Array [
|
|
101428
101329
|
Object {
|
|
101429
|
-
"
|
|
101430
|
-
"
|
|
101431
|
-
"
|
|
101432
|
-
"
|
|
101330
|
+
"index": 0,
|
|
101331
|
+
"isSaved": true,
|
|
101332
|
+
"phoneNumber": "",
|
|
101333
|
+
"postback": "stop",
|
|
101334
|
+
"text": "stop",
|
|
101335
|
+
"type": "QUICK_REPLY",
|
|
101336
|
+
"url": null,
|
|
101433
101337
|
},
|
|
101434
|
-
]
|
|
101338
|
+
],
|
|
101339
|
+
"templateHeader": "",
|
|
101340
|
+
"templateMessage": "",
|
|
101435
101341
|
}
|
|
101436
|
-
|
|
101437
|
-
|
|
101438
|
-
|
|
101439
|
-
|
|
101440
|
-
|
|
101441
|
-
|
|
101442
|
-
|
|
101443
|
-
|
|
101444
|
-
|
|
101445
|
-
|
|
101446
|
-
|
|
101447
|
-
|
|
101448
|
-
|
|
101449
|
-
|
|
101450
|
-
|
|
101451
|
-
|
|
101452
|
-
|
|
101453
|
-
|
|
101454
|
-
|
|
101455
|
-
|
|
101456
|
-
"postback": "stop",
|
|
101457
|
-
"text": "stop",
|
|
101458
|
-
"type": "QUICK_REPLY",
|
|
101459
|
-
"url": null,
|
|
101460
|
-
},
|
|
101461
|
-
],
|
|
101462
|
-
"templateHeader": "",
|
|
101463
|
-
"templateMessage": "",
|
|
101342
|
+
}
|
|
101343
|
+
formatMessage={[Function]}
|
|
101344
|
+
handleSendTestMessage={[Function]}
|
|
101345
|
+
handleTestEntitiesChange={[Function]}
|
|
101346
|
+
isFetchingTestCustomers={false}
|
|
101347
|
+
isFetchingTestGroups={false}
|
|
101348
|
+
isLoadingSenderDetails={false}
|
|
101349
|
+
isSendingTestMessage={false}
|
|
101350
|
+
onSaveDeliverySettings={[Function]}
|
|
101351
|
+
registeredSenderIds={Array []}
|
|
101352
|
+
selectedTestEntities={Array []}
|
|
101353
|
+
senderDetailsOptions={Array []}
|
|
101354
|
+
smsTraiDltEnabled={false}
|
|
101355
|
+
testEntitiesTreeData={
|
|
101356
|
+
Array [
|
|
101357
|
+
Object {
|
|
101358
|
+
"children": Immutable.List [],
|
|
101359
|
+
"selectable": false,
|
|
101360
|
+
"title": "Groups",
|
|
101361
|
+
"value": "groups-node",
|
|
101464
101362
|
},
|
|
101465
|
-
|
|
101466
|
-
|
|
101467
|
-
|
|
101468
|
-
|
|
101469
|
-
|
|
101470
|
-
|
|
101471
|
-
|
|
101472
|
-
"showDeviceToggle": true,
|
|
101473
|
-
"updatedByName": undefined,
|
|
101474
|
-
}
|
|
101363
|
+
Object {
|
|
101364
|
+
"children": Immutable.List [],
|
|
101365
|
+
"selectable": false,
|
|
101366
|
+
"title": "Individuals",
|
|
101367
|
+
"value": "customers-node",
|
|
101368
|
+
},
|
|
101369
|
+
]
|
|
101475
101370
|
}
|
|
101371
|
+
wecrmAccounts={Array []}
|
|
101476
101372
|
/>
|
|
101477
101373
|
</CapRow>
|
|
101374
|
+
<CapDivider
|
|
101375
|
+
className="panel-divider"
|
|
101376
|
+
/>
|
|
101377
|
+
</CapRow>
|
|
101378
|
+
<CapRow
|
|
101379
|
+
className="right-panel"
|
|
101380
|
+
>
|
|
101381
|
+
<PreviewSection
|
|
101382
|
+
unifiedPreviewProps={
|
|
101383
|
+
Object {
|
|
101384
|
+
"channel": "RCS",
|
|
101385
|
+
"content": Object {
|
|
101386
|
+
"suggestions": Array [
|
|
101387
|
+
Object {
|
|
101388
|
+
"index": 0,
|
|
101389
|
+
"isSaved": true,
|
|
101390
|
+
"phoneNumber": "",
|
|
101391
|
+
"postback": "stop",
|
|
101392
|
+
"text": "stop",
|
|
101393
|
+
"type": "QUICK_REPLY",
|
|
101394
|
+
"url": null,
|
|
101395
|
+
},
|
|
101396
|
+
],
|
|
101397
|
+
"templateHeader": "",
|
|
101398
|
+
"templateMessage": "",
|
|
101399
|
+
},
|
|
101400
|
+
"device": "desktop",
|
|
101401
|
+
"error": null,
|
|
101402
|
+
"formatMessage": [Function],
|
|
101403
|
+
"isUpdating": false,
|
|
101404
|
+
"lastModified": undefined,
|
|
101405
|
+
"onDeviceChange": [Function],
|
|
101406
|
+
"selectedCustomer": null,
|
|
101407
|
+
"showDeviceToggle": true,
|
|
101408
|
+
"updatedByName": undefined,
|
|
101409
|
+
}
|
|
101410
|
+
}
|
|
101411
|
+
/>
|
|
101478
101412
|
</CapRow>
|
|
101479
101413
|
</CapRow>
|
|
101480
|
-
</
|
|
101414
|
+
</CapRow>
|
|
101481
101415
|
}
|
|
101482
101416
|
handleClose={[Function]}
|
|
101483
101417
|
header={
|
|
@@ -116045,7 +115979,6 @@ new message content.",
|
|
|
116045
115979
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
116046
115980
|
actions={
|
|
116047
115981
|
Object {
|
|
116048
|
-
"addTestCustomer": [Function],
|
|
116049
115982
|
"clearCustomerSearchState": [Function],
|
|
116050
115983
|
"clearPrefilledValues": [Function],
|
|
116051
115984
|
"clearPreviewErrors": [Function],
|
|
@@ -116113,7 +116046,6 @@ new message content.",
|
|
|
116113
116046
|
<TestAndPreviewSlidebox
|
|
116114
116047
|
actions={
|
|
116115
116048
|
Object {
|
|
116116
|
-
"addTestCustomer": [Function],
|
|
116117
116049
|
"clearCustomerSearchState": [Function],
|
|
116118
116050
|
"clearPrefilledValues": [Function],
|
|
116119
116051
|
"clearPreviewErrors": [Function],
|
|
@@ -118430,7 +118362,6 @@ new message content.",
|
|
|
118430
118362
|
<CommonTestAndPreview
|
|
118431
118363
|
actions={
|
|
118432
118364
|
Object {
|
|
118433
|
-
"addTestCustomer": [Function],
|
|
118434
118365
|
"clearCustomerSearchState": [Function],
|
|
118435
118366
|
"clearPrefilledValues": [Function],
|
|
118436
118367
|
"clearPreviewErrors": [Function],
|
|
@@ -120764,138 +120695,130 @@ new message content.",
|
|
|
120764
120695
|
closeIconSize="m"
|
|
120765
120696
|
closeIconType="close"
|
|
120766
120697
|
content={
|
|
120767
|
-
<
|
|
120768
|
-
className="
|
|
120769
|
-
spinning={false}
|
|
120698
|
+
<CapRow
|
|
120699
|
+
className="test-preview-container"
|
|
120770
120700
|
>
|
|
120771
120701
|
<CapRow
|
|
120772
|
-
className="test-preview-
|
|
120702
|
+
className="test-and-preview-panels"
|
|
120773
120703
|
>
|
|
120774
120704
|
<CapRow
|
|
120775
|
-
className="
|
|
120705
|
+
className="left-panel"
|
|
120776
120706
|
>
|
|
120707
|
+
<LeftPanelContent
|
|
120708
|
+
customers={Immutable.List []}
|
|
120709
|
+
enableCustomerSearch={true}
|
|
120710
|
+
enableTagExtraction={true}
|
|
120711
|
+
error7078Message={null}
|
|
120712
|
+
extractedTags={Immutable.List []}
|
|
120713
|
+
handleClearSelection={[Function]}
|
|
120714
|
+
handleCustomerSelect={[Function]}
|
|
120715
|
+
handleExtractTags={[Function]}
|
|
120716
|
+
handleSearchCustomer={[Function]}
|
|
120717
|
+
isExtractingTags={false}
|
|
120718
|
+
isSearchingCustomer={false}
|
|
120719
|
+
renderCustomValuesEditor={[Function]}
|
|
120720
|
+
selectedCustomer={null}
|
|
120721
|
+
tagsExtracted={false}
|
|
120722
|
+
/>
|
|
120723
|
+
<CapDivider
|
|
120724
|
+
className="panel-divider"
|
|
120725
|
+
/>
|
|
120777
120726
|
<CapRow
|
|
120778
|
-
className="
|
|
120727
|
+
className="panel-section send-test-section"
|
|
120779
120728
|
>
|
|
120780
|
-
<
|
|
120781
|
-
|
|
120782
|
-
|
|
120783
|
-
|
|
120784
|
-
|
|
120785
|
-
|
|
120786
|
-
|
|
120787
|
-
handleCustomerSelect={[Function]}
|
|
120788
|
-
handleExtractTags={[Function]}
|
|
120789
|
-
handleSearchCustomer={[Function]}
|
|
120790
|
-
isExtractingTags={false}
|
|
120791
|
-
isSearchingCustomer={false}
|
|
120792
|
-
renderCustomValuesEditor={[Function]}
|
|
120793
|
-
selectedCustomer={null}
|
|
120794
|
-
tagsExtracted={false}
|
|
120795
|
-
/>
|
|
120796
|
-
<CapDivider
|
|
120797
|
-
className="panel-divider"
|
|
120798
|
-
/>
|
|
120799
|
-
<CapRow
|
|
120800
|
-
className="panel-section send-test-section"
|
|
120801
|
-
>
|
|
120802
|
-
<SendTestMessage
|
|
120803
|
-
channel="RCS"
|
|
120804
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
120805
|
-
deliverySettings={Object {}}
|
|
120806
|
-
formData={
|
|
120807
|
-
Object {
|
|
120808
|
-
"suggestions": Array [
|
|
120809
|
-
Object {
|
|
120810
|
-
"index": 0,
|
|
120811
|
-
"isSaved": true,
|
|
120812
|
-
"phoneNumber": "",
|
|
120813
|
-
"postback": "stop",
|
|
120814
|
-
"text": "stop",
|
|
120815
|
-
"type": "QUICK_REPLY",
|
|
120816
|
-
"url": null,
|
|
120817
|
-
},
|
|
120818
|
-
],
|
|
120819
|
-
"templateHeader": "",
|
|
120820
|
-
"templateMessage": "",
|
|
120821
|
-
}
|
|
120822
|
-
}
|
|
120823
|
-
formatMessage={[Function]}
|
|
120824
|
-
handleSendTestMessage={[Function]}
|
|
120825
|
-
handleTestEntitiesChange={[Function]}
|
|
120826
|
-
isFetchingTestCustomers={false}
|
|
120827
|
-
isFetchingTestGroups={false}
|
|
120828
|
-
isLoadingSenderDetails={false}
|
|
120829
|
-
isSendingTestMessage={false}
|
|
120830
|
-
onSaveDeliverySettings={[Function]}
|
|
120831
|
-
registeredSenderIds={Array []}
|
|
120832
|
-
renderAddTestCustomerButton={[Function]}
|
|
120833
|
-
searchValue=""
|
|
120834
|
-
selectedTestEntities={Array []}
|
|
120835
|
-
senderDetailsOptions={Array []}
|
|
120836
|
-
setSearchValue={[Function]}
|
|
120837
|
-
smsTraiDltEnabled={false}
|
|
120838
|
-
testEntitiesTreeData={
|
|
120839
|
-
Array [
|
|
120840
|
-
Object {
|
|
120841
|
-
"children": Immutable.List [],
|
|
120842
|
-
"selectable": false,
|
|
120843
|
-
"title": "Groups",
|
|
120844
|
-
"value": "groups-node",
|
|
120845
|
-
},
|
|
120729
|
+
<SendTestMessage
|
|
120730
|
+
channel="RCS"
|
|
120731
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
120732
|
+
deliverySettings={Object {}}
|
|
120733
|
+
formData={
|
|
120734
|
+
Object {
|
|
120735
|
+
"suggestions": Array [
|
|
120846
120736
|
Object {
|
|
120847
|
-
"
|
|
120848
|
-
"
|
|
120849
|
-
"
|
|
120850
|
-
"
|
|
120737
|
+
"index": 0,
|
|
120738
|
+
"isSaved": true,
|
|
120739
|
+
"phoneNumber": "",
|
|
120740
|
+
"postback": "stop",
|
|
120741
|
+
"text": "stop",
|
|
120742
|
+
"type": "QUICK_REPLY",
|
|
120743
|
+
"url": null,
|
|
120851
120744
|
},
|
|
120852
|
-
]
|
|
120745
|
+
],
|
|
120746
|
+
"templateHeader": "",
|
|
120747
|
+
"templateMessage": "",
|
|
120853
120748
|
}
|
|
120854
|
-
|
|
120855
|
-
|
|
120856
|
-
|
|
120857
|
-
|
|
120858
|
-
|
|
120859
|
-
|
|
120860
|
-
|
|
120861
|
-
|
|
120862
|
-
|
|
120863
|
-
|
|
120864
|
-
|
|
120865
|
-
|
|
120866
|
-
|
|
120867
|
-
|
|
120868
|
-
|
|
120869
|
-
|
|
120870
|
-
|
|
120871
|
-
|
|
120872
|
-
|
|
120873
|
-
|
|
120874
|
-
"postback": "stop",
|
|
120875
|
-
"text": "stop",
|
|
120876
|
-
"type": "QUICK_REPLY",
|
|
120877
|
-
"url": null,
|
|
120878
|
-
},
|
|
120879
|
-
],
|
|
120880
|
-
"templateHeader": "",
|
|
120881
|
-
"templateMessage": "",
|
|
120749
|
+
}
|
|
120750
|
+
formatMessage={[Function]}
|
|
120751
|
+
handleSendTestMessage={[Function]}
|
|
120752
|
+
handleTestEntitiesChange={[Function]}
|
|
120753
|
+
isFetchingTestCustomers={false}
|
|
120754
|
+
isFetchingTestGroups={false}
|
|
120755
|
+
isLoadingSenderDetails={false}
|
|
120756
|
+
isSendingTestMessage={false}
|
|
120757
|
+
onSaveDeliverySettings={[Function]}
|
|
120758
|
+
registeredSenderIds={Array []}
|
|
120759
|
+
selectedTestEntities={Array []}
|
|
120760
|
+
senderDetailsOptions={Array []}
|
|
120761
|
+
smsTraiDltEnabled={false}
|
|
120762
|
+
testEntitiesTreeData={
|
|
120763
|
+
Array [
|
|
120764
|
+
Object {
|
|
120765
|
+
"children": Immutable.List [],
|
|
120766
|
+
"selectable": false,
|
|
120767
|
+
"title": "Groups",
|
|
120768
|
+
"value": "groups-node",
|
|
120882
120769
|
},
|
|
120883
|
-
|
|
120884
|
-
|
|
120885
|
-
|
|
120886
|
-
|
|
120887
|
-
|
|
120888
|
-
|
|
120889
|
-
|
|
120890
|
-
"showDeviceToggle": true,
|
|
120891
|
-
"updatedByName": undefined,
|
|
120892
|
-
}
|
|
120770
|
+
Object {
|
|
120771
|
+
"children": Immutable.List [],
|
|
120772
|
+
"selectable": false,
|
|
120773
|
+
"title": "Individuals",
|
|
120774
|
+
"value": "customers-node",
|
|
120775
|
+
},
|
|
120776
|
+
]
|
|
120893
120777
|
}
|
|
120778
|
+
wecrmAccounts={Array []}
|
|
120894
120779
|
/>
|
|
120895
120780
|
</CapRow>
|
|
120781
|
+
<CapDivider
|
|
120782
|
+
className="panel-divider"
|
|
120783
|
+
/>
|
|
120784
|
+
</CapRow>
|
|
120785
|
+
<CapRow
|
|
120786
|
+
className="right-panel"
|
|
120787
|
+
>
|
|
120788
|
+
<PreviewSection
|
|
120789
|
+
unifiedPreviewProps={
|
|
120790
|
+
Object {
|
|
120791
|
+
"channel": "RCS",
|
|
120792
|
+
"content": Object {
|
|
120793
|
+
"suggestions": Array [
|
|
120794
|
+
Object {
|
|
120795
|
+
"index": 0,
|
|
120796
|
+
"isSaved": true,
|
|
120797
|
+
"phoneNumber": "",
|
|
120798
|
+
"postback": "stop",
|
|
120799
|
+
"text": "stop",
|
|
120800
|
+
"type": "QUICK_REPLY",
|
|
120801
|
+
"url": null,
|
|
120802
|
+
},
|
|
120803
|
+
],
|
|
120804
|
+
"templateHeader": "",
|
|
120805
|
+
"templateMessage": "",
|
|
120806
|
+
},
|
|
120807
|
+
"device": "desktop",
|
|
120808
|
+
"error": null,
|
|
120809
|
+
"formatMessage": [Function],
|
|
120810
|
+
"isUpdating": false,
|
|
120811
|
+
"lastModified": undefined,
|
|
120812
|
+
"onDeviceChange": [Function],
|
|
120813
|
+
"selectedCustomer": null,
|
|
120814
|
+
"showDeviceToggle": true,
|
|
120815
|
+
"updatedByName": undefined,
|
|
120816
|
+
}
|
|
120817
|
+
}
|
|
120818
|
+
/>
|
|
120896
120819
|
</CapRow>
|
|
120897
120820
|
</CapRow>
|
|
120898
|
-
</
|
|
120821
|
+
</CapRow>
|
|
120899
120822
|
}
|
|
120900
120823
|
handleClose={[Function]}
|
|
120901
120824
|
header={
|
|
@@ -136131,7 +136054,6 @@ new message content.",
|
|
|
136131
136054
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
136132
136055
|
actions={
|
|
136133
136056
|
Object {
|
|
136134
|
-
"addTestCustomer": [Function],
|
|
136135
136057
|
"clearCustomerSearchState": [Function],
|
|
136136
136058
|
"clearPrefilledValues": [Function],
|
|
136137
136059
|
"clearPreviewErrors": [Function],
|
|
@@ -136199,7 +136121,6 @@ new message content.",
|
|
|
136199
136121
|
<TestAndPreviewSlidebox
|
|
136200
136122
|
actions={
|
|
136201
136123
|
Object {
|
|
136202
|
-
"addTestCustomer": [Function],
|
|
136203
136124
|
"clearCustomerSearchState": [Function],
|
|
136204
136125
|
"clearPrefilledValues": [Function],
|
|
136205
136126
|
"clearPreviewErrors": [Function],
|
|
@@ -138516,7 +138437,6 @@ new message content.",
|
|
|
138516
138437
|
<CommonTestAndPreview
|
|
138517
138438
|
actions={
|
|
138518
138439
|
Object {
|
|
138519
|
-
"addTestCustomer": [Function],
|
|
138520
138440
|
"clearCustomerSearchState": [Function],
|
|
138521
138441
|
"clearPrefilledValues": [Function],
|
|
138522
138442
|
"clearPreviewErrors": [Function],
|
|
@@ -140850,138 +140770,130 @@ new message content.",
|
|
|
140850
140770
|
closeIconSize="m"
|
|
140851
140771
|
closeIconType="close"
|
|
140852
140772
|
content={
|
|
140853
|
-
<
|
|
140854
|
-
className="
|
|
140855
|
-
spinning={false}
|
|
140773
|
+
<CapRow
|
|
140774
|
+
className="test-preview-container"
|
|
140856
140775
|
>
|
|
140857
140776
|
<CapRow
|
|
140858
|
-
className="test-preview-
|
|
140777
|
+
className="test-and-preview-panels"
|
|
140859
140778
|
>
|
|
140860
140779
|
<CapRow
|
|
140861
|
-
className="
|
|
140780
|
+
className="left-panel"
|
|
140862
140781
|
>
|
|
140782
|
+
<LeftPanelContent
|
|
140783
|
+
customers={Immutable.List []}
|
|
140784
|
+
enableCustomerSearch={true}
|
|
140785
|
+
enableTagExtraction={true}
|
|
140786
|
+
error7078Message={null}
|
|
140787
|
+
extractedTags={Immutable.List []}
|
|
140788
|
+
handleClearSelection={[Function]}
|
|
140789
|
+
handleCustomerSelect={[Function]}
|
|
140790
|
+
handleExtractTags={[Function]}
|
|
140791
|
+
handleSearchCustomer={[Function]}
|
|
140792
|
+
isExtractingTags={false}
|
|
140793
|
+
isSearchingCustomer={false}
|
|
140794
|
+
renderCustomValuesEditor={[Function]}
|
|
140795
|
+
selectedCustomer={null}
|
|
140796
|
+
tagsExtracted={false}
|
|
140797
|
+
/>
|
|
140798
|
+
<CapDivider
|
|
140799
|
+
className="panel-divider"
|
|
140800
|
+
/>
|
|
140863
140801
|
<CapRow
|
|
140864
|
-
className="
|
|
140802
|
+
className="panel-section send-test-section"
|
|
140865
140803
|
>
|
|
140866
|
-
<
|
|
140867
|
-
|
|
140868
|
-
|
|
140869
|
-
|
|
140870
|
-
|
|
140871
|
-
|
|
140872
|
-
|
|
140873
|
-
handleCustomerSelect={[Function]}
|
|
140874
|
-
handleExtractTags={[Function]}
|
|
140875
|
-
handleSearchCustomer={[Function]}
|
|
140876
|
-
isExtractingTags={false}
|
|
140877
|
-
isSearchingCustomer={false}
|
|
140878
|
-
renderCustomValuesEditor={[Function]}
|
|
140879
|
-
selectedCustomer={null}
|
|
140880
|
-
tagsExtracted={false}
|
|
140881
|
-
/>
|
|
140882
|
-
<CapDivider
|
|
140883
|
-
className="panel-divider"
|
|
140884
|
-
/>
|
|
140885
|
-
<CapRow
|
|
140886
|
-
className="panel-section send-test-section"
|
|
140887
|
-
>
|
|
140888
|
-
<SendTestMessage
|
|
140889
|
-
channel="RCS"
|
|
140890
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
140891
|
-
deliverySettings={Object {}}
|
|
140892
|
-
formData={
|
|
140893
|
-
Object {
|
|
140894
|
-
"suggestions": Array [
|
|
140895
|
-
Object {
|
|
140896
|
-
"index": 0,
|
|
140897
|
-
"isSaved": true,
|
|
140898
|
-
"phoneNumber": "",
|
|
140899
|
-
"postback": "stop",
|
|
140900
|
-
"text": "stop",
|
|
140901
|
-
"type": "QUICK_REPLY",
|
|
140902
|
-
"url": null,
|
|
140903
|
-
},
|
|
140904
|
-
],
|
|
140905
|
-
"templateHeader": "",
|
|
140906
|
-
"templateMessage": "",
|
|
140907
|
-
}
|
|
140908
|
-
}
|
|
140909
|
-
formatMessage={[Function]}
|
|
140910
|
-
handleSendTestMessage={[Function]}
|
|
140911
|
-
handleTestEntitiesChange={[Function]}
|
|
140912
|
-
isFetchingTestCustomers={false}
|
|
140913
|
-
isFetchingTestGroups={false}
|
|
140914
|
-
isLoadingSenderDetails={false}
|
|
140915
|
-
isSendingTestMessage={false}
|
|
140916
|
-
onSaveDeliverySettings={[Function]}
|
|
140917
|
-
registeredSenderIds={Array []}
|
|
140918
|
-
renderAddTestCustomerButton={[Function]}
|
|
140919
|
-
searchValue=""
|
|
140920
|
-
selectedTestEntities={Array []}
|
|
140921
|
-
senderDetailsOptions={Array []}
|
|
140922
|
-
setSearchValue={[Function]}
|
|
140923
|
-
smsTraiDltEnabled={false}
|
|
140924
|
-
testEntitiesTreeData={
|
|
140925
|
-
Array [
|
|
140926
|
-
Object {
|
|
140927
|
-
"children": Immutable.List [],
|
|
140928
|
-
"selectable": false,
|
|
140929
|
-
"title": "Groups",
|
|
140930
|
-
"value": "groups-node",
|
|
140931
|
-
},
|
|
140804
|
+
<SendTestMessage
|
|
140805
|
+
channel="RCS"
|
|
140806
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
140807
|
+
deliverySettings={Object {}}
|
|
140808
|
+
formData={
|
|
140809
|
+
Object {
|
|
140810
|
+
"suggestions": Array [
|
|
140932
140811
|
Object {
|
|
140933
|
-
"
|
|
140934
|
-
"
|
|
140935
|
-
"
|
|
140936
|
-
"
|
|
140812
|
+
"index": 0,
|
|
140813
|
+
"isSaved": true,
|
|
140814
|
+
"phoneNumber": "",
|
|
140815
|
+
"postback": "stop",
|
|
140816
|
+
"text": "stop",
|
|
140817
|
+
"type": "QUICK_REPLY",
|
|
140818
|
+
"url": null,
|
|
140937
140819
|
},
|
|
140938
|
-
]
|
|
140820
|
+
],
|
|
140821
|
+
"templateHeader": "",
|
|
140822
|
+
"templateMessage": "",
|
|
140939
140823
|
}
|
|
140940
|
-
|
|
140941
|
-
|
|
140942
|
-
|
|
140943
|
-
|
|
140944
|
-
|
|
140945
|
-
|
|
140946
|
-
|
|
140947
|
-
|
|
140948
|
-
|
|
140949
|
-
|
|
140950
|
-
|
|
140951
|
-
|
|
140952
|
-
|
|
140953
|
-
|
|
140954
|
-
|
|
140955
|
-
|
|
140956
|
-
|
|
140957
|
-
|
|
140958
|
-
|
|
140959
|
-
|
|
140960
|
-
"postback": "stop",
|
|
140961
|
-
"text": "stop",
|
|
140962
|
-
"type": "QUICK_REPLY",
|
|
140963
|
-
"url": null,
|
|
140964
|
-
},
|
|
140965
|
-
],
|
|
140966
|
-
"templateHeader": "",
|
|
140967
|
-
"templateMessage": "",
|
|
140824
|
+
}
|
|
140825
|
+
formatMessage={[Function]}
|
|
140826
|
+
handleSendTestMessage={[Function]}
|
|
140827
|
+
handleTestEntitiesChange={[Function]}
|
|
140828
|
+
isFetchingTestCustomers={false}
|
|
140829
|
+
isFetchingTestGroups={false}
|
|
140830
|
+
isLoadingSenderDetails={false}
|
|
140831
|
+
isSendingTestMessage={false}
|
|
140832
|
+
onSaveDeliverySettings={[Function]}
|
|
140833
|
+
registeredSenderIds={Array []}
|
|
140834
|
+
selectedTestEntities={Array []}
|
|
140835
|
+
senderDetailsOptions={Array []}
|
|
140836
|
+
smsTraiDltEnabled={false}
|
|
140837
|
+
testEntitiesTreeData={
|
|
140838
|
+
Array [
|
|
140839
|
+
Object {
|
|
140840
|
+
"children": Immutable.List [],
|
|
140841
|
+
"selectable": false,
|
|
140842
|
+
"title": "Groups",
|
|
140843
|
+
"value": "groups-node",
|
|
140968
140844
|
},
|
|
140969
|
-
|
|
140970
|
-
|
|
140971
|
-
|
|
140972
|
-
|
|
140973
|
-
|
|
140974
|
-
|
|
140975
|
-
|
|
140976
|
-
"showDeviceToggle": true,
|
|
140977
|
-
"updatedByName": undefined,
|
|
140978
|
-
}
|
|
140845
|
+
Object {
|
|
140846
|
+
"children": Immutable.List [],
|
|
140847
|
+
"selectable": false,
|
|
140848
|
+
"title": "Individuals",
|
|
140849
|
+
"value": "customers-node",
|
|
140850
|
+
},
|
|
140851
|
+
]
|
|
140979
140852
|
}
|
|
140853
|
+
wecrmAccounts={Array []}
|
|
140980
140854
|
/>
|
|
140981
140855
|
</CapRow>
|
|
140856
|
+
<CapDivider
|
|
140857
|
+
className="panel-divider"
|
|
140858
|
+
/>
|
|
140859
|
+
</CapRow>
|
|
140860
|
+
<CapRow
|
|
140861
|
+
className="right-panel"
|
|
140862
|
+
>
|
|
140863
|
+
<PreviewSection
|
|
140864
|
+
unifiedPreviewProps={
|
|
140865
|
+
Object {
|
|
140866
|
+
"channel": "RCS",
|
|
140867
|
+
"content": Object {
|
|
140868
|
+
"suggestions": Array [
|
|
140869
|
+
Object {
|
|
140870
|
+
"index": 0,
|
|
140871
|
+
"isSaved": true,
|
|
140872
|
+
"phoneNumber": "",
|
|
140873
|
+
"postback": "stop",
|
|
140874
|
+
"text": "stop",
|
|
140875
|
+
"type": "QUICK_REPLY",
|
|
140876
|
+
"url": null,
|
|
140877
|
+
},
|
|
140878
|
+
],
|
|
140879
|
+
"templateHeader": "",
|
|
140880
|
+
"templateMessage": "",
|
|
140881
|
+
},
|
|
140882
|
+
"device": "desktop",
|
|
140883
|
+
"error": null,
|
|
140884
|
+
"formatMessage": [Function],
|
|
140885
|
+
"isUpdating": false,
|
|
140886
|
+
"lastModified": undefined,
|
|
140887
|
+
"onDeviceChange": [Function],
|
|
140888
|
+
"selectedCustomer": null,
|
|
140889
|
+
"showDeviceToggle": true,
|
|
140890
|
+
"updatedByName": undefined,
|
|
140891
|
+
}
|
|
140892
|
+
}
|
|
140893
|
+
/>
|
|
140982
140894
|
</CapRow>
|
|
140983
140895
|
</CapRow>
|
|
140984
|
-
</
|
|
140896
|
+
</CapRow>
|
|
140985
140897
|
}
|
|
140986
140898
|
handleClose={[Function]}
|
|
140987
140899
|
header={
|
|
@@ -152233,7 +152145,6 @@ new message content.",
|
|
|
152233
152145
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
152234
152146
|
actions={
|
|
152235
152147
|
Object {
|
|
152236
|
-
"addTestCustomer": [Function],
|
|
152237
152148
|
"clearCustomerSearchState": [Function],
|
|
152238
152149
|
"clearPrefilledValues": [Function],
|
|
152239
152150
|
"clearPreviewErrors": [Function],
|
|
@@ -152301,7 +152212,6 @@ new message content.",
|
|
|
152301
152212
|
<TestAndPreviewSlidebox
|
|
152302
152213
|
actions={
|
|
152303
152214
|
Object {
|
|
152304
|
-
"addTestCustomer": [Function],
|
|
152305
152215
|
"clearCustomerSearchState": [Function],
|
|
152306
152216
|
"clearPrefilledValues": [Function],
|
|
152307
152217
|
"clearPreviewErrors": [Function],
|
|
@@ -154618,7 +154528,6 @@ new message content.",
|
|
|
154618
154528
|
<CommonTestAndPreview
|
|
154619
154529
|
actions={
|
|
154620
154530
|
Object {
|
|
154621
|
-
"addTestCustomer": [Function],
|
|
154622
154531
|
"clearCustomerSearchState": [Function],
|
|
154623
154532
|
"clearPrefilledValues": [Function],
|
|
154624
154533
|
"clearPreviewErrors": [Function],
|
|
@@ -156952,138 +156861,130 @@ new message content.",
|
|
|
156952
156861
|
closeIconSize="m"
|
|
156953
156862
|
closeIconType="close"
|
|
156954
156863
|
content={
|
|
156955
|
-
<
|
|
156956
|
-
className="
|
|
156957
|
-
spinning={false}
|
|
156864
|
+
<CapRow
|
|
156865
|
+
className="test-preview-container"
|
|
156958
156866
|
>
|
|
156959
156867
|
<CapRow
|
|
156960
|
-
className="test-preview-
|
|
156868
|
+
className="test-and-preview-panels"
|
|
156961
156869
|
>
|
|
156962
156870
|
<CapRow
|
|
156963
|
-
className="
|
|
156871
|
+
className="left-panel"
|
|
156964
156872
|
>
|
|
156873
|
+
<LeftPanelContent
|
|
156874
|
+
customers={Immutable.List []}
|
|
156875
|
+
enableCustomerSearch={true}
|
|
156876
|
+
enableTagExtraction={true}
|
|
156877
|
+
error7078Message={null}
|
|
156878
|
+
extractedTags={Immutable.List []}
|
|
156879
|
+
handleClearSelection={[Function]}
|
|
156880
|
+
handleCustomerSelect={[Function]}
|
|
156881
|
+
handleExtractTags={[Function]}
|
|
156882
|
+
handleSearchCustomer={[Function]}
|
|
156883
|
+
isExtractingTags={false}
|
|
156884
|
+
isSearchingCustomer={false}
|
|
156885
|
+
renderCustomValuesEditor={[Function]}
|
|
156886
|
+
selectedCustomer={null}
|
|
156887
|
+
tagsExtracted={false}
|
|
156888
|
+
/>
|
|
156889
|
+
<CapDivider
|
|
156890
|
+
className="panel-divider"
|
|
156891
|
+
/>
|
|
156965
156892
|
<CapRow
|
|
156966
|
-
className="
|
|
156893
|
+
className="panel-section send-test-section"
|
|
156967
156894
|
>
|
|
156968
|
-
<
|
|
156969
|
-
|
|
156970
|
-
|
|
156971
|
-
|
|
156972
|
-
|
|
156973
|
-
|
|
156974
|
-
|
|
156975
|
-
handleCustomerSelect={[Function]}
|
|
156976
|
-
handleExtractTags={[Function]}
|
|
156977
|
-
handleSearchCustomer={[Function]}
|
|
156978
|
-
isExtractingTags={false}
|
|
156979
|
-
isSearchingCustomer={false}
|
|
156980
|
-
renderCustomValuesEditor={[Function]}
|
|
156981
|
-
selectedCustomer={null}
|
|
156982
|
-
tagsExtracted={false}
|
|
156983
|
-
/>
|
|
156984
|
-
<CapDivider
|
|
156985
|
-
className="panel-divider"
|
|
156986
|
-
/>
|
|
156987
|
-
<CapRow
|
|
156988
|
-
className="panel-section send-test-section"
|
|
156989
|
-
>
|
|
156990
|
-
<SendTestMessage
|
|
156991
|
-
channel="RCS"
|
|
156992
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
156993
|
-
deliverySettings={Object {}}
|
|
156994
|
-
formData={
|
|
156995
|
-
Object {
|
|
156996
|
-
"suggestions": Array [
|
|
156997
|
-
Object {
|
|
156998
|
-
"index": 0,
|
|
156999
|
-
"isSaved": true,
|
|
157000
|
-
"phoneNumber": "",
|
|
157001
|
-
"postback": "stop",
|
|
157002
|
-
"text": "stop",
|
|
157003
|
-
"type": "QUICK_REPLY",
|
|
157004
|
-
"url": null,
|
|
157005
|
-
},
|
|
157006
|
-
],
|
|
157007
|
-
"templateHeader": "",
|
|
157008
|
-
"templateMessage": "",
|
|
157009
|
-
}
|
|
157010
|
-
}
|
|
157011
|
-
formatMessage={[Function]}
|
|
157012
|
-
handleSendTestMessage={[Function]}
|
|
157013
|
-
handleTestEntitiesChange={[Function]}
|
|
157014
|
-
isFetchingTestCustomers={false}
|
|
157015
|
-
isFetchingTestGroups={false}
|
|
157016
|
-
isLoadingSenderDetails={false}
|
|
157017
|
-
isSendingTestMessage={false}
|
|
157018
|
-
onSaveDeliverySettings={[Function]}
|
|
157019
|
-
registeredSenderIds={Array []}
|
|
157020
|
-
renderAddTestCustomerButton={[Function]}
|
|
157021
|
-
searchValue=""
|
|
157022
|
-
selectedTestEntities={Array []}
|
|
157023
|
-
senderDetailsOptions={Array []}
|
|
157024
|
-
setSearchValue={[Function]}
|
|
157025
|
-
smsTraiDltEnabled={false}
|
|
157026
|
-
testEntitiesTreeData={
|
|
157027
|
-
Array [
|
|
157028
|
-
Object {
|
|
157029
|
-
"children": Immutable.List [],
|
|
157030
|
-
"selectable": false,
|
|
157031
|
-
"title": "Groups",
|
|
157032
|
-
"value": "groups-node",
|
|
157033
|
-
},
|
|
156895
|
+
<SendTestMessage
|
|
156896
|
+
channel="RCS"
|
|
156897
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
156898
|
+
deliverySettings={Object {}}
|
|
156899
|
+
formData={
|
|
156900
|
+
Object {
|
|
156901
|
+
"suggestions": Array [
|
|
157034
156902
|
Object {
|
|
157035
|
-
"
|
|
157036
|
-
"
|
|
157037
|
-
"
|
|
157038
|
-
"
|
|
156903
|
+
"index": 0,
|
|
156904
|
+
"isSaved": true,
|
|
156905
|
+
"phoneNumber": "",
|
|
156906
|
+
"postback": "stop",
|
|
156907
|
+
"text": "stop",
|
|
156908
|
+
"type": "QUICK_REPLY",
|
|
156909
|
+
"url": null,
|
|
157039
156910
|
},
|
|
157040
|
-
]
|
|
156911
|
+
],
|
|
156912
|
+
"templateHeader": "",
|
|
156913
|
+
"templateMessage": "",
|
|
157041
156914
|
}
|
|
157042
|
-
|
|
157043
|
-
|
|
157044
|
-
|
|
157045
|
-
|
|
157046
|
-
|
|
157047
|
-
|
|
157048
|
-
|
|
157049
|
-
|
|
157050
|
-
|
|
157051
|
-
|
|
157052
|
-
|
|
157053
|
-
|
|
157054
|
-
|
|
157055
|
-
|
|
157056
|
-
|
|
157057
|
-
|
|
157058
|
-
|
|
157059
|
-
|
|
157060
|
-
|
|
157061
|
-
|
|
157062
|
-
"postback": "stop",
|
|
157063
|
-
"text": "stop",
|
|
157064
|
-
"type": "QUICK_REPLY",
|
|
157065
|
-
"url": null,
|
|
157066
|
-
},
|
|
157067
|
-
],
|
|
157068
|
-
"templateHeader": "",
|
|
157069
|
-
"templateMessage": "",
|
|
156915
|
+
}
|
|
156916
|
+
formatMessage={[Function]}
|
|
156917
|
+
handleSendTestMessage={[Function]}
|
|
156918
|
+
handleTestEntitiesChange={[Function]}
|
|
156919
|
+
isFetchingTestCustomers={false}
|
|
156920
|
+
isFetchingTestGroups={false}
|
|
156921
|
+
isLoadingSenderDetails={false}
|
|
156922
|
+
isSendingTestMessage={false}
|
|
156923
|
+
onSaveDeliverySettings={[Function]}
|
|
156924
|
+
registeredSenderIds={Array []}
|
|
156925
|
+
selectedTestEntities={Array []}
|
|
156926
|
+
senderDetailsOptions={Array []}
|
|
156927
|
+
smsTraiDltEnabled={false}
|
|
156928
|
+
testEntitiesTreeData={
|
|
156929
|
+
Array [
|
|
156930
|
+
Object {
|
|
156931
|
+
"children": Immutable.List [],
|
|
156932
|
+
"selectable": false,
|
|
156933
|
+
"title": "Groups",
|
|
156934
|
+
"value": "groups-node",
|
|
157070
156935
|
},
|
|
157071
|
-
|
|
157072
|
-
|
|
157073
|
-
|
|
157074
|
-
|
|
157075
|
-
|
|
157076
|
-
|
|
157077
|
-
|
|
157078
|
-
"showDeviceToggle": true,
|
|
157079
|
-
"updatedByName": undefined,
|
|
157080
|
-
}
|
|
156936
|
+
Object {
|
|
156937
|
+
"children": Immutable.List [],
|
|
156938
|
+
"selectable": false,
|
|
156939
|
+
"title": "Individuals",
|
|
156940
|
+
"value": "customers-node",
|
|
156941
|
+
},
|
|
156942
|
+
]
|
|
157081
156943
|
}
|
|
156944
|
+
wecrmAccounts={Array []}
|
|
157082
156945
|
/>
|
|
157083
156946
|
</CapRow>
|
|
156947
|
+
<CapDivider
|
|
156948
|
+
className="panel-divider"
|
|
156949
|
+
/>
|
|
156950
|
+
</CapRow>
|
|
156951
|
+
<CapRow
|
|
156952
|
+
className="right-panel"
|
|
156953
|
+
>
|
|
156954
|
+
<PreviewSection
|
|
156955
|
+
unifiedPreviewProps={
|
|
156956
|
+
Object {
|
|
156957
|
+
"channel": "RCS",
|
|
156958
|
+
"content": Object {
|
|
156959
|
+
"suggestions": Array [
|
|
156960
|
+
Object {
|
|
156961
|
+
"index": 0,
|
|
156962
|
+
"isSaved": true,
|
|
156963
|
+
"phoneNumber": "",
|
|
156964
|
+
"postback": "stop",
|
|
156965
|
+
"text": "stop",
|
|
156966
|
+
"type": "QUICK_REPLY",
|
|
156967
|
+
"url": null,
|
|
156968
|
+
},
|
|
156969
|
+
],
|
|
156970
|
+
"templateHeader": "",
|
|
156971
|
+
"templateMessage": "",
|
|
156972
|
+
},
|
|
156973
|
+
"device": "desktop",
|
|
156974
|
+
"error": null,
|
|
156975
|
+
"formatMessage": [Function],
|
|
156976
|
+
"isUpdating": false,
|
|
156977
|
+
"lastModified": undefined,
|
|
156978
|
+
"onDeviceChange": [Function],
|
|
156979
|
+
"selectedCustomer": null,
|
|
156980
|
+
"showDeviceToggle": true,
|
|
156981
|
+
"updatedByName": undefined,
|
|
156982
|
+
}
|
|
156983
|
+
}
|
|
156984
|
+
/>
|
|
157084
156985
|
</CapRow>
|
|
157085
156986
|
</CapRow>
|
|
157086
|
-
</
|
|
156987
|
+
</CapRow>
|
|
157087
156988
|
}
|
|
157088
156989
|
handleClose={[Function]}
|
|
157089
156990
|
header={
|
|
@@ -168335,7 +168236,6 @@ new message content.",
|
|
|
168335
168236
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
168336
168237
|
actions={
|
|
168337
168238
|
Object {
|
|
168338
|
-
"addTestCustomer": [Function],
|
|
168339
168239
|
"clearCustomerSearchState": [Function],
|
|
168340
168240
|
"clearPrefilledValues": [Function],
|
|
168341
168241
|
"clearPreviewErrors": [Function],
|
|
@@ -168403,7 +168303,6 @@ new message content.",
|
|
|
168403
168303
|
<TestAndPreviewSlidebox
|
|
168404
168304
|
actions={
|
|
168405
168305
|
Object {
|
|
168406
|
-
"addTestCustomer": [Function],
|
|
168407
168306
|
"clearCustomerSearchState": [Function],
|
|
168408
168307
|
"clearPrefilledValues": [Function],
|
|
168409
168308
|
"clearPreviewErrors": [Function],
|
|
@@ -170720,7 +170619,6 @@ new message content.",
|
|
|
170720
170619
|
<CommonTestAndPreview
|
|
170721
170620
|
actions={
|
|
170722
170621
|
Object {
|
|
170723
|
-
"addTestCustomer": [Function],
|
|
170724
170622
|
"clearCustomerSearchState": [Function],
|
|
170725
170623
|
"clearPrefilledValues": [Function],
|
|
170726
170624
|
"clearPreviewErrors": [Function],
|
|
@@ -173054,138 +172952,130 @@ new message content.",
|
|
|
173054
172952
|
closeIconSize="m"
|
|
173055
172953
|
closeIconType="close"
|
|
173056
172954
|
content={
|
|
173057
|
-
<
|
|
173058
|
-
className="
|
|
173059
|
-
spinning={false}
|
|
172955
|
+
<CapRow
|
|
172956
|
+
className="test-preview-container"
|
|
173060
172957
|
>
|
|
173061
172958
|
<CapRow
|
|
173062
|
-
className="test-preview-
|
|
172959
|
+
className="test-and-preview-panels"
|
|
173063
172960
|
>
|
|
173064
172961
|
<CapRow
|
|
173065
|
-
className="
|
|
172962
|
+
className="left-panel"
|
|
173066
172963
|
>
|
|
172964
|
+
<LeftPanelContent
|
|
172965
|
+
customers={Immutable.List []}
|
|
172966
|
+
enableCustomerSearch={true}
|
|
172967
|
+
enableTagExtraction={true}
|
|
172968
|
+
error7078Message={null}
|
|
172969
|
+
extractedTags={Immutable.List []}
|
|
172970
|
+
handleClearSelection={[Function]}
|
|
172971
|
+
handleCustomerSelect={[Function]}
|
|
172972
|
+
handleExtractTags={[Function]}
|
|
172973
|
+
handleSearchCustomer={[Function]}
|
|
172974
|
+
isExtractingTags={false}
|
|
172975
|
+
isSearchingCustomer={false}
|
|
172976
|
+
renderCustomValuesEditor={[Function]}
|
|
172977
|
+
selectedCustomer={null}
|
|
172978
|
+
tagsExtracted={false}
|
|
172979
|
+
/>
|
|
172980
|
+
<CapDivider
|
|
172981
|
+
className="panel-divider"
|
|
172982
|
+
/>
|
|
173067
172983
|
<CapRow
|
|
173068
|
-
className="
|
|
172984
|
+
className="panel-section send-test-section"
|
|
173069
172985
|
>
|
|
173070
|
-
<
|
|
173071
|
-
|
|
173072
|
-
|
|
173073
|
-
|
|
173074
|
-
|
|
173075
|
-
|
|
173076
|
-
|
|
173077
|
-
handleCustomerSelect={[Function]}
|
|
173078
|
-
handleExtractTags={[Function]}
|
|
173079
|
-
handleSearchCustomer={[Function]}
|
|
173080
|
-
isExtractingTags={false}
|
|
173081
|
-
isSearchingCustomer={false}
|
|
173082
|
-
renderCustomValuesEditor={[Function]}
|
|
173083
|
-
selectedCustomer={null}
|
|
173084
|
-
tagsExtracted={false}
|
|
173085
|
-
/>
|
|
173086
|
-
<CapDivider
|
|
173087
|
-
className="panel-divider"
|
|
173088
|
-
/>
|
|
173089
|
-
<CapRow
|
|
173090
|
-
className="panel-section send-test-section"
|
|
173091
|
-
>
|
|
173092
|
-
<SendTestMessage
|
|
173093
|
-
channel="RCS"
|
|
173094
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
173095
|
-
deliverySettings={Object {}}
|
|
173096
|
-
formData={
|
|
173097
|
-
Object {
|
|
173098
|
-
"suggestions": Array [
|
|
173099
|
-
Object {
|
|
173100
|
-
"index": 0,
|
|
173101
|
-
"isSaved": true,
|
|
173102
|
-
"phoneNumber": "",
|
|
173103
|
-
"postback": "stop",
|
|
173104
|
-
"text": "stop",
|
|
173105
|
-
"type": "QUICK_REPLY",
|
|
173106
|
-
"url": null,
|
|
173107
|
-
},
|
|
173108
|
-
],
|
|
173109
|
-
"templateHeader": "",
|
|
173110
|
-
"templateMessage": "",
|
|
173111
|
-
}
|
|
173112
|
-
}
|
|
173113
|
-
formatMessage={[Function]}
|
|
173114
|
-
handleSendTestMessage={[Function]}
|
|
173115
|
-
handleTestEntitiesChange={[Function]}
|
|
173116
|
-
isFetchingTestCustomers={false}
|
|
173117
|
-
isFetchingTestGroups={false}
|
|
173118
|
-
isLoadingSenderDetails={false}
|
|
173119
|
-
isSendingTestMessage={false}
|
|
173120
|
-
onSaveDeliverySettings={[Function]}
|
|
173121
|
-
registeredSenderIds={Array []}
|
|
173122
|
-
renderAddTestCustomerButton={[Function]}
|
|
173123
|
-
searchValue=""
|
|
173124
|
-
selectedTestEntities={Array []}
|
|
173125
|
-
senderDetailsOptions={Array []}
|
|
173126
|
-
setSearchValue={[Function]}
|
|
173127
|
-
smsTraiDltEnabled={false}
|
|
173128
|
-
testEntitiesTreeData={
|
|
173129
|
-
Array [
|
|
173130
|
-
Object {
|
|
173131
|
-
"children": Immutable.List [],
|
|
173132
|
-
"selectable": false,
|
|
173133
|
-
"title": "Groups",
|
|
173134
|
-
"value": "groups-node",
|
|
173135
|
-
},
|
|
172986
|
+
<SendTestMessage
|
|
172987
|
+
channel="RCS"
|
|
172988
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
172989
|
+
deliverySettings={Object {}}
|
|
172990
|
+
formData={
|
|
172991
|
+
Object {
|
|
172992
|
+
"suggestions": Array [
|
|
173136
172993
|
Object {
|
|
173137
|
-
"
|
|
173138
|
-
"
|
|
173139
|
-
"
|
|
173140
|
-
"
|
|
172994
|
+
"index": 0,
|
|
172995
|
+
"isSaved": true,
|
|
172996
|
+
"phoneNumber": "",
|
|
172997
|
+
"postback": "stop",
|
|
172998
|
+
"text": "stop",
|
|
172999
|
+
"type": "QUICK_REPLY",
|
|
173000
|
+
"url": null,
|
|
173141
173001
|
},
|
|
173142
|
-
]
|
|
173002
|
+
],
|
|
173003
|
+
"templateHeader": "",
|
|
173004
|
+
"templateMessage": "",
|
|
173143
173005
|
}
|
|
173144
|
-
|
|
173145
|
-
|
|
173146
|
-
|
|
173147
|
-
|
|
173148
|
-
|
|
173149
|
-
|
|
173150
|
-
|
|
173151
|
-
|
|
173152
|
-
|
|
173153
|
-
|
|
173154
|
-
|
|
173155
|
-
|
|
173156
|
-
|
|
173157
|
-
|
|
173158
|
-
|
|
173159
|
-
|
|
173160
|
-
|
|
173161
|
-
|
|
173162
|
-
|
|
173163
|
-
|
|
173164
|
-
"postback": "stop",
|
|
173165
|
-
"text": "stop",
|
|
173166
|
-
"type": "QUICK_REPLY",
|
|
173167
|
-
"url": null,
|
|
173168
|
-
},
|
|
173169
|
-
],
|
|
173170
|
-
"templateHeader": "",
|
|
173171
|
-
"templateMessage": "",
|
|
173006
|
+
}
|
|
173007
|
+
formatMessage={[Function]}
|
|
173008
|
+
handleSendTestMessage={[Function]}
|
|
173009
|
+
handleTestEntitiesChange={[Function]}
|
|
173010
|
+
isFetchingTestCustomers={false}
|
|
173011
|
+
isFetchingTestGroups={false}
|
|
173012
|
+
isLoadingSenderDetails={false}
|
|
173013
|
+
isSendingTestMessage={false}
|
|
173014
|
+
onSaveDeliverySettings={[Function]}
|
|
173015
|
+
registeredSenderIds={Array []}
|
|
173016
|
+
selectedTestEntities={Array []}
|
|
173017
|
+
senderDetailsOptions={Array []}
|
|
173018
|
+
smsTraiDltEnabled={false}
|
|
173019
|
+
testEntitiesTreeData={
|
|
173020
|
+
Array [
|
|
173021
|
+
Object {
|
|
173022
|
+
"children": Immutable.List [],
|
|
173023
|
+
"selectable": false,
|
|
173024
|
+
"title": "Groups",
|
|
173025
|
+
"value": "groups-node",
|
|
173172
173026
|
},
|
|
173173
|
-
|
|
173174
|
-
|
|
173175
|
-
|
|
173176
|
-
|
|
173177
|
-
|
|
173178
|
-
|
|
173179
|
-
|
|
173180
|
-
"showDeviceToggle": true,
|
|
173181
|
-
"updatedByName": undefined,
|
|
173182
|
-
}
|
|
173027
|
+
Object {
|
|
173028
|
+
"children": Immutable.List [],
|
|
173029
|
+
"selectable": false,
|
|
173030
|
+
"title": "Individuals",
|
|
173031
|
+
"value": "customers-node",
|
|
173032
|
+
},
|
|
173033
|
+
]
|
|
173183
173034
|
}
|
|
173035
|
+
wecrmAccounts={Array []}
|
|
173184
173036
|
/>
|
|
173185
173037
|
</CapRow>
|
|
173038
|
+
<CapDivider
|
|
173039
|
+
className="panel-divider"
|
|
173040
|
+
/>
|
|
173041
|
+
</CapRow>
|
|
173042
|
+
<CapRow
|
|
173043
|
+
className="right-panel"
|
|
173044
|
+
>
|
|
173045
|
+
<PreviewSection
|
|
173046
|
+
unifiedPreviewProps={
|
|
173047
|
+
Object {
|
|
173048
|
+
"channel": "RCS",
|
|
173049
|
+
"content": Object {
|
|
173050
|
+
"suggestions": Array [
|
|
173051
|
+
Object {
|
|
173052
|
+
"index": 0,
|
|
173053
|
+
"isSaved": true,
|
|
173054
|
+
"phoneNumber": "",
|
|
173055
|
+
"postback": "stop",
|
|
173056
|
+
"text": "stop",
|
|
173057
|
+
"type": "QUICK_REPLY",
|
|
173058
|
+
"url": null,
|
|
173059
|
+
},
|
|
173060
|
+
],
|
|
173061
|
+
"templateHeader": "",
|
|
173062
|
+
"templateMessage": "",
|
|
173063
|
+
},
|
|
173064
|
+
"device": "desktop",
|
|
173065
|
+
"error": null,
|
|
173066
|
+
"formatMessage": [Function],
|
|
173067
|
+
"isUpdating": false,
|
|
173068
|
+
"lastModified": undefined,
|
|
173069
|
+
"onDeviceChange": [Function],
|
|
173070
|
+
"selectedCustomer": null,
|
|
173071
|
+
"showDeviceToggle": true,
|
|
173072
|
+
"updatedByName": undefined,
|
|
173073
|
+
}
|
|
173074
|
+
}
|
|
173075
|
+
/>
|
|
173186
173076
|
</CapRow>
|
|
173187
173077
|
</CapRow>
|
|
173188
|
-
</
|
|
173078
|
+
</CapRow>
|
|
173189
173079
|
}
|
|
173190
173080
|
handleClose={[Function]}
|
|
173191
173081
|
header={
|
|
@@ -184437,7 +184327,6 @@ new message content.",
|
|
|
184437
184327
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
184438
184328
|
actions={
|
|
184439
184329
|
Object {
|
|
184440
|
-
"addTestCustomer": [Function],
|
|
184441
184330
|
"clearCustomerSearchState": [Function],
|
|
184442
184331
|
"clearPrefilledValues": [Function],
|
|
184443
184332
|
"clearPreviewErrors": [Function],
|
|
@@ -184505,7 +184394,6 @@ new message content.",
|
|
|
184505
184394
|
<TestAndPreviewSlidebox
|
|
184506
184395
|
actions={
|
|
184507
184396
|
Object {
|
|
184508
|
-
"addTestCustomer": [Function],
|
|
184509
184397
|
"clearCustomerSearchState": [Function],
|
|
184510
184398
|
"clearPrefilledValues": [Function],
|
|
184511
184399
|
"clearPreviewErrors": [Function],
|
|
@@ -186822,7 +186710,6 @@ new message content.",
|
|
|
186822
186710
|
<CommonTestAndPreview
|
|
186823
186711
|
actions={
|
|
186824
186712
|
Object {
|
|
186825
|
-
"addTestCustomer": [Function],
|
|
186826
186713
|
"clearCustomerSearchState": [Function],
|
|
186827
186714
|
"clearPrefilledValues": [Function],
|
|
186828
186715
|
"clearPreviewErrors": [Function],
|
|
@@ -189156,138 +189043,130 @@ new message content.",
|
|
|
189156
189043
|
closeIconSize="m"
|
|
189157
189044
|
closeIconType="close"
|
|
189158
189045
|
content={
|
|
189159
|
-
<
|
|
189160
|
-
className="
|
|
189161
|
-
spinning={false}
|
|
189046
|
+
<CapRow
|
|
189047
|
+
className="test-preview-container"
|
|
189162
189048
|
>
|
|
189163
189049
|
<CapRow
|
|
189164
|
-
className="test-preview-
|
|
189050
|
+
className="test-and-preview-panels"
|
|
189165
189051
|
>
|
|
189166
189052
|
<CapRow
|
|
189167
|
-
className="
|
|
189053
|
+
className="left-panel"
|
|
189168
189054
|
>
|
|
189055
|
+
<LeftPanelContent
|
|
189056
|
+
customers={Immutable.List []}
|
|
189057
|
+
enableCustomerSearch={true}
|
|
189058
|
+
enableTagExtraction={true}
|
|
189059
|
+
error7078Message={null}
|
|
189060
|
+
extractedTags={Immutable.List []}
|
|
189061
|
+
handleClearSelection={[Function]}
|
|
189062
|
+
handleCustomerSelect={[Function]}
|
|
189063
|
+
handleExtractTags={[Function]}
|
|
189064
|
+
handleSearchCustomer={[Function]}
|
|
189065
|
+
isExtractingTags={false}
|
|
189066
|
+
isSearchingCustomer={false}
|
|
189067
|
+
renderCustomValuesEditor={[Function]}
|
|
189068
|
+
selectedCustomer={null}
|
|
189069
|
+
tagsExtracted={false}
|
|
189070
|
+
/>
|
|
189071
|
+
<CapDivider
|
|
189072
|
+
className="panel-divider"
|
|
189073
|
+
/>
|
|
189169
189074
|
<CapRow
|
|
189170
|
-
className="
|
|
189075
|
+
className="panel-section send-test-section"
|
|
189171
189076
|
>
|
|
189172
|
-
<
|
|
189173
|
-
|
|
189174
|
-
|
|
189175
|
-
|
|
189176
|
-
|
|
189177
|
-
|
|
189178
|
-
|
|
189179
|
-
handleCustomerSelect={[Function]}
|
|
189180
|
-
handleExtractTags={[Function]}
|
|
189181
|
-
handleSearchCustomer={[Function]}
|
|
189182
|
-
isExtractingTags={false}
|
|
189183
|
-
isSearchingCustomer={false}
|
|
189184
|
-
renderCustomValuesEditor={[Function]}
|
|
189185
|
-
selectedCustomer={null}
|
|
189186
|
-
tagsExtracted={false}
|
|
189187
|
-
/>
|
|
189188
|
-
<CapDivider
|
|
189189
|
-
className="panel-divider"
|
|
189190
|
-
/>
|
|
189191
|
-
<CapRow
|
|
189192
|
-
className="panel-section send-test-section"
|
|
189193
|
-
>
|
|
189194
|
-
<SendTestMessage
|
|
189195
|
-
channel="RCS"
|
|
189196
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
189197
|
-
deliverySettings={Object {}}
|
|
189198
|
-
formData={
|
|
189199
|
-
Object {
|
|
189200
|
-
"suggestions": Array [
|
|
189201
|
-
Object {
|
|
189202
|
-
"index": 0,
|
|
189203
|
-
"isSaved": true,
|
|
189204
|
-
"phoneNumber": "",
|
|
189205
|
-
"postback": "stop",
|
|
189206
|
-
"text": "stop",
|
|
189207
|
-
"type": "QUICK_REPLY",
|
|
189208
|
-
"url": null,
|
|
189209
|
-
},
|
|
189210
|
-
],
|
|
189211
|
-
"templateHeader": "",
|
|
189212
|
-
"templateMessage": "",
|
|
189213
|
-
}
|
|
189214
|
-
}
|
|
189215
|
-
formatMessage={[Function]}
|
|
189216
|
-
handleSendTestMessage={[Function]}
|
|
189217
|
-
handleTestEntitiesChange={[Function]}
|
|
189218
|
-
isFetchingTestCustomers={false}
|
|
189219
|
-
isFetchingTestGroups={false}
|
|
189220
|
-
isLoadingSenderDetails={false}
|
|
189221
|
-
isSendingTestMessage={false}
|
|
189222
|
-
onSaveDeliverySettings={[Function]}
|
|
189223
|
-
registeredSenderIds={Array []}
|
|
189224
|
-
renderAddTestCustomerButton={[Function]}
|
|
189225
|
-
searchValue=""
|
|
189226
|
-
selectedTestEntities={Array []}
|
|
189227
|
-
senderDetailsOptions={Array []}
|
|
189228
|
-
setSearchValue={[Function]}
|
|
189229
|
-
smsTraiDltEnabled={false}
|
|
189230
|
-
testEntitiesTreeData={
|
|
189231
|
-
Array [
|
|
189232
|
-
Object {
|
|
189233
|
-
"children": Immutable.List [],
|
|
189234
|
-
"selectable": false,
|
|
189235
|
-
"title": "Groups",
|
|
189236
|
-
"value": "groups-node",
|
|
189237
|
-
},
|
|
189077
|
+
<SendTestMessage
|
|
189078
|
+
channel="RCS"
|
|
189079
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
|
|
189080
|
+
deliverySettings={Object {}}
|
|
189081
|
+
formData={
|
|
189082
|
+
Object {
|
|
189083
|
+
"suggestions": Array [
|
|
189238
189084
|
Object {
|
|
189239
|
-
"
|
|
189240
|
-
"
|
|
189241
|
-
"
|
|
189242
|
-
"
|
|
189085
|
+
"index": 0,
|
|
189086
|
+
"isSaved": true,
|
|
189087
|
+
"phoneNumber": "",
|
|
189088
|
+
"postback": "stop",
|
|
189089
|
+
"text": "stop",
|
|
189090
|
+
"type": "QUICK_REPLY",
|
|
189091
|
+
"url": null,
|
|
189243
189092
|
},
|
|
189244
|
-
]
|
|
189093
|
+
],
|
|
189094
|
+
"templateHeader": "",
|
|
189095
|
+
"templateMessage": "",
|
|
189245
189096
|
}
|
|
189246
|
-
|
|
189247
|
-
|
|
189248
|
-
|
|
189249
|
-
|
|
189250
|
-
|
|
189251
|
-
|
|
189252
|
-
|
|
189253
|
-
|
|
189254
|
-
|
|
189255
|
-
|
|
189256
|
-
|
|
189257
|
-
|
|
189258
|
-
|
|
189259
|
-
|
|
189260
|
-
|
|
189261
|
-
|
|
189262
|
-
|
|
189263
|
-
|
|
189264
|
-
|
|
189265
|
-
|
|
189266
|
-
"postback": "stop",
|
|
189267
|
-
"text": "stop",
|
|
189268
|
-
"type": "QUICK_REPLY",
|
|
189269
|
-
"url": null,
|
|
189270
|
-
},
|
|
189271
|
-
],
|
|
189272
|
-
"templateHeader": "",
|
|
189273
|
-
"templateMessage": "",
|
|
189097
|
+
}
|
|
189098
|
+
formatMessage={[Function]}
|
|
189099
|
+
handleSendTestMessage={[Function]}
|
|
189100
|
+
handleTestEntitiesChange={[Function]}
|
|
189101
|
+
isFetchingTestCustomers={false}
|
|
189102
|
+
isFetchingTestGroups={false}
|
|
189103
|
+
isLoadingSenderDetails={false}
|
|
189104
|
+
isSendingTestMessage={false}
|
|
189105
|
+
onSaveDeliverySettings={[Function]}
|
|
189106
|
+
registeredSenderIds={Array []}
|
|
189107
|
+
selectedTestEntities={Array []}
|
|
189108
|
+
senderDetailsOptions={Array []}
|
|
189109
|
+
smsTraiDltEnabled={false}
|
|
189110
|
+
testEntitiesTreeData={
|
|
189111
|
+
Array [
|
|
189112
|
+
Object {
|
|
189113
|
+
"children": Immutable.List [],
|
|
189114
|
+
"selectable": false,
|
|
189115
|
+
"title": "Groups",
|
|
189116
|
+
"value": "groups-node",
|
|
189274
189117
|
},
|
|
189275
|
-
|
|
189276
|
-
|
|
189277
|
-
|
|
189278
|
-
|
|
189279
|
-
|
|
189280
|
-
|
|
189281
|
-
|
|
189282
|
-
"showDeviceToggle": true,
|
|
189283
|
-
"updatedByName": undefined,
|
|
189284
|
-
}
|
|
189118
|
+
Object {
|
|
189119
|
+
"children": Immutable.List [],
|
|
189120
|
+
"selectable": false,
|
|
189121
|
+
"title": "Individuals",
|
|
189122
|
+
"value": "customers-node",
|
|
189123
|
+
},
|
|
189124
|
+
]
|
|
189285
189125
|
}
|
|
189126
|
+
wecrmAccounts={Array []}
|
|
189286
189127
|
/>
|
|
189287
189128
|
</CapRow>
|
|
189129
|
+
<CapDivider
|
|
189130
|
+
className="panel-divider"
|
|
189131
|
+
/>
|
|
189132
|
+
</CapRow>
|
|
189133
|
+
<CapRow
|
|
189134
|
+
className="right-panel"
|
|
189135
|
+
>
|
|
189136
|
+
<PreviewSection
|
|
189137
|
+
unifiedPreviewProps={
|
|
189138
|
+
Object {
|
|
189139
|
+
"channel": "RCS",
|
|
189140
|
+
"content": Object {
|
|
189141
|
+
"suggestions": Array [
|
|
189142
|
+
Object {
|
|
189143
|
+
"index": 0,
|
|
189144
|
+
"isSaved": true,
|
|
189145
|
+
"phoneNumber": "",
|
|
189146
|
+
"postback": "stop",
|
|
189147
|
+
"text": "stop",
|
|
189148
|
+
"type": "QUICK_REPLY",
|
|
189149
|
+
"url": null,
|
|
189150
|
+
},
|
|
189151
|
+
],
|
|
189152
|
+
"templateHeader": "",
|
|
189153
|
+
"templateMessage": "",
|
|
189154
|
+
},
|
|
189155
|
+
"device": "desktop",
|
|
189156
|
+
"error": null,
|
|
189157
|
+
"formatMessage": [Function],
|
|
189158
|
+
"isUpdating": false,
|
|
189159
|
+
"lastModified": undefined,
|
|
189160
|
+
"onDeviceChange": [Function],
|
|
189161
|
+
"selectedCustomer": null,
|
|
189162
|
+
"showDeviceToggle": true,
|
|
189163
|
+
"updatedByName": undefined,
|
|
189164
|
+
}
|
|
189165
|
+
}
|
|
189166
|
+
/>
|
|
189288
189167
|
</CapRow>
|
|
189289
189168
|
</CapRow>
|
|
189290
|
-
</
|
|
189169
|
+
</CapRow>
|
|
189291
189170
|
}
|
|
189292
189171
|
handleClose={[Function]}
|
|
189293
189172
|
header={
|
|
@@ -197061,7 +196940,6 @@ new message content.",
|
|
|
197061
196940
|
<InjectIntl(TestAndPreviewSlidebox)
|
|
197062
196941
|
actions={
|
|
197063
196942
|
Object {
|
|
197064
|
-
"addTestCustomer": [Function],
|
|
197065
196943
|
"clearCustomerSearchState": [Function],
|
|
197066
196944
|
"clearPrefilledValues": [Function],
|
|
197067
196945
|
"clearPreviewErrors": [Function],
|
|
@@ -197118,7 +196996,6 @@ new message content.",
|
|
|
197118
196996
|
<TestAndPreviewSlidebox
|
|
197119
196997
|
actions={
|
|
197120
196998
|
Object {
|
|
197121
|
-
"addTestCustomer": [Function],
|
|
197122
196999
|
"clearCustomerSearchState": [Function],
|
|
197123
197000
|
"clearPrefilledValues": [Function],
|
|
197124
197001
|
"clearPreviewErrors": [Function],
|
|
@@ -199424,7 +199301,6 @@ new message content.",
|
|
|
199424
199301
|
<CommonTestAndPreview
|
|
199425
199302
|
actions={
|
|
199426
199303
|
Object {
|
|
199427
|
-
"addTestCustomer": [Function],
|
|
199428
199304
|
"clearCustomerSearchState": [Function],
|
|
199429
199305
|
"clearPrefilledValues": [Function],
|
|
199430
199306
|
"clearPreviewErrors": [Function],
|
|
@@ -201747,116 +201623,108 @@ new message content.",
|
|
|
201747
201623
|
closeIconSize="m"
|
|
201748
201624
|
closeIconType="close"
|
|
201749
201625
|
content={
|
|
201750
|
-
<
|
|
201751
|
-
className="
|
|
201752
|
-
spinning={false}
|
|
201626
|
+
<CapRow
|
|
201627
|
+
className="test-preview-container"
|
|
201753
201628
|
>
|
|
201754
201629
|
<CapRow
|
|
201755
|
-
className="test-preview-
|
|
201630
|
+
className="test-and-preview-panels"
|
|
201756
201631
|
>
|
|
201757
201632
|
<CapRow
|
|
201758
|
-
className="
|
|
201633
|
+
className="left-panel"
|
|
201759
201634
|
>
|
|
201635
|
+
<LeftPanelContent
|
|
201636
|
+
customers={Immutable.List []}
|
|
201637
|
+
enableCustomerSearch={true}
|
|
201638
|
+
enableTagExtraction={true}
|
|
201639
|
+
error7078Message={null}
|
|
201640
|
+
extractedTags={Immutable.List []}
|
|
201641
|
+
handleClearSelection={[Function]}
|
|
201642
|
+
handleCustomerSelect={[Function]}
|
|
201643
|
+
handleExtractTags={[Function]}
|
|
201644
|
+
handleSearchCustomer={[Function]}
|
|
201645
|
+
isExtractingTags={false}
|
|
201646
|
+
isSearchingCustomer={false}
|
|
201647
|
+
renderCustomValuesEditor={[Function]}
|
|
201648
|
+
selectedCustomer={null}
|
|
201649
|
+
tagsExtracted={false}
|
|
201650
|
+
/>
|
|
201651
|
+
<CapDivider
|
|
201652
|
+
className="panel-divider"
|
|
201653
|
+
/>
|
|
201760
201654
|
<CapRow
|
|
201761
|
-
className="
|
|
201762
|
-
>
|
|
201763
|
-
<LeftPanelContent
|
|
201764
|
-
customers={Immutable.List []}
|
|
201765
|
-
enableCustomerSearch={true}
|
|
201766
|
-
enableTagExtraction={true}
|
|
201767
|
-
error7078Message={null}
|
|
201768
|
-
extractedTags={Immutable.List []}
|
|
201769
|
-
handleClearSelection={[Function]}
|
|
201770
|
-
handleCustomerSelect={[Function]}
|
|
201771
|
-
handleExtractTags={[Function]}
|
|
201772
|
-
handleSearchCustomer={[Function]}
|
|
201773
|
-
isExtractingTags={false}
|
|
201774
|
-
isSearchingCustomer={false}
|
|
201775
|
-
renderCustomValuesEditor={[Function]}
|
|
201776
|
-
selectedCustomer={null}
|
|
201777
|
-
tagsExtracted={false}
|
|
201778
|
-
/>
|
|
201779
|
-
<CapDivider
|
|
201780
|
-
className="panel-divider"
|
|
201781
|
-
/>
|
|
201782
|
-
<CapRow
|
|
201783
|
-
className="panel-section send-test-section"
|
|
201784
|
-
>
|
|
201785
|
-
<SendTestMessage
|
|
201786
|
-
channel="RCS"
|
|
201787
|
-
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\"}"
|
|
201788
|
-
deliverySettings={Object {}}
|
|
201789
|
-
formData={
|
|
201790
|
-
Object {
|
|
201791
|
-
"templateHeader": "",
|
|
201792
|
-
"templateMessage": "",
|
|
201793
|
-
}
|
|
201794
|
-
}
|
|
201795
|
-
formatMessage={[Function]}
|
|
201796
|
-
handleSendTestMessage={[Function]}
|
|
201797
|
-
handleTestEntitiesChange={[Function]}
|
|
201798
|
-
isFetchingTestCustomers={false}
|
|
201799
|
-
isFetchingTestGroups={false}
|
|
201800
|
-
isLoadingSenderDetails={false}
|
|
201801
|
-
isSendingTestMessage={false}
|
|
201802
|
-
onSaveDeliverySettings={[Function]}
|
|
201803
|
-
registeredSenderIds={Array []}
|
|
201804
|
-
renderAddTestCustomerButton={[Function]}
|
|
201805
|
-
searchValue=""
|
|
201806
|
-
selectedTestEntities={Array []}
|
|
201807
|
-
senderDetailsOptions={Array []}
|
|
201808
|
-
setSearchValue={[Function]}
|
|
201809
|
-
smsTraiDltEnabled={false}
|
|
201810
|
-
testEntitiesTreeData={
|
|
201811
|
-
Array [
|
|
201812
|
-
Object {
|
|
201813
|
-
"children": Immutable.List [],
|
|
201814
|
-
"selectable": false,
|
|
201815
|
-
"title": "Groups",
|
|
201816
|
-
"value": "groups-node",
|
|
201817
|
-
},
|
|
201818
|
-
Object {
|
|
201819
|
-
"children": Immutable.List [],
|
|
201820
|
-
"selectable": false,
|
|
201821
|
-
"title": "Individuals",
|
|
201822
|
-
"value": "customers-node",
|
|
201823
|
-
},
|
|
201824
|
-
]
|
|
201825
|
-
}
|
|
201826
|
-
wecrmAccounts={Array []}
|
|
201827
|
-
/>
|
|
201828
|
-
</CapRow>
|
|
201829
|
-
<CapDivider
|
|
201830
|
-
className="panel-divider"
|
|
201831
|
-
/>
|
|
201832
|
-
</CapRow>
|
|
201833
|
-
<CapRow
|
|
201834
|
-
className="right-panel"
|
|
201655
|
+
className="panel-section send-test-section"
|
|
201835
201656
|
>
|
|
201836
|
-
<
|
|
201837
|
-
|
|
201657
|
+
<SendTestMessage
|
|
201658
|
+
channel="RCS"
|
|
201659
|
+
content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\"}"
|
|
201660
|
+
deliverySettings={Object {}}
|
|
201661
|
+
formData={
|
|
201838
201662
|
Object {
|
|
201839
|
-
"
|
|
201840
|
-
"
|
|
201841
|
-
"templateHeader": "",
|
|
201842
|
-
"templateMessage": "",
|
|
201843
|
-
},
|
|
201844
|
-
"device": "desktop",
|
|
201845
|
-
"error": null,
|
|
201846
|
-
"formatMessage": [Function],
|
|
201847
|
-
"isUpdating": false,
|
|
201848
|
-
"lastModified": undefined,
|
|
201849
|
-
"onDeviceChange": [Function],
|
|
201850
|
-
"selectedCustomer": null,
|
|
201851
|
-
"showDeviceToggle": true,
|
|
201852
|
-
"updatedByName": undefined,
|
|
201663
|
+
"templateHeader": "",
|
|
201664
|
+
"templateMessage": "",
|
|
201853
201665
|
}
|
|
201854
201666
|
}
|
|
201667
|
+
formatMessage={[Function]}
|
|
201668
|
+
handleSendTestMessage={[Function]}
|
|
201669
|
+
handleTestEntitiesChange={[Function]}
|
|
201670
|
+
isFetchingTestCustomers={false}
|
|
201671
|
+
isFetchingTestGroups={false}
|
|
201672
|
+
isLoadingSenderDetails={false}
|
|
201673
|
+
isSendingTestMessage={false}
|
|
201674
|
+
onSaveDeliverySettings={[Function]}
|
|
201675
|
+
registeredSenderIds={Array []}
|
|
201676
|
+
selectedTestEntities={Array []}
|
|
201677
|
+
senderDetailsOptions={Array []}
|
|
201678
|
+
smsTraiDltEnabled={false}
|
|
201679
|
+
testEntitiesTreeData={
|
|
201680
|
+
Array [
|
|
201681
|
+
Object {
|
|
201682
|
+
"children": Immutable.List [],
|
|
201683
|
+
"selectable": false,
|
|
201684
|
+
"title": "Groups",
|
|
201685
|
+
"value": "groups-node",
|
|
201686
|
+
},
|
|
201687
|
+
Object {
|
|
201688
|
+
"children": Immutable.List [],
|
|
201689
|
+
"selectable": false,
|
|
201690
|
+
"title": "Individuals",
|
|
201691
|
+
"value": "customers-node",
|
|
201692
|
+
},
|
|
201693
|
+
]
|
|
201694
|
+
}
|
|
201695
|
+
wecrmAccounts={Array []}
|
|
201855
201696
|
/>
|
|
201856
201697
|
</CapRow>
|
|
201698
|
+
<CapDivider
|
|
201699
|
+
className="panel-divider"
|
|
201700
|
+
/>
|
|
201701
|
+
</CapRow>
|
|
201702
|
+
<CapRow
|
|
201703
|
+
className="right-panel"
|
|
201704
|
+
>
|
|
201705
|
+
<PreviewSection
|
|
201706
|
+
unifiedPreviewProps={
|
|
201707
|
+
Object {
|
|
201708
|
+
"channel": "RCS",
|
|
201709
|
+
"content": Object {
|
|
201710
|
+
"templateHeader": "",
|
|
201711
|
+
"templateMessage": "",
|
|
201712
|
+
},
|
|
201713
|
+
"device": "desktop",
|
|
201714
|
+
"error": null,
|
|
201715
|
+
"formatMessage": [Function],
|
|
201716
|
+
"isUpdating": false,
|
|
201717
|
+
"lastModified": undefined,
|
|
201718
|
+
"onDeviceChange": [Function],
|
|
201719
|
+
"selectedCustomer": null,
|
|
201720
|
+
"showDeviceToggle": true,
|
|
201721
|
+
"updatedByName": undefined,
|
|
201722
|
+
}
|
|
201723
|
+
}
|
|
201724
|
+
/>
|
|
201857
201725
|
</CapRow>
|
|
201858
201726
|
</CapRow>
|
|
201859
|
-
</
|
|
201727
|
+
</CapRow>
|
|
201860
201728
|
}
|
|
201861
201729
|
handleClose={[Function]}
|
|
201862
201730
|
header={
|