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