@capillarytech/creatives-library 8.0.345-alpha.12 → 8.0.345-alpha.14
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 +0 -29
- package/package.json +1 -1
- package/services/tests/api.test.js +0 -13
- package/utils/commonUtils.js +1 -19
- package/v2Components/CapActionButton/constants.js +0 -7
- package/v2Components/CapActionButton/index.js +109 -167
- package/v2Components/CapActionButton/index.scss +6 -157
- package/v2Components/CapActionButton/messages.js +3 -19
- package/v2Components/CapActionButton/tests/index.test.js +17 -41
- package/v2Components/CapTagList/index.js +0 -10
- package/v2Components/CommonTestAndPreview/CustomValuesEditor.js +49 -70
- package/v2Components/CommonTestAndPreview/DeliverySettings/DeliverySettings.scss +2 -8
- package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.js +21 -207
- package/v2Components/CommonTestAndPreview/DeliverySettings/constants.js +0 -16
- package/v2Components/CommonTestAndPreview/DeliverySettings/index.js +10 -85
- package/v2Components/CommonTestAndPreview/DeliverySettings/messages.js +0 -30
- package/v2Components/CommonTestAndPreview/DeliverySettings/utils/parseSenderDetailsResponse.js +11 -79
- package/v2Components/CommonTestAndPreview/SendTestMessage.js +5 -10
- package/v2Components/CommonTestAndPreview/UnifiedPreview/RcsPreviewContent.js +15 -160
- package/v2Components/CommonTestAndPreview/UnifiedPreview/_unifiedPreview.scss +76 -341
- package/v2Components/CommonTestAndPreview/UnifiedPreview/index.js +4 -133
- package/v2Components/CommonTestAndPreview/_commonTestAndPreview.scss +0 -11
- package/v2Components/CommonTestAndPreview/constants.js +2 -38
- package/v2Components/CommonTestAndPreview/index.js +186 -676
- package/v2Components/CommonTestAndPreview/messages.js +3 -49
- package/v2Components/CommonTestAndPreview/sagas.js +6 -15
- package/v2Components/CommonTestAndPreview/tests/CustomValuesEditor.test.js +284 -308
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/ModifyDeliverySettings.test.js +65 -231
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/index.test.js +5 -118
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/utils/parseSenderDetailsResponse.test.js +0 -341
- package/v2Components/CommonTestAndPreview/tests/PreviewSection.test.js +1 -8
- package/v2Components/CommonTestAndPreview/tests/SendTestMessage.test.js +13 -34
- package/v2Components/CommonTestAndPreview/tests/UnifiedPreview/RcsPreviewContent.test.js +283 -281
- package/v2Components/CommonTestAndPreview/tests/UnifiedPreview/index.test.js +1 -199
- package/v2Components/CommonTestAndPreview/tests/index.test.js +4 -132
- package/v2Components/CommonTestAndPreview/tests/sagas.test.js +2 -2
- package/v2Components/FormBuilder/index.js +10 -8
- package/v2Components/TemplatePreview/_templatePreview.scss +23 -33
- package/v2Components/TemplatePreview/index.js +28 -143
- package/v2Components/TemplatePreview/tests/index.test.js +0 -142
- package/v2Components/TestAndPreviewSlidebox/index.js +1 -13
- package/v2Components/TestAndPreviewSlidebox/sagas.js +4 -11
- package/v2Components/TestAndPreviewSlidebox/tests/saga.test.js +1 -3
- package/v2Containers/CreativesContainer/SlideBoxContent.js +4 -36
- package/v2Containers/CreativesContainer/SlideBoxFooter.js +1 -10
- package/v2Containers/CreativesContainer/SlideBoxHeader.js +4 -29
- package/v2Containers/CreativesContainer/constants.js +0 -9
- package/v2Containers/CreativesContainer/index.js +103 -300
- package/v2Containers/CreativesContainer/index.scss +1 -51
- package/v2Containers/CreativesContainer/tests/SlideBoxFooter.test.js +34 -78
- package/v2Containers/CreativesContainer/tests/SlideBoxHeader.test.js +16 -79
- package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +0 -8
- package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxHeader.test.js.snap +98 -357
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +15 -20
- package/v2Containers/CreativesContainer/tests/index.test.js +9 -71
- package/v2Containers/Email/reducer.js +11 -3
- package/v2Containers/Email/sagas.js +9 -5
- package/v2Containers/Email/tests/__snapshots__/reducer.test.js.snap +4 -0
- package/v2Containers/Email/tests/sagas.test.js +21 -3
- package/v2Containers/Rcs/constants.js +8 -119
- package/v2Containers/Rcs/index.js +812 -2375
- package/v2Containers/Rcs/index.scss +6 -276
- package/v2Containers/Rcs/messages.js +3 -38
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +70345 -98302
- package/v2Containers/Rcs/tests/__snapshots__/utils.test.js.snap +5 -0
- package/v2Containers/Rcs/tests/index.test.js +121 -152
- package/v2Containers/Rcs/tests/mockData.js +0 -38
- package/v2Containers/Rcs/tests/utils.test.js +30 -646
- package/v2Containers/Rcs/utils.js +11 -478
- package/v2Containers/Sms/Create/index.js +40 -100
- package/v2Containers/SmsTrai/Create/index.js +4 -9
- package/v2Containers/SmsTrai/Edit/constants.js +0 -2
- package/v2Containers/SmsTrai/Edit/index.js +130 -636
- package/v2Containers/SmsTrai/Edit/messages.js +4 -14
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +2296 -4249
- package/v2Containers/SmsWrapper/index.js +8 -37
- package/v2Containers/TagList/index.js +0 -6
- package/v2Containers/Templates/_templates.scss +2 -163
- package/v2Containers/Templates/actions.js +0 -11
- package/v2Containers/Templates/constants.js +0 -2
- package/v2Containers/Templates/index.js +54 -119
- package/v2Containers/Templates/sagas.js +12 -57
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +1079 -1043
- package/v2Containers/Templates/tests/sagas.test.js +123 -193
- package/v2Containers/TemplatesV2/TemplatesV2.style.js +1 -72
- package/v2Containers/TemplatesV2/index.js +23 -86
- package/v2Containers/Whatsapp/index.js +20 -3
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +34 -578
- package/utils/rcsPayloadUtils.js +0 -92
- package/utils/templateVarUtils.js +0 -201
- package/utils/tests/templateVarUtils.test.js +0 -204
- package/v2Components/CommonTestAndPreview/UnifiedPreview/RcsPreviewContent.js.rej +0 -18
- package/v2Components/CommonTestAndPreview/previewApiUtils.js +0 -59
- package/v2Components/CommonTestAndPreview/tests/previewApiUtils.test.js +0 -67
- package/v2Components/SmsFallback/SmsFallbackLocalSelector.js +0 -87
- package/v2Components/SmsFallback/constants.js +0 -73
- package/v2Components/SmsFallback/index.js +0 -955
- package/v2Components/SmsFallback/index.scss +0 -265
- package/v2Components/SmsFallback/messages.js +0 -78
- package/v2Components/SmsFallback/smsFallbackUtils.js +0 -118
- package/v2Components/SmsFallback/tests/SmsFallbackLocalSelector.test.js +0 -50
- package/v2Components/SmsFallback/tests/rcsSmsFallback.acceptance.test.js +0 -147
- package/v2Components/SmsFallback/tests/smsFallbackHandlers.test.js +0 -304
- package/v2Components/SmsFallback/tests/smsFallbackUi.test.js +0 -197
- package/v2Components/SmsFallback/tests/smsFallbackUtils.test.js +0 -277
- package/v2Components/SmsFallback/tests/useLocalTemplateList.test.js +0 -422
- package/v2Components/SmsFallback/useLocalTemplateList.js +0 -92
- package/v2Components/TemplatePreview/constants.js +0 -2
- package/v2Components/VarSegmentMessageEditor/constants.js +0 -2
- package/v2Components/VarSegmentMessageEditor/index.js +0 -125
- package/v2Components/VarSegmentMessageEditor/index.scss +0 -46
- package/v2Containers/CreativesContainer/CreativesSlideBoxWrapper.js +0 -43
- package/v2Containers/CreativesContainer/embeddedSlideboxUtils.js +0 -67
- package/v2Containers/CreativesContainer/tests/SlideBoxContent.localTemplates.test.js +0 -90
- package/v2Containers/CreativesContainer/tests/embeddedSlideboxUtils.test.js +0 -258
- package/v2Containers/CreativesContainer/tests/useLocalTemplatesProp.test.js +0 -125
- package/v2Containers/Rcs/index.js.rej +0 -1336
- package/v2Containers/Rcs/index.scss.rej +0 -74
- package/v2Containers/Rcs/rcsLibraryHydrationUtils.js +0 -225
- package/v2Containers/Rcs/tests/__snapshots__/utils.test.js.snap.rej +0 -128
- package/v2Containers/Rcs/tests/rcsLibraryHydrationUtils.test.js +0 -318
- package/v2Containers/Sms/smsFormDataHelpers.js +0 -67
- package/v2Containers/Sms/tests/smsFormDataHelpers.test.js +0 -253
- package/v2Containers/SmsTrai/Edit/index.scss +0 -121
- package/v2Containers/Templates/TemplatesActionBar.js +0 -101
- package/v2Containers/Templates/tests/TemplatesActionBar.test.js +0 -120
- package/v2Containers/Templates/tests/smsTemplatesListApi.test.js +0 -180
- package/v2Containers/Templates/utils/smsTemplatesListApi.js +0 -79
- package/v2Containers/TemplatesV2/tests/TemplatesV2.localTemplates.test.js +0 -131
|
@@ -13781,7 +13781,6 @@ new message content.",
|
|
|
13781
13781
|
className="ant-col ant-col-10 cap-column-v2"
|
|
13782
13782
|
>
|
|
13783
13783
|
<UnifiedPreview
|
|
13784
|
-
activePreviewTab="rcs"
|
|
13785
13784
|
channel="WHATSAPP"
|
|
13786
13785
|
content={
|
|
13787
13786
|
Object {
|
|
@@ -14477,11 +14476,9 @@ new message content.",
|
|
|
14477
14476
|
key=".0"
|
|
14478
14477
|
lastModified={null}
|
|
14479
14478
|
onDeviceChange={[Function]}
|
|
14480
|
-
onPreviewTabChange={[Function]}
|
|
14481
14479
|
selectedCustomer={null}
|
|
14482
14480
|
showDeviceToggle={false}
|
|
14483
14481
|
showHeader={false}
|
|
14484
|
-
smsFallbackContent={null}
|
|
14485
14482
|
updatedByName={null}
|
|
14486
14483
|
>
|
|
14487
14484
|
<CapRow
|
|
@@ -19265,7 +19262,6 @@ new message content.",
|
|
|
19265
19262
|
}
|
|
19266
19263
|
}
|
|
19267
19264
|
show={false}
|
|
19268
|
-
smsFallbackContent={null}
|
|
19269
19265
|
testCustomers={Immutable.List []}
|
|
19270
19266
|
testGroups={Immutable.List []}
|
|
19271
19267
|
updatePreviewError={null}
|
|
@@ -21633,7 +21629,6 @@ new message content.",
|
|
|
21633
21629
|
}
|
|
21634
21630
|
}
|
|
21635
21631
|
show={false}
|
|
21636
|
-
smsFallbackContent={null}
|
|
21637
21632
|
templateLayoutType={null}
|
|
21638
21633
|
testCustomers={Immutable.List []}
|
|
21639
21634
|
testGroups={Immutable.List []}
|
|
@@ -21727,7 +21722,6 @@ new message content.",
|
|
|
21727
21722
|
formatMessage={[Function]}
|
|
21728
21723
|
handleSendTestMessage={[Function]}
|
|
21729
21724
|
handleTestEntitiesChange={[Function]}
|
|
21730
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
21731
21725
|
isFetchingTestCustomers={false}
|
|
21732
21726
|
isFetchingTestGroups={false}
|
|
21733
21727
|
isLoadingSenderDetails={false}
|
|
@@ -21737,13 +21731,7 @@ new message content.",
|
|
|
21737
21731
|
renderAddTestCustomerButton={[Function]}
|
|
21738
21732
|
searchValue=""
|
|
21739
21733
|
selectedTestEntities={Array []}
|
|
21740
|
-
|
|
21741
|
-
Object {
|
|
21742
|
-
"EMAIL": Array [],
|
|
21743
|
-
"SMS": Array [],
|
|
21744
|
-
"WHATSAPP": Array [],
|
|
21745
|
-
}
|
|
21746
|
-
}
|
|
21734
|
+
senderDetailsOptions={Array []}
|
|
21747
21735
|
setSearchValue={[Function]}
|
|
21748
21736
|
smsTraiDltEnabled={false}
|
|
21749
21737
|
testEntitiesTreeData={
|
|
@@ -21775,7 +21763,6 @@ new message content.",
|
|
|
21775
21763
|
<PreviewSection
|
|
21776
21764
|
unifiedPreviewProps={
|
|
21777
21765
|
Object {
|
|
21778
|
-
"activePreviewTab": "rcs",
|
|
21779
21766
|
"channel": "WHATSAPP",
|
|
21780
21767
|
"content": Object {
|
|
21781
21768
|
"_id": null,
|
|
@@ -21810,11 +21797,8 @@ new message content.",
|
|
|
21810
21797
|
"isUpdating": false,
|
|
21811
21798
|
"lastModified": undefined,
|
|
21812
21799
|
"onDeviceChange": [Function],
|
|
21813
|
-
"onPreviewTabChange": [Function],
|
|
21814
21800
|
"selectedCustomer": null,
|
|
21815
21801
|
"showDeviceToggle": true,
|
|
21816
|
-
"smsFallbackContent": null,
|
|
21817
|
-
"smsFallbackResolvedText": undefined,
|
|
21818
21802
|
"updatedByName": undefined,
|
|
21819
21803
|
}
|
|
21820
21804
|
}
|
|
@@ -37570,7 +37554,6 @@ new message content.",
|
|
|
37570
37554
|
className="ant-col ant-col-10 cap-column-v2"
|
|
37571
37555
|
>
|
|
37572
37556
|
<UnifiedPreview
|
|
37573
|
-
activePreviewTab="rcs"
|
|
37574
37557
|
channel="WHATSAPP"
|
|
37575
37558
|
content={
|
|
37576
37559
|
Object {
|
|
@@ -38364,11 +38347,9 @@ new message content.",
|
|
|
38364
38347
|
key=".0"
|
|
38365
38348
|
lastModified={null}
|
|
38366
38349
|
onDeviceChange={[Function]}
|
|
38367
|
-
onPreviewTabChange={[Function]}
|
|
38368
38350
|
selectedCustomer={null}
|
|
38369
38351
|
showDeviceToggle={false}
|
|
38370
38352
|
showHeader={false}
|
|
38371
|
-
smsFallbackContent={null}
|
|
38372
38353
|
updatedByName={null}
|
|
38373
38354
|
>
|
|
38374
38355
|
<CapRow
|
|
@@ -43250,7 +43231,6 @@ new message content.",
|
|
|
43250
43231
|
}
|
|
43251
43232
|
}
|
|
43252
43233
|
show={false}
|
|
43253
|
-
smsFallbackContent={null}
|
|
43254
43234
|
testCustomers={Immutable.List []}
|
|
43255
43235
|
testGroups={Immutable.List []}
|
|
43256
43236
|
updatePreviewError={null}
|
|
@@ -45618,7 +45598,6 @@ new message content.",
|
|
|
45618
45598
|
}
|
|
45619
45599
|
}
|
|
45620
45600
|
show={false}
|
|
45621
|
-
smsFallbackContent={null}
|
|
45622
45601
|
templateLayoutType={null}
|
|
45623
45602
|
testCustomers={Immutable.List []}
|
|
45624
45603
|
testGroups={Immutable.List []}
|
|
@@ -45712,7 +45691,6 @@ new message content.",
|
|
|
45712
45691
|
formatMessage={[Function]}
|
|
45713
45692
|
handleSendTestMessage={[Function]}
|
|
45714
45693
|
handleTestEntitiesChange={[Function]}
|
|
45715
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
45716
45694
|
isFetchingTestCustomers={false}
|
|
45717
45695
|
isFetchingTestGroups={false}
|
|
45718
45696
|
isLoadingSenderDetails={false}
|
|
@@ -45722,13 +45700,7 @@ new message content.",
|
|
|
45722
45700
|
renderAddTestCustomerButton={[Function]}
|
|
45723
45701
|
searchValue=""
|
|
45724
45702
|
selectedTestEntities={Array []}
|
|
45725
|
-
|
|
45726
|
-
Object {
|
|
45727
|
-
"EMAIL": Array [],
|
|
45728
|
-
"SMS": Array [],
|
|
45729
|
-
"WHATSAPP": Array [],
|
|
45730
|
-
}
|
|
45731
|
-
}
|
|
45703
|
+
senderDetailsOptions={Array []}
|
|
45732
45704
|
setSearchValue={[Function]}
|
|
45733
45705
|
smsTraiDltEnabled={false}
|
|
45734
45706
|
testEntitiesTreeData={
|
|
@@ -45760,7 +45732,6 @@ new message content.",
|
|
|
45760
45732
|
<PreviewSection
|
|
45761
45733
|
unifiedPreviewProps={
|
|
45762
45734
|
Object {
|
|
45763
|
-
"activePreviewTab": "rcs",
|
|
45764
45735
|
"channel": "WHATSAPP",
|
|
45765
45736
|
"content": Object {
|
|
45766
45737
|
"_id": null,
|
|
@@ -45795,11 +45766,8 @@ new message content.",
|
|
|
45795
45766
|
"isUpdating": false,
|
|
45796
45767
|
"lastModified": undefined,
|
|
45797
45768
|
"onDeviceChange": [Function],
|
|
45798
|
-
"onPreviewTabChange": [Function],
|
|
45799
45769
|
"selectedCustomer": null,
|
|
45800
45770
|
"showDeviceToggle": true,
|
|
45801
|
-
"smsFallbackContent": null,
|
|
45802
|
-
"smsFallbackResolvedText": undefined,
|
|
45803
45771
|
"updatedByName": undefined,
|
|
45804
45772
|
}
|
|
45805
45773
|
}
|
|
@@ -61835,7 +61803,6 @@ new message content.",
|
|
|
61835
61803
|
className="ant-col ant-col-10 cap-column-v2"
|
|
61836
61804
|
>
|
|
61837
61805
|
<UnifiedPreview
|
|
61838
|
-
activePreviewTab="rcs"
|
|
61839
61806
|
channel="WHATSAPP"
|
|
61840
61807
|
content={
|
|
61841
61808
|
Object {
|
|
@@ -63014,11 +62981,9 @@ new message content.",
|
|
|
63014
62981
|
key=".0"
|
|
63015
62982
|
lastModified={null}
|
|
63016
62983
|
onDeviceChange={[Function]}
|
|
63017
|
-
onPreviewTabChange={[Function]}
|
|
63018
62984
|
selectedCustomer={null}
|
|
63019
62985
|
showDeviceToggle={false}
|
|
63020
62986
|
showHeader={false}
|
|
63021
|
-
smsFallbackContent={null}
|
|
63022
62987
|
updatedByName={null}
|
|
63023
62988
|
>
|
|
63024
62989
|
<CapRow
|
|
@@ -68283,7 +68248,6 @@ new message content.",
|
|
|
68283
68248
|
}
|
|
68284
68249
|
}
|
|
68285
68250
|
show={false}
|
|
68286
|
-
smsFallbackContent={null}
|
|
68287
68251
|
testCustomers={Immutable.List []}
|
|
68288
68252
|
testGroups={Immutable.List []}
|
|
68289
68253
|
updatePreviewError={null}
|
|
@@ -70651,7 +70615,6 @@ new message content.",
|
|
|
70651
70615
|
}
|
|
70652
70616
|
}
|
|
70653
70617
|
show={false}
|
|
70654
|
-
smsFallbackContent={null}
|
|
70655
70618
|
templateLayoutType={null}
|
|
70656
70619
|
testCustomers={Immutable.List []}
|
|
70657
70620
|
testGroups={Immutable.List []}
|
|
@@ -70745,7 +70708,6 @@ new message content.",
|
|
|
70745
70708
|
formatMessage={[Function]}
|
|
70746
70709
|
handleSendTestMessage={[Function]}
|
|
70747
70710
|
handleTestEntitiesChange={[Function]}
|
|
70748
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
70749
70711
|
isFetchingTestCustomers={false}
|
|
70750
70712
|
isFetchingTestGroups={false}
|
|
70751
70713
|
isLoadingSenderDetails={false}
|
|
@@ -70755,13 +70717,7 @@ new message content.",
|
|
|
70755
70717
|
renderAddTestCustomerButton={[Function]}
|
|
70756
70718
|
searchValue=""
|
|
70757
70719
|
selectedTestEntities={Array []}
|
|
70758
|
-
|
|
70759
|
-
Object {
|
|
70760
|
-
"EMAIL": Array [],
|
|
70761
|
-
"SMS": Array [],
|
|
70762
|
-
"WHATSAPP": Array [],
|
|
70763
|
-
}
|
|
70764
|
-
}
|
|
70720
|
+
senderDetailsOptions={Array []}
|
|
70765
70721
|
setSearchValue={[Function]}
|
|
70766
70722
|
smsTraiDltEnabled={false}
|
|
70767
70723
|
testEntitiesTreeData={
|
|
@@ -70793,7 +70749,6 @@ new message content.",
|
|
|
70793
70749
|
<PreviewSection
|
|
70794
70750
|
unifiedPreviewProps={
|
|
70795
70751
|
Object {
|
|
70796
|
-
"activePreviewTab": "rcs",
|
|
70797
70752
|
"channel": "WHATSAPP",
|
|
70798
70753
|
"content": Object {
|
|
70799
70754
|
"_id": null,
|
|
@@ -70828,11 +70783,8 @@ new message content.",
|
|
|
70828
70783
|
"isUpdating": false,
|
|
70829
70784
|
"lastModified": undefined,
|
|
70830
70785
|
"onDeviceChange": [Function],
|
|
70831
|
-
"onPreviewTabChange": [Function],
|
|
70832
70786
|
"selectedCustomer": null,
|
|
70833
70787
|
"showDeviceToggle": true,
|
|
70834
|
-
"smsFallbackContent": null,
|
|
70835
|
-
"smsFallbackResolvedText": undefined,
|
|
70836
70788
|
"updatedByName": undefined,
|
|
70837
70789
|
}
|
|
70838
70790
|
}
|
|
@@ -87743,7 +87695,6 @@ new message content.",
|
|
|
87743
87695
|
className="ant-col ant-col-10 cap-column-v2"
|
|
87744
87696
|
>
|
|
87745
87697
|
<UnifiedPreview
|
|
87746
|
-
activePreviewTab="rcs"
|
|
87747
87698
|
channel="WHATSAPP"
|
|
87748
87699
|
content={
|
|
87749
87700
|
Object {
|
|
@@ -89692,11 +89643,9 @@ new message content.",
|
|
|
89692
89643
|
key=".0"
|
|
89693
89644
|
lastModified={null}
|
|
89694
89645
|
onDeviceChange={[Function]}
|
|
89695
|
-
onPreviewTabChange={[Function]}
|
|
89696
89646
|
selectedCustomer={null}
|
|
89697
89647
|
showDeviceToggle={false}
|
|
89698
89648
|
showHeader={false}
|
|
89699
|
-
smsFallbackContent={null}
|
|
89700
89649
|
updatedByName={null}
|
|
89701
89650
|
>
|
|
89702
89651
|
<CapRow
|
|
@@ -95733,7 +95682,6 @@ new message content.",
|
|
|
95733
95682
|
}
|
|
95734
95683
|
}
|
|
95735
95684
|
show={false}
|
|
95736
|
-
smsFallbackContent={null}
|
|
95737
95685
|
testCustomers={Immutable.List []}
|
|
95738
95686
|
testGroups={Immutable.List []}
|
|
95739
95687
|
updatePreviewError={null}
|
|
@@ -98101,7 +98049,6 @@ new message content.",
|
|
|
98101
98049
|
}
|
|
98102
98050
|
}
|
|
98103
98051
|
show={false}
|
|
98104
|
-
smsFallbackContent={null}
|
|
98105
98052
|
templateLayoutType={null}
|
|
98106
98053
|
testCustomers={Immutable.List []}
|
|
98107
98054
|
testGroups={Immutable.List []}
|
|
@@ -98195,7 +98142,6 @@ new message content.",
|
|
|
98195
98142
|
formatMessage={[Function]}
|
|
98196
98143
|
handleSendTestMessage={[Function]}
|
|
98197
98144
|
handleTestEntitiesChange={[Function]}
|
|
98198
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
98199
98145
|
isFetchingTestCustomers={false}
|
|
98200
98146
|
isFetchingTestGroups={false}
|
|
98201
98147
|
isLoadingSenderDetails={false}
|
|
@@ -98205,13 +98151,7 @@ new message content.",
|
|
|
98205
98151
|
renderAddTestCustomerButton={[Function]}
|
|
98206
98152
|
searchValue=""
|
|
98207
98153
|
selectedTestEntities={Array []}
|
|
98208
|
-
|
|
98209
|
-
Object {
|
|
98210
|
-
"EMAIL": Array [],
|
|
98211
|
-
"SMS": Array [],
|
|
98212
|
-
"WHATSAPP": Array [],
|
|
98213
|
-
}
|
|
98214
|
-
}
|
|
98154
|
+
senderDetailsOptions={Array []}
|
|
98215
98155
|
setSearchValue={[Function]}
|
|
98216
98156
|
smsTraiDltEnabled={false}
|
|
98217
98157
|
testEntitiesTreeData={
|
|
@@ -98243,7 +98183,6 @@ new message content.",
|
|
|
98243
98183
|
<PreviewSection
|
|
98244
98184
|
unifiedPreviewProps={
|
|
98245
98185
|
Object {
|
|
98246
|
-
"activePreviewTab": "rcs",
|
|
98247
98186
|
"channel": "WHATSAPP",
|
|
98248
98187
|
"content": Object {
|
|
98249
98188
|
"_id": null,
|
|
@@ -98278,11 +98217,8 @@ new message content.",
|
|
|
98278
98217
|
"isUpdating": false,
|
|
98279
98218
|
"lastModified": undefined,
|
|
98280
98219
|
"onDeviceChange": [Function],
|
|
98281
|
-
"onPreviewTabChange": [Function],
|
|
98282
98220
|
"selectedCustomer": null,
|
|
98283
98221
|
"showDeviceToggle": true,
|
|
98284
|
-
"smsFallbackContent": null,
|
|
98285
|
-
"smsFallbackResolvedText": undefined,
|
|
98286
98222
|
"updatedByName": undefined,
|
|
98287
98223
|
}
|
|
98288
98224
|
}
|
|
@@ -112128,7 +112064,6 @@ new message content.",
|
|
|
112128
112064
|
className="ant-col ant-col-10 cap-column-v2"
|
|
112129
112065
|
>
|
|
112130
112066
|
<UnifiedPreview
|
|
112131
|
-
activePreviewTab="rcs"
|
|
112132
112067
|
channel="WHATSAPP"
|
|
112133
112068
|
content={
|
|
112134
112069
|
Object {
|
|
@@ -112834,11 +112769,9 @@ new message content.",
|
|
|
112834
112769
|
key=".0"
|
|
112835
112770
|
lastModified={null}
|
|
112836
112771
|
onDeviceChange={[Function]}
|
|
112837
|
-
onPreviewTabChange={[Function]}
|
|
112838
112772
|
selectedCustomer={null}
|
|
112839
112773
|
showDeviceToggle={false}
|
|
112840
112774
|
showHeader={false}
|
|
112841
|
-
smsFallbackContent={null}
|
|
112842
112775
|
updatedByName={null}
|
|
112843
112776
|
>
|
|
112844
112777
|
<CapRow
|
|
@@ -117632,7 +117565,6 @@ new message content.",
|
|
|
117632
117565
|
}
|
|
117633
117566
|
}
|
|
117634
117567
|
show={false}
|
|
117635
|
-
smsFallbackContent={null}
|
|
117636
117568
|
testCustomers={Immutable.List []}
|
|
117637
117569
|
testGroups={Immutable.List []}
|
|
117638
117570
|
updatePreviewError={null}
|
|
@@ -120000,7 +119932,6 @@ new message content.",
|
|
|
120000
119932
|
}
|
|
120001
119933
|
}
|
|
120002
119934
|
show={false}
|
|
120003
|
-
smsFallbackContent={null}
|
|
120004
119935
|
templateLayoutType={null}
|
|
120005
119936
|
testCustomers={Immutable.List []}
|
|
120006
119937
|
testGroups={Immutable.List []}
|
|
@@ -120094,7 +120025,6 @@ new message content.",
|
|
|
120094
120025
|
formatMessage={[Function]}
|
|
120095
120026
|
handleSendTestMessage={[Function]}
|
|
120096
120027
|
handleTestEntitiesChange={[Function]}
|
|
120097
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
120098
120028
|
isFetchingTestCustomers={false}
|
|
120099
120029
|
isFetchingTestGroups={false}
|
|
120100
120030
|
isLoadingSenderDetails={false}
|
|
@@ -120104,13 +120034,7 @@ new message content.",
|
|
|
120104
120034
|
renderAddTestCustomerButton={[Function]}
|
|
120105
120035
|
searchValue=""
|
|
120106
120036
|
selectedTestEntities={Array []}
|
|
120107
|
-
|
|
120108
|
-
Object {
|
|
120109
|
-
"EMAIL": Array [],
|
|
120110
|
-
"SMS": Array [],
|
|
120111
|
-
"WHATSAPP": Array [],
|
|
120112
|
-
}
|
|
120113
|
-
}
|
|
120037
|
+
senderDetailsOptions={Array []}
|
|
120114
120038
|
setSearchValue={[Function]}
|
|
120115
120039
|
smsTraiDltEnabled={false}
|
|
120116
120040
|
testEntitiesTreeData={
|
|
@@ -120142,7 +120066,6 @@ new message content.",
|
|
|
120142
120066
|
<PreviewSection
|
|
120143
120067
|
unifiedPreviewProps={
|
|
120144
120068
|
Object {
|
|
120145
|
-
"activePreviewTab": "rcs",
|
|
120146
120069
|
"channel": "WHATSAPP",
|
|
120147
120070
|
"content": Object {
|
|
120148
120071
|
"_id": null,
|
|
@@ -120177,11 +120100,8 @@ new message content.",
|
|
|
120177
120100
|
"isUpdating": false,
|
|
120178
120101
|
"lastModified": undefined,
|
|
120179
120102
|
"onDeviceChange": [Function],
|
|
120180
|
-
"onPreviewTabChange": [Function],
|
|
120181
120103
|
"selectedCustomer": null,
|
|
120182
120104
|
"showDeviceToggle": true,
|
|
120183
|
-
"smsFallbackContent": null,
|
|
120184
|
-
"smsFallbackResolvedText": undefined,
|
|
120185
120105
|
"updatedByName": undefined,
|
|
120186
120106
|
}
|
|
120187
120107
|
}
|
|
@@ -134017,7 +133937,6 @@ new message content.",
|
|
|
134017
133937
|
className="ant-col ant-col-10 cap-column-v2"
|
|
134018
133938
|
>
|
|
134019
133939
|
<UnifiedPreview
|
|
134020
|
-
activePreviewTab="rcs"
|
|
134021
133940
|
channel="WHATSAPP"
|
|
134022
133941
|
content={
|
|
134023
133942
|
Object {
|
|
@@ -134713,11 +134632,9 @@ new message content.",
|
|
|
134713
134632
|
key=".0"
|
|
134714
134633
|
lastModified={null}
|
|
134715
134634
|
onDeviceChange={[Function]}
|
|
134716
|
-
onPreviewTabChange={[Function]}
|
|
134717
134635
|
selectedCustomer={null}
|
|
134718
134636
|
showDeviceToggle={false}
|
|
134719
134637
|
showHeader={false}
|
|
134720
|
-
smsFallbackContent={null}
|
|
134721
134638
|
updatedByName={null}
|
|
134722
134639
|
>
|
|
134723
134640
|
<CapRow
|
|
@@ -139501,7 +139418,6 @@ new message content.",
|
|
|
139501
139418
|
}
|
|
139502
139419
|
}
|
|
139503
139420
|
show={false}
|
|
139504
|
-
smsFallbackContent={null}
|
|
139505
139421
|
testCustomers={Immutable.List []}
|
|
139506
139422
|
testGroups={Immutable.List []}
|
|
139507
139423
|
updatePreviewError={null}
|
|
@@ -141869,7 +141785,6 @@ new message content.",
|
|
|
141869
141785
|
}
|
|
141870
141786
|
}
|
|
141871
141787
|
show={false}
|
|
141872
|
-
smsFallbackContent={null}
|
|
141873
141788
|
templateLayoutType={null}
|
|
141874
141789
|
testCustomers={Immutable.List []}
|
|
141875
141790
|
testGroups={Immutable.List []}
|
|
@@ -141963,7 +141878,6 @@ new message content.",
|
|
|
141963
141878
|
formatMessage={[Function]}
|
|
141964
141879
|
handleSendTestMessage={[Function]}
|
|
141965
141880
|
handleTestEntitiesChange={[Function]}
|
|
141966
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
141967
141881
|
isFetchingTestCustomers={false}
|
|
141968
141882
|
isFetchingTestGroups={false}
|
|
141969
141883
|
isLoadingSenderDetails={false}
|
|
@@ -141973,13 +141887,7 @@ new message content.",
|
|
|
141973
141887
|
renderAddTestCustomerButton={[Function]}
|
|
141974
141888
|
searchValue=""
|
|
141975
141889
|
selectedTestEntities={Array []}
|
|
141976
|
-
|
|
141977
|
-
Object {
|
|
141978
|
-
"EMAIL": Array [],
|
|
141979
|
-
"SMS": Array [],
|
|
141980
|
-
"WHATSAPP": Array [],
|
|
141981
|
-
}
|
|
141982
|
-
}
|
|
141890
|
+
senderDetailsOptions={Array []}
|
|
141983
141891
|
setSearchValue={[Function]}
|
|
141984
141892
|
smsTraiDltEnabled={false}
|
|
141985
141893
|
testEntitiesTreeData={
|
|
@@ -142011,7 +141919,6 @@ new message content.",
|
|
|
142011
141919
|
<PreviewSection
|
|
142012
141920
|
unifiedPreviewProps={
|
|
142013
141921
|
Object {
|
|
142014
|
-
"activePreviewTab": "rcs",
|
|
142015
141922
|
"channel": "WHATSAPP",
|
|
142016
141923
|
"content": Object {
|
|
142017
141924
|
"_id": null,
|
|
@@ -142046,11 +141953,8 @@ new message content.",
|
|
|
142046
141953
|
"isUpdating": false,
|
|
142047
141954
|
"lastModified": undefined,
|
|
142048
141955
|
"onDeviceChange": [Function],
|
|
142049
|
-
"onPreviewTabChange": [Function],
|
|
142050
141956
|
"selectedCustomer": null,
|
|
142051
141957
|
"showDeviceToggle": true,
|
|
142052
|
-
"smsFallbackContent": null,
|
|
142053
|
-
"smsFallbackResolvedText": undefined,
|
|
142054
141958
|
"updatedByName": undefined,
|
|
142055
141959
|
}
|
|
142056
141960
|
}
|
|
@@ -158478,7 +158382,6 @@ new message content.",
|
|
|
158478
158382
|
className="ant-col ant-col-10 cap-column-v2"
|
|
158479
158383
|
>
|
|
158480
158384
|
<UnifiedPreview
|
|
158481
|
-
activePreviewTab="rcs"
|
|
158482
158385
|
channel="WHATSAPP"
|
|
158483
158386
|
content={
|
|
158484
158387
|
Object {
|
|
@@ -159944,11 +159847,9 @@ new message content.",
|
|
|
159944
159847
|
key=".0"
|
|
159945
159848
|
lastModified={null}
|
|
159946
159849
|
onDeviceChange={[Function]}
|
|
159947
|
-
onPreviewTabChange={[Function]}
|
|
159948
159850
|
selectedCustomer={null}
|
|
159949
159851
|
showDeviceToggle={false}
|
|
159950
159852
|
showHeader={false}
|
|
159951
|
-
smsFallbackContent={null}
|
|
159952
159853
|
updatedByName={null}
|
|
159953
159854
|
>
|
|
159954
159855
|
<CapRow
|
|
@@ -165502,7 +165403,6 @@ new message content.",
|
|
|
165502
165403
|
}
|
|
165503
165404
|
}
|
|
165504
165405
|
show={false}
|
|
165505
|
-
smsFallbackContent={null}
|
|
165506
165406
|
testCustomers={Immutable.List []}
|
|
165507
165407
|
testGroups={Immutable.List []}
|
|
165508
165408
|
updatePreviewError={null}
|
|
@@ -167870,7 +167770,6 @@ new message content.",
|
|
|
167870
167770
|
}
|
|
167871
167771
|
}
|
|
167872
167772
|
show={false}
|
|
167873
|
-
smsFallbackContent={null}
|
|
167874
167773
|
templateLayoutType={null}
|
|
167875
167774
|
testCustomers={Immutable.List []}
|
|
167876
167775
|
testGroups={Immutable.List []}
|
|
@@ -167964,7 +167863,6 @@ new message content.",
|
|
|
167964
167863
|
formatMessage={[Function]}
|
|
167965
167864
|
handleSendTestMessage={[Function]}
|
|
167966
167865
|
handleTestEntitiesChange={[Function]}
|
|
167967
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
167968
167866
|
isFetchingTestCustomers={false}
|
|
167969
167867
|
isFetchingTestGroups={false}
|
|
167970
167868
|
isLoadingSenderDetails={false}
|
|
@@ -167974,13 +167872,7 @@ new message content.",
|
|
|
167974
167872
|
renderAddTestCustomerButton={[Function]}
|
|
167975
167873
|
searchValue=""
|
|
167976
167874
|
selectedTestEntities={Array []}
|
|
167977
|
-
|
|
167978
|
-
Object {
|
|
167979
|
-
"EMAIL": Array [],
|
|
167980
|
-
"SMS": Array [],
|
|
167981
|
-
"WHATSAPP": Array [],
|
|
167982
|
-
}
|
|
167983
|
-
}
|
|
167875
|
+
senderDetailsOptions={Array []}
|
|
167984
167876
|
setSearchValue={[Function]}
|
|
167985
167877
|
smsTraiDltEnabled={false}
|
|
167986
167878
|
testEntitiesTreeData={
|
|
@@ -168012,7 +167904,6 @@ new message content.",
|
|
|
168012
167904
|
<PreviewSection
|
|
168013
167905
|
unifiedPreviewProps={
|
|
168014
167906
|
Object {
|
|
168015
|
-
"activePreviewTab": "rcs",
|
|
168016
167907
|
"channel": "WHATSAPP",
|
|
168017
167908
|
"content": Object {
|
|
168018
167909
|
"_id": null,
|
|
@@ -168047,11 +167938,8 @@ new message content.",
|
|
|
168047
167938
|
"isUpdating": false,
|
|
168048
167939
|
"lastModified": undefined,
|
|
168049
167940
|
"onDeviceChange": [Function],
|
|
168050
|
-
"onPreviewTabChange": [Function],
|
|
168051
167941
|
"selectedCustomer": null,
|
|
168052
167942
|
"showDeviceToggle": true,
|
|
168053
|
-
"smsFallbackContent": null,
|
|
168054
|
-
"smsFallbackResolvedText": undefined,
|
|
168055
167943
|
"updatedByName": undefined,
|
|
168056
167944
|
}
|
|
168057
167945
|
}
|
|
@@ -184759,7 +184647,6 @@ new message content.",
|
|
|
184759
184647
|
className="ant-col ant-col-10 cap-column-v2"
|
|
184760
184648
|
>
|
|
184761
184649
|
<UnifiedPreview
|
|
184762
|
-
activePreviewTab="rcs"
|
|
184763
184650
|
channel="WHATSAPP"
|
|
184764
184651
|
content={
|
|
184765
184652
|
Object {
|
|
@@ -186610,11 +186497,9 @@ new message content.",
|
|
|
186610
186497
|
key=".0"
|
|
186611
186498
|
lastModified={null}
|
|
186612
186499
|
onDeviceChange={[Function]}
|
|
186613
|
-
onPreviewTabChange={[Function]}
|
|
186614
186500
|
selectedCustomer={null}
|
|
186615
186501
|
showDeviceToggle={false}
|
|
186616
186502
|
showHeader={false}
|
|
186617
|
-
smsFallbackContent={null}
|
|
186618
186503
|
updatedByName={null}
|
|
186619
186504
|
>
|
|
186620
186505
|
<CapRow
|
|
@@ -192551,7 +192436,6 @@ new message content.",
|
|
|
192551
192436
|
}
|
|
192552
192437
|
}
|
|
192553
192438
|
show={false}
|
|
192554
|
-
smsFallbackContent={null}
|
|
192555
192439
|
testCustomers={Immutable.List []}
|
|
192556
192440
|
testGroups={Immutable.List []}
|
|
192557
192441
|
updatePreviewError={null}
|
|
@@ -194919,7 +194803,6 @@ new message content.",
|
|
|
194919
194803
|
}
|
|
194920
194804
|
}
|
|
194921
194805
|
show={false}
|
|
194922
|
-
smsFallbackContent={null}
|
|
194923
194806
|
templateLayoutType={null}
|
|
194924
194807
|
testCustomers={Immutable.List []}
|
|
194925
194808
|
testGroups={Immutable.List []}
|
|
@@ -195013,7 +194896,6 @@ new message content.",
|
|
|
195013
194896
|
formatMessage={[Function]}
|
|
195014
194897
|
handleSendTestMessage={[Function]}
|
|
195015
194898
|
handleTestEntitiesChange={[Function]}
|
|
195016
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
195017
194899
|
isFetchingTestCustomers={false}
|
|
195018
194900
|
isFetchingTestGroups={false}
|
|
195019
194901
|
isLoadingSenderDetails={false}
|
|
@@ -195023,13 +194905,7 @@ new message content.",
|
|
|
195023
194905
|
renderAddTestCustomerButton={[Function]}
|
|
195024
194906
|
searchValue=""
|
|
195025
194907
|
selectedTestEntities={Array []}
|
|
195026
|
-
|
|
195027
|
-
Object {
|
|
195028
|
-
"EMAIL": Array [],
|
|
195029
|
-
"SMS": Array [],
|
|
195030
|
-
"WHATSAPP": Array [],
|
|
195031
|
-
}
|
|
195032
|
-
}
|
|
194908
|
+
senderDetailsOptions={Array []}
|
|
195033
194909
|
setSearchValue={[Function]}
|
|
195034
194910
|
smsTraiDltEnabled={false}
|
|
195035
194911
|
testEntitiesTreeData={
|
|
@@ -195061,7 +194937,6 @@ new message content.",
|
|
|
195061
194937
|
<PreviewSection
|
|
195062
194938
|
unifiedPreviewProps={
|
|
195063
194939
|
Object {
|
|
195064
|
-
"activePreviewTab": "rcs",
|
|
195065
194940
|
"channel": "WHATSAPP",
|
|
195066
194941
|
"content": Object {
|
|
195067
194942
|
"_id": null,
|
|
@@ -195096,11 +194971,8 @@ new message content.",
|
|
|
195096
194971
|
"isUpdating": false,
|
|
195097
194972
|
"lastModified": undefined,
|
|
195098
194973
|
"onDeviceChange": [Function],
|
|
195099
|
-
"onPreviewTabChange": [Function],
|
|
195100
194974
|
"selectedCustomer": null,
|
|
195101
194975
|
"showDeviceToggle": true,
|
|
195102
|
-
"smsFallbackContent": null,
|
|
195103
|
-
"smsFallbackResolvedText": undefined,
|
|
195104
194976
|
"updatedByName": undefined,
|
|
195105
194977
|
}
|
|
195106
194978
|
}
|
|
@@ -212683,7 +212555,6 @@ new message content.",
|
|
|
212683
212555
|
className="ant-col ant-col-10 cap-column-v2"
|
|
212684
212556
|
>
|
|
212685
212557
|
<UnifiedPreview
|
|
212686
|
-
activePreviewTab="rcs"
|
|
212687
212558
|
channel="WHATSAPP"
|
|
212688
212559
|
content={
|
|
212689
212560
|
Object {
|
|
@@ -215304,11 +215175,9 @@ new message content.",
|
|
|
215304
215175
|
key=".0"
|
|
215305
215176
|
lastModified={null}
|
|
215306
215177
|
onDeviceChange={[Function]}
|
|
215307
|
-
onPreviewTabChange={[Function]}
|
|
215308
215178
|
selectedCustomer={null}
|
|
215309
215179
|
showDeviceToggle={false}
|
|
215310
215180
|
showHeader={false}
|
|
215311
|
-
smsFallbackContent={null}
|
|
215312
215181
|
updatedByName={null}
|
|
215313
215182
|
>
|
|
215314
215183
|
<CapRow
|
|
@@ -222017,7 +221886,6 @@ new message content.",
|
|
|
222017
221886
|
}
|
|
222018
221887
|
}
|
|
222019
221888
|
show={false}
|
|
222020
|
-
smsFallbackContent={null}
|
|
222021
221889
|
testCustomers={Immutable.List []}
|
|
222022
221890
|
testGroups={Immutable.List []}
|
|
222023
221891
|
updatePreviewError={null}
|
|
@@ -224385,7 +224253,6 @@ new message content.",
|
|
|
224385
224253
|
}
|
|
224386
224254
|
}
|
|
224387
224255
|
show={false}
|
|
224388
|
-
smsFallbackContent={null}
|
|
224389
224256
|
templateLayoutType={null}
|
|
224390
224257
|
testCustomers={Immutable.List []}
|
|
224391
224258
|
testGroups={Immutable.List []}
|
|
@@ -224479,7 +224346,6 @@ new message content.",
|
|
|
224479
224346
|
formatMessage={[Function]}
|
|
224480
224347
|
handleSendTestMessage={[Function]}
|
|
224481
224348
|
handleTestEntitiesChange={[Function]}
|
|
224482
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
224483
224349
|
isFetchingTestCustomers={false}
|
|
224484
224350
|
isFetchingTestGroups={false}
|
|
224485
224351
|
isLoadingSenderDetails={false}
|
|
@@ -224489,13 +224355,7 @@ new message content.",
|
|
|
224489
224355
|
renderAddTestCustomerButton={[Function]}
|
|
224490
224356
|
searchValue=""
|
|
224491
224357
|
selectedTestEntities={Array []}
|
|
224492
|
-
|
|
224493
|
-
Object {
|
|
224494
|
-
"EMAIL": Array [],
|
|
224495
|
-
"SMS": Array [],
|
|
224496
|
-
"WHATSAPP": Array [],
|
|
224497
|
-
}
|
|
224498
|
-
}
|
|
224358
|
+
senderDetailsOptions={Array []}
|
|
224499
224359
|
setSearchValue={[Function]}
|
|
224500
224360
|
smsTraiDltEnabled={false}
|
|
224501
224361
|
testEntitiesTreeData={
|
|
@@ -224527,7 +224387,6 @@ new message content.",
|
|
|
224527
224387
|
<PreviewSection
|
|
224528
224388
|
unifiedPreviewProps={
|
|
224529
224389
|
Object {
|
|
224530
|
-
"activePreviewTab": "rcs",
|
|
224531
224390
|
"channel": "WHATSAPP",
|
|
224532
224391
|
"content": Object {
|
|
224533
224392
|
"_id": null,
|
|
@@ -224562,11 +224421,8 @@ new message content.",
|
|
|
224562
224421
|
"isUpdating": false,
|
|
224563
224422
|
"lastModified": undefined,
|
|
224564
224423
|
"onDeviceChange": [Function],
|
|
224565
|
-
"onPreviewTabChange": [Function],
|
|
224566
224424
|
"selectedCustomer": null,
|
|
224567
224425
|
"showDeviceToggle": true,
|
|
224568
|
-
"smsFallbackContent": null,
|
|
224569
|
-
"smsFallbackResolvedText": undefined,
|
|
224570
224426
|
"updatedByName": undefined,
|
|
224571
224427
|
}
|
|
224572
224428
|
}
|
|
@@ -242423,7 +242279,6 @@ new message content.",
|
|
|
242423
242279
|
className="ant-col ant-col-10 cap-column-v2"
|
|
242424
242280
|
>
|
|
242425
242281
|
<UnifiedPreview
|
|
242426
|
-
activePreviewTab="rcs"
|
|
242427
242282
|
channel="WHATSAPP"
|
|
242428
242283
|
content={
|
|
242429
242284
|
Object {
|
|
@@ -245429,11 +245284,9 @@ new message content.",
|
|
|
245429
245284
|
key=".0"
|
|
245430
245285
|
lastModified={null}
|
|
245431
245286
|
onDeviceChange={[Function]}
|
|
245432
|
-
onPreviewTabChange={[Function]}
|
|
245433
245287
|
selectedCustomer={null}
|
|
245434
245288
|
showDeviceToggle={false}
|
|
245435
245289
|
showHeader={false}
|
|
245436
|
-
smsFallbackContent={null}
|
|
245437
245290
|
updatedByName={null}
|
|
245438
245291
|
>
|
|
245439
245292
|
<CapRow
|
|
@@ -252525,7 +252378,6 @@ new message content.",
|
|
|
252525
252378
|
}
|
|
252526
252379
|
}
|
|
252527
252380
|
show={false}
|
|
252528
|
-
smsFallbackContent={null}
|
|
252529
252381
|
testCustomers={Immutable.List []}
|
|
252530
252382
|
testGroups={Immutable.List []}
|
|
252531
252383
|
updatePreviewError={null}
|
|
@@ -254893,7 +254745,6 @@ new message content.",
|
|
|
254893
254745
|
}
|
|
254894
254746
|
}
|
|
254895
254747
|
show={false}
|
|
254896
|
-
smsFallbackContent={null}
|
|
254897
254748
|
templateLayoutType={null}
|
|
254898
254749
|
testCustomers={Immutable.List []}
|
|
254899
254750
|
testGroups={Immutable.List []}
|
|
@@ -254987,7 +254838,6 @@ new message content.",
|
|
|
254987
254838
|
formatMessage={[Function]}
|
|
254988
254839
|
handleSendTestMessage={[Function]}
|
|
254989
254840
|
handleTestEntitiesChange={[Function]}
|
|
254990
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
254991
254841
|
isFetchingTestCustomers={false}
|
|
254992
254842
|
isFetchingTestGroups={false}
|
|
254993
254843
|
isLoadingSenderDetails={false}
|
|
@@ -254997,13 +254847,7 @@ new message content.",
|
|
|
254997
254847
|
renderAddTestCustomerButton={[Function]}
|
|
254998
254848
|
searchValue=""
|
|
254999
254849
|
selectedTestEntities={Array []}
|
|
255000
|
-
|
|
255001
|
-
Object {
|
|
255002
|
-
"EMAIL": Array [],
|
|
255003
|
-
"SMS": Array [],
|
|
255004
|
-
"WHATSAPP": Array [],
|
|
255005
|
-
}
|
|
255006
|
-
}
|
|
254850
|
+
senderDetailsOptions={Array []}
|
|
255007
254851
|
setSearchValue={[Function]}
|
|
255008
254852
|
smsTraiDltEnabled={false}
|
|
255009
254853
|
testEntitiesTreeData={
|
|
@@ -255035,7 +254879,6 @@ new message content.",
|
|
|
255035
254879
|
<PreviewSection
|
|
255036
254880
|
unifiedPreviewProps={
|
|
255037
254881
|
Object {
|
|
255038
|
-
"activePreviewTab": "rcs",
|
|
255039
254882
|
"channel": "WHATSAPP",
|
|
255040
254883
|
"content": Object {
|
|
255041
254884
|
"_id": null,
|
|
@@ -255070,11 +254913,8 @@ new message content.",
|
|
|
255070
254913
|
"isUpdating": false,
|
|
255071
254914
|
"lastModified": undefined,
|
|
255072
254915
|
"onDeviceChange": [Function],
|
|
255073
|
-
"onPreviewTabChange": [Function],
|
|
255074
254916
|
"selectedCustomer": null,
|
|
255075
254917
|
"showDeviceToggle": true,
|
|
255076
|
-
"smsFallbackContent": null,
|
|
255077
|
-
"smsFallbackResolvedText": undefined,
|
|
255078
254918
|
"updatedByName": undefined,
|
|
255079
254919
|
}
|
|
255080
254920
|
}
|
|
@@ -263539,7 +263379,6 @@ new message content.",
|
|
|
263539
263379
|
className="ant-col ant-col-10 cap-column-v2"
|
|
263540
263380
|
>
|
|
263541
263381
|
<UnifiedPreview
|
|
263542
|
-
activePreviewTab="rcs"
|
|
263543
263382
|
channel="WHATSAPP"
|
|
263544
263383
|
content={
|
|
263545
263384
|
Object {
|
|
@@ -264526,11 +264365,9 @@ undefined",
|
|
|
264526
264365
|
key=".0"
|
|
264527
264366
|
lastModified={null}
|
|
264528
264367
|
onDeviceChange={[Function]}
|
|
264529
|
-
onPreviewTabChange={[Function]}
|
|
264530
264368
|
selectedCustomer={null}
|
|
264531
264369
|
showDeviceToggle={false}
|
|
264532
264370
|
showHeader={false}
|
|
264533
|
-
smsFallbackContent={null}
|
|
264534
264371
|
updatedByName={null}
|
|
264535
264372
|
>
|
|
264536
264373
|
<CapRow
|
|
@@ -268971,7 +268808,6 @@ new message content.",
|
|
|
268971
268808
|
}
|
|
268972
268809
|
}
|
|
268973
268810
|
show={false}
|
|
268974
|
-
smsFallbackContent={null}
|
|
268975
268811
|
testCustomers={Immutable.List []}
|
|
268976
268812
|
testGroups={Immutable.List []}
|
|
268977
268813
|
updatePreviewError={null}
|
|
@@ -271387,7 +271223,6 @@ new message content.",
|
|
|
271387
271223
|
}
|
|
271388
271224
|
}
|
|
271389
271225
|
show={false}
|
|
271390
|
-
smsFallbackContent={null}
|
|
271391
271226
|
templateLayoutType={null}
|
|
271392
271227
|
testCustomers={Immutable.List []}
|
|
271393
271228
|
testGroups={Immutable.List []}
|
|
@@ -271505,7 +271340,6 @@ undefined",
|
|
|
271505
271340
|
formatMessage={[Function]}
|
|
271506
271341
|
handleSendTestMessage={[Function]}
|
|
271507
271342
|
handleTestEntitiesChange={[Function]}
|
|
271508
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
271509
271343
|
isFetchingTestCustomers={false}
|
|
271510
271344
|
isFetchingTestGroups={false}
|
|
271511
271345
|
isLoadingSenderDetails={false}
|
|
@@ -271515,13 +271349,7 @@ undefined",
|
|
|
271515
271349
|
renderAddTestCustomerButton={[Function]}
|
|
271516
271350
|
searchValue=""
|
|
271517
271351
|
selectedTestEntities={Array []}
|
|
271518
|
-
|
|
271519
|
-
Object {
|
|
271520
|
-
"EMAIL": Array [],
|
|
271521
|
-
"SMS": Array [],
|
|
271522
|
-
"WHATSAPP": Array [],
|
|
271523
|
-
}
|
|
271524
|
-
}
|
|
271352
|
+
senderDetailsOptions={Array []}
|
|
271525
271353
|
setSearchValue={[Function]}
|
|
271526
271354
|
smsTraiDltEnabled={false}
|
|
271527
271355
|
testEntitiesTreeData={
|
|
@@ -271553,7 +271381,6 @@ undefined",
|
|
|
271553
271381
|
<PreviewSection
|
|
271554
271382
|
unifiedPreviewProps={
|
|
271555
271383
|
Object {
|
|
271556
|
-
"activePreviewTab": "rcs",
|
|
271557
271384
|
"channel": "WHATSAPP",
|
|
271558
271385
|
"content": Object {
|
|
271559
271386
|
"_id": "62034b4683c75608cf2404ec",
|
|
@@ -271612,11 +271439,8 @@ undefined",
|
|
|
271612
271439
|
"isUpdating": false,
|
|
271613
271440
|
"lastModified": undefined,
|
|
271614
271441
|
"onDeviceChange": [Function],
|
|
271615
|
-
"onPreviewTabChange": [Function],
|
|
271616
271442
|
"selectedCustomer": null,
|
|
271617
271443
|
"showDeviceToggle": true,
|
|
271618
|
-
"smsFallbackContent": null,
|
|
271619
|
-
"smsFallbackResolvedText": undefined,
|
|
271620
271444
|
"updatedByName": undefined,
|
|
271621
271445
|
}
|
|
271622
271446
|
}
|
|
@@ -277730,7 +277554,6 @@ T&C'
|
|
|
277730
277554
|
className="ant-col ant-col-10 cap-column-v2"
|
|
277731
277555
|
>
|
|
277732
277556
|
<UnifiedPreview
|
|
277733
|
-
activePreviewTab="rcs"
|
|
277734
277557
|
channel="WHATSAPP"
|
|
277735
277558
|
content={
|
|
277736
277559
|
Object {
|
|
@@ -279603,11 +279426,9 @@ T&C'",
|
|
|
279603
279426
|
key=".0"
|
|
279604
279427
|
lastModified={null}
|
|
279605
279428
|
onDeviceChange={[Function]}
|
|
279606
|
-
onPreviewTabChange={[Function]}
|
|
279607
279429
|
selectedCustomer={null}
|
|
279608
279430
|
showDeviceToggle={false}
|
|
279609
279431
|
showHeader={false}
|
|
279610
|
-
smsFallbackContent={null}
|
|
279611
279432
|
updatedByName={null}
|
|
279612
279433
|
>
|
|
279613
279434
|
<CapRow
|
|
@@ -284429,7 +284250,6 @@ new message content.",
|
|
|
284429
284250
|
}
|
|
284430
284251
|
}
|
|
284431
284252
|
show={false}
|
|
284432
|
-
smsFallbackContent={null}
|
|
284433
284253
|
testCustomers={Immutable.List []}
|
|
284434
284254
|
testGroups={Immutable.List []}
|
|
284435
284255
|
updatePreviewError={null}
|
|
@@ -286801,7 +286621,6 @@ new message content.",
|
|
|
286801
286621
|
}
|
|
286802
286622
|
}
|
|
286803
286623
|
show={false}
|
|
286804
|
-
smsFallbackContent={null}
|
|
286805
286624
|
templateLayoutType={null}
|
|
286806
286625
|
testCustomers={Immutable.List []}
|
|
286807
286626
|
testGroups={Immutable.List []}
|
|
@@ -286897,7 +286716,6 @@ T&C'",
|
|
|
286897
286716
|
formatMessage={[Function]}
|
|
286898
286717
|
handleSendTestMessage={[Function]}
|
|
286899
286718
|
handleTestEntitiesChange={[Function]}
|
|
286900
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
286901
286719
|
isFetchingTestCustomers={false}
|
|
286902
286720
|
isFetchingTestGroups={false}
|
|
286903
286721
|
isLoadingSenderDetails={false}
|
|
@@ -286907,13 +286725,7 @@ T&C'",
|
|
|
286907
286725
|
renderAddTestCustomerButton={[Function]}
|
|
286908
286726
|
searchValue=""
|
|
286909
286727
|
selectedTestEntities={Array []}
|
|
286910
|
-
|
|
286911
|
-
Object {
|
|
286912
|
-
"EMAIL": Array [],
|
|
286913
|
-
"SMS": Array [],
|
|
286914
|
-
"WHATSAPP": Array [],
|
|
286915
|
-
}
|
|
286916
|
-
}
|
|
286728
|
+
senderDetailsOptions={Array []}
|
|
286917
286729
|
setSearchValue={[Function]}
|
|
286918
286730
|
smsTraiDltEnabled={false}
|
|
286919
286731
|
testEntitiesTreeData={
|
|
@@ -286945,7 +286757,6 @@ T&C'",
|
|
|
286945
286757
|
<PreviewSection
|
|
286946
286758
|
unifiedPreviewProps={
|
|
286947
286759
|
Object {
|
|
286948
|
-
"activePreviewTab": "rcs",
|
|
286949
286760
|
"channel": "WHATSAPP",
|
|
286950
286761
|
"content": Object {
|
|
286951
286762
|
"_id": "62034b4683c75608cf2404ec",
|
|
@@ -286982,11 +286793,8 @@ T&C'",
|
|
|
286982
286793
|
"isUpdating": false,
|
|
286983
286794
|
"lastModified": undefined,
|
|
286984
286795
|
"onDeviceChange": [Function],
|
|
286985
|
-
"onPreviewTabChange": [Function],
|
|
286986
286796
|
"selectedCustomer": null,
|
|
286987
286797
|
"showDeviceToggle": true,
|
|
286988
|
-
"smsFallbackContent": null,
|
|
286989
|
-
"smsFallbackResolvedText": undefined,
|
|
286990
286798
|
"updatedByName": undefined,
|
|
286991
286799
|
}
|
|
286992
286800
|
}
|
|
@@ -293699,7 +293507,6 @@ new message content.",
|
|
|
293699
293507
|
className="ant-col ant-col-10 cap-column-v2"
|
|
293700
293508
|
>
|
|
293701
293509
|
<UnifiedPreview
|
|
293702
|
-
activePreviewTab="rcs"
|
|
293703
293510
|
channel="WHATSAPP"
|
|
293704
293511
|
content={
|
|
293705
293512
|
Object {
|
|
@@ -296426,11 +296233,9 @@ new message content.",
|
|
|
296426
296233
|
key=".0"
|
|
296427
296234
|
lastModified={null}
|
|
296428
296235
|
onDeviceChange={[Function]}
|
|
296429
|
-
onPreviewTabChange={[Function]}
|
|
296430
296236
|
selectedCustomer={null}
|
|
296431
296237
|
showDeviceToggle={false}
|
|
296432
296238
|
showHeader={false}
|
|
296433
|
-
smsFallbackContent={null}
|
|
296434
296239
|
updatedByName={null}
|
|
296435
296240
|
>
|
|
296436
296241
|
<CapRow
|
|
@@ -302076,7 +301881,6 @@ new message content.",
|
|
|
302076
301881
|
}
|
|
302077
301882
|
}
|
|
302078
301883
|
show={false}
|
|
302079
|
-
smsFallbackContent={null}
|
|
302080
301884
|
testCustomers={Immutable.List []}
|
|
302081
301885
|
testGroups={Immutable.List []}
|
|
302082
301886
|
updatePreviewError={null}
|
|
@@ -304444,7 +304248,6 @@ new message content.",
|
|
|
304444
304248
|
}
|
|
304445
304249
|
}
|
|
304446
304250
|
show={false}
|
|
304447
|
-
smsFallbackContent={null}
|
|
304448
304251
|
templateLayoutType={null}
|
|
304449
304252
|
testCustomers={Immutable.List []}
|
|
304450
304253
|
testGroups={Immutable.List []}
|
|
@@ -304538,7 +304341,6 @@ new message content.",
|
|
|
304538
304341
|
formatMessage={[Function]}
|
|
304539
304342
|
handleSendTestMessage={[Function]}
|
|
304540
304343
|
handleTestEntitiesChange={[Function]}
|
|
304541
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
304542
304344
|
isFetchingTestCustomers={false}
|
|
304543
304345
|
isFetchingTestGroups={false}
|
|
304544
304346
|
isLoadingSenderDetails={false}
|
|
@@ -304548,13 +304350,7 @@ new message content.",
|
|
|
304548
304350
|
renderAddTestCustomerButton={[Function]}
|
|
304549
304351
|
searchValue=""
|
|
304550
304352
|
selectedTestEntities={Array []}
|
|
304551
|
-
|
|
304552
|
-
Object {
|
|
304553
|
-
"EMAIL": Array [],
|
|
304554
|
-
"SMS": Array [],
|
|
304555
|
-
"WHATSAPP": Array [],
|
|
304556
|
-
}
|
|
304557
|
-
}
|
|
304353
|
+
senderDetailsOptions={Array []}
|
|
304558
304354
|
setSearchValue={[Function]}
|
|
304559
304355
|
smsTraiDltEnabled={false}
|
|
304560
304356
|
testEntitiesTreeData={
|
|
@@ -304586,7 +304382,6 @@ new message content.",
|
|
|
304586
304382
|
<PreviewSection
|
|
304587
304383
|
unifiedPreviewProps={
|
|
304588
304384
|
Object {
|
|
304589
|
-
"activePreviewTab": "rcs",
|
|
304590
304385
|
"channel": "WHATSAPP",
|
|
304591
304386
|
"content": Object {
|
|
304592
304387
|
"_id": "62034b4683c75608cf2404ec",
|
|
@@ -304621,11 +304416,8 @@ new message content.",
|
|
|
304621
304416
|
"isUpdating": false,
|
|
304622
304417
|
"lastModified": undefined,
|
|
304623
304418
|
"onDeviceChange": [Function],
|
|
304624
|
-
"onPreviewTabChange": [Function],
|
|
304625
304419
|
"selectedCustomer": null,
|
|
304626
304420
|
"showDeviceToggle": true,
|
|
304627
|
-
"smsFallbackContent": null,
|
|
304628
|
-
"smsFallbackResolvedText": undefined,
|
|
304629
304421
|
"updatedByName": undefined,
|
|
304630
304422
|
}
|
|
304631
304423
|
}
|
|
@@ -316123,7 +315915,6 @@ new message content.",
|
|
|
316123
315915
|
className="ant-col ant-col-10 cap-column-v2"
|
|
316124
315916
|
>
|
|
316125
315917
|
<UnifiedPreview
|
|
316126
|
-
activePreviewTab="rcs"
|
|
316127
315918
|
channel="WHATSAPP"
|
|
316128
315919
|
content={
|
|
316129
315920
|
Object {
|
|
@@ -320086,11 +319877,9 @@ undefined",
|
|
|
320086
319877
|
key=".0"
|
|
320087
319878
|
lastModified={null}
|
|
320088
319879
|
onDeviceChange={[Function]}
|
|
320089
|
-
onPreviewTabChange={[Function]}
|
|
320090
319880
|
selectedCustomer={null}
|
|
320091
319881
|
showDeviceToggle={false}
|
|
320092
319882
|
showHeader={false}
|
|
320093
|
-
smsFallbackContent={null}
|
|
320094
319883
|
updatedByName={null}
|
|
320095
319884
|
>
|
|
320096
319885
|
<CapRow
|
|
@@ -327507,7 +327296,6 @@ new message content.",
|
|
|
327507
327296
|
}
|
|
327508
327297
|
}
|
|
327509
327298
|
show={false}
|
|
327510
|
-
smsFallbackContent={null}
|
|
327511
327299
|
testCustomers={Immutable.List []}
|
|
327512
327300
|
testGroups={Immutable.List []}
|
|
327513
327301
|
updatePreviewError={null}
|
|
@@ -329923,7 +329711,6 @@ new message content.",
|
|
|
329923
329711
|
}
|
|
329924
329712
|
}
|
|
329925
329713
|
show={false}
|
|
329926
|
-
smsFallbackContent={null}
|
|
329927
329714
|
templateLayoutType={null}
|
|
329928
329715
|
testCustomers={Immutable.List []}
|
|
329929
329716
|
testGroups={Immutable.List []}
|
|
@@ -330041,7 +329828,6 @@ undefined",
|
|
|
330041
329828
|
formatMessage={[Function]}
|
|
330042
329829
|
handleSendTestMessage={[Function]}
|
|
330043
329830
|
handleTestEntitiesChange={[Function]}
|
|
330044
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
330045
329831
|
isFetchingTestCustomers={false}
|
|
330046
329832
|
isFetchingTestGroups={false}
|
|
330047
329833
|
isLoadingSenderDetails={false}
|
|
@@ -330051,13 +329837,7 @@ undefined",
|
|
|
330051
329837
|
renderAddTestCustomerButton={[Function]}
|
|
330052
329838
|
searchValue=""
|
|
330053
329839
|
selectedTestEntities={Array []}
|
|
330054
|
-
|
|
330055
|
-
Object {
|
|
330056
|
-
"EMAIL": Array [],
|
|
330057
|
-
"SMS": Array [],
|
|
330058
|
-
"WHATSAPP": Array [],
|
|
330059
|
-
}
|
|
330060
|
-
}
|
|
329840
|
+
senderDetailsOptions={Array []}
|
|
330061
329841
|
setSearchValue={[Function]}
|
|
330062
329842
|
smsTraiDltEnabled={false}
|
|
330063
329843
|
testEntitiesTreeData={
|
|
@@ -330089,7 +329869,6 @@ undefined",
|
|
|
330089
329869
|
<PreviewSection
|
|
330090
329870
|
unifiedPreviewProps={
|
|
330091
329871
|
Object {
|
|
330092
|
-
"activePreviewTab": "rcs",
|
|
330093
329872
|
"channel": "WHATSAPP",
|
|
330094
329873
|
"content": Object {
|
|
330095
329874
|
"_id": "62034b4683c75608cf2404ec",
|
|
@@ -330148,11 +329927,8 @@ undefined",
|
|
|
330148
329927
|
"isUpdating": false,
|
|
330149
329928
|
"lastModified": undefined,
|
|
330150
329929
|
"onDeviceChange": [Function],
|
|
330151
|
-
"onPreviewTabChange": [Function],
|
|
330152
329930
|
"selectedCustomer": null,
|
|
330153
329931
|
"showDeviceToggle": true,
|
|
330154
|
-
"smsFallbackContent": null,
|
|
330155
|
-
"smsFallbackResolvedText": undefined,
|
|
330156
329932
|
"updatedByName": undefined,
|
|
330157
329933
|
}
|
|
330158
329934
|
}
|
|
@@ -342676,7 +342452,6 @@ new message content.",
|
|
|
342676
342452
|
className="ant-col ant-col-10 cap-column-v2"
|
|
342677
342453
|
>
|
|
342678
342454
|
<UnifiedPreview
|
|
342679
|
-
activePreviewTab="rcs"
|
|
342680
342455
|
channel="WHATSAPP"
|
|
342681
342456
|
content={
|
|
342682
342457
|
Object {
|
|
@@ -347803,11 +347578,9 @@ undefined",
|
|
|
347803
347578
|
key=".0"
|
|
347804
347579
|
lastModified={null}
|
|
347805
347580
|
onDeviceChange={[Function]}
|
|
347806
|
-
onPreviewTabChange={[Function]}
|
|
347807
347581
|
selectedCustomer={null}
|
|
347808
347582
|
showDeviceToggle={false}
|
|
347809
347583
|
showHeader={false}
|
|
347810
|
-
smsFallbackContent={null}
|
|
347811
347584
|
updatedByName={null}
|
|
347812
347585
|
>
|
|
347813
347586
|
<CapRow
|
|
@@ -356944,7 +356717,6 @@ new message content.",
|
|
|
356944
356717
|
}
|
|
356945
356718
|
}
|
|
356946
356719
|
show={false}
|
|
356947
|
-
smsFallbackContent={null}
|
|
356948
356720
|
testCustomers={Immutable.List []}
|
|
356949
356721
|
testGroups={Immutable.List []}
|
|
356950
356722
|
updatePreviewError={null}
|
|
@@ -359356,7 +359128,6 @@ new message content.",
|
|
|
359356
359128
|
}
|
|
359357
359129
|
}
|
|
359358
359130
|
show={false}
|
|
359359
|
-
smsFallbackContent={null}
|
|
359360
359131
|
templateLayoutType={null}
|
|
359361
359132
|
testCustomers={Immutable.List []}
|
|
359362
359133
|
testGroups={Immutable.List []}
|
|
@@ -359472,7 +359243,6 @@ undefined",
|
|
|
359472
359243
|
formatMessage={[Function]}
|
|
359473
359244
|
handleSendTestMessage={[Function]}
|
|
359474
359245
|
handleTestEntitiesChange={[Function]}
|
|
359475
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
359476
359246
|
isFetchingTestCustomers={false}
|
|
359477
359247
|
isFetchingTestGroups={false}
|
|
359478
359248
|
isLoadingSenderDetails={false}
|
|
@@ -359482,13 +359252,7 @@ undefined",
|
|
|
359482
359252
|
renderAddTestCustomerButton={[Function]}
|
|
359483
359253
|
searchValue=""
|
|
359484
359254
|
selectedTestEntities={Array []}
|
|
359485
|
-
|
|
359486
|
-
Object {
|
|
359487
|
-
"EMAIL": Array [],
|
|
359488
|
-
"SMS": Array [],
|
|
359489
|
-
"WHATSAPP": Array [],
|
|
359490
|
-
}
|
|
359491
|
-
}
|
|
359255
|
+
senderDetailsOptions={Array []}
|
|
359492
359256
|
setSearchValue={[Function]}
|
|
359493
359257
|
smsTraiDltEnabled={false}
|
|
359494
359258
|
testEntitiesTreeData={
|
|
@@ -359520,7 +359284,6 @@ undefined",
|
|
|
359520
359284
|
<PreviewSection
|
|
359521
359285
|
unifiedPreviewProps={
|
|
359522
359286
|
Object {
|
|
359523
|
-
"activePreviewTab": "rcs",
|
|
359524
359287
|
"channel": "WHATSAPP",
|
|
359525
359288
|
"content": Object {
|
|
359526
359289
|
"_id": "62034b4683c75608cf2404ec",
|
|
@@ -359577,11 +359340,8 @@ undefined",
|
|
|
359577
359340
|
"isUpdating": false,
|
|
359578
359341
|
"lastModified": undefined,
|
|
359579
359342
|
"onDeviceChange": [Function],
|
|
359580
|
-
"onPreviewTabChange": [Function],
|
|
359581
359343
|
"selectedCustomer": null,
|
|
359582
359344
|
"showDeviceToggle": true,
|
|
359583
|
-
"smsFallbackContent": null,
|
|
359584
|
-
"smsFallbackResolvedText": undefined,
|
|
359585
359345
|
"updatedByName": undefined,
|
|
359586
359346
|
}
|
|
359587
359347
|
}
|
|
@@ -367889,7 +367649,6 @@ new message content.",
|
|
|
367889
367649
|
className="ant-col ant-col-10 cap-column-v2"
|
|
367890
367650
|
>
|
|
367891
367651
|
<UnifiedPreview
|
|
367892
|
-
activePreviewTab="rcs"
|
|
367893
367652
|
channel="WHATSAPP"
|
|
367894
367653
|
content={
|
|
367895
367654
|
Object {
|
|
@@ -369039,11 +368798,9 @@ new message content.",
|
|
|
369039
368798
|
key=".0"
|
|
369040
368799
|
lastModified={null}
|
|
369041
368800
|
onDeviceChange={[Function]}
|
|
369042
|
-
onPreviewTabChange={[Function]}
|
|
369043
368801
|
selectedCustomer={null}
|
|
369044
368802
|
showDeviceToggle={false}
|
|
369045
368803
|
showHeader={false}
|
|
369046
|
-
smsFallbackContent={null}
|
|
369047
368804
|
updatedByName={null}
|
|
369048
368805
|
>
|
|
369049
368806
|
<CapRow
|
|
@@ -373984,7 +373741,6 @@ new message content.",
|
|
|
373984
373741
|
}
|
|
373985
373742
|
}
|
|
373986
373743
|
show={false}
|
|
373987
|
-
smsFallbackContent={null}
|
|
373988
373744
|
testCustomers={Immutable.List []}
|
|
373989
373745
|
testGroups={Immutable.List []}
|
|
373990
373746
|
updatePreviewError={null}
|
|
@@ -376374,7 +376130,6 @@ new message content.",
|
|
|
376374
376130
|
}
|
|
376375
376131
|
}
|
|
376376
376132
|
show={false}
|
|
376377
|
-
smsFallbackContent={null}
|
|
376378
376133
|
templateLayoutType={null}
|
|
376379
376134
|
testCustomers={Immutable.List []}
|
|
376380
376135
|
testGroups={Immutable.List []}
|
|
@@ -376479,7 +376234,6 @@ new message content.",
|
|
|
376479
376234
|
formatMessage={[Function]}
|
|
376480
376235
|
handleSendTestMessage={[Function]}
|
|
376481
376236
|
handleTestEntitiesChange={[Function]}
|
|
376482
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
376483
376237
|
isFetchingTestCustomers={false}
|
|
376484
376238
|
isFetchingTestGroups={false}
|
|
376485
376239
|
isLoadingSenderDetails={false}
|
|
@@ -376489,13 +376243,7 @@ new message content.",
|
|
|
376489
376243
|
renderAddTestCustomerButton={[Function]}
|
|
376490
376244
|
searchValue=""
|
|
376491
376245
|
selectedTestEntities={Array []}
|
|
376492
|
-
|
|
376493
|
-
Object {
|
|
376494
|
-
"EMAIL": Array [],
|
|
376495
|
-
"SMS": Array [],
|
|
376496
|
-
"WHATSAPP": Array [],
|
|
376497
|
-
}
|
|
376498
|
-
}
|
|
376246
|
+
senderDetailsOptions={Array []}
|
|
376499
376247
|
setSearchValue={[Function]}
|
|
376500
376248
|
smsTraiDltEnabled={false}
|
|
376501
376249
|
testEntitiesTreeData={
|
|
@@ -376527,7 +376275,6 @@ new message content.",
|
|
|
376527
376275
|
<PreviewSection
|
|
376528
376276
|
unifiedPreviewProps={
|
|
376529
376277
|
Object {
|
|
376530
|
-
"activePreviewTab": "rcs",
|
|
376531
376278
|
"channel": "WHATSAPP",
|
|
376532
376279
|
"content": Object {
|
|
376533
376280
|
"_id": "62034b4683c75608cf2404ec",
|
|
@@ -376573,11 +376320,8 @@ new message content.",
|
|
|
376573
376320
|
"isUpdating": false,
|
|
376574
376321
|
"lastModified": undefined,
|
|
376575
376322
|
"onDeviceChange": [Function],
|
|
376576
|
-
"onPreviewTabChange": [Function],
|
|
376577
376323
|
"selectedCustomer": null,
|
|
376578
376324
|
"showDeviceToggle": true,
|
|
376579
|
-
"smsFallbackContent": null,
|
|
376580
|
-
"smsFallbackResolvedText": undefined,
|
|
376581
376325
|
"updatedByName": undefined,
|
|
376582
376326
|
}
|
|
376583
376327
|
}
|
|
@@ -390413,7 +390157,6 @@ new message content.",
|
|
|
390413
390157
|
className="ant-col ant-col-10 cap-column-v2"
|
|
390414
390158
|
>
|
|
390415
390159
|
<UnifiedPreview
|
|
390416
|
-
activePreviewTab="rcs"
|
|
390417
390160
|
channel="WHATSAPP"
|
|
390418
390161
|
content={
|
|
390419
390162
|
Object {
|
|
@@ -391109,11 +390852,9 @@ new message content.",
|
|
|
391109
390852
|
key=".0"
|
|
391110
390853
|
lastModified={null}
|
|
391111
390854
|
onDeviceChange={[Function]}
|
|
391112
|
-
onPreviewTabChange={[Function]}
|
|
391113
390855
|
selectedCustomer={null}
|
|
391114
390856
|
showDeviceToggle={false}
|
|
391115
390857
|
showHeader={false}
|
|
391116
|
-
smsFallbackContent={null}
|
|
391117
390858
|
updatedByName={null}
|
|
391118
390859
|
>
|
|
391119
390860
|
<CapRow
|
|
@@ -395897,7 +395638,6 @@ new message content.",
|
|
|
395897
395638
|
}
|
|
395898
395639
|
}
|
|
395899
395640
|
show={false}
|
|
395900
|
-
smsFallbackContent={null}
|
|
395901
395641
|
testCustomers={Immutable.List []}
|
|
395902
395642
|
testGroups={Immutable.List []}
|
|
395903
395643
|
updatePreviewError={null}
|
|
@@ -398265,7 +398005,6 @@ new message content.",
|
|
|
398265
398005
|
}
|
|
398266
398006
|
}
|
|
398267
398007
|
show={false}
|
|
398268
|
-
smsFallbackContent={null}
|
|
398269
398008
|
templateLayoutType={null}
|
|
398270
398009
|
testCustomers={Immutable.List []}
|
|
398271
398010
|
testGroups={Immutable.List []}
|
|
@@ -398359,7 +398098,6 @@ new message content.",
|
|
|
398359
398098
|
formatMessage={[Function]}
|
|
398360
398099
|
handleSendTestMessage={[Function]}
|
|
398361
398100
|
handleTestEntitiesChange={[Function]}
|
|
398362
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
398363
398101
|
isFetchingTestCustomers={false}
|
|
398364
398102
|
isFetchingTestGroups={false}
|
|
398365
398103
|
isLoadingSenderDetails={false}
|
|
@@ -398369,13 +398107,7 @@ new message content.",
|
|
|
398369
398107
|
renderAddTestCustomerButton={[Function]}
|
|
398370
398108
|
searchValue=""
|
|
398371
398109
|
selectedTestEntities={Array []}
|
|
398372
|
-
|
|
398373
|
-
Object {
|
|
398374
|
-
"EMAIL": Array [],
|
|
398375
|
-
"SMS": Array [],
|
|
398376
|
-
"WHATSAPP": Array [],
|
|
398377
|
-
}
|
|
398378
|
-
}
|
|
398110
|
+
senderDetailsOptions={Array []}
|
|
398379
398111
|
setSearchValue={[Function]}
|
|
398380
398112
|
smsTraiDltEnabled={false}
|
|
398381
398113
|
testEntitiesTreeData={
|
|
@@ -398407,7 +398139,6 @@ new message content.",
|
|
|
398407
398139
|
<PreviewSection
|
|
398408
398140
|
unifiedPreviewProps={
|
|
398409
398141
|
Object {
|
|
398410
|
-
"activePreviewTab": "rcs",
|
|
398411
398142
|
"channel": "WHATSAPP",
|
|
398412
398143
|
"content": Object {
|
|
398413
398144
|
"_id": null,
|
|
@@ -398442,11 +398173,8 @@ new message content.",
|
|
|
398442
398173
|
"isUpdating": false,
|
|
398443
398174
|
"lastModified": undefined,
|
|
398444
398175
|
"onDeviceChange": [Function],
|
|
398445
|
-
"onPreviewTabChange": [Function],
|
|
398446
398176
|
"selectedCustomer": null,
|
|
398447
398177
|
"showDeviceToggle": true,
|
|
398448
|
-
"smsFallbackContent": null,
|
|
398449
|
-
"smsFallbackResolvedText": undefined,
|
|
398450
398178
|
"updatedByName": undefined,
|
|
398451
398179
|
}
|
|
398452
398180
|
}
|
|
@@ -414874,7 +414602,6 @@ new message content.",
|
|
|
414874
414602
|
className="ant-col ant-col-10 cap-column-v2"
|
|
414875
414603
|
>
|
|
414876
414604
|
<UnifiedPreview
|
|
414877
|
-
activePreviewTab="rcs"
|
|
414878
414605
|
channel="WHATSAPP"
|
|
414879
414606
|
content={
|
|
414880
414607
|
Object {
|
|
@@ -416340,11 +416067,9 @@ new message content.",
|
|
|
416340
416067
|
key=".0"
|
|
416341
416068
|
lastModified={null}
|
|
416342
416069
|
onDeviceChange={[Function]}
|
|
416343
|
-
onPreviewTabChange={[Function]}
|
|
416344
416070
|
selectedCustomer={null}
|
|
416345
416071
|
showDeviceToggle={false}
|
|
416346
416072
|
showHeader={false}
|
|
416347
|
-
smsFallbackContent={null}
|
|
416348
416073
|
updatedByName={null}
|
|
416349
416074
|
>
|
|
416350
416075
|
<CapRow
|
|
@@ -421898,7 +421623,6 @@ new message content.",
|
|
|
421898
421623
|
}
|
|
421899
421624
|
}
|
|
421900
421625
|
show={false}
|
|
421901
|
-
smsFallbackContent={null}
|
|
421902
421626
|
testCustomers={Immutable.List []}
|
|
421903
421627
|
testGroups={Immutable.List []}
|
|
421904
421628
|
updatePreviewError={null}
|
|
@@ -424266,7 +423990,6 @@ new message content.",
|
|
|
424266
423990
|
}
|
|
424267
423991
|
}
|
|
424268
423992
|
show={false}
|
|
424269
|
-
smsFallbackContent={null}
|
|
424270
423993
|
templateLayoutType={null}
|
|
424271
423994
|
testCustomers={Immutable.List []}
|
|
424272
423995
|
testGroups={Immutable.List []}
|
|
@@ -424360,7 +424083,6 @@ new message content.",
|
|
|
424360
424083
|
formatMessage={[Function]}
|
|
424361
424084
|
handleSendTestMessage={[Function]}
|
|
424362
424085
|
handleTestEntitiesChange={[Function]}
|
|
424363
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
424364
424086
|
isFetchingTestCustomers={false}
|
|
424365
424087
|
isFetchingTestGroups={false}
|
|
424366
424088
|
isLoadingSenderDetails={false}
|
|
@@ -424370,13 +424092,7 @@ new message content.",
|
|
|
424370
424092
|
renderAddTestCustomerButton={[Function]}
|
|
424371
424093
|
searchValue=""
|
|
424372
424094
|
selectedTestEntities={Array []}
|
|
424373
|
-
|
|
424374
|
-
Object {
|
|
424375
|
-
"EMAIL": Array [],
|
|
424376
|
-
"SMS": Array [],
|
|
424377
|
-
"WHATSAPP": Array [],
|
|
424378
|
-
}
|
|
424379
|
-
}
|
|
424095
|
+
senderDetailsOptions={Array []}
|
|
424380
424096
|
setSearchValue={[Function]}
|
|
424381
424097
|
smsTraiDltEnabled={false}
|
|
424382
424098
|
testEntitiesTreeData={
|
|
@@ -424408,7 +424124,6 @@ new message content.",
|
|
|
424408
424124
|
<PreviewSection
|
|
424409
424125
|
unifiedPreviewProps={
|
|
424410
424126
|
Object {
|
|
424411
|
-
"activePreviewTab": "rcs",
|
|
424412
424127
|
"channel": "WHATSAPP",
|
|
424413
424128
|
"content": Object {
|
|
424414
424129
|
"_id": null,
|
|
@@ -424443,11 +424158,8 @@ new message content.",
|
|
|
424443
424158
|
"isUpdating": false,
|
|
424444
424159
|
"lastModified": undefined,
|
|
424445
424160
|
"onDeviceChange": [Function],
|
|
424446
|
-
"onPreviewTabChange": [Function],
|
|
424447
424161
|
"selectedCustomer": null,
|
|
424448
424162
|
"showDeviceToggle": true,
|
|
424449
|
-
"smsFallbackContent": null,
|
|
424450
|
-
"smsFallbackResolvedText": undefined,
|
|
424451
424163
|
"updatedByName": undefined,
|
|
424452
424164
|
}
|
|
424453
424165
|
}
|
|
@@ -438283,7 +437995,6 @@ new message content.",
|
|
|
438283
437995
|
className="ant-col ant-col-10 cap-column-v2"
|
|
438284
437996
|
>
|
|
438285
437997
|
<UnifiedPreview
|
|
438286
|
-
activePreviewTab="rcs"
|
|
438287
437998
|
channel="WHATSAPP"
|
|
438288
437999
|
content={
|
|
438289
438000
|
Object {
|
|
@@ -438979,11 +438690,9 @@ new message content.",
|
|
|
438979
438690
|
key=".0"
|
|
438980
438691
|
lastModified={null}
|
|
438981
438692
|
onDeviceChange={[Function]}
|
|
438982
|
-
onPreviewTabChange={[Function]}
|
|
438983
438693
|
selectedCustomer={null}
|
|
438984
438694
|
showDeviceToggle={false}
|
|
438985
438695
|
showHeader={false}
|
|
438986
|
-
smsFallbackContent={null}
|
|
438987
438696
|
updatedByName={null}
|
|
438988
438697
|
>
|
|
438989
438698
|
<CapRow
|
|
@@ -443767,7 +443476,6 @@ new message content.",
|
|
|
443767
443476
|
}
|
|
443768
443477
|
}
|
|
443769
443478
|
show={false}
|
|
443770
|
-
smsFallbackContent={null}
|
|
443771
443479
|
testCustomers={Immutable.List []}
|
|
443772
443480
|
testGroups={Immutable.List []}
|
|
443773
443481
|
updatePreviewError={null}
|
|
@@ -446135,7 +445843,6 @@ new message content.",
|
|
|
446135
445843
|
}
|
|
446136
445844
|
}
|
|
446137
445845
|
show={false}
|
|
446138
|
-
smsFallbackContent={null}
|
|
446139
445846
|
templateLayoutType={null}
|
|
446140
445847
|
testCustomers={Immutable.List []}
|
|
446141
445848
|
testGroups={Immutable.List []}
|
|
@@ -446229,7 +445936,6 @@ new message content.",
|
|
|
446229
445936
|
formatMessage={[Function]}
|
|
446230
445937
|
handleSendTestMessage={[Function]}
|
|
446231
445938
|
handleTestEntitiesChange={[Function]}
|
|
446232
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
446233
445939
|
isFetchingTestCustomers={false}
|
|
446234
445940
|
isFetchingTestGroups={false}
|
|
446235
445941
|
isLoadingSenderDetails={false}
|
|
@@ -446239,13 +445945,7 @@ new message content.",
|
|
|
446239
445945
|
renderAddTestCustomerButton={[Function]}
|
|
446240
445946
|
searchValue=""
|
|
446241
445947
|
selectedTestEntities={Array []}
|
|
446242
|
-
|
|
446243
|
-
Object {
|
|
446244
|
-
"EMAIL": Array [],
|
|
446245
|
-
"SMS": Array [],
|
|
446246
|
-
"WHATSAPP": Array [],
|
|
446247
|
-
}
|
|
446248
|
-
}
|
|
445948
|
+
senderDetailsOptions={Array []}
|
|
446249
445949
|
setSearchValue={[Function]}
|
|
446250
445950
|
smsTraiDltEnabled={false}
|
|
446251
445951
|
testEntitiesTreeData={
|
|
@@ -446277,7 +445977,6 @@ new message content.",
|
|
|
446277
445977
|
<PreviewSection
|
|
446278
445978
|
unifiedPreviewProps={
|
|
446279
445979
|
Object {
|
|
446280
|
-
"activePreviewTab": "rcs",
|
|
446281
445980
|
"channel": "WHATSAPP",
|
|
446282
445981
|
"content": Object {
|
|
446283
445982
|
"_id": null,
|
|
@@ -446312,11 +446011,8 @@ new message content.",
|
|
|
446312
446011
|
"isUpdating": false,
|
|
446313
446012
|
"lastModified": undefined,
|
|
446314
446013
|
"onDeviceChange": [Function],
|
|
446315
|
-
"onPreviewTabChange": [Function],
|
|
446316
446014
|
"selectedCustomer": null,
|
|
446317
446015
|
"showDeviceToggle": true,
|
|
446318
|
-
"smsFallbackContent": null,
|
|
446319
|
-
"smsFallbackResolvedText": undefined,
|
|
446320
446016
|
"updatedByName": undefined,
|
|
446321
446017
|
}
|
|
446322
446018
|
}
|
|
@@ -460438,7 +460134,6 @@ new message content.",
|
|
|
460438
460134
|
className="ant-col ant-col-10 cap-column-v2"
|
|
460439
460135
|
>
|
|
460440
460136
|
<UnifiedPreview
|
|
460441
|
-
activePreviewTab="rcs"
|
|
460442
460137
|
channel="WHATSAPP"
|
|
460443
460138
|
content={
|
|
460444
460139
|
Object {
|
|
@@ -461431,11 +461126,9 @@ new message content.",
|
|
|
461431
461126
|
key=".0"
|
|
461432
461127
|
lastModified={null}
|
|
461433
461128
|
onDeviceChange={[Function]}
|
|
461434
|
-
onPreviewTabChange={[Function]}
|
|
461435
461129
|
selectedCustomer={null}
|
|
461436
461130
|
showDeviceToggle={false}
|
|
461437
461131
|
showHeader={false}
|
|
461438
|
-
smsFallbackContent={null}
|
|
461439
461132
|
updatedByName={null}
|
|
461440
461133
|
>
|
|
461441
461134
|
<CapRow
|
|
@@ -466516,7 +466209,6 @@ new message content.",
|
|
|
466516
466209
|
}
|
|
466517
466210
|
}
|
|
466518
466211
|
show={false}
|
|
466519
|
-
smsFallbackContent={null}
|
|
466520
466212
|
testCustomers={Immutable.List []}
|
|
466521
466213
|
testGroups={Immutable.List []}
|
|
466522
466214
|
updatePreviewError={null}
|
|
@@ -468884,7 +468576,6 @@ new message content.",
|
|
|
468884
468576
|
}
|
|
468885
468577
|
}
|
|
468886
468578
|
show={false}
|
|
468887
|
-
smsFallbackContent={null}
|
|
468888
468579
|
templateLayoutType={null}
|
|
468889
468580
|
testCustomers={Immutable.List []}
|
|
468890
468581
|
testGroups={Immutable.List []}
|
|
@@ -468978,7 +468669,6 @@ new message content.",
|
|
|
468978
468669
|
formatMessage={[Function]}
|
|
468979
468670
|
handleSendTestMessage={[Function]}
|
|
468980
468671
|
handleTestEntitiesChange={[Function]}
|
|
468981
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
468982
468672
|
isFetchingTestCustomers={false}
|
|
468983
468673
|
isFetchingTestGroups={false}
|
|
468984
468674
|
isLoadingSenderDetails={false}
|
|
@@ -468988,13 +468678,7 @@ new message content.",
|
|
|
468988
468678
|
renderAddTestCustomerButton={[Function]}
|
|
468989
468679
|
searchValue=""
|
|
468990
468680
|
selectedTestEntities={Array []}
|
|
468991
|
-
|
|
468992
|
-
Object {
|
|
468993
|
-
"EMAIL": Array [],
|
|
468994
|
-
"SMS": Array [],
|
|
468995
|
-
"WHATSAPP": Array [],
|
|
468996
|
-
}
|
|
468997
|
-
}
|
|
468681
|
+
senderDetailsOptions={Array []}
|
|
468998
468682
|
setSearchValue={[Function]}
|
|
468999
468683
|
smsTraiDltEnabled={false}
|
|
469000
468684
|
testEntitiesTreeData={
|
|
@@ -469026,7 +468710,6 @@ new message content.",
|
|
|
469026
468710
|
<PreviewSection
|
|
469027
468711
|
unifiedPreviewProps={
|
|
469028
468712
|
Object {
|
|
469029
|
-
"activePreviewTab": "rcs",
|
|
469030
468713
|
"channel": "WHATSAPP",
|
|
469031
468714
|
"content": Object {
|
|
469032
468715
|
"_id": null,
|
|
@@ -469061,11 +468744,8 @@ new message content.",
|
|
|
469061
468744
|
"isUpdating": false,
|
|
469062
468745
|
"lastModified": undefined,
|
|
469063
468746
|
"onDeviceChange": [Function],
|
|
469064
|
-
"onPreviewTabChange": [Function],
|
|
469065
468747
|
"selectedCustomer": null,
|
|
469066
468748
|
"showDeviceToggle": true,
|
|
469067
|
-
"smsFallbackContent": null,
|
|
469068
|
-
"smsFallbackResolvedText": undefined,
|
|
469069
468749
|
"updatedByName": undefined,
|
|
469070
468750
|
}
|
|
469071
468751
|
}
|
|
@@ -483485,7 +483165,6 @@ new message content.",
|
|
|
483485
483165
|
className="ant-col ant-col-10 cap-column-v2"
|
|
483486
483166
|
>
|
|
483487
483167
|
<UnifiedPreview
|
|
483488
|
-
activePreviewTab="rcs"
|
|
483489
483168
|
channel="WHATSAPP"
|
|
483490
483169
|
content={
|
|
483491
483170
|
Object {
|
|
@@ -484765,11 +484444,9 @@ new message content.",
|
|
|
484765
484444
|
key=".0"
|
|
484766
484445
|
lastModified={null}
|
|
484767
484446
|
onDeviceChange={[Function]}
|
|
484768
|
-
onPreviewTabChange={[Function]}
|
|
484769
484447
|
selectedCustomer={null}
|
|
484770
484448
|
showDeviceToggle={false}
|
|
484771
484449
|
showHeader={false}
|
|
484772
|
-
smsFallbackContent={null}
|
|
484773
484450
|
updatedByName={null}
|
|
484774
484451
|
>
|
|
484775
484452
|
<CapRow
|
|
@@ -490148,7 +489825,6 @@ new message content.",
|
|
|
490148
489825
|
}
|
|
490149
489826
|
}
|
|
490150
489827
|
show={false}
|
|
490151
|
-
smsFallbackContent={null}
|
|
490152
489828
|
testCustomers={Immutable.List []}
|
|
490153
489829
|
testGroups={Immutable.List []}
|
|
490154
489830
|
updatePreviewError={null}
|
|
@@ -492516,7 +492192,6 @@ new message content.",
|
|
|
492516
492192
|
}
|
|
492517
492193
|
}
|
|
492518
492194
|
show={false}
|
|
492519
|
-
smsFallbackContent={null}
|
|
492520
492195
|
templateLayoutType={null}
|
|
492521
492196
|
testCustomers={Immutable.List []}
|
|
492522
492197
|
testGroups={Immutable.List []}
|
|
@@ -492610,7 +492285,6 @@ new message content.",
|
|
|
492610
492285
|
formatMessage={[Function]}
|
|
492611
492286
|
handleSendTestMessage={[Function]}
|
|
492612
492287
|
handleTestEntitiesChange={[Function]}
|
|
492613
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
492614
492288
|
isFetchingTestCustomers={false}
|
|
492615
492289
|
isFetchingTestGroups={false}
|
|
492616
492290
|
isLoadingSenderDetails={false}
|
|
@@ -492620,13 +492294,7 @@ new message content.",
|
|
|
492620
492294
|
renderAddTestCustomerButton={[Function]}
|
|
492621
492295
|
searchValue=""
|
|
492622
492296
|
selectedTestEntities={Array []}
|
|
492623
|
-
|
|
492624
|
-
Object {
|
|
492625
|
-
"EMAIL": Array [],
|
|
492626
|
-
"SMS": Array [],
|
|
492627
|
-
"WHATSAPP": Array [],
|
|
492628
|
-
}
|
|
492629
|
-
}
|
|
492297
|
+
senderDetailsOptions={Array []}
|
|
492630
492298
|
setSearchValue={[Function]}
|
|
492631
492299
|
smsTraiDltEnabled={false}
|
|
492632
492300
|
testEntitiesTreeData={
|
|
@@ -492658,7 +492326,6 @@ new message content.",
|
|
|
492658
492326
|
<PreviewSection
|
|
492659
492327
|
unifiedPreviewProps={
|
|
492660
492328
|
Object {
|
|
492661
|
-
"activePreviewTab": "rcs",
|
|
492662
492329
|
"channel": "WHATSAPP",
|
|
492663
492330
|
"content": Object {
|
|
492664
492331
|
"_id": null,
|
|
@@ -492693,11 +492360,8 @@ new message content.",
|
|
|
492693
492360
|
"isUpdating": false,
|
|
492694
492361
|
"lastModified": undefined,
|
|
492695
492362
|
"onDeviceChange": [Function],
|
|
492696
|
-
"onPreviewTabChange": [Function],
|
|
492697
492363
|
"selectedCustomer": null,
|
|
492698
492364
|
"showDeviceToggle": true,
|
|
492699
|
-
"smsFallbackContent": null,
|
|
492700
|
-
"smsFallbackResolvedText": undefined,
|
|
492701
492365
|
"updatedByName": undefined,
|
|
492702
492366
|
}
|
|
492703
492367
|
}
|
|
@@ -507403,7 +507067,6 @@ new message content.",
|
|
|
507403
507067
|
className="ant-col ant-col-10 cap-column-v2"
|
|
507404
507068
|
>
|
|
507405
507069
|
<UnifiedPreview
|
|
507406
|
-
activePreviewTab="rcs"
|
|
507407
507070
|
channel="WHATSAPP"
|
|
507408
507071
|
content={
|
|
507409
507072
|
Object {
|
|
@@ -508980,11 +508643,9 @@ new message content.",
|
|
|
508980
508643
|
key=".0"
|
|
508981
508644
|
lastModified={null}
|
|
508982
508645
|
onDeviceChange={[Function]}
|
|
508983
|
-
onPreviewTabChange={[Function]}
|
|
508984
508646
|
selectedCustomer={null}
|
|
508985
508647
|
showDeviceToggle={false}
|
|
508986
508648
|
showHeader={false}
|
|
508987
|
-
smsFallbackContent={null}
|
|
508988
508649
|
updatedByName={null}
|
|
508989
508650
|
>
|
|
508990
508651
|
<CapRow
|
|
@@ -514660,7 +514321,6 @@ new message content.",
|
|
|
514660
514321
|
}
|
|
514661
514322
|
}
|
|
514662
514323
|
show={false}
|
|
514663
|
-
smsFallbackContent={null}
|
|
514664
514324
|
testCustomers={Immutable.List []}
|
|
514665
514325
|
testGroups={Immutable.List []}
|
|
514666
514326
|
updatePreviewError={null}
|
|
@@ -517028,7 +516688,6 @@ new message content.",
|
|
|
517028
516688
|
}
|
|
517029
516689
|
}
|
|
517030
516690
|
show={false}
|
|
517031
|
-
smsFallbackContent={null}
|
|
517032
516691
|
templateLayoutType={null}
|
|
517033
516692
|
testCustomers={Immutable.List []}
|
|
517034
516693
|
testGroups={Immutable.List []}
|
|
@@ -517122,7 +516781,6 @@ new message content.",
|
|
|
517122
516781
|
formatMessage={[Function]}
|
|
517123
516782
|
handleSendTestMessage={[Function]}
|
|
517124
516783
|
handleTestEntitiesChange={[Function]}
|
|
517125
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
517126
516784
|
isFetchingTestCustomers={false}
|
|
517127
516785
|
isFetchingTestGroups={false}
|
|
517128
516786
|
isLoadingSenderDetails={false}
|
|
@@ -517132,13 +516790,7 @@ new message content.",
|
|
|
517132
516790
|
renderAddTestCustomerButton={[Function]}
|
|
517133
516791
|
searchValue=""
|
|
517134
516792
|
selectedTestEntities={Array []}
|
|
517135
|
-
|
|
517136
|
-
Object {
|
|
517137
|
-
"EMAIL": Array [],
|
|
517138
|
-
"SMS": Array [],
|
|
517139
|
-
"WHATSAPP": Array [],
|
|
517140
|
-
}
|
|
517141
|
-
}
|
|
516793
|
+
senderDetailsOptions={Array []}
|
|
517142
516794
|
setSearchValue={[Function]}
|
|
517143
516795
|
smsTraiDltEnabled={false}
|
|
517144
516796
|
testEntitiesTreeData={
|
|
@@ -517170,7 +516822,6 @@ new message content.",
|
|
|
517170
516822
|
<PreviewSection
|
|
517171
516823
|
unifiedPreviewProps={
|
|
517172
516824
|
Object {
|
|
517173
|
-
"activePreviewTab": "rcs",
|
|
517174
516825
|
"channel": "WHATSAPP",
|
|
517175
516826
|
"content": Object {
|
|
517176
516827
|
"_id": null,
|
|
@@ -517205,11 +516856,8 @@ new message content.",
|
|
|
517205
516856
|
"isUpdating": false,
|
|
517206
516857
|
"lastModified": undefined,
|
|
517207
516858
|
"onDeviceChange": [Function],
|
|
517208
|
-
"onPreviewTabChange": [Function],
|
|
517209
516859
|
"selectedCustomer": null,
|
|
517210
516860
|
"showDeviceToggle": true,
|
|
517211
|
-
"smsFallbackContent": null,
|
|
517212
|
-
"smsFallbackResolvedText": undefined,
|
|
517213
516861
|
"updatedByName": undefined,
|
|
517214
516862
|
}
|
|
517215
516863
|
}
|
|
@@ -532216,7 +531864,6 @@ new message content.",
|
|
|
532216
531864
|
className="ant-col ant-col-10 cap-column-v2"
|
|
532217
531865
|
>
|
|
532218
531866
|
<UnifiedPreview
|
|
532219
|
-
activePreviewTab="rcs"
|
|
532220
531867
|
channel="WHATSAPP"
|
|
532221
531868
|
content={
|
|
532222
531869
|
Object {
|
|
@@ -534094,11 +533741,9 @@ new message content.",
|
|
|
534094
533741
|
key=".0"
|
|
534095
533742
|
lastModified={null}
|
|
534096
533743
|
onDeviceChange={[Function]}
|
|
534097
|
-
onPreviewTabChange={[Function]}
|
|
534098
533744
|
selectedCustomer={null}
|
|
534099
533745
|
showDeviceToggle={false}
|
|
534100
533746
|
showHeader={false}
|
|
534101
|
-
smsFallbackContent={null}
|
|
534102
533747
|
updatedByName={null}
|
|
534103
533748
|
>
|
|
534104
533749
|
<CapRow
|
|
@@ -540075,7 +539720,6 @@ new message content.",
|
|
|
540075
539720
|
}
|
|
540076
539721
|
}
|
|
540077
539722
|
show={false}
|
|
540078
|
-
smsFallbackContent={null}
|
|
540079
539723
|
testCustomers={Immutable.List []}
|
|
540080
539724
|
testGroups={Immutable.List []}
|
|
540081
539725
|
updatePreviewError={null}
|
|
@@ -542443,7 +542087,6 @@ new message content.",
|
|
|
542443
542087
|
}
|
|
542444
542088
|
}
|
|
542445
542089
|
show={false}
|
|
542446
|
-
smsFallbackContent={null}
|
|
542447
542090
|
templateLayoutType={null}
|
|
542448
542091
|
testCustomers={Immutable.List []}
|
|
542449
542092
|
testGroups={Immutable.List []}
|
|
@@ -542537,7 +542180,6 @@ new message content.",
|
|
|
542537
542180
|
formatMessage={[Function]}
|
|
542538
542181
|
handleSendTestMessage={[Function]}
|
|
542539
542182
|
handleTestEntitiesChange={[Function]}
|
|
542540
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
542541
542183
|
isFetchingTestCustomers={false}
|
|
542542
542184
|
isFetchingTestGroups={false}
|
|
542543
542185
|
isLoadingSenderDetails={false}
|
|
@@ -542547,13 +542189,7 @@ new message content.",
|
|
|
542547
542189
|
renderAddTestCustomerButton={[Function]}
|
|
542548
542190
|
searchValue=""
|
|
542549
542191
|
selectedTestEntities={Array []}
|
|
542550
|
-
|
|
542551
|
-
Object {
|
|
542552
|
-
"EMAIL": Array [],
|
|
542553
|
-
"SMS": Array [],
|
|
542554
|
-
"WHATSAPP": Array [],
|
|
542555
|
-
}
|
|
542556
|
-
}
|
|
542192
|
+
senderDetailsOptions={Array []}
|
|
542557
542193
|
setSearchValue={[Function]}
|
|
542558
542194
|
smsTraiDltEnabled={false}
|
|
542559
542195
|
testEntitiesTreeData={
|
|
@@ -542585,7 +542221,6 @@ new message content.",
|
|
|
542585
542221
|
<PreviewSection
|
|
542586
542222
|
unifiedPreviewProps={
|
|
542587
542223
|
Object {
|
|
542588
|
-
"activePreviewTab": "rcs",
|
|
542589
542224
|
"channel": "WHATSAPP",
|
|
542590
542225
|
"content": Object {
|
|
542591
542226
|
"_id": null,
|
|
@@ -542620,11 +542255,8 @@ new message content.",
|
|
|
542620
542255
|
"isUpdating": false,
|
|
542621
542256
|
"lastModified": undefined,
|
|
542622
542257
|
"onDeviceChange": [Function],
|
|
542623
|
-
"onPreviewTabChange": [Function],
|
|
542624
542258
|
"selectedCustomer": null,
|
|
542625
542259
|
"showDeviceToggle": true,
|
|
542626
|
-
"smsFallbackContent": null,
|
|
542627
|
-
"smsFallbackResolvedText": undefined,
|
|
542628
542260
|
"updatedByName": undefined,
|
|
542629
542261
|
}
|
|
542630
542262
|
}
|
|
@@ -557931,7 +557563,6 @@ new message content.",
|
|
|
557931
557563
|
className="ant-col ant-col-10 cap-column-v2"
|
|
557932
557564
|
>
|
|
557933
557565
|
<UnifiedPreview
|
|
557934
|
-
activePreviewTab="rcs"
|
|
557935
557566
|
channel="WHATSAPP"
|
|
557936
557567
|
content={
|
|
557937
557568
|
Object {
|
|
@@ -560109,11 +559740,9 @@ new message content.",
|
|
|
560109
559740
|
key=".0"
|
|
560110
559741
|
lastModified={null}
|
|
560111
559742
|
onDeviceChange={[Function]}
|
|
560112
|
-
onPreviewTabChange={[Function]}
|
|
560113
559743
|
selectedCustomer={null}
|
|
560114
559744
|
showDeviceToggle={false}
|
|
560115
559745
|
showHeader={false}
|
|
560116
|
-
smsFallbackContent={null}
|
|
560117
559746
|
updatedByName={null}
|
|
560118
559747
|
>
|
|
560119
559748
|
<CapRow
|
|
@@ -566390,7 +566019,6 @@ new message content.",
|
|
|
566390
566019
|
}
|
|
566391
566020
|
}
|
|
566392
566021
|
show={false}
|
|
566393
|
-
smsFallbackContent={null}
|
|
566394
566022
|
testCustomers={Immutable.List []}
|
|
566395
566023
|
testGroups={Immutable.List []}
|
|
566396
566024
|
updatePreviewError={null}
|
|
@@ -568758,7 +568386,6 @@ new message content.",
|
|
|
568758
568386
|
}
|
|
568759
568387
|
}
|
|
568760
568388
|
show={false}
|
|
568761
|
-
smsFallbackContent={null}
|
|
568762
568389
|
templateLayoutType={null}
|
|
568763
568390
|
testCustomers={Immutable.List []}
|
|
568764
568391
|
testGroups={Immutable.List []}
|
|
@@ -568852,7 +568479,6 @@ new message content.",
|
|
|
568852
568479
|
formatMessage={[Function]}
|
|
568853
568480
|
handleSendTestMessage={[Function]}
|
|
568854
568481
|
handleTestEntitiesChange={[Function]}
|
|
568855
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
568856
568482
|
isFetchingTestCustomers={false}
|
|
568857
568483
|
isFetchingTestGroups={false}
|
|
568858
568484
|
isLoadingSenderDetails={false}
|
|
@@ -568862,13 +568488,7 @@ new message content.",
|
|
|
568862
568488
|
renderAddTestCustomerButton={[Function]}
|
|
568863
568489
|
searchValue=""
|
|
568864
568490
|
selectedTestEntities={Array []}
|
|
568865
|
-
|
|
568866
|
-
Object {
|
|
568867
|
-
"EMAIL": Array [],
|
|
568868
|
-
"SMS": Array [],
|
|
568869
|
-
"WHATSAPP": Array [],
|
|
568870
|
-
}
|
|
568871
|
-
}
|
|
568491
|
+
senderDetailsOptions={Array []}
|
|
568872
568492
|
setSearchValue={[Function]}
|
|
568873
568493
|
smsTraiDltEnabled={false}
|
|
568874
568494
|
testEntitiesTreeData={
|
|
@@ -568900,7 +568520,6 @@ new message content.",
|
|
|
568900
568520
|
<PreviewSection
|
|
568901
568521
|
unifiedPreviewProps={
|
|
568902
568522
|
Object {
|
|
568903
|
-
"activePreviewTab": "rcs",
|
|
568904
568523
|
"channel": "WHATSAPP",
|
|
568905
568524
|
"content": Object {
|
|
568906
568525
|
"_id": null,
|
|
@@ -568935,11 +568554,8 @@ new message content.",
|
|
|
568935
568554
|
"isUpdating": false,
|
|
568936
568555
|
"lastModified": undefined,
|
|
568937
568556
|
"onDeviceChange": [Function],
|
|
568938
|
-
"onPreviewTabChange": [Function],
|
|
568939
568557
|
"selectedCustomer": null,
|
|
568940
568558
|
"showDeviceToggle": true,
|
|
568941
|
-
"smsFallbackContent": null,
|
|
568942
|
-
"smsFallbackResolvedText": undefined,
|
|
568943
568559
|
"updatedByName": undefined,
|
|
568944
568560
|
}
|
|
568945
568561
|
}
|
|
@@ -584543,7 +584159,6 @@ new message content.",
|
|
|
584543
584159
|
className="ant-col ant-col-10 cap-column-v2"
|
|
584544
584160
|
>
|
|
584545
584161
|
<UnifiedPreview
|
|
584546
|
-
activePreviewTab="rcs"
|
|
584547
584162
|
channel="WHATSAPP"
|
|
584548
584163
|
content={
|
|
584549
584164
|
Object {
|
|
@@ -587018,11 +586633,9 @@ new message content.",
|
|
|
587018
586633
|
key=".0"
|
|
587019
586634
|
lastModified={null}
|
|
587020
586635
|
onDeviceChange={[Function]}
|
|
587021
|
-
onPreviewTabChange={[Function]}
|
|
587022
586636
|
selectedCustomer={null}
|
|
587023
586637
|
showDeviceToggle={false}
|
|
587024
586638
|
showHeader={false}
|
|
587025
|
-
smsFallbackContent={null}
|
|
587026
586639
|
updatedByName={null}
|
|
587027
586640
|
>
|
|
587028
586641
|
<CapRow
|
|
@@ -593596,7 +593209,6 @@ new message content.",
|
|
|
593596
593209
|
}
|
|
593597
593210
|
}
|
|
593598
593211
|
show={false}
|
|
593599
|
-
smsFallbackContent={null}
|
|
593600
593212
|
testCustomers={Immutable.List []}
|
|
593601
593213
|
testGroups={Immutable.List []}
|
|
593602
593214
|
updatePreviewError={null}
|
|
@@ -595964,7 +595576,6 @@ new message content.",
|
|
|
595964
595576
|
}
|
|
595965
595577
|
}
|
|
595966
595578
|
show={false}
|
|
595967
|
-
smsFallbackContent={null}
|
|
595968
595579
|
templateLayoutType={null}
|
|
595969
595580
|
testCustomers={Immutable.List []}
|
|
595970
595581
|
testGroups={Immutable.List []}
|
|
@@ -596058,7 +595669,6 @@ new message content.",
|
|
|
596058
595669
|
formatMessage={[Function]}
|
|
596059
595670
|
handleSendTestMessage={[Function]}
|
|
596060
595671
|
handleTestEntitiesChange={[Function]}
|
|
596061
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
596062
595672
|
isFetchingTestCustomers={false}
|
|
596063
595673
|
isFetchingTestGroups={false}
|
|
596064
595674
|
isLoadingSenderDetails={false}
|
|
@@ -596068,13 +595678,7 @@ new message content.",
|
|
|
596068
595678
|
renderAddTestCustomerButton={[Function]}
|
|
596069
595679
|
searchValue=""
|
|
596070
595680
|
selectedTestEntities={Array []}
|
|
596071
|
-
|
|
596072
|
-
Object {
|
|
596073
|
-
"EMAIL": Array [],
|
|
596074
|
-
"SMS": Array [],
|
|
596075
|
-
"WHATSAPP": Array [],
|
|
596076
|
-
}
|
|
596077
|
-
}
|
|
595681
|
+
senderDetailsOptions={Array []}
|
|
596078
595682
|
setSearchValue={[Function]}
|
|
596079
595683
|
smsTraiDltEnabled={false}
|
|
596080
595684
|
testEntitiesTreeData={
|
|
@@ -596106,7 +595710,6 @@ new message content.",
|
|
|
596106
595710
|
<PreviewSection
|
|
596107
595711
|
unifiedPreviewProps={
|
|
596108
595712
|
Object {
|
|
596109
|
-
"activePreviewTab": "rcs",
|
|
596110
595713
|
"channel": "WHATSAPP",
|
|
596111
595714
|
"content": Object {
|
|
596112
595715
|
"_id": null,
|
|
@@ -596141,11 +595744,8 @@ new message content.",
|
|
|
596141
595744
|
"isUpdating": false,
|
|
596142
595745
|
"lastModified": undefined,
|
|
596143
595746
|
"onDeviceChange": [Function],
|
|
596144
|
-
"onPreviewTabChange": [Function],
|
|
596145
595747
|
"selectedCustomer": null,
|
|
596146
595748
|
"showDeviceToggle": true,
|
|
596147
|
-
"smsFallbackContent": null,
|
|
596148
|
-
"smsFallbackResolvedText": undefined,
|
|
596149
595749
|
"updatedByName": undefined,
|
|
596150
595750
|
}
|
|
596151
595751
|
}
|
|
@@ -612046,7 +611646,6 @@ new message content.",
|
|
|
612046
611646
|
className="ant-col ant-col-10 cap-column-v2"
|
|
612047
611647
|
>
|
|
612048
611648
|
<UnifiedPreview
|
|
612049
|
-
activePreviewTab="rcs"
|
|
612050
611649
|
channel="WHATSAPP"
|
|
612051
611650
|
content={
|
|
612052
611651
|
Object {
|
|
@@ -614818,11 +614417,9 @@ new message content.",
|
|
|
614818
614417
|
key=".0"
|
|
614819
614418
|
lastModified={null}
|
|
614820
614419
|
onDeviceChange={[Function]}
|
|
614821
|
-
onPreviewTabChange={[Function]}
|
|
614822
614420
|
selectedCustomer={null}
|
|
614823
614421
|
showDeviceToggle={false}
|
|
614824
614422
|
showHeader={false}
|
|
614825
|
-
smsFallbackContent={null}
|
|
614826
614423
|
updatedByName={null}
|
|
614827
614424
|
>
|
|
614828
614425
|
<CapRow
|
|
@@ -621693,7 +621290,6 @@ new message content.",
|
|
|
621693
621290
|
}
|
|
621694
621291
|
}
|
|
621695
621292
|
show={false}
|
|
621696
|
-
smsFallbackContent={null}
|
|
621697
621293
|
testCustomers={Immutable.List []}
|
|
621698
621294
|
testGroups={Immutable.List []}
|
|
621699
621295
|
updatePreviewError={null}
|
|
@@ -624061,7 +623657,6 @@ new message content.",
|
|
|
624061
623657
|
}
|
|
624062
623658
|
}
|
|
624063
623659
|
show={false}
|
|
624064
|
-
smsFallbackContent={null}
|
|
624065
623660
|
templateLayoutType={null}
|
|
624066
623661
|
testCustomers={Immutable.List []}
|
|
624067
623662
|
testGroups={Immutable.List []}
|
|
@@ -624155,7 +623750,6 @@ new message content.",
|
|
|
624155
623750
|
formatMessage={[Function]}
|
|
624156
623751
|
handleSendTestMessage={[Function]}
|
|
624157
623752
|
handleTestEntitiesChange={[Function]}
|
|
624158
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
624159
623753
|
isFetchingTestCustomers={false}
|
|
624160
623754
|
isFetchingTestGroups={false}
|
|
624161
623755
|
isLoadingSenderDetails={false}
|
|
@@ -624165,13 +623759,7 @@ new message content.",
|
|
|
624165
623759
|
renderAddTestCustomerButton={[Function]}
|
|
624166
623760
|
searchValue=""
|
|
624167
623761
|
selectedTestEntities={Array []}
|
|
624168
|
-
|
|
624169
|
-
Object {
|
|
624170
|
-
"EMAIL": Array [],
|
|
624171
|
-
"SMS": Array [],
|
|
624172
|
-
"WHATSAPP": Array [],
|
|
624173
|
-
}
|
|
624174
|
-
}
|
|
623762
|
+
senderDetailsOptions={Array []}
|
|
624175
623763
|
setSearchValue={[Function]}
|
|
624176
623764
|
smsTraiDltEnabled={false}
|
|
624177
623765
|
testEntitiesTreeData={
|
|
@@ -624203,7 +623791,6 @@ new message content.",
|
|
|
624203
623791
|
<PreviewSection
|
|
624204
623792
|
unifiedPreviewProps={
|
|
624205
623793
|
Object {
|
|
624206
|
-
"activePreviewTab": "rcs",
|
|
624207
623794
|
"channel": "WHATSAPP",
|
|
624208
623795
|
"content": Object {
|
|
624209
623796
|
"_id": null,
|
|
@@ -624238,11 +623825,8 @@ new message content.",
|
|
|
624238
623825
|
"isUpdating": false,
|
|
624239
623826
|
"lastModified": undefined,
|
|
624240
623827
|
"onDeviceChange": [Function],
|
|
624241
|
-
"onPreviewTabChange": [Function],
|
|
624242
623828
|
"selectedCustomer": null,
|
|
624243
623829
|
"showDeviceToggle": true,
|
|
624244
|
-
"smsFallbackContent": null,
|
|
624245
|
-
"smsFallbackResolvedText": undefined,
|
|
624246
623830
|
"updatedByName": undefined,
|
|
624247
623831
|
}
|
|
624248
623832
|
}
|
|
@@ -640441,7 +640025,6 @@ new message content.",
|
|
|
640441
640025
|
className="ant-col ant-col-10 cap-column-v2"
|
|
640442
640026
|
>
|
|
640443
640027
|
<UnifiedPreview
|
|
640444
|
-
activePreviewTab="rcs"
|
|
640445
640028
|
channel="WHATSAPP"
|
|
640446
640029
|
content={
|
|
640447
640030
|
Object {
|
|
@@ -643500,11 +643083,9 @@ new message content.",
|
|
|
643500
643083
|
key=".0"
|
|
643501
643084
|
lastModified={null}
|
|
643502
643085
|
onDeviceChange={[Function]}
|
|
643503
|
-
onPreviewTabChange={[Function]}
|
|
643504
643086
|
selectedCustomer={null}
|
|
643505
643087
|
showDeviceToggle={false}
|
|
643506
643088
|
showHeader={false}
|
|
643507
|
-
smsFallbackContent={null}
|
|
643508
643089
|
updatedByName={null}
|
|
643509
643090
|
>
|
|
643510
643091
|
<CapRow
|
|
@@ -650662,7 +650243,6 @@ new message content.",
|
|
|
650662
650243
|
}
|
|
650663
650244
|
}
|
|
650664
650245
|
show={false}
|
|
650665
|
-
smsFallbackContent={null}
|
|
650666
650246
|
testCustomers={Immutable.List []}
|
|
650667
650247
|
testGroups={Immutable.List []}
|
|
650668
650248
|
updatePreviewError={null}
|
|
@@ -653030,7 +652610,6 @@ new message content.",
|
|
|
653030
652610
|
}
|
|
653031
652611
|
}
|
|
653032
652612
|
show={false}
|
|
653033
|
-
smsFallbackContent={null}
|
|
653034
652613
|
templateLayoutType={null}
|
|
653035
652614
|
testCustomers={Immutable.List []}
|
|
653036
652615
|
testGroups={Immutable.List []}
|
|
@@ -653124,7 +652703,6 @@ new message content.",
|
|
|
653124
652703
|
formatMessage={[Function]}
|
|
653125
652704
|
handleSendTestMessage={[Function]}
|
|
653126
652705
|
handleTestEntitiesChange={[Function]}
|
|
653127
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
653128
652706
|
isFetchingTestCustomers={false}
|
|
653129
652707
|
isFetchingTestGroups={false}
|
|
653130
652708
|
isLoadingSenderDetails={false}
|
|
@@ -653134,13 +652712,7 @@ new message content.",
|
|
|
653134
652712
|
renderAddTestCustomerButton={[Function]}
|
|
653135
652713
|
searchValue=""
|
|
653136
652714
|
selectedTestEntities={Array []}
|
|
653137
|
-
|
|
653138
|
-
Object {
|
|
653139
|
-
"EMAIL": Array [],
|
|
653140
|
-
"SMS": Array [],
|
|
653141
|
-
"WHATSAPP": Array [],
|
|
653142
|
-
}
|
|
653143
|
-
}
|
|
652715
|
+
senderDetailsOptions={Array []}
|
|
653144
652716
|
setSearchValue={[Function]}
|
|
653145
652717
|
smsTraiDltEnabled={false}
|
|
653146
652718
|
testEntitiesTreeData={
|
|
@@ -653172,7 +652744,6 @@ new message content.",
|
|
|
653172
652744
|
<PreviewSection
|
|
653173
652745
|
unifiedPreviewProps={
|
|
653174
652746
|
Object {
|
|
653175
|
-
"activePreviewTab": "rcs",
|
|
653176
652747
|
"channel": "WHATSAPP",
|
|
653177
652748
|
"content": Object {
|
|
653178
652749
|
"_id": null,
|
|
@@ -653207,11 +652778,8 @@ new message content.",
|
|
|
653207
652778
|
"isUpdating": false,
|
|
653208
652779
|
"lastModified": undefined,
|
|
653209
652780
|
"onDeviceChange": [Function],
|
|
653210
|
-
"onPreviewTabChange": [Function],
|
|
653211
652781
|
"selectedCustomer": null,
|
|
653212
652782
|
"showDeviceToggle": true,
|
|
653213
|
-
"smsFallbackContent": null,
|
|
653214
|
-
"smsFallbackResolvedText": undefined,
|
|
653215
652783
|
"updatedByName": undefined,
|
|
653216
652784
|
}
|
|
653217
652785
|
}
|
|
@@ -667354,7 +666922,6 @@ new message content.",
|
|
|
667354
666922
|
className="ant-col ant-col-10 cap-column-v2"
|
|
667355
666923
|
>
|
|
667356
666924
|
<UnifiedPreview
|
|
667357
|
-
activePreviewTab="rcs"
|
|
667358
666925
|
channel="WHATSAPP"
|
|
667359
666926
|
content={
|
|
667360
666927
|
Object {
|
|
@@ -668357,11 +667924,9 @@ new message content.",
|
|
|
668357
667924
|
key=".0"
|
|
668358
667925
|
lastModified={null}
|
|
668359
667926
|
onDeviceChange={[Function]}
|
|
668360
|
-
onPreviewTabChange={[Function]}
|
|
668361
667927
|
selectedCustomer={null}
|
|
668362
667928
|
showDeviceToggle={false}
|
|
668363
667929
|
showHeader={false}
|
|
668364
|
-
smsFallbackContent={null}
|
|
668365
667930
|
updatedByName={null}
|
|
668366
667931
|
>
|
|
668367
667932
|
<CapRow
|
|
@@ -673452,7 +673017,6 @@ new message content.",
|
|
|
673452
673017
|
}
|
|
673453
673018
|
}
|
|
673454
673019
|
show={false}
|
|
673455
|
-
smsFallbackContent={null}
|
|
673456
673020
|
testCustomers={Immutable.List []}
|
|
673457
673021
|
testGroups={Immutable.List []}
|
|
673458
673022
|
updatePreviewError={null}
|
|
@@ -675820,7 +675384,6 @@ new message content.",
|
|
|
675820
675384
|
}
|
|
675821
675385
|
}
|
|
675822
675386
|
show={false}
|
|
675823
|
-
smsFallbackContent={null}
|
|
675824
675387
|
templateLayoutType={null}
|
|
675825
675388
|
testCustomers={Immutable.List []}
|
|
675826
675389
|
testGroups={Immutable.List []}
|
|
@@ -675914,7 +675477,6 @@ new message content.",
|
|
|
675914
675477
|
formatMessage={[Function]}
|
|
675915
675478
|
handleSendTestMessage={[Function]}
|
|
675916
675479
|
handleTestEntitiesChange={[Function]}
|
|
675917
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
675918
675480
|
isFetchingTestCustomers={false}
|
|
675919
675481
|
isFetchingTestGroups={false}
|
|
675920
675482
|
isLoadingSenderDetails={false}
|
|
@@ -675924,13 +675486,7 @@ new message content.",
|
|
|
675924
675486
|
renderAddTestCustomerButton={[Function]}
|
|
675925
675487
|
searchValue=""
|
|
675926
675488
|
selectedTestEntities={Array []}
|
|
675927
|
-
|
|
675928
|
-
Object {
|
|
675929
|
-
"EMAIL": Array [],
|
|
675930
|
-
"SMS": Array [],
|
|
675931
|
-
"WHATSAPP": Array [],
|
|
675932
|
-
}
|
|
675933
|
-
}
|
|
675489
|
+
senderDetailsOptions={Array []}
|
|
675934
675490
|
setSearchValue={[Function]}
|
|
675935
675491
|
smsTraiDltEnabled={false}
|
|
675936
675492
|
testEntitiesTreeData={
|
|
@@ -675962,7 +675518,6 @@ new message content.",
|
|
|
675962
675518
|
<PreviewSection
|
|
675963
675519
|
unifiedPreviewProps={
|
|
675964
675520
|
Object {
|
|
675965
|
-
"activePreviewTab": "rcs",
|
|
675966
675521
|
"channel": "WHATSAPP",
|
|
675967
675522
|
"content": Object {
|
|
675968
675523
|
"_id": null,
|
|
@@ -675997,11 +675552,8 @@ new message content.",
|
|
|
675997
675552
|
"isUpdating": false,
|
|
675998
675553
|
"lastModified": undefined,
|
|
675999
675554
|
"onDeviceChange": [Function],
|
|
676000
|
-
"onPreviewTabChange": [Function],
|
|
676001
675555
|
"selectedCustomer": null,
|
|
676002
675556
|
"showDeviceToggle": true,
|
|
676003
|
-
"smsFallbackContent": null,
|
|
676004
|
-
"smsFallbackResolvedText": undefined,
|
|
676005
675557
|
"updatedByName": undefined,
|
|
676006
675558
|
}
|
|
676007
675559
|
}
|
|
@@ -690437,7 +689989,6 @@ new message content.",
|
|
|
690437
689989
|
className="ant-col ant-col-10 cap-column-v2"
|
|
690438
689990
|
>
|
|
690439
689991
|
<UnifiedPreview
|
|
690440
|
-
activePreviewTab="rcs"
|
|
690441
689992
|
channel="WHATSAPP"
|
|
690442
689993
|
content={
|
|
690443
689994
|
Object {
|
|
@@ -691737,11 +691288,9 @@ new message content.",
|
|
|
691737
691288
|
key=".0"
|
|
691738
691289
|
lastModified={null}
|
|
691739
691290
|
onDeviceChange={[Function]}
|
|
691740
|
-
onPreviewTabChange={[Function]}
|
|
691741
691291
|
selectedCustomer={null}
|
|
691742
691292
|
showDeviceToggle={false}
|
|
691743
691293
|
showHeader={false}
|
|
691744
|
-
smsFallbackContent={null}
|
|
691745
691294
|
updatedByName={null}
|
|
691746
691295
|
>
|
|
691747
691296
|
<CapRow
|
|
@@ -697129,7 +696678,6 @@ new message content.",
|
|
|
697129
696678
|
}
|
|
697130
696679
|
}
|
|
697131
696680
|
show={false}
|
|
697132
|
-
smsFallbackContent={null}
|
|
697133
696681
|
testCustomers={Immutable.List []}
|
|
697134
696682
|
testGroups={Immutable.List []}
|
|
697135
696683
|
updatePreviewError={null}
|
|
@@ -699497,7 +699045,6 @@ new message content.",
|
|
|
699497
699045
|
}
|
|
699498
699046
|
}
|
|
699499
699047
|
show={false}
|
|
699500
|
-
smsFallbackContent={null}
|
|
699501
699048
|
templateLayoutType={null}
|
|
699502
699049
|
testCustomers={Immutable.List []}
|
|
699503
699050
|
testGroups={Immutable.List []}
|
|
@@ -699591,7 +699138,6 @@ new message content.",
|
|
|
699591
699138
|
formatMessage={[Function]}
|
|
699592
699139
|
handleSendTestMessage={[Function]}
|
|
699593
699140
|
handleTestEntitiesChange={[Function]}
|
|
699594
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
699595
699141
|
isFetchingTestCustomers={false}
|
|
699596
699142
|
isFetchingTestGroups={false}
|
|
699597
699143
|
isLoadingSenderDetails={false}
|
|
@@ -699601,13 +699147,7 @@ new message content.",
|
|
|
699601
699147
|
renderAddTestCustomerButton={[Function]}
|
|
699602
699148
|
searchValue=""
|
|
699603
699149
|
selectedTestEntities={Array []}
|
|
699604
|
-
|
|
699605
|
-
Object {
|
|
699606
|
-
"EMAIL": Array [],
|
|
699607
|
-
"SMS": Array [],
|
|
699608
|
-
"WHATSAPP": Array [],
|
|
699609
|
-
}
|
|
699610
|
-
}
|
|
699150
|
+
senderDetailsOptions={Array []}
|
|
699611
699151
|
setSearchValue={[Function]}
|
|
699612
699152
|
smsTraiDltEnabled={false}
|
|
699613
699153
|
testEntitiesTreeData={
|
|
@@ -699639,7 +699179,6 @@ new message content.",
|
|
|
699639
699179
|
<PreviewSection
|
|
699640
699180
|
unifiedPreviewProps={
|
|
699641
699181
|
Object {
|
|
699642
|
-
"activePreviewTab": "rcs",
|
|
699643
699182
|
"channel": "WHATSAPP",
|
|
699644
699183
|
"content": Object {
|
|
699645
699184
|
"_id": null,
|
|
@@ -699674,11 +699213,8 @@ new message content.",
|
|
|
699674
699213
|
"isUpdating": false,
|
|
699675
699214
|
"lastModified": undefined,
|
|
699676
699215
|
"onDeviceChange": [Function],
|
|
699677
|
-
"onPreviewTabChange": [Function],
|
|
699678
699216
|
"selectedCustomer": null,
|
|
699679
699217
|
"showDeviceToggle": true,
|
|
699680
|
-
"smsFallbackContent": null,
|
|
699681
|
-
"smsFallbackResolvedText": undefined,
|
|
699682
699218
|
"updatedByName": undefined,
|
|
699683
699219
|
}
|
|
699684
699220
|
}
|
|
@@ -714431,7 +713967,6 @@ new message content.",
|
|
|
714431
713967
|
className="ant-col ant-col-10 cap-column-v2"
|
|
714432
713968
|
>
|
|
714433
713969
|
<UnifiedPreview
|
|
714434
|
-
activePreviewTab="rcs"
|
|
714435
713970
|
channel="WHATSAPP"
|
|
714436
713971
|
content={
|
|
714437
713972
|
Object {
|
|
@@ -716048,11 +715583,9 @@ new message content.",
|
|
|
716048
715583
|
key=".0"
|
|
716049
715584
|
lastModified={null}
|
|
716050
715585
|
onDeviceChange={[Function]}
|
|
716051
|
-
onPreviewTabChange={[Function]}
|
|
716052
715586
|
selectedCustomer={null}
|
|
716053
715587
|
showDeviceToggle={false}
|
|
716054
715588
|
showHeader={false}
|
|
716055
|
-
smsFallbackContent={null}
|
|
716056
715589
|
updatedByName={null}
|
|
716057
715590
|
>
|
|
716058
715591
|
<CapRow
|
|
@@ -721757,7 +721290,6 @@ new message content.",
|
|
|
721757
721290
|
}
|
|
721758
721291
|
}
|
|
721759
721292
|
show={false}
|
|
721760
|
-
smsFallbackContent={null}
|
|
721761
721293
|
testCustomers={Immutable.List []}
|
|
721762
721294
|
testGroups={Immutable.List []}
|
|
721763
721295
|
updatePreviewError={null}
|
|
@@ -724125,7 +723657,6 @@ new message content.",
|
|
|
724125
723657
|
}
|
|
724126
723658
|
}
|
|
724127
723659
|
show={false}
|
|
724128
|
-
smsFallbackContent={null}
|
|
724129
723660
|
templateLayoutType={null}
|
|
724130
723661
|
testCustomers={Immutable.List []}
|
|
724131
723662
|
testGroups={Immutable.List []}
|
|
@@ -724219,7 +723750,6 @@ new message content.",
|
|
|
724219
723750
|
formatMessage={[Function]}
|
|
724220
723751
|
handleSendTestMessage={[Function]}
|
|
724221
723752
|
handleTestEntitiesChange={[Function]}
|
|
724222
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
724223
723753
|
isFetchingTestCustomers={false}
|
|
724224
723754
|
isFetchingTestGroups={false}
|
|
724225
723755
|
isLoadingSenderDetails={false}
|
|
@@ -724229,13 +723759,7 @@ new message content.",
|
|
|
724229
723759
|
renderAddTestCustomerButton={[Function]}
|
|
724230
723760
|
searchValue=""
|
|
724231
723761
|
selectedTestEntities={Array []}
|
|
724232
|
-
|
|
724233
|
-
Object {
|
|
724234
|
-
"EMAIL": Array [],
|
|
724235
|
-
"SMS": Array [],
|
|
724236
|
-
"WHATSAPP": Array [],
|
|
724237
|
-
}
|
|
724238
|
-
}
|
|
723762
|
+
senderDetailsOptions={Array []}
|
|
724239
723763
|
setSearchValue={[Function]}
|
|
724240
723764
|
smsTraiDltEnabled={false}
|
|
724241
723765
|
testEntitiesTreeData={
|
|
@@ -724267,7 +723791,6 @@ new message content.",
|
|
|
724267
723791
|
<PreviewSection
|
|
724268
723792
|
unifiedPreviewProps={
|
|
724269
723793
|
Object {
|
|
724270
|
-
"activePreviewTab": "rcs",
|
|
724271
723794
|
"channel": "WHATSAPP",
|
|
724272
723795
|
"content": Object {
|
|
724273
723796
|
"_id": null,
|
|
@@ -724302,11 +723825,8 @@ new message content.",
|
|
|
724302
723825
|
"isUpdating": false,
|
|
724303
723826
|
"lastModified": undefined,
|
|
724304
723827
|
"onDeviceChange": [Function],
|
|
724305
|
-
"onPreviewTabChange": [Function],
|
|
724306
723828
|
"selectedCustomer": null,
|
|
724307
723829
|
"showDeviceToggle": true,
|
|
724308
|
-
"smsFallbackContent": null,
|
|
724309
|
-
"smsFallbackResolvedText": undefined,
|
|
724310
723830
|
"updatedByName": undefined,
|
|
724311
723831
|
}
|
|
724312
723832
|
}
|
|
@@ -738142,7 +737662,6 @@ new message content.",
|
|
|
738142
737662
|
className="ant-col ant-col-10 cap-column-v2"
|
|
738143
737663
|
>
|
|
738144
737664
|
<UnifiedPreview
|
|
738145
|
-
activePreviewTab="rcs"
|
|
738146
737665
|
channel="WHATSAPP"
|
|
738147
737666
|
content={
|
|
738148
737667
|
Object {
|
|
@@ -738838,11 +738357,9 @@ new message content.",
|
|
|
738838
738357
|
key=".0"
|
|
738839
738358
|
lastModified={null}
|
|
738840
738359
|
onDeviceChange={[Function]}
|
|
738841
|
-
onPreviewTabChange={[Function]}
|
|
738842
738360
|
selectedCustomer={null}
|
|
738843
738361
|
showDeviceToggle={false}
|
|
738844
738362
|
showHeader={false}
|
|
738845
|
-
smsFallbackContent={null}
|
|
738846
738363
|
updatedByName={null}
|
|
738847
738364
|
>
|
|
738848
738365
|
<CapRow
|
|
@@ -743626,7 +743143,6 @@ new message content.",
|
|
|
743626
743143
|
}
|
|
743627
743144
|
}
|
|
743628
743145
|
show={false}
|
|
743629
|
-
smsFallbackContent={null}
|
|
743630
743146
|
testCustomers={Immutable.List []}
|
|
743631
743147
|
testGroups={Immutable.List []}
|
|
743632
743148
|
updatePreviewError={null}
|
|
@@ -745994,7 +745510,6 @@ new message content.",
|
|
|
745994
745510
|
}
|
|
745995
745511
|
}
|
|
745996
745512
|
show={false}
|
|
745997
|
-
smsFallbackContent={null}
|
|
745998
745513
|
templateLayoutType={null}
|
|
745999
745514
|
testCustomers={Immutable.List []}
|
|
746000
745515
|
testGroups={Immutable.List []}
|
|
@@ -746088,7 +745603,6 @@ new message content.",
|
|
|
746088
745603
|
formatMessage={[Function]}
|
|
746089
745604
|
handleSendTestMessage={[Function]}
|
|
746090
745605
|
handleTestEntitiesChange={[Function]}
|
|
746091
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
746092
745606
|
isFetchingTestCustomers={false}
|
|
746093
745607
|
isFetchingTestGroups={false}
|
|
746094
745608
|
isLoadingSenderDetails={false}
|
|
@@ -746098,13 +745612,7 @@ new message content.",
|
|
|
746098
745612
|
renderAddTestCustomerButton={[Function]}
|
|
746099
745613
|
searchValue=""
|
|
746100
745614
|
selectedTestEntities={Array []}
|
|
746101
|
-
|
|
746102
|
-
Object {
|
|
746103
|
-
"EMAIL": Array [],
|
|
746104
|
-
"SMS": Array [],
|
|
746105
|
-
"WHATSAPP": Array [],
|
|
746106
|
-
}
|
|
746107
|
-
}
|
|
745615
|
+
senderDetailsOptions={Array []}
|
|
746108
745616
|
setSearchValue={[Function]}
|
|
746109
745617
|
smsTraiDltEnabled={false}
|
|
746110
745618
|
testEntitiesTreeData={
|
|
@@ -746136,7 +745644,6 @@ new message content.",
|
|
|
746136
745644
|
<PreviewSection
|
|
746137
745645
|
unifiedPreviewProps={
|
|
746138
745646
|
Object {
|
|
746139
|
-
"activePreviewTab": "rcs",
|
|
746140
745647
|
"channel": "WHATSAPP",
|
|
746141
745648
|
"content": Object {
|
|
746142
745649
|
"_id": null,
|
|
@@ -746171,11 +745678,8 @@ new message content.",
|
|
|
746171
745678
|
"isUpdating": false,
|
|
746172
745679
|
"lastModified": undefined,
|
|
746173
745680
|
"onDeviceChange": [Function],
|
|
746174
|
-
"onPreviewTabChange": [Function],
|
|
746175
745681
|
"selectedCustomer": null,
|
|
746176
745682
|
"showDeviceToggle": true,
|
|
746177
|
-
"smsFallbackContent": null,
|
|
746178
|
-
"smsFallbackResolvedText": undefined,
|
|
746179
745683
|
"updatedByName": undefined,
|
|
746180
745684
|
}
|
|
746181
745685
|
}
|
|
@@ -762326,7 +761830,6 @@ new message content.",
|
|
|
762326
761830
|
className="ant-col ant-col-10 cap-column-v2"
|
|
762327
761831
|
>
|
|
762328
761832
|
<UnifiedPreview
|
|
762329
|
-
activePreviewTab="rcs"
|
|
762330
761833
|
channel="WHATSAPP"
|
|
762331
761834
|
content={
|
|
762332
761835
|
Object {
|
|
@@ -763555,11 +763058,9 @@ new message content.",
|
|
|
763555
763058
|
key=".0"
|
|
763556
763059
|
lastModified={null}
|
|
763557
763060
|
onDeviceChange={[Function]}
|
|
763558
|
-
onPreviewTabChange={[Function]}
|
|
763559
763061
|
selectedCustomer={null}
|
|
763560
763062
|
showDeviceToggle={false}
|
|
763561
763063
|
showHeader={false}
|
|
763562
|
-
smsFallbackContent={null}
|
|
763563
763064
|
updatedByName={null}
|
|
763564
763065
|
>
|
|
763565
763066
|
<CapRow
|
|
@@ -768886,7 +768387,6 @@ new message content.",
|
|
|
768886
768387
|
}
|
|
768887
768388
|
}
|
|
768888
768389
|
show={false}
|
|
768889
|
-
smsFallbackContent={null}
|
|
768890
768390
|
testCustomers={Immutable.List []}
|
|
768891
768391
|
testGroups={Immutable.List []}
|
|
768892
768392
|
updatePreviewError={null}
|
|
@@ -771254,7 +770754,6 @@ new message content.",
|
|
|
771254
770754
|
}
|
|
771255
770755
|
}
|
|
771256
770756
|
show={false}
|
|
771257
|
-
smsFallbackContent={null}
|
|
771258
770757
|
templateLayoutType={null}
|
|
771259
770758
|
testCustomers={Immutable.List []}
|
|
771260
770759
|
testGroups={Immutable.List []}
|
|
@@ -771348,7 +770847,6 @@ new message content.",
|
|
|
771348
770847
|
formatMessage={[Function]}
|
|
771349
770848
|
handleSendTestMessage={[Function]}
|
|
771350
770849
|
handleTestEntitiesChange={[Function]}
|
|
771351
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
771352
770850
|
isFetchingTestCustomers={false}
|
|
771353
770851
|
isFetchingTestGroups={false}
|
|
771354
770852
|
isLoadingSenderDetails={false}
|
|
@@ -771358,13 +770856,7 @@ new message content.",
|
|
|
771358
770856
|
renderAddTestCustomerButton={[Function]}
|
|
771359
770857
|
searchValue=""
|
|
771360
770858
|
selectedTestEntities={Array []}
|
|
771361
|
-
|
|
771362
|
-
Object {
|
|
771363
|
-
"EMAIL": Array [],
|
|
771364
|
-
"SMS": Array [],
|
|
771365
|
-
"WHATSAPP": Array [],
|
|
771366
|
-
}
|
|
771367
|
-
}
|
|
770859
|
+
senderDetailsOptions={Array []}
|
|
771368
770860
|
setSearchValue={[Function]}
|
|
771369
770861
|
smsTraiDltEnabled={false}
|
|
771370
770862
|
testEntitiesTreeData={
|
|
@@ -771396,7 +770888,6 @@ new message content.",
|
|
|
771396
770888
|
<PreviewSection
|
|
771397
770889
|
unifiedPreviewProps={
|
|
771398
770890
|
Object {
|
|
771399
|
-
"activePreviewTab": "rcs",
|
|
771400
770891
|
"channel": "WHATSAPP",
|
|
771401
770892
|
"content": Object {
|
|
771402
770893
|
"_id": null,
|
|
@@ -771431,11 +770922,8 @@ new message content.",
|
|
|
771431
770922
|
"isUpdating": false,
|
|
771432
770923
|
"lastModified": undefined,
|
|
771433
770924
|
"onDeviceChange": [Function],
|
|
771434
|
-
"onPreviewTabChange": [Function],
|
|
771435
770925
|
"selectedCustomer": null,
|
|
771436
770926
|
"showDeviceToggle": true,
|
|
771437
|
-
"smsFallbackContent": null,
|
|
771438
|
-
"smsFallbackResolvedText": undefined,
|
|
771439
770927
|
"updatedByName": undefined,
|
|
771440
770928
|
}
|
|
771441
770929
|
}
|
|
@@ -787668,7 +787156,6 @@ new message content.",
|
|
|
787668
787156
|
className="ant-col ant-col-10 cap-column-v2"
|
|
787669
787157
|
>
|
|
787670
787158
|
<UnifiedPreview
|
|
787671
|
-
activePreviewTab="rcs"
|
|
787672
787159
|
channel="WHATSAPP"
|
|
787673
787160
|
content={
|
|
787674
787161
|
Object {
|
|
@@ -788910,11 +788397,9 @@ new message content.",
|
|
|
788910
788397
|
key=".0"
|
|
788911
788398
|
lastModified={null}
|
|
788912
788399
|
onDeviceChange={[Function]}
|
|
788913
|
-
onPreviewTabChange={[Function]}
|
|
788914
788400
|
selectedCustomer={null}
|
|
788915
788401
|
showDeviceToggle={false}
|
|
788916
788402
|
showHeader={false}
|
|
788917
|
-
smsFallbackContent={null}
|
|
788918
788403
|
updatedByName={null}
|
|
788919
788404
|
>
|
|
788920
788405
|
<CapRow
|
|
@@ -794254,7 +793739,6 @@ new message content.",
|
|
|
794254
793739
|
}
|
|
794255
793740
|
}
|
|
794256
793741
|
show={false}
|
|
794257
|
-
smsFallbackContent={null}
|
|
794258
793742
|
testCustomers={Immutable.List []}
|
|
794259
793743
|
testGroups={Immutable.List []}
|
|
794260
793744
|
updatePreviewError={null}
|
|
@@ -796622,7 +796106,6 @@ new message content.",
|
|
|
796622
796106
|
}
|
|
796623
796107
|
}
|
|
796624
796108
|
show={false}
|
|
796625
|
-
smsFallbackContent={null}
|
|
796626
796109
|
templateLayoutType={null}
|
|
796627
796110
|
testCustomers={Immutable.List []}
|
|
796628
796111
|
testGroups={Immutable.List []}
|
|
@@ -796716,7 +796199,6 @@ new message content.",
|
|
|
796716
796199
|
formatMessage={[Function]}
|
|
796717
796200
|
handleSendTestMessage={[Function]}
|
|
796718
796201
|
handleTestEntitiesChange={[Function]}
|
|
796719
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
796720
796202
|
isFetchingTestCustomers={false}
|
|
796721
796203
|
isFetchingTestGroups={false}
|
|
796722
796204
|
isLoadingSenderDetails={false}
|
|
@@ -796726,13 +796208,7 @@ new message content.",
|
|
|
796726
796208
|
renderAddTestCustomerButton={[Function]}
|
|
796727
796209
|
searchValue=""
|
|
796728
796210
|
selectedTestEntities={Array []}
|
|
796729
|
-
|
|
796730
|
-
Object {
|
|
796731
|
-
"EMAIL": Array [],
|
|
796732
|
-
"SMS": Array [],
|
|
796733
|
-
"WHATSAPP": Array [],
|
|
796734
|
-
}
|
|
796735
|
-
}
|
|
796211
|
+
senderDetailsOptions={Array []}
|
|
796736
796212
|
setSearchValue={[Function]}
|
|
796737
796213
|
smsTraiDltEnabled={false}
|
|
796738
796214
|
testEntitiesTreeData={
|
|
@@ -796764,7 +796240,6 @@ new message content.",
|
|
|
796764
796240
|
<PreviewSection
|
|
796765
796241
|
unifiedPreviewProps={
|
|
796766
796242
|
Object {
|
|
796767
|
-
"activePreviewTab": "rcs",
|
|
796768
796243
|
"channel": "WHATSAPP",
|
|
796769
796244
|
"content": Object {
|
|
796770
796245
|
"_id": null,
|
|
@@ -796799,11 +796274,8 @@ new message content.",
|
|
|
796799
796274
|
"isUpdating": false,
|
|
796800
796275
|
"lastModified": undefined,
|
|
796801
796276
|
"onDeviceChange": [Function],
|
|
796802
|
-
"onPreviewTabChange": [Function],
|
|
796803
796277
|
"selectedCustomer": null,
|
|
796804
796278
|
"showDeviceToggle": true,
|
|
796805
|
-
"smsFallbackContent": null,
|
|
796806
|
-
"smsFallbackResolvedText": undefined,
|
|
796807
796279
|
"updatedByName": undefined,
|
|
796808
796280
|
}
|
|
796809
796281
|
}
|
|
@@ -813036,7 +812508,6 @@ new message content.",
|
|
|
813036
812508
|
className="ant-col ant-col-10 cap-column-v2"
|
|
813037
812509
|
>
|
|
813038
812510
|
<UnifiedPreview
|
|
813039
|
-
activePreviewTab="rcs"
|
|
813040
812511
|
channel="WHATSAPP"
|
|
813041
812512
|
content={
|
|
813042
812513
|
Object {
|
|
@@ -814278,11 +813749,9 @@ new message content.",
|
|
|
814278
813749
|
key=".0"
|
|
814279
813750
|
lastModified={null}
|
|
814280
813751
|
onDeviceChange={[Function]}
|
|
814281
|
-
onPreviewTabChange={[Function]}
|
|
814282
813752
|
selectedCustomer={null}
|
|
814283
813753
|
showDeviceToggle={false}
|
|
814284
813754
|
showHeader={false}
|
|
814285
|
-
smsFallbackContent={null}
|
|
814286
813755
|
updatedByName={null}
|
|
814287
813756
|
>
|
|
814288
813757
|
<CapRow
|
|
@@ -819622,7 +819091,6 @@ new message content.",
|
|
|
819622
819091
|
}
|
|
819623
819092
|
}
|
|
819624
819093
|
show={false}
|
|
819625
|
-
smsFallbackContent={null}
|
|
819626
819094
|
testCustomers={Immutable.List []}
|
|
819627
819095
|
testGroups={Immutable.List []}
|
|
819628
819096
|
updatePreviewError={null}
|
|
@@ -821990,7 +821458,6 @@ new message content.",
|
|
|
821990
821458
|
}
|
|
821991
821459
|
}
|
|
821992
821460
|
show={false}
|
|
821993
|
-
smsFallbackContent={null}
|
|
821994
821461
|
templateLayoutType={null}
|
|
821995
821462
|
testCustomers={Immutable.List []}
|
|
821996
821463
|
testGroups={Immutable.List []}
|
|
@@ -822084,7 +821551,6 @@ new message content.",
|
|
|
822084
821551
|
formatMessage={[Function]}
|
|
822085
821552
|
handleSendTestMessage={[Function]}
|
|
822086
821553
|
handleTestEntitiesChange={[Function]}
|
|
822087
|
-
isChannelSmsFallbackPreviewEnabled={false}
|
|
822088
821554
|
isFetchingTestCustomers={false}
|
|
822089
821555
|
isFetchingTestGroups={false}
|
|
822090
821556
|
isLoadingSenderDetails={false}
|
|
@@ -822094,13 +821560,7 @@ new message content.",
|
|
|
822094
821560
|
renderAddTestCustomerButton={[Function]}
|
|
822095
821561
|
searchValue=""
|
|
822096
821562
|
selectedTestEntities={Array []}
|
|
822097
|
-
|
|
822098
|
-
Object {
|
|
822099
|
-
"EMAIL": Array [],
|
|
822100
|
-
"SMS": Array [],
|
|
822101
|
-
"WHATSAPP": Array [],
|
|
822102
|
-
}
|
|
822103
|
-
}
|
|
821563
|
+
senderDetailsOptions={Array []}
|
|
822104
821564
|
setSearchValue={[Function]}
|
|
822105
821565
|
smsTraiDltEnabled={false}
|
|
822106
821566
|
testEntitiesTreeData={
|
|
@@ -822132,7 +821592,6 @@ new message content.",
|
|
|
822132
821592
|
<PreviewSection
|
|
822133
821593
|
unifiedPreviewProps={
|
|
822134
821594
|
Object {
|
|
822135
|
-
"activePreviewTab": "rcs",
|
|
822136
821595
|
"channel": "WHATSAPP",
|
|
822137
821596
|
"content": Object {
|
|
822138
821597
|
"_id": null,
|
|
@@ -822167,11 +821626,8 @@ new message content.",
|
|
|
822167
821626
|
"isUpdating": false,
|
|
822168
821627
|
"lastModified": undefined,
|
|
822169
821628
|
"onDeviceChange": [Function],
|
|
822170
|
-
"onPreviewTabChange": [Function],
|
|
822171
821629
|
"selectedCustomer": null,
|
|
822172
821630
|
"showDeviceToggle": true,
|
|
822173
|
-
"smsFallbackContent": null,
|
|
822174
|
-
"smsFallbackResolvedText": undefined,
|
|
822175
821631
|
"updatedByName": undefined,
|
|
822176
821632
|
}
|
|
822177
821633
|
}
|