@capillarytech/creatives-library 9.0.15-alpha.1 → 9.0.16

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.
Files changed (132) hide show
  1. package/constants/unified.js +0 -29
  2. package/global-styles.js +1 -1
  3. package/package.json +1 -1
  4. package/services/tests/api.test.js +20 -35
  5. package/utils/commonUtils.js +1 -19
  6. package/v2Components/CapActionButton/constants.js +0 -7
  7. package/v2Components/CapActionButton/index.js +109 -168
  8. package/v2Components/CapActionButton/index.scss +5 -156
  9. package/v2Components/CapActionButton/messages.js +3 -19
  10. package/v2Components/CapActionButton/tests/index.test.js +18 -42
  11. package/v2Components/CapImageUpload/index.js +2 -2
  12. package/v2Components/CapTagList/index.js +0 -10
  13. package/v2Components/CommonTestAndPreview/CustomValuesEditor.js +48 -70
  14. package/v2Components/CommonTestAndPreview/DeliverySettings/DeliverySettings.scss +2 -8
  15. package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.js +21 -214
  16. package/v2Components/CommonTestAndPreview/DeliverySettings/constants.js +0 -16
  17. package/v2Components/CommonTestAndPreview/DeliverySettings/index.js +9 -83
  18. package/v2Components/CommonTestAndPreview/DeliverySettings/messages.js +0 -30
  19. package/v2Components/CommonTestAndPreview/DeliverySettings/utils/parseSenderDetailsResponse.js +11 -60
  20. package/v2Components/CommonTestAndPreview/SendTestMessage.js +5 -10
  21. package/v2Components/CommonTestAndPreview/UnifiedPreview/RcsPreviewContent.js +23 -201
  22. package/v2Components/CommonTestAndPreview/UnifiedPreview/_unifiedPreview.scss +76 -355
  23. package/v2Components/CommonTestAndPreview/UnifiedPreview/index.js +8 -155
  24. package/v2Components/CommonTestAndPreview/_commonTestAndPreview.scss +0 -11
  25. package/v2Components/CommonTestAndPreview/constants.js +2 -38
  26. package/v2Components/CommonTestAndPreview/index.js +222 -761
  27. package/v2Components/CommonTestAndPreview/messages.js +3 -45
  28. package/v2Components/CommonTestAndPreview/sagas.js +6 -25
  29. package/v2Components/CommonTestAndPreview/tests/CommonTestAndPreview.addTestCustomer.test.js +0 -1
  30. package/v2Components/CommonTestAndPreview/tests/CustomValuesEditor.test.js +267 -284
  31. package/v2Components/CommonTestAndPreview/tests/DeliverySettings/ModifyDeliverySettings.test.js +65 -231
  32. package/v2Components/CommonTestAndPreview/tests/DeliverySettings/index.test.js +5 -118
  33. package/v2Components/CommonTestAndPreview/tests/DeliverySettings/utils/parseSenderDetailsResponse.test.js +0 -341
  34. package/v2Components/CommonTestAndPreview/tests/PreviewSection.test.js +1 -8
  35. package/v2Components/CommonTestAndPreview/tests/SendTestMessage.test.js +13 -34
  36. package/v2Components/CommonTestAndPreview/tests/UnifiedPreview/RcsPreviewContent.test.js +283 -281
  37. package/v2Components/CommonTestAndPreview/tests/UnifiedPreview/index.test.js +1 -199
  38. package/v2Components/CommonTestAndPreview/tests/index.test.js +4 -133
  39. package/v2Components/CommonTestAndPreview/tests/sagas.test.js +24 -31
  40. package/v2Components/TemplatePreview/_templatePreview.scss +22 -41
  41. package/v2Components/TemplatePreview/index.js +31 -143
  42. package/v2Components/TemplatePreview/tests/index.test.js +0 -142
  43. package/v2Components/TestAndPreviewSlidebox/CustomValuesEditor.js +6 -6
  44. package/v2Components/TestAndPreviewSlidebox/index.js +1 -13
  45. package/v2Components/TestAndPreviewSlidebox/sagas.js +4 -11
  46. package/v2Components/TestAndPreviewSlidebox/tests/saga.test.js +1 -3
  47. package/v2Containers/CommunicationFlow/Tests/CommunicationFlow.test.js +1 -4
  48. package/v2Containers/CommunicationFlow/steps/DeliverySettingsStep/Tests/DeliverySettingsSection.test.js +0 -4
  49. package/v2Containers/CommunicationFlow/steps/DeliverySettingsStep/Tests/SenderDetails.test.js +20 -20
  50. package/v2Containers/CreativesContainer/SlideBoxContent.js +7 -36
  51. package/v2Containers/CreativesContainer/SlideBoxFooter.js +5 -14
  52. package/v2Containers/CreativesContainer/SlideBoxHeader.js +5 -36
  53. package/v2Containers/CreativesContainer/constants.js +0 -11
  54. package/v2Containers/CreativesContainer/index.js +104 -323
  55. package/v2Containers/CreativesContainer/index.scss +1 -83
  56. package/v2Containers/CreativesContainer/tests/SlideBoxFooter.test.js +34 -79
  57. package/v2Containers/CreativesContainer/tests/SlideBoxHeader.test.js +16 -79
  58. package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +0 -8
  59. package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxHeader.test.js.snap +90 -333
  60. package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +15 -20
  61. package/v2Containers/CreativesContainer/tests/index.test.js +9 -71
  62. package/v2Containers/Email/index.js +5 -2
  63. package/v2Containers/MobilePush/Create/test/saga.test.js +2 -2
  64. package/v2Containers/Rcs/constants.js +11 -131
  65. package/v2Containers/Rcs/index.js +810 -2605
  66. package/v2Containers/Rcs/index.scss +8 -289
  67. package/v2Containers/Rcs/messages.js +3 -34
  68. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +38537 -73535
  69. package/v2Containers/Rcs/tests/__snapshots__/utils.test.js.snap +8 -0
  70. package/v2Containers/Rcs/tests/index.test.js +36 -147
  71. package/v2Containers/Rcs/tests/mockData.js +0 -38
  72. package/v2Containers/Rcs/tests/utils.test.js +30 -646
  73. package/v2Containers/Rcs/utils.js +11 -478
  74. package/v2Containers/Sms/Create/index.js +48 -115
  75. package/v2Containers/SmsTrai/Create/index.js +4 -9
  76. package/v2Containers/SmsTrai/Edit/constants.js +0 -2
  77. package/v2Containers/SmsTrai/Edit/index.js +169 -678
  78. package/v2Containers/SmsTrai/Edit/messages.js +4 -14
  79. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +2854 -5455
  80. package/v2Containers/SmsWrapper/index.js +8 -37
  81. package/v2Containers/TagList/index.js +0 -6
  82. package/v2Containers/Templates/_templates.scss +12 -171
  83. package/v2Containers/Templates/actions.js +0 -11
  84. package/v2Containers/Templates/constants.js +0 -2
  85. package/v2Containers/Templates/index.js +55 -125
  86. package/v2Containers/Templates/sagas.js +13 -57
  87. package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +1015 -1060
  88. package/v2Containers/Templates/tests/sagas.test.js +16 -199
  89. package/v2Containers/TemplatesV2/TemplatesV2.style.js +1 -72
  90. package/v2Containers/TemplatesV2/index.js +23 -86
  91. package/v2Containers/WeChat/MapTemplates/test/saga.test.js +9 -9
  92. package/v2Containers/Whatsapp/index.js +20 -3
  93. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +34 -578
  94. package/utils/rcsPayloadUtils.js +0 -92
  95. package/utils/templateVarUtils.js +0 -201
  96. package/utils/tests/rcsPayloadUtils.test.js +0 -226
  97. package/utils/tests/templateVarUtils.test.js +0 -204
  98. package/v2Components/CommonTestAndPreview/previewApiUtils.js +0 -59
  99. package/v2Components/CommonTestAndPreview/tests/previewApiUtils.test.js +0 -67
  100. package/v2Components/CommonTestAndPreview/utils.js +0 -84
  101. package/v2Components/SmsFallback/SmsFallbackLocalSelector.js +0 -91
  102. package/v2Components/SmsFallback/constants.js +0 -94
  103. package/v2Components/SmsFallback/index.js +0 -958
  104. package/v2Components/SmsFallback/index.scss +0 -266
  105. package/v2Components/SmsFallback/messages.js +0 -78
  106. package/v2Components/SmsFallback/smsFallbackUtils.js +0 -120
  107. package/v2Components/SmsFallback/tests/SmsFallbackLocalSelector.test.js +0 -50
  108. package/v2Components/SmsFallback/tests/rcsSmsFallback.acceptance.test.js +0 -147
  109. package/v2Components/SmsFallback/tests/smsFallbackHandlers.test.js +0 -304
  110. package/v2Components/SmsFallback/tests/smsFallbackUi.test.js +0 -208
  111. package/v2Components/SmsFallback/tests/smsFallbackUtils.test.js +0 -309
  112. package/v2Components/SmsFallback/tests/useLocalTemplateList.test.js +0 -422
  113. package/v2Components/SmsFallback/useLocalTemplateList.js +0 -92
  114. package/v2Components/TemplatePreview/constants.js +0 -2
  115. package/v2Components/VarSegmentMessageEditor/constants.js +0 -2
  116. package/v2Components/VarSegmentMessageEditor/index.js +0 -125
  117. package/v2Components/VarSegmentMessageEditor/index.scss +0 -46
  118. package/v2Containers/CreativesContainer/CreativesSlideBoxWrapper.js +0 -17
  119. package/v2Containers/CreativesContainer/embeddedSlideboxUtils.js +0 -79
  120. package/v2Containers/CreativesContainer/tests/SlideBoxContent.localTemplates.test.js +0 -90
  121. package/v2Containers/CreativesContainer/tests/embeddedSlideboxUtils.test.js +0 -258
  122. package/v2Containers/CreativesContainer/tests/useLocalTemplatesProp.test.js +0 -125
  123. package/v2Containers/Rcs/rcsLibraryHydrationUtils.js +0 -227
  124. package/v2Containers/Rcs/tests/rcsLibraryHydrationUtils.test.js +0 -318
  125. package/v2Containers/Sms/smsFormDataHelpers.js +0 -67
  126. package/v2Containers/Sms/tests/smsFormDataHelpers.test.js +0 -253
  127. package/v2Containers/SmsTrai/Edit/index.scss +0 -126
  128. package/v2Containers/Templates/TemplatesActionBar.js +0 -101
  129. package/v2Containers/Templates/tests/TemplatesActionBar.test.js +0 -120
  130. package/v2Containers/Templates/tests/smsTemplatesListApi.test.js +0 -180
  131. package/v2Containers/Templates/utils/smsTemplatesListApi.js +0 -79
  132. package/v2Containers/TemplatesV2/tests/TemplatesV2.localTemplates.test.js +0 -131
@@ -12176,7 +12176,6 @@ new message content.",
12176
12176
  style={Object {}}
12177
12177
  >
12178
12178
  <UnifiedPreview
12179
- activePreviewTab="rcs"
12180
12179
  channel="WHATSAPP"
12181
12180
  content={
12182
12181
  Object {
@@ -12872,11 +12871,9 @@ new message content.",
12872
12871
  key=".0"
12873
12872
  lastModified={null}
12874
12873
  onDeviceChange={[Function]}
12875
- onPreviewTabChange={[Function]}
12876
12874
  selectedCustomer={null}
12877
12875
  showDeviceToggle={false}
12878
12876
  showHeader={false}
12879
- smsFallbackContent={null}
12880
12877
  updatedByName={null}
12881
12878
  >
12882
12879
  <CapRow
@@ -16701,7 +16698,6 @@ new message content.",
16701
16698
  }
16702
16699
  }
16703
16700
  show={false}
16704
- smsFallbackContent={null}
16705
16701
  testCustomers={Immutable.List []}
16706
16702
  testGroups={Immutable.List []}
16707
16703
  updatePreviewError={null}
@@ -19069,7 +19065,6 @@ new message content.",
19069
19065
  }
19070
19066
  }
19071
19067
  show={false}
19072
- smsFallbackContent={null}
19073
19068
  templateLayoutType={null}
19074
19069
  testCustomers={Immutable.List []}
19075
19070
  testGroups={Immutable.List []}
@@ -19163,7 +19158,6 @@ new message content.",
19163
19158
  formatMessage={[Function]}
19164
19159
  handleSendTestMessage={[Function]}
19165
19160
  handleTestEntitiesChange={[Function]}
19166
- isChannelSmsFallbackPreviewEnabled={false}
19167
19161
  isFetchingTestCustomers={false}
19168
19162
  isFetchingTestGroups={false}
19169
19163
  isLoadingSenderDetails={false}
@@ -19173,13 +19167,7 @@ new message content.",
19173
19167
  renderAddTestCustomerButton={[Function]}
19174
19168
  searchValue=""
19175
19169
  selectedTestEntities={Array []}
19176
- senderDetailsByChannel={
19177
- Object {
19178
- "EMAIL": Array [],
19179
- "SMS": Array [],
19180
- "WHATSAPP": Array [],
19181
- }
19182
- }
19170
+ senderDetailsOptions={Array []}
19183
19171
  setSearchValue={[Function]}
19184
19172
  smsTraiDltEnabled={false}
19185
19173
  testEntitiesTreeData={
@@ -19211,7 +19199,6 @@ new message content.",
19211
19199
  <PreviewSection
19212
19200
  unifiedPreviewProps={
19213
19201
  Object {
19214
- "activePreviewTab": "rcs",
19215
19202
  "channel": "WHATSAPP",
19216
19203
  "content": Object {
19217
19204
  "_id": null,
@@ -19246,11 +19233,8 @@ new message content.",
19246
19233
  "isUpdating": false,
19247
19234
  "lastModified": undefined,
19248
19235
  "onDeviceChange": [Function],
19249
- "onPreviewTabChange": [Function],
19250
19236
  "selectedCustomer": null,
19251
19237
  "showDeviceToggle": true,
19252
- "smsFallbackContent": null,
19253
- "smsFallbackResolvedText": undefined,
19254
19238
  "updatedByName": undefined,
19255
19239
  }
19256
19240
  }
@@ -33643,7 +33627,6 @@ new message content.",
33643
33627
  style={Object {}}
33644
33628
  >
33645
33629
  <UnifiedPreview
33646
- activePreviewTab="rcs"
33647
33630
  channel="WHATSAPP"
33648
33631
  content={
33649
33632
  Object {
@@ -34437,11 +34420,9 @@ new message content.",
34437
34420
  key=".0"
34438
34421
  lastModified={null}
34439
34422
  onDeviceChange={[Function]}
34440
- onPreviewTabChange={[Function]}
34441
34423
  selectedCustomer={null}
34442
34424
  showDeviceToggle={false}
34443
34425
  showHeader={false}
34444
- smsFallbackContent={null}
34445
34426
  updatedByName={null}
34446
34427
  >
34447
34428
  <CapRow
@@ -38364,7 +38345,6 @@ new message content.",
38364
38345
  }
38365
38346
  }
38366
38347
  show={false}
38367
- smsFallbackContent={null}
38368
38348
  testCustomers={Immutable.List []}
38369
38349
  testGroups={Immutable.List []}
38370
38350
  updatePreviewError={null}
@@ -40732,7 +40712,6 @@ new message content.",
40732
40712
  }
40733
40713
  }
40734
40714
  show={false}
40735
- smsFallbackContent={null}
40736
40715
  templateLayoutType={null}
40737
40716
  testCustomers={Immutable.List []}
40738
40717
  testGroups={Immutable.List []}
