@capillarytech/creatives-library 8.0.295 → 8.0.297
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v2Components/CommonTestAndPreview/DeliverySettings/DeliverySettings.scss +33 -0
- package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.js +420 -0
- package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.scss +36 -0
- package/v2Components/CommonTestAndPreview/DeliverySettings/constants.js +63 -0
- package/v2Components/CommonTestAndPreview/DeliverySettings/index.js +239 -0
- package/v2Components/CommonTestAndPreview/DeliverySettings/messages.js +111 -0
- package/v2Components/CommonTestAndPreview/DeliverySettings/utils/parseSenderDetailsResponse.js +88 -0
- package/v2Components/CommonTestAndPreview/SendTestMessage.js +51 -1
- package/v2Components/CommonTestAndPreview/actions.js +20 -0
- package/v2Components/CommonTestAndPreview/constants.js +15 -0
- package/v2Components/CommonTestAndPreview/index.js +200 -16
- package/v2Components/CommonTestAndPreview/reducer.js +47 -0
- package/v2Components/CommonTestAndPreview/sagas.js +61 -0
- package/v2Components/CommonTestAndPreview/selectors.js +51 -0
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/ModifyDeliverySettings.test.js +889 -0
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/index.test.js +221 -0
- package/v2Components/CommonTestAndPreview/tests/DeliverySettings/utils/parseSenderDetailsResponse.test.js +235 -0
- package/v2Components/CommonTestAndPreview/tests/SendTestMessage.test.js +135 -0
- package/v2Components/CommonTestAndPreview/tests/actions.test.js +50 -0
- package/v2Components/CommonTestAndPreview/tests/constants.test.js +18 -0
- package/v2Components/CommonTestAndPreview/tests/index.test.js +783 -2
- package/v2Components/CommonTestAndPreview/tests/reducer.test.js +118 -0
- package/v2Components/CommonTestAndPreview/tests/sagas.test.js +145 -0
- package/v2Components/CommonTestAndPreview/tests/selectors.test.js +146 -0
- package/v2Components/FormBuilder/index.js +1 -1
- package/v2Components/HtmlEditor/HTMLEditor.js +0 -1
- package/v2Components/HtmlEditor/__tests__/HTMLEditor.test.js +0 -1
- package/v2Components/HtmlEditor/hooks/__tests__/useValidation.test.js +3 -132
- package/v2Components/HtmlEditor/hooks/useValidation.js +9 -12
- package/v2Components/HtmlEditor/utils/htmlValidator.js +2 -4
- package/v2Components/TestAndPreviewSlidebox/index.js +14 -0
- package/v2Containers/EmailWrapper/components/EmailHTMLEditor.js +2 -2
- package/v2Containers/EmailWrapper/components/__tests__/EmailHTMLEditor.test.js +18 -110
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +697 -12
- package/v2Containers/SmsTrai/Edit/index.js +5 -1
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +201 -0
- package/v2Containers/Whatsapp/index.js +1 -1
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +26242 -4225
|
@@ -5868,6 +5868,7 @@ FREE GIFTS-
|
|
|
5868
5868
|
formData={
|
|
5869
5869
|
Object {
|
|
5870
5870
|
"templateConfigs": Object {
|
|
5871
|
+
"registeredSenderIds": "VISHMM",
|
|
5871
5872
|
"template": "LATEST FASHION@VISHAL
|
|
5872
5873
|
{#var#}
|
|
5873
5874
|
|
|
@@ -5880,6 +5881,7 @@ FREE GIFTS-
|
|
|
5880
5881
|
{#var#}
|
|
5881
5882
|
{#var#}",
|
|
5882
5883
|
"templateId": "'1107160207324585172'",
|
|
5884
|
+
"traiDltEnabled": true,
|
|
5883
5885
|
},
|
|
5884
5886
|
}
|
|
5885
5887
|
}
|
|
@@ -5902,6 +5904,7 @@ FREE GIFTS-
|
|
|
5902
5904
|
formData={
|
|
5903
5905
|
Object {
|
|
5904
5906
|
"templateConfigs": Object {
|
|
5907
|
+
"registeredSenderIds": "VISHMM",
|
|
5905
5908
|
"template": "LATEST FASHION@VISHAL
|
|
5906
5909
|
{#var#}
|
|
5907
5910
|
|
|
@@ -5914,6 +5917,7 @@ FREE GIFTS-
|
|
|
5914
5917
|
{#var#}
|
|
5915
5918
|
{#var#}",
|
|
5916
5919
|
"templateId": "'1107160207324585172'",
|
|
5920
|
+
"traiDltEnabled": true,
|
|
5917
5921
|
},
|
|
5918
5922
|
}
|
|
5919
5923
|
}
|
|
@@ -5937,6 +5941,7 @@ FREE GIFTS-
|
|
|
5937
5941
|
formData={
|
|
5938
5942
|
Object {
|
|
5939
5943
|
"templateConfigs": Object {
|
|
5944
|
+
"registeredSenderIds": "VISHMM",
|
|
5940
5945
|
"template": "LATEST FASHION@VISHAL
|
|
5941
5946
|
{#var#}
|
|
5942
5947
|
|
|
@@ -5949,6 +5954,7 @@ FREE GIFTS-
|
|
|
5949
5954
|
{#var#}
|
|
5950
5955
|
{#var#}",
|
|
5951
5956
|
"templateId": "'1107160207324585172'",
|
|
5957
|
+
"traiDltEnabled": true,
|
|
5952
5958
|
},
|
|
5953
5959
|
}
|
|
5954
5960
|
}
|
|
@@ -5971,6 +5977,7 @@ FREE GIFTS-
|
|
|
5971
5977
|
formData={
|
|
5972
5978
|
Object {
|
|
5973
5979
|
"templateConfigs": Object {
|
|
5980
|
+
"registeredSenderIds": "VISHMM",
|
|
5974
5981
|
"template": "LATEST FASHION@VISHAL
|
|
5975
5982
|
{#var#}
|
|
5976
5983
|
|
|
@@ -5983,6 +5990,7 @@ FREE GIFTS-
|
|
|
5983
5990
|
{#var#}
|
|
5984
5991
|
{#var#}",
|
|
5985
5992
|
"templateId": "'1107160207324585172'",
|
|
5993
|
+
"traiDltEnabled": true,
|
|
5986
5994
|
},
|
|
5987
5995
|
}
|
|
5988
5996
|
}
|
|
@@ -6006,6 +6014,7 @@ FREE GIFTS-
|
|
|
6006
6014
|
formData={
|
|
6007
6015
|
Object {
|
|
6008
6016
|
"templateConfigs": Object {
|
|
6017
|
+
"registeredSenderIds": "VISHMM",
|
|
6009
6018
|
"template": "LATEST FASHION@VISHAL
|
|
6010
6019
|
{#var#}
|
|
6011
6020
|
|
|
@@ -6018,6 +6027,7 @@ FREE GIFTS-
|
|
|
6018
6027
|
{#var#}
|
|
6019
6028
|
{#var#}",
|
|
6020
6029
|
"templateId": "'1107160207324585172'",
|
|
6030
|
+
"traiDltEnabled": true,
|
|
6021
6031
|
},
|
|
6022
6032
|
}
|
|
6023
6033
|
}
|
|
@@ -6034,8 +6044,10 @@ FREE GIFTS-
|
|
|
6034
6044
|
"createMessageMetaRequested": [Function],
|
|
6035
6045
|
"extractTagsRequested": [Function],
|
|
6036
6046
|
"getPrefilledValuesRequested": [Function],
|
|
6047
|
+
"getSenderDetailsRequested": [Function],
|
|
6037
6048
|
"getTestCustomersRequested": [Function],
|
|
6038
6049
|
"getTestGroupsRequested": [Function],
|
|
6050
|
+
"getWeCrmAccountsRequested": [Function],
|
|
6039
6051
|
"searchCustomersRequested": [Function],
|
|
6040
6052
|
"sendTestMessageRequested": [Function],
|
|
6041
6053
|
"updatePreviewRequested": [Function],
|
|
@@ -6060,6 +6072,7 @@ FREE GIFTS-
|
|
|
6060
6072
|
formData={
|
|
6061
6073
|
Object {
|
|
6062
6074
|
"templateConfigs": Object {
|
|
6075
|
+
"registeredSenderIds": "VISHMM",
|
|
6063
6076
|
"template": "LATEST FASHION@VISHAL
|
|
6064
6077
|
{#var#}
|
|
6065
6078
|
|
|
@@ -6072,12 +6085,14 @@ FREE GIFTS-
|
|
|
6072
6085
|
{#var#}
|
|
6073
6086
|
{#var#}",
|
|
6074
6087
|
"templateId": "'1107160207324585172'",
|
|
6088
|
+
"traiDltEnabled": true,
|
|
6075
6089
|
},
|
|
6076
6090
|
}
|
|
6077
6091
|
}
|
|
6078
6092
|
isExtractingTags={false}
|
|
6079
6093
|
isFetchingTestCustomers={false}
|
|
6080
6094
|
isFetchingTestGroups={false}
|
|
6095
|
+
isLoadingSenderDetails={false}
|
|
6081
6096
|
isSearchingCustomer={false}
|
|
6082
6097
|
isSendingTestMessage={false}
|
|
6083
6098
|
isUpdatingPreview={false}
|
|
@@ -6085,11 +6100,19 @@ FREE GIFTS-
|
|
|
6085
6100
|
onClose={[Function]}
|
|
6086
6101
|
prefilledValues={Object {}}
|
|
6087
6102
|
previewData={null}
|
|
6103
|
+
senderDetailsByChannel={
|
|
6104
|
+
Object {
|
|
6105
|
+
"EMAIL": Array [],
|
|
6106
|
+
"SMS": Array [],
|
|
6107
|
+
"WHATSAPP": Array [],
|
|
6108
|
+
}
|
|
6109
|
+
}
|
|
6088
6110
|
show={false}
|
|
6089
6111
|
testCustomers={Immutable.List []}
|
|
6090
6112
|
testGroups={Immutable.List []}
|
|
6091
6113
|
updatePreviewError={null}
|
|
6092
6114
|
updatePreviewErrors={Array []}
|
|
6115
|
+
wecrmAccounts={Array []}
|
|
6093
6116
|
>
|
|
6094
6117
|
<TestAndPreviewSlidebox
|
|
6095
6118
|
actions={
|
|
@@ -6101,8 +6124,10 @@ FREE GIFTS-
|
|
|
6101
6124
|
"createMessageMetaRequested": [Function],
|
|
6102
6125
|
"extractTagsRequested": [Function],
|
|
6103
6126
|
"getPrefilledValuesRequested": [Function],
|
|
6127
|
+
"getSenderDetailsRequested": [Function],
|
|
6104
6128
|
"getTestCustomersRequested": [Function],
|
|
6105
6129
|
"getTestGroupsRequested": [Function],
|
|
6130
|
+
"getWeCrmAccountsRequested": [Function],
|
|
6106
6131
|
"searchCustomersRequested": [Function],
|
|
6107
6132
|
"sendTestMessageRequested": [Function],
|
|
6108
6133
|
"updatePreviewRequested": [Function],
|
|
@@ -6130,6 +6155,7 @@ FREE GIFTS-
|
|
|
6130
6155
|
formData={
|
|
6131
6156
|
Object {
|
|
6132
6157
|
"templateConfigs": Object {
|
|
6158
|
+
"registeredSenderIds": "VISHMM",
|
|
6133
6159
|
"template": "LATEST FASHION@VISHAL
|
|
6134
6160
|
{#var#}
|
|
6135
6161
|
|
|
@@ -6142,6 +6168,7 @@ FREE GIFTS-
|
|
|
6142
6168
|
{#var#}
|
|
6143
6169
|
{#var#}",
|
|
6144
6170
|
"templateId": "'1107160207324585172'",
|
|
6171
|
+
"traiDltEnabled": true,
|
|
6145
6172
|
},
|
|
6146
6173
|
}
|
|
6147
6174
|
}
|
|
@@ -8393,18 +8420,28 @@ new message content.",
|
|
|
8393
8420
|
isExtractingTags={false}
|
|
8394
8421
|
isFetchingTestCustomers={false}
|
|
8395
8422
|
isFetchingTestGroups={false}
|
|
8423
|
+
isLoadingSenderDetails={false}
|
|
8396
8424
|
isSearchingCustomer={false}
|
|
8397
8425
|
isSendingTestMessage={false}
|
|
8398
8426
|
isUpdatingPreview={false}
|
|
8399
8427
|
messageMetaConfigId={null}
|
|
8400
8428
|
onClose={[Function]}
|
|
8429
|
+
orgUnitId={-1}
|
|
8401
8430
|
prefilledValues={Object {}}
|
|
8402
8431
|
previewData={null}
|
|
8432
|
+
senderDetailsByChannel={
|
|
8433
|
+
Object {
|
|
8434
|
+
"EMAIL": Array [],
|
|
8435
|
+
"SMS": Array [],
|
|
8436
|
+
"WHATSAPP": Array [],
|
|
8437
|
+
}
|
|
8438
|
+
}
|
|
8403
8439
|
show={false}
|
|
8404
8440
|
testCustomers={Immutable.List []}
|
|
8405
8441
|
testGroups={Immutable.List []}
|
|
8406
8442
|
updatePreviewError={null}
|
|
8407
8443
|
updatePreviewErrors={Array []}
|
|
8444
|
+
wecrmAccounts={Array []}
|
|
8408
8445
|
>
|
|
8409
8446
|
<CommonTestAndPreview
|
|
8410
8447
|
actions={
|
|
@@ -8416,8 +8453,10 @@ new message content.",
|
|
|
8416
8453
|
"createMessageMetaRequested": [Function],
|
|
8417
8454
|
"extractTagsRequested": [Function],
|
|
8418
8455
|
"getPrefilledValuesRequested": [Function],
|
|
8456
|
+
"getSenderDetailsRequested": [Function],
|
|
8419
8457
|
"getTestCustomersRequested": [Function],
|
|
8420
8458
|
"getTestGroupsRequested": [Function],
|
|
8459
|
+
"getWeCrmAccountsRequested": [Function],
|
|
8421
8460
|
"searchCustomersRequested": [Function],
|
|
8422
8461
|
"sendTestMessageRequested": [Function],
|
|
8423
8462
|
"updatePreviewRequested": [Function],
|
|
@@ -8452,6 +8491,7 @@ FREE GIFTS-
|
|
|
8452
8491
|
formData={
|
|
8453
8492
|
Object {
|
|
8454
8493
|
"templateConfigs": Object {
|
|
8494
|
+
"registeredSenderIds": "VISHMM",
|
|
8455
8495
|
"template": "LATEST FASHION@VISHAL
|
|
8456
8496
|
{#var#}
|
|
8457
8497
|
|
|
@@ -8464,6 +8504,7 @@ FREE GIFTS-
|
|
|
8464
8504
|
{#var#}
|
|
8465
8505
|
{#var#}",
|
|
8466
8506
|
"templateId": "'1107160207324585172'",
|
|
8507
|
+
"traiDltEnabled": true,
|
|
8467
8508
|
},
|
|
8468
8509
|
}
|
|
8469
8510
|
}
|
|
@@ -10715,16 +10756,25 @@ new message content.",
|
|
|
10715
10756
|
isExtractingTags={false}
|
|
10716
10757
|
isFetchingTestCustomers={false}
|
|
10717
10758
|
isFetchingTestGroups={false}
|
|
10759
|
+
isLoadingSenderDetails={false}
|
|
10718
10760
|
isSearchingCustomer={false}
|
|
10719
10761
|
isSendingTestMessage={false}
|
|
10720
10762
|
isUpdatingPreview={false}
|
|
10721
10763
|
messageMetaConfigId={null}
|
|
10722
10764
|
onClose={[Function]}
|
|
10765
|
+
orgUnitId={-1}
|
|
10723
10766
|
prefilledValues={Object {}}
|
|
10724
10767
|
previewData={null}
|
|
10725
10768
|
rcsIosPreview={false}
|
|
10726
10769
|
rcsOrientation={null}
|
|
10727
10770
|
rcsType={null}
|
|
10771
|
+
senderDetailsByChannel={
|
|
10772
|
+
Object {
|
|
10773
|
+
"EMAIL": Array [],
|
|
10774
|
+
"SMS": Array [],
|
|
10775
|
+
"WHATSAPP": Array [],
|
|
10776
|
+
}
|
|
10777
|
+
}
|
|
10728
10778
|
show={false}
|
|
10729
10779
|
templateLayoutType={null}
|
|
10730
10780
|
testCustomers={Immutable.List []}
|
|
@@ -10732,6 +10782,7 @@ new message content.",
|
|
|
10732
10782
|
unicodeEnabled={false}
|
|
10733
10783
|
updatePreviewError={null}
|
|
10734
10784
|
updatePreviewErrors={Array []}
|
|
10785
|
+
wecrmAccounts={Array []}
|
|
10735
10786
|
whatsappAccountName={null}
|
|
10736
10787
|
whatsappContentLen={0}
|
|
10737
10788
|
>
|
|
@@ -10785,9 +10836,18 @@ BUY1GET1-
|
|
|
10785
10836
|
FREE GIFTS-
|
|
10786
10837
|
{#var#}
|
|
10787
10838
|
{#var#}"
|
|
10839
|
+
deliverySettings={
|
|
10840
|
+
Object {
|
|
10841
|
+
"cdmaSenderId": "",
|
|
10842
|
+
"domainGatewayMapId": null,
|
|
10843
|
+
"domainId": null,
|
|
10844
|
+
"gsmSenderId": "",
|
|
10845
|
+
}
|
|
10846
|
+
}
|
|
10788
10847
|
formData={
|
|
10789
10848
|
Object {
|
|
10790
10849
|
"templateConfigs": Object {
|
|
10850
|
+
"registeredSenderIds": "VISHMM",
|
|
10791
10851
|
"template": "LATEST FASHION@VISHAL
|
|
10792
10852
|
{#var#}
|
|
10793
10853
|
|
|
@@ -10800,6 +10860,7 @@ FREE GIFTS-
|
|
|
10800
10860
|
{#var#}
|
|
10801
10861
|
{#var#}",
|
|
10802
10862
|
"templateId": "'1107160207324585172'",
|
|
10863
|
+
"traiDltEnabled": true,
|
|
10803
10864
|
},
|
|
10804
10865
|
}
|
|
10805
10866
|
}
|
|
@@ -10808,8 +10869,13 @@ FREE GIFTS-
|
|
|
10808
10869
|
handleTestEntitiesChange={[Function]}
|
|
10809
10870
|
isFetchingTestCustomers={false}
|
|
10810
10871
|
isFetchingTestGroups={false}
|
|
10872
|
+
isLoadingSenderDetails={false}
|
|
10811
10873
|
isSendingTestMessage={false}
|
|
10874
|
+
onSaveDeliverySettings={[Function]}
|
|
10875
|
+
registeredSenderIds="VISHMM"
|
|
10812
10876
|
selectedTestEntities={Array []}
|
|
10877
|
+
senderDetailsOptions={Array []}
|
|
10878
|
+
smsTraiDltEnabled={true}
|
|
10813
10879
|
testEntitiesTreeData={
|
|
10814
10880
|
Array [
|
|
10815
10881
|
Object {
|
|
@@ -10826,6 +10892,7 @@ FREE GIFTS-
|
|
|
10826
10892
|
},
|
|
10827
10893
|
]
|
|
10828
10894
|
}
|
|
10895
|
+
wecrmAccounts={Array []}
|
|
10829
10896
|
/>
|
|
10830
10897
|
</CapRow>
|
|
10831
10898
|
<CapDivider
|
|
@@ -16779,6 +16846,7 @@ FREE GIFTS-
|
|
|
16779
16846
|
formData={
|
|
16780
16847
|
Object {
|
|
16781
16848
|
"templateConfigs": Object {
|
|
16849
|
+
"registeredSenderIds": "VISHMM",
|
|
16782
16850
|
"template": "LATEST FASHION@VISHAL
|
|
16783
16851
|
{#var#}
|
|
16784
16852
|
|
|
@@ -16791,6 +16859,7 @@ FREE GIFTS-
|
|
|
16791
16859
|
{#var#}
|
|
16792
16860
|
{#var#}",
|
|
16793
16861
|
"templateId": "'1107160207324585172'",
|
|
16862
|
+
"traiDltEnabled": true,
|
|
16794
16863
|
},
|
|
16795
16864
|
}
|
|
16796
16865
|
}
|
|
@@ -16813,6 +16882,7 @@ FREE GIFTS-
|
|
|
16813
16882
|
formData={
|
|
16814
16883
|
Object {
|
|
16815
16884
|
"templateConfigs": Object {
|
|
16885
|
+
"registeredSenderIds": "VISHMM",
|
|
16816
16886
|
"template": "LATEST FASHION@VISHAL
|
|
16817
16887
|
{#var#}
|
|
16818
16888
|
|
|
@@ -16825,6 +16895,7 @@ FREE GIFTS-
|
|
|
16825
16895
|
{#var#}
|
|
16826
16896
|
{#var#}",
|
|
16827
16897
|
"templateId": "'1107160207324585172'",
|
|
16898
|
+
"traiDltEnabled": true,
|
|
16828
16899
|
},
|
|
16829
16900
|
}
|
|
16830
16901
|
}
|
|
@@ -16848,6 +16919,7 @@ FREE GIFTS-
|
|
|
16848
16919
|
formData={
|
|
16849
16920
|
Object {
|
|
16850
16921
|
"templateConfigs": Object {
|
|
16922
|
+
"registeredSenderIds": "VISHMM",
|
|
16851
16923
|
"template": "LATEST FASHION@VISHAL
|
|
16852
16924
|
{#var#}
|
|
16853
16925
|
|
|
@@ -16860,6 +16932,7 @@ FREE GIFTS-
|
|
|
16860
16932
|
{#var#}
|
|
16861
16933
|
{#var#}",
|
|
16862
16934
|
"templateId": "'1107160207324585172'",
|
|
16935
|
+
"traiDltEnabled": true,
|
|
16863
16936
|
},
|
|
16864
16937
|
}
|
|
16865
16938
|
}
|
|
@@ -16882,6 +16955,7 @@ FREE GIFTS-
|
|
|
16882
16955
|
formData={
|
|
16883
16956
|
Object {
|
|
16884
16957
|
"templateConfigs": Object {
|
|
16958
|
+
"registeredSenderIds": "VISHMM",
|
|
16885
16959
|
"template": "LATEST FASHION@VISHAL
|
|
16886
16960
|
{#var#}
|
|
16887
16961
|
|
|
@@ -16894,6 +16968,7 @@ FREE GIFTS-
|
|
|
16894
16968
|
{#var#}
|
|
16895
16969
|
{#var#}",
|
|
16896
16970
|
"templateId": "'1107160207324585172'",
|
|
16971
|
+
"traiDltEnabled": true,
|
|
16897
16972
|
},
|
|
16898
16973
|
}
|
|
16899
16974
|
}
|
|
@@ -16917,6 +16992,7 @@ FREE GIFTS-
|
|
|
16917
16992
|
formData={
|
|
16918
16993
|
Object {
|
|
16919
16994
|
"templateConfigs": Object {
|
|
16995
|
+
"registeredSenderIds": "VISHMM",
|
|
16920
16996
|
"template": "LATEST FASHION@VISHAL
|
|
16921
16997
|
{#var#}
|
|
16922
16998
|
|
|
@@ -16929,6 +17005,7 @@ FREE GIFTS-
|
|
|
16929
17005
|
{#var#}
|
|
16930
17006
|
{#var#}",
|
|
16931
17007
|
"templateId": "'1107160207324585172'",
|
|
17008
|
+
"traiDltEnabled": true,
|
|
16932
17009
|
},
|
|
16933
17010
|
}
|
|
16934
17011
|
}
|
|
@@ -16945,8 +17022,10 @@ FREE GIFTS-
|
|
|
16945
17022
|
"createMessageMetaRequested": [Function],
|
|
16946
17023
|
"extractTagsRequested": [Function],
|
|
16947
17024
|
"getPrefilledValuesRequested": [Function],
|
|
17025
|
+
"getSenderDetailsRequested": [Function],
|
|
16948
17026
|
"getTestCustomersRequested": [Function],
|
|
16949
17027
|
"getTestGroupsRequested": [Function],
|
|
17028
|
+
"getWeCrmAccountsRequested": [Function],
|
|
16950
17029
|
"searchCustomersRequested": [Function],
|
|
16951
17030
|
"sendTestMessageRequested": [Function],
|
|
16952
17031
|
"updatePreviewRequested": [Function],
|
|
@@ -16971,6 +17050,7 @@ FREE GIFTS-
|
|
|
16971
17050
|
formData={
|
|
16972
17051
|
Object {
|
|
16973
17052
|
"templateConfigs": Object {
|
|
17053
|
+
"registeredSenderIds": "VISHMM",
|
|
16974
17054
|
"template": "LATEST FASHION@VISHAL
|
|
16975
17055
|
{#var#}
|
|
16976
17056
|
|
|
@@ -16983,12 +17063,14 @@ FREE GIFTS-
|
|
|
16983
17063
|
{#var#}
|
|
16984
17064
|
{#var#}",
|
|
16985
17065
|
"templateId": "'1107160207324585172'",
|
|
17066
|
+
"traiDltEnabled": true,
|
|
16986
17067
|
},
|
|
16987
17068
|
}
|
|
16988
17069
|
}
|
|
16989
17070
|
isExtractingTags={false}
|
|
16990
17071
|
isFetchingTestCustomers={false}
|
|
16991
17072
|
isFetchingTestGroups={false}
|
|
17073
|
+
isLoadingSenderDetails={false}
|
|
16992
17074
|
isSearchingCustomer={false}
|
|
16993
17075
|
isSendingTestMessage={false}
|
|
16994
17076
|
isUpdatingPreview={false}
|
|
@@ -16996,11 +17078,19 @@ FREE GIFTS-
|
|
|
16996
17078
|
onClose={[Function]}
|
|
16997
17079
|
prefilledValues={Object {}}
|
|
16998
17080
|
previewData={null}
|
|
17081
|
+
senderDetailsByChannel={
|
|
17082
|
+
Object {
|
|
17083
|
+
"EMAIL": Array [],
|
|
17084
|
+
"SMS": Array [],
|
|
17085
|
+
"WHATSAPP": Array [],
|
|
17086
|
+
}
|
|
17087
|
+
}
|
|
16999
17088
|
show={false}
|
|
17000
17089
|
testCustomers={Immutable.List []}
|
|
17001
17090
|
testGroups={Immutable.List []}
|
|
17002
17091
|
updatePreviewError={null}
|
|
17003
17092
|
updatePreviewErrors={Array []}
|
|
17093
|
+
wecrmAccounts={Array []}
|
|
17004
17094
|
>
|
|
17005
17095
|
<TestAndPreviewSlidebox
|
|
17006
17096
|
actions={
|
|
@@ -17012,8 +17102,10 @@ FREE GIFTS-
|
|
|
17012
17102
|
"createMessageMetaRequested": [Function],
|
|
17013
17103
|
"extractTagsRequested": [Function],
|
|
17014
17104
|
"getPrefilledValuesRequested": [Function],
|
|
17105
|
+
"getSenderDetailsRequested": [Function],
|
|
17015
17106
|
"getTestCustomersRequested": [Function],
|
|
17016
17107
|
"getTestGroupsRequested": [Function],
|
|
17108
|
+
"getWeCrmAccountsRequested": [Function],
|
|
17017
17109
|
"searchCustomersRequested": [Function],
|
|
17018
17110
|
"sendTestMessageRequested": [Function],
|
|
17019
17111
|
"updatePreviewRequested": [Function],
|
|
@@ -17041,6 +17133,7 @@ FREE GIFTS-
|
|
|
17041
17133
|
formData={
|
|
17042
17134
|
Object {
|
|
17043
17135
|
"templateConfigs": Object {
|
|
17136
|
+
"registeredSenderIds": "VISHMM",
|
|
17044
17137
|
"template": "LATEST FASHION@VISHAL
|
|
17045
17138
|
{#var#}
|
|
17046
17139
|
|
|
@@ -17053,6 +17146,7 @@ FREE GIFTS-
|
|
|
17053
17146
|
{#var#}
|
|
17054
17147
|
{#var#}",
|
|
17055
17148
|
"templateId": "'1107160207324585172'",
|
|
17149
|
+
"traiDltEnabled": true,
|
|
17056
17150
|
},
|
|
17057
17151
|
}
|
|
17058
17152
|
}
|
|
@@ -19304,18 +19398,28 @@ new message content.",
|
|
|
19304
19398
|
isExtractingTags={false}
|
|
19305
19399
|
isFetchingTestCustomers={false}
|
|
19306
19400
|
isFetchingTestGroups={false}
|
|
19401
|
+
isLoadingSenderDetails={false}
|
|
19307
19402
|
isSearchingCustomer={false}
|
|
19308
19403
|
isSendingTestMessage={false}
|
|
19309
19404
|
isUpdatingPreview={false}
|
|
19310
19405
|
messageMetaConfigId={null}
|
|
19311
19406
|
onClose={[Function]}
|
|
19407
|
+
orgUnitId={-1}
|
|
19312
19408
|
prefilledValues={Object {}}
|
|
19313
19409
|
previewData={null}
|
|
19410
|
+
senderDetailsByChannel={
|
|
19411
|
+
Object {
|
|
19412
|
+
"EMAIL": Array [],
|
|
19413
|
+
"SMS": Array [],
|
|
19414
|
+
"WHATSAPP": Array [],
|
|
19415
|
+
}
|
|
19416
|
+
}
|
|
19314
19417
|
show={false}
|
|
19315
19418
|
testCustomers={Immutable.List []}
|
|
19316
19419
|
testGroups={Immutable.List []}
|
|
19317
19420
|
updatePreviewError={null}
|
|
19318
19421
|
updatePreviewErrors={Array []}
|
|
19422
|
+
wecrmAccounts={Array []}
|
|
19319
19423
|
>
|
|
19320
19424
|
<CommonTestAndPreview
|
|
19321
19425
|
actions={
|
|
@@ -19327,8 +19431,10 @@ new message content.",
|
|
|
19327
19431
|
"createMessageMetaRequested": [Function],
|
|
19328
19432
|
"extractTagsRequested": [Function],
|
|
19329
19433
|
"getPrefilledValuesRequested": [Function],
|
|
19434
|
+
"getSenderDetailsRequested": [Function],
|
|
19330
19435
|
"getTestCustomersRequested": [Function],
|
|
19331
19436
|
"getTestGroupsRequested": [Function],
|
|
19437
|
+
"getWeCrmAccountsRequested": [Function],
|
|
19332
19438
|
"searchCustomersRequested": [Function],
|
|
19333
19439
|
"sendTestMessageRequested": [Function],
|
|
19334
19440
|
"updatePreviewRequested": [Function],
|
|
@@ -19363,6 +19469,7 @@ FREE GIFTS-
|
|
|
19363
19469
|
formData={
|
|
19364
19470
|
Object {
|
|
19365
19471
|
"templateConfigs": Object {
|
|
19472
|
+
"registeredSenderIds": "VISHMM",
|
|
19366
19473
|
"template": "LATEST FASHION@VISHAL
|
|
19367
19474
|
{#var#}
|
|
19368
19475
|
|
|
@@ -19375,6 +19482,7 @@ FREE GIFTS-
|
|
|
19375
19482
|
{#var#}
|
|
19376
19483
|
{#var#}",
|
|
19377
19484
|
"templateId": "'1107160207324585172'",
|
|
19485
|
+
"traiDltEnabled": true,
|
|
19378
19486
|
},
|
|
19379
19487
|
}
|
|
19380
19488
|
}
|
|
@@ -21626,16 +21734,25 @@ new message content.",
|
|
|
21626
21734
|
isExtractingTags={false}
|
|
21627
21735
|
isFetchingTestCustomers={false}
|
|
21628
21736
|
isFetchingTestGroups={false}
|
|
21737
|
+
isLoadingSenderDetails={false}
|
|
21629
21738
|
isSearchingCustomer={false}
|
|
21630
21739
|
isSendingTestMessage={false}
|
|
21631
21740
|
isUpdatingPreview={false}
|
|
21632
21741
|
messageMetaConfigId={null}
|
|
21633
21742
|
onClose={[Function]}
|
|
21743
|
+
orgUnitId={-1}
|
|
21634
21744
|
prefilledValues={Object {}}
|
|
21635
21745
|
previewData={null}
|
|
21636
21746
|
rcsIosPreview={false}
|
|
21637
21747
|
rcsOrientation={null}
|
|
21638
21748
|
rcsType={null}
|
|
21749
|
+
senderDetailsByChannel={
|
|
21750
|
+
Object {
|
|
21751
|
+
"EMAIL": Array [],
|
|
21752
|
+
"SMS": Array [],
|
|
21753
|
+
"WHATSAPP": Array [],
|
|
21754
|
+
}
|
|
21755
|
+
}
|
|
21639
21756
|
show={false}
|
|
21640
21757
|
templateLayoutType={null}
|
|
21641
21758
|
testCustomers={Immutable.List []}
|
|
@@ -21643,6 +21760,7 @@ new message content.",
|
|
|
21643
21760
|
unicodeEnabled={false}
|
|
21644
21761
|
updatePreviewError={null}
|
|
21645
21762
|
updatePreviewErrors={Array []}
|
|
21763
|
+
wecrmAccounts={Array []}
|
|
21646
21764
|
whatsappAccountName={null}
|
|
21647
21765
|
whatsappContentLen={0}
|
|
21648
21766
|
>
|
|
@@ -21696,9 +21814,18 @@ BUY1GET1-
|
|
|
21696
21814
|
FREE GIFTS-
|
|
21697
21815
|
{#var#}
|
|
21698
21816
|
{#var#}"
|
|
21817
|
+
deliverySettings={
|
|
21818
|
+
Object {
|
|
21819
|
+
"cdmaSenderId": "",
|
|
21820
|
+
"domainGatewayMapId": null,
|
|
21821
|
+
"domainId": null,
|
|
21822
|
+
"gsmSenderId": "",
|
|
21823
|
+
}
|
|
21824
|
+
}
|
|
21699
21825
|
formData={
|
|
21700
21826
|
Object {
|
|
21701
21827
|
"templateConfigs": Object {
|
|
21828
|
+
"registeredSenderIds": "VISHMM",
|
|
21702
21829
|
"template": "LATEST FASHION@VISHAL
|
|
21703
21830
|
{#var#}
|
|
21704
21831
|
|
|
@@ -21711,6 +21838,7 @@ FREE GIFTS-
|
|
|
21711
21838
|
{#var#}
|
|
21712
21839
|
{#var#}",
|
|
21713
21840
|
"templateId": "'1107160207324585172'",
|
|
21841
|
+
"traiDltEnabled": true,
|
|
21714
21842
|
},
|
|
21715
21843
|
}
|
|
21716
21844
|
}
|
|
@@ -21719,8 +21847,13 @@ FREE GIFTS-
|
|
|
21719
21847
|
handleTestEntitiesChange={[Function]}
|
|
21720
21848
|
isFetchingTestCustomers={false}
|
|
21721
21849
|
isFetchingTestGroups={false}
|
|
21850
|
+
isLoadingSenderDetails={false}
|
|
21722
21851
|
isSendingTestMessage={false}
|
|
21852
|
+
onSaveDeliverySettings={[Function]}
|
|
21853
|
+
registeredSenderIds="VISHMM"
|
|
21723
21854
|
selectedTestEntities={Array []}
|
|
21855
|
+
senderDetailsOptions={Array []}
|
|
21856
|
+
smsTraiDltEnabled={true}
|
|
21724
21857
|
testEntitiesTreeData={
|
|
21725
21858
|
Array [
|
|
21726
21859
|
Object {
|
|
@@ -21737,6 +21870,7 @@ FREE GIFTS-
|
|
|
21737
21870
|
},
|
|
21738
21871
|
]
|
|
21739
21872
|
}
|
|
21873
|
+
wecrmAccounts={Array []}
|
|
21740
21874
|
/>
|
|
21741
21875
|
</CapRow>
|
|
21742
21876
|
<CapDivider
|
|
@@ -27780,6 +27914,7 @@ FREE GIFTS-
|
|
|
27780
27914
|
formData={
|
|
27781
27915
|
Object {
|
|
27782
27916
|
"templateConfigs": Object {
|
|
27917
|
+
"registeredSenderIds": "VISHMM",
|
|
27783
27918
|
"template": "LATEST FASHION@VISHAL
|
|
27784
27919
|
{#var#}
|
|
27785
27920
|
|
|
@@ -27792,6 +27927,7 @@ FREE GIFTS-
|
|
|
27792
27927
|
{#var#}
|
|
27793
27928
|
{#var#}",
|
|
27794
27929
|
"templateId": "'1107160207324585172'",
|
|
27930
|
+
"traiDltEnabled": true,
|
|
27795
27931
|
},
|
|
27796
27932
|
}
|
|
27797
27933
|
}
|
|
@@ -27814,6 +27950,7 @@ FREE GIFTS-
|
|
|
27814
27950
|
formData={
|
|
27815
27951
|
Object {
|
|
27816
27952
|
"templateConfigs": Object {
|
|
27953
|
+
"registeredSenderIds": "VISHMM",
|
|
27817
27954
|
"template": "LATEST FASHION@VISHAL
|
|
27818
27955
|
{#var#}
|
|
27819
27956
|
|
|
@@ -27826,6 +27963,7 @@ FREE GIFTS-
|
|
|
27826
27963
|
{#var#}
|
|
27827
27964
|
{#var#}",
|
|
27828
27965
|
"templateId": "'1107160207324585172'",
|
|
27966
|
+
"traiDltEnabled": true,
|
|
27829
27967
|
},
|
|
27830
27968
|
}
|
|
27831
27969
|
}
|
|
@@ -27849,6 +27987,7 @@ FREE GIFTS-
|
|
|
27849
27987
|
formData={
|
|
27850
27988
|
Object {
|
|
27851
27989
|
"templateConfigs": Object {
|
|
27990
|
+
"registeredSenderIds": "VISHMM",
|
|
27852
27991
|
"template": "LATEST FASHION@VISHAL
|
|
27853
27992
|
{#var#}
|
|
27854
27993
|
|
|
@@ -27861,6 +28000,7 @@ FREE GIFTS-
|
|
|
27861
28000
|
{#var#}
|
|
27862
28001
|
{#var#}",
|
|
27863
28002
|
"templateId": "'1107160207324585172'",
|
|
28003
|
+
"traiDltEnabled": true,
|
|
27864
28004
|
},
|
|
27865
28005
|
}
|
|
27866
28006
|
}
|
|
@@ -27883,6 +28023,7 @@ FREE GIFTS-
|
|
|
27883
28023
|
formData={
|
|
27884
28024
|
Object {
|
|
27885
28025
|
"templateConfigs": Object {
|
|
28026
|
+
"registeredSenderIds": "VISHMM",
|
|
27886
28027
|
"template": "LATEST FASHION@VISHAL
|
|
27887
28028
|
{#var#}
|
|
27888
28029
|
|
|
@@ -27895,6 +28036,7 @@ FREE GIFTS-
|
|
|
27895
28036
|
{#var#}
|
|
27896
28037
|
{#var#}",
|
|
27897
28038
|
"templateId": "'1107160207324585172'",
|
|
28039
|
+
"traiDltEnabled": true,
|
|
27898
28040
|
},
|
|
27899
28041
|
}
|
|
27900
28042
|
}
|
|
@@ -27918,6 +28060,7 @@ FREE GIFTS-
|
|
|
27918
28060
|
formData={
|
|
27919
28061
|
Object {
|
|
27920
28062
|
"templateConfigs": Object {
|
|
28063
|
+
"registeredSenderIds": "VISHMM",
|
|
27921
28064
|
"template": "LATEST FASHION@VISHAL
|
|
27922
28065
|
{#var#}
|
|
27923
28066
|
|
|
@@ -27930,6 +28073,7 @@ FREE GIFTS-
|
|
|
27930
28073
|
{#var#}
|
|
27931
28074
|
{#var#}",
|
|
27932
28075
|
"templateId": "'1107160207324585172'",
|
|
28076
|
+
"traiDltEnabled": true,
|
|
27933
28077
|
},
|
|
27934
28078
|
}
|
|
27935
28079
|
}
|
|
@@ -27946,8 +28090,10 @@ FREE GIFTS-
|
|
|
27946
28090
|
"createMessageMetaRequested": [Function],
|
|
27947
28091
|
"extractTagsRequested": [Function],
|
|
27948
28092
|
"getPrefilledValuesRequested": [Function],
|
|
28093
|
+
"getSenderDetailsRequested": [Function],
|
|
27949
28094
|
"getTestCustomersRequested": [Function],
|
|
27950
28095
|
"getTestGroupsRequested": [Function],
|
|
28096
|
+
"getWeCrmAccountsRequested": [Function],
|
|
27951
28097
|
"searchCustomersRequested": [Function],
|
|
27952
28098
|
"sendTestMessageRequested": [Function],
|
|
27953
28099
|
"updatePreviewRequested": [Function],
|
|
@@ -27972,6 +28118,7 @@ FREE GIFTS-
|
|
|
27972
28118
|
formData={
|
|
27973
28119
|
Object {
|
|
27974
28120
|
"templateConfigs": Object {
|
|
28121
|
+
"registeredSenderIds": "VISHMM",
|
|
27975
28122
|
"template": "LATEST FASHION@VISHAL
|
|
27976
28123
|
{#var#}
|
|
27977
28124
|
|
|
@@ -27984,12 +28131,14 @@ FREE GIFTS-
|
|
|
27984
28131
|
{#var#}
|
|
27985
28132
|
{#var#}",
|
|
27986
28133
|
"templateId": "'1107160207324585172'",
|
|
28134
|
+
"traiDltEnabled": true,
|
|
27987
28135
|
},
|
|
27988
28136
|
}
|
|
27989
28137
|
}
|
|
27990
28138
|
isExtractingTags={false}
|
|
27991
28139
|
isFetchingTestCustomers={false}
|
|
27992
28140
|
isFetchingTestGroups={false}
|
|
28141
|
+
isLoadingSenderDetails={false}
|
|
27993
28142
|
isSearchingCustomer={false}
|
|
27994
28143
|
isSendingTestMessage={false}
|
|
27995
28144
|
isUpdatingPreview={false}
|
|
@@ -27997,11 +28146,19 @@ FREE GIFTS-
|
|
|
27997
28146
|
onClose={[Function]}
|
|
27998
28147
|
prefilledValues={Object {}}
|
|
27999
28148
|
previewData={null}
|
|
28149
|
+
senderDetailsByChannel={
|
|
28150
|
+
Object {
|
|
28151
|
+
"EMAIL": Array [],
|
|
28152
|
+
"SMS": Array [],
|
|
28153
|
+
"WHATSAPP": Array [],
|
|
28154
|
+
}
|
|
28155
|
+
}
|
|
28000
28156
|
show={false}
|
|
28001
28157
|
testCustomers={Immutable.List []}
|
|
28002
28158
|
testGroups={Immutable.List []}
|
|
28003
28159
|
updatePreviewError={null}
|
|
28004
28160
|
updatePreviewErrors={Array []}
|
|
28161
|
+
wecrmAccounts={Array []}
|
|
28005
28162
|
>
|
|
28006
28163
|
<TestAndPreviewSlidebox
|
|
28007
28164
|
actions={
|
|
@@ -28013,8 +28170,10 @@ FREE GIFTS-
|
|
|
28013
28170
|
"createMessageMetaRequested": [Function],
|
|
28014
28171
|
"extractTagsRequested": [Function],
|
|
28015
28172
|
"getPrefilledValuesRequested": [Function],
|
|
28173
|
+
"getSenderDetailsRequested": [Function],
|
|
28016
28174
|
"getTestCustomersRequested": [Function],
|
|
28017
28175
|
"getTestGroupsRequested": [Function],
|
|
28176
|
+
"getWeCrmAccountsRequested": [Function],
|
|
28018
28177
|
"searchCustomersRequested": [Function],
|
|
28019
28178
|
"sendTestMessageRequested": [Function],
|
|
28020
28179
|
"updatePreviewRequested": [Function],
|
|
@@ -28042,6 +28201,7 @@ FREE GIFTS-
|
|
|
28042
28201
|
formData={
|
|
28043
28202
|
Object {
|
|
28044
28203
|
"templateConfigs": Object {
|
|
28204
|
+
"registeredSenderIds": "VISHMM",
|
|
28045
28205
|
"template": "LATEST FASHION@VISHAL
|
|
28046
28206
|
{#var#}
|
|
28047
28207
|
|
|
@@ -28054,6 +28214,7 @@ FREE GIFTS-
|
|
|
28054
28214
|
{#var#}
|
|
28055
28215
|
{#var#}",
|
|
28056
28216
|
"templateId": "'1107160207324585172'",
|
|
28217
|
+
"traiDltEnabled": true,
|
|
28057
28218
|
},
|
|
28058
28219
|
}
|
|
28059
28220
|
}
|
|
@@ -30305,18 +30466,28 @@ new message content.",
|
|
|
30305
30466
|
isExtractingTags={false}
|
|
30306
30467
|
isFetchingTestCustomers={false}
|
|
30307
30468
|
isFetchingTestGroups={false}
|
|
30469
|
+
isLoadingSenderDetails={false}
|
|
30308
30470
|
isSearchingCustomer={false}
|
|
30309
30471
|
isSendingTestMessage={false}
|
|
30310
30472
|
isUpdatingPreview={false}
|
|
30311
30473
|
messageMetaConfigId={null}
|
|
30312
30474
|
onClose={[Function]}
|
|
30475
|
+
orgUnitId={-1}
|
|
30313
30476
|
prefilledValues={Object {}}
|
|
30314
30477
|
previewData={null}
|
|
30478
|
+
senderDetailsByChannel={
|
|
30479
|
+
Object {
|
|
30480
|
+
"EMAIL": Array [],
|
|
30481
|
+
"SMS": Array [],
|
|
30482
|
+
"WHATSAPP": Array [],
|
|
30483
|
+
}
|
|
30484
|
+
}
|
|
30315
30485
|
show={false}
|
|
30316
30486
|
testCustomers={Immutable.List []}
|
|
30317
30487
|
testGroups={Immutable.List []}
|
|
30318
30488
|
updatePreviewError={null}
|
|
30319
30489
|
updatePreviewErrors={Array []}
|
|
30490
|
+
wecrmAccounts={Array []}
|
|
30320
30491
|
>
|
|
30321
30492
|
<CommonTestAndPreview
|
|
30322
30493
|
actions={
|
|
@@ -30328,8 +30499,10 @@ new message content.",
|
|
|
30328
30499
|
"createMessageMetaRequested": [Function],
|
|
30329
30500
|
"extractTagsRequested": [Function],
|
|
30330
30501
|
"getPrefilledValuesRequested": [Function],
|
|
30502
|
+
"getSenderDetailsRequested": [Function],
|
|
30331
30503
|
"getTestCustomersRequested": [Function],
|
|
30332
30504
|
"getTestGroupsRequested": [Function],
|
|
30505
|
+
"getWeCrmAccountsRequested": [Function],
|
|
30333
30506
|
"searchCustomersRequested": [Function],
|
|
30334
30507
|
"sendTestMessageRequested": [Function],
|
|
30335
30508
|
"updatePreviewRequested": [Function],
|
|
@@ -30364,6 +30537,7 @@ FREE GIFTS-
|
|
|
30364
30537
|
formData={
|
|
30365
30538
|
Object {
|
|
30366
30539
|
"templateConfigs": Object {
|
|
30540
|
+
"registeredSenderIds": "VISHMM",
|
|
30367
30541
|
"template": "LATEST FASHION@VISHAL
|
|
30368
30542
|
{#var#}
|
|
30369
30543
|
|
|
@@ -30376,6 +30550,7 @@ FREE GIFTS-
|
|
|
30376
30550
|
{#var#}
|
|
30377
30551
|
{#var#}",
|
|
30378
30552
|
"templateId": "'1107160207324585172'",
|
|
30553
|
+
"traiDltEnabled": true,
|
|
30379
30554
|
},
|
|
30380
30555
|
}
|
|
30381
30556
|
}
|
|
@@ -32627,16 +32802,25 @@ new message content.",
|
|
|
32627
32802
|
isExtractingTags={false}
|
|
32628
32803
|
isFetchingTestCustomers={false}
|
|
32629
32804
|
isFetchingTestGroups={false}
|
|
32805
|
+
isLoadingSenderDetails={false}
|
|
32630
32806
|
isSearchingCustomer={false}
|
|
32631
32807
|
isSendingTestMessage={false}
|
|
32632
32808
|
isUpdatingPreview={false}
|
|
32633
32809
|
messageMetaConfigId={null}
|
|
32634
32810
|
onClose={[Function]}
|
|
32811
|
+
orgUnitId={-1}
|
|
32635
32812
|
prefilledValues={Object {}}
|
|
32636
32813
|
previewData={null}
|
|
32637
32814
|
rcsIosPreview={false}
|
|
32638
32815
|
rcsOrientation={null}
|
|
32639
32816
|
rcsType={null}
|
|
32817
|
+
senderDetailsByChannel={
|
|
32818
|
+
Object {
|
|
32819
|
+
"EMAIL": Array [],
|
|
32820
|
+
"SMS": Array [],
|
|
32821
|
+
"WHATSAPP": Array [],
|
|
32822
|
+
}
|
|
32823
|
+
}
|
|
32640
32824
|
show={false}
|
|
32641
32825
|
templateLayoutType={null}
|
|
32642
32826
|
testCustomers={Immutable.List []}
|
|
@@ -32644,6 +32828,7 @@ new message content.",
|
|
|
32644
32828
|
unicodeEnabled={false}
|
|
32645
32829
|
updatePreviewError={null}
|
|
32646
32830
|
updatePreviewErrors={Array []}
|
|
32831
|
+
wecrmAccounts={Array []}
|
|
32647
32832
|
whatsappAccountName={null}
|
|
32648
32833
|
whatsappContentLen={0}
|
|
32649
32834
|
>
|
|
@@ -32697,9 +32882,18 @@ BUY1GET1-
|
|
|
32697
32882
|
FREE GIFTS-
|
|
32698
32883
|
{#var#}
|
|
32699
32884
|
{#var#}"
|
|
32885
|
+
deliverySettings={
|
|
32886
|
+
Object {
|
|
32887
|
+
"cdmaSenderId": "",
|
|
32888
|
+
"domainGatewayMapId": null,
|
|
32889
|
+
"domainId": null,
|
|
32890
|
+
"gsmSenderId": "",
|
|
32891
|
+
}
|
|
32892
|
+
}
|
|
32700
32893
|
formData={
|
|
32701
32894
|
Object {
|
|
32702
32895
|
"templateConfigs": Object {
|
|
32896
|
+
"registeredSenderIds": "VISHMM",
|
|
32703
32897
|
"template": "LATEST FASHION@VISHAL
|
|
32704
32898
|
{#var#}
|
|
32705
32899
|
|
|
@@ -32712,6 +32906,7 @@ FREE GIFTS-
|
|
|
32712
32906
|
{#var#}
|
|
32713
32907
|
{#var#}",
|
|
32714
32908
|
"templateId": "'1107160207324585172'",
|
|
32909
|
+
"traiDltEnabled": true,
|
|
32715
32910
|
},
|
|
32716
32911
|
}
|
|
32717
32912
|
}
|
|
@@ -32720,8 +32915,13 @@ FREE GIFTS-
|
|
|
32720
32915
|
handleTestEntitiesChange={[Function]}
|
|
32721
32916
|
isFetchingTestCustomers={false}
|
|
32722
32917
|
isFetchingTestGroups={false}
|
|
32918
|
+
isLoadingSenderDetails={false}
|
|
32723
32919
|
isSendingTestMessage={false}
|
|
32920
|
+
onSaveDeliverySettings={[Function]}
|
|
32921
|
+
registeredSenderIds="VISHMM"
|
|
32724
32922
|
selectedTestEntities={Array []}
|
|
32923
|
+
senderDetailsOptions={Array []}
|
|
32924
|
+
smsTraiDltEnabled={true}
|
|
32725
32925
|
testEntitiesTreeData={
|
|
32726
32926
|
Array [
|
|
32727
32927
|
Object {
|
|
@@ -32738,6 +32938,7 @@ FREE GIFTS-
|
|
|
32738
32938
|
},
|
|
32739
32939
|
]
|
|
32740
32940
|
}
|
|
32941
|
+
wecrmAccounts={Array []}
|
|
32741
32942
|
/>
|
|
32742
32943
|
</CapRow>
|
|
32743
32944
|
<CapDivider
|