@capillarytech/creatives-library 8.0.295 → 8.0.297

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/package.json +1 -1
  2. package/v2Components/CommonTestAndPreview/DeliverySettings/DeliverySettings.scss +33 -0
  3. package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.js +420 -0
  4. package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.scss +36 -0
  5. package/v2Components/CommonTestAndPreview/DeliverySettings/constants.js +63 -0
  6. package/v2Components/CommonTestAndPreview/DeliverySettings/index.js +239 -0
  7. package/v2Components/CommonTestAndPreview/DeliverySettings/messages.js +111 -0
  8. package/v2Components/CommonTestAndPreview/DeliverySettings/utils/parseSenderDetailsResponse.js +88 -0
  9. package/v2Components/CommonTestAndPreview/SendTestMessage.js +51 -1
  10. package/v2Components/CommonTestAndPreview/actions.js +20 -0
  11. package/v2Components/CommonTestAndPreview/constants.js +15 -0
  12. package/v2Components/CommonTestAndPreview/index.js +200 -16
  13. package/v2Components/CommonTestAndPreview/reducer.js +47 -0
  14. package/v2Components/CommonTestAndPreview/sagas.js +61 -0
  15. package/v2Components/CommonTestAndPreview/selectors.js +51 -0
  16. package/v2Components/CommonTestAndPreview/tests/DeliverySettings/ModifyDeliverySettings.test.js +889 -0
  17. package/v2Components/CommonTestAndPreview/tests/DeliverySettings/index.test.js +221 -0
  18. package/v2Components/CommonTestAndPreview/tests/DeliverySettings/utils/parseSenderDetailsResponse.test.js +235 -0
  19. package/v2Components/CommonTestAndPreview/tests/SendTestMessage.test.js +135 -0
  20. package/v2Components/CommonTestAndPreview/tests/actions.test.js +50 -0
  21. package/v2Components/CommonTestAndPreview/tests/constants.test.js +18 -0
  22. package/v2Components/CommonTestAndPreview/tests/index.test.js +783 -2
  23. package/v2Components/CommonTestAndPreview/tests/reducer.test.js +118 -0
  24. package/v2Components/CommonTestAndPreview/tests/sagas.test.js +145 -0
  25. package/v2Components/CommonTestAndPreview/tests/selectors.test.js +146 -0
  26. package/v2Components/FormBuilder/index.js +1 -1
  27. package/v2Components/HtmlEditor/HTMLEditor.js +0 -1
  28. package/v2Components/HtmlEditor/__tests__/HTMLEditor.test.js +0 -1
  29. package/v2Components/HtmlEditor/hooks/__tests__/useValidation.test.js +3 -132
  30. package/v2Components/HtmlEditor/hooks/useValidation.js +9 -12
  31. package/v2Components/HtmlEditor/utils/htmlValidator.js +2 -4
  32. package/v2Components/TestAndPreviewSlidebox/index.js +14 -0
  33. package/v2Containers/EmailWrapper/components/EmailHTMLEditor.js +2 -2
  34. package/v2Containers/EmailWrapper/components/__tests__/EmailHTMLEditor.test.js +18 -110
  35. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +697 -12
  36. package/v2Containers/SmsTrai/Edit/index.js +5 -1
  37. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +201 -0
  38. package/v2Containers/Whatsapp/index.js +1 -1
  39. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +26242 -4225
@@ -11216,8 +11216,10 @@ new message content.",
11216
11216
  "createMessageMetaRequested": [Function],
11217
11217
  "extractTagsRequested": [Function],
11218
11218
  "getPrefilledValuesRequested": [Function],
11219
+ "getSenderDetailsRequested": [Function],
11219
11220
  "getTestCustomersRequested": [Function],
11220
11221
  "getTestGroupsRequested": [Function],
11222
+ "getWeCrmAccountsRequested": [Function],
11221
11223
  "searchCustomersRequested": [Function],
11222
11224
  "sendTestMessageRequested": [Function],
11223
11225
  "updatePreviewRequested": [Function],
@@ -11249,6 +11251,7 @@ new message content.",
11249
11251
  isExtractingTags={false}
11250
11252
  isFetchingTestCustomers={false}
11251
11253
  isFetchingTestGroups={false}
11254
+ isLoadingSenderDetails={false}
11252
11255
  isSearchingCustomer={false}
11253
11256
  isSendingTestMessage={false}
11254
11257
  isUpdatingPreview={false}
@@ -11256,11 +11259,19 @@ new message content.",
11256
11259
  onClose={[Function]}
11257
11260
  prefilledValues={Object {}}
11258
11261
  previewData={null}
11262
+ senderDetailsByChannel={
11263
+ Object {
11264
+ "EMAIL": Array [],
11265
+ "SMS": Array [],
11266
+ "WHATSAPP": Array [],
11267
+ }
11268
+ }
11259
11269
  show={false}
11260
11270
  testCustomers={Immutable.List []}
11261
11271
  testGroups={Immutable.List []}
11262
11272
  updatePreviewError={null}
11263
11273
  updatePreviewErrors={Array []}
11274
+ wecrmAccounts={Array []}
11264
11275
  >
11265
11276
  <TestAndPreviewSlidebox