@@ -40826,7 +40805,6 @@ new message content.",
40826
40805
  formatMessage={[Function]}
40827
40806
  handleSendTestMessage={[Function]}
40828
40807
  handleTestEntitiesChange={[Function]}
40829
- isChannelSmsFallbackPreviewEnabled={false}
40830
40808
  isFetchingTestCustomers={false}
40831
40809
  isFetchingTestGroups={false}
40832
40810
  isLoadingSenderDetails={false}
@@ -40836,13 +40814,7 @@ new message content.",
40836
40814
  renderAddTestCustomerButton={[Function]}
40837
40815
  searchValue=""
40838
40816
  selectedTestEntities={Array []}
40839
- senderDetailsByChannel={
40840
- Object {
40841
- "EMAIL": Array [],
40842
- "SMS": Array [],
40843
- "WHATSAPP": Array [],
40844
- }
40845
- }
40817
+ senderDetailsOptions={Array []}
40846
40818
  setSearchValue={[Function]}
40847
40819
  smsTraiDltEnabled={false}
40848
40820
  testEntitiesTreeData={
@@ -40874,7 +40846,6 @@ new message content.",
40874
40846
  <PreviewSection
40875
40847
  unifiedPreviewProps={
40876
40848
  Object {
40877
- "activePreviewTab": "rcs",
40878
40849
  "channel": "WHATSAPP",
40879
40850
  "content": Object {
40880
40851
  "_id": null,
@@ -40909,11 +40880,8 @@ new message content.",
40909
40880
  "isUpdating": false,
40910
40881
  "lastModified": undefined,
40911
40882
  "onDeviceChange": [Function],
40912
- "onPreviewTabChange": [Function],
40913
40883
  "selectedCustomer": null,
40914
40884
  "showDeviceToggle": true,
40915
- "smsFallbackContent": null,
40916
- "smsFallbackResolvedText": undefined,
40917
40885
  "updatedByName": undefined,
40918
40886
  }
40919
40887
  }
@@ -55586,7 +55554,6 @@ new message content.",
55586
55554
  style={Object {}}
55587
55555
  >
55588
55556
  <UnifiedPreview
55589
- activePreviewTab="rcs"
55590
55557
  channel="WHATSAPP"
55591
55558
  content={
55592
55559
  Object {
@@ -56765,11 +56732,9 @@ new message content.",
56765
56732
  key=".0"
56766
56733
  lastModified={null}
56767
56734
  onDeviceChange={[Function]}
56768
- onPreviewTabChange={[Function]}
56769
56735
  selectedCustomer={null}
56770
56736
  showDeviceToggle={false}
56771
56737
  showHeader={false}
56772
- smsFallbackContent={null}
56773
56738
  updatedByName={null}
56774
56739
  >
56775
56740
  <CapRow
@@ -61075,7 +61040,6 @@ new message content.",
61075
61040
  }
61076
61041
  }
61077
61042
  show={false}
61078
- smsFallbackContent={null}
61079
61043
  testCustomers={Immutable.List []}
61080
61044
  testGroups={Immutable.List []}
61081
61045
  updatePreviewError={null}
@@ -63443,7 +63407,6 @@ new message content.",
63443
63407
  }
63444
63408
  }
63445
63409
  show={false}
63446
- smsFallbackContent={null}
63447
63410
  templateLayoutType={null}
63448
63411
  testCustomers={Immutable.List []}
63449
63412
  testGroups={Immutable.List []}
@@ -63537,7 +63500,6 @@ new message content.",
63537
63500
  formatMessage={[Function]}
63538
63501
  handleSendTestMessage={[Function]}
63539
63502
  handleTestEntitiesChange={[Function]}
63540
- isChannelSmsFallbackPreviewEnabled={false}
63541
63503
  isFetchingTestCustomers={false}
63542
63504
  isFetchingTestGroups={false}
63543
63505
  isLoadingSenderDetails={false}
@@ -63547,13 +63509,7 @@ new message content.",
63547
63509
  renderAddTestCustomerButton={[Function]}
63548
63510
  searchValue=""
63549
63511
  selectedTestEntities={Array []}
63550
- senderDetailsByChannel={
63551
- Object {
63552
- "EMAIL": Array [],
63553
- "SMS": Array [],
63554
- "WHATSAPP": Array [],
63555
- }
63556
- }
63512
+ senderDetailsOptions={Array []}
63557
63513
  setSearchValue={[Function]}
63558
63514
  smsTraiDltEnabled={false}
63559
63515
  testEntitiesTreeData={
@@ -63585,7 +63541,6 @@ new message content.",
63585
63541
  <PreviewSection
63586
63542
  unifiedPreviewProps={
63587
63543
  Object {
63588
- "activePreviewTab": "rcs",
63589
63544
  "channel": "WHATSAPP",
63590
63545
  "content": Object {
63591
63546
  "_id": null,
@@ -63620,11 +63575,8 @@ new message content.",
63620
63575
  "isUpdating": false,
63621
63576
  "lastModified": undefined,
63622
63577
  "onDeviceChange": [Function],
63623
- "onPreviewTabChange": [Function],
63624
63578
  "selectedCustomer": null,
63625
63579
  "showDeviceToggle": true,
63626
- "smsFallbackContent": null,
63627
- "smsFallbackResolvedText": undefined,
63628
63580
  "updatedByName": undefined,
63629
63581
  }
63630
63582
  }
@@ -79172,7 +79124,6 @@ new message content.",
79172
79124
  style={Object {}}
79173
79125
  >
79174
79126
  <UnifiedPreview
79175
- activePreviewTab="rcs"
79176
79127
  channel="WHATSAPP"
79177
79128
  content={
79178
79129
  Object {
@@ -81121,11 +81072,9 @@ new message content.",
81121
81072
  key=".0"
81122
81073
  lastModified={null}
81123
81074
  onDeviceChange={[Function]}
81124
- onPreviewTabChange={[Function]}
81125
81075
  selectedCustomer={null}
81126
81076
  showDeviceToggle={false}
81127
81077
  showHeader={false}
81128
- smsFallbackContent={null}
81129
81078
  updatedByName={null}
81130
81079
  >
81131
81080
  <CapRow
@@ -86203,7 +86152,6 @@ new message content.",
86203
86152
  }
86204
86153
  }
86205
86154
  show={false}
86206
- smsFallbackContent={null}
86207
86155
  testCustomers={Immutable.List []}
86208
86156
  testGroups={Immutable.List []}
86209
86157
  updatePreviewError={null}
@@ -88571,7 +88519,6 @@ new message content.",
88571
88519
  }
88572
88520
  }
88573
88521
  show={false}
88574
- smsFallbackContent={null}
88575
88522
  templateLayoutType={null}
88576
88523
  testCustomers={Immutable.List []}
88577
88524
  testGroups={Immutable.List []}
@@ -88665,7 +88612,6 @@ new message content.",
88665
88612
  formatMessage={[Function]}
88666
88613
  handleSendTestMessage={[Function]}
88667
88614
  handleTestEntitiesChange={[Function]}
88668
- isChannelSmsFallbackPreviewEnabled={false}
88669
88615
  isFetchingTestCustomers={false}
88670
88616
  isFetchingTestGroups={false}
88671
88617
  isLoadingSenderDetails={false}
@@ -88675,13 +88621,7 @@ new message content.",
88675
88621
  renderAddTestCustomerButton={[Function]}
88676
88622
  searchValue=""
88677
88623
  selectedTestEntities={Array []}
88678
- senderDetailsByChannel={
88679
- Object {
88680
- "EMAIL": Array [],
88681
- "SMS": Array [],
88682
- "WHATSAPP": Array [],
88683
- }
88684
- }
88624
+ senderDetailsOptions={Array []}
88685
88625
  setSearchValue={[Function]}
88686
88626
  smsTraiDltEnabled={false}
88687
88627
  testEntitiesTreeData={
@@ -88713,7 +88653,6 @@ new message content.",
88713
88653
  <PreviewSection
88714
88654
  unifiedPreviewProps={
88715
88655
  Object {
88716
- "activePreviewTab": "rcs",
88717
88656
  "channel": "WHATSAPP",
88718
88657
  "content": Object {
88719
88658
  "_id": null,
@@ -88748,11 +88687,8 @@ new message content.",
88748
88687
  "isUpdating": false,
88749
88688
  "lastModified": undefined,
88750
88689
  "onDeviceChange": [Function],
88751
- "onPreviewTabChange": [Function],
88752
88690
  "selectedCustomer": null,
88753
88691
  "showDeviceToggle": true,
88754
- "smsFallbackContent": null,
88755
- "smsFallbackResolvedText": undefined,
88756
88692
  "updatedByName": undefined,
88757
88693
  }
88758
88694
  }
@@ -101302,7 +101238,6 @@ new message content.",
101302
101238
  style={Object {}}
101303
101239
  >
101304
101240
  <UnifiedPreview
101305
- activePreviewTab="rcs"
101306
101241
  channel="WHATSAPP"
101307
101242
  content={
101308
101243
  Object {
@@ -102326,11 +102261,9 @@ undefined",
102326
102261
  key=".0"
102327
102262
  lastModified={null}
102328
102263
  onDeviceChange={[Function]}
102329
- onPreviewTabChange={[Function]}
102330
102264
  selectedCustomer={null}
102331
102265
  showDeviceToggle={false}
102332
102266
  showHeader={false}
102333
- smsFallbackContent={null}
102334
102267
  updatedByName={null}
102335
102268
  >
102336
102269
  <CapRow
@@ -106523,7 +106456,6 @@ new message content.",
106523
106456
  }
106524
106457
  }
106525
106458
  show={false}
106526
- smsFallbackContent={null}
106527
106459
  testCustomers={Immutable.List []}
106528
106460
  testGroups={Immutable.List []}
106529
106461
  updatePreviewError={null}
@@ -108895,7 +108827,6 @@ new message content.",
108895
108827
  }
108896
108828
  }
108897
108829
  show={false}
108898
- smsFallbackContent={null}
108899
108830
  templateLayoutType={null}
108900
108831
  testCustomers={Immutable.List []}
108901
108832
  testGroups={Immutable.List []}
@@ -108992,7 +108923,6 @@ undefined",
108992
108923
  formatMessage={[Function]}
108993
108924
  handleSendTestMessage={[Function]}
108994
108925
  handleTestEntitiesChange={[Function]}
108995
- isChannelSmsFallbackPreviewEnabled={false}
108996
108926
  isFetchingTestCustomers={false}
108997
108927
  isFetchingTestGroups={false}
108998
108928
  isLoadingSenderDetails={false}
@@ -109002,13 +108932,7 @@ undefined",
109002
108932
  renderAddTestCustomerButton={[Function]}
109003
108933
  searchValue=""
109004
108934
  selectedTestEntities={Array []}
109005
- senderDetailsByChannel={
109006
- Object {
109007
- "EMAIL": Array [],
109008
- "SMS": Array [],
109009
- "WHATSAPP": Array [],
109010
- }
109011
- }
108935
+ senderDetailsOptions={Array []}
109012
108936
  setSearchValue={[Function]}
109013
108937
  smsTraiDltEnabled={false}
109014
108938
  testEntitiesTreeData={
@@ -109040,7 +108964,6 @@ undefined",
109040
108964
  <PreviewSection
109041
108965
  unifiedPreviewProps={
109042
108966
  Object {
109043
- "activePreviewTab": "rcs",
109044
108967
  "channel": "WHATSAPP",
109045
108968
  "content": Object {
109046
108969
  "_id": null,
@@ -109077,11 +109000,8 @@ undefined",
109077
109000
  "isUpdating": false,
109078
109001
  "lastModified": undefined,
109079
109002
  "onDeviceChange": [Function],
109080
- "onPreviewTabChange": [Function],
109081
109003
  "selectedCustomer": null,
109082
109004
  "showDeviceToggle": true,
109083
- "smsFallbackContent": null,
109084
- "smsFallbackResolvedText": undefined,
109085
109005
  "updatedByName": undefined,
109086
109006
  }
109087
109007
  }
@@ -121309,7 +121229,6 @@ new message content.",
121309
121229
  style={Object {}}
121310
121230
  >
121311
121231
  <UnifiedPreview
121312
- activePreviewTab="rcs"
121313
121232
  channel="WHATSAPP"
121314
121233
  content={
121315
121234
  Object {
@@ -122005,11 +121924,9 @@ new message content.",
122005
121924
  key=".0"
122006
121925
  lastModified={null}
122007
121926
  onDeviceChange={[Function]}
122008
- onPreviewTabChange={[Function]}
122009
121927
  selectedCustomer={null}
122010
121928
  showDeviceToggle={false}
122011
121929
  showHeader={false}
122012
- smsFallbackContent={null}
122013
121930
  updatedByName={null}
122014
121931
  >
122015
121932
  <CapRow
@@ -125834,7 +125751,6 @@ new message content.",
125834
125751
  }
125835
125752
  }
125836
125753
  show={false}
125837
- smsFallbackContent={null}
125838
125754
  testCustomers={Immutable.List []}
125839
125755
  testGroups={Immutable.List []}
125840
125756
  updatePreviewError={null}
@@ -128202,7 +128118,6 @@ new message content.",
128202
128118
  }
128203
128119
  }
128204
128120
  show={false}
128205
- smsFallbackContent={null}
128206
128121
  templateLayoutType={null}
128207
128122
  testCustomers={Immutable.List []}
128208
128123
  testGroups={Immutable.List []}
@@ -128296,7 +128211,6 @@ new message content.",
128296
128211
  formatMessage={[Function]}
128297
128212
  handleSendTestMessage={[Function]}
128298
128213
  handleTestEntitiesChange={[Function]}
128299
- isChannelSmsFallbackPreviewEnabled={false}
128300
128214
  isFetchingTestCustomers={false}
128301
128215
  isFetchingTestGroups={false}
128302
128216
  isLoadingSenderDetails={false}
@@ -128306,13 +128220,7 @@ new message content.",
128306
128220
  renderAddTestCustomerButton={[Function]}
128307
128221
  searchValue=""
128308
128222
  selectedTestEntities={Array []}
128309
- senderDetailsByChannel={
128310
- Object {
128311
- "EMAIL": Array [],
128312
- "SMS": Array [],
128313
- "WHATSAPP": Array [],
128314
- }
128315
- }
128223
+ senderDetailsOptions={Array []}
128316
128224
  setSearchValue={[Function]}
128317
128225
  smsTraiDltEnabled={false}
128318
128226
  testEntitiesTreeData={
@@ -128344,7 +128252,6 @@ new message content.",
128344
128252
  <PreviewSection
128345
128253
  unifiedPreviewProps={
128346
128254
  Object {
128347
- "activePreviewTab": "rcs",
128348
128255
  "channel": "WHATSAPP",
128349
128256
  "content": Object {
128350
128257
  "_id": null,
@@ -128379,11 +128286,8 @@ new message content.",
128379
128286
  "isUpdating": false,
128380
128287
  "lastModified": undefined,
128381
128288
  "onDeviceChange": [Function],
128382
- "onPreviewTabChange": [Function],
128383
128289
  "selectedCustomer": null,
128384
128290
  "showDeviceToggle": true,
128385
- "smsFallbackContent": null,
128386
- "smsFallbackResolvedText": undefined,
128387
128291
  "updatedByName": undefined,
128388
128292
  }
128389
128293
  }
@@ -143448,7 +143352,6 @@ new message content.",
143448
143352
  style={Object {}}
143449
143353
  >
143450
143354
  <UnifiedPreview
143451
- activePreviewTab="rcs"
143452
143355
  channel="WHATSAPP"
143453
143356
  content={
143454
143357
  Object {
@@ -144914,11 +144817,9 @@ new message content.",
144914
144817
  key=".0"
144915
144818
  lastModified={null}
144916
144819
  onDeviceChange={[Function]}
144917
- onPreviewTabChange={[Function]}
144918
144820
  selectedCustomer={null}
144919
144821
  showDeviceToggle={false}
144920
144822
  showHeader={false}
144921
- smsFallbackContent={null}
144922
144823
  updatedByName={null}
144923
144824
  >
144924
144825
  <CapRow
@@ -149513,7 +149414,6 @@ new message content.",
149513
149414
  }
149514
149415
  }
149515
149416
  show={false}
149516
- smsFallbackContent={null}
149517
149417
  testCustomers={Immutable.List []}
149518
149418
  testGroups={Immutable.List []}
149519
149419
  updatePreviewError={null}
@@ -151881,7 +151781,6 @@ new message content.",
151881
151781
  }
151882
151782
  }
