@capillarytech/creatives-library 7.14.38 → 7.14.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/reducers.js +2 -0
- package/services/api.js +9 -1
- package/tests/integration/TemplateCreation/TemplateCreation.integration.test.js +420 -0
- package/tests/integration/TemplateCreation/api-response.js +1663 -0
- package/tests/integration/TemplateCreation/helper.js +23 -0
- package/tests/integration/TemplateCreation/mocks/initialState.js +428 -0
- package/tests/integration/TemplateCreation/msw-handler.js +48 -0
- package/v2Components/CapActionButton/index.js +1 -0
- package/v2Components/FormBuilder/index.js +28 -4
- package/v2Containers/Assets/Gallery/index.js +1 -1
- package/v2Containers/CreativesContainer/constants.js +2 -0
- package/v2Containers/CreativesContainer/selectors.js +2 -2
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +8 -0
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +3 -0
- package/v2Containers/Line/Container/Text/index.js +3 -2
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +4 -0
- package/v2Containers/Line/Container/index.js +1 -1
- package/v2Containers/Rcs/index.js +3 -0
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +250 -3
- package/v2Containers/Sms/Create/actions.js +9 -0
- package/v2Containers/Sms/Create/constants.js +2 -0
- package/v2Containers/Sms/Create/index.js +12 -0
- package/v2Containers/Sms/Create/sagas.js +19 -3
- package/v2Containers/Sms/Create/tests/sagas.test.js +82 -0
- package/v2Containers/Templates/index.js +26 -11
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +96 -80
- package/v2Containers/TemplatesV2/index.js +1 -1
- package/v2Containers/Viber/index.js +1 -0
- package/v2Containers/Whatsapp/constants.js +27 -8
- package/v2Containers/Whatsapp/index.js +14 -2
- package/v2Containers/Whatsapp/messages.js +21 -4
- package/v2Containers/Whatsapp/styles.scss +3 -0
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +180 -128
- package/v2Containers/Whatsapp/tests/utils.test.js +1 -1
- package/v2Containers/Whatsapp/utils.js +2 -1
- package/v2Containers/mockdata.js +5 -5
|
@@ -3959,6 +3959,7 @@ new message content.",
|
|
|
3959
3959
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
3960
3960
|
>
|
|
3961
3961
|
<CapSelect
|
|
3962
|
+
getMenuOptionsProps={[Function]}
|
|
3962
3963
|
id="select-whatsapp-category"
|
|
3963
3964
|
onChange={[Function]}
|
|
3964
3965
|
options={
|
|
@@ -5061,6 +5062,7 @@ new message content.",
|
|
|
5061
5062
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
5062
5063
|
>
|
|
5063
5064
|
<CapSelect
|
|
5065
|
+
getMenuOptionsProps={[Function]}
|
|
5064
5066
|
id="select-whatsapp-language"
|
|
5065
5067
|
onChange={[Function]}
|
|
5066
5068
|
options={
|
|
@@ -17648,6 +17650,7 @@ new message content.",
|
|
|
17648
17650
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
17649
17651
|
>
|
|
17650
17652
|
<CapSelect
|
|
17653
|
+
getMenuOptionsProps={[Function]}
|
|
17651
17654
|
id="select-whatsapp-category"
|
|
17652
17655
|
onChange={[Function]}
|
|
17653
17656
|
options={
|
|
@@ -18750,6 +18753,7 @@ new message content.",
|
|
|
18750
18753
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
18751
18754
|
>
|
|
18752
18755
|
<CapSelect
|
|
18756
|
+
getMenuOptionsProps={[Function]}
|
|
18753
18757
|
id="select-whatsapp-language"
|
|
18754
18758
|
onChange={[Function]}
|
|
18755
18759
|
options={
|
|
@@ -31734,6 +31738,7 @@ new message content.",
|
|
|
31734
31738
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
31735
31739
|
>
|
|
31736
31740
|
<CapSelect
|
|
31741
|
+
getMenuOptionsProps={[Function]}
|
|
31737
31742
|
id="select-whatsapp-category"
|
|
31738
31743
|
onChange={[Function]}
|
|
31739
31744
|
options={
|
|
@@ -32836,6 +32841,7 @@ new message content.",
|
|
|
32836
32841
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
32837
32842
|
>
|
|
32838
32843
|
<CapSelect
|
|
32844
|
+
getMenuOptionsProps={[Function]}
|
|
32839
32845
|
id="select-whatsapp-language"
|
|
32840
32846
|
onChange={[Function]}
|
|
32841
32847
|
options={
|
|
@@ -45012,6 +45018,7 @@ new message content.",
|
|
|
45012
45018
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
45013
45019
|
>
|
|
45014
45020
|
<CapSelect
|
|
45021
|
+
getMenuOptionsProps={[Function]}
|
|
45015
45022
|
id="select-whatsapp-category"
|
|
45016
45023
|
onChange={[Function]}
|
|
45017
45024
|
options={
|
|
@@ -46114,6 +46121,7 @@ new message content.",
|
|
|
46114
46121
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
46115
46122
|
>
|
|
46116
46123
|
<CapSelect
|
|
46124
|
+
getMenuOptionsProps={[Function]}
|
|
46117
46125
|
id="select-whatsapp-language"
|
|
46118
46126
|
onChange={[Function]}
|
|
46119
46127
|
options={
|
|
@@ -58817,8 +58825,8 @@ new message content.",
|
|
|
58817
58825
|
span={23}
|
|
58818
58826
|
>
|
|
58819
58827
|
<FormattedMessage
|
|
58820
|
-
defaultMessage="
|
|
58821
|
-
id="creatives.containersV2.Whatsapp.
|
|
58828
|
+
defaultMessage="Utility"
|
|
58829
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
58822
58830
|
values={Object {}}
|
|
58823
58831
|
/>
|
|
58824
58832
|
</CapColumn>
|
|
@@ -58838,14 +58846,14 @@ new message content.",
|
|
|
58838
58846
|
title={
|
|
58839
58847
|
<FormattedMessage
|
|
58840
58848
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
58841
|
-
id="creatives.containersV2.Whatsapp.
|
|
58849
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
58842
58850
|
values={Object {}}
|
|
58843
58851
|
/>
|
|
58844
58852
|
}
|
|
58845
58853
|
/>
|
|
58846
58854
|
</CapColumn>
|
|
58847
58855
|
</CapRow>,
|
|
58848
|
-
"value": "
|
|
58856
|
+
"value": "UTILITY",
|
|
58849
58857
|
},
|
|
58850
58858
|
Object {
|
|
58851
58859
|
"label": <CapRow>
|
|
@@ -58889,8 +58897,8 @@ new message content.",
|
|
|
58889
58897
|
span={23}
|
|
58890
58898
|
>
|
|
58891
58899
|
<FormattedMessage
|
|
58892
|
-
defaultMessage="
|
|
58893
|
-
id="creatives.containersV2.Whatsapp.
|
|
58900
|
+
defaultMessage="Authentication"
|
|
58901
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
58894
58902
|
values={Object {}}
|
|
58895
58903
|
/>
|
|
58896
58904
|
</CapColumn>
|
|
@@ -58910,14 +58918,14 @@ new message content.",
|
|
|
58910
58918
|
title={
|
|
58911
58919
|
<FormattedMessage
|
|
58912
58920
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
58913
|
-
id="creatives.containersV2.Whatsapp.
|
|
58921
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
58914
58922
|
values={Object {}}
|
|
58915
58923
|
/>
|
|
58916
58924
|
}
|
|
58917
58925
|
/>
|
|
58918
58926
|
</CapColumn>
|
|
58919
58927
|
</CapRow>,
|
|
58920
|
-
"value": "
|
|
58928
|
+
"value": "AUTHENTICATION",
|
|
58921
58929
|
},
|
|
58922
58930
|
]
|
|
58923
58931
|
}
|
|
@@ -58936,6 +58944,7 @@ new message content.",
|
|
|
58936
58944
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
58937
58945
|
>
|
|
58938
58946
|
<CapSelect
|
|
58947
|
+
getMenuOptionsProps={[Function]}
|
|
58939
58948
|
id="select-whatsapp-category"
|
|
58940
58949
|
onChange={[Function]}
|
|
58941
58950
|
options={
|
|
@@ -58946,8 +58955,8 @@ new message content.",
|
|
|
58946
58955
|
span={23}
|
|
58947
58956
|
>
|
|
58948
58957
|
<FormattedMessage
|
|
58949
|
-
defaultMessage="
|
|
58950
|
-
id="creatives.containersV2.Whatsapp.
|
|
58958
|
+
defaultMessage="Utility"
|
|
58959
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
58951
58960
|
values={Object {}}
|
|
58952
58961
|
/>
|
|
58953
58962
|
</CapColumn>
|
|
@@ -58967,14 +58976,14 @@ new message content.",
|
|
|
58967
58976
|
title={
|
|
58968
58977
|
<FormattedMessage
|
|
58969
58978
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
58970
|
-
id="creatives.containersV2.Whatsapp.
|
|
58979
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
58971
58980
|
values={Object {}}
|
|
58972
58981
|
/>
|
|
58973
58982
|
}
|
|
58974
58983
|
/>
|
|
58975
58984
|
</CapColumn>
|
|
58976
58985
|
</CapRow>,
|
|
58977
|
-
"value": "
|
|
58986
|
+
"value": "UTILITY",
|
|
58978
58987
|
},
|
|
58979
58988
|
Object {
|
|
58980
58989
|
"label": <CapRow>
|
|
@@ -59018,8 +59027,8 @@ new message content.",
|
|
|
59018
59027
|
span={23}
|
|
59019
59028
|
>
|
|
59020
59029
|
<FormattedMessage
|
|
59021
|
-
defaultMessage="
|
|
59022
|
-
id="creatives.containersV2.Whatsapp.
|
|
59030
|
+
defaultMessage="Authentication"
|
|
59031
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
59023
59032
|
values={Object {}}
|
|
59024
59033
|
/>
|
|
59025
59034
|
</CapColumn>
|
|
@@ -59039,14 +59048,14 @@ new message content.",
|
|
|
59039
59048
|
title={
|
|
59040
59049
|
<FormattedMessage
|
|
59041
59050
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
59042
|
-
id="creatives.containersV2.Whatsapp.
|
|
59051
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
59043
59052
|
values={Object {}}
|
|
59044
59053
|
/>
|
|
59045
59054
|
}
|
|
59046
59055
|
/>
|
|
59047
59056
|
</CapColumn>
|
|
59048
59057
|
</CapRow>,
|
|
59049
|
-
"value": "
|
|
59058
|
+
"value": "AUTHENTICATION",
|
|
59050
59059
|
},
|
|
59051
59060
|
]
|
|
59052
59061
|
}
|
|
@@ -59966,6 +59975,7 @@ new message content.",
|
|
|
59966
59975
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
59967
59976
|
>
|
|
59968
59977
|
<CapSelect
|
|
59978
|
+
getMenuOptionsProps={[Function]}
|
|
59969
59979
|
id="select-whatsapp-language"
|
|
59970
59980
|
onChange={[Function]}
|
|
59971
59981
|
options={
|
|
@@ -73043,8 +73053,8 @@ new message content.",
|
|
|
73043
73053
|
span={23}
|
|
73044
73054
|
>
|
|
73045
73055
|
<FormattedMessage
|
|
73046
|
-
defaultMessage="
|
|
73047
|
-
id="creatives.containersV2.Whatsapp.
|
|
73056
|
+
defaultMessage="Utility"
|
|
73057
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
73048
73058
|
values={Object {}}
|
|
73049
73059
|
/>
|
|
73050
73060
|
</CapColumn>
|
|
@@ -73064,14 +73074,14 @@ new message content.",
|
|
|
73064
73074
|
title={
|
|
73065
73075
|
<FormattedMessage
|
|
73066
73076
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
73067
|
-
id="creatives.containersV2.Whatsapp.
|
|
73077
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
73068
73078
|
values={Object {}}
|
|
73069
73079
|
/>
|
|
73070
73080
|
}
|
|
73071
73081
|
/>
|
|
73072
73082
|
</CapColumn>
|
|
73073
73083
|
</CapRow>,
|
|
73074
|
-
"value": "
|
|
73084
|
+
"value": "UTILITY",
|
|
73075
73085
|
},
|
|
73076
73086
|
Object {
|
|
73077
73087
|
"label": <CapRow>
|
|
@@ -73115,8 +73125,8 @@ new message content.",
|
|
|
73115
73125
|
span={23}
|
|
73116
73126
|
>
|
|
73117
73127
|
<FormattedMessage
|
|
73118
|
-
defaultMessage="
|
|
73119
|
-
id="creatives.containersV2.Whatsapp.
|
|
73128
|
+
defaultMessage="Authentication"
|
|
73129
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
73120
73130
|
values={Object {}}
|
|
73121
73131
|
/>
|
|
73122
73132
|
</CapColumn>
|
|
@@ -73136,14 +73146,14 @@ new message content.",
|
|
|
73136
73146
|
title={
|
|
73137
73147
|
<FormattedMessage
|
|
73138
73148
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
73139
|
-
id="creatives.containersV2.Whatsapp.
|
|
73149
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
73140
73150
|
values={Object {}}
|
|
73141
73151
|
/>
|
|
73142
73152
|
}
|
|
73143
73153
|
/>
|
|
73144
73154
|
</CapColumn>
|
|
73145
73155
|
</CapRow>,
|
|
73146
|
-
"value": "
|
|
73156
|
+
"value": "AUTHENTICATION",
|
|
73147
73157
|
},
|
|
73148
73158
|
]
|
|
73149
73159
|
}
|
|
@@ -73162,6 +73172,7 @@ new message content.",
|
|
|
73162
73172
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
73163
73173
|
>
|
|
73164
73174
|
<CapSelect
|
|
73175
|
+
getMenuOptionsProps={[Function]}
|
|
73165
73176
|
id="select-whatsapp-category"
|
|
73166
73177
|
onChange={[Function]}
|
|
73167
73178
|
options={
|
|
@@ -73172,8 +73183,8 @@ new message content.",
|
|
|
73172
73183
|
span={23}
|
|
73173
73184
|
>
|
|
73174
73185
|
<FormattedMessage
|
|
73175
|
-
defaultMessage="
|
|
73176
|
-
id="creatives.containersV2.Whatsapp.
|
|
73186
|
+
defaultMessage="Utility"
|
|
73187
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
73177
73188
|
values={Object {}}
|
|
73178
73189
|
/>
|
|
73179
73190
|
</CapColumn>
|
|
@@ -73193,14 +73204,14 @@ new message content.",
|
|
|
73193
73204
|
title={
|
|
73194
73205
|
<FormattedMessage
|
|
73195
73206
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
73196
|
-
id="creatives.containersV2.Whatsapp.
|
|
73207
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
73197
73208
|
values={Object {}}
|
|
73198
73209
|
/>
|
|
73199
73210
|
}
|
|
73200
73211
|
/>
|
|
73201
73212
|
</CapColumn>
|
|
73202
73213
|
</CapRow>,
|
|
73203
|
-
"value": "
|
|
73214
|
+
"value": "UTILITY",
|
|
73204
73215
|
},
|
|
73205
73216
|
Object {
|
|
73206
73217
|
"label": <CapRow>
|
|
@@ -73244,8 +73255,8 @@ new message content.",
|
|
|
73244
73255
|
span={23}
|
|
73245
73256
|
>
|
|
73246
73257
|
<FormattedMessage
|
|
73247
|
-
defaultMessage="
|
|
73248
|
-
id="creatives.containersV2.Whatsapp.
|
|
73258
|
+
defaultMessage="Authentication"
|
|
73259
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
73249
73260
|
values={Object {}}
|
|
73250
73261
|
/>
|
|
73251
73262
|
</CapColumn>
|
|
@@ -73265,14 +73276,14 @@ new message content.",
|
|
|
73265
73276
|
title={
|
|
73266
73277
|
<FormattedMessage
|
|
73267
73278
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
73268
|
-
id="creatives.containersV2.Whatsapp.
|
|
73279
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
73269
73280
|
values={Object {}}
|
|
73270
73281
|
/>
|
|
73271
73282
|
}
|
|
73272
73283
|
/>
|
|
73273
73284
|
</CapColumn>
|
|
73274
73285
|
</CapRow>,
|
|
73275
|
-
"value": "
|
|
73286
|
+
"value": "AUTHENTICATION",
|
|
73276
73287
|
},
|
|
73277
73288
|
]
|
|
73278
73289
|
}
|
|
@@ -74192,6 +74203,7 @@ new message content.",
|
|
|
74192
74203
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
74193
74204
|
>
|
|
74194
74205
|
<CapSelect
|
|
74206
|
+
getMenuOptionsProps={[Function]}
|
|
74195
74207
|
id="select-whatsapp-language"
|
|
74196
74208
|
onChange={[Function]}
|
|
74197
74209
|
options={
|
|
@@ -87994,8 +88006,8 @@ new message content.",
|
|
|
87994
88006
|
span={23}
|
|
87995
88007
|
>
|
|
87996
88008
|
<FormattedMessage
|
|
87997
|
-
defaultMessage="
|
|
87998
|
-
id="creatives.containersV2.Whatsapp.
|
|
88009
|
+
defaultMessage="Utility"
|
|
88010
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
87999
88011
|
values={Object {}}
|
|
88000
88012
|
/>
|
|
88001
88013
|
</CapColumn>
|
|
@@ -88015,14 +88027,14 @@ new message content.",
|
|
|
88015
88027
|
title={
|
|
88016
88028
|
<FormattedMessage
|
|
88017
88029
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
88018
|
-
id="creatives.containersV2.Whatsapp.
|
|
88030
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
88019
88031
|
values={Object {}}
|
|
88020
88032
|
/>
|
|
88021
88033
|
}
|
|
88022
88034
|
/>
|
|
88023
88035
|
</CapColumn>
|
|
88024
88036
|
</CapRow>,
|
|
88025
|
-
"value": "
|
|
88037
|
+
"value": "UTILITY",
|
|
88026
88038
|
},
|
|
88027
88039
|
Object {
|
|
88028
88040
|
"label": <CapRow>
|
|
@@ -88066,8 +88078,8 @@ new message content.",
|
|
|
88066
88078
|
span={23}
|
|
88067
88079
|
>
|
|
88068
88080
|
<FormattedMessage
|
|
88069
|
-
defaultMessage="
|
|
88070
|
-
id="creatives.containersV2.Whatsapp.
|
|
88081
|
+
defaultMessage="Authentication"
|
|
88082
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
88071
88083
|
values={Object {}}
|
|
88072
88084
|
/>
|
|
88073
88085
|
</CapColumn>
|
|
@@ -88087,14 +88099,14 @@ new message content.",
|
|
|
88087
88099
|
title={
|
|
88088
88100
|
<FormattedMessage
|
|
88089
88101
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
88090
|
-
id="creatives.containersV2.Whatsapp.
|
|
88102
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
88091
88103
|
values={Object {}}
|
|
88092
88104
|
/>
|
|
88093
88105
|
}
|
|
88094
88106
|
/>
|
|
88095
88107
|
</CapColumn>
|
|
88096
88108
|
</CapRow>,
|
|
88097
|
-
"value": "
|
|
88109
|
+
"value": "AUTHENTICATION",
|
|
88098
88110
|
},
|
|
88099
88111
|
]
|
|
88100
88112
|
}
|
|
@@ -88113,6 +88125,7 @@ new message content.",
|
|
|
88113
88125
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
88114
88126
|
>
|
|
88115
88127
|
<CapSelect
|
|
88128
|
+
getMenuOptionsProps={[Function]}
|
|
88116
88129
|
id="select-whatsapp-category"
|
|
88117
88130
|
onChange={[Function]}
|
|
88118
88131
|
options={
|
|
@@ -88123,8 +88136,8 @@ new message content.",
|
|
|
88123
88136
|
span={23}
|
|
88124
88137
|
>
|
|
88125
88138
|
<FormattedMessage
|
|
88126
|
-
defaultMessage="
|
|
88127
|
-
id="creatives.containersV2.Whatsapp.
|
|
88139
|
+
defaultMessage="Utility"
|
|
88140
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
88128
88141
|
values={Object {}}
|
|
88129
88142
|
/>
|
|
88130
88143
|
</CapColumn>
|
|
@@ -88144,14 +88157,14 @@ new message content.",
|
|
|
88144
88157
|
title={
|
|
88145
88158
|
<FormattedMessage
|
|
88146
88159
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
88147
|
-
id="creatives.containersV2.Whatsapp.
|
|
88160
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
88148
88161
|
values={Object {}}
|
|
88149
88162
|
/>
|
|
88150
88163
|
}
|
|
88151
88164
|
/>
|
|
88152
88165
|
</CapColumn>
|
|
88153
88166
|
</CapRow>,
|
|
88154
|
-
"value": "
|
|
88167
|
+
"value": "UTILITY",
|
|
88155
88168
|
},
|
|
88156
88169
|
Object {
|
|
88157
88170
|
"label": <CapRow>
|
|
@@ -88195,8 +88208,8 @@ new message content.",
|
|
|
88195
88208
|
span={23}
|
|
88196
88209
|
>
|
|
88197
88210
|
<FormattedMessage
|
|
88198
|
-
defaultMessage="
|
|
88199
|
-
id="creatives.containersV2.Whatsapp.
|
|
88211
|
+
defaultMessage="Authentication"
|
|
88212
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
88200
88213
|
values={Object {}}
|
|
88201
88214
|
/>
|
|
88202
88215
|
</CapColumn>
|
|
@@ -88216,14 +88229,14 @@ new message content.",
|
|
|
88216
88229
|
title={
|
|
88217
88230
|
<FormattedMessage
|
|
88218
88231
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
88219
|
-
id="creatives.containersV2.Whatsapp.
|
|
88232
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
88220
88233
|
values={Object {}}
|
|
88221
88234
|
/>
|
|
88222
88235
|
}
|
|
88223
88236
|
/>
|
|
88224
88237
|
</CapColumn>
|
|
88225
88238
|
</CapRow>,
|
|
88226
|
-
"value": "
|
|
88239
|
+
"value": "AUTHENTICATION",
|
|
88227
88240
|
},
|
|
88228
88241
|
]
|
|
88229
88242
|
}
|
|
@@ -89143,6 +89156,7 @@ new message content.",
|
|
|
89143
89156
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
89144
89157
|
>
|
|
89145
89158
|
<CapSelect
|
|
89159
|
+
getMenuOptionsProps={[Function]}
|
|
89146
89160
|
id="select-whatsapp-language"
|
|
89147
89161
|
onChange={[Function]}
|
|
89148
89162
|
options={
|
|
@@ -103297,8 +103311,8 @@ new message content.",
|
|
|
103297
103311
|
span={23}
|
|
103298
103312
|
>
|
|
103299
103313
|
<FormattedMessage
|
|
103300
|
-
defaultMessage="
|
|
103301
|
-
id="creatives.containersV2.Whatsapp.
|
|
103314
|
+
defaultMessage="Utility"
|
|
103315
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
103302
103316
|
values={Object {}}
|
|
103303
103317
|
/>
|
|
103304
103318
|
</CapColumn>
|
|
@@ -103318,14 +103332,14 @@ new message content.",
|
|
|
103318
103332
|
title={
|
|
103319
103333
|
<FormattedMessage
|
|
103320
103334
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
103321
|
-
id="creatives.containersV2.Whatsapp.
|
|
103335
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
103322
103336
|
values={Object {}}
|
|
103323
103337
|
/>
|
|
103324
103338
|
}
|
|
103325
103339
|
/>
|
|
103326
103340
|
</CapColumn>
|
|
103327
103341
|
</CapRow>,
|
|
103328
|
-
"value": "
|
|
103342
|
+
"value": "UTILITY",
|
|
103329
103343
|
},
|
|
103330
103344
|
Object {
|
|
103331
103345
|
"label": <CapRow>
|
|
@@ -103369,8 +103383,8 @@ new message content.",
|
|
|
103369
103383
|
span={23}
|
|
103370
103384
|
>
|
|
103371
103385
|
<FormattedMessage
|
|
103372
|
-
defaultMessage="
|
|
103373
|
-
id="creatives.containersV2.Whatsapp.
|
|
103386
|
+
defaultMessage="Authentication"
|
|
103387
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
103374
103388
|
values={Object {}}
|
|
103375
103389
|
/>
|
|
103376
103390
|
</CapColumn>
|
|
@@ -103390,14 +103404,14 @@ new message content.",
|
|
|
103390
103404
|
title={
|
|
103391
103405
|
<FormattedMessage
|
|
103392
103406
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
103393
|
-
id="creatives.containersV2.Whatsapp.
|
|
103407
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
103394
103408
|
values={Object {}}
|
|
103395
103409
|
/>
|
|
103396
103410
|
}
|
|
103397
103411
|
/>
|
|
103398
103412
|
</CapColumn>
|
|
103399
103413
|
</CapRow>,
|
|
103400
|
-
"value": "
|
|
103414
|
+
"value": "AUTHENTICATION",
|
|
103401
103415
|
},
|
|
103402
103416
|
]
|
|
103403
103417
|
}
|
|
@@ -103416,6 +103430,7 @@ new message content.",
|
|
|
103416
103430
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
103417
103431
|
>
|
|
103418
103432
|
<CapSelect
|
|
103433
|
+
getMenuOptionsProps={[Function]}
|
|
103419
103434
|
id="select-whatsapp-category"
|
|
103420
103435
|
onChange={[Function]}
|
|
103421
103436
|
options={
|
|
@@ -103426,8 +103441,8 @@ new message content.",
|
|
|
103426
103441
|
span={23}
|
|
103427
103442
|
>
|
|
103428
103443
|
<FormattedMessage
|
|
103429
|
-
defaultMessage="
|
|
103430
|
-
id="creatives.containersV2.Whatsapp.
|
|
103444
|
+
defaultMessage="Utility"
|
|
103445
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
103431
103446
|
values={Object {}}
|
|
103432
103447
|
/>
|
|
103433
103448
|
</CapColumn>
|
|
@@ -103447,14 +103462,14 @@ new message content.",
|
|
|
103447
103462
|
title={
|
|
103448
103463
|
<FormattedMessage
|
|
103449
103464
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
103450
|
-
id="creatives.containersV2.Whatsapp.
|
|
103465
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
103451
103466
|
values={Object {}}
|
|
103452
103467
|
/>
|
|
103453
103468
|
}
|
|
103454
103469
|
/>
|
|
103455
103470
|
</CapColumn>
|
|
103456
103471
|
</CapRow>,
|
|
103457
|
-
"value": "
|
|
103472
|
+
"value": "UTILITY",
|
|
103458
103473
|
},
|
|
103459
103474
|
Object {
|
|
103460
103475
|
"label": <CapRow>
|
|
@@ -103498,8 +103513,8 @@ new message content.",
|
|
|
103498
103513
|
span={23}
|
|
103499
103514
|
>
|
|
103500
103515
|
<FormattedMessage
|
|
103501
|
-
defaultMessage="
|
|
103502
|
-
id="creatives.containersV2.Whatsapp.
|
|
103516
|
+
defaultMessage="Authentication"
|
|
103517
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
103503
103518
|
values={Object {}}
|
|
103504
103519
|
/>
|
|
103505
103520
|
</CapColumn>
|
|
@@ -103519,14 +103534,14 @@ new message content.",
|
|
|
103519
103534
|
title={
|
|
103520
103535
|
<FormattedMessage
|
|
103521
103536
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
103522
|
-
id="creatives.containersV2.Whatsapp.
|
|
103537
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
103523
103538
|
values={Object {}}
|
|
103524
103539
|
/>
|
|
103525
103540
|
}
|
|
103526
103541
|
/>
|
|
103527
103542
|
</CapColumn>
|
|
103528
103543
|
</CapRow>,
|
|
103529
|
-
"value": "
|
|
103544
|
+
"value": "AUTHENTICATION",
|
|
103530
103545
|
},
|
|
103531
103546
|
]
|
|
103532
103547
|
}
|
|
@@ -104446,6 +104461,7 @@ new message content.",
|
|
|
104446
104461
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
104447
104462
|
>
|
|
104448
104463
|
<CapSelect
|
|
104464
|
+
getMenuOptionsProps={[Function]}
|
|
104449
104465
|
id="select-whatsapp-language"
|
|
104450
104466
|
onChange={[Function]}
|
|
104451
104467
|
options={
|
|
@@ -188584,6 +188600,7 @@ new message content.",
|
|
|
188584
188600
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
188585
188601
|
>
|
|
188586
188602
|
<CapSelect
|
|
188603
|
+
getMenuOptionsProps={[Function]}
|
|
188587
188604
|
id="select-whatsapp-category"
|
|
188588
188605
|
onChange={[Function]}
|
|
188589
188606
|
options={
|
|
@@ -189686,6 +189703,7 @@ new message content.",
|
|
|
189686
189703
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
189687
189704
|
>
|
|
189688
189705
|
<CapSelect
|
|
189706
|
+
getMenuOptionsProps={[Function]}
|
|
189689
189707
|
id="select-whatsapp-language"
|
|
189690
189708
|
onChange={[Function]}
|
|
189691
189709
|
options={
|
|
@@ -203141,8 +203159,8 @@ new message content.",
|
|
|
203141
203159
|
span={23}
|
|
203142
203160
|
>
|
|
203143
203161
|
<FormattedMessage
|
|
203144
|
-
defaultMessage="
|
|
203145
|
-
id="creatives.containersV2.Whatsapp.
|
|
203162
|
+
defaultMessage="Utility"
|
|
203163
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
203146
203164
|
values={Object {}}
|
|
203147
203165
|
/>
|
|
203148
203166
|
</CapColumn>
|
|
@@ -203162,14 +203180,14 @@ new message content.",
|
|
|
203162
203180
|
title={
|
|
203163
203181
|
<FormattedMessage
|
|
203164
203182
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
203165
|
-
id="creatives.containersV2.Whatsapp.
|
|
203183
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
203166
203184
|
values={Object {}}
|
|
203167
203185
|
/>
|
|
203168
203186
|
}
|
|
203169
203187
|
/>
|
|
203170
203188
|
</CapColumn>
|
|
203171
203189
|
</CapRow>,
|
|
203172
|
-
"value": "
|
|
203190
|
+
"value": "UTILITY",
|
|
203173
203191
|
},
|
|
203174
203192
|
Object {
|
|
203175
203193
|
"label": <CapRow>
|
|
@@ -203213,8 +203231,8 @@ new message content.",
|
|
|
203213
203231
|
span={23}
|
|
203214
203232
|
>
|
|
203215
203233
|
<FormattedMessage
|
|
203216
|
-
defaultMessage="
|
|
203217
|
-
id="creatives.containersV2.Whatsapp.
|
|
203234
|
+
defaultMessage="Authentication"
|
|
203235
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
203218
203236
|
values={Object {}}
|
|
203219
203237
|
/>
|
|
203220
203238
|
</CapColumn>
|
|
@@ -203234,14 +203252,14 @@ new message content.",
|
|
|
203234
203252
|
title={
|
|
203235
203253
|
<FormattedMessage
|
|
203236
203254
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
203237
|
-
id="creatives.containersV2.Whatsapp.
|
|
203255
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
203238
203256
|
values={Object {}}
|
|
203239
203257
|
/>
|
|
203240
203258
|
}
|
|
203241
203259
|
/>
|
|
203242
203260
|
</CapColumn>
|
|
203243
203261
|
</CapRow>,
|
|
203244
|
-
"value": "
|
|
203262
|
+
"value": "AUTHENTICATION",
|
|
203245
203263
|
},
|
|
203246
203264
|
]
|
|
203247
203265
|
}
|
|
@@ -203260,6 +203278,7 @@ new message content.",
|
|
|
203260
203278
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
203261
203279
|
>
|
|
203262
203280
|
<CapSelect
|
|
203281
|
+
getMenuOptionsProps={[Function]}
|
|
203263
203282
|
id="select-whatsapp-category"
|
|
203264
203283
|
onChange={[Function]}
|
|
203265
203284
|
options={
|
|
@@ -203270,8 +203289,8 @@ new message content.",
|
|
|
203270
203289
|
span={23}
|
|
203271
203290
|
>
|
|
203272
203291
|
<FormattedMessage
|
|
203273
|
-
defaultMessage="
|
|
203274
|
-
id="creatives.containersV2.Whatsapp.
|
|
203292
|
+
defaultMessage="Utility"
|
|
203293
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
203275
203294
|
values={Object {}}
|
|
203276
203295
|
/>
|
|
203277
203296
|
</CapColumn>
|
|
@@ -203291,14 +203310,14 @@ new message content.",
|
|
|
203291
203310
|
title={
|
|
203292
203311
|
<FormattedMessage
|
|
203293
203312
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
203294
|
-
id="creatives.containersV2.Whatsapp.
|
|
203313
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
203295
203314
|
values={Object {}}
|
|
203296
203315
|
/>
|
|
203297
203316
|
}
|
|
203298
203317
|
/>
|
|
203299
203318
|
</CapColumn>
|
|
203300
203319
|
</CapRow>,
|
|
203301
|
-
"value": "
|
|
203320
|
+
"value": "UTILITY",
|
|
203302
203321
|
},
|
|
203303
203322
|
Object {
|
|
203304
203323
|
"label": <CapRow>
|
|
@@ -203342,8 +203361,8 @@ new message content.",
|
|
|
203342
203361
|
span={23}
|
|
203343
203362
|
>
|
|
203344
203363
|
<FormattedMessage
|
|
203345
|
-
defaultMessage="
|
|
203346
|
-
id="creatives.containersV2.Whatsapp.
|
|
203364
|
+
defaultMessage="Authentication"
|
|
203365
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
203347
203366
|
values={Object {}}
|
|
203348
203367
|
/>
|
|
203349
203368
|
</CapColumn>
|
|
@@ -203363,14 +203382,14 @@ new message content.",
|
|
|
203363
203382
|
title={
|
|
203364
203383
|
<FormattedMessage
|
|
203365
203384
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
203366
|
-
id="creatives.containersV2.Whatsapp.
|
|
203385
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
203367
203386
|
values={Object {}}
|
|
203368
203387
|
/>
|
|
203369
203388
|
}
|
|
203370
203389
|
/>
|
|
203371
203390
|
</CapColumn>
|
|
203372
203391
|
</CapRow>,
|
|
203373
|
-
"value": "
|
|
203392
|
+
"value": "AUTHENTICATION",
|
|
203374
203393
|
},
|
|
203375
203394
|
]
|
|
203376
203395
|
}
|
|
@@ -204290,6 +204309,7 @@ new message content.",
|
|
|
204290
204309
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
204291
204310
|
>
|
|
204292
204311
|
<CapSelect
|
|
204312
|
+
getMenuOptionsProps={[Function]}
|
|
204293
204313
|
id="select-whatsapp-language"
|
|
204294
204314
|
onChange={[Function]}
|
|
204295
204315
|
options={
|
|
@@ -216871,6 +216891,7 @@ new message content.",
|
|
|
216871
216891
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
216872
216892
|
>
|
|
216873
216893
|
<CapSelect
|
|
216894
|
+
getMenuOptionsProps={[Function]}
|
|
216874
216895
|
id="select-whatsapp-category"
|
|
216875
216896
|
onChange={[Function]}
|
|
216876
216897
|
options={
|
|
@@ -217973,6 +217994,7 @@ new message content.",
|
|
|
217973
217994
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
217974
217995
|
>
|
|
217975
217996
|
<CapSelect
|
|
217997
|
+
getMenuOptionsProps={[Function]}
|
|
217976
217998
|
id="select-whatsapp-language"
|
|
217977
217999
|
onChange={[Function]}
|
|
217978
218000
|
options={
|
|
@@ -230546,6 +230568,7 @@ new message content.",
|
|
|
230546
230568
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
230547
230569
|
>
|
|
230548
230570
|
<CapSelect
|
|
230571
|
+
getMenuOptionsProps={[Function]}
|
|
230549
230572
|
id="select-whatsapp-category"
|
|
230550
230573
|
onChange={[Function]}
|
|
230551
230574
|
options={
|
|
@@ -231648,6 +231671,7 @@ new message content.",
|
|
|
231648
231671
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
231649
231672
|
>
|
|
231650
231673
|
<CapSelect
|
|
231674
|
+
getMenuOptionsProps={[Function]}
|
|
231651
231675
|
id="select-whatsapp-language"
|
|
231652
231676
|
onChange={[Function]}
|
|
231653
231677
|
options={
|
|
@@ -244602,6 +244626,7 @@ new message content.",
|
|
|
244602
244626
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
244603
244627
|
>
|
|
244604
244628
|
<CapSelect
|
|
244629
|
+
getMenuOptionsProps={[Function]}
|
|
244605
244630
|
id="select-whatsapp-category"
|
|
244606
244631
|
onChange={[Function]}
|
|
244607
244632
|
options={
|
|
@@ -245704,6 +245729,7 @@ new message content.",
|
|
|
245704
245729
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
245705
245730
|
>
|
|
245706
245731
|
<CapSelect
|
|
245732
|
+
getMenuOptionsProps={[Function]}
|
|
245707
245733
|
id="select-whatsapp-language"
|
|
245708
245734
|
onChange={[Function]}
|
|
245709
245735
|
options={
|
|
@@ -259071,6 +259097,7 @@ new message content.",
|
|
|
259071
259097
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
259072
259098
|
>
|
|
259073
259099
|
<CapSelect
|
|
259100
|
+
getMenuOptionsProps={[Function]}
|
|
259074
259101
|
id="select-whatsapp-category"
|
|
259075
259102
|
onChange={[Function]}
|
|
259076
259103
|
options={
|
|
@@ -260173,6 +260200,7 @@ new message content.",
|
|
|
260173
260200
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
260174
260201
|
>
|
|
260175
260202
|
<CapSelect
|
|
260203
|
+
getMenuOptionsProps={[Function]}
|
|
260176
260204
|
id="select-whatsapp-language"
|
|
260177
260205
|
onChange={[Function]}
|
|
260178
260206
|
options={
|
|
@@ -273931,6 +273959,7 @@ new message content.",
|
|
|
273931
273959
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
273932
273960
|
>
|
|
273933
273961
|
<CapSelect
|
|
273962
|
+
getMenuOptionsProps={[Function]}
|
|
273934
273963
|
id="select-whatsapp-category"
|
|
273935
273964
|
onChange={[Function]}
|
|
273936
273965
|
options={
|
|
@@ -275033,6 +275062,7 @@ new message content.",
|
|
|
275033
275062
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
275034
275063
|
>
|
|
275035
275064
|
<CapSelect
|
|
275065
|
+
getMenuOptionsProps={[Function]}
|
|
275036
275066
|
id="select-whatsapp-language"
|
|
275037
275067
|
onChange={[Function]}
|
|
275038
275068
|
options={
|
|
@@ -289192,6 +289222,7 @@ new message content.",
|
|
|
289192
289222
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
289193
289223
|
>
|
|
289194
289224
|
<CapSelect
|
|
289225
|
+
getMenuOptionsProps={[Function]}
|
|
289195
289226
|
id="select-whatsapp-category"
|
|
289196
289227
|
onChange={[Function]}
|
|
289197
289228
|
options={
|
|
@@ -290294,6 +290325,7 @@ new message content.",
|
|
|
290294
290325
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
290295
290326
|
>
|
|
290296
290327
|
<CapSelect
|
|
290328
|
+
getMenuOptionsProps={[Function]}
|
|
290297
290329
|
id="select-whatsapp-language"
|
|
290298
290330
|
onChange={[Function]}
|
|
290299
290331
|
options={
|
|
@@ -304854,6 +304886,7 @@ new message content.",
|
|
|
304854
304886
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
304855
304887
|
>
|
|
304856
304888
|
<CapSelect
|
|
304889
|
+
getMenuOptionsProps={[Function]}
|
|
304857
304890
|
id="select-whatsapp-category"
|
|
304858
304891
|
onChange={[Function]}
|
|
304859
304892
|
options={
|
|
@@ -305956,6 +305989,7 @@ new message content.",
|
|
|
305956
305989
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
305957
305990
|
>
|
|
305958
305991
|
<CapSelect
|
|
305992
|
+
getMenuOptionsProps={[Function]}
|
|
305959
305993
|
id="select-whatsapp-language"
|
|
305960
305994
|
onChange={[Function]}
|
|
305961
305995
|
options={
|
|
@@ -320917,6 +320951,7 @@ new message content.",
|
|
|
320917
320951
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
320918
320952
|
>
|
|
320919
320953
|
<CapSelect
|
|
320954
|
+
getMenuOptionsProps={[Function]}
|
|
320920
320955
|
id="select-whatsapp-category"
|
|
320921
320956
|
onChange={[Function]}
|
|
320922
320957
|
options={
|
|
@@ -322019,6 +322054,7 @@ new message content.",
|
|
|
322019
322054
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
322020
322055
|
>
|
|
322021
322056
|
<CapSelect
|
|
322057
|
+
getMenuOptionsProps={[Function]}
|
|
322022
322058
|
id="select-whatsapp-language"
|
|
322023
322059
|
onChange={[Function]}
|
|
322024
322060
|
options={
|
|
@@ -337371,6 +337407,7 @@ new message content.",
|
|
|
337371
337407
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
337372
337408
|
>
|
|
337373
337409
|
<CapSelect
|
|
337410
|
+
getMenuOptionsProps={[Function]}
|
|
337374
337411
|
id="select-whatsapp-category"
|
|
337375
337412
|
onChange={[Function]}
|
|
337376
337413
|
options={
|
|
@@ -338473,6 +338510,7 @@ new message content.",
|
|
|
338473
338510
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
338474
338511
|
>
|
|
338475
338512
|
<CapSelect
|
|
338513
|
+
getMenuOptionsProps={[Function]}
|
|
338476
338514
|
id="select-whatsapp-language"
|
|
338477
338515
|
onChange={[Function]}
|
|
338478
338516
|
options={
|
|
@@ -351058,6 +351096,7 @@ new message content.",
|
|
|
351058
351096
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
351059
351097
|
>
|
|
351060
351098
|
<CapSelect
|
|
351099
|
+
getMenuOptionsProps={[Function]}
|
|
351061
351100
|
id="select-whatsapp-category"
|
|
351062
351101
|
onChange={[Function]}
|
|
351063
351102
|
options={
|
|
@@ -352160,6 +352199,7 @@ new message content.",
|
|
|
352160
352199
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
352161
352200
|
>
|
|
352162
352201
|
<CapSelect
|
|
352202
|
+
getMenuOptionsProps={[Function]}
|
|
352163
352203
|
id="select-whatsapp-language"
|
|
352164
352204
|
onChange={[Function]}
|
|
352165
352205
|
options={
|
|
@@ -365141,6 +365181,7 @@ new message content.",
|
|
|
365141
365181
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
365142
365182
|
>
|
|
365143
365183
|
<CapSelect
|
|
365184
|
+
getMenuOptionsProps={[Function]}
|
|
365144
365185
|
id="select-whatsapp-category"
|
|
365145
365186
|
onChange={[Function]}
|
|
365146
365187
|
options={
|
|
@@ -366243,6 +366284,7 @@ new message content.",
|
|
|
366243
366284
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
366244
366285
|
>
|
|
366245
366286
|
<CapSelect
|
|
366287
|
+
getMenuOptionsProps={[Function]}
|
|
366246
366288
|
id="select-whatsapp-language"
|
|
366247
366289
|
onChange={[Function]}
|
|
366248
366290
|
options={
|
|
@@ -379645,6 +379687,7 @@ new message content.",
|
|
|
379645
379687
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
379646
379688
|
>
|
|
379647
379689
|
<CapSelect
|
|
379690
|
+
getMenuOptionsProps={[Function]}
|
|
379648
379691
|
id="select-whatsapp-category"
|
|
379649
379692
|
onChange={[Function]}
|
|
379650
379693
|
options={
|
|
@@ -380747,6 +380790,7 @@ new message content.",
|
|
|
380747
380790
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
380748
380791
|
>
|
|
380749
380792
|
<CapSelect
|
|
380793
|
+
getMenuOptionsProps={[Function]}
|
|
380750
380794
|
id="select-whatsapp-language"
|
|
380751
380795
|
onChange={[Function]}
|
|
380752
380796
|
options={
|
|
@@ -394092,6 +394136,7 @@ new message content.",
|
|
|
394092
394136
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
394093
394137
|
>
|
|
394094
394138
|
<CapSelect
|
|
394139
|
+
getMenuOptionsProps={[Function]}
|
|
394095
394140
|
id="select-whatsapp-category"
|
|
394096
394141
|
onChange={[Function]}
|
|
394097
394142
|
options={
|
|
@@ -395194,6 +395239,7 @@ new message content.",
|
|
|
395194
395239
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
395195
395240
|
>
|
|
395196
395241
|
<CapSelect
|
|
395242
|
+
getMenuOptionsProps={[Function]}
|
|
395197
395243
|
id="select-whatsapp-language"
|
|
395198
395244
|
onChange={[Function]}
|
|
395199
395245
|
options={
|
|
@@ -409830,8 +409876,8 @@ new message content.",
|
|
|
409830
409876
|
span={23}
|
|
409831
409877
|
>
|
|
409832
409878
|
<FormattedMessage
|
|
409833
|
-
defaultMessage="
|
|
409834
|
-
id="creatives.containersV2.Whatsapp.
|
|
409879
|
+
defaultMessage="Utility"
|
|
409880
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
409835
409881
|
values={Object {}}
|
|
409836
409882
|
/>
|
|
409837
409883
|
</CapColumn>
|
|
@@ -409851,14 +409897,14 @@ new message content.",
|
|
|
409851
409897
|
title={
|
|
409852
409898
|
<FormattedMessage
|
|
409853
409899
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
409854
|
-
id="creatives.containersV2.Whatsapp.
|
|
409900
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
409855
409901
|
values={Object {}}
|
|
409856
409902
|
/>
|
|
409857
409903
|
}
|
|
409858
409904
|
/>
|
|
409859
409905
|
</CapColumn>
|
|
409860
409906
|
</CapRow>,
|
|
409861
|
-
"value": "
|
|
409907
|
+
"value": "UTILITY",
|
|
409862
409908
|
},
|
|
409863
409909
|
Object {
|
|
409864
409910
|
"label": <CapRow>
|
|
@@ -409902,8 +409948,8 @@ new message content.",
|
|
|
409902
409948
|
span={23}
|
|
409903
409949
|
>
|
|
409904
409950
|
<FormattedMessage
|
|
409905
|
-
defaultMessage="
|
|
409906
|
-
id="creatives.containersV2.Whatsapp.
|
|
409951
|
+
defaultMessage="Authentication"
|
|
409952
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
409907
409953
|
values={Object {}}
|
|
409908
409954
|
/>
|
|
409909
409955
|
</CapColumn>
|
|
@@ -409923,14 +409969,14 @@ new message content.",
|
|
|
409923
409969
|
title={
|
|
409924
409970
|
<FormattedMessage
|
|
409925
409971
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
409926
|
-
id="creatives.containersV2.Whatsapp.
|
|
409972
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
409927
409973
|
values={Object {}}
|
|
409928
409974
|
/>
|
|
409929
409975
|
}
|
|
409930
409976
|
/>
|
|
409931
409977
|
</CapColumn>
|
|
409932
409978
|
</CapRow>,
|
|
409933
|
-
"value": "
|
|
409979
|
+
"value": "AUTHENTICATION",
|
|
409934
409980
|
},
|
|
409935
409981
|
]
|
|
409936
409982
|
}
|
|
@@ -409950,6 +409996,7 @@ new message content.",
|
|
|
409950
409996
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
409951
409997
|
>
|
|
409952
409998
|
<CapSelect
|
|
409999
|
+
getMenuOptionsProps={[Function]}
|
|
409953
410000
|
id="select-whatsapp-category"
|
|
409954
410001
|
onChange={[Function]}
|
|
409955
410002
|
options={
|
|
@@ -409960,8 +410007,8 @@ new message content.",
|
|
|
409960
410007
|
span={23}
|
|
409961
410008
|
>
|
|
409962
410009
|
<FormattedMessage
|
|
409963
|
-
defaultMessage="
|
|
409964
|
-
id="creatives.containersV2.Whatsapp.
|
|
410010
|
+
defaultMessage="Utility"
|
|
410011
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
409965
410012
|
values={Object {}}
|
|
409966
410013
|
/>
|
|
409967
410014
|
</CapColumn>
|
|
@@ -409981,14 +410028,14 @@ new message content.",
|
|
|
409981
410028
|
title={
|
|
409982
410029
|
<FormattedMessage
|
|
409983
410030
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
409984
|
-
id="creatives.containersV2.Whatsapp.
|
|
410031
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
409985
410032
|
values={Object {}}
|
|
409986
410033
|
/>
|
|
409987
410034
|
}
|
|
409988
410035
|
/>
|
|
409989
410036
|
</CapColumn>
|
|
409990
410037
|
</CapRow>,
|
|
409991
|
-
"value": "
|
|
410038
|
+
"value": "UTILITY",
|
|
409992
410039
|
},
|
|
409993
410040
|
Object {
|
|
409994
410041
|
"label": <CapRow>
|
|
@@ -410032,8 +410079,8 @@ new message content.",
|
|
|
410032
410079
|
span={23}
|
|
410033
410080
|
>
|
|
410034
410081
|
<FormattedMessage
|
|
410035
|
-
defaultMessage="
|
|
410036
|
-
id="creatives.containersV2.Whatsapp.
|
|
410082
|
+
defaultMessage="Authentication"
|
|
410083
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
410037
410084
|
values={Object {}}
|
|
410038
410085
|
/>
|
|
410039
410086
|
</CapColumn>
|
|
@@ -410053,14 +410100,14 @@ new message content.",
|
|
|
410053
410100
|
title={
|
|
410054
410101
|
<FormattedMessage
|
|
410055
410102
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
410056
|
-
id="creatives.containersV2.Whatsapp.
|
|
410103
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
410057
410104
|
values={Object {}}
|
|
410058
410105
|
/>
|
|
410059
410106
|
}
|
|
410060
410107
|
/>
|
|
410061
410108
|
</CapColumn>
|
|
410062
410109
|
</CapRow>,
|
|
410063
|
-
"value": "
|
|
410110
|
+
"value": "AUTHENTICATION",
|
|
410064
410111
|
},
|
|
410065
410112
|
]
|
|
410066
410113
|
}
|
|
@@ -411010,6 +411057,7 @@ new message content.",
|
|
|
411010
411057
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
411011
411058
|
>
|
|
411012
411059
|
<CapSelect
|
|
411060
|
+
getMenuOptionsProps={[Function]}
|
|
411013
411061
|
id="select-whatsapp-language"
|
|
411014
411062
|
onChange={[Function]}
|
|
411015
411063
|
options={
|
|
@@ -428892,8 +428940,8 @@ undefined",
|
|
|
428892
428940
|
span={23}
|
|
428893
428941
|
>
|
|
428894
428942
|
<FormattedMessage
|
|
428895
|
-
defaultMessage="
|
|
428896
|
-
id="creatives.containersV2.Whatsapp.
|
|
428943
|
+
defaultMessage="Utility"
|
|
428944
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
428897
428945
|
values={Object {}}
|
|
428898
428946
|
/>
|
|
428899
428947
|
</CapColumn>
|
|
@@ -428913,14 +428961,14 @@ undefined",
|
|
|
428913
428961
|
title={
|
|
428914
428962
|
<FormattedMessage
|
|
428915
428963
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
428916
|
-
id="creatives.containersV2.Whatsapp.
|
|
428964
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
428917
428965
|
values={Object {}}
|
|
428918
428966
|
/>
|
|
428919
428967
|
}
|
|
428920
428968
|
/>
|
|
428921
428969
|
</CapColumn>
|
|
428922
428970
|
</CapRow>,
|
|
428923
|
-
"value": "
|
|
428971
|
+
"value": "UTILITY",
|
|
428924
428972
|
},
|
|
428925
428973
|
Object {
|
|
428926
428974
|
"label": <CapRow>
|
|
@@ -428964,8 +429012,8 @@ undefined",
|
|
|
428964
429012
|
span={23}
|
|
428965
429013
|
>
|
|
428966
429014
|
<FormattedMessage
|
|
428967
|
-
defaultMessage="
|
|
428968
|
-
id="creatives.containersV2.Whatsapp.
|
|
429015
|
+
defaultMessage="Authentication"
|
|
429016
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
428969
429017
|
values={Object {}}
|
|
428970
429018
|
/>
|
|
428971
429019
|
</CapColumn>
|
|
@@ -428985,14 +429033,14 @@ undefined",
|
|
|
428985
429033
|
title={
|
|
428986
429034
|
<FormattedMessage
|
|
428987
429035
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
428988
|
-
id="creatives.containersV2.Whatsapp.
|
|
429036
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
428989
429037
|
values={Object {}}
|
|
428990
429038
|
/>
|
|
428991
429039
|
}
|
|
428992
429040
|
/>
|
|
428993
429041
|
</CapColumn>
|
|
428994
429042
|
</CapRow>,
|
|
428995
|
-
"value": "
|
|
429043
|
+
"value": "AUTHENTICATION",
|
|
428996
429044
|
},
|
|
428997
429045
|
]
|
|
428998
429046
|
}
|
|
@@ -429012,6 +429060,7 @@ undefined",
|
|
|
429012
429060
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
429013
429061
|
>
|
|
429014
429062
|
<CapSelect
|
|
429063
|
+
getMenuOptionsProps={[Function]}
|
|
429015
429064
|
id="select-whatsapp-category"
|
|
429016
429065
|
onChange={[Function]}
|
|
429017
429066
|
options={
|
|
@@ -429022,8 +429071,8 @@ undefined",
|
|
|
429022
429071
|
span={23}
|
|
429023
429072
|
>
|
|
429024
429073
|
<FormattedMessage
|
|
429025
|
-
defaultMessage="
|
|
429026
|
-
id="creatives.containersV2.Whatsapp.
|
|
429074
|
+
defaultMessage="Utility"
|
|
429075
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
429027
429076
|
values={Object {}}
|
|
429028
429077
|
/>
|
|
429029
429078
|
</CapColumn>
|
|
@@ -429043,14 +429092,14 @@ undefined",
|
|
|
429043
429092
|
title={
|
|
429044
429093
|
<FormattedMessage
|
|
429045
429094
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
429046
|
-
id="creatives.containersV2.Whatsapp.
|
|
429095
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
429047
429096
|
values={Object {}}
|
|
429048
429097
|
/>
|
|
429049
429098
|
}
|
|
429050
429099
|
/>
|
|
429051
429100
|
</CapColumn>
|
|
429052
429101
|
</CapRow>,
|
|
429053
|
-
"value": "
|
|
429102
|
+
"value": "UTILITY",
|
|
429054
429103
|
},
|
|
429055
429104
|
Object {
|
|
429056
429105
|
"label": <CapRow>
|
|
@@ -429094,8 +429143,8 @@ undefined",
|
|
|
429094
429143
|
span={23}
|
|
429095
429144
|
>
|
|
429096
429145
|
<FormattedMessage
|
|
429097
|
-
defaultMessage="
|
|
429098
|
-
id="creatives.containersV2.Whatsapp.
|
|
429146
|
+
defaultMessage="Authentication"
|
|
429147
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
429099
429148
|
values={Object {}}
|
|
429100
429149
|
/>
|
|
429101
429150
|
</CapColumn>
|
|
@@ -429115,14 +429164,14 @@ undefined",
|
|
|
429115
429164
|
title={
|
|
429116
429165
|
<FormattedMessage
|
|
429117
429166
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
429118
|
-
id="creatives.containersV2.Whatsapp.
|
|
429167
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
429119
429168
|
values={Object {}}
|
|
429120
429169
|
/>
|
|
429121
429170
|
}
|
|
429122
429171
|
/>
|
|
429123
429172
|
</CapColumn>
|
|
429124
429173
|
</CapRow>,
|
|
429125
|
-
"value": "
|
|
429174
|
+
"value": "AUTHENTICATION",
|
|
429126
429175
|
},
|
|
429127
429176
|
]
|
|
429128
429177
|
}
|
|
@@ -430072,6 +430121,7 @@ undefined",
|
|
|
430072
430121
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
430073
430122
|
>
|
|
430074
430123
|
<CapSelect
|
|
430124
|
+
getMenuOptionsProps={[Function]}
|
|
430075
430125
|
id="select-whatsapp-language"
|
|
430076
430126
|
onChange={[Function]}
|
|
430077
430127
|
options={
|
|
@@ -449041,8 +449091,8 @@ undefined",
|
|
|
449041
449091
|
span={23}
|
|
449042
449092
|
>
|
|
449043
449093
|
<FormattedMessage
|
|
449044
|
-
defaultMessage="
|
|
449045
|
-
id="creatives.containersV2.Whatsapp.
|
|
449094
|
+
defaultMessage="Utility"
|
|
449095
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
449046
449096
|
values={Object {}}
|
|
449047
449097
|
/>
|
|
449048
449098
|
</CapColumn>
|
|
@@ -449062,14 +449112,14 @@ undefined",
|
|
|
449062
449112
|
title={
|
|
449063
449113
|
<FormattedMessage
|
|
449064
449114
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
449065
|
-
id="creatives.containersV2.Whatsapp.
|
|
449115
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
449066
449116
|
values={Object {}}
|
|
449067
449117
|
/>
|
|
449068
449118
|
}
|
|
449069
449119
|
/>
|
|
449070
449120
|
</CapColumn>
|
|
449071
449121
|
</CapRow>,
|
|
449072
|
-
"value": "
|
|
449122
|
+
"value": "UTILITY",
|
|
449073
449123
|
},
|
|
449074
449124
|
Object {
|
|
449075
449125
|
"label": <CapRow>
|
|
@@ -449113,8 +449163,8 @@ undefined",
|
|
|
449113
449163
|
span={23}
|
|
449114
449164
|
>
|
|
449115
449165
|
<FormattedMessage
|
|
449116
|
-
defaultMessage="
|
|
449117
|
-
id="creatives.containersV2.Whatsapp.
|
|
449166
|
+
defaultMessage="Authentication"
|
|
449167
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
449118
449168
|
values={Object {}}
|
|
449119
449169
|
/>
|
|
449120
449170
|
</CapColumn>
|
|
@@ -449134,14 +449184,14 @@ undefined",
|
|
|
449134
449184
|
title={
|
|
449135
449185
|
<FormattedMessage
|
|
449136
449186
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
449137
|
-
id="creatives.containersV2.Whatsapp.
|
|
449187
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
449138
449188
|
values={Object {}}
|
|
449139
449189
|
/>
|
|
449140
449190
|
}
|
|
449141
449191
|
/>
|
|
449142
449192
|
</CapColumn>
|
|
449143
449193
|
</CapRow>,
|
|
449144
|
-
"value": "
|
|
449194
|
+
"value": "AUTHENTICATION",
|
|
449145
449195
|
},
|
|
449146
449196
|
]
|
|
449147
449197
|
}
|
|
@@ -449161,6 +449211,7 @@ undefined",
|
|
|
449161
449211
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
449162
449212
|
>
|
|
449163
449213
|
<CapSelect
|
|
449214
|
+
getMenuOptionsProps={[Function]}
|
|
449164
449215
|
id="select-whatsapp-category"
|
|
449165
449216
|
onChange={[Function]}
|
|
449166
449217
|
options={
|
|
@@ -449171,8 +449222,8 @@ undefined",
|
|
|
449171
449222
|
span={23}
|
|
449172
449223
|
>
|
|
449173
449224
|
<FormattedMessage
|
|
449174
|
-
defaultMessage="
|
|
449175
|
-
id="creatives.containersV2.Whatsapp.
|
|
449225
|
+
defaultMessage="Utility"
|
|
449226
|
+
id="creatives.containersV2.Whatsapp.utility"
|
|
449176
449227
|
values={Object {}}
|
|
449177
449228
|
/>
|
|
449178
449229
|
</CapColumn>
|
|
@@ -449192,14 +449243,14 @@ undefined",
|
|
|
449192
449243
|
title={
|
|
449193
449244
|
<FormattedMessage
|
|
449194
449245
|
defaultMessage="Send account updates, order updates, alerts, and more to share important information."
|
|
449195
|
-
id="creatives.containersV2.Whatsapp.
|
|
449246
|
+
id="creatives.containersV2.Whatsapp.utilityTooltip"
|
|
449196
449247
|
values={Object {}}
|
|
449197
449248
|
/>
|
|
449198
449249
|
}
|
|
449199
449250
|
/>
|
|
449200
449251
|
</CapColumn>
|
|
449201
449252
|
</CapRow>,
|
|
449202
|
-
"value": "
|
|
449253
|
+
"value": "UTILITY",
|
|
449203
449254
|
},
|
|
449204
449255
|
Object {
|
|
449205
449256
|
"label": <CapRow>
|
|
@@ -449243,8 +449294,8 @@ undefined",
|
|
|
449243
449294
|
span={23}
|
|
449244
449295
|
>
|
|
449245
449296
|
<FormattedMessage
|
|
449246
|
-
defaultMessage="
|
|
449247
|
-
id="creatives.containersV2.Whatsapp.
|
|
449297
|
+
defaultMessage="Authentication"
|
|
449298
|
+
id="creatives.containersV2.Whatsapp.authentication"
|
|
449248
449299
|
values={Object {}}
|
|
449249
449300
|
/>
|
|
449250
449301
|
</CapColumn>
|
|
@@ -449264,14 +449315,14 @@ undefined",
|
|
|
449264
449315
|
title={
|
|
449265
449316
|
<FormattedMessage
|
|
449266
449317
|
defaultMessage="Send codes that allow your customers to securely access their accounts."
|
|
449267
|
-
id="creatives.containersV2.Whatsapp.
|
|
449318
|
+
id="creatives.containersV2.Whatsapp.authenticationTooltip"
|
|
449268
449319
|
values={Object {}}
|
|
449269
449320
|
/>
|
|
449270
449321
|
}
|
|
449271
449322
|
/>
|
|
449272
449323
|
</CapColumn>
|
|
449273
449324
|
</CapRow>,
|
|
449274
|
-
"value": "
|
|
449325
|
+
"value": "AUTHENTICATION",
|
|
449275
449326
|
},
|
|
449276
449327
|
]
|
|
449277
449328
|
}
|
|
@@ -450221,6 +450272,7 @@ undefined",
|
|
|
450221
450272
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
450222
450273
|
>
|
|
450223
450274
|
<CapSelect
|
|
450275
|
+
getMenuOptionsProps={[Function]}
|
|
450224
450276
|
id="select-whatsapp-language"
|
|
450225
450277
|
onChange={[Function]}
|
|
450226
450278
|
options={
|