11266
11277
  actions={
@@ -11272,8 +11283,10 @@ new message content.",
11272
11283
  "createMessageMetaRequested": [Function],
11273
11284
  "extractTagsRequested": [Function],
11274
11285
  "getPrefilledValuesRequested": [Function],
11286
+ "getSenderDetailsRequested": [Function],
11275
11287
  "getTestCustomersRequested": [Function],
11276
11288
  "getTestGroupsRequested": [Function],
11289
+ "getWeCrmAccountsRequested": [Function],
11277
11290
  "searchCustomersRequested": [Function],
11278
11291
  "sendTestMessageRequested": [Function],
11279
11292
  "updatePreviewRequested": [Function],
@@ -13553,18 +13566,28 @@ new message content.",
13553
13566
  isExtractingTags={false}
13554
13567
  isFetchingTestCustomers={false}
13555
13568
  isFetchingTestGroups={false}
13569
+ isLoadingSenderDetails={false}
13556
13570
  isSearchingCustomer={false}
13557
13571
  isSendingTestMessage={false}
13558
13572
  isUpdatingPreview={false}
13559
13573
  messageMetaConfigId={null}
13560
13574
  onClose={[Function]}
13575
+ orgUnitId={-1}
13561
13576
  prefilledValues={Object {}}
13562
13577
  previewData={null}
13578
+ senderDetailsByChannel={
13579
+ Object {
13580
+ "EMAIL": Array [],
13581
+ "SMS": Array [],
13582
+ "WHATSAPP": Array [],
13583
+ }
13584
+ }
13563
13585
  show={false}
13564
13586
  testCustomers={Immutable.List []}
13565
13587
  testGroups={Immutable.List []}
13566
13588
  updatePreviewError={null}
13567
13589
  updatePreviewErrors={Array []}
13590
+ wecrmAccounts={Array []}
13568
13591
  >
13569
13592
  <CommonTestAndPreview
13570
13593
  actions={
@@ -13576,8 +13599,10 @@ new message content.",
13576
13599
  "createMessageMetaRequested": [Function],
13577
13600
  "extractTagsRequested": [Function],
13578
13601
  "getPrefilledValuesRequested": [Function],
13602
+ "getSenderDetailsRequested": [Function],
13579
13603
  "getTestCustomersRequested": [Function],
13580
13604
  "getTestGroupsRequested": [Function],
13605
+ "getWeCrmAccountsRequested": [Function],
13581
13606
  "searchCustomersRequested": [Function],
13582
13607
  "sendTestMessageRequested": [Function],
13583
13608
  "updatePreviewRequested": [Function],
@@ -15864,16 +15889,25 @@ new message content.",
15864
15889
  isExtractingTags={false}
15865
15890
  isFetchingTestCustomers={false}
15866
15891
  isFetchingTestGroups={false}
15892
+ isLoadingSenderDetails={false}
15867
15893
  isSearchingCustomer={false}
15868
15894
  isSendingTestMessage={false}
15869
15895
  isUpdatingPreview={false}
15870
15896
  messageMetaConfigId={null}
15871
15897
  onClose={[Function]}
15898
+ orgUnitId={-1}
15872
15899
  prefilledValues={Object {}}
15873
15900
  previewData={null}
15874
15901
  rcsIosPreview={false}
15875
15902
  rcsOrientation={null}
15876
15903
  rcsType={null}
15904
+ senderDetailsByChannel={
15905
+ Object {
15906
+ "EMAIL": Array [],
15907
+ "SMS": Array [],
15908
+ "WHATSAPP": Array [],
15909
+ }
15910
+ }
15877
15911
  show={false}
15878
15912
  templateLayoutType={null}
15879
15913
  testCustomers={Immutable.List []}
@@ -15881,6 +15915,7 @@ new message content.",
15881
15915
  unicodeEnabled={false}
15882
15916
  updatePreviewError={null}
15883
15917
  updatePreviewErrors={Array []}
15918
+ wecrmAccounts={Array []}
15884
15919
  whatsappAccountName={null}
15885
15920
  whatsappContentLen={0}
15886
15921
  >
@@ -15924,14 +15959,36 @@ new message content.",
15924
15959
  <SendTestMessage
15925
15960
  channel="RCS"
15926
15961
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
15927
- formData={null}
15962
+ deliverySettings={Object {}}
15963
+ formData={
15964
+ Object {
15965
+ "suggestions": Array [
15966
+ Object {
15967
+ "index": 0,
15968
+ "isSaved": true,
15969
+ "phoneNumber": "",
15970
+ "postback": "stop",
15971
+ "text": "stop",
15972
+ "type": "QUICK_REPLY",
15973
+ "url": null,
15974
+ },
15975
+ ],
15976
+ "templateHeader": "",
15977
+ "templateMessage": "",
15978
+ }
15979
+ }
15928
15980
  formatMessage={[Function]}
15929
15981
  handleSendTestMessage={[Function]}
15930
15982
  handleTestEntitiesChange={[Function]}
15931
15983
  isFetchingTestCustomers={false}
15932
15984
  isFetchingTestGroups={false}
15985
+ isLoadingSenderDetails={false}
15933
15986
  isSendingTestMessage={false}
15987
+ onSaveDeliverySettings={[Function]}
15988
+ registeredSenderIds={Array []}
15934
15989
  selectedTestEntities={Array []}
15990
+ senderDetailsOptions={Array []}
15991
+ smsTraiDltEnabled={false}
15935
15992
  testEntitiesTreeData={
15936
15993
  Array [
15937
15994
  Object {
@@ -15948,6 +16005,7 @@ new message content.",
15948
16005
  },
15949
16006
  ]
15950
16007
  }
16008
+ wecrmAccounts={Array []}
15951
16009
  />
15952
16010
  </CapRow>
15953
16011
  <CapDivider
@@ -27249,8 +27307,10 @@ new message content.",
27249
27307
  "createMessageMetaRequested": [Function],
27250
27308
  "extractTagsRequested": [Function],
27251
27309
  "getPrefilledValuesRequested": [Function],
27310
+ "getSenderDetailsRequested": [Function],
27252
27311
  "getTestCustomersRequested": [Function],
27253
27312
  "getTestGroupsRequested": [Function],
27313
+ "getWeCrmAccountsRequested": [Function],
27254
27314
  "searchCustomersRequested": [Function],
27255
27315
  "sendTestMessageRequested": [Function],
27256
27316
  "updatePreviewRequested": [Function],
@@ -27282,6 +27342,7 @@ new message content.",
27282
27342
  isExtractingTags={false}
27283
27343
  isFetchingTestCustomers={false}
27284
27344
  isFetchingTestGroups={false}
27345
+ isLoadingSenderDetails={false}
27285
27346
  isSearchingCustomer={false}
27286
27347
  isSendingTestMessage={false}
27287
27348
  isUpdatingPreview={false}
@@ -27289,11 +27350,19 @@ new message content.",
27289
27350
  onClose={[Function]}
27290
27351
  prefilledValues={Object {}}
27291
27352
  previewData={null}
27353
+ senderDetailsByChannel={
27354
+ Object {
27355
+ "EMAIL": Array [],
27356
+ "SMS": Array [],
27357
+ "WHATSAPP": Array [],
27358
+ }
27359
+ }
27292
27360
  show={false}
27293
27361
  testCustomers={Immutable.List []}
27294
27362
  testGroups={Immutable.List []}
27295
27363
  updatePreviewError={null}
27296
27364
  updatePreviewErrors={Array []}
27365
+ wecrmAccounts={Array []}
27297
27366
  >
27298
27367
  <TestAndPreviewSlidebox
27299
27368
  actions={
@@ -27305,8 +27374,10 @@ new message content.",
27305
27374
  "createMessageMetaRequested": [Function],
27306
27375
  "extractTagsRequested": [Function],
27307
27376
  "getPrefilledValuesRequested": [Function],
27377
+ "getSenderDetailsRequested": [Function],
27308
27378
  "getTestCustomersRequested": [Function],
27309
27379
  "getTestGroupsRequested": [Function],
27380
+ "getWeCrmAccountsRequested": [Function],
27310
27381
  "searchCustomersRequested": [Function],
27311
27382
  "sendTestMessageRequested": [Function],
27312
27383
  "updatePreviewRequested": [Function],
@@ -29586,18 +29657,28 @@ new message content.",
29586
29657
  isExtractingTags={false}
29587
29658
  isFetchingTestCustomers={false}
29588
29659
  isFetchingTestGroups={false}
29660
+ isLoadingSenderDetails={false}
29589
29661
  isSearchingCustomer={false}
29590
29662
  isSendingTestMessage={false}
29591
29663
  isUpdatingPreview={false}
29592
29664
  messageMetaConfigId={null}
29593
29665
  onClose={[Function]}
29666
+ orgUnitId={-1}
29594
29667
  prefilledValues={Object {}}
29595
29668
  previewData={null}
29669
+ senderDetailsByChannel={
29670
+ Object {
29671
+ "EMAIL": Array [],
29672
+ "SMS": Array [],
29673
+ "WHATSAPP": Array [],
29674
+ }
29675
+ }
29596
29676
  show={false}
29597
29677
  testCustomers={Immutable.List []}
29598
29678
  testGroups={Immutable.List []}
29599
29679
  updatePreviewError={null}
29600
29680
  updatePreviewErrors={Array []}
29681
+ wecrmAccounts={Array []}
29601
29682
  >
29602
29683
  <CommonTestAndPreview
29603
29684
  actions={
@@ -29609,8 +29690,10 @@ new message content.",
29609
29690
  "createMessageMetaRequested": [Function],
29610
29691
  "extractTagsRequested": [Function],
29611
29692
  "getPrefilledValuesRequested": [Function],
29693
+ "getSenderDetailsRequested": [Function],
29612
29694
  "getTestCustomersRequested": [Function],
29613
29695
  "getTestGroupsRequested": [Function],
29696
+ "getWeCrmAccountsRequested": [Function],
29614
29697
  "searchCustomersRequested": [Function],
29615
29698
  "sendTestMessageRequested": [Function],
29616
29699
  "updatePreviewRequested": [Function],
@@ -31897,16 +31980,25 @@ new message content.",
31897
31980
  isExtractingTags={false}
31898
31981
  isFetchingTestCustomers={false}
31899
31982
  isFetchingTestGroups={false}
31983
+ isLoadingSenderDetails={false}
31900
31984
  isSearchingCustomer={false}
31901
31985
  isSendingTestMessage={false}
31902
31986
  isUpdatingPreview={false}
31903
31987
  messageMetaConfigId={null}
31904
31988
  onClose={[Function]}
31989
+ orgUnitId={-1}
31905
31990
  prefilledValues={Object {}}
31906
31991
  previewData={null}
31907
31992
  rcsIosPreview={false}
31908
31993
  rcsOrientation={null}
31909
31994
  rcsType={null}
31995
+ senderDetailsByChannel={
31996
+ Object {
31997
+ "EMAIL": Array [],
31998
+ "SMS": Array [],
31999
+ "WHATSAPP": Array [],
32000
+ }
32001
+ }
31910
32002
  show={false}
31911
32003
  templateLayoutType={null}
31912
32004
  testCustomers={Immutable.List []}
@@ -31914,6 +32006,7 @@ new message content.",
31914
32006
  unicodeEnabled={false}
31915
32007
  updatePreviewError={null}
31916
32008
  updatePreviewErrors={Array []}
32009
+ wecrmAccounts={Array []}
31917
32010
  whatsappAccountName={null}
31918
32011
  whatsappContentLen={0}
31919
32012
  >
@@ -31957,14 +32050,36 @@ new message content.",
31957
32050
  <SendTestMessage
31958
32051
  channel="RCS"
31959
32052
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
31960
- formData={null}
32053
+ deliverySettings={Object {}}
32054
+ formData={
32055
+ Object {
32056
+ "suggestions": Array [
32057
+ Object {
32058
+ "index": 0,
32059
+ "isSaved": true,
32060
+ "phoneNumber": "",
32061
+ "postback": "stop",
32062
+ "text": "stop",
32063
+ "type": "QUICK_REPLY",
32064
+ "url": null,
32065
+ },
32066
+ ],
32067
+ "templateHeader": "",
32068
+ "templateMessage": "",
32069
+ }
32070
+ }
31961
32071
  formatMessage={[Function]}
31962
32072
  handleSendTestMessage={[Function]}
31963
32073
  handleTestEntitiesChange={[Function]}
31964
32074
  isFetchingTestCustomers={false}
31965
32075
  isFetchingTestGroups={false}
32076
+ isLoadingSenderDetails={false}
31966
32077
  isSendingTestMessage={false}
32078
+ onSaveDeliverySettings={[Function]}
32079
+ registeredSenderIds={Array []}
31967
32080
  selectedTestEntities={Array []}
32081
+ senderDetailsOptions={Array []}
32082
+ smsTraiDltEnabled={false}
31968
32083
  testEntitiesTreeData={
31969
32084
  Array [
31970
32085
  Object {
@@ -31981,6 +32096,7 @@ new message content.",
31981
32096
  },
31982
32097
  ]
31983
32098
  }
32099
+ wecrmAccounts={Array []}
31984
32100
  />
31985
32101
  </CapRow>
31986
32102
  <CapDivider
@@ -43804,8 +43920,10 @@ new message content.",
43804
43920
  "createMessageMetaRequested": [Function],
43805
43921
  "extractTagsRequested": [Function],
43806
43922
  "getPrefilledValuesRequested": [Function],
43923
+ "getSenderDetailsRequested": [Function],
43807
43924
  "getTestCustomersRequested": [Function],
43808
43925
  "getTestGroupsRequested": [Function],
43926
+ "getWeCrmAccountsRequested": [Function],
43809
43927
  "searchCustomersRequested": [Function],
43810
43928
  "sendTestMessageRequested": [Function],
43811
43929
  "updatePreviewRequested": [Function],
@@ -43837,6 +43955,7 @@ new message content.",
43837
43955
  isExtractingTags={false}
43838
43956
  isFetchingTestCustomers={false}
43839
43957
  isFetchingTestGroups={false}
43958
+ isLoadingSenderDetails={false}
43840
43959
  isSearchingCustomer={false}
43841
43960
  isSendingTestMessage={false}
43842
43961
  isUpdatingPreview={false}
@@ -43844,11 +43963,19 @@ new message content.",
43844
43963
  onClose={[Function]}
43845
43964
  prefilledValues={Object {}}
43846
43965
  previewData={null}
43966
+ senderDetailsByChannel={
43967
+ Object {
43968
+ "EMAIL": Array [],
43969
+ "SMS": Array [],
43970
+ "WHATSAPP": Array [],
43971
+ }
43972
+ }
43847
43973
  show={false}
43848
43974
  testCustomers={Immutable.List []}
43849
43975
  testGroups={Immutable.List []}
43850
43976
  updatePreviewError={null}
43851
43977
  updatePreviewErrors={Array []}
43978
+ wecrmAccounts={Array []}
43852
43979
  >
43853
43980
  <TestAndPreviewSlidebox
43854
43981
  actions={
@@ -43860,8 +43987,10 @@ new message content.",
43860
43987
  "createMessageMetaRequested": [Function],
43861
43988
  "extractTagsRequested": [Function],
43862
43989
  "getPrefilledValuesRequested": [Function],
43990
+ "getSenderDetailsRequested": [Function],
43863
43991
  "getTestCustomersRequested": [Function],
43864
43992
  "getTestGroupsRequested": [Function],
43993
+ "getWeCrmAccountsRequested": [Function],
43865
43994
  "searchCustomersRequested": [Function],
43866
43995
  "sendTestMessageRequested": [Function],
43867
43996
  "updatePreviewRequested": [Function],
@@ -46141,18 +46270,28 @@ new message content.",
46141
46270
  isExtractingTags={false}
46142
46271
  isFetchingTestCustomers={false}
46143
46272
  isFetchingTestGroups={false}
46273
+ isLoadingSenderDetails={false}
46144
46274
  isSearchingCustomer={false}
46145
46275
  isSendingTestMessage={false}
46146
46276
  isUpdatingPreview={false}
46147
46277
  messageMetaConfigId={null}
46148
46278
  onClose={[Function]}
46279
+ orgUnitId={-1}
46149
46280
  prefilledValues={Object {}}
46150
46281
  previewData={null}
46282
+ senderDetailsByChannel={
46283
+ Object {
46284
+ "EMAIL": Array [],
46285
+ "SMS": Array [],
46286
+ "WHATSAPP": Array [],
46287
+ }
46288
+ }
46151
46289
  show={false}
46152
46290
  testCustomers={Immutable.List []}
46153
46291
  testGroups={Immutable.List []}
46154
46292
  updatePreviewError={null}
46155
46293
  updatePreviewErrors={Array []}
46294
+ wecrmAccounts={Array []}
46156
46295
  >
46157
46296
  <CommonTestAndPreview
46158
46297
  actions={
@@ -46164,8 +46303,10 @@ new message content.",
46164
46303
  "createMessageMetaRequested": [Function],
46165
46304
  "extractTagsRequested": [Function],
46166
46305
  "getPrefilledValuesRequested": [Function],
46306
+ "getSenderDetailsRequested": [Function],
46167
46307
  "getTestCustomersRequested": [Function],
46168
46308
  "getTestGroupsRequested": [Function],
46309
+ "getWeCrmAccountsRequested": [Function],
46169
46310
  "searchCustomersRequested": [Function],
46170
46311
  "sendTestMessageRequested": [Function],
46171
46312
  "updatePreviewRequested": [Function],
@@ -48452,16 +48593,25 @@ new message content.",
48452
48593
  isExtractingTags={false}
48453
48594
  isFetchingTestCustomers={false}
48454
48595
  isFetchingTestGroups={false}
48596
+ isLoadingSenderDetails={false}
48455
48597
  isSearchingCustomer={false}
48456
48598
  isSendingTestMessage={false}
48457
48599
  isUpdatingPreview={false}
48458
48600
  messageMetaConfigId={null}
48459
48601
  onClose={[Function]}
48602
+ orgUnitId={-1}
48460
48603
  prefilledValues={Object {}}
48461
48604
  previewData={null}
48462
48605
  rcsIosPreview={false}
48463
48606
  rcsOrientation={null}
48464
48607
  rcsType={null}
48608
+ senderDetailsByChannel={
48609
+ Object {
48610
+ "EMAIL": Array [],
48611
+ "SMS": Array [],
48612
+ "WHATSAPP": Array [],
48613
+ }
48614
+ }
48465
48615
  show={false}
48466
48616
  templateLayoutType={null}
48467
48617
  testCustomers={Immutable.List []}
@@ -48469,6 +48619,7 @@ new message content.",
48469
48619
  unicodeEnabled={false}
48470
48620
  updatePreviewError={null}
48471
48621
  updatePreviewErrors={Array []}
48622
+ wecrmAccounts={Array []}
48472
48623
  whatsappAccountName={null}
48473
48624
  whatsappContentLen={0}
48474
48625
  >
@@ -48512,14 +48663,36 @@ new message content.",
48512
48663
  <SendTestMessage
48513
48664
  channel="RCS"
48514
48665
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
48515
- formData={null}
48666
+ deliverySettings={Object {}}
48667
+ formData={
48668
+ Object {
48669
+ "suggestions": Array [
48670
+ Object {
48671
+ "index": 0,
48672
+ "isSaved": true,
48673
+ "phoneNumber": "",
48674
+ "postback": "stop",
48675
+ "text": "stop",
48676
+ "type": "QUICK_REPLY",
48677
+ "url": null,
48678
+ },
48679
+ ],
48680
+ "templateHeader": "",
48681
+ "templateMessage": "",
48682
+ }
48683
+ }
48516
48684
  formatMessage={[Function]}
48517
48685
  handleSendTestMessage={[Function]}
48518
48686
  handleTestEntitiesChange={[Function]}
48519
48687
  isFetchingTestCustomers={false}
48520
48688
  isFetchingTestGroups={false}
48689
+ isLoadingSenderDetails={false}
48521
48690
  isSendingTestMessage={false}
48691
+ onSaveDeliverySettings={[Function]}
48692
+ registeredSenderIds={Array []}
48522
48693
  selectedTestEntities={Array []}
48694
+ senderDetailsOptions={Array []}
48695
+ smsTraiDltEnabled={false}
48523
48696
  testEntitiesTreeData={
48524
48697
  Array [
48525
48698
  Object {
@@ -48536,6 +48709,7 @@ new message content.",
48536
48709
  },
48537
48710
  ]
48538
48711
  }
48712
+ wecrmAccounts={Array []}
48539
48713
  />
48540
48714
  </CapRow>
48541
48715
  <CapDivider
@@ -60907,8 +61081,10 @@ new message content.",
60907
61081
  "createMessageMetaRequested": [Function],
60908
61082
  "extractTagsRequested": [Function],
60909
61083
  "getPrefilledValuesRequested": [Function],
61084
+ "getSenderDetailsRequested": [Function],
60910
61085
  "getTestCustomersRequested": [Function],
60911
61086
  "getTestGroupsRequested": [Function],
61087
+ "getWeCrmAccountsRequested": [Function],
60912
61088
  "searchCustomersRequested": [Function],
60913
61089
  "sendTestMessageRequested": [Function],
60914
61090
  "updatePreviewRequested": [Function],
@@ -60940,6 +61116,7 @@ new message content.",
60940
61116
  isExtractingTags={false}
60941
61117
  isFetchingTestCustomers={false}
60942
61118
  isFetchingTestGroups={false}
61119
+ isLoadingSenderDetails={false}
60943
61120
  isSearchingCustomer={false}
60944
61121
  isSendingTestMessage={false}
60945
61122
  isUpdatingPreview={false}
@@ -60947,11 +61124,19 @@ new message content.",
60947
61124
  onClose={[Function]}
60948
61125
  prefilledValues={Object {}}
60949
61126
  previewData={null}
61127
+ senderDetailsByChannel={
61128
+ Object {
61129
+ "EMAIL": Array [],
61130
+ "SMS": Array [],
61131
+ "WHATSAPP": Array [],
61132
+ }
61133
+ }
60950
61134
  show={false}
60951
61135
  testCustomers={Immutable.List []}
60952
61136
  testGroups={Immutable.List []}
60953
61137
  updatePreviewError={null}
60954
61138
  updatePreviewErrors={Array []}
61139
+ wecrmAccounts={Array []}
60955
61140
  >
60956
61141
  <TestAndPreviewSlidebox
60957
61142
  actions={
@@ -60963,8 +61148,10 @@ new message content.",
60963
61148
  "createMessageMetaRequested": [Function],
60964
61149
  "extractTagsRequested": [Function],
60965
61150
  "getPrefilledValuesRequested": [Function],
61151
+ "getSenderDetailsRequested": [Function],
60966
61152
  "getTestCustomersRequested": [Function],
60967
61153
  "getTestGroupsRequested": [Function],
61154
+ "getWeCrmAccountsRequested": [Function],
60968
61155
  "searchCustomersRequested": [Function],
60969
61156
  "sendTestMessageRequested": [Function],
60970
61157
  "updatePreviewRequested": [Function],
@@ -63244,18 +63431,28 @@ new message content.",
63244
63431
  isExtractingTags={false}
63245
63432
  isFetchingTestCustomers={false}
63246
63433
  isFetchingTestGroups={false}
63434
+ isLoadingSenderDetails={false}
63247
63435
  isSearchingCustomer={false}
63248
63436
  isSendingTestMessage={false}
63249
63437
  isUpdatingPreview={false}
63250
63438
  messageMetaConfigId={null}
63251
63439
  onClose={[Function]}
63440
+ orgUnitId={-1}
63252
63441
  prefilledValues={Object {}}
63253
63442
  previewData={null}
63443
+ senderDetailsByChannel={
63444
+ Object {
63445
+ "EMAIL": Array [],
63446
+ "SMS": Array [],
63447
+ "WHATSAPP": Array [],
63448
+ }
63449
+ }
63254
63450
  show={false}
63255
63451
  testCustomers={Immutable.List []}
63256
63452
  testGroups={Immutable.List []}
63257
63453
  updatePreviewError={null}
63258
63454
  updatePreviewErrors={Array []}
63455
+ wecrmAccounts={Array []}
63259
63456
  >
63260
63457
  <CommonTestAndPreview
63261
63458
  actions={
@@ -63267,8 +63464,10 @@ new message content.",
63267
63464
  "createMessageMetaRequested": [Function],
63268
63465
  "extractTagsRequested": [Function],
63269
63466
  "getPrefilledValuesRequested": [Function],
63467
+ "getSenderDetailsRequested": [Function],
63270
63468
  "getTestCustomersRequested": [Function],
63271
63469
  "getTestGroupsRequested": [Function],
63470
+ "getWeCrmAccountsRequested": [Function],
63272
63471
  "searchCustomersRequested": [Function],
63273
63472
  "sendTestMessageRequested": [Function],
63274
63473
  "updatePreviewRequested": [Function],
@@ -65555,16 +65754,25 @@ new message content.",
65555
65754
  isExtractingTags={false}
65556
65755
  isFetchingTestCustomers={false}
65557
65756
  isFetchingTestGroups={false}
65757
+ isLoadingSenderDetails={false}
65558
65758
  isSearchingCustomer={false}
65559
65759
  isSendingTestMessage={false}
65560
65760
  isUpdatingPreview={false}
65561
65761
  messageMetaConfigId={null}
65562
65762
  onClose={[Function]}
65763
+ orgUnitId={-1}
65563
65764
  prefilledValues={Object {}}
65564
65765
  previewData={null}
65565
65766
  rcsIosPreview={false}
65566
65767
  rcsOrientation={null}
65567
65768
  rcsType={null}
65769
+ senderDetailsByChannel={
65770
+ Object {
65771
+ "EMAIL": Array [],
65772
+ "SMS": Array [],
65773
+ "WHATSAPP": Array [],
65774
+ }
65775
+ }
65568
65776
  show={false}
65569
65777
  templateLayoutType={null}
65570
65778
  testCustomers={Immutable.List []}
@@ -65572,6 +65780,7 @@ new message content.",
65572
65780
  unicodeEnabled={false}
65573
65781
  updatePreviewError={null}
65574
65782
  updatePreviewErrors={Array []}
65783
+ wecrmAccounts={Array []}
65575
65784
  whatsappAccountName={null}
65576
65785
  whatsappContentLen={0}
65577
65786
  >
@@ -65615,14 +65824,36 @@ new message content.",
65615
65824
  <SendTestMessage
65616
65825
  channel="RCS"
65617
65826
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
65618
- formData={null}
65827
+ deliverySettings={Object {}}
65828
+ formData={
65829
+ Object {
65830
+ "suggestions": Array [
65831
+ Object {
65832
+ "index": 0,
65833
+ "isSaved": true,
65834
+ "phoneNumber": "",
65835
+ "postback": "stop",
65836
+ "text": "stop",
65837
+ "type": "QUICK_REPLY",
65838
+ "url": null,
65839
+ },
65840
+ ],
65841
+ "templateHeader": "",
65842
+ "templateMessage": "",
65843
+ }
65844
+ }
65619
65845
  formatMessage={[Function]}
65620
65846
  handleSendTestMessage={[Function]}
65621
65847
  handleTestEntitiesChange={[Function]}
65622
65848
  isFetchingTestCustomers={false}
65623
65849
  isFetchingTestGroups={false}
65850
+ isLoadingSenderDetails={false}
65624
65851
  isSendingTestMessage={false}
65852
+ onSaveDeliverySettings={[Function]}
65853
+ registeredSenderIds={Array []}
65625
65854
  selectedTestEntities={Array []}
65855
+ senderDetailsOptions={Array []}
65856
+ smsTraiDltEnabled={false}
65626
65857
  testEntitiesTreeData={
65627
65858
  Array [
65628
65859
  Object {
@@ -65639,6 +65870,7 @@ new message content.",
65639
65870
  },
65640
65871
  ]
65641
65872
  }
65873
+ wecrmAccounts={Array []}
65642
65874
  />
65643
65875
  </CapRow>
65644
65876
  <CapDivider
@@ -76940,8 +77172,10 @@ new message content.",
76940
77172
  "createMessageMetaRequested": [Function],
76941
77173
  "extractTagsRequested": [Function],
76942
77174
  "getPrefilledValuesRequested": [Function],
77175
+ "getSenderDetailsRequested": [Function],
76943
77176
  "getTestCustomersRequested": [Function],
76944
77177
  "getTestGroupsRequested": [Function],
77178
+ "getWeCrmAccountsRequested": [Function],
76945
77179
  "searchCustomersRequested": [Function],
76946
77180
  "sendTestMessageRequested": [Function],
76947
77181
  "updatePreviewRequested": [Function],
@@ -76973,6 +77207,7 @@ new message content.",
76973
77207
  isExtractingTags={false}
76974
77208
  isFetchingTestCustomers={false}
76975
77209
  isFetchingTestGroups={false}
77210
+ isLoadingSenderDetails={false}
76976
77211
  isSearchingCustomer={false}
76977
77212
  isSendingTestMessage={false}
76978
77213
  isUpdatingPreview={false}
@@ -76980,11 +77215,19 @@ new message content.",
76980
77215
  onClose={[Function]}
76981
77216
  prefilledValues={Object {}}
76982
77217
  previewData={null}
77218
+ senderDetailsByChannel={
77219
+ Object {
77220
+ "EMAIL": Array [],
77221
+ "SMS": Array [],
77222
+ "WHATSAPP": Array [],
77223
+ }
77224
+ }
76983
77225
  show={false}
76984
77226
  testCustomers={Immutable.List []}
76985
77227
  testGroups={Immutable.List []}
76986
77228
  updatePreviewError={null}
76987
77229
  updatePreviewErrors={Array []}
77230
+ wecrmAccounts={Array []}
76988
77231
  >
76989
77232
  <TestAndPreviewSlidebox
76990
77233
  actions={
@@ -76996,8 +77239,10 @@ new message content.",
76996
77239
  "createMessageMetaRequested": [Function],
76997
77240
  "extractTagsRequested": [Function],
76998
77241
  "getPrefilledValuesRequested": [Function],
77242
+ "getSenderDetailsRequested": [Function],
76999
77243
  "getTestCustomersRequested": [Function],
77000
77244
  "getTestGroupsRequested": [Function],
77245
+ "getWeCrmAccountsRequested": [Function],
77001
77246
  "searchCustomersRequested": [Function],
77002
77247
  "sendTestMessageRequested": [Function],
77003
77248
  "updatePreviewRequested": [Function],
@@ -79277,18 +79522,28 @@ new message content.",
79277
79522
  isExtractingTags={false}
79278
79523
  isFetchingTestCustomers={false}
79279
79524
  isFetchingTestGroups={false}
79525
+ isLoadingSenderDetails={false}
79280
79526
  isSearchingCustomer={false}
79281
79527
  isSendingTestMessage={false}
79282
79528
  isUpdatingPreview={false}
79283
79529
  messageMetaConfigId={null}
79284
79530
  onClose={[Function]}
79531
+ orgUnitId={-1}
79285
79532
  prefilledValues={Object {}}
79286
79533
  previewData={null}
79534
+ senderDetailsByChannel={
79535
+ Object {
79536
+ "EMAIL": Array [],
79537
+ "SMS": Array [],
79538
+ "WHATSAPP": Array [],
79539
+ }
79540
+ }
79287
79541
  show={false}
79288
79542
  testCustomers={Immutable.List []}
79289
79543
  testGroups={Immutable.List []}
79290
79544
  updatePreviewError={null}
79291
79545
  updatePreviewErrors={Array []}
79546
+ wecrmAccounts={Array []}
79292
79547
  >
79293
79548
  <CommonTestAndPreview
79294
79549
  actions={
@@ -79300,8 +79555,10 @@ new message content.",
79300
79555
  "createMessageMetaRequested": [Function],
79301
79556
  "extractTagsRequested": [Function],
79302
79557
  "getPrefilledValuesRequested": [Function],
79558
+ "getSenderDetailsRequested": [Function],
79303
79559
  "getTestCustomersRequested": [Function],
79304
79560
  "getTestGroupsRequested": [Function],
79561
+ "getWeCrmAccountsRequested": [Function],
79305
79562
  "searchCustomersRequested": [Function],
79306
79563
  "sendTestMessageRequested": [Function],
79307
79564
  "updatePreviewRequested": [Function],
@@ -81588,16 +81845,25 @@ new message content.",
81588
81845
  isExtractingTags={false}
81589
81846
  isFetchingTestCustomers={false}
81590
81847
  isFetchingTestGroups={false}
81848
+ isLoadingSenderDetails={false}
81591
81849
  isSearchingCustomer={false}
81592
81850
  isSendingTestMessage={false}
81593
81851
  isUpdatingPreview={false}
81594
81852
  messageMetaConfigId={null}
81595
81853
  onClose={[Function]}
81854
+ orgUnitId={-1}
81596
81855
  prefilledValues={Object {}}
81597
81856
  previewData={null}
81598
81857
  rcsIosPreview={false}
81599
81858
  rcsOrientation={null}
81600
81859
  rcsType={null}
81860
+ senderDetailsByChannel={
81861
+ Object {
81862
+ "EMAIL": Array [],
81863
+ "SMS": Array [],
81864
+ "WHATSAPP": Array [],
81865
+ }
81866
+ }
81601
81867
  show={false}
81602
81868
  templateLayoutType={null}
81603
81869
  testCustomers={Immutable.List []}
@@ -81605,6 +81871,7 @@ new message content.",
81605
81871
  unicodeEnabled={false}
81606
81872
  updatePreviewError={null}
81607
81873
  updatePreviewErrors={Array []}
81874
+ wecrmAccounts={Array []}
81608
81875
  whatsappAccountName={null}
81609
81876
  whatsappContentLen={0}
81610
81877
  >
@@ -81648,14 +81915,36 @@ new message content.",
81648
81915
  <SendTestMessage
81649
81916
  channel="RCS"
81650
81917
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
81651
- formData={null}
81918
+ deliverySettings={Object {}}
81919
+ formData={
81920
+ Object {
81921
+ "suggestions": Array [
81922
+ Object {
81923
+ "index": 0,
81924
+ "isSaved": true,
81925
+ "phoneNumber": "",
81926
+ "postback": "stop",
81927
+ "text": "stop",
81928
+ "type": "QUICK_REPLY",
81929
+ "url": null,
81930
+ },
81931
+ ],
81932
+ "templateHeader": "",
81933
+ "templateMessage": "",
81934
+ }
81935
+ }
81652
81936
  formatMessage={[Function]}
81653
81937
  handleSendTestMessage={[Function]}
81654
81938
  handleTestEntitiesChange={[Function]}
81655
81939
  isFetchingTestCustomers={false}
81656
81940
  isFetchingTestGroups={false}
81941
+ isLoadingSenderDetails={false}
81657
81942
  isSendingTestMessage={false}
81943
+ onSaveDeliverySettings={[Function]}
81944
+ registeredSenderIds={Array []}
81658
81945
  selectedTestEntities={Array []}
81946
+ senderDetailsOptions={Array []}
81947
+ smsTraiDltEnabled={false}
81659
81948
  testEntitiesTreeData={
81660
81949
  Array [
81661
81950
  Object {
@@ -81672,6 +81961,7 @@ new message content.",
81672
81961
  },
81673
81962
  ]
81674
81963
  }
81964
+ wecrmAccounts={Array []}
81675
81965
  />
81676
81966
  </CapRow>
81677
81967
  <CapDivider
@@ -96289,8 +96579,10 @@ new message content.",
96289
96579
  "createMessageMetaRequested": [Function],
96290
96580
  "extractTagsRequested": [Function],
96291
96581
  "getPrefilledValuesRequested": [Function],
96582
+ "getSenderDetailsRequested": [Function],
96292
96583
  "getTestCustomersRequested": [Function],
96293
96584
  "getTestGroupsRequested": [Function],
96585
+ "getWeCrmAccountsRequested": [Function],
96294
96586
  "searchCustomersRequested": [Function],
96295
96587
  "sendTestMessageRequested": [Function],
96296
96588
  "updatePreviewRequested": [Function],
@@ -96322,6 +96614,7 @@ new message content.",
96322
96614
  isExtractingTags={false}
96323
96615
  isFetchingTestCustomers={false}
96324
96616
  isFetchingTestGroups={false}
96617
+ isLoadingSenderDetails={false}
96325
96618
  isSearchingCustomer={false}
96326
96619
  isSendingTestMessage={false}
96327
96620
  isUpdatingPreview={false}
@@ -96329,11 +96622,19 @@ new message content.",
96329
96622
  onClose={[Function]}
96330
96623
  prefilledValues={Object {}}
96331
96624
  previewData={null}
96625
+ senderDetailsByChannel={
96626
+ Object {
96627
+ "EMAIL": Array [],
96628
+ "SMS": Array [],
96629
+ "WHATSAPP": Array [],
96630
+ }
96631
+ }
96332
96632
  show={false}
96333
96633
  testCustomers={Immutable.List []}
96334
96634
  testGroups={Immutable.List []}
96335
96635
  updatePreviewError={null}
96336
96636
  updatePreviewErrors={Array []}
96637
+ wecrmAccounts={Array []}
96337
96638
  >
96338
96639
  <TestAndPreviewSlidebox
96339
96640
  actions={
@@ -96345,8 +96646,10 @@ new message content.",
96345
96646
  "createMessageMetaRequested": [Function],
96346
96647
  "extractTagsRequested": [Function],
96347
96648
  "getPrefilledValuesRequested": [Function],
96649
+ "getSenderDetailsRequested": [Function],
96348
96650
  "getTestCustomersRequested": [Function],
96349
96651
  "getTestGroupsRequested": [Function],
96652
+ "getWeCrmAccountsRequested": [Function],
96350
96653
  "searchCustomersRequested": [Function],
96351
96654
  "sendTestMessageRequested": [Function],
96352
96655
  "updatePreviewRequested": [Function],
@@ -98626,18 +98929,28 @@ new message content.",
98626
98929
  isExtractingTags={false}
98627
98930
  isFetchingTestCustomers={false}
98628
98931
  isFetchingTestGroups={false}
98932
+ isLoadingSenderDetails={false}
98629
98933
  isSearchingCustomer={false}
98630
98934
  isSendingTestMessage={false}
98631
98935
  isUpdatingPreview={false}
98632
98936
  messageMetaConfigId={null}
98633
98937
  onClose={[Function]}
98938
+ orgUnitId={-1}
98634
98939
  prefilledValues={Object {}}
98635
98940
  previewData={null}
98941
+ senderDetailsByChannel={
98942
+ Object {
98943
+ "EMAIL": Array [],
98944
+ "SMS": Array [],
98945
+ "WHATSAPP": Array [],
98946
+ }
98947
+ }
98636
98948
  show={false}
98637
98949
  testCustomers={Immutable.List []}
98638
98950
  testGroups={Immutable.List []}
98639
98951
  updatePreviewError={null}
98640
98952
  updatePreviewErrors={Array []}
98953
+ wecrmAccounts={Array []}
98641
98954
  >
98642
98955
  <CommonTestAndPreview
98643
98956
  actions={
@@ -98649,8 +98962,10 @@ new message content.",
98649
98962
  "createMessageMetaRequested": [Function],
98650
98963
  "extractTagsRequested": [Function],
98651
98964
  "getPrefilledValuesRequested": [Function],
98965
+ "getSenderDetailsRequested": [Function],
98652
98966
  "getTestCustomersRequested": [Function],
98653
98967
  "getTestGroupsRequested": [Function],
98968
+ "getWeCrmAccountsRequested": [Function],
98654
98969
  "searchCustomersRequested": [Function],
98655
98970
  "sendTestMessageRequested": [Function],
98656
98971
  "updatePreviewRequested": [Function],
@@ -100937,16 +101252,25 @@ new message content.",
100937
101252
  isExtractingTags={false}
100938
101253
  isFetchingTestCustomers={false}
100939
101254
  isFetchingTestGroups={false}
101255
+ isLoadingSenderDetails={false}
100940
101256
  isSearchingCustomer={false}
100941
101257
  isSendingTestMessage={false}
100942
101258
  isUpdatingPreview={false}
100943
101259
  messageMetaConfigId={null}
100944
101260
  onClose={[Function]}
101261
+ orgUnitId={-1}
100945
101262
  prefilledValues={Object {}}
100946
101263
  previewData={null}
100947
101264
  rcsIosPreview={false}
100948
101265
  rcsOrientation={null}
100949
101266
  rcsType={null}
101267
+ senderDetailsByChannel={
101268
+ Object {
101269
+ "EMAIL": Array [],
101270
+ "SMS": Array [],
101271
+ "WHATSAPP": Array [],
101272
+ }
101273
+ }
100950
101274
  show={false}
100951
101275
  templateLayoutType={null}
100952
101276
  testCustomers={Immutable.List []}
@@ -100954,6 +101278,7 @@ new message content.",
100954
101278
  unicodeEnabled={false}
100955
101279
  updatePreviewError={null}
100956
101280
  updatePreviewErrors={Array []}
101281
+ wecrmAccounts={Array []}
100957
101282
  whatsappAccountName={null}
100958
101283
  whatsappContentLen={0}
100959
101284
  >
@@ -100997,14 +101322,36 @@ new message content.",
100997
101322
  <SendTestMessage
100998
101323
  channel="RCS"
100999
101324
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
101000
- formData={null}
101325
+ deliverySettings={Object {}}
101326
+ formData={
101327
+ Object {
101328
+ "suggestions": Array [
101329
+ Object {
101330
+ "index": 0,
101331
+ "isSaved": true,
101332
+ "phoneNumber": "",
101333
+ "postback": "stop",
101334
+ "text": "stop",
101335
+ "type": "QUICK_REPLY",
101336
+ "url": null,
101337
+ },
101338
+ ],
101339
+ "templateHeader": "",
101340
+ "templateMessage": "",
101341
+ }
101342
+ }
101001
101343
  formatMessage={[Function]}
101002
101344
  handleSendTestMessage={[Function]}
101003
101345
  handleTestEntitiesChange={[Function]}
101004
101346
  isFetchingTestCustomers={false}
101005
101347
  isFetchingTestGroups={false}
101348
+ isLoadingSenderDetails={false}
101006
101349
  isSendingTestMessage={false}
101350
+ onSaveDeliverySettings={[Function]}
101351
+ registeredSenderIds={Array []}
101007
101352
  selectedTestEntities={Array []}
101353
+ senderDetailsOptions={Array []}
101354
+ smsTraiDltEnabled={false}
101008
101355
  testEntitiesTreeData={
101009
101356
  Array [
101010
101357
  Object {
@@ -101021,6 +101368,7 @@ new message content.",
101021
101368
  },
101022
101369
  ]
101023
101370
  }
101371
+ wecrmAccounts={Array []}
101024
101372
  />
101025
101373
  </CapRow>
101026
101374
  <CapDivider
@@ -115638,8 +115986,10 @@ new message content.",
115638
115986
  "createMessageMetaRequested": [Function],
115639
115987
  "extractTagsRequested": [Function],
115640
115988
  "getPrefilledValuesRequested": [Function],
115989
+ "getSenderDetailsRequested": [Function],
115641
115990
  "getTestCustomersRequested": [Function],
115642
115991
  "getTestGroupsRequested": [Function],
115992
+ "getWeCrmAccountsRequested": [Function],
115643
115993
  "searchCustomersRequested": [Function],
115644
115994
  "sendTestMessageRequested": [Function],
115645
115995
  "updatePreviewRequested": [Function],
@@ -115671,6 +116021,7 @@ new message content.",
115671
116021
  isExtractingTags={false}
115672
116022
  isFetchingTestCustomers={false}
115673
116023
  isFetchingTestGroups={false}
116024
+ isLoadingSenderDetails={false}
115674
116025
  isSearchingCustomer={false}
115675
116026
  isSendingTestMessage={false}
115676
116027
  isUpdatingPreview={false}
@@ -115678,11 +116029,19 @@ new message content.",
115678
116029
  onClose={[Function]}
115679
116030
  prefilledValues={Object {}}
115680
116031
  previewData={null}
116032
+ senderDetailsByChannel={
116033
+ Object {
116034
+ "EMAIL": Array [],
116035
+ "SMS": Array [],
116036
+ "WHATSAPP": Array [],
116037
+ }
116038
+ }
115681
116039
  show={false}
115682
116040
  testCustomers={Immutable.List []}
115683
116041
  testGroups={Immutable.List []}
115684
116042
  updatePreviewError={null}
115685
116043
  updatePreviewErrors={Array []}
116044
+ wecrmAccounts={Array []}
115686
116045
  >
115687
116046
  <TestAndPreviewSlidebox
115688
116047
  actions={
@@ -115694,8 +116053,10 @@ new message content.",
115694
116053
  "createMessageMetaRequested": [Function],
115695
116054
  "extractTagsRequested": [Function],
115696
116055
  "getPrefilledValuesRequested": [Function],
116056
+ "getSenderDetailsRequested": [Function],
115697
116057
  "getTestCustomersRequested": [Function],
115698
116058
  "getTestGroupsRequested": [Function],
116059
+ "getWeCrmAccountsRequested": [Function],
115699
116060
  "searchCustomersRequested": [Function],
115700
116061
  "sendTestMessageRequested": [Function],
115701
116062
  "updatePreviewRequested": [Function],
@@ -117975,18 +118336,28 @@ new message content.",
117975
118336
  isExtractingTags={false}
117976
118337
  isFetchingTestCustomers={false}
117977
118338
  isFetchingTestGroups={false}
118339
+ isLoadingSenderDetails={false}
117978
118340
  isSearchingCustomer={false}
117979
118341
  isSendingTestMessage={false}
117980
118342
  isUpdatingPreview={false}
117981
118343
  messageMetaConfigId={null}
117982
118344
  onClose={[Function]}
118345
+ orgUnitId={-1}
117983
118346
  prefilledValues={Object {}}
117984
118347
  previewData={null}
118348
+ senderDetailsByChannel={
118349
+ Object {
118350
+ "EMAIL": Array [],
118351
+ "SMS": Array [],
118352
+ "WHATSAPP": Array [],
118353
+ }
118354
+ }
117985
118355
  show={false}
117986
118356
  testCustomers={Immutable.List []}
117987
118357
  testGroups={Immutable.List []}
117988
118358
  updatePreviewError={null}
117989
118359
  updatePreviewErrors={Array []}
118360
+ wecrmAccounts={Array []}
117990
118361
  >
117991
118362
  <CommonTestAndPreview
117992
118363
  actions={
@@ -117998,8 +118369,10 @@ new message content.",
117998
118369
  "createMessageMetaRequested": [Function],
117999
118370
  "extractTagsRequested": [Function],
118000
118371
  "getPrefilledValuesRequested": [Function],
118372
+ "getSenderDetailsRequested": [Function],
118001
118373
  "getTestCustomersRequested": [Function],
118002
118374
  "getTestGroupsRequested": [Function],
118375
+ "getWeCrmAccountsRequested": [Function],
118003
118376
  "searchCustomersRequested": [Function],
118004
118377
  "sendTestMessageRequested": [Function],
118005
118378
  "updatePreviewRequested": [Function],
@@ -120286,16 +120659,25 @@ new message content.",
120286
120659
  isExtractingTags={false}
120287
120660
  isFetchingTestCustomers={false}
120288
120661
  isFetchingTestGroups={false}
120662
+ isLoadingSenderDetails={false}
120289
120663
  isSearchingCustomer={false}
120290
120664
  isSendingTestMessage={false}
120291
120665
  isUpdatingPreview={false}
120292
120666
  messageMetaConfigId={null}
120293
120667
  onClose={[Function]}
120668
+ orgUnitId={-1}
120294
120669
  prefilledValues={Object {}}
120295
120670
  previewData={null}
120296
120671
  rcsIosPreview={false}
120297
120672
  rcsOrientation={null}
120298
120673
  rcsType={null}
120674
+ senderDetailsByChannel={
120675
+ Object {
120676
+ "EMAIL": Array [],
120677
+ "SMS": Array [],
120678
+ "WHATSAPP": Array [],
120679
+ }
120680
+ }
120299
120681
  show={false}
120300
120682
  templateLayoutType={null}
120301
120683
  testCustomers={Immutable.List []}
@@ -120303,6 +120685,7 @@ new message content.",
120303
120685
  unicodeEnabled={false}
120304
120686
  updatePreviewError={null}
120305
120687
  updatePreviewErrors={Array []}
120688
+ wecrmAccounts={Array []}
120306
120689
  whatsappAccountName={null}
120307
120690
  whatsappContentLen={0}
120308
120691
  >
@@ -120346,14 +120729,36 @@ new message content.",
120346
120729
  <SendTestMessage
120347
120730
  channel="RCS"
120348
120731
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
120349
- formData={null}
120732
+ deliverySettings={Object {}}
120733
+ formData={
120734
+ Object {
120735
+ "suggestions": Array [
120736
+ Object {
120737
+ "index": 0,
120738
+ "isSaved": true,
120739
+ "phoneNumber": "",
120740
+ "postback": "stop",
120741
+ "text": "stop",
120742
+ "type": "QUICK_REPLY",
120743
+ "url": null,
120744
+ },
120745
+ ],
120746
+ "templateHeader": "",
120747
+ "templateMessage": "",
120748
+ }
120749
+ }
120350
120750
  formatMessage={[Function]}
120351
120751
  handleSendTestMessage={[Function]}
120352
120752
  handleTestEntitiesChange={[Function]}
120353
120753
  isFetchingTestCustomers={false}
120354
120754
  isFetchingTestGroups={false}
120755
+ isLoadingSenderDetails={false}
120355
120756
  isSendingTestMessage={false}
120757
+ onSaveDeliverySettings={[Function]}
120758
+ registeredSenderIds={Array []}
120356
120759
  selectedTestEntities={Array []}
120760
+ senderDetailsOptions={Array []}
120761
+ smsTraiDltEnabled={false}
120357
120762
  testEntitiesTreeData={
120358
120763
  Array [
120359
120764
  Object {
@@ -120370,6 +120775,7 @@ new message content.",
120370
120775
  },
120371
120776
  ]
120372
120777
  }
120778
+ wecrmAccounts={Array []}
120373
120779
  />
120374
120780
  </CapRow>
120375
120781
  <CapDivider
@@ -135655,8 +136061,10 @@ new message content.",
135655
136061
  "createMessageMetaRequested": [Function],
135656
136062
  "extractTagsRequested": [Function],
135657
136063
  "getPrefilledValuesRequested": [Function],
136064
+ "getSenderDetailsRequested": [Function],
135658
136065
  "getTestCustomersRequested": [Function],
135659
136066
  "getTestGroupsRequested": [Function],
136067
+ "getWeCrmAccountsRequested": [Function],
135660
136068
  "searchCustomersRequested": [Function],
135661
136069
  "sendTestMessageRequested": [Function],
135662
136070
  "updatePreviewRequested": [Function],
@@ -135688,6 +136096,7 @@ new message content.",
135688
136096
  isExtractingTags={false}
135689
136097
  isFetchingTestCustomers={false}
135690
136098
  isFetchingTestGroups={false}
136099
+ isLoadingSenderDetails={false}
135691
136100
  isSearchingCustomer={false}
135692
136101
  isSendingTestMessage={false}
135693
136102
  isUpdatingPreview={false}
@@ -135695,11 +136104,19 @@ new message content.",
135695
136104
  onClose={[Function]}
135696
136105
  prefilledValues={Object {}}
135697
136106
  previewData={null}
136107
+ senderDetailsByChannel={
136108
+ Object {
136109
+ "EMAIL": Array [],
136110
+ "SMS": Array [],
136111
+ "WHATSAPP": Array [],
136112
+ }
136113
+ }
135698
136114
  show={false}
135699
136115
  testCustomers={Immutable.List []}
135700
136116
  testGroups={Immutable.List []}
135701
136117
  updatePreviewError={null}
135702
136118
  updatePreviewErrors={Array []}
136119
+ wecrmAccounts={Array []}
135703
136120
  >
135704
136121
  <TestAndPreviewSlidebox
135705
136122
  actions={
@@ -135711,8 +136128,10 @@ new message content.",
135711
136128
  "createMessageMetaRequested": [Function],
135712
136129
  "extractTagsRequested": [Function],
135713
136130
  "getPrefilledValuesRequested": [Function],
136131
+ "getSenderDetailsRequested": [Function],
135714
136132
  "getTestCustomersRequested": [Function],
135715
136133
  "getTestGroupsRequested": [Function],
136134
+ "getWeCrmAccountsRequested": [Function],
135716
136135
  "searchCustomersRequested": [Function],
135717
136136
  "sendTestMessageRequested": [Function],
135718
136137
  "updatePreviewRequested": [Function],
@@ -137992,18 +138411,28 @@ new message content.",
137992
138411
  isExtractingTags={false}
137993
138412
  isFetchingTestCustomers={false}
137994
138413
  isFetchingTestGroups={false}
138414
+ isLoadingSenderDetails={false}
137995
138415
  isSearchingCustomer={false}
137996
138416
  isSendingTestMessage={false}
137997
138417
  isUpdatingPreview={false}
137998
138418
  messageMetaConfigId={null}
137999
138419
  onClose={[Function]}
138420
+ orgUnitId={-1}
138000
138421
  prefilledValues={Object {}}
138001
138422
  previewData={null}
138423
+ senderDetailsByChannel={
138424
+ Object {
138425
+ "EMAIL": Array [],
138426
+ "SMS": Array [],
138427
+ "WHATSAPP": Array [],
138428
+ }
138429
+ }
138002
138430
  show={false}
138003
138431
  testCustomers={Immutable.List []}
138004
138432
  testGroups={Immutable.List []}
138005
138433
  updatePreviewError={null}
138006
138434
  updatePreviewErrors={Array []}
138435
+ wecrmAccounts={Array []}
138007
138436
  >
138008
138437
  <CommonTestAndPreview
138009
138438
  actions={
@@ -138015,8 +138444,10 @@ new message content.",
138015
138444
  "createMessageMetaRequested": [Function],
138016
138445
  "extractTagsRequested": [Function],
138017
138446
  "getPrefilledValuesRequested": [Function],
138447
+ "getSenderDetailsRequested": [Function],
138018
138448
  "getTestCustomersRequested": [Function],
138019
138449
  "getTestGroupsRequested": [Function],
138450
+ "getWeCrmAccountsRequested": [Function],
138020
138451
  "searchCustomersRequested": [Function],
138021
138452
  "sendTestMessageRequested": [Function],
138022
138453
  "updatePreviewRequested": [Function],
@@ -140303,16 +140734,25 @@ new message content.",
140303
140734
  isExtractingTags={false}
140304
140735
  isFetchingTestCustomers={false}
140305
140736
  isFetchingTestGroups={false}
140737
+ isLoadingSenderDetails={false}
140306
140738
  isSearchingCustomer={false}
140307
140739
  isSendingTestMessage={false}
140308
140740
  isUpdatingPreview={false}
140309
140741
  messageMetaConfigId={null}
140310
140742
  onClose={[Function]}
140743
+ orgUnitId={-1}
140311
140744
  prefilledValues={Object {}}
140312
140745
  previewData={null}
140313
140746
  rcsIosPreview={false}
140314
140747
  rcsOrientation={null}
140315
140748
  rcsType={null}
140749
+ senderDetailsByChannel={
140750
+ Object {
140751
+ "EMAIL": Array [],
140752
+ "SMS": Array [],
140753
+ "WHATSAPP": Array [],
140754
+ }
140755
+ }
140316
140756
  show={false}
140317
140757
  templateLayoutType={null}
140318
140758
  testCustomers={Immutable.List []}
@@ -140320,6 +140760,7 @@ new message content.",
140320
140760
  unicodeEnabled={false}
140321
140761
  updatePreviewError={null}
140322
140762
  updatePreviewErrors={Array []}
140763
+ wecrmAccounts={Array []}
140323
140764
  whatsappAccountName={null}
140324
140765
  whatsappContentLen={0}
140325
140766
  >
@@ -140363,14 +140804,36 @@ new message content.",
140363
140804
  <SendTestMessage
140364
140805
  channel="RCS"
140365
140806
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
140366
- formData={null}
140807
+ deliverySettings={Object {}}
140808
+ formData={
140809
+ Object {
140810
+ "suggestions": Array [
140811
+ Object {
140812
+ "index": 0,
140813
+ "isSaved": true,
140814
+ "phoneNumber": "",
140815
+ "postback": "stop",
140816
+ "text": "stop",
140817
+ "type": "QUICK_REPLY",
140818
+ "url": null,
140819
+ },
140820
+ ],
140821
+ "templateHeader": "",
140822
+ "templateMessage": "",
140823
+ }
140824
+ }
140367
140825
  formatMessage={[Function]}
140368
140826
  handleSendTestMessage={[Function]}
140369
140827
  handleTestEntitiesChange={[Function]}
140370
140828
  isFetchingTestCustomers={false}
140371
140829
  isFetchingTestGroups={false}
140830
+ isLoadingSenderDetails={false}
140372
140831
  isSendingTestMessage={false}
140832
+ onSaveDeliverySettings={[Function]}
140833
+ registeredSenderIds={Array []}
140373
140834
  selectedTestEntities={Array []}
140835
+ senderDetailsOptions={Array []}
140836
+ smsTraiDltEnabled={false}
140374
140837
  testEntitiesTreeData={
140375
140838
  Array [
140376
140839
  Object {
@@ -140387,6 +140850,7 @@ new message content.",
140387
140850
  },
140388
140851
  ]
140389
140852
  }
140853
+ wecrmAccounts={Array []}
140390
140854
  />
140391
140855
  </CapRow>
140392
140856
  <CapDivider
@@ -151688,8 +152152,10 @@ new message content.",
151688
152152
  "createMessageMetaRequested": [Function],
151689
152153
  "extractTagsRequested": [Function],
151690
152154
  "getPrefilledValuesRequested": [Function],
152155
+ "getSenderDetailsRequested": [Function],
151691
152156
  "getTestCustomersRequested": [Function],
151692
152157
  "getTestGroupsRequested": [Function],
152158
+ "getWeCrmAccountsRequested": [Function],
151693
152159
  "searchCustomersRequested": [Function],
151694
152160
  "sendTestMessageRequested": [Function],
151695
152161
  "updatePreviewRequested": [Function],
@@ -151721,6 +152187,7 @@ new message content.",
151721
152187
  isExtractingTags={false}
151722
152188
  isFetchingTestCustomers={false}
151723
152189
  isFetchingTestGroups={false}
152190
+ isLoadingSenderDetails={false}
151724
152191
  isSearchingCustomer={false}
151725
152192
  isSendingTestMessage={false}
151726
152193
  isUpdatingPreview={false}
@@ -151728,11 +152195,19 @@ new message content.",
151728
152195
  onClose={[Function]}
151729
152196
  prefilledValues={Object {}}
151730
152197
  previewData={null}
152198
+ senderDetailsByChannel={
152199
+ Object {
152200
+ "EMAIL": Array [],
152201
+ "SMS": Array [],
152202
+ "WHATSAPP": Array [],
152203
+ }
152204
+ }
151731
152205
  show={false}
151732
152206
  testCustomers={Immutable.List []}
151733
152207
  testGroups={Immutable.List []}
151734
152208
  updatePreviewError={null}
151735
152209
  updatePreviewErrors={Array []}
152210
+ wecrmAccounts={Array []}
151736
152211
  >
151737
152212
  <TestAndPreviewSlidebox
151738
152213
  actions={
@@ -151744,8 +152219,10 @@ new message content.",
151744
152219
  "createMessageMetaRequested": [Function],
151745
152220
  "extractTagsRequested": [Function],
151746
152221
  "getPrefilledValuesRequested": [Function],
152222
+ "getSenderDetailsRequested": [Function],
151747
152223
  "getTestCustomersRequested": [Function],
151748
152224
  "getTestGroupsRequested": [Function],
152225
+ "getWeCrmAccountsRequested": [Function],
151749
152226
  "searchCustomersRequested": [Function],
151750
152227
  "sendTestMessageRequested": [Function],
151751
152228
  "updatePreviewRequested": [Function],
@@ -154025,18 +154502,28 @@ new message content.",
154025
154502
  isExtractingTags={false}
154026
154503
  isFetchingTestCustomers={false}
154027
154504
  isFetchingTestGroups={false}
154505
+ isLoadingSenderDetails={false}
154028
154506
  isSearchingCustomer={false}
154029
154507
  isSendingTestMessage={false}
154030
154508
  isUpdatingPreview={false}
154031
154509
  messageMetaConfigId={null}
154032
154510
  onClose={[Function]}
154511
+ orgUnitId={-1}
154033
154512
  prefilledValues={Object {}}
154034
154513
  previewData={null}
154514
+ senderDetailsByChannel={
154515
+ Object {
154516
+ "EMAIL": Array [],
154517
+ "SMS": Array [],
154518
+ "WHATSAPP": Array [],
154519
+ }
154520
+ }
154035
154521
  show={false}
154036
154522
  testCustomers={Immutable.List []}
154037
154523
  testGroups={Immutable.List []}
154038
154524
  updatePreviewError={null}
154039
154525
  updatePreviewErrors={Array []}
154526
+ wecrmAccounts={Array []}
154040
154527
  >
154041
154528
  <CommonTestAndPreview
154042
154529
  actions={
@@ -154048,8 +154535,10 @@ new message content.",
154048
154535
  "createMessageMetaRequested": [Function],
154049
154536
  "extractTagsRequested": [Function],
154050
154537
  "getPrefilledValuesRequested": [Function],
154538
+ "getSenderDetailsRequested": [Function],
154051
154539
  "getTestCustomersRequested": [Function],
154052
154540
  "getTestGroupsRequested": [Function],
154541
+ "getWeCrmAccountsRequested": [Function],
154053
154542
  "searchCustomersRequested": [Function],
154054
154543
  "sendTestMessageRequested": [Function],
154055
154544
  "updatePreviewRequested": [Function],
@@ -156336,16 +156825,25 @@ new message content.",
156336
156825
  isExtractingTags={false}
156337
156826
  isFetchingTestCustomers={false}
156338
156827
  isFetchingTestGroups={false}
156828
+ isLoadingSenderDetails={false}
156339
156829
  isSearchingCustomer={false}
156340
156830
  isSendingTestMessage={false}
156341
156831
  isUpdatingPreview={false}
156342
156832
  messageMetaConfigId={null}
156343
156833
  onClose={[Function]}
156834
+ orgUnitId={-1}
156344
156835
  prefilledValues={Object {}}
156345
156836
  previewData={null}
156346
156837
  rcsIosPreview={false}
156347
156838
  rcsOrientation={null}
156348
156839
  rcsType={null}
156840
+ senderDetailsByChannel={
156841
+ Object {
156842
+ "EMAIL": Array [],
156843
+ "SMS": Array [],
156844
+ "WHATSAPP": Array [],
156845
+ }
156846
+ }
156349
156847
  show={false}
156350
156848
  templateLayoutType={null}
156351
156849
  testCustomers={Immutable.List []}
@@ -156353,6 +156851,7 @@ new message content.",
156353
156851
  unicodeEnabled={false}
156354
156852
  updatePreviewError={null}
156355
156853
  updatePreviewErrors={Array []}
156854
+ wecrmAccounts={Array []}
156356
156855
  whatsappAccountName={null}
156357
156856
  whatsappContentLen={0}
156358
156857
  >
@@ -156396,14 +156895,36 @@ new message content.",
156396
156895
  <SendTestMessage
156397
156896
  channel="RCS"
156398
156897
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
156399
- formData={null}
156898
+ deliverySettings={Object {}}
156899
+ formData={
156900
+ Object {
156901
+ "suggestions": Array [
156902
+ Object {
156903
+ "index": 0,
156904
+ "isSaved": true,
156905
+ "phoneNumber": "",
156906
+ "postback": "stop",
156907
+ "text": "stop",
156908
+ "type": "QUICK_REPLY",
156909
+ "url": null,
156910
+ },
156911
+ ],
156912
+ "templateHeader": "",
156913
+ "templateMessage": "",
156914
+ }
156915
+ }
156400
156916
  formatMessage={[Function]}
156401
156917
  handleSendTestMessage={[Function]}
156402
156918
  handleTestEntitiesChange={[Function]}
156403
156919
  isFetchingTestCustomers={false}
156404
156920
  isFetchingTestGroups={false}
156921
+ isLoadingSenderDetails={false}
156405
156922
  isSendingTestMessage={false}
156923
+ onSaveDeliverySettings={[Function]}
156924
+ registeredSenderIds={Array []}
156406
156925
  selectedTestEntities={Array []}
156926
+ senderDetailsOptions={Array []}
156927
+ smsTraiDltEnabled={false}
156407
156928
  testEntitiesTreeData={
156408
156929
  Array [
156409
156930
  Object {
@@ -156420,6 +156941,7 @@ new message content.",
156420
156941
  },
156421
156942
  ]
156422
156943
  }
156944
+ wecrmAccounts={Array []}
156423
156945
  />
156424
156946
  </CapRow>
156425
156947
  <CapDivider
@@ -167721,8 +168243,10 @@ new message content.",
167721
168243
  "createMessageMetaRequested": [Function],
167722
168244
  "extractTagsRequested": [Function],
167723
168245
  "getPrefilledValuesRequested": [Function],
168246
+ "getSenderDetailsRequested": [Function],
167724
168247
  "getTestCustomersRequested": [Function],
167725
168248
  "getTestGroupsRequested": [Function],
168249
+ "getWeCrmAccountsRequested": [Function],
167726
168250
  "searchCustomersRequested": [Function],
167727
168251
  "sendTestMessageRequested": [Function],
167728
168252
  "updatePreviewRequested": [Function],
@@ -167754,6 +168278,7 @@ new message content.",
167754
168278
  isExtractingTags={false}
167755
168279
  isFetchingTestCustomers={false}
167756
168280
  isFetchingTestGroups={false}
168281
+ isLoadingSenderDetails={false}
167757
168282
  isSearchingCustomer={false}
167758
168283
  isSendingTestMessage={false}
167759
168284
  isUpdatingPreview={false}
@@ -167761,11 +168286,19 @@ new message content.",
167761
168286
  onClose={[Function]}
167762
168287
  prefilledValues={Object {}}
167763
168288
  previewData={null}
168289
+ senderDetailsByChannel={
168290
+ Object {
168291
+ "EMAIL": Array [],
168292
+ "SMS": Array [],
168293
+ "WHATSAPP": Array [],
168294
+ }
168295
+ }
167764
168296
  show={false}
167765
168297
  testCustomers={Immutable.List []}
167766
168298
  testGroups={Immutable.List []}
167767
168299
  updatePreviewError={null}
167768
168300
  updatePreviewErrors={Array []}
168301
+ wecrmAccounts={Array []}
167769
168302
  >
167770
168303
  <TestAndPreviewSlidebox
167771
168304
  actions={
@@ -167777,8 +168310,10 @@ new message content.",
167777
168310
  "createMessageMetaRequested": [Function],
167778
168311
  "extractTagsRequested": [Function],
167779
168312
  "getPrefilledValuesRequested": [Function],
168313
+ "getSenderDetailsRequested": [Function],
167780
168314
  "getTestCustomersRequested": [Function],
167781
168315
  "getTestGroupsRequested": [Function],
168316
+ "getWeCrmAccountsRequested": [Function],
167782
168317
  "searchCustomersRequested": [Function],
167783
168318
  "sendTestMessageRequested": [Function],
167784
168319
  "updatePreviewRequested": [Function],
@@ -170058,18 +170593,28 @@ new message content.",
170058
170593
  isExtractingTags={false}
170059
170594
  isFetchingTestCustomers={false}
170060
170595
  isFetchingTestGroups={false}
170596
+ isLoadingSenderDetails={false}
170061
170597
  isSearchingCustomer={false}
170062
170598
  isSendingTestMessage={false}
170063
170599
  isUpdatingPreview={false}
170064
170600
  messageMetaConfigId={null}
170065
170601
  onClose={[Function]}
170602
+ orgUnitId={-1}
170066
170603
  prefilledValues={Object {}}
170067
170604
  previewData={null}
170605
+ senderDetailsByChannel={
170606
+ Object {
170607
+ "EMAIL": Array [],
170608
+ "SMS": Array [],
170609
+ "WHATSAPP": Array [],
170610
+ }
170611
+ }
170068
170612
  show={false}
170069
170613
  testCustomers={Immutable.List []}
170070
170614
  testGroups={Immutable.List []}
170071
170615
  updatePreviewError={null}
170072
170616
  updatePreviewErrors={Array []}
170617
+ wecrmAccounts={Array []}
170073
170618
  >
170074
170619
  <CommonTestAndPreview
170075
170620
  actions={
@@ -170081,8 +170626,10 @@ new message content.",
170081
170626
  "createMessageMetaRequested": [Function],
170082
170627
  "extractTagsRequested": [Function],
170083
170628
  "getPrefilledValuesRequested": [Function],
170629
+ "getSenderDetailsRequested": [Function],
170084
170630
  "getTestCustomersRequested": [Function],
170085
170631
  "getTestGroupsRequested": [Function],
170632
+ "getWeCrmAccountsRequested": [Function],
170086
170633
  "searchCustomersRequested": [Function],
170087
170634
  "sendTestMessageRequested": [Function],
170088
170635
  "updatePreviewRequested": [Function],
@@ -172369,16 +172916,25 @@ new message content.",
172369
172916
  isExtractingTags={false}
172370
172917
  isFetchingTestCustomers={false}
172371
172918
  isFetchingTestGroups={false}
172919
+ isLoadingSenderDetails={false}
172372
172920
  isSearchingCustomer={false}
172373
172921
  isSendingTestMessage={false}
172374
172922
  isUpdatingPreview={false}
172375
172923
  messageMetaConfigId={null}
172376
172924
  onClose={[Function]}
172925
+ orgUnitId={-1}
172377
172926
  prefilledValues={Object {}}
172378
172927
  previewData={null}
172379
172928
  rcsIosPreview={false}
172380
172929
  rcsOrientation={null}
172381
172930
  rcsType={null}
172931
+ senderDetailsByChannel={
172932
+ Object {
172933
+ "EMAIL": Array [],
172934
+ "SMS": Array [],
172935
+ "WHATSAPP": Array [],
172936
+ }
172937
+ }
172382
172938
  show={false}
172383
172939
  templateLayoutType={null}
172384
172940
  testCustomers={Immutable.List []}
@@ -172386,6 +172942,7 @@ new message content.",
172386
172942
  unicodeEnabled={false}
172387
172943
  updatePreviewError={null}
172388
172944
  updatePreviewErrors={Array []}
172945
+ wecrmAccounts={Array []}
172389
172946
  whatsappAccountName={null}
172390
172947
  whatsappContentLen={0}
172391
172948
  >
@@ -172429,14 +172986,36 @@ new message content.",
172429
172986
  <SendTestMessage
172430
172987
  channel="RCS"
172431
172988
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
172432
- formData={null}
172989
+ deliverySettings={Object {}}
172990
+ formData={
172991
+ Object {
172992
+ "suggestions": Array [
172993
+ Object {
172994
+ "index": 0,
172995
+ "isSaved": true,
172996
+ "phoneNumber": "",
172997
+ "postback": "stop",
172998
+ "text": "stop",
172999
+ "type": "QUICK_REPLY",
173000
+ "url": null,
173001
+ },
173002
+ ],
173003
+ "templateHeader": "",
173004
+ "templateMessage": "",
173005
+ }
173006
+ }
172433
173007
  formatMessage={[Function]}
172434
173008
  handleSendTestMessage={[Function]}
172435
173009
  handleTestEntitiesChange={[Function]}
172436
173010
  isFetchingTestCustomers={false}
172437
173011
  isFetchingTestGroups={false}
173012
+ isLoadingSenderDetails={false}
172438
173013
  isSendingTestMessage={false}
173014
+ onSaveDeliverySettings={[Function]}
173015
+ registeredSenderIds={Array []}
172439
173016
  selectedTestEntities={Array []}
173017
+ senderDetailsOptions={Array []}
173018
+ smsTraiDltEnabled={false}
172440
173019
  testEntitiesTreeData={
172441
173020
  Array [
172442
173021
  Object {
@@ -172453,6 +173032,7 @@ new message content.",
172453
173032
  },
172454
173033
  ]
172455
173034
  }
173035
+ wecrmAccounts={Array []}
172456
173036
  />
172457
173037
  </CapRow>
172458
173038
  <CapDivider
@@ -183754,8 +184334,10 @@ new message content.",
183754
184334
  "createMessageMetaRequested": [Function],
183755
184335
  "extractTagsRequested": [Function],
183756
184336
  "getPrefilledValuesRequested": [Function],
184337
+ "getSenderDetailsRequested": [Function],
183757
184338
  "getTestCustomersRequested": [Function],
183758
184339
  "getTestGroupsRequested": [Function],
184340
+ "getWeCrmAccountsRequested": [Function],
183759
184341
  "searchCustomersRequested": [Function],
183760
184342
  "sendTestMessageRequested": [Function],
183761
184343
  "updatePreviewRequested": [Function],
@@ -183787,6 +184369,7 @@ new message content.",
183787
184369
  isExtractingTags={false}
183788
184370
  isFetchingTestCustomers={false}
183789
184371
  isFetchingTestGroups={false}
184372
+ isLoadingSenderDetails={false}
183790
184373
  isSearchingCustomer={false}
183791
184374
  isSendingTestMessage={false}
183792
184375
  isUpdatingPreview={false}
@@ -183794,11 +184377,19 @@ new message content.",
183794
184377
  onClose={[Function]}
183795
184378
  prefilledValues={Object {}}
183796
184379
  previewData={null}
184380
+ senderDetailsByChannel={
184381
+ Object {
184382
+ "EMAIL": Array [],
184383
+ "SMS": Array [],
184384
+ "WHATSAPP": Array [],
184385
+ }
184386
+ }
183797
184387
  show={false}
183798
184388
  testCustomers={Immutable.List []}
183799
184389
  testGroups={Immutable.List []}
183800
184390
  updatePreviewError={null}
183801
184391
  updatePreviewErrors={Array []}
184392
+ wecrmAccounts={Array []}
183802
184393
  >
183803
184394
  <TestAndPreviewSlidebox
183804
184395
  actions={
@@ -183810,8 +184401,10 @@ new message content.",
183810
184401
  "createMessageMetaRequested": [Function],
183811
184402
  "extractTagsRequested": [Function],
183812
184403
  "getPrefilledValuesRequested": [Function],
184404
+ "getSenderDetailsRequested": [Function],
183813
184405
  "getTestCustomersRequested": [Function],
183814
184406
  "getTestGroupsRequested": [Function],
184407
+ "getWeCrmAccountsRequested": [Function],
183815
184408
  "searchCustomersRequested": [Function],
183816
184409
  "sendTestMessageRequested": [Function],
183817
184410
  "updatePreviewRequested": [Function],
@@ -186091,18 +186684,28 @@ new message content.",
186091
186684
  isExtractingTags={false}
186092
186685
  isFetchingTestCustomers={false}
186093
186686
  isFetchingTestGroups={false}
186687
+ isLoadingSenderDetails={false}
186094
186688
  isSearchingCustomer={false}
186095
186689
  isSendingTestMessage={false}
186096
186690
  isUpdatingPreview={false}
186097
186691
  messageMetaConfigId={null}
186098
186692
  onClose={[Function]}
186693
+ orgUnitId={-1}
186099
186694
  prefilledValues={Object {}}
186100
186695
  previewData={null}
186696
+ senderDetailsByChannel={
186697
+ Object {
186698
+ "EMAIL": Array [],
186699
+ "SMS": Array [],
186700
+ "WHATSAPP": Array [],
186701
+ }
186702
+ }
186101
186703
  show={false}
186102
186704
  testCustomers={Immutable.List []}
186103
186705
  testGroups={Immutable.List []}
186104
186706
  updatePreviewError={null}
186105
186707
  updatePreviewErrors={Array []}
186708
+ wecrmAccounts={Array []}
186106
186709
  >
186107
186710
  <CommonTestAndPreview
186108
186711
  actions={
@@ -186114,8 +186717,10 @@ new message content.",
186114
186717
  "createMessageMetaRequested": [Function],
186115
186718
  "extractTagsRequested": [Function],
186116
186719
  "getPrefilledValuesRequested": [Function],
186720
+ "getSenderDetailsRequested": [Function],
186117
186721
  "getTestCustomersRequested": [Function],
186118
186722
  "getTestGroupsRequested": [Function],
186723
+ "getWeCrmAccountsRequested": [Function],
186119
186724
  "searchCustomersRequested": [Function],
186120
186725
  "sendTestMessageRequested": [Function],
186121
186726
  "updatePreviewRequested": [Function],
@@ -188402,16 +189007,25 @@ new message content.",
188402
189007
  isExtractingTags={false}
188403
189008
  isFetchingTestCustomers={false}
188404
189009
  isFetchingTestGroups={false}
189010
+ isLoadingSenderDetails={false}
188405
189011
  isSearchingCustomer={false}
188406
189012
  isSendingTestMessage={false}
188407
189013
  isUpdatingPreview={false}
188408
189014
  messageMetaConfigId={null}
188409
189015
  onClose={[Function]}
189016
+ orgUnitId={-1}
188410
189017
  prefilledValues={Object {}}
188411
189018
  previewData={null}
188412
189019
  rcsIosPreview={false}
188413
189020
  rcsOrientation={null}
188414
189021
  rcsType={null}
189022
+ senderDetailsByChannel={
189023
+ Object {
189024
+ "EMAIL": Array [],
189025
+ "SMS": Array [],
189026
+ "WHATSAPP": Array [],
189027
+ }
189028
+ }
188415
189029
  show={false}
188416
189030
  templateLayoutType={null}
188417
189031
  testCustomers={Immutable.List []}
@@ -188419,6 +189033,7 @@ new message content.",
188419
189033
  unicodeEnabled={false}
188420
189034
  updatePreviewError={null}
188421
189035
  updatePreviewErrors={Array []}
189036
+ wecrmAccounts={Array []}
188422
189037
  whatsappAccountName={null}
188423
189038
  whatsappContentLen={0}
188424
189039
  >
@@ -188462,14 +189077,36 @@ new message content.",
188462
189077
  <SendTestMessage
188463
189078
  channel="RCS"
188464
189079
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\",\\"suggestions\\":[{\\"index\\":0,\\"type\\":\\"QUICK_REPLY\\",\\"text\\":\\"stop\\",\\"phoneNumber\\":\\"\\",\\"url\\":null,\\"postback\\":\\"stop\\",\\"isSaved\\":true}]}"
188465
- formData={null}
189080
+ deliverySettings={Object {}}
189081
+ formData={
189082
+ Object {
189083
+ "suggestions": Array [
189084
+ Object {
189085
+ "index": 0,
189086
+ "isSaved": true,
189087
+ "phoneNumber": "",
189088
+ "postback": "stop",
189089
+ "text": "stop",
189090
+ "type": "QUICK_REPLY",
189091
+ "url": null,
189092
+ },
189093
+ ],
189094
+ "templateHeader": "",
189095
+ "templateMessage": "",
189096
+ }
189097
+ }
188466
189098
  formatMessage={[Function]}
188467
189099
  handleSendTestMessage={[Function]}
188468
189100
  handleTestEntitiesChange={[Function]}
188469
189101
  isFetchingTestCustomers={false}
188470
189102
  isFetchingTestGroups={false}
189103
+ isLoadingSenderDetails={false}
188471
189104
  isSendingTestMessage={false}
189105
+ onSaveDeliverySettings={[Function]}
189106
+ registeredSenderIds={Array []}
188472
189107
  selectedTestEntities={Array []}
189108
+ senderDetailsOptions={Array []}
189109
+ smsTraiDltEnabled={false}
188473
189110
  testEntitiesTreeData={
188474
189111
  Array [
188475
189112
  Object {
@@ -188486,6 +189123,7 @@ new message content.",
188486
189123
  },
188487
189124
  ]
188488
189125
  }
189126
+ wecrmAccounts={Array []}
188489
189127
  />
188490
189128
  </CapRow>
188491
189129
  <CapDivider
@@ -196309,8 +196947,10 @@ new message content.",
196309
196947
  "createMessageMetaRequested": [Function],
196310
196948
  "extractTagsRequested": [Function],
196311
196949
  "getPrefilledValuesRequested": [Function],
196950
+ "getSenderDetailsRequested": [Function],
196312
196951
  "getTestCustomersRequested": [Function],
196313
196952
  "getTestGroupsRequested": [Function],
196953
+ "getWeCrmAccountsRequested": [Function],
196314
196954
  "searchCustomersRequested": [Function],
196315
196955
  "sendTestMessageRequested": [Function],
196316
196956
  "updatePreviewRequested": [Function],
@@ -196331,6 +196971,7 @@ new message content.",
196331
196971
  isExtractingTags={false}
196332
196972
  isFetchingTestCustomers={false}
196333
196973
  isFetchingTestGroups={false}
196974
+ isLoadingSenderDetails={false}
196334
196975
  isSearchingCustomer={false}
196335
196976
  isSendingTestMessage={false}
196336
196977
  isUpdatingPreview={false}
@@ -196338,11 +196979,19 @@ new message content.",
196338
196979
  onClose={[Function]}
196339
196980
  prefilledValues={Object {}}
196340
196981
  previewData={null}
196982
+ senderDetailsByChannel={
196983
+ Object {
196984
+ "EMAIL": Array [],
196985
+ "SMS": Array [],
196986
+ "WHATSAPP": Array [],
196987
+ }
196988
+ }
196341
196989
  show={false}
196342
196990
  testCustomers={Immutable.List []}
196343
196991
  testGroups={Immutable.List []}
196344
196992
  updatePreviewError={null}
196345
196993
  updatePreviewErrors={Array []}
196994
+ wecrmAccounts={Array []}
196346
196995
  >
196347
196996
  <TestAndPreviewSlidebox
196348
196997
  actions={
@@ -196354,8 +197003,10 @@ new message content.",
196354
197003
  "createMessageMetaRequested": [Function],
196355
197004
  "extractTagsRequested": [Function],
196356
197005
  "getPrefilledValuesRequested": [Function],
197006
+ "getSenderDetailsRequested": [Function],
196357
197007
  "getTestCustomersRequested": [Function],
196358
197008
  "getTestGroupsRequested": [Function],
197009
+ "getWeCrmAccountsRequested": [Function],
196359
197010
  "searchCustomersRequested": [Function],
196360
197011
  "sendTestMessageRequested": [Function],
196361
197012
  "updatePreviewRequested": [Function],
@@ -198624,18 +199275,28 @@ new message content.",
198624
199275
  isExtractingTags={false}
198625
199276
  isFetchingTestCustomers={false}
198626
199277
  isFetchingTestGroups={false}
199278
+ isLoadingSenderDetails={false}
198627
199279
  isSearchingCustomer={false}
198628
199280
  isSendingTestMessage={false}
198629
199281
  isUpdatingPreview={false}
198630
199282
  messageMetaConfigId={null}
198631
199283
  onClose={[Function]}
199284
+ orgUnitId={-1}
198632
199285
  prefilledValues={Object {}}
198633
199286
  previewData={null}
199287
+ senderDetailsByChannel={
199288
+ Object {
199289
+ "EMAIL": Array [],
199290
+ "SMS": Array [],
199291
+ "WHATSAPP": Array [],
199292
+ }
199293
+ }
198634
199294
  show={false}
198635
199295
  testCustomers={Immutable.List []}
198636
199296
  testGroups={Immutable.List []}
198637
199297
  updatePreviewError={null}
198638
199298
  updatePreviewErrors={Array []}
199299
+ wecrmAccounts={Array []}
198639
199300
  >
198640
199301
  <CommonTestAndPreview
198641
199302
  actions={
@@ -198647,8 +199308,10 @@ new message content.",
198647
199308
  "createMessageMetaRequested": [Function],
198648
199309
  "extractTagsRequested": [Function],
198649
199310
  "getPrefilledValuesRequested": [Function],
199311
+ "getSenderDetailsRequested": [Function],
198650
199312
  "getTestCustomersRequested": [Function],
198651
199313
  "getTestGroupsRequested": [Function],
199314
+ "getWeCrmAccountsRequested": [Function],
198652
199315
  "searchCustomersRequested": [Function],
198653
199316
  "sendTestMessageRequested": [Function],
198654
199317
  "updatePreviewRequested": [Function],
@@ -200924,16 +201587,25 @@ new message content.",
200924
201587
  isExtractingTags={false}
200925
201588
  isFetchingTestCustomers={false}
200926
201589
  isFetchingTestGroups={false}
201590
+ isLoadingSenderDetails={false}
200927
201591
  isSearchingCustomer={false}
200928
201592
  isSendingTestMessage={false}
200929
201593
  isUpdatingPreview={false}
200930
201594
  messageMetaConfigId={null}
200931
201595
  onClose={[Function]}
201596
+ orgUnitId={-1}
200932
201597
  prefilledValues={Object {}}
200933
201598
  previewData={null}
200934
201599
  rcsIosPreview={false}
200935
201600
  rcsOrientation={null}
200936
201601
  rcsType={null}
201602
+ senderDetailsByChannel={
201603
+ Object {
201604
+ "EMAIL": Array [],
201605
+ "SMS": Array [],
201606
+ "WHATSAPP": Array [],
201607
+ }
201608
+ }
200937
201609
  show={false}
200938
201610
  templateLayoutType={null}
200939
201611
  testCustomers={Immutable.List []}
@@ -200941,6 +201613,7 @@ new message content.",
200941
201613
  unicodeEnabled={false}
200942
201614
  updatePreviewError={null}
200943
201615
  updatePreviewErrors={Array []}
201616
+ wecrmAccounts={Array []}
200944
201617
  whatsappAccountName={null}
200945
201618
  whatsappContentLen={0}
200946
201619
  >
@@ -200984,14 +201657,25 @@ new message content.",
200984
201657
  <SendTestMessage
200985
201658
  channel="RCS"
200986
201659
  content="{\\"templateHeader\\":\\"\\",\\"templateMessage\\":\\"\\"}"
200987
- formData={null}
201660
+ deliverySettings={Object {}}
201661
+ formData={
201662
+ Object {
201663
+ "templateHeader": "",
201664
+ "templateMessage": "",
201665
+ }
201666
+ }
200988
201667
  formatMessage={[Function]}
200989
201668
  handleSendTestMessage={[Function]}
200990
201669
  handleTestEntitiesChange={[Function]}
200991
201670
  isFetchingTestCustomers={false}
200992
201671
  isFetchingTestGroups={false}
201672
+ isLoadingSenderDetails={false}
200993
201673
  isSendingTestMessage={false}
201674
+ onSaveDeliverySettings={[Function]}
201675
+ registeredSenderIds={Array []}
200994
201676
  selectedTestEntities={Array []}
201677
+ senderDetailsOptions={Array []}
201678
+ smsTraiDltEnabled={false}
200995
201679
  testEntitiesTreeData={
200996
201680
  Array [
200997
201681
  Object {
@@ -201008,6 +201692,7 @@ new message content.",
201008
201692
  },
201009
201693
  ]
201010
201694
  }
201695
+ wecrmAccounts={Array []}
201011
201696
  />
201012
201697
  </CapRow>
201013
201698
  <CapDivider