151883
151783
  show={false}
151884
- smsFallbackContent={null}
151885
151784
  templateLayoutType={null}
151886
151785
  testCustomers={Immutable.List []}
151887
151786
  testGroups={Immutable.List []}
@@ -151975,7 +151874,6 @@ new message content.",
151975
151874
  formatMessage={[Function]}
151976
151875
  handleSendTestMessage={[Function]}
151977
151876
  handleTestEntitiesChange={[Function]}
151978
- isChannelSmsFallbackPreviewEnabled={false}
151979
151877
  isFetchingTestCustomers={false}
151980
151878
  isFetchingTestGroups={false}
151981
151879
  isLoadingSenderDetails={false}
@@ -151985,13 +151883,7 @@ new message content.",
151985
151883
  renderAddTestCustomerButton={[Function]}
151986
151884
  searchValue=""
151987
151885
  selectedTestEntities={Array []}
151988
- senderDetailsByChannel={
151989
- Object {
151990
- "EMAIL": Array [],
151991
- "SMS": Array [],
151992
- "WHATSAPP": Array [],
151993
- }
151994
- }
151886
+ senderDetailsOptions={Array []}
151995
151887
  setSearchValue={[Function]}
151996
151888
  smsTraiDltEnabled={false}
151997
151889
  testEntitiesTreeData={
@@ -152023,7 +151915,6 @@ new message content.",
152023
151915
  <PreviewSection
152024
151916
  unifiedPreviewProps={
152025
151917
  Object {
152026
- "activePreviewTab": "rcs",
152027
151918
  "channel": "WHATSAPP",
152028
151919
  "content": Object {
152029
151920
  "_id": null,
@@ -152058,11 +151949,8 @@ new message content.",
152058
151949
  "isUpdating": false,
152059
151950
  "lastModified": undefined,
152060
151951
  "onDeviceChange": [Function],
152061
- "onPreviewTabChange": [Function],
152062
151952
  "selectedCustomer": null,
152063
151953
  "showDeviceToggle": true,
152064
- "smsFallbackContent": null,
152065
- "smsFallbackResolvedText": undefined,
152066
151954
  "updatedByName": undefined,
152067
151955
  }
152068
151956
  }
@@ -167407,7 +167295,6 @@ new message content.",
167407
167295
  style={Object {}}
167408
167296
  >
167409
167297
  <UnifiedPreview
167410
- activePreviewTab="rcs"
167411
167298
  channel="WHATSAPP"
167412
167299
  content={
167413
167300
  Object {
@@ -169258,11 +169145,9 @@ new message content.",
169258
169145
  key=".0"
169259
169146
  lastModified={null}
169260
169147
  onDeviceChange={[Function]}
169261
- onPreviewTabChange={[Function]}
169262
169148
  selectedCustomer={null}
169263
169149
  showDeviceToggle={false}
169264
169150
  showHeader={false}
169265
- smsFallbackContent={null}
169266
169151
  updatedByName={null}
169267
169152
  >
169268
169153
  <CapRow
@@ -174240,7 +174125,6 @@ new message content.",
174240
174125
  }
174241
174126
  }
174242
174127
  show={false}
174243
- smsFallbackContent={null}
174244
174128
  testCustomers={Immutable.List []}
174245
174129
  testGroups={Immutable.List []}
174246
174130
  updatePreviewError={null}
@@ -176608,7 +176492,6 @@ new message content.",
176608
176492
  }
176609
176493
  }
176610
176494
  show={false}
176611
- smsFallbackContent={null}
176612
176495
  templateLayoutType={null}
176613
176496
  testCustomers={Immutable.List []}
176614
176497
  testGroups={Immutable.List []}
@@ -176702,7 +176585,6 @@ new message content.",
176702
176585
  formatMessage={[Function]}
176703
176586
  handleSendTestMessage={[Function]}
176704
176587
  handleTestEntitiesChange={[Function]}
176705
- isChannelSmsFallbackPreviewEnabled={false}
176706
176588
  isFetchingTestCustomers={false}
176707
176589
  isFetchingTestGroups={false}
176708
176590
  isLoadingSenderDetails={false}
@@ -176712,13 +176594,7 @@ new message content.",
176712
176594
  renderAddTestCustomerButton={[Function]}
176713
176595
  searchValue=""
176714
176596
  selectedTestEntities={Array []}
176715
- senderDetailsByChannel={
176716
- Object {
176717
- "EMAIL": Array [],
176718
- "SMS": Array [],
176719
- "WHATSAPP": Array [],
176720
- }
176721
- }
176597
+ senderDetailsOptions={Array []}
176722
176598
  setSearchValue={[Function]}
176723
176599
  smsTraiDltEnabled={false}
176724
176600
  testEntitiesTreeData={
@@ -176750,7 +176626,6 @@ new message content.",
176750
176626
  <PreviewSection
176751
176627
  unifiedPreviewProps={
176752
176628
  Object {
176753
- "activePreviewTab": "rcs",
176754
176629
  "channel": "WHATSAPP",
176755
176630
  "content": Object {
176756
176631
  "_id": null,
@@ -176785,11 +176660,8 @@ new message content.",
176785
176660
  "isUpdating": false,
176786
176661
  "lastModified": undefined,
176787
176662
  "onDeviceChange": [Function],
176788
- "onPreviewTabChange": [Function],
176789
176663
  "selectedCustomer": null,
176790
176664
  "showDeviceToggle": true,
176791
- "smsFallbackContent": null,
176792
- "smsFallbackResolvedText": undefined,
176793
176665
  "updatedByName": undefined,
176794
176666
  }
176795
176667
  }
@@ -193009,7 +192881,6 @@ new message content.",
193009
192881
  style={Object {}}
193010
192882
  >
193011
192883
  <UnifiedPreview
193012
- activePreviewTab="rcs"
193013
192884
  channel="WHATSAPP"
193014
192885
  content={
193015
192886
  Object {
@@ -195630,11 +195501,9 @@ new message content.",
195630
195501
  key=".0"
195631
195502
  lastModified={null}
195632
195503
  onDeviceChange={[Function]}
195633
- onPreviewTabChange={[Function]}
195634
195504
  selectedCustomer={null}
195635
195505
  showDeviceToggle={false}
195636
195506
  showHeader={false}
195637
- smsFallbackContent={null}
195638
195507
  updatedByName={null}
195639
195508
  >
195640
195509
  <CapRow
@@ -201384,7 +201253,6 @@ new message content.",
201384
201253
  }
201385
201254
  }
201386
201255
  show={false}
201387
- smsFallbackContent={null}
201388
201256
  testCustomers={Immutable.List []}
201389
201257
  testGroups={Immutable.List []}
201390
201258
  updatePreviewError={null}
@@ -203752,7 +203620,6 @@ new message content.",
203752
203620
  }
203753
203621
  }
203754
203622
  show={false}
203755
- smsFallbackContent={null}
203756
203623
  templateLayoutType={null}
203757
203624
  testCustomers={Immutable.List []}
203758
203625
  testGroups={Immutable.List []}
@@ -203846,7 +203713,6 @@ new message content.",
203846
203713
  formatMessage={[Function]}
203847
203714
  handleSendTestMessage={[Function]}
203848
203715
  handleTestEntitiesChange={[Function]}
203849
- isChannelSmsFallbackPreviewEnabled={false}
203850
203716
  isFetchingTestCustomers={false}
203851
203717
  isFetchingTestGroups={false}
203852
203718
  isLoadingSenderDetails={false}
@@ -203856,13 +203722,7 @@ new message content.",
203856
203722
  renderAddTestCustomerButton={[Function]}
203857
203723
  searchValue=""
203858
203724
  selectedTestEntities={Array []}
203859
- senderDetailsByChannel={
203860
- Object {
203861
- "EMAIL": Array [],
203862
- "SMS": Array [],
203863
- "WHATSAPP": Array [],
203864
- }
203865
- }
203725
+ senderDetailsOptions={Array []}
203866
203726
  setSearchValue={[Function]}
203867
203727
  smsTraiDltEnabled={false}
203868
203728
  testEntitiesTreeData={
@@ -203894,7 +203754,6 @@ new message content.",
203894
203754
  <PreviewSection
203895
203755
  unifiedPreviewProps={
203896
203756
  Object {
203897
- "activePreviewTab": "rcs",
203898
203757
  "channel": "WHATSAPP",
203899
203758
  "content": Object {
203900
203759
  "_id": null,
@@ -203929,11 +203788,8 @@ new message content.",
203929
203788
  "isUpdating": false,
203930
203789
  "lastModified": undefined,
203931
203790
  "onDeviceChange": [Function],
203932
- "onPreviewTabChange": [Function],
203933
203791
  "selectedCustomer": null,
203934
203792
  "showDeviceToggle": true,
203935
- "smsFallbackContent": null,
203936
- "smsFallbackResolvedText": undefined,
203937
203793
  "updatedByName": undefined,
203938
203794
  }
203939
203795
  }
@@ -220427,7 +220283,6 @@ new message content.",
220427
220283
  style={Object {}}
220428
220284
  >
220429
220285
  <UnifiedPreview
220430
- activePreviewTab="rcs"
220431
220286
  channel="WHATSAPP"
220432
220287
  content={
220433
220288
  Object {
@@ -223433,11 +223288,9 @@ new message content.",
223433
223288
  key=".0"
223434
223289
  lastModified={null}
223435
223290
  onDeviceChange={[Function]}
223436
- onPreviewTabChange={[Function]}
223437
223291
  selectedCustomer={null}
223438
223292
  showDeviceToggle={false}
223439
223293
  showHeader={false}
223440
- smsFallbackContent={null}
223441
223294
  updatedByName={null}
223442
223295
  >
223443
223296
  <CapRow
@@ -229570,7 +229423,6 @@ new message content.",
229570
229423
  }
229571
229424
  }
229572
229425
  show={false}
229573
- smsFallbackContent={null}
229574
229426
  testCustomers={Immutable.List []}
229575
229427
  testGroups={Immutable.List []}
229576
229428
  updatePreviewError={null}
@@ -231938,7 +231790,6 @@ new message content.",
231938
231790
  }
231939
231791
  }
231940
231792
  show={false}
231941
- smsFallbackContent={null}
231942
231793
  templateLayoutType={null}
231943
231794
  testCustomers={Immutable.List []}
231944
231795
  testGroups={Immutable.List []}
@@ -232032,7 +231883,6 @@ new message content.",
232032
231883
  formatMessage={[Function]}
232033
231884
  handleSendTestMessage={[Function]}
232034
231885
  handleTestEntitiesChange={[Function]}
232035
- isChannelSmsFallbackPreviewEnabled={false}
232036
231886
  isFetchingTestCustomers={false}
232037
231887
  isFetchingTestGroups={false}
232038
231888
  isLoadingSenderDetails={false}
@@ -232042,13 +231892,7 @@ new message content.",
232042
231892
  renderAddTestCustomerButton={[Function]}
232043
231893
  searchValue=""
232044
231894
  selectedTestEntities={Array []}
232045
- senderDetailsByChannel={
232046
- Object {
232047
- "EMAIL": Array [],
232048
- "SMS": Array [],
232049
- "WHATSAPP": Array [],
232050
- }
232051
- }
231895
+ senderDetailsOptions={Array []}
232052
231896
  setSearchValue={[Function]}
232053
231897
  smsTraiDltEnabled={false}
232054
231898
  testEntitiesTreeData={
@@ -232080,7 +231924,6 @@ new message content.",
232080
231924
  <PreviewSection
232081
231925
  unifiedPreviewProps={
232082
231926
  Object {
232083
- "activePreviewTab": "rcs",
232084
231927
  "channel": "WHATSAPP",
232085
231928
  "content": Object {
232086
231929
  "_id": null,
@@ -232115,11 +231958,8 @@ new message content.",
232115
231958
  "isUpdating": false,
232116
231959
  "lastModified": undefined,
232117
231960
  "onDeviceChange": [Function],
232118
- "onPreviewTabChange": [Function],
232119
231961
  "selectedCustomer": null,
232120
231962
  "showDeviceToggle": true,
232121
- "smsFallbackContent": null,
232122
- "smsFallbackResolvedText": undefined,
232123
231963
  "updatedByName": undefined,
232124
231964
  }
232125
231965
  }
@@ -239667,7 +239507,6 @@ new message content.",
239667
239507
  style={Object {}}
239668
239508
  >
239669
239509
  <UnifiedPreview
239670
- activePreviewTab="rcs"
239671
239510
  channel="WHATSAPP"
239672
239511
  content={
239673
239512
  Object {
@@ -240654,11 +240493,9 @@ undefined",
240654
240493
  key=".0"
240655
240494
  lastModified={null}
240656
240495
  onDeviceChange={[Function]}
240657
- onPreviewTabChange={[Function]}
240658
240496
  selectedCustomer={null}
240659
240497
  showDeviceToggle={false}
240660
240498
  showHeader={false}
240661
- smsFallbackContent={null}
240662
240499
  updatedByName={null}
240663
240500
  >
240664
240501
  <CapRow
@@ -245147,7 +244984,6 @@ new message content.",
245147
244984
  }
245148
244985
  }
245149
244986
  show={false}
245150
- smsFallbackContent={null}
245151
244987
  testCustomers={Immutable.List []}
245152
244988
  testGroups={Immutable.List []}
245153
244989
  updatePreviewError={null}
@@ -247563,7 +247399,6 @@ new message content.",
247563
247399
  }
247564
247400
  }
247565
247401
  show={false}
247566
- smsFallbackContent={null}
247567
247402
  templateLayoutType={null}
247568
247403
  testCustomers={Immutable.List []}
247569
247404
  testGroups={Immutable.List []}
@@ -247683,7 +247518,6 @@ undefined",
247683
247518
  formatMessage={[Function]}
247684
247519
  handleSendTestMessage={[Function]}
247685
247520
  handleTestEntitiesChange={[Function]}
247686
- isChannelSmsFallbackPreviewEnabled={false}
247687
247521
  isFetchingTestCustomers={false}
247688
247522
  isFetchingTestGroups={false}
247689
247523
  isLoadingSenderDetails={false}
@@ -247693,13 +247527,7 @@ undefined",
247693
247527
  renderAddTestCustomerButton={[Function]}
247694
247528
  searchValue=""
247695
247529
  selectedTestEntities={Array []}
247696
- senderDetailsByChannel={
247697
- Object {
247698
- "EMAIL": Array [],
247699
- "SMS": Array [],
247700
- "WHATSAPP": Array [],
247701
- }
247702
- }
247530
+ senderDetailsOptions={Array []}
247703
247531
  setSearchValue={[Function]}
247704
247532
  smsTraiDltEnabled={false}
247705
247533
  testEntitiesTreeData={
@@ -247731,7 +247559,6 @@ undefined",
247731
247559
  <PreviewSection
247732
247560
  unifiedPreviewProps={
247733
247561
  Object {
247734
- "activePreviewTab": "rcs",
247735
247562
  "channel": "WHATSAPP",
247736
247563
  "content": Object {
247737
247564
  "_id": "62034b4683c75608cf2404ec",
@@ -247790,11 +247617,8 @@ undefined",
247790
247617
  "isUpdating": false,
247791
247618
  "lastModified": undefined,
247792
247619
  "onDeviceChange": [Function],
247793
- "onPreviewTabChange": [Function],
247794
247620
  "selectedCustomer": null,
247795
247621
  "showDeviceToggle": true,
247796
- "smsFallbackContent": null,
247797
- "smsFallbackResolvedText": undefined,
247798
247622
  "updatedByName": undefined,
247799
247623
  }
247800
247624
  }
@@ -252997,7 +252821,6 @@ T&C'
252997
252821
  style={Object {}}
252998
252822
  >
252999
252823
  <UnifiedPreview
253000
- activePreviewTab="rcs"
253001
252824
  channel="WHATSAPP"
253002
252825
  content={
253003
252826
  Object {
@@ -254870,11 +254693,9 @@ T&C'",
254870
254693
  key=".0"
254871
254694
  lastModified={null}
254872
254695
  onDeviceChange={[Function]}
254873
- onPreviewTabChange={[Function]}
254874
254696
  selectedCustomer={null}
254875
254697
  showDeviceToggle={false}
254876
254698
  showHeader={false}
254877
- smsFallbackContent={null}
254878
254699
  updatedByName={null}
254879
254700
  >
254880
254701
  <CapRow
@@ -259759,7 +259580,6 @@ new message content.",
259759
259580
  }
259760
259581
  }
259761
259582
  show={false}
259762
- smsFallbackContent={null}
259763
259583
  testCustomers={Immutable.List []}
259764
259584
  testGroups={Immutable.List []}
259765
259585
  updatePreviewError={null}
@@ -262131,7 +261951,6 @@ new message content.",
262131
261951
  }
262132
261952
  }
262133
261953
  show={false}
262134
- smsFallbackContent={null}
262135
261954
  templateLayoutType={null}
262136
261955
  testCustomers={Immutable.List []}
262137
261956
  testGroups={Immutable.List []}
@@ -262228,7 +262047,6 @@ T&C'",
262228
262047
  formatMessage={[Function]}
262229
262048
  handleSendTestMessage={[Function]}
262230
262049
  handleTestEntitiesChange={[Function]}
262231
- isChannelSmsFallbackPreviewEnabled={false}
262232
262050
  isFetchingTestCustomers={false}
262233
262051
  isFetchingTestGroups={false}
262234
262052
  isLoadingSenderDetails={false}
@@ -262238,13 +262056,7 @@ T&C'",
262238
262056
  renderAddTestCustomerButton={[Function]}
262239
262057
  searchValue=""
262240
262058
  selectedTestEntities={Array []}
262241
- senderDetailsByChannel={
262242
- Object {
262243
- "EMAIL": Array [],
262244
- "SMS": Array [],
262245
- "WHATSAPP": Array [],
262246
- }
262247
- }
262059
+ senderDetailsOptions={Array []}
262248
262060
  setSearchValue={[Function]}
262249
262061
  smsTraiDltEnabled={false}
262250
262062
  testEntitiesTreeData={
@@ -262276,7 +262088,6 @@ T&C'",
262276
262088
  <PreviewSection
262277
262089
  unifiedPreviewProps={
262278
262090
  Object {
262279
- "activePreviewTab": "rcs",
262280
262091
  "channel": "WHATSAPP",
262281
262092
  "content": Object {
262282
262093
  "_id": "62034b4683c75608cf2404ec",
@@ -262313,11 +262124,8 @@ T&C'",
262313
262124
  "isUpdating": false,
262314
262125
  "lastModified": undefined,
262315
262126
  "onDeviceChange": [Function],
262316
- "onPreviewTabChange": [Function],
262317
262127
  "selectedCustomer": null,
262318
262128
  "showDeviceToggle": true,
262319
- "smsFallbackContent": null,
262320
- "smsFallbackResolvedText": undefined,
262321
262129
  "updatedByName": undefined,
262322
262130
  }
262323
262131
  }
@@ -268029,7 +267837,6 @@ new message content.",
268029
267837
  style={Object {}}
268030
267838
  >
268031
267839
  <UnifiedPreview
268032
- activePreviewTab="rcs"
268033
267840
  channel="WHATSAPP"
268034
267841
  content={
268035
267842
  Object {
@@ -270756,11 +270563,9 @@ new message content.",
270756
270563
  key=".0"
270757
270564
  lastModified={null}
270758
270565
  onDeviceChange={[Function]}
270759
- onPreviewTabChange={[Function]}
270760
270566
  selectedCustomer={null}
270761
270567
  showDeviceToggle={false}
270762
270568
  showHeader={false}
270763
- smsFallbackContent={null}
270764
270569
  updatedByName={null}
270765
270570
  >
270766
270571
  <CapRow
@@ -276469,7 +276274,6 @@ new message content.",
276469
276274
  }
276470
276275
  }
276471
276276
  show={false}
276472
- smsFallbackContent={null}
276473
276277
  testCustomers={Immutable.List []}
276474
276278
  testGroups={Immutable.List []}
276475
276279
  updatePreviewError={null}
@@ -278837,7 +278641,6 @@ new message content.",
278837
278641
  }
278838
278642
  }
278839
278643
  show={false}
278840
- smsFallbackContent={null}
278841
278644
  templateLayoutType={null}
278842
278645
  testCustomers={Immutable.List []}
278843
278646
  testGroups={Immutable.List []}
@@ -278931,7 +278734,6 @@ new message content.",
278931
278734
  formatMessage={[Function]}
278932
278735
  handleSendTestMessage={[Function]}
278933
278736
  handleTestEntitiesChange={[Function]}
278934
- isChannelSmsFallbackPreviewEnabled={false}
278935
278737
  isFetchingTestCustomers={false}
278936
278738
  isFetchingTestGroups={false}
278937
278739
  isLoadingSenderDetails={false}
@@ -278941,13 +278743,7 @@ new message content.",
278941
278743
  renderAddTestCustomerButton={[Function]}
278942
278744
  searchValue=""
278943
278745
  selectedTestEntities={Array []}
278944
- senderDetailsByChannel={
278945
- Object {
278946
- "EMAIL": Array [],
278947
- "SMS": Array [],
278948
- "WHATSAPP": Array [],
278949
- }
278950
- }
278746
+ senderDetailsOptions={Array []}
278951
278747
  setSearchValue={[Function]}
278952
278748
  smsTraiDltEnabled={false}
278953
278749
  testEntitiesTreeData={
@@ -278979,7 +278775,6 @@ new message content.",
278979
278775
  <PreviewSection
278980
278776
  unifiedPreviewProps={
278981
278777
  Object {
278982
- "activePreviewTab": "rcs",
278983
278778
  "channel": "WHATSAPP",
278984
278779
  "content": Object {
278985
278780
  "_id": "62034b4683c75608cf2404ec",
@@ -279014,11 +278809,8 @@ new message content.",
279014
278809
  "isUpdating": false,
279015
278810
  "lastModified": undefined,
279016
278811
  "onDeviceChange": [Function],
279017
- "onPreviewTabChange": [Function],
279018
278812
  "selectedCustomer": null,
279019
278813
  "showDeviceToggle": true,
279020
- "smsFallbackContent": null,
279021
- "smsFallbackResolvedText": undefined,
279022
278814
  "updatedByName": undefined,
279023
278815
  }
279024
278816
  }
@@ -289599,7 +289391,6 @@ new message content.",
289599
289391
  style={Object {}}
289600
289392
  >
289601
289393
  <UnifiedPreview
289602
- activePreviewTab="rcs"
289603
289394
  channel="WHATSAPP"
289604
289395
  content={
289605
289396
  Object {
@@ -293562,11 +293353,9 @@ undefined",
293562
293353
  key=".0"
293563
293354
  lastModified={null}
293564
293355
  onDeviceChange={[Function]}
293565
- onPreviewTabChange={[Function]}
293566
293356
  selectedCustomer={null}
293567
293357
  showDeviceToggle={false}
293568
293358
  showHeader={false}
293569
- smsFallbackContent={null}
293570
293359
  updatedByName={null}
293571
293360
  >
293572
293361
  <CapRow
@@ -301031,7 +300820,6 @@ new message content.",
301031
300820
  }
301032
300821
  }
301033
300822
  show={false}
301034
- smsFallbackContent={null}
301035
300823
  testCustomers={Immutable.List []}
301036
300824
  testGroups={Immutable.List []}
301037
300825
  updatePreviewError={null}
@@ -303447,7 +303235,6 @@ new message content.",
303447
303235
  }
303448
303236
  }
303449
303237
  show={false}
303450
- smsFallbackContent={null}
303451
303238
  templateLayoutType={null}
303452
303239
  testCustomers={Immutable.List []}
303453
303240
  testGroups={Immutable.List []}
@@ -303567,7 +303354,6 @@ undefined",
303567
303354
  formatMessage={[Function]}
303568
303355
  handleSendTestMessage={[Function]}
303569
303356
  handleTestEntitiesChange={[Function]}
303570
- isChannelSmsFallbackPreviewEnabled={false}
303571
303357
  isFetchingTestCustomers={false}
303572
303358
  isFetchingTestGroups={false}
303573
303359
  isLoadingSenderDetails={false}
@@ -303577,13 +303363,7 @@ undefined",
303577
303363
  renderAddTestCustomerButton={[Function]}
303578
303364
  searchValue=""
303579
303365
  selectedTestEntities={Array []}
303580
- senderDetailsByChannel={
303581
- Object {
303582
- "EMAIL": Array [],
303583
- "SMS": Array [],
303584
- "WHATSAPP": Array [],
303585
- }
303586
- }
303366
+ senderDetailsOptions={Array []}
303587
303367
  setSearchValue={[Function]}
303588
303368
  smsTraiDltEnabled={false}
303589
303369
  testEntitiesTreeData={
@@ -303615,7 +303395,6 @@ undefined",
303615
303395
  <PreviewSection
303616
303396
  unifiedPreviewProps={
303617
303397
  Object {
303618
- "activePreviewTab": "rcs",
303619
303398
  "channel": "WHATSAPP",
303620
303399
  "content": Object {
303621
303400
  "_id": "62034b4683c75608cf2404ec",
@@ -303674,11 +303453,8 @@ undefined",
303674
303453
  "isUpdating": false,
303675
303454
  "lastModified": undefined,
303676
303455
  "onDeviceChange": [Function],
303677
- "onPreviewTabChange": [Function],
303678
303456
  "selectedCustomer": null,
303679
303457
  "showDeviceToggle": true,
303680
- "smsFallbackContent": null,
303681
- "smsFallbackResolvedText": undefined,
303682
303458
  "updatedByName": undefined,
303683
303459
  }
303684
303460
  }
@@ -315240,7 +315016,6 @@ new message content.",
315240
315016
  style={Object {}}
315241
315017
  >
315242
315018
  <UnifiedPreview
315243
- activePreviewTab="rcs"
315244
315019
  channel="WHATSAPP"
315245
315020
  content={
315246
315021
  Object {
@@ -320367,11 +320142,9 @@ undefined",
320367
320142
  key=".0"
320368
320143
  lastModified={null}
320369
320144
  onDeviceChange={[Function]}
320370
- onPreviewTabChange={[Function]}
320371
320145
  selectedCustomer={null}
320372
320146
  showDeviceToggle={false}
320373
320147
  showHeader={false}
320374
- smsFallbackContent={null}
320375
320148
  updatedByName={null}
320376
320149
  >
320377
320150
  <CapRow
@@ -329042,7 +328815,6 @@ new message content.",
329042
328815
  }
329043
328816
  }
329044
328817
  show={false}
329045
- smsFallbackContent={null}
329046
328818
  testCustomers={Immutable.List []}
329047
328819
  testGroups={Immutable.List []}
329048
328820
  updatePreviewError={null}
@@ -331454,7 +331226,6 @@ new message content.",
331454
331226
  }
331455
331227
  }
331456
331228
  show={false}
331457
- smsFallbackContent={null}
331458
331229
  templateLayoutType={null}
331459
331230
  testCustomers={Immutable.List []}
331460
331231
  testGroups={Immutable.List []}
@@ -331571,7 +331342,6 @@ undefined",
331571
331342
  formatMessage={[Function]}
331572
331343
  handleSendTestMessage={[Function]}
331573
331344
  handleTestEntitiesChange={[Function]}
331574
- isChannelSmsFallbackPreviewEnabled={false}
331575
331345
  isFetchingTestCustomers={false}
331576
331346
  isFetchingTestGroups={false}
331577
331347
  isLoadingSenderDetails={false}
@@ -331581,13 +331351,7 @@ undefined",
331581
331351
  renderAddTestCustomerButton={[Function]}
331582
331352
  searchValue=""
331583
331353
  selectedTestEntities={Array []}
331584
- senderDetailsByChannel={
331585
- Object {
331586
- "EMAIL": Array [],
331587
- "SMS": Array [],
331588
- "WHATSAPP": Array [],
331589
- }
331590
- }
331354
+ senderDetailsOptions={Array []}
331591
331355
  setSearchValue={[Function]}
331592
331356
  smsTraiDltEnabled={false}
331593
331357
  testEntitiesTreeData={
@@ -331619,7 +331383,6 @@ undefined",
331619
331383
  <PreviewSection
331620
331384
  unifiedPreviewProps={
331621
331385
  Object {
331622
- "activePreviewTab": "rcs",
331623
331386
  "channel": "WHATSAPP",
331624
331387
  "content": Object {
331625
331388
  "_id": "62034b4683c75608cf2404ec",
@@ -331676,11 +331439,8 @@ undefined",
331676
331439
  "isUpdating": false,
331677
331440
  "lastModified": undefined,
331678
331441
  "onDeviceChange": [Function],
331679
- "onPreviewTabChange": [Function],
331680
331442
  "selectedCustomer": null,
331681
331443
  "showDeviceToggle": true,
331682
- "smsFallbackContent": null,
331683
- "smsFallbackResolvedText": undefined,
331684
331444
  "updatedByName": undefined,
331685
331445
  }
331686
331446
  }
@@ -339041,7 +338801,6 @@ new message content.",
339041
338801
  style={Object {}}
339042
338802
  >
339043
338803
  <UnifiedPreview
339044
- activePreviewTab="rcs"
339045
338804
  channel="WHATSAPP"
339046
338805
  content={
339047
338806
  Object {
@@ -340191,11 +339950,9 @@ new message content.",
340191
339950
  key=".0"
340192
339951
  lastModified={null}
340193
339952
  onDeviceChange={[Function]}
340194
- onPreviewTabChange={[Function]}
340195
339953
  selectedCustomer={null}
340196
339954
  showDeviceToggle={false}
340197
339955
  showHeader={false}
340198
- smsFallbackContent={null}
340199
339956
  updatedByName={null}
340200
339957
  >
340201
339958
  <CapRow
@@ -344693,7 +344450,6 @@ new message content.",
344693
344450
  }
344694
344451
  }
344695
344452
  show={false}
344696
- smsFallbackContent={null}
344697
344453
  testCustomers={Immutable.List []}
344698
344454
  testGroups={Immutable.List []}
344699
344455
  updatePreviewError={null}
@@ -347083,7 +346839,6 @@ new message content.",
347083
346839
  }
347084
346840
  }
347085
346841
  show={false}
347086
- smsFallbackContent={null}
347087
346842
  templateLayoutType={null}
347088
346843
  testCustomers={Immutable.List []}
347089
346844
  testGroups={Immutable.List []}
@@ -347188,7 +346943,6 @@ new message content.",
347188
346943
  formatMessage={[Function]}
347189
346944
  handleSendTestMessage={[Function]}
347190
346945
  handleTestEntitiesChange={[Function]}
347191
- isChannelSmsFallbackPreviewEnabled={false}
347192
346946
  isFetchingTestCustomers={false}
347193
346947
  isFetchingTestGroups={false}
347194
346948
  isLoadingSenderDetails={false}
@@ -347198,13 +346952,7 @@ new message content.",
347198
346952
  renderAddTestCustomerButton={[Function]}
347199
346953
  searchValue=""
347200
346954
  selectedTestEntities={Array []}
347201
- senderDetailsByChannel={
347202
- Object {
347203
- "EMAIL": Array [],
347204
- "SMS": Array [],
347205
- "WHATSAPP": Array [],
347206
- }
347207
- }
346955
+ senderDetailsOptions={Array []}
347208
346956
  setSearchValue={[Function]}
347209
346957
  smsTraiDltEnabled={false}
347210
346958
  testEntitiesTreeData={
@@ -347236,7 +346984,6 @@ new message content.",
347236
346984
  <PreviewSection
347237
346985
  unifiedPreviewProps={
347238
346986
  Object {
347239
- "activePreviewTab": "rcs",
347240
346987
  "channel": "WHATSAPP",
347241
346988
  "content": Object {
347242
346989
  "_id": "62034b4683c75608cf2404ec",
@@ -347282,11 +347029,8 @@ new message content.",
347282
347029
  "isUpdating": false,
347283
347030
  "lastModified": undefined,
347284
347031
  "onDeviceChange": [Function],
347285
- "onPreviewTabChange": [Function],
347286
347032
  "selectedCustomer": null,
347287
347033
  "showDeviceToggle": true,
347288
- "smsFallbackContent": null,
347289
- "smsFallbackResolvedText": undefined,
347290
347034
  "updatedByName": undefined,
347291
347035
  }
347292
347036
  }
@@ -359514,7 +359258,6 @@ new message content.",
359514
359258
  style={Object {}}
359515
359259
  >
359516
359260
  <UnifiedPreview
359517
- activePreviewTab="rcs"
359518
359261
  channel="WHATSAPP"
359519
359262
  content={
359520
359263
  Object {
@@ -360210,11 +359953,9 @@ new message content.",
360210
359953
  key=".0"
360211
359954
  lastModified={null}
360212
359955
  onDeviceChange={[Function]}
360213
- onPreviewTabChange={[Function]}
360214
359956
  selectedCustomer={null}
360215
359957
  showDeviceToggle={false}
360216
359958
  showHeader={false}
360217
- smsFallbackContent={null}
360218
359959
  updatedByName={null}
360219
359960
  >
360220
359961
  <CapRow
@@ -364039,7 +363780,6 @@ new message content.",
364039
363780
  }
364040
363781
  }
364041
363782
  show={false}
364042
- smsFallbackContent={null}
364043
363783
  testCustomers={Immutable.List []}
364044
363784
  testGroups={Immutable.List []}
364045
363785
  updatePreviewError={null}
@@ -366407,7 +366147,6 @@ new message content.",
366407
366147
  }
366408
366148
  }
366409
366149
  show={false}
366410
- smsFallbackContent={null}
366411
366150
  templateLayoutType={null}
366412
366151
  testCustomers={Immutable.List []}
366413
366152
  testGroups={Immutable.List []}
@@ -366501,7 +366240,6 @@ new message content.",
366501
366240
  formatMessage={[Function]}
366502
366241
  handleSendTestMessage={[Function]}
366503
366242
  handleTestEntitiesChange={[Function]}
366504
- isChannelSmsFallbackPreviewEnabled={false}
366505
366243
  isFetchingTestCustomers={false}
366506
366244
  isFetchingTestGroups={false}
366507
366245
  isLoadingSenderDetails={false}
@@ -366511,13 +366249,7 @@ new message content.",
366511
366249
  renderAddTestCustomerButton={[Function]}
366512
366250
  searchValue=""
366513
366251
  selectedTestEntities={Array []}
366514
- senderDetailsByChannel={
366515
- Object {
366516
- "EMAIL": Array [],
366517
- "SMS": Array [],
366518
- "WHATSAPP": Array [],
366519
- }
366520
- }
366252
+ senderDetailsOptions={Array []}
366521
366253
  setSearchValue={[Function]}
366522
366254
  smsTraiDltEnabled={false}
366523
366255
  testEntitiesTreeData={
@@ -366549,7 +366281,6 @@ new message content.",
366549
366281
  <PreviewSection
366550
366282
  unifiedPreviewProps={
366551
366283
  Object {
366552
- "activePreviewTab": "rcs",
366553
366284
  "channel": "WHATSAPP",
366554
366285
  "content": Object {
366555
366286
  "_id": null,
@@ -366584,11 +366315,8 @@ new message content.",
366584
366315
  "isUpdating": false,
366585
366316
  "lastModified": undefined,
366586
366317
  "onDeviceChange": [Function],
366587
- "onPreviewTabChange": [Function],
366588
366318
  "selectedCustomer": null,
366589
366319
  "showDeviceToggle": true,
366590
- "smsFallbackContent": null,
366591
- "smsFallbackResolvedText": undefined,
366592
366320
  "updatedByName": undefined,
366593
366321
  }
366594
366322
  }
@@ -381653,7 +381381,6 @@ new message content.",
381653
381381
  style={Object {}}
381654
381382
  >
381655
381383
  <UnifiedPreview
381656
- activePreviewTab="rcs"
381657
381384
  channel="WHATSAPP"
381658
381385
  content={
381659
381386
  Object {
@@ -383119,11 +382846,9 @@ new message content.",
383119
382846
  key=".0"
383120
382847
  lastModified={null}
383121
382848
  onDeviceChange={[Function]}
383122
- onPreviewTabChange={[Function]}
383123
382849
  selectedCustomer={null}
383124
382850
  showDeviceToggle={false}
383125
382851
  showHeader={false}
383126
- smsFallbackContent={null}
383127
382852
  updatedByName={null}
383128
382853
  >
383129
382854
  <CapRow
@@ -387718,7 +387443,6 @@ new message content.",
387718
387443
  }
387719
387444
  }
387720
387445
  show={false}
387721
- smsFallbackContent={null}
387722
387446
  testCustomers={Immutable.List []}
387723
387447
  testGroups={Immutable.List []}
387724
387448
  updatePreviewError={null}
@@ -390086,7 +389810,6 @@ new message content.",
390086
389810
  }
390087
389811
  }
390088
389812
  show={false}
390089
- smsFallbackContent={null}
390090
389813
  templateLayoutType={null}
390091
389814
  testCustomers={Immutable.List []}
390092
389815
  testGroups={Immutable.List []}
@@ -390180,7 +389903,6 @@ new message content.",
390180
389903
  formatMessage={[Function]}
390181
389904
  handleSendTestMessage={[Function]}
390182
389905
  handleTestEntitiesChange={[Function]}
390183
- isChannelSmsFallbackPreviewEnabled={false}
390184
389906
  isFetchingTestCustomers={false}
390185
389907
  isFetchingTestGroups={false}
390186
389908
  isLoadingSenderDetails={false}
@@ -390190,13 +389912,7 @@ new message content.",
390190
389912
  renderAddTestCustomerButton={[Function]}
390191
389913
  searchValue=""
390192
389914
  selectedTestEntities={Array []}
390193
- senderDetailsByChannel={
390194
- Object {
390195
- "EMAIL": Array [],
390196
- "SMS": Array [],
390197
- "WHATSAPP": Array [],
390198
- }
390199
- }
389915
+ senderDetailsOptions={Array []}
390200
389916
  setSearchValue={[Function]}
390201
389917
  smsTraiDltEnabled={false}
390202
389918
  testEntitiesTreeData={
@@ -390228,7 +389944,6 @@ new message content.",
390228
389944
  <PreviewSection
390229
389945
  unifiedPreviewProps={
390230
389946
  Object {
390231
- "activePreviewTab": "rcs",
390232
389947
  "channel": "WHATSAPP",
390233
389948
  "content": Object {
390234
389949
  "_id": null,
@@ -390263,11 +389978,8 @@ new message content.",
390263
389978
  "isUpdating": false,
390264
389979
  "lastModified": undefined,
390265
389980
  "onDeviceChange": [Function],
390266
- "onPreviewTabChange": [Function],
390267
389981
  "selectedCustomer": null,
390268
389982
  "showDeviceToggle": true,
390269
- "smsFallbackContent": null,
390270
- "smsFallbackResolvedText": undefined,
390271
389983
  "updatedByName": undefined,
390272
389984
  }
390273
389985
  }
@@ -402495,7 +402207,6 @@ new message content.",
402495
402207
  style={Object {}}
402496
402208
  >
402497
402209
  <UnifiedPreview
402498
- activePreviewTab="rcs"
402499
402210
  channel="WHATSAPP"
402500
402211
  content={
402501
402212
  Object {
@@ -403191,11 +402902,9 @@ new message content.",
403191
402902
  key=".0"
403192
402903
  lastModified={null}
403193
402904
  onDeviceChange={[Function]}
403194
- onPreviewTabChange={[Function]}
403195
402905
  selectedCustomer={null}
403196
402906
  showDeviceToggle={false}
403197
402907
  showHeader={false}
403198
- smsFallbackContent={null}
403199
402908
  updatedByName={null}
403200
402909
  >
403201
402910
  <CapRow
@@ -407020,7 +406729,6 @@ new message content.",
407020
406729
  }
407021
406730
  }
407022
406731
  show={false}
407023
- smsFallbackContent={null}
407024
406732
  testCustomers={Immutable.List []}
407025
406733
  testGroups={Immutable.List []}
407026
406734
  updatePreviewError={null}
@@ -409388,7 +409096,6 @@ new message content.",
409388
409096
  }
409389
409097
  }
409390
409098
  show={false}
409391
- smsFallbackContent={null}
409392
409099
  templateLayoutType={null}
409393
409100
  testCustomers={Immutable.List []}
409394
409101
  testGroups={Immutable.List []}
@@ -409482,7 +409189,6 @@ new message content.",
409482
409189
  formatMessage={[Function]}
409483
409190
  handleSendTestMessage={[Function]}
409484
409191
  handleTestEntitiesChange={[Function]}
409485
- isChannelSmsFallbackPreviewEnabled={false}
409486
409192
  isFetchingTestCustomers={false}
409487
409193
  isFetchingTestGroups={false}
409488
409194
  isLoadingSenderDetails={false}
@@ -409492,13 +409198,7 @@ new message content.",
409492
409198
  renderAddTestCustomerButton={[Function]}
409493
409199
  searchValue=""
409494
409200
  selectedTestEntities={Array []}
409495
- senderDetailsByChannel={
409496
- Object {
409497
- "EMAIL": Array [],
409498
- "SMS": Array [],
409499
- "WHATSAPP": Array [],
409500
- }
409501
- }
409201
+ senderDetailsOptions={Array []}
409502
409202
  setSearchValue={[Function]}
409503
409203
  smsTraiDltEnabled={false}
409504
409204
  testEntitiesTreeData={
@@ -409530,7 +409230,6 @@ new message content.",
409530
409230
  <PreviewSection
409531
409231
  unifiedPreviewProps={
409532
409232
  Object {
409533
- "activePreviewTab": "rcs",
409534
409233
  "channel": "WHATSAPP",
409535
409234
  "content": Object {
409536
409235
  "_id": null,
@@ -409565,11 +409264,8 @@ new message content.",
409565
409264
  "isUpdating": false,
409566
409265
  "lastModified": undefined,
409567
409266
  "onDeviceChange": [Function],
409568
- "onPreviewTabChange": [Function],
409569
409267
  "selectedCustomer": null,
409570
409268
  "showDeviceToggle": true,
409571
- "smsFallbackContent": null,
409572
- "smsFallbackResolvedText": undefined,
409573
409269
  "updatedByName": undefined,
409574
409270
  }
409575
409271
  }
@@ -422089,7 +421785,6 @@ new message content.",
422089
421785
  style={Object {}}
422090
421786
  >
422091
421787
  <UnifiedPreview
422092
- activePreviewTab="rcs"
422093
421788
  channel="WHATSAPP"
422094
421789
  content={
422095
421790
  Object {
@@ -423082,11 +422777,9 @@ new message content.",
423082
422777
  key=".0"
423083
422778
  lastModified={null}
423084
422779
  onDeviceChange={[Function]}
423085
- onPreviewTabChange={[Function]}
423086
422780
  selectedCustomer={null}
423087
422781
  showDeviceToggle={false}
423088
422782
  showHeader={false}
423089
- smsFallbackContent={null}
423090
422783
  updatedByName={null}
423091
422784
  >
423092
422785
  <CapRow
@@ -427208,7 +426901,6 @@ new message content.",
427208
426901
  }
427209
426902
  }
427210
426903
  show={false}
427211
- smsFallbackContent={null}
427212
426904
  testCustomers={Immutable.List []}
427213
426905
  testGroups={Immutable.List []}
427214
426906
  updatePreviewError={null}
@@ -429576,7 +429268,6 @@ new message content.",
429576
429268
  }
429577
429269
  }
429578
429270
  show={false}
429579
- smsFallbackContent={null}
429580
429271
  templateLayoutType={null}
429581
429272
  testCustomers={Immutable.List []}
429582
429273
  testGroups={Immutable.List []}
@@ -429670,7 +429361,6 @@ new message content.",
429670
429361
  formatMessage={[Function]}
429671
429362
  handleSendTestMessage={[Function]}
429672
429363
  handleTestEntitiesChange={[Function]}
429673
- isChannelSmsFallbackPreviewEnabled={false}
429674
429364
  isFetchingTestCustomers={false}
429675
429365
  isFetchingTestGroups={false}
429676
429366
  isLoadingSenderDetails={false}
@@ -429680,13 +429370,7 @@ new message content.",
429680
429370
  renderAddTestCustomerButton={[Function]}
429681
429371
  searchValue=""
429682
429372
  selectedTestEntities={Array []}
429683
- senderDetailsByChannel={
429684
- Object {
429685
- "EMAIL": Array [],
429686
- "SMS": Array [],
429687
- "WHATSAPP": Array [],
429688
- }
429689
- }
429373
+ senderDetailsOptions={Array []}
429690
429374
  setSearchValue={[Function]}
429691
429375
  smsTraiDltEnabled={false}
429692
429376
  testEntitiesTreeData={
@@ -429718,7 +429402,6 @@ new message content.",
429718
429402
  <PreviewSection
429719
429403
  unifiedPreviewProps={
429720
429404
  Object {
429721
- "activePreviewTab": "rcs",
429722
429405
  "channel": "WHATSAPP",
429723
429406
  "content": Object {
429724
429407
  "_id": null,
@@ -429753,11 +429436,8 @@ new message content.",
429753
429436
  "isUpdating": false,
429754
429437
  "lastModified": undefined,
429755
429438
  "onDeviceChange": [Function],
429756
- "onPreviewTabChange": [Function],
429757
429439
  "selectedCustomer": null,
429758
429440
  "showDeviceToggle": true,
429759
- "smsFallbackContent": null,
429760
- "smsFallbackResolvedText": undefined,
429761
429441
  "updatedByName": undefined,
429762
429442
  }
429763
429443
  }
@@ -442569,7 +442249,6 @@ new message content.",
442569
442249
  style={Object {}}
442570
442250
  >
442571
442251
  <UnifiedPreview
442572
- activePreviewTab="rcs"
442573
442252
  channel="WHATSAPP"
442574
442253
  content={
442575
442254
  Object {
@@ -443849,11 +443528,9 @@ new message content.",
443849
443528
  key=".0"
443850
443529
  lastModified={null}
443851
443530
  onDeviceChange={[Function]}
443852
- onPreviewTabChange={[Function]}
443853
443531
  selectedCustomer={null}
443854
443532
  showDeviceToggle={false}
443855
443533
  showHeader={false}
443856
- smsFallbackContent={null}
443857
443534
  updatedByName={null}
443858
443535
  >
443859
443536
  <CapRow
@@ -448273,7 +447950,6 @@ new message content.",
448273
447950
  }
448274
447951
  }
448275
447952
  show={false}
448276
- smsFallbackContent={null}
448277
447953
  testCustomers={Immutable.List []}
448278
447954
  testGroups={Immutable.List []}
448279
447955
  updatePreviewError={null}
@@ -450641,7 +450317,6 @@ new message content.",
450641
450317
  }
450642
450318
  }
450643
450319
  show={false}
450644
- smsFallbackContent={null}
450645
450320
  templateLayoutType={null}
450646
450321
  testCustomers={Immutable.List []}
450647
450322
  testGroups={Immutable.List []}
@@ -450735,7 +450410,6 @@ new message content.",
450735
450410
  formatMessage={[Function]}
450736
450411
  handleSendTestMessage={[Function]}
450737
450412
  handleTestEntitiesChange={[Function]}
450738
- isChannelSmsFallbackPreviewEnabled={false}
450739
450413
  isFetchingTestCustomers={false}
450740
450414
  isFetchingTestGroups={false}
450741
450415
  isLoadingSenderDetails={false}
@@ -450745,13 +450419,7 @@ new message content.",
450745
450419
  renderAddTestCustomerButton={[Function]}
450746
450420
  searchValue=""
450747
450421
  selectedTestEntities={Array []}
450748
- senderDetailsByChannel={
450749
- Object {
450750
- "EMAIL": Array [],
450751
- "SMS": Array [],
450752
- "WHATSAPP": Array [],
450753
- }
450754
- }
450422
+ senderDetailsOptions={Array []}
450755
450423
  setSearchValue={[Function]}
450756
450424
  smsTraiDltEnabled={false}
450757
450425
  testEntitiesTreeData={
@@ -450783,7 +450451,6 @@ new message content.",
450783
450451
  <PreviewSection
450784
450452
  unifiedPreviewProps={
450785
450453
  Object {
450786
- "activePreviewTab": "rcs",
450787
450454
  "channel": "WHATSAPP",
450788
450455
  "content": Object {
450789
450456
  "_id": null,
@@ -450818,11 +450485,8 @@ new message content.",
450818
450485
  "isUpdating": false,
450819
450486
  "lastModified": undefined,
450820
450487
  "onDeviceChange": [Function],
450821
- "onPreviewTabChange": [Function],
450822
450488
  "selectedCustomer": null,
450823
450489
  "showDeviceToggle": true,
450824
- "smsFallbackContent": null,
450825
- "smsFallbackResolvedText": undefined,
450826
450490
  "updatedByName": undefined,
450827
450491
  }
450828
450492
  }
@@ -463926,7 +463590,6 @@ new message content.",
463926
463590
  style={Object {}}
463927
463591
  >
463928
463592
  <UnifiedPreview
463929
- activePreviewTab="rcs"
463930
463593
  channel="WHATSAPP"
463931
463594
  content={
463932
463595
  Object {
@@ -465503,11 +465166,9 @@ new message content.",
465503
465166
  key=".0"
465504
465167
  lastModified={null}
465505
465168
  onDeviceChange={[Function]}
465506
- onPreviewTabChange={[Function]}
465507
465169
  selectedCustomer={null}
465508
465170
  showDeviceToggle={false}
465509
465171
  showHeader={false}
465510
- smsFallbackContent={null}
465511
465172
  updatedByName={null}
465512
465173
  >
465513
465174
  <CapRow
@@ -470224,7 +469885,6 @@ new message content.",
470224
469885
  }
470225
469886
  }
470226
469887
  show={false}
470227
- smsFallbackContent={null}
470228
469888
  testCustomers={Immutable.List []}
470229
469889
  testGroups={Immutable.List []}
470230
469890
  updatePreviewError={null}
@@ -472592,7 +472252,6 @@ new message content.",
472592
472252
  }
472593
472253
  }
472594
472254
  show={false}
472595
- smsFallbackContent={null}
472596
472255
  templateLayoutType={null}
472597
472256
  testCustomers={Immutable.List []}
472598
472257
  testGroups={Immutable.List []}
@@ -472686,7 +472345,6 @@ new message content.",
472686
472345
  formatMessage={[Function]}
472687
472346
  handleSendTestMessage={[Function]}
472688
472347
  handleTestEntitiesChange={[Function]}
472689
- isChannelSmsFallbackPreviewEnabled={false}
472690
472348
  isFetchingTestCustomers={false}
472691
472349
  isFetchingTestGroups={false}
472692
472350
  isLoadingSenderDetails={false}
@@ -472696,13 +472354,7 @@ new message content.",
472696
472354
  renderAddTestCustomerButton={[Function]}
472697
472355
  searchValue=""
472698
472356
  selectedTestEntities={Array []}
472699
- senderDetailsByChannel={
472700
- Object {
472701
- "EMAIL": Array [],
472702
- "SMS": Array [],
472703
- "WHATSAPP": Array [],
472704
- }
472705
- }
472357
+ senderDetailsOptions={Array []}
472706
472358
  setSearchValue={[Function]}
472707
472359
  smsTraiDltEnabled={false}
472708
472360
  testEntitiesTreeData={
@@ -472734,7 +472386,6 @@ new message content.",
472734
472386
  <PreviewSection
472735
472387
  unifiedPreviewProps={
472736
472388
  Object {
472737
- "activePreviewTab": "rcs",
472738
472389
  "channel": "WHATSAPP",
472739
472390
  "content": Object {
472740
472391
  "_id": null,
@@ -472769,11 +472420,8 @@ new message content.",
472769
472420
  "isUpdating": false,
472770
472421
  "lastModified": undefined,
472771
472422
  "onDeviceChange": [Function],
472772
- "onPreviewTabChange": [Function],
472773
472423
  "selectedCustomer": null,
472774
472424
  "showDeviceToggle": true,
472775
- "smsFallbackContent": null,
472776
- "smsFallbackResolvedText": undefined,
472777
472425
  "updatedByName": undefined,
472778
472426
  }
472779
472427
  }
@@ -486178,7 +485826,6 @@ new message content.",
486178
485826
  style={Object {}}
486179
485827
  >
486180
485828
  <UnifiedPreview
486181
- activePreviewTab="rcs"
486182
485829
  channel="WHATSAPP"
486183
485830
  content={
486184
485831
  Object {
@@ -488056,11 +487703,9 @@ new message content.",
488056
487703
  key=".0"
488057
487704
  lastModified={null}
488058
487705
  onDeviceChange={[Function]}
488059
- onPreviewTabChange={[Function]}
488060
487706
  selectedCustomer={null}
488061
487707
  showDeviceToggle={false}
488062
487708
  showHeader={false}
488063
- smsFallbackContent={null}
488064
487709
  updatedByName={null}
488065
487710
  >
488066
487711
  <CapRow
@@ -493078,7 +492723,6 @@ new message content.",
493078
492723
  }
493079
492724
  }
493080
492725
  show={false}
493081
- smsFallbackContent={null}
493082
492726
  testCustomers={Immutable.List []}
493083
492727
  testGroups={Immutable.List []}
493084
492728
  updatePreviewError={null}
@@ -495446,7 +495090,6 @@ new message content.",
495446
495090
  }
495447
495091
  }
495448
495092
  show={false}
495449
- smsFallbackContent={null}
495450
495093
  templateLayoutType={null}
495451
495094
  testCustomers={Immutable.List []}
495452
495095
  testGroups={Immutable.List []}
@@ -495540,7 +495183,6 @@ new message content.",
495540
495183
  formatMessage={[Function]}
495541
495184
  handleSendTestMessage={[Function]}
495542
495185
  handleTestEntitiesChange={[Function]}
495543
- isChannelSmsFallbackPreviewEnabled={false}
495544
495186
  isFetchingTestCustomers={false}
495545
495187
  isFetchingTestGroups={false}
495546
495188
  isLoadingSenderDetails={false}
@@ -495550,13 +495192,7 @@ new message content.",
495550
495192
  renderAddTestCustomerButton={[Function]}
495551
495193
  searchValue=""
495552
495194
  selectedTestEntities={Array []}
495553
- senderDetailsByChannel={
495554
- Object {
495555
- "EMAIL": Array [],
495556
- "SMS": Array [],
495557
- "WHATSAPP": Array [],
495558
- }
495559
- }
495195
+ senderDetailsOptions={Array []}
495560
495196
  setSearchValue={[Function]}
495561
495197
  smsTraiDltEnabled={false}
495562
495198
  testEntitiesTreeData={
@@ -495588,7 +495224,6 @@ new message content.",
495588
495224
  <PreviewSection
495589
495225
  unifiedPreviewProps={
495590
495226
  Object {
495591
- "activePreviewTab": "rcs",
495592
495227
  "channel": "WHATSAPP",
495593
495228
  "content": Object {
495594
495229
  "_id": null,
@@ -495623,11 +495258,8 @@ new message content.",
495623
495258
  "isUpdating": false,
495624
495259
  "lastModified": undefined,
495625
495260
  "onDeviceChange": [Function],
495626
- "onPreviewTabChange": [Function],
495627
495261
  "selectedCustomer": null,
495628
495262
  "showDeviceToggle": true,
495629
- "smsFallbackContent": null,
495630
- "smsFallbackResolvedText": undefined,
495631
495263
  "updatedByName": undefined,
495632
495264
  }
495633
495265
  }
@@ -509332,7 +508964,6 @@ new message content.",
509332
508964
  style={Object {}}
509333
508965
  >
509334
508966
  <UnifiedPreview
509335
- activePreviewTab="rcs"
509336
508967
  channel="WHATSAPP"
509337
508968
  content={
509338
508969
  Object {
@@ -511510,11 +511141,9 @@ new message content.",
511510
511141
  key=".0"
511511
511142
  lastModified={null}
511512
511143
  onDeviceChange={[Function]}
511513
- onPreviewTabChange={[Function]}
511514
511144
  selectedCustomer={null}
511515
511145
  showDeviceToggle={false}
511516
511146
  showHeader={false}
511517
- smsFallbackContent={null}
511518
511147
  updatedByName={null}
511519
511148
  >
511520
511149
  <CapRow
@@ -516832,7 +516461,6 @@ new message content.",
516832
516461
  }
516833
516462
  }
516834
516463
  show={false}
516835
- smsFallbackContent={null}
516836
516464
  testCustomers={Immutable.List []}
516837
516465
  testGroups={Immutable.List []}
516838
516466
  updatePreviewError={null}
@@ -519200,7 +518828,6 @@ new message content.",
519200
518828
  }
519201
518829
  }
519202
518830
  show={false}
519203
- smsFallbackContent={null}
519204
518831
  templateLayoutType={null}
519205
518832
  testCustomers={Immutable.List []}
519206
518833
  testGroups={Immutable.List []}
@@ -519294,7 +518921,6 @@ new message content.",
519294
518921
  formatMessage={[Function]}
519295
518922
  handleSendTestMessage={[Function]}
519296
518923
  handleTestEntitiesChange={[Function]}
519297
- isChannelSmsFallbackPreviewEnabled={false}
519298
518924
  isFetchingTestCustomers={false}
519299
518925
  isFetchingTestGroups={false}
519300
518926
  isLoadingSenderDetails={false}
@@ -519304,13 +518930,7 @@ new message content.",
519304
518930
  renderAddTestCustomerButton={[Function]}
519305
518931
  searchValue=""
519306
518932
  selectedTestEntities={Array []}
519307
- senderDetailsByChannel={
519308
- Object {
519309
- "EMAIL": Array [],
519310
- "SMS": Array [],
519311
- "WHATSAPP": Array [],
519312
- }
519313
- }
518933
+ senderDetailsOptions={Array []}
519314
518934
  setSearchValue={[Function]}
519315
518935
  smsTraiDltEnabled={false}
519316
518936
  testEntitiesTreeData={
@@ -519342,7 +518962,6 @@ new message content.",
519342
518962
  <PreviewSection
519343
518963
  unifiedPreviewProps={
519344
518964
  Object {
519345
- "activePreviewTab": "rcs",
519346
518965
  "channel": "WHATSAPP",
519347
518966
  "content": Object {
519348
518967
  "_id": null,
@@ -519377,11 +518996,8 @@ new message content.",
519377
518996
  "isUpdating": false,
519378
518997
  "lastModified": undefined,
519379
518998
  "onDeviceChange": [Function],
519380
- "onPreviewTabChange": [Function],
519381
518999
  "selectedCustomer": null,
519382
519000
  "showDeviceToggle": true,
519383
- "smsFallbackContent": null,
519384
- "smsFallbackResolvedText": undefined,
519385
519001
  "updatedByName": undefined,
519386
519002
  }
519387
519003
  }
@@ -533383,7 +532999,6 @@ new message content.",
533383
532999
  style={Object {}}
533384
533000
  >
533385
533001
  <UnifiedPreview
533386
- activePreviewTab="rcs"
533387
533002
  channel="WHATSAPP"
533388
533003
  content={
533389
533004
  Object {
@@ -535858,11 +535473,9 @@ new message content.",
535858
535473
  key=".0"
535859
535474
  lastModified={null}
535860
535475
  onDeviceChange={[Function]}
535861
- onPreviewTabChange={[Function]}
535862
535476
  selectedCustomer={null}
535863
535477
  showDeviceToggle={false}
535864
535478
  showHeader={false}
535865
- smsFallbackContent={null}
535866
535479
  updatedByName={null}
535867
535480
  >
535868
535481
  <CapRow
@@ -541477,7 +541090,6 @@ new message content.",
541477
541090
  }
541478
541091
  }
541479
541092
  show={false}
541480
- smsFallbackContent={null}
541481
541093
  testCustomers={Immutable.List []}
541482
541094
  testGroups={Immutable.List []}
541483
541095
  updatePreviewError={null}
@@ -543845,7 +543457,6 @@ new message content.",
543845
543457
  }
543846
543458
  }
543847
543459
  show={false}
543848
- smsFallbackContent={null}
543849
543460
  templateLayoutType={null}
543850
543461
  testCustomers={Immutable.List []}
543851
543462
  testGroups={Immutable.List []}
@@ -543939,7 +543550,6 @@ new message content.",
543939
543550
  formatMessage={[Function]}
543940
543551
  handleSendTestMessage={[Function]}
543941
543552
  handleTestEntitiesChange={[Function]}
543942
- isChannelSmsFallbackPreviewEnabled={false}
543943
543553
  isFetchingTestCustomers={false}
543944
543554
  isFetchingTestGroups={false}
543945
543555
  isLoadingSenderDetails={false}
@@ -543949,13 +543559,7 @@ new message content.",
543949
543559
  renderAddTestCustomerButton={[Function]}
543950
543560
  searchValue=""
543951
543561
  selectedTestEntities={Array []}
543952
- senderDetailsByChannel={
543953
- Object {
543954
- "EMAIL": Array [],
543955
- "SMS": Array [],
543956
- "WHATSAPP": Array [],
543957
- }
543958
- }
543562
+ senderDetailsOptions={Array []}
543959
543563
  setSearchValue={[Function]}
543960
543564
  smsTraiDltEnabled={false}
543961
543565
  testEntitiesTreeData={
@@ -543987,7 +543591,6 @@ new message content.",
543987
543591
  <PreviewSection
543988
543592
  unifiedPreviewProps={
543989
543593
  Object {
543990
- "activePreviewTab": "rcs",
543991
543594
  "channel": "WHATSAPP",
543992
543595
  "content": Object {
543993
543596
  "_id": null,
@@ -544022,11 +543625,8 @@ new message content.",
544022
543625
  "isUpdating": false,
544023
543626
  "lastModified": undefined,
544024
543627
  "onDeviceChange": [Function],
544025
- "onPreviewTabChange": [Function],
544026
543628
  "selectedCustomer": null,
544027
543629
  "showDeviceToggle": true,
544028
- "smsFallbackContent": null,
544029
- "smsFallbackResolvedText": undefined,
544030
543630
  "updatedByName": undefined,
544031
543631
  }
544032
543632
  }
@@ -558325,7 +557925,6 @@ new message content.",
558325
557925
  style={Object {}}
558326
557926
  >
558327
557927
  <UnifiedPreview
558328
- activePreviewTab="rcs"
558329
557928
  channel="WHATSAPP"
558330
557929
  content={
558331
557930
  Object {
@@ -561097,11 +560696,9 @@ new message content.",
561097
560696
  key=".0"
561098
560697
  lastModified={null}
561099
560698
  onDeviceChange={[Function]}
561100
- onPreviewTabChange={[Function]}
561101
560699
  selectedCustomer={null}
561102
560700
  showDeviceToggle={false}
561103
560701
  showHeader={false}
561104
- smsFallbackContent={null}
561105
560702
  updatedByName={null}
561106
560703
  >
561107
560704
  <CapRow
@@ -567013,7 +566610,6 @@ new message content.",
567013
566610
  }
567014
566611
  }
567015
566612
  show={false}
567016
- smsFallbackContent={null}
567017
566613
  testCustomers={Immutable.List []}
567018
566614
  testGroups={Immutable.List []}
567019
566615
  updatePreviewError={null}
@@ -569381,7 +568977,6 @@ new message content.",
569381
568977
  }
569382
568978
  }
569383
568979
  show={false}
569384
- smsFallbackContent={null}
569385
568980
  templateLayoutType={null}
569386
568981
  testCustomers={Immutable.List []}
569387
568982
  testGroups={Immutable.List []}
@@ -569475,7 +569070,6 @@ new message content.",
569475
569070
  formatMessage={[Function]}
569476
569071
  handleSendTestMessage={[Function]}
569477
569072
  handleTestEntitiesChange={[Function]}
569478
- isChannelSmsFallbackPreviewEnabled={false}
569479
569073
  isFetchingTestCustomers={false}
569480
569074
  isFetchingTestGroups={false}
569481
569075
  isLoadingSenderDetails={false}
@@ -569485,13 +569079,7 @@ new message content.",
569485
569079
  renderAddTestCustomerButton={[Function]}
569486
569080
  searchValue=""
569487
569081
  selectedTestEntities={Array []}
569488
- senderDetailsByChannel={
569489
- Object {
569490
- "EMAIL": Array [],
569491
- "SMS": Array [],
569492
- "WHATSAPP": Array [],
569493
- }
569494
- }
569082
+ senderDetailsOptions={Array []}
569495
569083
  setSearchValue={[Function]}
569496
569084
  smsTraiDltEnabled={false}
569497
569085
  testEntitiesTreeData={
@@ -569523,7 +569111,6 @@ new message content.",
569523
569111
  <PreviewSection
569524
569112
  unifiedPreviewProps={
569525
569113
  Object {
569526
- "activePreviewTab": "rcs",
569527
569114
  "channel": "WHATSAPP",
569528
569115
  "content": Object {
569529
569116
  "_id": null,
@@ -569558,11 +569145,8 @@ new message content.",
569558
569145
  "isUpdating": false,
569559
569146
  "lastModified": undefined,
569560
569147
  "onDeviceChange": [Function],
569561
- "onPreviewTabChange": [Function],
569562
569148
  "selectedCustomer": null,
569563
569149
  "showDeviceToggle": true,
569564
- "smsFallbackContent": null,
569565
- "smsFallbackResolvedText": undefined,
569566
569150
  "updatedByName": undefined,
569567
569151
  }
569568
569152
  }
@@ -584153,7 +583737,6 @@ new message content.",
584153
583737
  style={Object {}}
584154
583738
  >
584155
583739
  <UnifiedPreview
584156
- activePreviewTab="rcs"
584157
583740
  channel="WHATSAPP"
584158
583741
  content={
584159
583742
  Object {
@@ -587212,11 +586795,9 @@ new message content.",
587212
586795
  key=".0"
587213
586796
  lastModified={null}
587214
586797
  onDeviceChange={[Function]}
587215
- onPreviewTabChange={[Function]}
587216
586798
  selectedCustomer={null}
587217
586799
  showDeviceToggle={false}
587218
586800
  showHeader={false}
587219
- smsFallbackContent={null}
587220
586801
  updatedByName={null}
587221
586802
  >
587222
586803
  <CapRow
@@ -593415,7 +592996,6 @@ new message content.",
593415
592996
  }
593416
592997
  }
593417
592998
  show={false}
593418
- smsFallbackContent={null}
593419
592999
  testCustomers={Immutable.List []}
593420
593000
  testGroups={Immutable.List []}
593421
593001
  updatePreviewError={null}
@@ -595783,7 +595363,6 @@ new message content.",
595783
595363
  }
595784
595364
  }
595785
595365
  show={false}
595786
- smsFallbackContent={null}
595787
595366
  templateLayoutType={null}
595788
595367
  testCustomers={Immutable.List []}
595789
595368
  testGroups={Immutable.List []}
@@ -595877,7 +595456,6 @@ new message content.",
595877
595456
  formatMessage={[Function]}
595878
595457
  handleSendTestMessage={[Function]}
595879
595458
  handleTestEntitiesChange={[Function]}
595880
- isChannelSmsFallbackPreviewEnabled={false}
595881
595459
  isFetchingTestCustomers={false}
595882
595460
  isFetchingTestGroups={false}
595883
595461
  isLoadingSenderDetails={false}
@@ -595887,13 +595465,7 @@ new message content.",
595887
595465
  renderAddTestCustomerButton={[Function]}
595888
595466
  searchValue=""
595889
595467
  selectedTestEntities={Array []}
595890
- senderDetailsByChannel={
595891
- Object {
595892
- "EMAIL": Array [],
595893
- "SMS": Array [],
595894
- "WHATSAPP": Array [],
595895
- }
595896
- }
595468
+ senderDetailsOptions={Array []}
595897
595469
  setSearchValue={[Function]}
595898
595470
  smsTraiDltEnabled={false}
595899
595471
  testEntitiesTreeData={
@@ -595925,7 +595497,6 @@ new message content.",
595925
595497
  <PreviewSection
595926
595498
  unifiedPreviewProps={
595927
595499
  Object {
595928
- "activePreviewTab": "rcs",
595929
595500
  "channel": "WHATSAPP",
595930
595501
  "content": Object {
595931
595502
  "_id": null,
@@ -595960,11 +595531,8 @@ new message content.",
595960
595531
  "isUpdating": false,
595961
595532
  "lastModified": undefined,
595962
595533
  "onDeviceChange": [Function],
595963
- "onPreviewTabChange": [Function],
595964
595534
  "selectedCustomer": null,
595965
595535
  "showDeviceToggle": true,
595966
- "smsFallbackContent": null,
595967
- "smsFallbackResolvedText": undefined,
595968
595536
  "updatedByName": undefined,
595969
595537
  }
595970
595538
  }
@@ -608192,7 +607760,6 @@ new message content.",
608192
607760
  style={Object {}}
608193
607761
  >
608194
607762
  <UnifiedPreview
608195
- activePreviewTab="rcs"
608196
607763
  channel="WHATSAPP"
608197
607764
  content={
608198
607765
  Object {
@@ -608888,11 +608455,9 @@ new message content.",
608888
608455
  key=".0"
608889
608456
  lastModified={null}
608890
608457
  onDeviceChange={[Function]}
608891
- onPreviewTabChange={[Function]}
608892
608458
  selectedCustomer={null}
608893
608459
  showDeviceToggle={false}
608894
608460
  showHeader={false}
608895
- smsFallbackContent={null}
608896
608461
  updatedByName={null}
608897
608462
  >
608898
608463
  <CapRow
@@ -612717,7 +612282,6 @@ new message content.",
612717
612282
  }
612718
612283
  }
612719
612284
  show={false}
612720
- smsFallbackContent={null}
612721
612285
  testCustomers={Immutable.List []}
612722
612286
  testGroups={Immutable.List []}
612723
612287
  updatePreviewError={null}
@@ -615085,7 +614649,6 @@ new message content.",
615085
614649
  }
615086
614650
  }
615087
614651
  show={false}
615088
- smsFallbackContent={null}
615089
614652
  templateLayoutType={null}
615090
614653
  testCustomers={Immutable.List []}
615091
614654
  testGroups={Immutable.List []}
@@ -615179,7 +614742,6 @@ new message content.",
615179
614742
  formatMessage={[Function]}
615180
614743
  handleSendTestMessage={[Function]}
615181
614744
  handleTestEntitiesChange={[Function]}
615182
- isChannelSmsFallbackPreviewEnabled={false}
615183
614745
  isFetchingTestCustomers={false}
615184
614746
  isFetchingTestGroups={false}
615185
614747
  isLoadingSenderDetails={false}
@@ -615189,13 +614751,7 @@ new message content.",
615189
614751
  renderAddTestCustomerButton={[Function]}
615190
614752
  searchValue=""
615191
614753
  selectedTestEntities={Array []}
615192
- senderDetailsByChannel={
615193
- Object {
615194
- "EMAIL": Array [],
615195
- "SMS": Array [],
615196
- "WHATSAPP": Array [],
615197
- }
615198
- }
614754
+ senderDetailsOptions={Array []}
615199
614755
  setSearchValue={[Function]}
615200
614756
  smsTraiDltEnabled={false}
615201
614757
  testEntitiesTreeData={
@@ -615227,7 +614783,6 @@ new message content.",
615227
614783
  <PreviewSection
615228
614784
  unifiedPreviewProps={
615229
614785
  Object {
615230
- "activePreviewTab": "rcs",
615231
614786
  "channel": "WHATSAPP",
615232
614787
  "content": Object {
615233
614788
  "_id": null,
@@ -615262,11 +614817,8 @@ new message content.",
615262
614817
  "isUpdating": false,
615263
614818
  "lastModified": undefined,
615264
614819
  "onDeviceChange": [Function],
615265
- "onPreviewTabChange": [Function],
615266
614820
  "selectedCustomer": null,
615267
614821
  "showDeviceToggle": true,
615268
- "smsFallbackContent": null,
615269
- "smsFallbackResolvedText": undefined,
615270
614822
  "updatedByName": undefined,
615271
614823
  }
615272
614824
  }
@@ -627494,7 +627046,6 @@ new message content.",
627494
627046
  style={Object {}}
627495
627047
  >
627496
627048
  <UnifiedPreview
627497
- activePreviewTab="rcs"
627498
627049
  channel="WHATSAPP"
627499
627050
  content={
627500
627051
  Object {
@@ -628190,11 +627741,9 @@ new message content.",
628190
627741
  key=".0"
628191
627742
  lastModified={null}
628192
627743
  onDeviceChange={[Function]}
628193
- onPreviewTabChange={[Function]}
628194
627744
  selectedCustomer={null}
628195
627745
  showDeviceToggle={false}
628196
627746
  showHeader={false}
628197
- smsFallbackContent={null}
628198
627747
  updatedByName={null}
628199
627748
  >
628200
627749
  <CapRow
@@ -632019,7 +631568,6 @@ new message content.",
632019
631568
  }
632020
631569
  }
632021
631570
  show={false}
632022
- smsFallbackContent={null}
632023
631571
  testCustomers={Immutable.List []}
632024
631572
  testGroups={Immutable.List []}
632025
631573
  updatePreviewError={null}
@@ -634387,7 +633935,6 @@ new message content.",
634387
633935
  }
634388
633936
  }
634389
633937
  show={false}
634390
- smsFallbackContent={null}
634391
633938
  templateLayoutType={null}
634392
633939
  testCustomers={Immutable.List []}
634393
633940
  testGroups={Immutable.List []}
@@ -634481,7 +634028,6 @@ new message content.",
634481
634028
  formatMessage={[Function]}
634482
634029
  handleSendTestMessage={[Function]}
634483
634030
  handleTestEntitiesChange={[Function]}
634484
- isChannelSmsFallbackPreviewEnabled={false}
634485
634031
  isFetchingTestCustomers={false}
634486
634032
  isFetchingTestGroups={false}
634487
634033
  isLoadingSenderDetails={false}
@@ -634491,13 +634037,7 @@ new message content.",
634491
634037
  renderAddTestCustomerButton={[Function]}
634492
634038
  searchValue=""
634493
634039
  selectedTestEntities={Array []}
634494
- senderDetailsByChannel={
634495
- Object {
634496
- "EMAIL": Array [],
634497
- "SMS": Array [],
634498
- "WHATSAPP": Array [],
634499
- }
634500
- }
634040
+ senderDetailsOptions={Array []}
634501
634041
  setSearchValue={[Function]}
634502
634042
  smsTraiDltEnabled={false}
634503
634043
  testEntitiesTreeData={
@@ -634529,7 +634069,6 @@ new message content.",
634529
634069
  <PreviewSection
634530
634070
  unifiedPreviewProps={
634531
634071
  Object {
634532
- "activePreviewTab": "rcs",
634533
634072
  "channel": "WHATSAPP",
634534
634073
  "content": Object {
634535
634074
  "_id": null,
@@ -634564,11 +634103,8 @@ new message content.",
634564
634103
  "isUpdating": false,
634565
634104
  "lastModified": undefined,
634566
634105
  "onDeviceChange": [Function],
634567
- "onPreviewTabChange": [Function],
634568
634106
  "selectedCustomer": null,
634569
634107
  "showDeviceToggle": true,
634570
- "smsFallbackContent": null,
634571
- "smsFallbackResolvedText": undefined,
634572
634108
  "updatedByName": undefined,
634573
634109
  }
634574
634110
  }
@@ -646796,7 +646332,6 @@ new message content.",
646796
646332
  style={Object {}}
646797
646333
  >
646798
646334
  <UnifiedPreview
646799
- activePreviewTab="rcs"
646800
646335
  channel="WHATSAPP"
646801
646336
  content={
646802
646337
  Object {
@@ -647492,11 +647027,9 @@ new message content.",
647492
647027
  key=".0"
647493
647028
  lastModified={null}
647494
647029
  onDeviceChange={[Function]}
647495
- onPreviewTabChange={[Function]}
647496
647030
  selectedCustomer={null}
647497
647031
  showDeviceToggle={false}
647498
647032
  showHeader={false}
647499
- smsFallbackContent={null}
647500
647033
  updatedByName={null}
647501
647034
  >
647502
647035
  <CapRow
@@ -651321,7 +650854,6 @@ new message content.",
651321
650854
  }
651322
650855
  }
651323
650856
  show={false}
651324
- smsFallbackContent={null}
651325
650857
  testCustomers={Immutable.List []}
651326
650858
  testGroups={Immutable.List []}
651327
650859
  updatePreviewError={null}
@@ -653689,7 +653221,6 @@ new message content.",
653689
653221
  }
653690
653222
  }
653691
653223
  show={false}
653692
- smsFallbackContent={null}
653693
653224
  templateLayoutType={null}
653694
653225
  testCustomers={Immutable.List []}
653695
653226
  testGroups={Immutable.List []}
@@ -653783,7 +653314,6 @@ new message content.",
653783
653314
  formatMessage={[Function]}
653784
653315
  handleSendTestMessage={[Function]}
653785
653316
  handleTestEntitiesChange={[Function]}
653786
- isChannelSmsFallbackPreviewEnabled={false}
653787
653317
  isFetchingTestCustomers={false}
653788
653318
  isFetchingTestGroups={false}
653789
653319
  isLoadingSenderDetails={false}
@@ -653793,13 +653323,7 @@ new message content.",
653793
653323
  renderAddTestCustomerButton={[Function]}
653794
653324
  searchValue=""
653795
653325
  selectedTestEntities={Array []}
653796
- senderDetailsByChannel={
653797
- Object {
653798
- "EMAIL": Array [],
653799
- "SMS": Array [],
653800
- "WHATSAPP": Array [],
653801
- }
653802
- }
653326
+ senderDetailsOptions={Array []}
653803
653327
  setSearchValue={[Function]}
653804
653328
  smsTraiDltEnabled={false}
653805
653329
  testEntitiesTreeData={
@@ -653831,7 +653355,6 @@ new message content.",
653831
653355
  <PreviewSection
653832
653356
  unifiedPreviewProps={
653833
653357
  Object {
653834
- "activePreviewTab": "rcs",
653835
653358
  "channel": "WHATSAPP",
653836
653359
  "content": Object {
653837
653360
  "_id": null,
@@ -653866,11 +653389,8 @@ new message content.",
653866
653389
  "isUpdating": false,
653867
653390
  "lastModified": undefined,
653868
653391
  "onDeviceChange": [Function],
653869
- "onPreviewTabChange": [Function],
653870
653392
  "selectedCustomer": null,
653871
653393
  "showDeviceToggle": true,
653872
- "smsFallbackContent": null,
653873
- "smsFallbackResolvedText": undefined,
653874
653394
  "updatedByName": undefined,
653875
653395
  }
653876
653396
  }
@@ -666098,7 +665618,6 @@ new message content.",
666098
665618
  style={Object {}}
666099
665619
  >
666100
665620
  <UnifiedPreview
666101
- activePreviewTab="rcs"
666102
665621
  channel="WHATSAPP"
666103
665622
  content={
666104
665623
  Object {
@@ -666794,11 +666313,9 @@ new message content.",
666794
666313
  key=".0"
666795
666314
  lastModified={null}
666796
666315
  onDeviceChange={[Function]}
666797
- onPreviewTabChange={[Function]}
666798
666316
  selectedCustomer={null}
666799
666317
  showDeviceToggle={false}
666800
666318
  showHeader={false}
666801
- smsFallbackContent={null}
666802
666319
  updatedByName={null}
666803
666320
  >
666804
666321
  <CapRow
@@ -670623,7 +670140,6 @@ new message content.",
670623
670140
  }
670624
670141
  }
670625
670142
  show={false}
670626
- smsFallbackContent={null}
670627
670143
  testCustomers={Immutable.List []}
670628
670144
  testGroups={Immutable.List []}
670629
670145
  updatePreviewError={null}
@@ -672991,7 +672507,6 @@ new message content.",
672991
672507
  }
672992
672508
  }
672993
672509
  show={false}
672994
- smsFallbackContent={null}
672995
672510
  templateLayoutType={null}
672996
672511
  testCustomers={Immutable.List []}
672997
672512
  testGroups={Immutable.List []}
@@ -673085,7 +672600,6 @@ new message content.",
673085
672600
  formatMessage={[Function]}
673086
672601
  handleSendTestMessage={[Function]}
673087
672602
  handleTestEntitiesChange={[Function]}
673088
- isChannelSmsFallbackPreviewEnabled={false}
673089
672603
  isFetchingTestCustomers={false}
673090
672604
  isFetchingTestGroups={false}
673091
672605
  isLoadingSenderDetails={false}
@@ -673095,13 +672609,7 @@ new message content.",
673095
672609
  renderAddTestCustomerButton={[Function]}
673096
672610
  searchValue=""
673097
672611
  selectedTestEntities={Array []}
673098
- senderDetailsByChannel={
673099
- Object {
673100
- "EMAIL": Array [],
673101
- "SMS": Array [],
673102
- "WHATSAPP": Array [],
673103
- }
673104
- }
672612
+ senderDetailsOptions={Array []}
673105
672613
  setSearchValue={[Function]}
673106
672614
  smsTraiDltEnabled={false}
673107
672615
  testEntitiesTreeData={
@@ -673133,7 +672641,6 @@ new message content.",
673133
672641
  <PreviewSection
673134
672642
  unifiedPreviewProps={
673135
672643
  Object {
673136
- "activePreviewTab": "rcs",
673137
672644
  "channel": "WHATSAPP",
673138
672645
  "content": Object {
673139
672646
  "_id": null,
@@ -673168,11 +672675,8 @@ new message content.",
673168
672675
  "isUpdating": false,
673169
672676
  "lastModified": undefined,
673170
672677
  "onDeviceChange": [Function],
673171
- "onPreviewTabChange": [Function],
673172
672678
  "selectedCustomer": null,
673173
672679
  "showDeviceToggle": true,
673174
- "smsFallbackContent": null,
673175
- "smsFallbackResolvedText": undefined,
673176
672680
  "updatedByName": undefined,
673177
672681
  }
673178
672682
  }
@@ -687564,7 +687068,6 @@ new message content.",
687564
687068
  style={Object {}}
687565
687069
  >
687566
687070
  <UnifiedPreview
687567
- activePreviewTab="rcs"
687568
687071
  channel="WHATSAPP"
687569
687072
  content={
687570
687073
  Object {
@@ -688368,11 +687871,9 @@ new message content.",
688368
687871
  key=".0"
688369
687872
  lastModified={null}
688370
687873
  onDeviceChange={[Function]}
688371
- onPreviewTabChange={[Function]}
688372
687874
  selectedCustomer={null}
688373
687875
  showDeviceToggle={false}
688374
687876
  showHeader={false}
688375
- smsFallbackContent={null}
688376
687877
  updatedByName={null}
688377
687878
  >
688378
687879
  <CapRow
@@ -692314,7 +691815,6 @@ new message content.",
692314
691815
  }
692315
691816
  }
692316
691817
  show={false}
692317
- smsFallbackContent={null}
692318
691818
  testCustomers={Immutable.List []}
692319
691819
  testGroups={Immutable.List []}
692320
691820
  updatePreviewError={null}
@@ -694682,7 +694182,6 @@ new message content.",
694682
694182
  }
694683
694183
  }
694684
694184
  show={false}
694685
- smsFallbackContent={null}
694686
694185
  templateLayoutType={null}
694687
694186
  testCustomers={Immutable.List []}
694688
694187
  testGroups={Immutable.List []}
@@ -694776,7 +694275,6 @@ new message content.",
694776
694275
  formatMessage={[Function]}
694777
694276
  handleSendTestMessage={[Function]}
694778
694277
  handleTestEntitiesChange={[Function]}
694779
- isChannelSmsFallbackPreviewEnabled={false}
694780
694278
  isFetchingTestCustomers={false}
694781
694279
  isFetchingTestGroups={false}
694782
694280
  isLoadingSenderDetails={false}
@@ -694786,13 +694284,7 @@ new message content.",
694786
694284
  renderAddTestCustomerButton={[Function]}
694787
694285
  searchValue=""
694788
694286
  selectedTestEntities={Array []}
694789
- senderDetailsByChannel={
694790
- Object {
694791
- "EMAIL": Array [],
694792
- "SMS": Array [],
694793
- "WHATSAPP": Array [],
694794
- }
694795
- }
694287
+ senderDetailsOptions={Array []}
694796
694288
  setSearchValue={[Function]}
694797
694289
  smsTraiDltEnabled={false}
694798
694290
  testEntitiesTreeData={
@@ -694824,7 +694316,6 @@ new message content.",
694824
694316
  <PreviewSection
694825
694317
  unifiedPreviewProps={
694826
694318
  Object {
694827
- "activePreviewTab": "rcs",
694828
694319
  "channel": "WHATSAPP",
694829
694320
  "content": Object {
694830
694321
  "_id": null,
@@ -694859,11 +694350,8 @@ new message content.",
694859
694350
  "isUpdating": false,
694860
694351
  "lastModified": undefined,
694861
694352
  "onDeviceChange": [Function],
694862
- "onPreviewTabChange": [Function],
694863
694353
  "selectedCustomer": null,
694864
694354
  "showDeviceToggle": true,
694865
- "smsFallbackContent": null,
694866
- "smsFallbackResolvedText": undefined,
694867
694355
  "updatedByName": undefined,
694868
694356
  }
694869
694357
  }
@@ -709337,7 +708825,6 @@ new message content.",
709337
708825
  style={Object {}}
709338
708826
  >
709339
708827
  <UnifiedPreview
709340
- activePreviewTab="rcs"
709341
708828
  channel="WHATSAPP"
709342
708829
  content={
709343
708830
  Object {
@@ -710154,11 +709641,9 @@ new message content.",
710154
709641
  key=".0"
710155
709642
  lastModified={null}
710156
709643
  onDeviceChange={[Function]}
710157
- onPreviewTabChange={[Function]}
710158
709644
  selectedCustomer={null}
710159
709645
  showDeviceToggle={false}
710160
709646
  showHeader={false}
710161
- smsFallbackContent={null}
710162
709647
  updatedByName={null}
710163
709648
  >
710164
709649
  <CapRow
@@ -714113,7 +713598,6 @@ new message content.",
714113
713598
  }
714114
713599
  }
714115
713600
  show={false}
714116
- smsFallbackContent={null}
714117
713601
  testCustomers={Immutable.List []}
714118
713602
  testGroups={Immutable.List []}
714119
713603
  updatePreviewError={null}
@@ -716481,7 +715965,6 @@ new message content.",
716481
715965
  }
716482
715966
  }
716483
715967
  show={false}
716484
- smsFallbackContent={null}
716485
715968
  templateLayoutType={null}
716486
715969
  testCustomers={Immutable.List []}
716487
715970
  testGroups={Immutable.List []}
@@ -716575,7 +716058,6 @@ new message content.",
716575
716058
  formatMessage={[Function]}
716576
716059
  handleSendTestMessage={[Function]}
716577
716060
  handleTestEntitiesChange={[Function]}
716578
- isChannelSmsFallbackPreviewEnabled={false}
716579
716061
  isFetchingTestCustomers={false}
716580
716062
  isFetchingTestGroups={false}
716581
716063
  isLoadingSenderDetails={false}
@@ -716585,13 +716067,7 @@ new message content.",
716585
716067
  renderAddTestCustomerButton={[Function]}
716586
716068
  searchValue=""
716587
716069
  selectedTestEntities={Array []}
716588
- senderDetailsByChannel={
716589
- Object {
716590
- "EMAIL": Array [],
716591
- "SMS": Array [],
716592
- "WHATSAPP": Array [],
716593
- }
716594
- }
716070
+ senderDetailsOptions={Array []}
716595
716071
  setSearchValue={[Function]}
716596
716072
  smsTraiDltEnabled={false}
716597
716073
  testEntitiesTreeData={
@@ -716623,7 +716099,6 @@ new message content.",
716623
716099
  <PreviewSection
716624
716100
  unifiedPreviewProps={
716625
716101
  Object {
716626
- "activePreviewTab": "rcs",
716627
716102
  "channel": "WHATSAPP",
716628
716103
  "content": Object {
716629
716104
  "_id": null,
@@ -716658,11 +716133,8 @@ new message content.",
716658
716133
  "isUpdating": false,
716659
716134
  "lastModified": undefined,
716660
716135
  "onDeviceChange": [Function],
716661
- "onPreviewTabChange": [Function],
716662
716136
  "selectedCustomer": null,
716663
716137
  "showDeviceToggle": true,
716664
- "smsFallbackContent": null,
716665
- "smsFallbackResolvedText": undefined,
716666
716138
  "updatedByName": undefined,
716667
716139
  }
716668
716140
  }
@@ -731136,7 +730608,6 @@ new message content.",
731136
730608
  style={Object {}}
731137
730609
  >
731138
730610
  <UnifiedPreview
731139
- activePreviewTab="rcs"
731140
730611
  channel="WHATSAPP"
731141
730612
  content={
731142
730613
  Object {
@@ -731953,11 +731424,9 @@ new message content.",
731953
731424
  key=".0"
731954
731425
  lastModified={null}
731955
731426
  onDeviceChange={[Function]}
731956
- onPreviewTabChange={[Function]}
731957
731427
  selectedCustomer={null}
731958
731428
  showDeviceToggle={false}
731959
731429
  showHeader={false}
731960
- smsFallbackContent={null}
731961
731430
  updatedByName={null}
731962
731431
  >
731963
731432
  <CapRow
@@ -735912,7 +735381,6 @@ new message content.",
735912
735381
  }
735913
735382
  }
735914
735383
  show={false}
735915
- smsFallbackContent={null}
735916
735384
  testCustomers={Immutable.List []}
735917
735385
  testGroups={Immutable.List []}
735918
735386
  updatePreviewError={null}
@@ -738280,7 +737748,6 @@ new message content.",
738280
737748
  }
738281
737749
  }
738282
737750
  show={false}
738283
- smsFallbackContent={null}
738284
737751
  templateLayoutType={null}
738285
737752
  testCustomers={Immutable.List []}
738286
737753
  testGroups={Immutable.List []}
@@ -738374,7 +737841,6 @@ new message content.",
738374
737841
  formatMessage={[Function]}
738375
737842
  handleSendTestMessage={[Function]}
738376
737843
  handleTestEntitiesChange={[Function]}
738377
- isChannelSmsFallbackPreviewEnabled={false}
738378
737844
  isFetchingTestCustomers={false}
738379
737845
  isFetchingTestGroups={false}
738380
737846
  isLoadingSenderDetails={false}
@@ -738384,13 +737850,7 @@ new message content.",
738384
737850
  renderAddTestCustomerButton={[Function]}
738385
737851
  searchValue=""
738386
737852
  selectedTestEntities={Array []}
738387
- senderDetailsByChannel={
738388
- Object {
738389
- "EMAIL": Array [],
738390
- "SMS": Array [],
738391
- "WHATSAPP": Array [],
738392
- }
738393
- }
737853
+ senderDetailsOptions={Array []}
738394
737854
  setSearchValue={[Function]}
738395
737855
  smsTraiDltEnabled={false}
738396
737856
  testEntitiesTreeData={
@@ -738422,7 +737882,6 @@ new message content.",
738422
737882
  <PreviewSection
738423
737883
  unifiedPreviewProps={
738424
737884
  Object {
738425
- "activePreviewTab": "rcs",
738426
737885
  "channel": "WHATSAPP",
738427
737886
  "content": Object {
738428
737887
  "_id": null,
@@ -738457,11 +737916,8 @@ new message content.",
738457
737916
  "isUpdating": false,
738458
737917
  "lastModified": undefined,
738459
737918
  "onDeviceChange": [Function],
738460
- "onPreviewTabChange": [Function],
738461
737919
  "selectedCustomer": null,
738462
737920
  "showDeviceToggle": true,
738463
- "smsFallbackContent": null,
738464
- "smsFallbackResolvedText": undefined,
738465
737921
  "updatedByName": undefined,
738466
737922
  }
738467
737923
  }