@capillarytech/creatives-library 7.17.139 → 7.17.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v2Components/TemplatePreview/index.js +3 -3
- package/v2Containers/Whatsapp/index.js +101 -82
- package/v2Containers/Whatsapp/index.scss +8 -6
- package/v2Containers/Whatsapp/messages.js +11 -3
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +2966 -156
- package/v2Containers/Whatsapp/tests/index.test.js +4 -1
- package/v2Containers/Whatsapp/utils.js +0 -5
- package/v2Containers/mockdata.js +0 -5
|
@@ -8109,12 +8109,15 @@ new message content.",
|
|
|
8109
8109
|
inline={false}
|
|
8110
8110
|
size="large"
|
|
8111
8111
|
suffix={
|
|
8112
|
-
<
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8112
|
+
<React.Fragment>
|
|
8113
|
+
<CapButton
|
|
8114
|
+
data-testid="suffix-button"
|
|
8115
|
+
disabled={false}
|
|
8116
|
+
isAddBtn={true}
|
|
8117
|
+
onClick={[Function]}
|
|
8118
|
+
type="flat"
|
|
8119
|
+
/>
|
|
8120
|
+
</React.Fragment>
|
|
8118
8121
|
}
|
|
8119
8122
|
title={
|
|
8120
8123
|
<CapHeading
|
|
@@ -8861,6 +8864,7 @@ new message content.",
|
|
|
8861
8864
|
</CapHeading>
|
|
8862
8865
|
</div>
|
|
8863
8866
|
<CapButton
|
|
8867
|
+
data-testid="suffix-button"
|
|
8864
8868
|
disabled={false}
|
|
8865
8869
|
isAddBtn={true}
|
|
8866
8870
|
onClick={[Function]}
|
|
@@ -8869,6 +8873,7 @@ new message content.",
|
|
|
8869
8873
|
<Button
|
|
8870
8874
|
block={false}
|
|
8871
8875
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
8876
|
+
data-testid="suffix-button"
|
|
8872
8877
|
disabled={false}
|
|
8873
8878
|
ghost={false}
|
|
8874
8879
|
htmlType="button"
|
|
@@ -8879,6 +8884,7 @@ new message content.",
|
|
|
8879
8884
|
<Wave>
|
|
8880
8885
|
<button
|
|
8881
8886
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
8887
|
+
data-testid="suffix-button"
|
|
8882
8888
|
disabled={false}
|
|
8883
8889
|
onClick={[Function]}
|
|
8884
8890
|
type="button"
|
|
@@ -21721,12 +21727,15 @@ new message content.",
|
|
|
21721
21727
|
inline={false}
|
|
21722
21728
|
size="large"
|
|
21723
21729
|
suffix={
|
|
21724
|
-
<
|
|
21725
|
-
|
|
21726
|
-
|
|
21727
|
-
|
|
21728
|
-
|
|
21729
|
-
|
|
21730
|
+
<React.Fragment>
|
|
21731
|
+
<CapButton
|
|
21732
|
+
data-testid="suffix-button"
|
|
21733
|
+
disabled={false}
|
|
21734
|
+
isAddBtn={true}
|
|
21735
|
+
onClick={[Function]}
|
|
21736
|
+
type="flat"
|
|
21737
|
+
/>
|
|
21738
|
+
</React.Fragment>
|
|
21730
21739
|
}
|
|
21731
21740
|
title={
|
|
21732
21741
|
<CapHeading
|
|
@@ -22473,6 +22482,7 @@ new message content.",
|
|
|
22473
22482
|
</CapHeading>
|
|
22474
22483
|
</div>
|
|
22475
22484
|
<CapButton
|
|
22485
|
+
data-testid="suffix-button"
|
|
22476
22486
|
disabled={false}
|
|
22477
22487
|
isAddBtn={true}
|
|
22478
22488
|
onClick={[Function]}
|
|
@@ -22481,6 +22491,7 @@ new message content.",
|
|
|
22481
22491
|
<Button
|
|
22482
22492
|
block={false}
|
|
22483
22493
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
22494
|
+
data-testid="suffix-button"
|
|
22484
22495
|
disabled={false}
|
|
22485
22496
|
ghost={false}
|
|
22486
22497
|
htmlType="button"
|
|
@@ -22491,6 +22502,7 @@ new message content.",
|
|
|
22491
22502
|
<Wave>
|
|
22492
22503
|
<button
|
|
22493
22504
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
22505
|
+
data-testid="suffix-button"
|
|
22494
22506
|
disabled={false}
|
|
22495
22507
|
onClick={[Function]}
|
|
22496
22508
|
type="button"
|
|
@@ -35726,11 +35738,14 @@ new message content.",
|
|
|
35726
35738
|
inline={false}
|
|
35727
35739
|
size="large"
|
|
35728
35740
|
suffix={
|
|
35729
|
-
<
|
|
35730
|
-
|
|
35731
|
-
|
|
35732
|
-
|
|
35733
|
-
|
|
35741
|
+
<React.Fragment>
|
|
35742
|
+
<CapButton
|
|
35743
|
+
data-testid="suffix-button"
|
|
35744
|
+
isAddBtn={true}
|
|
35745
|
+
onClick={[Function]}
|
|
35746
|
+
type="flat"
|
|
35747
|
+
/>
|
|
35748
|
+
</React.Fragment>
|
|
35734
35749
|
}
|
|
35735
35750
|
title={
|
|
35736
35751
|
<CapHeading
|
|
@@ -36477,6 +36492,7 @@ new message content.",
|
|
|
36477
36492
|
</CapHeading>
|
|
36478
36493
|
</div>
|
|
36479
36494
|
<CapButton
|
|
36495
|
+
data-testid="suffix-button"
|
|
36480
36496
|
isAddBtn={true}
|
|
36481
36497
|
onClick={[Function]}
|
|
36482
36498
|
type="flat"
|
|
@@ -36484,6 +36500,7 @@ new message content.",
|
|
|
36484
36500
|
<Button
|
|
36485
36501
|
block={false}
|
|
36486
36502
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
36503
|
+
data-testid="suffix-button"
|
|
36487
36504
|
ghost={false}
|
|
36488
36505
|
htmlType="button"
|
|
36489
36506
|
loading={false}
|
|
@@ -36493,6 +36510,7 @@ new message content.",
|
|
|
36493
36510
|
<Wave>
|
|
36494
36511
|
<button
|
|
36495
36512
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
36513
|
+
data-testid="suffix-button"
|
|
36496
36514
|
onClick={[Function]}
|
|
36497
36515
|
type="button"
|
|
36498
36516
|
>
|
|
@@ -48931,12 +48949,15 @@ new message content.",
|
|
|
48931
48949
|
inline={false}
|
|
48932
48950
|
size="large"
|
|
48933
48951
|
suffix={
|
|
48934
|
-
<
|
|
48935
|
-
|
|
48936
|
-
|
|
48937
|
-
|
|
48938
|
-
|
|
48939
|
-
|
|
48952
|
+
<React.Fragment>
|
|
48953
|
+
<CapButton
|
|
48954
|
+
data-testid="suffix-button"
|
|
48955
|
+
disabled={false}
|
|
48956
|
+
isAddBtn={true}
|
|
48957
|
+
onClick={[Function]}
|
|
48958
|
+
type="flat"
|
|
48959
|
+
/>
|
|
48960
|
+
</React.Fragment>
|
|
48940
48961
|
}
|
|
48941
48962
|
title={
|
|
48942
48963
|
<CapHeading
|
|
@@ -49683,6 +49704,7 @@ new message content.",
|
|
|
49683
49704
|
</CapHeading>
|
|
49684
49705
|
</div>
|
|
49685
49706
|
<CapButton
|
|
49707
|
+
data-testid="suffix-button"
|
|
49686
49708
|
disabled={false}
|
|
49687
49709
|
isAddBtn={true}
|
|
49688
49710
|
onClick={[Function]}
|
|
@@ -49691,6 +49713,7 @@ new message content.",
|
|
|
49691
49713
|
<Button
|
|
49692
49714
|
block={false}
|
|
49693
49715
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
49716
|
+
data-testid="suffix-button"
|
|
49694
49717
|
disabled={false}
|
|
49695
49718
|
ghost={false}
|
|
49696
49719
|
htmlType="button"
|
|
@@ -49701,6 +49724,7 @@ new message content.",
|
|
|
49701
49724
|
<Wave>
|
|
49702
49725
|
<button
|
|
49703
49726
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
49727
|
+
data-testid="suffix-button"
|
|
49704
49728
|
disabled={false}
|
|
49705
49729
|
onClick={[Function]}
|
|
49706
49730
|
type="button"
|
|
@@ -63864,12 +63888,15 @@ new message content.",
|
|
|
63864
63888
|
inline={false}
|
|
63865
63889
|
size="large"
|
|
63866
63890
|
suffix={
|
|
63867
|
-
<
|
|
63868
|
-
|
|
63869
|
-
|
|
63870
|
-
|
|
63871
|
-
|
|
63872
|
-
|
|
63891
|
+
<React.Fragment>
|
|
63892
|
+
<CapButton
|
|
63893
|
+
data-testid="suffix-button"
|
|
63894
|
+
disabled={false}
|
|
63895
|
+
isAddBtn={true}
|
|
63896
|
+
onClick={[Function]}
|
|
63897
|
+
type="flat"
|
|
63898
|
+
/>
|
|
63899
|
+
</React.Fragment>
|
|
63873
63900
|
}
|
|
63874
63901
|
title={
|
|
63875
63902
|
<CapHeading
|
|
@@ -64616,6 +64643,7 @@ new message content.",
|
|
|
64616
64643
|
</CapHeading>
|
|
64617
64644
|
</div>
|
|
64618
64645
|
<CapButton
|
|
64646
|
+
data-testid="suffix-button"
|
|
64619
64647
|
disabled={false}
|
|
64620
64648
|
isAddBtn={true}
|
|
64621
64649
|
onClick={[Function]}
|
|
@@ -64624,6 +64652,7 @@ new message content.",
|
|
|
64624
64652
|
<Button
|
|
64625
64653
|
block={false}
|
|
64626
64654
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
64655
|
+
data-testid="suffix-button"
|
|
64627
64656
|
disabled={false}
|
|
64628
64657
|
ghost={false}
|
|
64629
64658
|
htmlType="button"
|
|
@@ -64634,6 +64663,7 @@ new message content.",
|
|
|
64634
64663
|
<Wave>
|
|
64635
64664
|
<button
|
|
64636
64665
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
64666
|
+
data-testid="suffix-button"
|
|
64637
64667
|
disabled={false}
|
|
64638
64668
|
onClick={[Function]}
|
|
64639
64669
|
type="button"
|
|
@@ -80113,12 +80143,15 @@ new message content.",
|
|
|
80113
80143
|
inline={false}
|
|
80114
80144
|
size="large"
|
|
80115
80145
|
suffix={
|
|
80116
|
-
<
|
|
80117
|
-
|
|
80118
|
-
|
|
80119
|
-
|
|
80120
|
-
|
|
80121
|
-
|
|
80146
|
+
<React.Fragment>
|
|
80147
|
+
<CapButton
|
|
80148
|
+
data-testid="suffix-button"
|
|
80149
|
+
disabled={false}
|
|
80150
|
+
isAddBtn={true}
|
|
80151
|
+
onClick={[Function]}
|
|
80152
|
+
type="flat"
|
|
80153
|
+
/>
|
|
80154
|
+
</React.Fragment>
|
|
80122
80155
|
}
|
|
80123
80156
|
title={
|
|
80124
80157
|
<CapHeading
|
|
@@ -80865,6 +80898,7 @@ new message content.",
|
|
|
80865
80898
|
</CapHeading>
|
|
80866
80899
|
</div>
|
|
80867
80900
|
<CapButton
|
|
80901
|
+
data-testid="suffix-button"
|
|
80868
80902
|
disabled={false}
|
|
80869
80903
|
isAddBtn={true}
|
|
80870
80904
|
onClick={[Function]}
|
|
@@ -80873,6 +80907,7 @@ new message content.",
|
|
|
80873
80907
|
<Button
|
|
80874
80908
|
block={false}
|
|
80875
80909
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
80910
|
+
data-testid="suffix-button"
|
|
80876
80911
|
disabled={false}
|
|
80877
80912
|
ghost={false}
|
|
80878
80913
|
htmlType="button"
|
|
@@ -80883,6 +80918,7 @@ new message content.",
|
|
|
80883
80918
|
<Wave>
|
|
80884
80919
|
<button
|
|
80885
80920
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
80921
|
+
data-testid="suffix-button"
|
|
80886
80922
|
disabled={false}
|
|
80887
80923
|
onClick={[Function]}
|
|
80888
80924
|
type="button"
|
|
@@ -97275,12 +97311,15 @@ new message content.",
|
|
|
97275
97311
|
inline={false}
|
|
97276
97312
|
size="large"
|
|
97277
97313
|
suffix={
|
|
97278
|
-
<
|
|
97279
|
-
|
|
97280
|
-
|
|
97281
|
-
|
|
97282
|
-
|
|
97283
|
-
|
|
97314
|
+
<React.Fragment>
|
|
97315
|
+
<CapButton
|
|
97316
|
+
data-testid="suffix-button"
|
|
97317
|
+
disabled={false}
|
|
97318
|
+
isAddBtn={true}
|
|
97319
|
+
onClick={[Function]}
|
|
97320
|
+
type="flat"
|
|
97321
|
+
/>
|
|
97322
|
+
</React.Fragment>
|
|
97284
97323
|
}
|
|
97285
97324
|
title={
|
|
97286
97325
|
<CapHeading
|
|
@@ -98027,6 +98066,7 @@ new message content.",
|
|
|
98027
98066
|
</CapHeading>
|
|
98028
98067
|
</div>
|
|
98029
98068
|
<CapButton
|
|
98069
|
+
data-testid="suffix-button"
|
|
98030
98070
|
disabled={false}
|
|
98031
98071
|
isAddBtn={true}
|
|
98032
98072
|
onClick={[Function]}
|
|
@@ -98035,6 +98075,7 @@ new message content.",
|
|
|
98035
98075
|
<Button
|
|
98036
98076
|
block={false}
|
|
98037
98077
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
98078
|
+
data-testid="suffix-button"
|
|
98038
98079
|
disabled={false}
|
|
98039
98080
|
ghost={false}
|
|
98040
98081
|
htmlType="button"
|
|
@@ -98045,6 +98086,7 @@ new message content.",
|
|
|
98045
98086
|
<Wave>
|
|
98046
98087
|
<button
|
|
98047
98088
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
98089
|
+
data-testid="suffix-button"
|
|
98048
98090
|
disabled={false}
|
|
98049
98091
|
onClick={[Function]}
|
|
98050
98092
|
type="button"
|
|
@@ -114883,12 +114925,15 @@ new message content.",
|
|
|
114883
114925
|
inline={false}
|
|
114884
114926
|
size="large"
|
|
114885
114927
|
suffix={
|
|
114886
|
-
<
|
|
114887
|
-
|
|
114888
|
-
|
|
114889
|
-
|
|
114890
|
-
|
|
114891
|
-
|
|
114928
|
+
<React.Fragment>
|
|
114929
|
+
<CapButton
|
|
114930
|
+
data-testid="suffix-button"
|
|
114931
|
+
disabled={false}
|
|
114932
|
+
isAddBtn={true}
|
|
114933
|
+
onClick={[Function]}
|
|
114934
|
+
type="flat"
|
|
114935
|
+
/>
|
|
114936
|
+
</React.Fragment>
|
|
114892
114937
|
}
|
|
114893
114938
|
title={
|
|
114894
114939
|
<CapHeading
|
|
@@ -115635,6 +115680,7 @@ new message content.",
|
|
|
115635
115680
|
</CapHeading>
|
|
115636
115681
|
</div>
|
|
115637
115682
|
<CapButton
|
|
115683
|
+
data-testid="suffix-button"
|
|
115638
115684
|
disabled={false}
|
|
115639
115685
|
isAddBtn={true}
|
|
115640
115686
|
onClick={[Function]}
|
|
@@ -115643,6 +115689,7 @@ new message content.",
|
|
|
115643
115689
|
<Button
|
|
115644
115690
|
block={false}
|
|
115645
115691
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
115692
|
+
data-testid="suffix-button"
|
|
115646
115693
|
disabled={false}
|
|
115647
115694
|
ghost={false}
|
|
115648
115695
|
htmlType="button"
|
|
@@ -115653,6 +115700,7 @@ new message content.",
|
|
|
115653
115700
|
<Wave>
|
|
115654
115701
|
<button
|
|
115655
115702
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
115703
|
+
data-testid="suffix-button"
|
|
115656
115704
|
disabled={false}
|
|
115657
115705
|
onClick={[Function]}
|
|
115658
115706
|
type="button"
|
|
@@ -200785,6 +200833,245 @@ new message content.",
|
|
|
200785
200833
|
"id": "creatives.containersV2.Whatsapp.btnDisabledTooltip",
|
|
200786
200834
|
},
|
|
200787
200835
|
],
|
|
200836
|
+
Array [
|
|
200837
|
+
Object {
|
|
200838
|
+
"defaultMessage": "Select",
|
|
200839
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
200840
|
+
},
|
|
200841
|
+
],
|
|
200842
|
+
Array [
|
|
200843
|
+
Object {
|
|
200844
|
+
"defaultMessage": "Select",
|
|
200845
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
200846
|
+
},
|
|
200847
|
+
],
|
|
200848
|
+
Array [
|
|
200849
|
+
Object {
|
|
200850
|
+
"defaultMessage": "Text",
|
|
200851
|
+
"id": "creatives.containersV2.Whatsapp.mediaText",
|
|
200852
|
+
},
|
|
200853
|
+
],
|
|
200854
|
+
Array [
|
|
200855
|
+
Object {
|
|
200856
|
+
"defaultMessage": "Not yet enabled. Coming soon!",
|
|
200857
|
+
"id": "creatives.containersV2.Whatsapp.disabledFeatureTooltip",
|
|
200858
|
+
},
|
|
200859
|
+
],
|
|
200860
|
+
Array [
|
|
200861
|
+
Object {
|
|
200862
|
+
"defaultMessage": "Image",
|
|
200863
|
+
"id": "creatives.containersV2.Whatsapp.mediaImage",
|
|
200864
|
+
},
|
|
200865
|
+
],
|
|
200866
|
+
Array [
|
|
200867
|
+
Object {
|
|
200868
|
+
"defaultMessage": "Not yet enabled. Coming soon!",
|
|
200869
|
+
"id": "creatives.containersV2.Whatsapp.disabledFeatureTooltip",
|
|
200870
|
+
},
|
|
200871
|
+
],
|
|
200872
|
+
Array [
|
|
200873
|
+
Object {
|
|
200874
|
+
"defaultMessage": "Video",
|
|
200875
|
+
"id": "creatives.containersV2.Whatsapp.mediaVideo",
|
|
200876
|
+
},
|
|
200877
|
+
],
|
|
200878
|
+
Array [
|
|
200879
|
+
Object {
|
|
200880
|
+
"defaultMessage": "Not yet enabled. Coming soon!",
|
|
200881
|
+
"id": "creatives.containersV2.Whatsapp.disabledFeatureTooltip",
|
|
200882
|
+
},
|
|
200883
|
+
],
|
|
200884
|
+
Array [
|
|
200885
|
+
Object {
|
|
200886
|
+
"defaultMessage": "Document",
|
|
200887
|
+
"id": "creatives.containersV2.Whatsapp.mediaDocument",
|
|
200888
|
+
},
|
|
200889
|
+
],
|
|
200890
|
+
Array [
|
|
200891
|
+
Object {
|
|
200892
|
+
"defaultMessage": "None",
|
|
200893
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
200894
|
+
},
|
|
200895
|
+
],
|
|
200896
|
+
Array [
|
|
200897
|
+
Object {
|
|
200898
|
+
"defaultMessage": "Call to action",
|
|
200899
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeCTA",
|
|
200900
|
+
},
|
|
200901
|
+
],
|
|
200902
|
+
Array [
|
|
200903
|
+
Object {
|
|
200904
|
+
"defaultMessage": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
200905
|
+
"id": "creatives.containersV2.Whatsapp.ctaDesc",
|
|
200906
|
+
},
|
|
200907
|
+
],
|
|
200908
|
+
Array [
|
|
200909
|
+
Object {
|
|
200910
|
+
"defaultMessage": "Quick reply",
|
|
200911
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeQuickReply",
|
|
200912
|
+
},
|
|
200913
|
+
],
|
|
200914
|
+
Array [
|
|
200915
|
+
Object {
|
|
200916
|
+
"defaultMessage": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
200917
|
+
"id": "creatives.containersV2.Whatsapp.quickReplyDesc",
|
|
200918
|
+
},
|
|
200919
|
+
],
|
|
200920
|
+
Array [
|
|
200921
|
+
Object {
|
|
200922
|
+
"defaultMessage": "Template name",
|
|
200923
|
+
"id": "creatives.containersV2.templateNameLabel",
|
|
200924
|
+
},
|
|
200925
|
+
],
|
|
200926
|
+
Array [
|
|
200927
|
+
Object {
|
|
200928
|
+
"defaultMessage": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
200929
|
+
"id": "creatives.containersV2.Whatsapp.templateNameDesc",
|
|
200930
|
+
},
|
|
200931
|
+
],
|
|
200932
|
+
Array [
|
|
200933
|
+
Object {
|
|
200934
|
+
"defaultMessage": "Enter template name",
|
|
200935
|
+
"id": "creatives.containersV2.templateNamePlaceholder",
|
|
200936
|
+
},
|
|
200937
|
+
],
|
|
200938
|
+
Array [
|
|
200939
|
+
Object {
|
|
200940
|
+
"defaultMessage": "Template category",
|
|
200941
|
+
"id": "creatives.containersV2.Whatsapp.templateCategoryLabel",
|
|
200942
|
+
},
|
|
200943
|
+
],
|
|
200944
|
+
Array [
|
|
200945
|
+
Object {
|
|
200946
|
+
"defaultMessage": "Message language",
|
|
200947
|
+
"id": "creatives.containersV2.Whatsapp.messageLanguageLabel",
|
|
200948
|
+
},
|
|
200949
|
+
],
|
|
200950
|
+
Array [
|
|
200951
|
+
Object {
|
|
200952
|
+
"defaultMessage": "Media",
|
|
200953
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
200954
|
+
},
|
|
200955
|
+
],
|
|
200956
|
+
Array [
|
|
200957
|
+
Object {
|
|
200958
|
+
"defaultMessage": "Message",
|
|
200959
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
200960
|
+
},
|
|
200961
|
+
],
|
|
200962
|
+
Array [
|
|
200963
|
+
Object {
|
|
200964
|
+
"defaultMessage": "Add variables",
|
|
200965
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
200966
|
+
},
|
|
200967
|
+
],
|
|
200968
|
+
Array [
|
|
200969
|
+
Object {
|
|
200970
|
+
"defaultMessage": "Enter message with variable",
|
|
200971
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
200972
|
+
},
|
|
200973
|
+
],
|
|
200974
|
+
Array [
|
|
200975
|
+
Object {
|
|
200976
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
200977
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
200978
|
+
},
|
|
200979
|
+
Object {
|
|
200980
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
200981
|
+
},
|
|
200982
|
+
],
|
|
200983
|
+
Array [
|
|
200984
|
+
Object {
|
|
200985
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
200986
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
200987
|
+
},
|
|
200988
|
+
Object {
|
|
200989
|
+
"currentLength": 0,
|
|
200990
|
+
"maxLength": 1024,
|
|
200991
|
+
},
|
|
200992
|
+
],
|
|
200993
|
+
Array [
|
|
200994
|
+
Object {
|
|
200995
|
+
"defaultMessage": "Buttons",
|
|
200996
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
200997
|
+
},
|
|
200998
|
+
],
|
|
200999
|
+
Array [
|
|
201000
|
+
Object {
|
|
201001
|
+
"defaultMessage": "(Optional)",
|
|
201002
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
201003
|
+
},
|
|
201004
|
+
],
|
|
201005
|
+
Array [
|
|
201006
|
+
Object {
|
|
201007
|
+
"defaultMessage": "These will be show clickable buttons below your message.",
|
|
201008
|
+
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
201009
|
+
},
|
|
201010
|
+
],
|
|
201011
|
+
Array [
|
|
201012
|
+
Object {
|
|
201013
|
+
"defaultMessage": "Media",
|
|
201014
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
201015
|
+
},
|
|
201016
|
+
],
|
|
201017
|
+
Array [
|
|
201018
|
+
Object {
|
|
201019
|
+
"defaultMessage": "Message",
|
|
201020
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
201021
|
+
},
|
|
201022
|
+
],
|
|
201023
|
+
Array [
|
|
201024
|
+
Object {
|
|
201025
|
+
"defaultMessage": "awaiting for approval",
|
|
201026
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltipStatus",
|
|
201027
|
+
},
|
|
201028
|
+
],
|
|
201029
|
+
Array [
|
|
201030
|
+
Object {
|
|
201031
|
+
"defaultMessage": "This template is non-editable as this is {status}",
|
|
201032
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltip",
|
|
201033
|
+
},
|
|
201034
|
+
Object {
|
|
201035
|
+
"status": undefined,
|
|
201036
|
+
},
|
|
201037
|
+
],
|
|
201038
|
+
Array [
|
|
201039
|
+
Object {
|
|
201040
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
201041
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
201042
|
+
},
|
|
201043
|
+
Object {
|
|
201044
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
201045
|
+
},
|
|
201046
|
+
],
|
|
201047
|
+
Array [
|
|
201048
|
+
Object {
|
|
201049
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
201050
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
201051
|
+
},
|
|
201052
|
+
Object {
|
|
201053
|
+
"currentLength": 0,
|
|
201054
|
+
"maxLength": 1024,
|
|
201055
|
+
},
|
|
201056
|
+
],
|
|
201057
|
+
Array [
|
|
201058
|
+
Object {
|
|
201059
|
+
"defaultMessage": "Buttons",
|
|
201060
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
201061
|
+
},
|
|
201062
|
+
],
|
|
201063
|
+
Array [
|
|
201064
|
+
Object {
|
|
201065
|
+
"defaultMessage": "None",
|
|
201066
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
201067
|
+
},
|
|
201068
|
+
],
|
|
201069
|
+
Array [
|
|
201070
|
+
Object {
|
|
201071
|
+
"defaultMessage": "Please add all mandatory fields to proceed further",
|
|
201072
|
+
"id": "creatives.containersV2.Whatsapp.btnDisabledTooltip",
|
|
201073
|
+
},
|
|
201074
|
+
],
|
|
200788
201075
|
],
|
|
200789
201076
|
"results": Array [
|
|
200790
201077
|
Object {
|
|
@@ -201255,6 +201542,154 @@ new message content.",
|
|
|
201255
201542
|
"type": "return",
|
|
201256
201543
|
"value": undefined,
|
|
201257
201544
|
},
|
|
201545
|
+
Object {
|
|
201546
|
+
"type": "return",
|
|
201547
|
+
"value": undefined,
|
|
201548
|
+
},
|
|
201549
|
+
Object {
|
|
201550
|
+
"type": "return",
|
|
201551
|
+
"value": undefined,
|
|
201552
|
+
},
|
|
201553
|
+
Object {
|
|
201554
|
+
"type": "return",
|
|
201555
|
+
"value": undefined,
|
|
201556
|
+
},
|
|
201557
|
+
Object {
|
|
201558
|
+
"type": "return",
|
|
201559
|
+
"value": undefined,
|
|
201560
|
+
},
|
|
201561
|
+
Object {
|
|
201562
|
+
"type": "return",
|
|
201563
|
+
"value": undefined,
|
|
201564
|
+
},
|
|
201565
|
+
Object {
|
|
201566
|
+
"type": "return",
|
|
201567
|
+
"value": undefined,
|
|
201568
|
+
},
|
|
201569
|
+
Object {
|
|
201570
|
+
"type": "return",
|
|
201571
|
+
"value": undefined,
|
|
201572
|
+
},
|
|
201573
|
+
Object {
|
|
201574
|
+
"type": "return",
|
|
201575
|
+
"value": undefined,
|
|
201576
|
+
},
|
|
201577
|
+
Object {
|
|
201578
|
+
"type": "return",
|
|
201579
|
+
"value": undefined,
|
|
201580
|
+
},
|
|
201581
|
+
Object {
|
|
201582
|
+
"type": "return",
|
|
201583
|
+
"value": undefined,
|
|
201584
|
+
},
|
|
201585
|
+
Object {
|
|
201586
|
+
"type": "return",
|
|
201587
|
+
"value": undefined,
|
|
201588
|
+
},
|
|
201589
|
+
Object {
|
|
201590
|
+
"type": "return",
|
|
201591
|
+
"value": undefined,
|
|
201592
|
+
},
|
|
201593
|
+
Object {
|
|
201594
|
+
"type": "return",
|
|
201595
|
+
"value": undefined,
|
|
201596
|
+
},
|
|
201597
|
+
Object {
|
|
201598
|
+
"type": "return",
|
|
201599
|
+
"value": undefined,
|
|
201600
|
+
},
|
|
201601
|
+
Object {
|
|
201602
|
+
"type": "return",
|
|
201603
|
+
"value": undefined,
|
|
201604
|
+
},
|
|
201605
|
+
Object {
|
|
201606
|
+
"type": "return",
|
|
201607
|
+
"value": undefined,
|
|
201608
|
+
},
|
|
201609
|
+
Object {
|
|
201610
|
+
"type": "return",
|
|
201611
|
+
"value": undefined,
|
|
201612
|
+
},
|
|
201613
|
+
Object {
|
|
201614
|
+
"type": "return",
|
|
201615
|
+
"value": undefined,
|
|
201616
|
+
},
|
|
201617
|
+
Object {
|
|
201618
|
+
"type": "return",
|
|
201619
|
+
"value": undefined,
|
|
201620
|
+
},
|
|
201621
|
+
Object {
|
|
201622
|
+
"type": "return",
|
|
201623
|
+
"value": undefined,
|
|
201624
|
+
},
|
|
201625
|
+
Object {
|
|
201626
|
+
"type": "return",
|
|
201627
|
+
"value": undefined,
|
|
201628
|
+
},
|
|
201629
|
+
Object {
|
|
201630
|
+
"type": "return",
|
|
201631
|
+
"value": undefined,
|
|
201632
|
+
},
|
|
201633
|
+
Object {
|
|
201634
|
+
"type": "return",
|
|
201635
|
+
"value": undefined,
|
|
201636
|
+
},
|
|
201637
|
+
Object {
|
|
201638
|
+
"type": "return",
|
|
201639
|
+
"value": undefined,
|
|
201640
|
+
},
|
|
201641
|
+
Object {
|
|
201642
|
+
"type": "return",
|
|
201643
|
+
"value": undefined,
|
|
201644
|
+
},
|
|
201645
|
+
Object {
|
|
201646
|
+
"type": "return",
|
|
201647
|
+
"value": undefined,
|
|
201648
|
+
},
|
|
201649
|
+
Object {
|
|
201650
|
+
"type": "return",
|
|
201651
|
+
"value": undefined,
|
|
201652
|
+
},
|
|
201653
|
+
Object {
|
|
201654
|
+
"type": "return",
|
|
201655
|
+
"value": undefined,
|
|
201656
|
+
},
|
|
201657
|
+
Object {
|
|
201658
|
+
"type": "return",
|
|
201659
|
+
"value": undefined,
|
|
201660
|
+
},
|
|
201661
|
+
Object {
|
|
201662
|
+
"type": "return",
|
|
201663
|
+
"value": undefined,
|
|
201664
|
+
},
|
|
201665
|
+
Object {
|
|
201666
|
+
"type": "return",
|
|
201667
|
+
"value": undefined,
|
|
201668
|
+
},
|
|
201669
|
+
Object {
|
|
201670
|
+
"type": "return",
|
|
201671
|
+
"value": undefined,
|
|
201672
|
+
},
|
|
201673
|
+
Object {
|
|
201674
|
+
"type": "return",
|
|
201675
|
+
"value": undefined,
|
|
201676
|
+
},
|
|
201677
|
+
Object {
|
|
201678
|
+
"type": "return",
|
|
201679
|
+
"value": undefined,
|
|
201680
|
+
},
|
|
201681
|
+
Object {
|
|
201682
|
+
"type": "return",
|
|
201683
|
+
"value": undefined,
|
|
201684
|
+
},
|
|
201685
|
+
Object {
|
|
201686
|
+
"type": "return",
|
|
201687
|
+
"value": undefined,
|
|
201688
|
+
},
|
|
201689
|
+
Object {
|
|
201690
|
+
"type": "return",
|
|
201691
|
+
"value": undefined,
|
|
201692
|
+
},
|
|
201258
201693
|
],
|
|
201259
201694
|
},
|
|
201260
201695
|
}
|
|
@@ -206208,12 +206643,15 @@ new message content.",
|
|
|
206208
206643
|
inline={false}
|
|
206209
206644
|
size="large"
|
|
206210
206645
|
suffix={
|
|
206211
|
-
<
|
|
206212
|
-
|
|
206213
|
-
|
|
206214
|
-
|
|
206215
|
-
|
|
206216
|
-
|
|
206646
|
+
<React.Fragment>
|
|
206647
|
+
<CapButton
|
|
206648
|
+
data-testid="suffix-button"
|
|
206649
|
+
disabled={false}
|
|
206650
|
+
isAddBtn={true}
|
|
206651
|
+
onClick={[Function]}
|
|
206652
|
+
type="flat"
|
|
206653
|
+
/>
|
|
206654
|
+
</React.Fragment>
|
|
206217
206655
|
}
|
|
206218
206656
|
title={
|
|
206219
206657
|
<CapHeading
|
|
@@ -206960,6 +207398,7 @@ new message content.",
|
|
|
206960
207398
|
</CapHeading>
|
|
206961
207399
|
</div>
|
|
206962
207400
|
<CapButton
|
|
207401
|
+
data-testid="suffix-button"
|
|
206963
207402
|
disabled={false}
|
|
206964
207403
|
isAddBtn={true}
|
|
206965
207404
|
onClick={[Function]}
|
|
@@ -206968,6 +207407,7 @@ new message content.",
|
|
|
206968
207407
|
<Button
|
|
206969
207408
|
block={false}
|
|
206970
207409
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
207410
|
+
data-testid="suffix-button"
|
|
206971
207411
|
disabled={false}
|
|
206972
207412
|
ghost={false}
|
|
206973
207413
|
htmlType="button"
|
|
@@ -206978,6 +207418,7 @@ new message content.",
|
|
|
206978
207418
|
<Wave>
|
|
206979
207419
|
<button
|
|
206980
207420
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
207421
|
+
data-testid="suffix-button"
|
|
206981
207422
|
disabled={false}
|
|
206982
207423
|
onClick={[Function]}
|
|
206983
207424
|
type="button"
|
|
@@ -214391,6 +214832,528 @@ new message content.",
|
|
|
214391
214832
|
"id": "creatives.containersV2.Whatsapp.mediaText",
|
|
214392
214833
|
},
|
|
214393
214834
|
],
|
|
214835
|
+
Array [
|
|
214836
|
+
Object {
|
|
214837
|
+
"defaultMessage": "Not yet enabled. Coming soon!",
|
|
214838
|
+
"id": "creatives.containersV2.Whatsapp.disabledFeatureTooltip",
|
|
214839
|
+
},
|
|
214840
|
+
],
|
|
214841
|
+
Array [
|
|
214842
|
+
Object {
|
|
214843
|
+
"defaultMessage": "Image",
|
|
214844
|
+
"id": "creatives.containersV2.Whatsapp.mediaImage",
|
|
214845
|
+
},
|
|
214846
|
+
],
|
|
214847
|
+
Array [
|
|
214848
|
+
Object {
|
|
214849
|
+
"defaultMessage": "Not yet enabled. Coming soon!",
|
|
214850
|
+
"id": "creatives.containersV2.Whatsapp.disabledFeatureTooltip",
|
|
214851
|
+
},
|
|
214852
|
+
],
|
|
214853
|
+
Array [
|
|
214854
|
+
Object {
|
|
214855
|
+
"defaultMessage": "Video",
|
|
214856
|
+
"id": "creatives.containersV2.Whatsapp.mediaVideo",
|
|
214857
|
+
},
|
|
214858
|
+
],
|
|
214859
|
+
Array [
|
|
214860
|
+
Object {
|
|
214861
|
+
"defaultMessage": "Not yet enabled. Coming soon!",
|
|
214862
|
+
"id": "creatives.containersV2.Whatsapp.disabledFeatureTooltip",
|
|
214863
|
+
},
|
|
214864
|
+
],
|
|
214865
|
+
Array [
|
|
214866
|
+
Object {
|
|
214867
|
+
"defaultMessage": "Document",
|
|
214868
|
+
"id": "creatives.containersV2.Whatsapp.mediaDocument",
|
|
214869
|
+
},
|
|
214870
|
+
],
|
|
214871
|
+
Array [
|
|
214872
|
+
Object {
|
|
214873
|
+
"defaultMessage": "None",
|
|
214874
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
214875
|
+
},
|
|
214876
|
+
],
|
|
214877
|
+
Array [
|
|
214878
|
+
Object {
|
|
214879
|
+
"defaultMessage": "Call to action",
|
|
214880
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeCTA",
|
|
214881
|
+
},
|
|
214882
|
+
],
|
|
214883
|
+
Array [
|
|
214884
|
+
Object {
|
|
214885
|
+
"defaultMessage": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
214886
|
+
"id": "creatives.containersV2.Whatsapp.ctaDesc",
|
|
214887
|
+
},
|
|
214888
|
+
],
|
|
214889
|
+
Array [
|
|
214890
|
+
Object {
|
|
214891
|
+
"defaultMessage": "Quick reply",
|
|
214892
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeQuickReply",
|
|
214893
|
+
},
|
|
214894
|
+
],
|
|
214895
|
+
Array [
|
|
214896
|
+
Object {
|
|
214897
|
+
"defaultMessage": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
214898
|
+
"id": "creatives.containersV2.Whatsapp.quickReplyDesc",
|
|
214899
|
+
},
|
|
214900
|
+
],
|
|
214901
|
+
Array [
|
|
214902
|
+
Object {
|
|
214903
|
+
"defaultMessage": "Template name",
|
|
214904
|
+
"id": "creatives.containersV2.templateNameLabel",
|
|
214905
|
+
},
|
|
214906
|
+
],
|
|
214907
|
+
Array [
|
|
214908
|
+
Object {
|
|
214909
|
+
"defaultMessage": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
214910
|
+
"id": "creatives.containersV2.Whatsapp.templateNameDesc",
|
|
214911
|
+
},
|
|
214912
|
+
],
|
|
214913
|
+
Array [
|
|
214914
|
+
Object {
|
|
214915
|
+
"defaultMessage": "Enter template name",
|
|
214916
|
+
"id": "creatives.containersV2.templateNamePlaceholder",
|
|
214917
|
+
},
|
|
214918
|
+
],
|
|
214919
|
+
Array [
|
|
214920
|
+
Object {
|
|
214921
|
+
"defaultMessage": "Template category",
|
|
214922
|
+
"id": "creatives.containersV2.Whatsapp.templateCategoryLabel",
|
|
214923
|
+
},
|
|
214924
|
+
],
|
|
214925
|
+
Array [
|
|
214926
|
+
Object {
|
|
214927
|
+
"defaultMessage": "Message language",
|
|
214928
|
+
"id": "creatives.containersV2.Whatsapp.messageLanguageLabel",
|
|
214929
|
+
},
|
|
214930
|
+
],
|
|
214931
|
+
Array [
|
|
214932
|
+
Object {
|
|
214933
|
+
"defaultMessage": "Media",
|
|
214934
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
214935
|
+
},
|
|
214936
|
+
],
|
|
214937
|
+
Array [
|
|
214938
|
+
Object {
|
|
214939
|
+
"defaultMessage": "Message",
|
|
214940
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
214941
|
+
},
|
|
214942
|
+
],
|
|
214943
|
+
Array [
|
|
214944
|
+
Object {
|
|
214945
|
+
"defaultMessage": "Add variables",
|
|
214946
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
214947
|
+
},
|
|
214948
|
+
],
|
|
214949
|
+
Array [
|
|
214950
|
+
Object {
|
|
214951
|
+
"defaultMessage": "Enter message with variable",
|
|
214952
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
214953
|
+
},
|
|
214954
|
+
],
|
|
214955
|
+
Array [
|
|
214956
|
+
Object {
|
|
214957
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
214958
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
214959
|
+
},
|
|
214960
|
+
Object {
|
|
214961
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
214962
|
+
},
|
|
214963
|
+
],
|
|
214964
|
+
Array [
|
|
214965
|
+
Object {
|
|
214966
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
214967
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
214968
|
+
},
|
|
214969
|
+
Object {
|
|
214970
|
+
"currentLength": 0,
|
|
214971
|
+
"maxLength": 1024,
|
|
214972
|
+
},
|
|
214973
|
+
],
|
|
214974
|
+
Array [
|
|
214975
|
+
Object {
|
|
214976
|
+
"defaultMessage": "Buttons",
|
|
214977
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
214978
|
+
},
|
|
214979
|
+
],
|
|
214980
|
+
Array [
|
|
214981
|
+
Object {
|
|
214982
|
+
"defaultMessage": "(Optional)",
|
|
214983
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
214984
|
+
},
|
|
214985
|
+
],
|
|
214986
|
+
Array [
|
|
214987
|
+
Object {
|
|
214988
|
+
"defaultMessage": "These will be show clickable buttons below your message.",
|
|
214989
|
+
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
214990
|
+
},
|
|
214991
|
+
],
|
|
214992
|
+
Array [
|
|
214993
|
+
Object {
|
|
214994
|
+
"defaultMessage": "Media",
|
|
214995
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
214996
|
+
},
|
|
214997
|
+
],
|
|
214998
|
+
Array [
|
|
214999
|
+
Object {
|
|
215000
|
+
"defaultMessage": "Message",
|
|
215001
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
215002
|
+
},
|
|
215003
|
+
],
|
|
215004
|
+
Array [
|
|
215005
|
+
Object {
|
|
215006
|
+
"defaultMessage": "awaiting for approval",
|
|
215007
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltipStatus",
|
|
215008
|
+
},
|
|
215009
|
+
],
|
|
215010
|
+
Array [
|
|
215011
|
+
Object {
|
|
215012
|
+
"defaultMessage": "This template is non-editable as this is {status}",
|
|
215013
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltip",
|
|
215014
|
+
},
|
|
215015
|
+
Object {
|
|
215016
|
+
"status": undefined,
|
|
215017
|
+
},
|
|
215018
|
+
],
|
|
215019
|
+
Array [
|
|
215020
|
+
Object {
|
|
215021
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
215022
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
215023
|
+
},
|
|
215024
|
+
Object {
|
|
215025
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
215026
|
+
},
|
|
215027
|
+
],
|
|
215028
|
+
Array [
|
|
215029
|
+
Object {
|
|
215030
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
215031
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
215032
|
+
},
|
|
215033
|
+
Object {
|
|
215034
|
+
"currentLength": 0,
|
|
215035
|
+
"maxLength": 1024,
|
|
215036
|
+
},
|
|
215037
|
+
],
|
|
215038
|
+
Array [
|
|
215039
|
+
Object {
|
|
215040
|
+
"defaultMessage": "Buttons",
|
|
215041
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
215042
|
+
},
|
|
215043
|
+
],
|
|
215044
|
+
Array [
|
|
215045
|
+
Object {
|
|
215046
|
+
"defaultMessage": "None",
|
|
215047
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
215048
|
+
},
|
|
215049
|
+
],
|
|
215050
|
+
Array [
|
|
215051
|
+
Object {
|
|
215052
|
+
"defaultMessage": "Please add all mandatory fields to proceed further",
|
|
215053
|
+
"id": "creatives.containersV2.Whatsapp.btnDisabledTooltip",
|
|
215054
|
+
},
|
|
215055
|
+
],
|
|
215056
|
+
Array [
|
|
215057
|
+
Object {
|
|
215058
|
+
"defaultMessage": "Select",
|
|
215059
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
215060
|
+
},
|
|
215061
|
+
],
|
|
215062
|
+
Array [
|
|
215063
|
+
Object {
|
|
215064
|
+
"defaultMessage": "Select",
|
|
215065
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
215066
|
+
},
|
|
215067
|
+
],
|
|
215068
|
+
Array [
|
|
215069
|
+
Object {
|
|
215070
|
+
"defaultMessage": "Text",
|
|
215071
|
+
"id": "creatives.containersV2.Whatsapp.mediaText",
|
|
215072
|
+
},
|
|
215073
|
+
],
|
|
215074
|
+
Array [
|
|
215075
|
+
Object {
|
|
215076
|
+
"defaultMessage": "Image",
|
|
215077
|
+
"id": "creatives.containersV2.Whatsapp.mediaImage",
|
|
215078
|
+
},
|
|
215079
|
+
],
|
|
215080
|
+
Array [
|
|
215081
|
+
Object {
|
|
215082
|
+
"defaultMessage": "Video",
|
|
215083
|
+
"id": "creatives.containersV2.Whatsapp.mediaVideo",
|
|
215084
|
+
},
|
|
215085
|
+
],
|
|
215086
|
+
Array [
|
|
215087
|
+
Object {
|
|
215088
|
+
"defaultMessage": "Document",
|
|
215089
|
+
"id": "creatives.containersV2.Whatsapp.mediaDocument",
|
|
215090
|
+
},
|
|
215091
|
+
],
|
|
215092
|
+
Array [
|
|
215093
|
+
Object {
|
|
215094
|
+
"defaultMessage": "None",
|
|
215095
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
215096
|
+
},
|
|
215097
|
+
],
|
|
215098
|
+
Array [
|
|
215099
|
+
Object {
|
|
215100
|
+
"defaultMessage": "Call to action",
|
|
215101
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeCTA",
|
|
215102
|
+
},
|
|
215103
|
+
],
|
|
215104
|
+
Array [
|
|
215105
|
+
Object {
|
|
215106
|
+
"defaultMessage": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
215107
|
+
"id": "creatives.containersV2.Whatsapp.ctaDesc",
|
|
215108
|
+
},
|
|
215109
|
+
],
|
|
215110
|
+
Array [
|
|
215111
|
+
Object {
|
|
215112
|
+
"defaultMessage": "Quick reply",
|
|
215113
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeQuickReply",
|
|
215114
|
+
},
|
|
215115
|
+
],
|
|
215116
|
+
Array [
|
|
215117
|
+
Object {
|
|
215118
|
+
"defaultMessage": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
215119
|
+
"id": "creatives.containersV2.Whatsapp.quickReplyDesc",
|
|
215120
|
+
},
|
|
215121
|
+
],
|
|
215122
|
+
Array [
|
|
215123
|
+
Object {
|
|
215124
|
+
"defaultMessage": "Template name",
|
|
215125
|
+
"id": "creatives.containersV2.templateNameLabel",
|
|
215126
|
+
},
|
|
215127
|
+
],
|
|
215128
|
+
Array [
|
|
215129
|
+
Object {
|
|
215130
|
+
"defaultMessage": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
215131
|
+
"id": "creatives.containersV2.Whatsapp.templateNameDesc",
|
|
215132
|
+
},
|
|
215133
|
+
],
|
|
215134
|
+
Array [
|
|
215135
|
+
Object {
|
|
215136
|
+
"defaultMessage": "Enter template name",
|
|
215137
|
+
"id": "creatives.containersV2.templateNamePlaceholder",
|
|
215138
|
+
},
|
|
215139
|
+
],
|
|
215140
|
+
Array [
|
|
215141
|
+
Object {
|
|
215142
|
+
"defaultMessage": "Template category",
|
|
215143
|
+
"id": "creatives.containersV2.Whatsapp.templateCategoryLabel",
|
|
215144
|
+
},
|
|
215145
|
+
],
|
|
215146
|
+
Array [
|
|
215147
|
+
Object {
|
|
215148
|
+
"defaultMessage": "Message language",
|
|
215149
|
+
"id": "creatives.containersV2.Whatsapp.messageLanguageLabel",
|
|
215150
|
+
},
|
|
215151
|
+
],
|
|
215152
|
+
Array [
|
|
215153
|
+
Object {
|
|
215154
|
+
"defaultMessage": "Media",
|
|
215155
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
215156
|
+
},
|
|
215157
|
+
],
|
|
215158
|
+
Array [
|
|
215159
|
+
Object {
|
|
215160
|
+
"defaultMessage": "Header",
|
|
215161
|
+
"id": "creatives.containersV2.Whatsapp.templateHeaderLabel",
|
|
215162
|
+
},
|
|
215163
|
+
],
|
|
215164
|
+
Array [
|
|
215165
|
+
Object {
|
|
215166
|
+
"defaultMessage": "(Optional)",
|
|
215167
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
215168
|
+
},
|
|
215169
|
+
],
|
|
215170
|
+
Array [
|
|
215171
|
+
Object {
|
|
215172
|
+
"defaultMessage": "Add variables",
|
|
215173
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
215174
|
+
},
|
|
215175
|
+
],
|
|
215176
|
+
Array [
|
|
215177
|
+
Object {
|
|
215178
|
+
"defaultMessage": "Enter message with variable",
|
|
215179
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
215180
|
+
},
|
|
215181
|
+
],
|
|
215182
|
+
Array [
|
|
215183
|
+
Object {
|
|
215184
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
215185
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
215186
|
+
},
|
|
215187
|
+
Object {
|
|
215188
|
+
"currentLength": 0,
|
|
215189
|
+
"maxLength": 60,
|
|
215190
|
+
},
|
|
215191
|
+
],
|
|
215192
|
+
Array [
|
|
215193
|
+
Object {
|
|
215194
|
+
"defaultMessage": "Message",
|
|
215195
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
215196
|
+
},
|
|
215197
|
+
],
|
|
215198
|
+
Array [
|
|
215199
|
+
Object {
|
|
215200
|
+
"defaultMessage": "Add variables",
|
|
215201
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
215202
|
+
},
|
|
215203
|
+
],
|
|
215204
|
+
Array [
|
|
215205
|
+
Object {
|
|
215206
|
+
"defaultMessage": "Enter message with variable",
|
|
215207
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
215208
|
+
},
|
|
215209
|
+
],
|
|
215210
|
+
Array [
|
|
215211
|
+
Object {
|
|
215212
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
215213
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
215214
|
+
},
|
|
215215
|
+
Object {
|
|
215216
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
215217
|
+
},
|
|
215218
|
+
],
|
|
215219
|
+
Array [
|
|
215220
|
+
Object {
|
|
215221
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
215222
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
215223
|
+
},
|
|
215224
|
+
Object {
|
|
215225
|
+
"currentLength": 0,
|
|
215226
|
+
"maxLength": 1024,
|
|
215227
|
+
},
|
|
215228
|
+
],
|
|
215229
|
+
Array [
|
|
215230
|
+
Object {
|
|
215231
|
+
"defaultMessage": "Footer",
|
|
215232
|
+
"id": "creatives.containersV2.Whatsapp.templateFooterLabel",
|
|
215233
|
+
},
|
|
215234
|
+
],
|
|
215235
|
+
Array [
|
|
215236
|
+
Object {
|
|
215237
|
+
"defaultMessage": "(Optional)",
|
|
215238
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
215239
|
+
},
|
|
215240
|
+
],
|
|
215241
|
+
Array [
|
|
215242
|
+
Object {
|
|
215243
|
+
"defaultMessage": "Enter message with variable",
|
|
215244
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
215245
|
+
},
|
|
215246
|
+
],
|
|
215247
|
+
Array [
|
|
215248
|
+
Object {
|
|
215249
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
215250
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
215251
|
+
},
|
|
215252
|
+
Object {
|
|
215253
|
+
"currentLength": 0,
|
|
215254
|
+
"maxLength": 60,
|
|
215255
|
+
},
|
|
215256
|
+
],
|
|
215257
|
+
Array [
|
|
215258
|
+
Object {
|
|
215259
|
+
"defaultMessage": "Buttons",
|
|
215260
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
215261
|
+
},
|
|
215262
|
+
],
|
|
215263
|
+
Array [
|
|
215264
|
+
Object {
|
|
215265
|
+
"defaultMessage": "(Optional)",
|
|
215266
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
215267
|
+
},
|
|
215268
|
+
],
|
|
215269
|
+
Array [
|
|
215270
|
+
Object {
|
|
215271
|
+
"defaultMessage": "These will be show clickable buttons below your message.",
|
|
215272
|
+
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
215273
|
+
},
|
|
215274
|
+
],
|
|
215275
|
+
Array [
|
|
215276
|
+
Object {
|
|
215277
|
+
"defaultMessage": "Media",
|
|
215278
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
215279
|
+
},
|
|
215280
|
+
],
|
|
215281
|
+
Array [
|
|
215282
|
+
Object {
|
|
215283
|
+
"defaultMessage": "Message",
|
|
215284
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
215285
|
+
},
|
|
215286
|
+
],
|
|
215287
|
+
Array [
|
|
215288
|
+
Object {
|
|
215289
|
+
"defaultMessage": "awaiting for approval",
|
|
215290
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltipStatus",
|
|
215291
|
+
},
|
|
215292
|
+
],
|
|
215293
|
+
Array [
|
|
215294
|
+
Object {
|
|
215295
|
+
"defaultMessage": "This template is non-editable as this is {status}",
|
|
215296
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltip",
|
|
215297
|
+
},
|
|
215298
|
+
Object {
|
|
215299
|
+
"status": undefined,
|
|
215300
|
+
},
|
|
215301
|
+
],
|
|
215302
|
+
Array [
|
|
215303
|
+
Object {
|
|
215304
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
215305
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
215306
|
+
},
|
|
215307
|
+
Object {
|
|
215308
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
215309
|
+
},
|
|
215310
|
+
],
|
|
215311
|
+
Array [
|
|
215312
|
+
Object {
|
|
215313
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
215314
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
215315
|
+
},
|
|
215316
|
+
Object {
|
|
215317
|
+
"currentLength": 0,
|
|
215318
|
+
"maxLength": 1024,
|
|
215319
|
+
},
|
|
215320
|
+
],
|
|
215321
|
+
Array [
|
|
215322
|
+
Object {
|
|
215323
|
+
"defaultMessage": "Buttons",
|
|
215324
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
215325
|
+
},
|
|
215326
|
+
],
|
|
215327
|
+
Array [
|
|
215328
|
+
Object {
|
|
215329
|
+
"defaultMessage": "None",
|
|
215330
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
215331
|
+
},
|
|
215332
|
+
],
|
|
215333
|
+
Array [
|
|
215334
|
+
Object {
|
|
215335
|
+
"defaultMessage": "Please add all mandatory fields to proceed further",
|
|
215336
|
+
"id": "creatives.containersV2.Whatsapp.btnDisabledTooltip",
|
|
215337
|
+
},
|
|
215338
|
+
],
|
|
215339
|
+
Array [
|
|
215340
|
+
Object {
|
|
215341
|
+
"defaultMessage": "Select",
|
|
215342
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
215343
|
+
},
|
|
215344
|
+
],
|
|
215345
|
+
Array [
|
|
215346
|
+
Object {
|
|
215347
|
+
"defaultMessage": "Select",
|
|
215348
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
215349
|
+
},
|
|
215350
|
+
],
|
|
215351
|
+
Array [
|
|
215352
|
+
Object {
|
|
215353
|
+
"defaultMessage": "Text",
|
|
215354
|
+
"id": "creatives.containersV2.Whatsapp.mediaText",
|
|
215355
|
+
},
|
|
215356
|
+
],
|
|
214394
215357
|
Array [
|
|
214395
215358
|
Object {
|
|
214396
215359
|
"defaultMessage": "Image",
|
|
@@ -216208,6 +217171,326 @@ new message content.",
|
|
|
216208
217171
|
"type": "return",
|
|
216209
217172
|
"value": undefined,
|
|
216210
217173
|
},
|
|
217174
|
+
Object {
|
|
217175
|
+
"type": "return",
|
|
217176
|
+
"value": undefined,
|
|
217177
|
+
},
|
|
217178
|
+
Object {
|
|
217179
|
+
"type": "return",
|
|
217180
|
+
"value": undefined,
|
|
217181
|
+
},
|
|
217182
|
+
Object {
|
|
217183
|
+
"type": "return",
|
|
217184
|
+
"value": undefined,
|
|
217185
|
+
},
|
|
217186
|
+
Object {
|
|
217187
|
+
"type": "return",
|
|
217188
|
+
"value": undefined,
|
|
217189
|
+
},
|
|
217190
|
+
Object {
|
|
217191
|
+
"type": "return",
|
|
217192
|
+
"value": undefined,
|
|
217193
|
+
},
|
|
217194
|
+
Object {
|
|
217195
|
+
"type": "return",
|
|
217196
|
+
"value": undefined,
|
|
217197
|
+
},
|
|
217198
|
+
Object {
|
|
217199
|
+
"type": "return",
|
|
217200
|
+
"value": undefined,
|
|
217201
|
+
},
|
|
217202
|
+
Object {
|
|
217203
|
+
"type": "return",
|
|
217204
|
+
"value": undefined,
|
|
217205
|
+
},
|
|
217206
|
+
Object {
|
|
217207
|
+
"type": "return",
|
|
217208
|
+
"value": undefined,
|
|
217209
|
+
},
|
|
217210
|
+
Object {
|
|
217211
|
+
"type": "return",
|
|
217212
|
+
"value": undefined,
|
|
217213
|
+
},
|
|
217214
|
+
Object {
|
|
217215
|
+
"type": "return",
|
|
217216
|
+
"value": undefined,
|
|
217217
|
+
},
|
|
217218
|
+
Object {
|
|
217219
|
+
"type": "return",
|
|
217220
|
+
"value": undefined,
|
|
217221
|
+
},
|
|
217222
|
+
Object {
|
|
217223
|
+
"type": "return",
|
|
217224
|
+
"value": undefined,
|
|
217225
|
+
},
|
|
217226
|
+
Object {
|
|
217227
|
+
"type": "return",
|
|
217228
|
+
"value": undefined,
|
|
217229
|
+
},
|
|
217230
|
+
Object {
|
|
217231
|
+
"type": "return",
|
|
217232
|
+
"value": undefined,
|
|
217233
|
+
},
|
|
217234
|
+
Object {
|
|
217235
|
+
"type": "return",
|
|
217236
|
+
"value": undefined,
|
|
217237
|
+
},
|
|
217238
|
+
Object {
|
|
217239
|
+
"type": "return",
|
|
217240
|
+
"value": undefined,
|
|
217241
|
+
},
|
|
217242
|
+
Object {
|
|
217243
|
+
"type": "return",
|
|
217244
|
+
"value": undefined,
|
|
217245
|
+
},
|
|
217246
|
+
Object {
|
|
217247
|
+
"type": "return",
|
|
217248
|
+
"value": undefined,
|
|
217249
|
+
},
|
|
217250
|
+
Object {
|
|
217251
|
+
"type": "return",
|
|
217252
|
+
"value": undefined,
|
|
217253
|
+
},
|
|
217254
|
+
Object {
|
|
217255
|
+
"type": "return",
|
|
217256
|
+
"value": undefined,
|
|
217257
|
+
},
|
|
217258
|
+
Object {
|
|
217259
|
+
"type": "return",
|
|
217260
|
+
"value": undefined,
|
|
217261
|
+
},
|
|
217262
|
+
Object {
|
|
217263
|
+
"type": "return",
|
|
217264
|
+
"value": undefined,
|
|
217265
|
+
},
|
|
217266
|
+
Object {
|
|
217267
|
+
"type": "return",
|
|
217268
|
+
"value": undefined,
|
|
217269
|
+
},
|
|
217270
|
+
Object {
|
|
217271
|
+
"type": "return",
|
|
217272
|
+
"value": undefined,
|
|
217273
|
+
},
|
|
217274
|
+
Object {
|
|
217275
|
+
"type": "return",
|
|
217276
|
+
"value": undefined,
|
|
217277
|
+
},
|
|
217278
|
+
Object {
|
|
217279
|
+
"type": "return",
|
|
217280
|
+
"value": undefined,
|
|
217281
|
+
},
|
|
217282
|
+
Object {
|
|
217283
|
+
"type": "return",
|
|
217284
|
+
"value": undefined,
|
|
217285
|
+
},
|
|
217286
|
+
Object {
|
|
217287
|
+
"type": "return",
|
|
217288
|
+
"value": undefined,
|
|
217289
|
+
},
|
|
217290
|
+
Object {
|
|
217291
|
+
"type": "return",
|
|
217292
|
+
"value": undefined,
|
|
217293
|
+
},
|
|
217294
|
+
Object {
|
|
217295
|
+
"type": "return",
|
|
217296
|
+
"value": undefined,
|
|
217297
|
+
},
|
|
217298
|
+
Object {
|
|
217299
|
+
"type": "return",
|
|
217300
|
+
"value": undefined,
|
|
217301
|
+
},
|
|
217302
|
+
Object {
|
|
217303
|
+
"type": "return",
|
|
217304
|
+
"value": undefined,
|
|
217305
|
+
},
|
|
217306
|
+
Object {
|
|
217307
|
+
"type": "return",
|
|
217308
|
+
"value": undefined,
|
|
217309
|
+
},
|
|
217310
|
+
Object {
|
|
217311
|
+
"type": "return",
|
|
217312
|
+
"value": undefined,
|
|
217313
|
+
},
|
|
217314
|
+
Object {
|
|
217315
|
+
"type": "return",
|
|
217316
|
+
"value": undefined,
|
|
217317
|
+
},
|
|
217318
|
+
Object {
|
|
217319
|
+
"type": "return",
|
|
217320
|
+
"value": undefined,
|
|
217321
|
+
},
|
|
217322
|
+
Object {
|
|
217323
|
+
"type": "return",
|
|
217324
|
+
"value": undefined,
|
|
217325
|
+
},
|
|
217326
|
+
Object {
|
|
217327
|
+
"type": "return",
|
|
217328
|
+
"value": undefined,
|
|
217329
|
+
},
|
|
217330
|
+
Object {
|
|
217331
|
+
"type": "return",
|
|
217332
|
+
"value": undefined,
|
|
217333
|
+
},
|
|
217334
|
+
Object {
|
|
217335
|
+
"type": "return",
|
|
217336
|
+
"value": undefined,
|
|
217337
|
+
},
|
|
217338
|
+
Object {
|
|
217339
|
+
"type": "return",
|
|
217340
|
+
"value": undefined,
|
|
217341
|
+
},
|
|
217342
|
+
Object {
|
|
217343
|
+
"type": "return",
|
|
217344
|
+
"value": undefined,
|
|
217345
|
+
},
|
|
217346
|
+
Object {
|
|
217347
|
+
"type": "return",
|
|
217348
|
+
"value": undefined,
|
|
217349
|
+
},
|
|
217350
|
+
Object {
|
|
217351
|
+
"type": "return",
|
|
217352
|
+
"value": undefined,
|
|
217353
|
+
},
|
|
217354
|
+
Object {
|
|
217355
|
+
"type": "return",
|
|
217356
|
+
"value": undefined,
|
|
217357
|
+
},
|
|
217358
|
+
Object {
|
|
217359
|
+
"type": "return",
|
|
217360
|
+
"value": undefined,
|
|
217361
|
+
},
|
|
217362
|
+
Object {
|
|
217363
|
+
"type": "return",
|
|
217364
|
+
"value": undefined,
|
|
217365
|
+
},
|
|
217366
|
+
Object {
|
|
217367
|
+
"type": "return",
|
|
217368
|
+
"value": undefined,
|
|
217369
|
+
},
|
|
217370
|
+
Object {
|
|
217371
|
+
"type": "return",
|
|
217372
|
+
"value": undefined,
|
|
217373
|
+
},
|
|
217374
|
+
Object {
|
|
217375
|
+
"type": "return",
|
|
217376
|
+
"value": undefined,
|
|
217377
|
+
},
|
|
217378
|
+
Object {
|
|
217379
|
+
"type": "return",
|
|
217380
|
+
"value": undefined,
|
|
217381
|
+
},
|
|
217382
|
+
Object {
|
|
217383
|
+
"type": "return",
|
|
217384
|
+
"value": undefined,
|
|
217385
|
+
},
|
|
217386
|
+
Object {
|
|
217387
|
+
"type": "return",
|
|
217388
|
+
"value": undefined,
|
|
217389
|
+
},
|
|
217390
|
+
Object {
|
|
217391
|
+
"type": "return",
|
|
217392
|
+
"value": undefined,
|
|
217393
|
+
},
|
|
217394
|
+
Object {
|
|
217395
|
+
"type": "return",
|
|
217396
|
+
"value": undefined,
|
|
217397
|
+
},
|
|
217398
|
+
Object {
|
|
217399
|
+
"type": "return",
|
|
217400
|
+
"value": undefined,
|
|
217401
|
+
},
|
|
217402
|
+
Object {
|
|
217403
|
+
"type": "return",
|
|
217404
|
+
"value": undefined,
|
|
217405
|
+
},
|
|
217406
|
+
Object {
|
|
217407
|
+
"type": "return",
|
|
217408
|
+
"value": undefined,
|
|
217409
|
+
},
|
|
217410
|
+
Object {
|
|
217411
|
+
"type": "return",
|
|
217412
|
+
"value": undefined,
|
|
217413
|
+
},
|
|
217414
|
+
Object {
|
|
217415
|
+
"type": "return",
|
|
217416
|
+
"value": undefined,
|
|
217417
|
+
},
|
|
217418
|
+
Object {
|
|
217419
|
+
"type": "return",
|
|
217420
|
+
"value": undefined,
|
|
217421
|
+
},
|
|
217422
|
+
Object {
|
|
217423
|
+
"type": "return",
|
|
217424
|
+
"value": undefined,
|
|
217425
|
+
},
|
|
217426
|
+
Object {
|
|
217427
|
+
"type": "return",
|
|
217428
|
+
"value": undefined,
|
|
217429
|
+
},
|
|
217430
|
+
Object {
|
|
217431
|
+
"type": "return",
|
|
217432
|
+
"value": undefined,
|
|
217433
|
+
},
|
|
217434
|
+
Object {
|
|
217435
|
+
"type": "return",
|
|
217436
|
+
"value": undefined,
|
|
217437
|
+
},
|
|
217438
|
+
Object {
|
|
217439
|
+
"type": "return",
|
|
217440
|
+
"value": undefined,
|
|
217441
|
+
},
|
|
217442
|
+
Object {
|
|
217443
|
+
"type": "return",
|
|
217444
|
+
"value": undefined,
|
|
217445
|
+
},
|
|
217446
|
+
Object {
|
|
217447
|
+
"type": "return",
|
|
217448
|
+
"value": undefined,
|
|
217449
|
+
},
|
|
217450
|
+
Object {
|
|
217451
|
+
"type": "return",
|
|
217452
|
+
"value": undefined,
|
|
217453
|
+
},
|
|
217454
|
+
Object {
|
|
217455
|
+
"type": "return",
|
|
217456
|
+
"value": undefined,
|
|
217457
|
+
},
|
|
217458
|
+
Object {
|
|
217459
|
+
"type": "return",
|
|
217460
|
+
"value": undefined,
|
|
217461
|
+
},
|
|
217462
|
+
Object {
|
|
217463
|
+
"type": "return",
|
|
217464
|
+
"value": undefined,
|
|
217465
|
+
},
|
|
217466
|
+
Object {
|
|
217467
|
+
"type": "return",
|
|
217468
|
+
"value": undefined,
|
|
217469
|
+
},
|
|
217470
|
+
Object {
|
|
217471
|
+
"type": "return",
|
|
217472
|
+
"value": undefined,
|
|
217473
|
+
},
|
|
217474
|
+
Object {
|
|
217475
|
+
"type": "return",
|
|
217476
|
+
"value": undefined,
|
|
217477
|
+
},
|
|
217478
|
+
Object {
|
|
217479
|
+
"type": "return",
|
|
217480
|
+
"value": undefined,
|
|
217481
|
+
},
|
|
217482
|
+
Object {
|
|
217483
|
+
"type": "return",
|
|
217484
|
+
"value": undefined,
|
|
217485
|
+
},
|
|
217486
|
+
Object {
|
|
217487
|
+
"type": "return",
|
|
217488
|
+
"value": undefined,
|
|
217489
|
+
},
|
|
217490
|
+
Object {
|
|
217491
|
+
"type": "return",
|
|
217492
|
+
"value": undefined,
|
|
217493
|
+
},
|
|
216211
217494
|
],
|
|
216212
217495
|
},
|
|
216213
217496
|
}
|
|
@@ -221983,12 +223266,15 @@ new message content.",
|
|
|
221983
223266
|
inline={false}
|
|
221984
223267
|
size="large"
|
|
221985
223268
|
suffix={
|
|
221986
|
-
<
|
|
221987
|
-
|
|
221988
|
-
|
|
221989
|
-
|
|
221990
|
-
|
|
221991
|
-
|
|
223269
|
+
<React.Fragment>
|
|
223270
|
+
<CapButton
|
|
223271
|
+
data-testid="suffix-button"
|
|
223272
|
+
disabled={false}
|
|
223273
|
+
isAddBtn={true}
|
|
223274
|
+
onClick={[Function]}
|
|
223275
|
+
type="flat"
|
|
223276
|
+
/>
|
|
223277
|
+
</React.Fragment>
|
|
221992
223278
|
}
|
|
221993
223279
|
title={
|
|
221994
223280
|
<CapHeading
|
|
@@ -222735,6 +224021,7 @@ new message content.",
|
|
|
222735
224021
|
</CapHeading>
|
|
222736
224022
|
</div>
|
|
222737
224023
|
<CapButton
|
|
224024
|
+
data-testid="suffix-button"
|
|
222738
224025
|
disabled={false}
|
|
222739
224026
|
isAddBtn={true}
|
|
222740
224027
|
onClick={[Function]}
|
|
@@ -222743,6 +224030,7 @@ new message content.",
|
|
|
222743
224030
|
<Button
|
|
222744
224031
|
block={false}
|
|
222745
224032
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
224033
|
+
data-testid="suffix-button"
|
|
222746
224034
|
disabled={false}
|
|
222747
224035
|
ghost={false}
|
|
222748
224036
|
htmlType="button"
|
|
@@ -222753,6 +224041,7 @@ new message content.",
|
|
|
222753
224041
|
<Wave>
|
|
222754
224042
|
<button
|
|
222755
224043
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
224044
|
+
data-testid="suffix-button"
|
|
222756
224045
|
disabled={false}
|
|
222757
224046
|
onClick={[Function]}
|
|
222758
224047
|
type="button"
|
|
@@ -236437,12 +237726,15 @@ new message content.",
|
|
|
236437
237726
|
inline={false}
|
|
236438
237727
|
size="large"
|
|
236439
237728
|
suffix={
|
|
236440
|
-
<
|
|
236441
|
-
|
|
236442
|
-
|
|
236443
|
-
|
|
236444
|
-
|
|
236445
|
-
|
|
237729
|
+
<React.Fragment>
|
|
237730
|
+
<CapButton
|
|
237731
|
+
data-testid="suffix-button"
|
|
237732
|
+
disabled={false}
|
|
237733
|
+
isAddBtn={true}
|
|
237734
|
+
onClick={[Function]}
|
|
237735
|
+
type="flat"
|
|
237736
|
+
/>
|
|
237737
|
+
</React.Fragment>
|
|
236446
237738
|
}
|
|
236447
237739
|
title={
|
|
236448
237740
|
<CapHeading
|
|
@@ -237189,6 +238481,7 @@ new message content.",
|
|
|
237189
238481
|
</CapHeading>
|
|
237190
238482
|
</div>
|
|
237191
238483
|
<CapButton
|
|
238484
|
+
data-testid="suffix-button"
|
|
237192
238485
|
disabled={false}
|
|
237193
238486
|
isAddBtn={true}
|
|
237194
238487
|
onClick={[Function]}
|
|
@@ -237197,6 +238490,7 @@ new message content.",
|
|
|
237197
238490
|
<Button
|
|
237198
238491
|
block={false}
|
|
237199
238492
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
238493
|
+
data-testid="suffix-button"
|
|
237200
238494
|
disabled={false}
|
|
237201
238495
|
ghost={false}
|
|
237202
238496
|
htmlType="button"
|
|
@@ -237207,6 +238501,7 @@ new message content.",
|
|
|
237207
238501
|
<Wave>
|
|
237208
238502
|
<button
|
|
237209
238503
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
238504
|
+
data-testid="suffix-button"
|
|
237210
238505
|
disabled={false}
|
|
237211
238506
|
onClick={[Function]}
|
|
237212
238507
|
type="button"
|
|
@@ -250035,11 +251330,14 @@ new message content.",
|
|
|
250035
251330
|
inline={false}
|
|
250036
251331
|
size="large"
|
|
250037
251332
|
suffix={
|
|
250038
|
-
<
|
|
250039
|
-
|
|
250040
|
-
|
|
250041
|
-
|
|
250042
|
-
|
|
251333
|
+
<React.Fragment>
|
|
251334
|
+
<CapButton
|
|
251335
|
+
data-testid="suffix-button"
|
|
251336
|
+
isAddBtn={true}
|
|
251337
|
+
onClick={[Function]}
|
|
251338
|
+
type="flat"
|
|
251339
|
+
/>
|
|
251340
|
+
</React.Fragment>
|
|
250043
251341
|
}
|
|
250044
251342
|
title={
|
|
250045
251343
|
<CapHeading
|
|
@@ -250786,6 +252084,7 @@ new message content.",
|
|
|
250786
252084
|
</CapHeading>
|
|
250787
252085
|
</div>
|
|
250788
252086
|
<CapButton
|
|
252087
|
+
data-testid="suffix-button"
|
|
250789
252088
|
isAddBtn={true}
|
|
250790
252089
|
onClick={[Function]}
|
|
250791
252090
|
type="flat"
|
|
@@ -250793,6 +252092,7 @@ new message content.",
|
|
|
250793
252092
|
<Button
|
|
250794
252093
|
block={false}
|
|
250795
252094
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
252095
|
+
data-testid="suffix-button"
|
|
250796
252096
|
ghost={false}
|
|
250797
252097
|
htmlType="button"
|
|
250798
252098
|
loading={false}
|
|
@@ -250802,6 +252102,7 @@ new message content.",
|
|
|
250802
252102
|
<Wave>
|
|
250803
252103
|
<button
|
|
250804
252104
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
252105
|
+
data-testid="suffix-button"
|
|
250805
252106
|
onClick={[Function]}
|
|
250806
252107
|
type="button"
|
|
250807
252108
|
>
|
|
@@ -264010,12 +265311,15 @@ new message content.",
|
|
|
264010
265311
|
inline={false}
|
|
264011
265312
|
size="large"
|
|
264012
265313
|
suffix={
|
|
264013
|
-
<
|
|
264014
|
-
|
|
264015
|
-
|
|
264016
|
-
|
|
264017
|
-
|
|
264018
|
-
|
|
265314
|
+
<React.Fragment>
|
|
265315
|
+
<CapButton
|
|
265316
|
+
data-testid="suffix-button"
|
|
265317
|
+
disabled={false}
|
|
265318
|
+
isAddBtn={true}
|
|
265319
|
+
onClick={[Function]}
|
|
265320
|
+
type="flat"
|
|
265321
|
+
/>
|
|
265322
|
+
</React.Fragment>
|
|
264019
265323
|
}
|
|
264020
265324
|
title={
|
|
264021
265325
|
<CapHeading
|
|
@@ -264762,6 +266066,7 @@ new message content.",
|
|
|
264762
266066
|
</CapHeading>
|
|
264763
266067
|
</div>
|
|
264764
266068
|
<CapButton
|
|
266069
|
+
data-testid="suffix-button"
|
|
264765
266070
|
disabled={false}
|
|
264766
266071
|
isAddBtn={true}
|
|
264767
266072
|
onClick={[Function]}
|
|
@@ -264770,6 +266075,7 @@ new message content.",
|
|
|
264770
266075
|
<Button
|
|
264771
266076
|
block={false}
|
|
264772
266077
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
266078
|
+
data-testid="suffix-button"
|
|
264773
266079
|
disabled={false}
|
|
264774
266080
|
ghost={false}
|
|
264775
266081
|
htmlType="button"
|
|
@@ -264780,6 +266086,7 @@ new message content.",
|
|
|
264780
266086
|
<Wave>
|
|
264781
266087
|
<button
|
|
264782
266088
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
266089
|
+
data-testid="suffix-button"
|
|
264783
266090
|
disabled={false}
|
|
264784
266091
|
onClick={[Function]}
|
|
264785
266092
|
type="button"
|
|
@@ -278394,11 +279701,14 @@ new message content.",
|
|
|
278394
279701
|
inline={false}
|
|
278395
279702
|
size="large"
|
|
278396
279703
|
suffix={
|
|
278397
|
-
<
|
|
278398
|
-
|
|
278399
|
-
|
|
278400
|
-
|
|
278401
|
-
|
|
279704
|
+
<React.Fragment>
|
|
279705
|
+
<CapButton
|
|
279706
|
+
data-testid="suffix-button"
|
|
279707
|
+
isAddBtn={true}
|
|
279708
|
+
onClick={[Function]}
|
|
279709
|
+
type="flat"
|
|
279710
|
+
/>
|
|
279711
|
+
</React.Fragment>
|
|
278402
279712
|
}
|
|
278403
279713
|
title={
|
|
278404
279714
|
<CapHeading
|
|
@@ -279145,6 +280455,7 @@ new message content.",
|
|
|
279145
280455
|
</CapHeading>
|
|
279146
280456
|
</div>
|
|
279147
280457
|
<CapButton
|
|
280458
|
+
data-testid="suffix-button"
|
|
279148
280459
|
isAddBtn={true}
|
|
279149
280460
|
onClick={[Function]}
|
|
279150
280461
|
type="flat"
|
|
@@ -279152,6 +280463,7 @@ new message content.",
|
|
|
279152
280463
|
<Button
|
|
279153
280464
|
block={false}
|
|
279154
280465
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
280466
|
+
data-testid="suffix-button"
|
|
279155
280467
|
ghost={false}
|
|
279156
280468
|
htmlType="button"
|
|
279157
280469
|
loading={false}
|
|
@@ -279161,6 +280473,7 @@ new message content.",
|
|
|
279161
280473
|
<Wave>
|
|
279162
280474
|
<button
|
|
279163
280475
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
280476
|
+
data-testid="suffix-button"
|
|
279164
280477
|
onClick={[Function]}
|
|
279165
280478
|
type="button"
|
|
279166
280479
|
>
|
|
@@ -293169,11 +294482,14 @@ new message content.",
|
|
|
293169
294482
|
inline={false}
|
|
293170
294483
|
size="large"
|
|
293171
294484
|
suffix={
|
|
293172
|
-
<
|
|
293173
|
-
|
|
293174
|
-
|
|
293175
|
-
|
|
293176
|
-
|
|
294485
|
+
<React.Fragment>
|
|
294486
|
+
<CapButton
|
|
294487
|
+
data-testid="suffix-button"
|
|
294488
|
+
isAddBtn={true}
|
|
294489
|
+
onClick={[Function]}
|
|
294490
|
+
type="flat"
|
|
294491
|
+
/>
|
|
294492
|
+
</React.Fragment>
|
|
293177
294493
|
}
|
|
293178
294494
|
title={
|
|
293179
294495
|
<CapHeading
|
|
@@ -293920,6 +295236,7 @@ new message content.",
|
|
|
293920
295236
|
</CapHeading>
|
|
293921
295237
|
</div>
|
|
293922
295238
|
<CapButton
|
|
295239
|
+
data-testid="suffix-button"
|
|
293923
295240
|
isAddBtn={true}
|
|
293924
295241
|
onClick={[Function]}
|
|
293925
295242
|
type="flat"
|
|
@@ -293927,6 +295244,7 @@ new message content.",
|
|
|
293927
295244
|
<Button
|
|
293928
295245
|
block={false}
|
|
293929
295246
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
295247
|
+
data-testid="suffix-button"
|
|
293930
295248
|
ghost={false}
|
|
293931
295249
|
htmlType="button"
|
|
293932
295250
|
loading={false}
|
|
@@ -293936,6 +295254,7 @@ new message content.",
|
|
|
293936
295254
|
<Wave>
|
|
293937
295255
|
<button
|
|
293938
295256
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
295257
|
+
data-testid="suffix-button"
|
|
293939
295258
|
onClick={[Function]}
|
|
293940
295259
|
type="button"
|
|
293941
295260
|
>
|
|
@@ -308344,11 +309663,14 @@ new message content.",
|
|
|
308344
309663
|
inline={false}
|
|
308345
309664
|
size="large"
|
|
308346
309665
|
suffix={
|
|
308347
|
-
<
|
|
308348
|
-
|
|
308349
|
-
|
|
308350
|
-
|
|
308351
|
-
|
|
309666
|
+
<React.Fragment>
|
|
309667
|
+
<CapButton
|
|
309668
|
+
data-testid="suffix-button"
|
|
309669
|
+
isAddBtn={true}
|
|
309670
|
+
onClick={[Function]}
|
|
309671
|
+
type="flat"
|
|
309672
|
+
/>
|
|
309673
|
+
</React.Fragment>
|
|
308352
309674
|
}
|
|
308353
309675
|
title={
|
|
308354
309676
|
<CapHeading
|
|
@@ -309095,6 +310417,7 @@ new message content.",
|
|
|
309095
310417
|
</CapHeading>
|
|
309096
310418
|
</div>
|
|
309097
310419
|
<CapButton
|
|
310420
|
+
data-testid="suffix-button"
|
|
309098
310421
|
isAddBtn={true}
|
|
309099
310422
|
onClick={[Function]}
|
|
309100
310423
|
type="flat"
|
|
@@ -309102,6 +310425,7 @@ new message content.",
|
|
|
309102
310425
|
<Button
|
|
309103
310426
|
block={false}
|
|
309104
310427
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
310428
|
+
data-testid="suffix-button"
|
|
309105
310429
|
ghost={false}
|
|
309106
310430
|
htmlType="button"
|
|
309107
310431
|
loading={false}
|
|
@@ -309111,6 +310435,7 @@ new message content.",
|
|
|
309111
310435
|
<Wave>
|
|
309112
310436
|
<button
|
|
309113
310437
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
310438
|
+
data-testid="suffix-button"
|
|
309114
310439
|
onClick={[Function]}
|
|
309115
310440
|
type="button"
|
|
309116
310441
|
>
|
|
@@ -323916,11 +325241,14 @@ new message content.",
|
|
|
323916
325241
|
inline={false}
|
|
323917
325242
|
size="large"
|
|
323918
325243
|
suffix={
|
|
323919
|
-
<
|
|
323920
|
-
|
|
323921
|
-
|
|
323922
|
-
|
|
323923
|
-
|
|
325244
|
+
<React.Fragment>
|
|
325245
|
+
<CapButton
|
|
325246
|
+
data-testid="suffix-button"
|
|
325247
|
+
isAddBtn={true}
|
|
325248
|
+
onClick={[Function]}
|
|
325249
|
+
type="flat"
|
|
325250
|
+
/>
|
|
325251
|
+
</React.Fragment>
|
|
323924
325252
|
}
|
|
323925
325253
|
title={
|
|
323926
325254
|
<CapHeading
|
|
@@ -324667,6 +325995,7 @@ new message content.",
|
|
|
324667
325995
|
</CapHeading>
|
|
324668
325996
|
</div>
|
|
324669
325997
|
<CapButton
|
|
325998
|
+
data-testid="suffix-button"
|
|
324670
325999
|
isAddBtn={true}
|
|
324671
326000
|
onClick={[Function]}
|
|
324672
326001
|
type="flat"
|
|
@@ -324674,6 +326003,7 @@ new message content.",
|
|
|
324674
326003
|
<Button
|
|
324675
326004
|
block={false}
|
|
324676
326005
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
326006
|
+
data-testid="suffix-button"
|
|
324677
326007
|
ghost={false}
|
|
324678
326008
|
htmlType="button"
|
|
324679
326009
|
loading={false}
|
|
@@ -324683,6 +326013,7 @@ new message content.",
|
|
|
324683
326013
|
<Wave>
|
|
324684
326014
|
<button
|
|
324685
326015
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
326016
|
+
data-testid="suffix-button"
|
|
324686
326017
|
onClick={[Function]}
|
|
324687
326018
|
type="button"
|
|
324688
326019
|
>
|
|
@@ -339885,11 +341216,14 @@ new message content.",
|
|
|
339885
341216
|
inline={false}
|
|
339886
341217
|
size="large"
|
|
339887
341218
|
suffix={
|
|
339888
|
-
<
|
|
339889
|
-
|
|
339890
|
-
|
|
339891
|
-
|
|
339892
|
-
|
|
341219
|
+
<React.Fragment>
|
|
341220
|
+
<CapButton
|
|
341221
|
+
data-testid="suffix-button"
|
|
341222
|
+
isAddBtn={true}
|
|
341223
|
+
onClick={[Function]}
|
|
341224
|
+
type="flat"
|
|
341225
|
+
/>
|
|
341226
|
+
</React.Fragment>
|
|
339893
341227
|
}
|
|
339894
341228
|
title={
|
|
339895
341229
|
<CapHeading
|
|
@@ -340636,6 +341970,7 @@ new message content.",
|
|
|
340636
341970
|
</CapHeading>
|
|
340637
341971
|
</div>
|
|
340638
341972
|
<CapButton
|
|
341973
|
+
data-testid="suffix-button"
|
|
340639
341974
|
isAddBtn={true}
|
|
340640
341975
|
onClick={[Function]}
|
|
340641
341976
|
type="flat"
|
|
@@ -340643,6 +341978,7 @@ new message content.",
|
|
|
340643
341978
|
<Button
|
|
340644
341979
|
block={false}
|
|
340645
341980
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
341981
|
+
data-testid="suffix-button"
|
|
340646
341982
|
ghost={false}
|
|
340647
341983
|
htmlType="button"
|
|
340648
341984
|
loading={false}
|
|
@@ -340652,6 +341988,7 @@ new message content.",
|
|
|
340652
341988
|
<Wave>
|
|
340653
341989
|
<button
|
|
340654
341990
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
341991
|
+
data-testid="suffix-button"
|
|
340655
341992
|
onClick={[Function]}
|
|
340656
341993
|
type="button"
|
|
340657
341994
|
>
|
|
@@ -356241,12 +357578,15 @@ new message content.",
|
|
|
356241
357578
|
inline={false}
|
|
356242
357579
|
size="large"
|
|
356243
357580
|
suffix={
|
|
356244
|
-
<
|
|
356245
|
-
|
|
356246
|
-
|
|
356247
|
-
|
|
356248
|
-
|
|
356249
|
-
|
|
357581
|
+
<React.Fragment>
|
|
357582
|
+
<CapButton
|
|
357583
|
+
data-testid="suffix-button"
|
|
357584
|
+
disabled={false}
|
|
357585
|
+
isAddBtn={true}
|
|
357586
|
+
onClick={[Function]}
|
|
357587
|
+
type="flat"
|
|
357588
|
+
/>
|
|
357589
|
+
</React.Fragment>
|
|
356250
357590
|
}
|
|
356251
357591
|
title={
|
|
356252
357592
|
<CapHeading
|
|
@@ -356993,6 +358333,7 @@ new message content.",
|
|
|
356993
358333
|
</CapHeading>
|
|
356994
358334
|
</div>
|
|
356995
358335
|
<CapButton
|
|
358336
|
+
data-testid="suffix-button"
|
|
356996
358337
|
disabled={false}
|
|
356997
358338
|
isAddBtn={true}
|
|
356998
358339
|
onClick={[Function]}
|
|
@@ -357001,6 +358342,7 @@ new message content.",
|
|
|
357001
358342
|
<Button
|
|
357002
358343
|
block={false}
|
|
357003
358344
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
358345
|
+
data-testid="suffix-button"
|
|
357004
358346
|
disabled={false}
|
|
357005
358347
|
ghost={false}
|
|
357006
358348
|
htmlType="button"
|
|
@@ -357011,6 +358353,7 @@ new message content.",
|
|
|
357011
358353
|
<Wave>
|
|
357012
358354
|
<button
|
|
357013
358355
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
358356
|
+
data-testid="suffix-button"
|
|
357014
358357
|
disabled={false}
|
|
357015
358358
|
onClick={[Function]}
|
|
357016
358359
|
type="button"
|
|
@@ -369851,12 +371194,15 @@ new message content.",
|
|
|
369851
371194
|
inline={false}
|
|
369852
371195
|
size="large"
|
|
369853
371196
|
suffix={
|
|
369854
|
-
<
|
|
369855
|
-
|
|
369856
|
-
|
|
369857
|
-
|
|
369858
|
-
|
|
369859
|
-
|
|
371197
|
+
<React.Fragment>
|
|
371198
|
+
<CapButton
|
|
371199
|
+
data-testid="suffix-button"
|
|
371200
|
+
disabled={false}
|
|
371201
|
+
isAddBtn={true}
|
|
371202
|
+
onClick={[Function]}
|
|
371203
|
+
type="flat"
|
|
371204
|
+
/>
|
|
371205
|
+
</React.Fragment>
|
|
369860
371206
|
}
|
|
369861
371207
|
title={
|
|
369862
371208
|
<CapHeading
|
|
@@ -370603,6 +371949,7 @@ new message content.",
|
|
|
370603
371949
|
</CapHeading>
|
|
370604
371950
|
</div>
|
|
370605
371951
|
<CapButton
|
|
371952
|
+
data-testid="suffix-button"
|
|
370606
371953
|
disabled={false}
|
|
370607
371954
|
isAddBtn={true}
|
|
370608
371955
|
onClick={[Function]}
|
|
@@ -370611,6 +371958,7 @@ new message content.",
|
|
|
370611
371958
|
<Button
|
|
370612
371959
|
block={false}
|
|
370613
371960
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
371961
|
+
data-testid="suffix-button"
|
|
370614
371962
|
disabled={false}
|
|
370615
371963
|
ghost={false}
|
|
370616
371964
|
htmlType="button"
|
|
@@ -370621,6 +371969,7 @@ new message content.",
|
|
|
370621
371969
|
<Wave>
|
|
370622
371970
|
<button
|
|
370623
371971
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
371972
|
+
data-testid="suffix-button"
|
|
370624
371973
|
disabled={false}
|
|
370625
371974
|
onClick={[Function]}
|
|
370626
371975
|
type="button"
|
|
@@ -383853,12 +385202,15 @@ new message content.",
|
|
|
383853
385202
|
inline={false}
|
|
383854
385203
|
size="large"
|
|
383855
385204
|
suffix={
|
|
383856
|
-
<
|
|
383857
|
-
|
|
383858
|
-
|
|
383859
|
-
|
|
383860
|
-
|
|
383861
|
-
|
|
385205
|
+
<React.Fragment>
|
|
385206
|
+
<CapButton
|
|
385207
|
+
data-testid="suffix-button"
|
|
385208
|
+
disabled={false}
|
|
385209
|
+
isAddBtn={true}
|
|
385210
|
+
onClick={[Function]}
|
|
385211
|
+
type="flat"
|
|
385212
|
+
/>
|
|
385213
|
+
</React.Fragment>
|
|
383862
385214
|
}
|
|
383863
385215
|
title={
|
|
383864
385216
|
<CapHeading
|
|
@@ -384605,6 +385957,7 @@ new message content.",
|
|
|
384605
385957
|
</CapHeading>
|
|
384606
385958
|
</div>
|
|
384607
385959
|
<CapButton
|
|
385960
|
+
data-testid="suffix-button"
|
|
384608
385961
|
disabled={false}
|
|
384609
385962
|
isAddBtn={true}
|
|
384610
385963
|
onClick={[Function]}
|
|
@@ -384613,6 +385966,7 @@ new message content.",
|
|
|
384613
385966
|
<Button
|
|
384614
385967
|
block={false}
|
|
384615
385968
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
385969
|
+
data-testid="suffix-button"
|
|
384616
385970
|
disabled={false}
|
|
384617
385971
|
ghost={false}
|
|
384618
385972
|
htmlType="button"
|
|
@@ -384623,6 +385977,7 @@ new message content.",
|
|
|
384623
385977
|
<Wave>
|
|
384624
385978
|
<button
|
|
384625
385979
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
385980
|
+
data-testid="suffix-button"
|
|
384626
385981
|
disabled={false}
|
|
384627
385982
|
onClick={[Function]}
|
|
384628
385983
|
type="button"
|
|
@@ -398272,12 +399627,15 @@ new message content.",
|
|
|
398272
399627
|
inline={false}
|
|
398273
399628
|
size="large"
|
|
398274
399629
|
suffix={
|
|
398275
|
-
<
|
|
398276
|
-
|
|
398277
|
-
|
|
398278
|
-
|
|
398279
|
-
|
|
398280
|
-
|
|
399630
|
+
<React.Fragment>
|
|
399631
|
+
<CapButton
|
|
399632
|
+
data-testid="suffix-button"
|
|
399633
|
+
disabled={false}
|
|
399634
|
+
isAddBtn={true}
|
|
399635
|
+
onClick={[Function]}
|
|
399636
|
+
type="flat"
|
|
399637
|
+
/>
|
|
399638
|
+
</React.Fragment>
|
|
398281
399639
|
}
|
|
398282
399640
|
title={
|
|
398283
399641
|
<CapHeading
|
|
@@ -399024,6 +400382,7 @@ new message content.",
|
|
|
399024
400382
|
</CapHeading>
|
|
399025
400383
|
</div>
|
|
399026
400384
|
<CapButton
|
|
400385
|
+
data-testid="suffix-button"
|
|
399027
400386
|
disabled={false}
|
|
399028
400387
|
isAddBtn={true}
|
|
399029
400388
|
onClick={[Function]}
|
|
@@ -399032,6 +400391,7 @@ new message content.",
|
|
|
399032
400391
|
<Button
|
|
399033
400392
|
block={false}
|
|
399034
400393
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
400394
|
+
data-testid="suffix-button"
|
|
399035
400395
|
disabled={false}
|
|
399036
400396
|
ghost={false}
|
|
399037
400397
|
htmlType="button"
|
|
@@ -399042,6 +400402,7 @@ new message content.",
|
|
|
399042
400402
|
<Wave>
|
|
399043
400403
|
<button
|
|
399044
400404
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
400405
|
+
data-testid="suffix-button"
|
|
399045
400406
|
disabled={false}
|
|
399046
400407
|
onClick={[Function]}
|
|
399047
400408
|
type="button"
|
|
@@ -412634,12 +413995,15 @@ new message content.",
|
|
|
412634
413995
|
inline={false}
|
|
412635
413996
|
size="large"
|
|
412636
413997
|
suffix={
|
|
412637
|
-
<
|
|
412638
|
-
|
|
412639
|
-
|
|
412640
|
-
|
|
412641
|
-
|
|
412642
|
-
|
|
413998
|
+
<React.Fragment>
|
|
413999
|
+
<CapButton
|
|
414000
|
+
data-testid="suffix-button"
|
|
414001
|
+
disabled={false}
|
|
414002
|
+
isAddBtn={true}
|
|
414003
|
+
onClick={[Function]}
|
|
414004
|
+
type="flat"
|
|
414005
|
+
/>
|
|
414006
|
+
</React.Fragment>
|
|
412643
414007
|
}
|
|
412644
414008
|
title={
|
|
412645
414009
|
<CapHeading
|
|
@@ -413386,6 +414750,7 @@ new message content.",
|
|
|
413386
414750
|
</CapHeading>
|
|
413387
414751
|
</div>
|
|
413388
414752
|
<CapButton
|
|
414753
|
+
data-testid="suffix-button"
|
|
413389
414754
|
disabled={false}
|
|
413390
414755
|
isAddBtn={true}
|
|
413391
414756
|
onClick={[Function]}
|
|
@@ -413394,6 +414759,7 @@ new message content.",
|
|
|
413394
414759
|
<Button
|
|
413395
414760
|
block={false}
|
|
413396
414761
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
414762
|
+
data-testid="suffix-button"
|
|
413397
414763
|
disabled={false}
|
|
413398
414764
|
ghost={false}
|
|
413399
414765
|
htmlType="button"
|
|
@@ -413404,6 +414770,7 @@ new message content.",
|
|
|
413404
414770
|
<Wave>
|
|
413405
414771
|
<button
|
|
413406
414772
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
414773
|
+
data-testid="suffix-button"
|
|
413407
414774
|
disabled={false}
|
|
413408
414775
|
onClick={[Function]}
|
|
413409
414776
|
type="button"
|
|
@@ -421326,7 +422693,7 @@ new message content.",
|
|
|
421326
422693
|
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
421327
422694
|
},
|
|
421328
422695
|
Object {
|
|
421329
|
-
"currentLength":
|
|
422696
|
+
"currentLength": 0,
|
|
421330
422697
|
"maxLength": 60,
|
|
421331
422698
|
},
|
|
421332
422699
|
],
|
|
@@ -421421,8 +422788,8 @@ new message content.",
|
|
|
421421
422788
|
],
|
|
421422
422789
|
Array [
|
|
421423
422790
|
Object {
|
|
421424
|
-
"defaultMessage": "
|
|
421425
|
-
"id": "creatives.containersV2.Whatsapp.
|
|
422791
|
+
"defaultMessage": "Message",
|
|
422792
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
421426
422793
|
},
|
|
421427
422794
|
],
|
|
421428
422795
|
Array [
|
|
@@ -421440,6 +422807,181 @@ new message content.",
|
|
|
421440
422807
|
"status": undefined,
|
|
421441
422808
|
},
|
|
421442
422809
|
],
|
|
422810
|
+
Array [
|
|
422811
|
+
Object {
|
|
422812
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
422813
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
422814
|
+
},
|
|
422815
|
+
Object {
|
|
422816
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
422817
|
+
},
|
|
422818
|
+
],
|
|
422819
|
+
Array [
|
|
422820
|
+
Object {
|
|
422821
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
422822
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
422823
|
+
},
|
|
422824
|
+
Object {
|
|
422825
|
+
"currentLength": 0,
|
|
422826
|
+
"maxLength": 1024,
|
|
422827
|
+
},
|
|
422828
|
+
],
|
|
422829
|
+
Array [
|
|
422830
|
+
Object {
|
|
422831
|
+
"defaultMessage": "Buttons",
|
|
422832
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
422833
|
+
},
|
|
422834
|
+
],
|
|
422835
|
+
Array [
|
|
422836
|
+
Object {
|
|
422837
|
+
"defaultMessage": "None",
|
|
422838
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
422839
|
+
},
|
|
422840
|
+
],
|
|
422841
|
+
Array [
|
|
422842
|
+
Object {
|
|
422843
|
+
"defaultMessage": "Select",
|
|
422844
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
422845
|
+
},
|
|
422846
|
+
],
|
|
422847
|
+
Array [
|
|
422848
|
+
Object {
|
|
422849
|
+
"defaultMessage": "Please add all mandatory fields to proceed further",
|
|
422850
|
+
"id": "creatives.containersV2.Whatsapp.btnDisabledTooltip",
|
|
422851
|
+
},
|
|
422852
|
+
],
|
|
422853
|
+
Array [
|
|
422854
|
+
Object {
|
|
422855
|
+
"defaultMessage": "Select",
|
|
422856
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
422857
|
+
},
|
|
422858
|
+
],
|
|
422859
|
+
Array [
|
|
422860
|
+
Object {
|
|
422861
|
+
"defaultMessage": "Select",
|
|
422862
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
422863
|
+
},
|
|
422864
|
+
],
|
|
422865
|
+
Array [
|
|
422866
|
+
Object {
|
|
422867
|
+
"defaultMessage": "Select",
|
|
422868
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
422869
|
+
},
|
|
422870
|
+
],
|
|
422871
|
+
Array [
|
|
422872
|
+
Object {
|
|
422873
|
+
"defaultMessage": "Text",
|
|
422874
|
+
"id": "creatives.containersV2.Whatsapp.mediaText",
|
|
422875
|
+
},
|
|
422876
|
+
],
|
|
422877
|
+
Array [
|
|
422878
|
+
Object {
|
|
422879
|
+
"defaultMessage": "Image",
|
|
422880
|
+
"id": "creatives.containersV2.Whatsapp.mediaImage",
|
|
422881
|
+
},
|
|
422882
|
+
],
|
|
422883
|
+
Array [
|
|
422884
|
+
Object {
|
|
422885
|
+
"defaultMessage": "Video",
|
|
422886
|
+
"id": "creatives.containersV2.Whatsapp.mediaVideo",
|
|
422887
|
+
},
|
|
422888
|
+
],
|
|
422889
|
+
Array [
|
|
422890
|
+
Object {
|
|
422891
|
+
"defaultMessage": "Document",
|
|
422892
|
+
"id": "creatives.containersV2.Whatsapp.mediaDocument",
|
|
422893
|
+
},
|
|
422894
|
+
],
|
|
422895
|
+
Array [
|
|
422896
|
+
Object {
|
|
422897
|
+
"defaultMessage": "None",
|
|
422898
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
422899
|
+
},
|
|
422900
|
+
],
|
|
422901
|
+
Array [
|
|
422902
|
+
Object {
|
|
422903
|
+
"defaultMessage": "Call to action",
|
|
422904
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeCTA",
|
|
422905
|
+
},
|
|
422906
|
+
],
|
|
422907
|
+
Array [
|
|
422908
|
+
Object {
|
|
422909
|
+
"defaultMessage": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
422910
|
+
"id": "creatives.containersV2.Whatsapp.ctaDesc",
|
|
422911
|
+
},
|
|
422912
|
+
],
|
|
422913
|
+
Array [
|
|
422914
|
+
Object {
|
|
422915
|
+
"defaultMessage": "Quick reply",
|
|
422916
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeQuickReply",
|
|
422917
|
+
},
|
|
422918
|
+
],
|
|
422919
|
+
Array [
|
|
422920
|
+
Object {
|
|
422921
|
+
"defaultMessage": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
422922
|
+
"id": "creatives.containersV2.Whatsapp.quickReplyDesc",
|
|
422923
|
+
},
|
|
422924
|
+
],
|
|
422925
|
+
Array [
|
|
422926
|
+
Object {
|
|
422927
|
+
"defaultMessage": "Template name",
|
|
422928
|
+
"id": "creatives.containersV2.templateNameLabel",
|
|
422929
|
+
},
|
|
422930
|
+
],
|
|
422931
|
+
Array [
|
|
422932
|
+
Object {
|
|
422933
|
+
"defaultMessage": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
422934
|
+
"id": "creatives.containersV2.Whatsapp.templateNameDesc",
|
|
422935
|
+
},
|
|
422936
|
+
],
|
|
422937
|
+
Array [
|
|
422938
|
+
Object {
|
|
422939
|
+
"defaultMessage": "Enter template name",
|
|
422940
|
+
"id": "creatives.containersV2.templateNamePlaceholder",
|
|
422941
|
+
},
|
|
422942
|
+
],
|
|
422943
|
+
Array [
|
|
422944
|
+
Object {
|
|
422945
|
+
"defaultMessage": "Template category",
|
|
422946
|
+
"id": "creatives.containersV2.Whatsapp.templateCategoryLabel",
|
|
422947
|
+
},
|
|
422948
|
+
],
|
|
422949
|
+
Array [
|
|
422950
|
+
Object {
|
|
422951
|
+
"defaultMessage": "Message language",
|
|
422952
|
+
"id": "creatives.containersV2.Whatsapp.messageLanguageLabel",
|
|
422953
|
+
},
|
|
422954
|
+
],
|
|
422955
|
+
Array [
|
|
422956
|
+
Object {
|
|
422957
|
+
"defaultMessage": "Media",
|
|
422958
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
422959
|
+
},
|
|
422960
|
+
],
|
|
422961
|
+
Array [
|
|
422962
|
+
Object {
|
|
422963
|
+
"defaultMessage": "Header",
|
|
422964
|
+
"id": "creatives.containersV2.Whatsapp.templateHeaderLabel",
|
|
422965
|
+
},
|
|
422966
|
+
],
|
|
422967
|
+
Array [
|
|
422968
|
+
Object {
|
|
422969
|
+
"defaultMessage": "(Optional)",
|
|
422970
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
422971
|
+
},
|
|
422972
|
+
],
|
|
422973
|
+
Array [
|
|
422974
|
+
Object {
|
|
422975
|
+
"defaultMessage": "Add variables",
|
|
422976
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
422977
|
+
},
|
|
422978
|
+
],
|
|
422979
|
+
Array [
|
|
422980
|
+
Object {
|
|
422981
|
+
"defaultMessage": "Enter message with variable",
|
|
422982
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
422983
|
+
},
|
|
422984
|
+
],
|
|
421443
422985
|
Array [
|
|
421444
422986
|
Object {
|
|
421445
422987
|
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
@@ -421458,17 +423000,137 @@ new message content.",
|
|
|
421458
423000
|
],
|
|
421459
423001
|
Array [
|
|
421460
423002
|
Object {
|
|
421461
|
-
"defaultMessage": "
|
|
421462
|
-
"id": "creatives.containersV2.Whatsapp.
|
|
423003
|
+
"defaultMessage": "Add variables",
|
|
423004
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
421463
423005
|
},
|
|
421464
423006
|
],
|
|
421465
423007
|
Array [
|
|
421466
423008
|
Object {
|
|
421467
|
-
"defaultMessage": "
|
|
421468
|
-
"id": "creatives.containersV2.Whatsapp.
|
|
421469
|
-
},
|
|
421470
|
-
|
|
421471
|
-
|
|
423009
|
+
"defaultMessage": "Enter message with variable",
|
|
423010
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
423011
|
+
},
|
|
423012
|
+
],
|
|
423013
|
+
Array [
|
|
423014
|
+
Object {
|
|
423015
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
423016
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
423017
|
+
},
|
|
423018
|
+
Object {
|
|
423019
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
423020
|
+
},
|
|
423021
|
+
],
|
|
423022
|
+
Array [
|
|
423023
|
+
Object {
|
|
423024
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
423025
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
423026
|
+
},
|
|
423027
|
+
Object {
|
|
423028
|
+
"currentLength": 0,
|
|
423029
|
+
"maxLength": 1024,
|
|
423030
|
+
},
|
|
423031
|
+
],
|
|
423032
|
+
Array [
|
|
423033
|
+
Object {
|
|
423034
|
+
"defaultMessage": "Footer",
|
|
423035
|
+
"id": "creatives.containersV2.Whatsapp.templateFooterLabel",
|
|
423036
|
+
},
|
|
423037
|
+
],
|
|
423038
|
+
Array [
|
|
423039
|
+
Object {
|
|
423040
|
+
"defaultMessage": "(Optional)",
|
|
423041
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
423042
|
+
},
|
|
423043
|
+
],
|
|
423044
|
+
Array [
|
|
423045
|
+
Object {
|
|
423046
|
+
"defaultMessage": "Enter message with variable",
|
|
423047
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
423048
|
+
},
|
|
423049
|
+
],
|
|
423050
|
+
Array [
|
|
423051
|
+
Object {
|
|
423052
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
423053
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
423054
|
+
},
|
|
423055
|
+
Object {
|
|
423056
|
+
"currentLength": 0,
|
|
423057
|
+
"maxLength": 60,
|
|
423058
|
+
},
|
|
423059
|
+
],
|
|
423060
|
+
Array [
|
|
423061
|
+
Object {
|
|
423062
|
+
"defaultMessage": "Buttons",
|
|
423063
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
423064
|
+
},
|
|
423065
|
+
],
|
|
423066
|
+
Array [
|
|
423067
|
+
Object {
|
|
423068
|
+
"defaultMessage": "(Optional)",
|
|
423069
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
423070
|
+
},
|
|
423071
|
+
],
|
|
423072
|
+
Array [
|
|
423073
|
+
Object {
|
|
423074
|
+
"defaultMessage": "These will be show clickable buttons below your message.",
|
|
423075
|
+
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
423076
|
+
},
|
|
423077
|
+
],
|
|
423078
|
+
Array [
|
|
423079
|
+
Object {
|
|
423080
|
+
"defaultMessage": "Media",
|
|
423081
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
423082
|
+
},
|
|
423083
|
+
],
|
|
423084
|
+
Array [
|
|
423085
|
+
Object {
|
|
423086
|
+
"defaultMessage": "Header",
|
|
423087
|
+
"id": "creatives.containersV2.Whatsapp.templateHeaderLabel",
|
|
423088
|
+
},
|
|
423089
|
+
],
|
|
423090
|
+
Array [
|
|
423091
|
+
Object {
|
|
423092
|
+
"defaultMessage": "awaiting for approval",
|
|
423093
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltipStatus",
|
|
423094
|
+
},
|
|
423095
|
+
],
|
|
423096
|
+
Array [
|
|
423097
|
+
Object {
|
|
423098
|
+
"defaultMessage": "This template is non-editable as this is {status}",
|
|
423099
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltip",
|
|
423100
|
+
},
|
|
423101
|
+
Object {
|
|
423102
|
+
"status": undefined,
|
|
423103
|
+
},
|
|
423104
|
+
],
|
|
423105
|
+
Array [
|
|
423106
|
+
Object {
|
|
423107
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
423108
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
423109
|
+
},
|
|
423110
|
+
Object {
|
|
423111
|
+
"currentLength": 8,
|
|
423112
|
+
"maxLength": 60,
|
|
423113
|
+
},
|
|
423114
|
+
],
|
|
423115
|
+
Array [
|
|
423116
|
+
Object {
|
|
423117
|
+
"defaultMessage": "Message",
|
|
423118
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
423119
|
+
},
|
|
423120
|
+
],
|
|
423121
|
+
Array [
|
|
423122
|
+
Object {
|
|
423123
|
+
"defaultMessage": "awaiting for approval",
|
|
423124
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltipStatus",
|
|
423125
|
+
},
|
|
423126
|
+
],
|
|
423127
|
+
Array [
|
|
423128
|
+
Object {
|
|
423129
|
+
"defaultMessage": "This template is non-editable as this is {status}",
|
|
423130
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltip",
|
|
423131
|
+
},
|
|
423132
|
+
Object {
|
|
423133
|
+
"status": undefined,
|
|
421472
423134
|
},
|
|
421473
423135
|
],
|
|
421474
423136
|
Array [
|
|
@@ -424568,6 +426230,186 @@ new message content.",
|
|
|
424568
426230
|
"type": "return",
|
|
424569
426231
|
"value": undefined,
|
|
424570
426232
|
},
|
|
426233
|
+
Object {
|
|
426234
|
+
"type": "return",
|
|
426235
|
+
"value": undefined,
|
|
426236
|
+
},
|
|
426237
|
+
Object {
|
|
426238
|
+
"type": "return",
|
|
426239
|
+
"value": undefined,
|
|
426240
|
+
},
|
|
426241
|
+
Object {
|
|
426242
|
+
"type": "return",
|
|
426243
|
+
"value": undefined,
|
|
426244
|
+
},
|
|
426245
|
+
Object {
|
|
426246
|
+
"type": "return",
|
|
426247
|
+
"value": undefined,
|
|
426248
|
+
},
|
|
426249
|
+
Object {
|
|
426250
|
+
"type": "return",
|
|
426251
|
+
"value": undefined,
|
|
426252
|
+
},
|
|
426253
|
+
Object {
|
|
426254
|
+
"type": "return",
|
|
426255
|
+
"value": undefined,
|
|
426256
|
+
},
|
|
426257
|
+
Object {
|
|
426258
|
+
"type": "return",
|
|
426259
|
+
"value": undefined,
|
|
426260
|
+
},
|
|
426261
|
+
Object {
|
|
426262
|
+
"type": "return",
|
|
426263
|
+
"value": undefined,
|
|
426264
|
+
},
|
|
426265
|
+
Object {
|
|
426266
|
+
"type": "return",
|
|
426267
|
+
"value": undefined,
|
|
426268
|
+
},
|
|
426269
|
+
Object {
|
|
426270
|
+
"type": "return",
|
|
426271
|
+
"value": undefined,
|
|
426272
|
+
},
|
|
426273
|
+
Object {
|
|
426274
|
+
"type": "return",
|
|
426275
|
+
"value": undefined,
|
|
426276
|
+
},
|
|
426277
|
+
Object {
|
|
426278
|
+
"type": "return",
|
|
426279
|
+
"value": undefined,
|
|
426280
|
+
},
|
|
426281
|
+
Object {
|
|
426282
|
+
"type": "return",
|
|
426283
|
+
"value": undefined,
|
|
426284
|
+
},
|
|
426285
|
+
Object {
|
|
426286
|
+
"type": "return",
|
|
426287
|
+
"value": undefined,
|
|
426288
|
+
},
|
|
426289
|
+
Object {
|
|
426290
|
+
"type": "return",
|
|
426291
|
+
"value": undefined,
|
|
426292
|
+
},
|
|
426293
|
+
Object {
|
|
426294
|
+
"type": "return",
|
|
426295
|
+
"value": undefined,
|
|
426296
|
+
},
|
|
426297
|
+
Object {
|
|
426298
|
+
"type": "return",
|
|
426299
|
+
"value": undefined,
|
|
426300
|
+
},
|
|
426301
|
+
Object {
|
|
426302
|
+
"type": "return",
|
|
426303
|
+
"value": undefined,
|
|
426304
|
+
},
|
|
426305
|
+
Object {
|
|
426306
|
+
"type": "return",
|
|
426307
|
+
"value": undefined,
|
|
426308
|
+
},
|
|
426309
|
+
Object {
|
|
426310
|
+
"type": "return",
|
|
426311
|
+
"value": undefined,
|
|
426312
|
+
},
|
|
426313
|
+
Object {
|
|
426314
|
+
"type": "return",
|
|
426315
|
+
"value": undefined,
|
|
426316
|
+
},
|
|
426317
|
+
Object {
|
|
426318
|
+
"type": "return",
|
|
426319
|
+
"value": undefined,
|
|
426320
|
+
},
|
|
426321
|
+
Object {
|
|
426322
|
+
"type": "return",
|
|
426323
|
+
"value": undefined,
|
|
426324
|
+
},
|
|
426325
|
+
Object {
|
|
426326
|
+
"type": "return",
|
|
426327
|
+
"value": undefined,
|
|
426328
|
+
},
|
|
426329
|
+
Object {
|
|
426330
|
+
"type": "return",
|
|
426331
|
+
"value": undefined,
|
|
426332
|
+
},
|
|
426333
|
+
Object {
|
|
426334
|
+
"type": "return",
|
|
426335
|
+
"value": undefined,
|
|
426336
|
+
},
|
|
426337
|
+
Object {
|
|
426338
|
+
"type": "return",
|
|
426339
|
+
"value": undefined,
|
|
426340
|
+
},
|
|
426341
|
+
Object {
|
|
426342
|
+
"type": "return",
|
|
426343
|
+
"value": undefined,
|
|
426344
|
+
},
|
|
426345
|
+
Object {
|
|
426346
|
+
"type": "return",
|
|
426347
|
+
"value": undefined,
|
|
426348
|
+
},
|
|
426349
|
+
Object {
|
|
426350
|
+
"type": "return",
|
|
426351
|
+
"value": undefined,
|
|
426352
|
+
},
|
|
426353
|
+
Object {
|
|
426354
|
+
"type": "return",
|
|
426355
|
+
"value": undefined,
|
|
426356
|
+
},
|
|
426357
|
+
Object {
|
|
426358
|
+
"type": "return",
|
|
426359
|
+
"value": undefined,
|
|
426360
|
+
},
|
|
426361
|
+
Object {
|
|
426362
|
+
"type": "return",
|
|
426363
|
+
"value": undefined,
|
|
426364
|
+
},
|
|
426365
|
+
Object {
|
|
426366
|
+
"type": "return",
|
|
426367
|
+
"value": undefined,
|
|
426368
|
+
},
|
|
426369
|
+
Object {
|
|
426370
|
+
"type": "return",
|
|
426371
|
+
"value": undefined,
|
|
426372
|
+
},
|
|
426373
|
+
Object {
|
|
426374
|
+
"type": "return",
|
|
426375
|
+
"value": undefined,
|
|
426376
|
+
},
|
|
426377
|
+
Object {
|
|
426378
|
+
"type": "return",
|
|
426379
|
+
"value": undefined,
|
|
426380
|
+
},
|
|
426381
|
+
Object {
|
|
426382
|
+
"type": "return",
|
|
426383
|
+
"value": undefined,
|
|
426384
|
+
},
|
|
426385
|
+
Object {
|
|
426386
|
+
"type": "return",
|
|
426387
|
+
"value": undefined,
|
|
426388
|
+
},
|
|
426389
|
+
Object {
|
|
426390
|
+
"type": "return",
|
|
426391
|
+
"value": undefined,
|
|
426392
|
+
},
|
|
426393
|
+
Object {
|
|
426394
|
+
"type": "return",
|
|
426395
|
+
"value": undefined,
|
|
426396
|
+
},
|
|
426397
|
+
Object {
|
|
426398
|
+
"type": "return",
|
|
426399
|
+
"value": undefined,
|
|
426400
|
+
},
|
|
426401
|
+
Object {
|
|
426402
|
+
"type": "return",
|
|
426403
|
+
"value": undefined,
|
|
426404
|
+
},
|
|
426405
|
+
Object {
|
|
426406
|
+
"type": "return",
|
|
426407
|
+
"value": undefined,
|
|
426408
|
+
},
|
|
426409
|
+
Object {
|
|
426410
|
+
"type": "return",
|
|
426411
|
+
"value": undefined,
|
|
426412
|
+
},
|
|
424571
426413
|
],
|
|
424572
426414
|
},
|
|
424573
426415
|
}
|
|
@@ -430411,11 +432253,14 @@ new message content.",
|
|
|
430411
432253
|
inline={false}
|
|
430412
432254
|
size="large"
|
|
430413
432255
|
suffix={
|
|
430414
|
-
<
|
|
430415
|
-
|
|
430416
|
-
|
|
430417
|
-
|
|
430418
|
-
|
|
432256
|
+
<React.Fragment>
|
|
432257
|
+
<CapButton
|
|
432258
|
+
data-testid="suffix-button"
|
|
432259
|
+
isAddBtn={true}
|
|
432260
|
+
onClick={[Function]}
|
|
432261
|
+
type="flat"
|
|
432262
|
+
/>
|
|
432263
|
+
</React.Fragment>
|
|
430419
432264
|
}
|
|
430420
432265
|
title={
|
|
430421
432266
|
<CapHeading
|
|
@@ -431162,6 +433007,7 @@ new message content.",
|
|
|
431162
433007
|
</CapHeading>
|
|
431163
433008
|
</div>
|
|
431164
433009
|
<CapButton
|
|
433010
|
+
data-testid="suffix-button"
|
|
431165
433011
|
isAddBtn={true}
|
|
431166
433012
|
onClick={[Function]}
|
|
431167
433013
|
type="flat"
|
|
@@ -431169,6 +433015,7 @@ new message content.",
|
|
|
431169
433015
|
<Button
|
|
431170
433016
|
block={false}
|
|
431171
433017
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
433018
|
+
data-testid="suffix-button"
|
|
431172
433019
|
ghost={false}
|
|
431173
433020
|
htmlType="button"
|
|
431174
433021
|
loading={false}
|
|
@@ -431178,6 +433025,7 @@ new message content.",
|
|
|
431178
433025
|
<Wave>
|
|
431179
433026
|
<button
|
|
431180
433027
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
433028
|
+
data-testid="suffix-button"
|
|
431181
433029
|
onClick={[Function]}
|
|
431182
433030
|
type="button"
|
|
431183
433031
|
>
|
|
@@ -442964,6 +444812,301 @@ undefined",
|
|
|
442964
444812
|
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
442965
444813
|
},
|
|
442966
444814
|
],
|
|
444815
|
+
Array [
|
|
444816
|
+
Object {
|
|
444817
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
444818
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
444819
|
+
},
|
|
444820
|
+
Object {
|
|
444821
|
+
"currentLength": 0,
|
|
444822
|
+
"maxLength": 60,
|
|
444823
|
+
},
|
|
444824
|
+
],
|
|
444825
|
+
Array [
|
|
444826
|
+
Object {
|
|
444827
|
+
"defaultMessage": "Message",
|
|
444828
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
444829
|
+
},
|
|
444830
|
+
],
|
|
444831
|
+
Array [
|
|
444832
|
+
Object {
|
|
444833
|
+
"defaultMessage": "Add variables",
|
|
444834
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
444835
|
+
},
|
|
444836
|
+
],
|
|
444837
|
+
Array [
|
|
444838
|
+
Object {
|
|
444839
|
+
"defaultMessage": "Enter message with variable",
|
|
444840
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
444841
|
+
},
|
|
444842
|
+
],
|
|
444843
|
+
Array [
|
|
444844
|
+
Object {
|
|
444845
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
444846
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
444847
|
+
},
|
|
444848
|
+
Object {
|
|
444849
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
444850
|
+
},
|
|
444851
|
+
],
|
|
444852
|
+
Array [
|
|
444853
|
+
Object {
|
|
444854
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
444855
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
444856
|
+
},
|
|
444857
|
+
Object {
|
|
444858
|
+
"currentLength": 0,
|
|
444859
|
+
"maxLength": 1024,
|
|
444860
|
+
},
|
|
444861
|
+
],
|
|
444862
|
+
Array [
|
|
444863
|
+
Object {
|
|
444864
|
+
"defaultMessage": "Footer",
|
|
444865
|
+
"id": "creatives.containersV2.Whatsapp.templateFooterLabel",
|
|
444866
|
+
},
|
|
444867
|
+
],
|
|
444868
|
+
Array [
|
|
444869
|
+
Object {
|
|
444870
|
+
"defaultMessage": "(Optional)",
|
|
444871
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
444872
|
+
},
|
|
444873
|
+
],
|
|
444874
|
+
Array [
|
|
444875
|
+
Object {
|
|
444876
|
+
"defaultMessage": "Enter message with variable",
|
|
444877
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
444878
|
+
},
|
|
444879
|
+
],
|
|
444880
|
+
Array [
|
|
444881
|
+
Object {
|
|
444882
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
444883
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
444884
|
+
},
|
|
444885
|
+
Object {
|
|
444886
|
+
"currentLength": 0,
|
|
444887
|
+
"maxLength": 60,
|
|
444888
|
+
},
|
|
444889
|
+
],
|
|
444890
|
+
Array [
|
|
444891
|
+
Object {
|
|
444892
|
+
"defaultMessage": "Buttons",
|
|
444893
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
444894
|
+
},
|
|
444895
|
+
],
|
|
444896
|
+
Array [
|
|
444897
|
+
Object {
|
|
444898
|
+
"defaultMessage": "(Optional)",
|
|
444899
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
444900
|
+
},
|
|
444901
|
+
],
|
|
444902
|
+
Array [
|
|
444903
|
+
Object {
|
|
444904
|
+
"defaultMessage": "These will be show clickable buttons below your message.",
|
|
444905
|
+
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
444906
|
+
},
|
|
444907
|
+
],
|
|
444908
|
+
Array [
|
|
444909
|
+
Object {
|
|
444910
|
+
"defaultMessage": "Media",
|
|
444911
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
444912
|
+
},
|
|
444913
|
+
],
|
|
444914
|
+
Array [
|
|
444915
|
+
Object {
|
|
444916
|
+
"defaultMessage": "Message",
|
|
444917
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
444918
|
+
},
|
|
444919
|
+
],
|
|
444920
|
+
Array [
|
|
444921
|
+
Object {
|
|
444922
|
+
"defaultMessage": "awaiting for approval",
|
|
444923
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltipStatus",
|
|
444924
|
+
},
|
|
444925
|
+
],
|
|
444926
|
+
Array [
|
|
444927
|
+
Object {
|
|
444928
|
+
"defaultMessage": "This template is non-editable as this is {status}",
|
|
444929
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltip",
|
|
444930
|
+
},
|
|
444931
|
+
Object {
|
|
444932
|
+
"status": undefined,
|
|
444933
|
+
},
|
|
444934
|
+
],
|
|
444935
|
+
Array [
|
|
444936
|
+
Object {
|
|
444937
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
444938
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
444939
|
+
},
|
|
444940
|
+
Object {
|
|
444941
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
444942
|
+
},
|
|
444943
|
+
],
|
|
444944
|
+
Array [
|
|
444945
|
+
Object {
|
|
444946
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
444947
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
444948
|
+
},
|
|
444949
|
+
Object {
|
|
444950
|
+
"currentLength": 0,
|
|
444951
|
+
"maxLength": 1024,
|
|
444952
|
+
},
|
|
444953
|
+
],
|
|
444954
|
+
Array [
|
|
444955
|
+
Object {
|
|
444956
|
+
"defaultMessage": "Buttons",
|
|
444957
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
444958
|
+
},
|
|
444959
|
+
],
|
|
444960
|
+
Array [
|
|
444961
|
+
Object {
|
|
444962
|
+
"defaultMessage": "None",
|
|
444963
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
444964
|
+
},
|
|
444965
|
+
],
|
|
444966
|
+
Array [
|
|
444967
|
+
Object {
|
|
444968
|
+
"defaultMessage": "Select",
|
|
444969
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
444970
|
+
},
|
|
444971
|
+
],
|
|
444972
|
+
Array [
|
|
444973
|
+
Object {
|
|
444974
|
+
"defaultMessage": "Please add all mandatory fields to proceed further",
|
|
444975
|
+
"id": "creatives.containersV2.Whatsapp.btnDisabledTooltip",
|
|
444976
|
+
},
|
|
444977
|
+
],
|
|
444978
|
+
Array [
|
|
444979
|
+
Object {
|
|
444980
|
+
"defaultMessage": "Select",
|
|
444981
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
444982
|
+
},
|
|
444983
|
+
],
|
|
444984
|
+
Array [
|
|
444985
|
+
Object {
|
|
444986
|
+
"defaultMessage": "Select",
|
|
444987
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
444988
|
+
},
|
|
444989
|
+
],
|
|
444990
|
+
Array [
|
|
444991
|
+
Object {
|
|
444992
|
+
"defaultMessage": "Select",
|
|
444993
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
444994
|
+
},
|
|
444995
|
+
],
|
|
444996
|
+
Array [
|
|
444997
|
+
Object {
|
|
444998
|
+
"defaultMessage": "Text",
|
|
444999
|
+
"id": "creatives.containersV2.Whatsapp.mediaText",
|
|
445000
|
+
},
|
|
445001
|
+
],
|
|
445002
|
+
Array [
|
|
445003
|
+
Object {
|
|
445004
|
+
"defaultMessage": "Image",
|
|
445005
|
+
"id": "creatives.containersV2.Whatsapp.mediaImage",
|
|
445006
|
+
},
|
|
445007
|
+
],
|
|
445008
|
+
Array [
|
|
445009
|
+
Object {
|
|
445010
|
+
"defaultMessage": "Video",
|
|
445011
|
+
"id": "creatives.containersV2.Whatsapp.mediaVideo",
|
|
445012
|
+
},
|
|
445013
|
+
],
|
|
445014
|
+
Array [
|
|
445015
|
+
Object {
|
|
445016
|
+
"defaultMessage": "Document",
|
|
445017
|
+
"id": "creatives.containersV2.Whatsapp.mediaDocument",
|
|
445018
|
+
},
|
|
445019
|
+
],
|
|
445020
|
+
Array [
|
|
445021
|
+
Object {
|
|
445022
|
+
"defaultMessage": "None",
|
|
445023
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
445024
|
+
},
|
|
445025
|
+
],
|
|
445026
|
+
Array [
|
|
445027
|
+
Object {
|
|
445028
|
+
"defaultMessage": "Call to action",
|
|
445029
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeCTA",
|
|
445030
|
+
},
|
|
445031
|
+
],
|
|
445032
|
+
Array [
|
|
445033
|
+
Object {
|
|
445034
|
+
"defaultMessage": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
445035
|
+
"id": "creatives.containersV2.Whatsapp.ctaDesc",
|
|
445036
|
+
},
|
|
445037
|
+
],
|
|
445038
|
+
Array [
|
|
445039
|
+
Object {
|
|
445040
|
+
"defaultMessage": "Quick reply",
|
|
445041
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeQuickReply",
|
|
445042
|
+
},
|
|
445043
|
+
],
|
|
445044
|
+
Array [
|
|
445045
|
+
Object {
|
|
445046
|
+
"defaultMessage": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
445047
|
+
"id": "creatives.containersV2.Whatsapp.quickReplyDesc",
|
|
445048
|
+
},
|
|
445049
|
+
],
|
|
445050
|
+
Array [
|
|
445051
|
+
Object {
|
|
445052
|
+
"defaultMessage": "Template name",
|
|
445053
|
+
"id": "creatives.containersV2.templateNameLabel",
|
|
445054
|
+
},
|
|
445055
|
+
],
|
|
445056
|
+
Array [
|
|
445057
|
+
Object {
|
|
445058
|
+
"defaultMessage": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
445059
|
+
"id": "creatives.containersV2.Whatsapp.templateNameDesc",
|
|
445060
|
+
},
|
|
445061
|
+
],
|
|
445062
|
+
Array [
|
|
445063
|
+
Object {
|
|
445064
|
+
"defaultMessage": "Enter template name",
|
|
445065
|
+
"id": "creatives.containersV2.templateNamePlaceholder",
|
|
445066
|
+
},
|
|
445067
|
+
],
|
|
445068
|
+
Array [
|
|
445069
|
+
Object {
|
|
445070
|
+
"defaultMessage": "Template category",
|
|
445071
|
+
"id": "creatives.containersV2.Whatsapp.templateCategoryLabel",
|
|
445072
|
+
},
|
|
445073
|
+
],
|
|
445074
|
+
Array [
|
|
445075
|
+
Object {
|
|
445076
|
+
"defaultMessage": "Message language",
|
|
445077
|
+
"id": "creatives.containersV2.Whatsapp.messageLanguageLabel",
|
|
445078
|
+
},
|
|
445079
|
+
],
|
|
445080
|
+
Array [
|
|
445081
|
+
Object {
|
|
445082
|
+
"defaultMessage": "Media",
|
|
445083
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
445084
|
+
},
|
|
445085
|
+
],
|
|
445086
|
+
Array [
|
|
445087
|
+
Object {
|
|
445088
|
+
"defaultMessage": "Header",
|
|
445089
|
+
"id": "creatives.containersV2.Whatsapp.templateHeaderLabel",
|
|
445090
|
+
},
|
|
445091
|
+
],
|
|
445092
|
+
Array [
|
|
445093
|
+
Object {
|
|
445094
|
+
"defaultMessage": "(Optional)",
|
|
445095
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
445096
|
+
},
|
|
445097
|
+
],
|
|
445098
|
+
Array [
|
|
445099
|
+
Object {
|
|
445100
|
+
"defaultMessage": "Add variables",
|
|
445101
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
445102
|
+
},
|
|
445103
|
+
],
|
|
445104
|
+
Array [
|
|
445105
|
+
Object {
|
|
445106
|
+
"defaultMessage": "Enter message with variable",
|
|
445107
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
445108
|
+
},
|
|
445109
|
+
],
|
|
442967
445110
|
Array [
|
|
442968
445111
|
Object {
|
|
442969
445112
|
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
@@ -446770,6 +448913,186 @@ undefined",
|
|
|
446770
448913
|
"type": "return",
|
|
446771
448914
|
"value": undefined,
|
|
446772
448915
|
},
|
|
448916
|
+
Object {
|
|
448917
|
+
"type": "return",
|
|
448918
|
+
"value": undefined,
|
|
448919
|
+
},
|
|
448920
|
+
Object {
|
|
448921
|
+
"type": "return",
|
|
448922
|
+
"value": undefined,
|
|
448923
|
+
},
|
|
448924
|
+
Object {
|
|
448925
|
+
"type": "return",
|
|
448926
|
+
"value": undefined,
|
|
448927
|
+
},
|
|
448928
|
+
Object {
|
|
448929
|
+
"type": "return",
|
|
448930
|
+
"value": undefined,
|
|
448931
|
+
},
|
|
448932
|
+
Object {
|
|
448933
|
+
"type": "return",
|
|
448934
|
+
"value": undefined,
|
|
448935
|
+
},
|
|
448936
|
+
Object {
|
|
448937
|
+
"type": "return",
|
|
448938
|
+
"value": undefined,
|
|
448939
|
+
},
|
|
448940
|
+
Object {
|
|
448941
|
+
"type": "return",
|
|
448942
|
+
"value": undefined,
|
|
448943
|
+
},
|
|
448944
|
+
Object {
|
|
448945
|
+
"type": "return",
|
|
448946
|
+
"value": undefined,
|
|
448947
|
+
},
|
|
448948
|
+
Object {
|
|
448949
|
+
"type": "return",
|
|
448950
|
+
"value": undefined,
|
|
448951
|
+
},
|
|
448952
|
+
Object {
|
|
448953
|
+
"type": "return",
|
|
448954
|
+
"value": undefined,
|
|
448955
|
+
},
|
|
448956
|
+
Object {
|
|
448957
|
+
"type": "return",
|
|
448958
|
+
"value": undefined,
|
|
448959
|
+
},
|
|
448960
|
+
Object {
|
|
448961
|
+
"type": "return",
|
|
448962
|
+
"value": undefined,
|
|
448963
|
+
},
|
|
448964
|
+
Object {
|
|
448965
|
+
"type": "return",
|
|
448966
|
+
"value": undefined,
|
|
448967
|
+
},
|
|
448968
|
+
Object {
|
|
448969
|
+
"type": "return",
|
|
448970
|
+
"value": undefined,
|
|
448971
|
+
},
|
|
448972
|
+
Object {
|
|
448973
|
+
"type": "return",
|
|
448974
|
+
"value": undefined,
|
|
448975
|
+
},
|
|
448976
|
+
Object {
|
|
448977
|
+
"type": "return",
|
|
448978
|
+
"value": undefined,
|
|
448979
|
+
},
|
|
448980
|
+
Object {
|
|
448981
|
+
"type": "return",
|
|
448982
|
+
"value": undefined,
|
|
448983
|
+
},
|
|
448984
|
+
Object {
|
|
448985
|
+
"type": "return",
|
|
448986
|
+
"value": undefined,
|
|
448987
|
+
},
|
|
448988
|
+
Object {
|
|
448989
|
+
"type": "return",
|
|
448990
|
+
"value": undefined,
|
|
448991
|
+
},
|
|
448992
|
+
Object {
|
|
448993
|
+
"type": "return",
|
|
448994
|
+
"value": undefined,
|
|
448995
|
+
},
|
|
448996
|
+
Object {
|
|
448997
|
+
"type": "return",
|
|
448998
|
+
"value": undefined,
|
|
448999
|
+
},
|
|
449000
|
+
Object {
|
|
449001
|
+
"type": "return",
|
|
449002
|
+
"value": undefined,
|
|
449003
|
+
},
|
|
449004
|
+
Object {
|
|
449005
|
+
"type": "return",
|
|
449006
|
+
"value": undefined,
|
|
449007
|
+
},
|
|
449008
|
+
Object {
|
|
449009
|
+
"type": "return",
|
|
449010
|
+
"value": undefined,
|
|
449011
|
+
},
|
|
449012
|
+
Object {
|
|
449013
|
+
"type": "return",
|
|
449014
|
+
"value": undefined,
|
|
449015
|
+
},
|
|
449016
|
+
Object {
|
|
449017
|
+
"type": "return",
|
|
449018
|
+
"value": undefined,
|
|
449019
|
+
},
|
|
449020
|
+
Object {
|
|
449021
|
+
"type": "return",
|
|
449022
|
+
"value": undefined,
|
|
449023
|
+
},
|
|
449024
|
+
Object {
|
|
449025
|
+
"type": "return",
|
|
449026
|
+
"value": undefined,
|
|
449027
|
+
},
|
|
449028
|
+
Object {
|
|
449029
|
+
"type": "return",
|
|
449030
|
+
"value": undefined,
|
|
449031
|
+
},
|
|
449032
|
+
Object {
|
|
449033
|
+
"type": "return",
|
|
449034
|
+
"value": undefined,
|
|
449035
|
+
},
|
|
449036
|
+
Object {
|
|
449037
|
+
"type": "return",
|
|
449038
|
+
"value": undefined,
|
|
449039
|
+
},
|
|
449040
|
+
Object {
|
|
449041
|
+
"type": "return",
|
|
449042
|
+
"value": undefined,
|
|
449043
|
+
},
|
|
449044
|
+
Object {
|
|
449045
|
+
"type": "return",
|
|
449046
|
+
"value": undefined,
|
|
449047
|
+
},
|
|
449048
|
+
Object {
|
|
449049
|
+
"type": "return",
|
|
449050
|
+
"value": undefined,
|
|
449051
|
+
},
|
|
449052
|
+
Object {
|
|
449053
|
+
"type": "return",
|
|
449054
|
+
"value": undefined,
|
|
449055
|
+
},
|
|
449056
|
+
Object {
|
|
449057
|
+
"type": "return",
|
|
449058
|
+
"value": undefined,
|
|
449059
|
+
},
|
|
449060
|
+
Object {
|
|
449061
|
+
"type": "return",
|
|
449062
|
+
"value": undefined,
|
|
449063
|
+
},
|
|
449064
|
+
Object {
|
|
449065
|
+
"type": "return",
|
|
449066
|
+
"value": undefined,
|
|
449067
|
+
},
|
|
449068
|
+
Object {
|
|
449069
|
+
"type": "return",
|
|
449070
|
+
"value": undefined,
|
|
449071
|
+
},
|
|
449072
|
+
Object {
|
|
449073
|
+
"type": "return",
|
|
449074
|
+
"value": undefined,
|
|
449075
|
+
},
|
|
449076
|
+
Object {
|
|
449077
|
+
"type": "return",
|
|
449078
|
+
"value": undefined,
|
|
449079
|
+
},
|
|
449080
|
+
Object {
|
|
449081
|
+
"type": "return",
|
|
449082
|
+
"value": undefined,
|
|
449083
|
+
},
|
|
449084
|
+
Object {
|
|
449085
|
+
"type": "return",
|
|
449086
|
+
"value": undefined,
|
|
449087
|
+
},
|
|
449088
|
+
Object {
|
|
449089
|
+
"type": "return",
|
|
449090
|
+
"value": undefined,
|
|
449091
|
+
},
|
|
449092
|
+
Object {
|
|
449093
|
+
"type": "return",
|
|
449094
|
+
"value": undefined,
|
|
449095
|
+
},
|
|
446773
449096
|
],
|
|
446774
449097
|
},
|
|
446775
449098
|
}
|
|
@@ -452625,11 +454948,14 @@ undefined",
|
|
|
452625
454948
|
inline={false}
|
|
452626
454949
|
size="large"
|
|
452627
454950
|
suffix={
|
|
452628
|
-
<
|
|
452629
|
-
|
|
452630
|
-
|
|
452631
|
-
|
|
452632
|
-
|
|
454951
|
+
<React.Fragment>
|
|
454952
|
+
<CapButton
|
|
454953
|
+
data-testid="suffix-button"
|
|
454954
|
+
isAddBtn={true}
|
|
454955
|
+
onClick={[Function]}
|
|
454956
|
+
type="flat"
|
|
454957
|
+
/>
|
|
454958
|
+
</React.Fragment>
|
|
452633
454959
|
}
|
|
452634
454960
|
title={
|
|
452635
454961
|
<CapHeading
|
|
@@ -453376,6 +455702,7 @@ undefined",
|
|
|
453376
455702
|
</CapHeading>
|
|
453377
455703
|
</div>
|
|
453378
455704
|
<CapButton
|
|
455705
|
+
data-testid="suffix-button"
|
|
453379
455706
|
isAddBtn={true}
|
|
453380
455707
|
onClick={[Function]}
|
|
453381
455708
|
type="flat"
|
|
@@ -453383,6 +455710,7 @@ undefined",
|
|
|
453383
455710
|
<Button
|
|
453384
455711
|
block={false}
|
|
453385
455712
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
455713
|
+
data-testid="suffix-button"
|
|
453386
455714
|
ghost={false}
|
|
453387
455715
|
htmlType="button"
|
|
453388
455716
|
loading={false}
|
|
@@ -453392,6 +455720,7 @@ undefined",
|
|
|
453392
455720
|
<Wave>
|
|
453393
455721
|
<button
|
|
453394
455722
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
455723
|
+
data-testid="suffix-button"
|
|
453395
455724
|
onClick={[Function]}
|
|
453396
455725
|
type="button"
|
|
453397
455726
|
>
|
|
@@ -466243,6 +468572,301 @@ undefined",
|
|
|
466243
468572
|
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
466244
468573
|
},
|
|
466245
468574
|
],
|
|
468575
|
+
Array [
|
|
468576
|
+
Object {
|
|
468577
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
468578
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
468579
|
+
},
|
|
468580
|
+
Object {
|
|
468581
|
+
"currentLength": 0,
|
|
468582
|
+
"maxLength": 60,
|
|
468583
|
+
},
|
|
468584
|
+
],
|
|
468585
|
+
Array [
|
|
468586
|
+
Object {
|
|
468587
|
+
"defaultMessage": "Message",
|
|
468588
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
468589
|
+
},
|
|
468590
|
+
],
|
|
468591
|
+
Array [
|
|
468592
|
+
Object {
|
|
468593
|
+
"defaultMessage": "Add variables",
|
|
468594
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
468595
|
+
},
|
|
468596
|
+
],
|
|
468597
|
+
Array [
|
|
468598
|
+
Object {
|
|
468599
|
+
"defaultMessage": "Enter message with variable",
|
|
468600
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
468601
|
+
},
|
|
468602
|
+
],
|
|
468603
|
+
Array [
|
|
468604
|
+
Object {
|
|
468605
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
468606
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
468607
|
+
},
|
|
468608
|
+
Object {
|
|
468609
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
468610
|
+
},
|
|
468611
|
+
],
|
|
468612
|
+
Array [
|
|
468613
|
+
Object {
|
|
468614
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
468615
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
468616
|
+
},
|
|
468617
|
+
Object {
|
|
468618
|
+
"currentLength": 0,
|
|
468619
|
+
"maxLength": 1024,
|
|
468620
|
+
},
|
|
468621
|
+
],
|
|
468622
|
+
Array [
|
|
468623
|
+
Object {
|
|
468624
|
+
"defaultMessage": "Footer",
|
|
468625
|
+
"id": "creatives.containersV2.Whatsapp.templateFooterLabel",
|
|
468626
|
+
},
|
|
468627
|
+
],
|
|
468628
|
+
Array [
|
|
468629
|
+
Object {
|
|
468630
|
+
"defaultMessage": "(Optional)",
|
|
468631
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
468632
|
+
},
|
|
468633
|
+
],
|
|
468634
|
+
Array [
|
|
468635
|
+
Object {
|
|
468636
|
+
"defaultMessage": "Enter message with variable",
|
|
468637
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
468638
|
+
},
|
|
468639
|
+
],
|
|
468640
|
+
Array [
|
|
468641
|
+
Object {
|
|
468642
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
468643
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
468644
|
+
},
|
|
468645
|
+
Object {
|
|
468646
|
+
"currentLength": 0,
|
|
468647
|
+
"maxLength": 60,
|
|
468648
|
+
},
|
|
468649
|
+
],
|
|
468650
|
+
Array [
|
|
468651
|
+
Object {
|
|
468652
|
+
"defaultMessage": "Buttons",
|
|
468653
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
468654
|
+
},
|
|
468655
|
+
],
|
|
468656
|
+
Array [
|
|
468657
|
+
Object {
|
|
468658
|
+
"defaultMessage": "(Optional)",
|
|
468659
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
468660
|
+
},
|
|
468661
|
+
],
|
|
468662
|
+
Array [
|
|
468663
|
+
Object {
|
|
468664
|
+
"defaultMessage": "These will be show clickable buttons below your message.",
|
|
468665
|
+
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
468666
|
+
},
|
|
468667
|
+
],
|
|
468668
|
+
Array [
|
|
468669
|
+
Object {
|
|
468670
|
+
"defaultMessage": "Media",
|
|
468671
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
468672
|
+
},
|
|
468673
|
+
],
|
|
468674
|
+
Array [
|
|
468675
|
+
Object {
|
|
468676
|
+
"defaultMessage": "Message",
|
|
468677
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLabel",
|
|
468678
|
+
},
|
|
468679
|
+
],
|
|
468680
|
+
Array [
|
|
468681
|
+
Object {
|
|
468682
|
+
"defaultMessage": "awaiting for approval",
|
|
468683
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltipStatus",
|
|
468684
|
+
},
|
|
468685
|
+
],
|
|
468686
|
+
Array [
|
|
468687
|
+
Object {
|
|
468688
|
+
"defaultMessage": "This template is non-editable as this is {status}",
|
|
468689
|
+
"id": "creatives.containersV2.Whatsapp.disabledEditTooltip",
|
|
468690
|
+
},
|
|
468691
|
+
Object {
|
|
468692
|
+
"status": undefined,
|
|
468693
|
+
},
|
|
468694
|
+
],
|
|
468695
|
+
Array [
|
|
468696
|
+
Object {
|
|
468697
|
+
"defaultMessage": "Click {unsubscribe} to unsubscribe",
|
|
468698
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageUnsubscribeText",
|
|
468699
|
+
},
|
|
468700
|
+
Object {
|
|
468701
|
+
"unsubscribe": "{{unsubscribe}}",
|
|
468702
|
+
},
|
|
468703
|
+
],
|
|
468704
|
+
Array [
|
|
468705
|
+
Object {
|
|
468706
|
+
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
468707
|
+
"id": "creatives.containersV2.Whatsapp.templateMessageLength",
|
|
468708
|
+
},
|
|
468709
|
+
Object {
|
|
468710
|
+
"currentLength": 0,
|
|
468711
|
+
"maxLength": 1024,
|
|
468712
|
+
},
|
|
468713
|
+
],
|
|
468714
|
+
Array [
|
|
468715
|
+
Object {
|
|
468716
|
+
"defaultMessage": "Buttons",
|
|
468717
|
+
"id": "creatives.containersV2.Whatsapp.btnLabel",
|
|
468718
|
+
},
|
|
468719
|
+
],
|
|
468720
|
+
Array [
|
|
468721
|
+
Object {
|
|
468722
|
+
"defaultMessage": "None",
|
|
468723
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
468724
|
+
},
|
|
468725
|
+
],
|
|
468726
|
+
Array [
|
|
468727
|
+
Object {
|
|
468728
|
+
"defaultMessage": "Select",
|
|
468729
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
468730
|
+
},
|
|
468731
|
+
],
|
|
468732
|
+
Array [
|
|
468733
|
+
Object {
|
|
468734
|
+
"defaultMessage": "Please add all mandatory fields to proceed further",
|
|
468735
|
+
"id": "creatives.containersV2.Whatsapp.btnDisabledTooltip",
|
|
468736
|
+
},
|
|
468737
|
+
],
|
|
468738
|
+
Array [
|
|
468739
|
+
Object {
|
|
468740
|
+
"defaultMessage": "Select",
|
|
468741
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
468742
|
+
},
|
|
468743
|
+
],
|
|
468744
|
+
Array [
|
|
468745
|
+
Object {
|
|
468746
|
+
"defaultMessage": "Select",
|
|
468747
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
468748
|
+
},
|
|
468749
|
+
],
|
|
468750
|
+
Array [
|
|
468751
|
+
Object {
|
|
468752
|
+
"defaultMessage": "Select",
|
|
468753
|
+
"id": "creatives.containersV2.Whatsapp.select",
|
|
468754
|
+
},
|
|
468755
|
+
],
|
|
468756
|
+
Array [
|
|
468757
|
+
Object {
|
|
468758
|
+
"defaultMessage": "Text",
|
|
468759
|
+
"id": "creatives.containersV2.Whatsapp.mediaText",
|
|
468760
|
+
},
|
|
468761
|
+
],
|
|
468762
|
+
Array [
|
|
468763
|
+
Object {
|
|
468764
|
+
"defaultMessage": "Image",
|
|
468765
|
+
"id": "creatives.containersV2.Whatsapp.mediaImage",
|
|
468766
|
+
},
|
|
468767
|
+
],
|
|
468768
|
+
Array [
|
|
468769
|
+
Object {
|
|
468770
|
+
"defaultMessage": "Video",
|
|
468771
|
+
"id": "creatives.containersV2.Whatsapp.mediaVideo",
|
|
468772
|
+
},
|
|
468773
|
+
],
|
|
468774
|
+
Array [
|
|
468775
|
+
Object {
|
|
468776
|
+
"defaultMessage": "Document",
|
|
468777
|
+
"id": "creatives.containersV2.Whatsapp.mediaDocument",
|
|
468778
|
+
},
|
|
468779
|
+
],
|
|
468780
|
+
Array [
|
|
468781
|
+
Object {
|
|
468782
|
+
"defaultMessage": "None",
|
|
468783
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeNone",
|
|
468784
|
+
},
|
|
468785
|
+
],
|
|
468786
|
+
Array [
|
|
468787
|
+
Object {
|
|
468788
|
+
"defaultMessage": "Call to action",
|
|
468789
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeCTA",
|
|
468790
|
+
},
|
|
468791
|
+
],
|
|
468792
|
+
Array [
|
|
468793
|
+
Object {
|
|
468794
|
+
"defaultMessage": "Create up to 2 buttons that let customers respond to your messages or take action.",
|
|
468795
|
+
"id": "creatives.containersV2.Whatsapp.ctaDesc",
|
|
468796
|
+
},
|
|
468797
|
+
],
|
|
468798
|
+
Array [
|
|
468799
|
+
Object {
|
|
468800
|
+
"defaultMessage": "Quick reply",
|
|
468801
|
+
"id": "creatives.containersV2.Whatsapp.btnTypeQuickReply",
|
|
468802
|
+
},
|
|
468803
|
+
],
|
|
468804
|
+
Array [
|
|
468805
|
+
Object {
|
|
468806
|
+
"defaultMessage": "Create up to 3 buttons that let customers respond to your messages or take action.",
|
|
468807
|
+
"id": "creatives.containersV2.Whatsapp.quickReplyDesc",
|
|
468808
|
+
},
|
|
468809
|
+
],
|
|
468810
|
+
Array [
|
|
468811
|
+
Object {
|
|
468812
|
+
"defaultMessage": "Template name",
|
|
468813
|
+
"id": "creatives.containersV2.templateNameLabel",
|
|
468814
|
+
},
|
|
468815
|
+
],
|
|
468816
|
+
Array [
|
|
468817
|
+
Object {
|
|
468818
|
+
"defaultMessage": "Must be a unique name and can only contain lowercase alphanumeric characters and underscores.",
|
|
468819
|
+
"id": "creatives.containersV2.Whatsapp.templateNameDesc",
|
|
468820
|
+
},
|
|
468821
|
+
],
|
|
468822
|
+
Array [
|
|
468823
|
+
Object {
|
|
468824
|
+
"defaultMessage": "Enter template name",
|
|
468825
|
+
"id": "creatives.containersV2.templateNamePlaceholder",
|
|
468826
|
+
},
|
|
468827
|
+
],
|
|
468828
|
+
Array [
|
|
468829
|
+
Object {
|
|
468830
|
+
"defaultMessage": "Template category",
|
|
468831
|
+
"id": "creatives.containersV2.Whatsapp.templateCategoryLabel",
|
|
468832
|
+
},
|
|
468833
|
+
],
|
|
468834
|
+
Array [
|
|
468835
|
+
Object {
|
|
468836
|
+
"defaultMessage": "Message language",
|
|
468837
|
+
"id": "creatives.containersV2.Whatsapp.messageLanguageLabel",
|
|
468838
|
+
},
|
|
468839
|
+
],
|
|
468840
|
+
Array [
|
|
468841
|
+
Object {
|
|
468842
|
+
"defaultMessage": "Media",
|
|
468843
|
+
"id": "creatives.containersV2.Whatsapp.mediaLabel",
|
|
468844
|
+
},
|
|
468845
|
+
],
|
|
468846
|
+
Array [
|
|
468847
|
+
Object {
|
|
468848
|
+
"defaultMessage": "Header",
|
|
468849
|
+
"id": "creatives.containersV2.Whatsapp.templateHeaderLabel",
|
|
468850
|
+
},
|
|
468851
|
+
],
|
|
468852
|
+
Array [
|
|
468853
|
+
Object {
|
|
468854
|
+
"defaultMessage": "(Optional)",
|
|
468855
|
+
"id": "creatives.containersV2.Whatsapp.optional",
|
|
468856
|
+
},
|
|
468857
|
+
],
|
|
468858
|
+
Array [
|
|
468859
|
+
Object {
|
|
468860
|
+
"defaultMessage": "Add variables",
|
|
468861
|
+
"id": "creatives.containersV2.Whatsapp.addVar",
|
|
468862
|
+
},
|
|
468863
|
+
],
|
|
468864
|
+
Array [
|
|
468865
|
+
Object {
|
|
468866
|
+
"defaultMessage": "Enter message with variable",
|
|
468867
|
+
"id": "creatives.containersV2.Whatsapp.templateMessagePlaceholder",
|
|
468868
|
+
},
|
|
468869
|
+
],
|
|
466246
468870
|
Array [
|
|
466247
468871
|
Object {
|
|
466248
468872
|
"defaultMessage": "Characters count: {currentLength}/{maxLength}",
|
|
@@ -470049,6 +472673,186 @@ undefined",
|
|
|
470049
472673
|
"type": "return",
|
|
470050
472674
|
"value": undefined,
|
|
470051
472675
|
},
|
|
472676
|
+
Object {
|
|
472677
|
+
"type": "return",
|
|
472678
|
+
"value": undefined,
|
|
472679
|
+
},
|
|
472680
|
+
Object {
|
|
472681
|
+
"type": "return",
|
|
472682
|
+
"value": undefined,
|
|
472683
|
+
},
|
|
472684
|
+
Object {
|
|
472685
|
+
"type": "return",
|
|
472686
|
+
"value": undefined,
|
|
472687
|
+
},
|
|
472688
|
+
Object {
|
|
472689
|
+
"type": "return",
|
|
472690
|
+
"value": undefined,
|
|
472691
|
+
},
|
|
472692
|
+
Object {
|
|
472693
|
+
"type": "return",
|
|
472694
|
+
"value": undefined,
|
|
472695
|
+
},
|
|
472696
|
+
Object {
|
|
472697
|
+
"type": "return",
|
|
472698
|
+
"value": undefined,
|
|
472699
|
+
},
|
|
472700
|
+
Object {
|
|
472701
|
+
"type": "return",
|
|
472702
|
+
"value": undefined,
|
|
472703
|
+
},
|
|
472704
|
+
Object {
|
|
472705
|
+
"type": "return",
|
|
472706
|
+
"value": undefined,
|
|
472707
|
+
},
|
|
472708
|
+
Object {
|
|
472709
|
+
"type": "return",
|
|
472710
|
+
"value": undefined,
|
|
472711
|
+
},
|
|
472712
|
+
Object {
|
|
472713
|
+
"type": "return",
|
|
472714
|
+
"value": undefined,
|
|
472715
|
+
},
|
|
472716
|
+
Object {
|
|
472717
|
+
"type": "return",
|
|
472718
|
+
"value": undefined,
|
|
472719
|
+
},
|
|
472720
|
+
Object {
|
|
472721
|
+
"type": "return",
|
|
472722
|
+
"value": undefined,
|
|
472723
|
+
},
|
|
472724
|
+
Object {
|
|
472725
|
+
"type": "return",
|
|
472726
|
+
"value": undefined,
|
|
472727
|
+
},
|
|
472728
|
+
Object {
|
|
472729
|
+
"type": "return",
|
|
472730
|
+
"value": undefined,
|
|
472731
|
+
},
|
|
472732
|
+
Object {
|
|
472733
|
+
"type": "return",
|
|
472734
|
+
"value": undefined,
|
|
472735
|
+
},
|
|
472736
|
+
Object {
|
|
472737
|
+
"type": "return",
|
|
472738
|
+
"value": undefined,
|
|
472739
|
+
},
|
|
472740
|
+
Object {
|
|
472741
|
+
"type": "return",
|
|
472742
|
+
"value": undefined,
|
|
472743
|
+
},
|
|
472744
|
+
Object {
|
|
472745
|
+
"type": "return",
|
|
472746
|
+
"value": undefined,
|
|
472747
|
+
},
|
|
472748
|
+
Object {
|
|
472749
|
+
"type": "return",
|
|
472750
|
+
"value": undefined,
|
|
472751
|
+
},
|
|
472752
|
+
Object {
|
|
472753
|
+
"type": "return",
|
|
472754
|
+
"value": undefined,
|
|
472755
|
+
},
|
|
472756
|
+
Object {
|
|
472757
|
+
"type": "return",
|
|
472758
|
+
"value": undefined,
|
|
472759
|
+
},
|
|
472760
|
+
Object {
|
|
472761
|
+
"type": "return",
|
|
472762
|
+
"value": undefined,
|
|
472763
|
+
},
|
|
472764
|
+
Object {
|
|
472765
|
+
"type": "return",
|
|
472766
|
+
"value": undefined,
|
|
472767
|
+
},
|
|
472768
|
+
Object {
|
|
472769
|
+
"type": "return",
|
|
472770
|
+
"value": undefined,
|
|
472771
|
+
},
|
|
472772
|
+
Object {
|
|
472773
|
+
"type": "return",
|
|
472774
|
+
"value": undefined,
|
|
472775
|
+
},
|
|
472776
|
+
Object {
|
|
472777
|
+
"type": "return",
|
|
472778
|
+
"value": undefined,
|
|
472779
|
+
},
|
|
472780
|
+
Object {
|
|
472781
|
+
"type": "return",
|
|
472782
|
+
"value": undefined,
|
|
472783
|
+
},
|
|
472784
|
+
Object {
|
|
472785
|
+
"type": "return",
|
|
472786
|
+
"value": undefined,
|
|
472787
|
+
},
|
|
472788
|
+
Object {
|
|
472789
|
+
"type": "return",
|
|
472790
|
+
"value": undefined,
|
|
472791
|
+
},
|
|
472792
|
+
Object {
|
|
472793
|
+
"type": "return",
|
|
472794
|
+
"value": undefined,
|
|
472795
|
+
},
|
|
472796
|
+
Object {
|
|
472797
|
+
"type": "return",
|
|
472798
|
+
"value": undefined,
|
|
472799
|
+
},
|
|
472800
|
+
Object {
|
|
472801
|
+
"type": "return",
|
|
472802
|
+
"value": undefined,
|
|
472803
|
+
},
|
|
472804
|
+
Object {
|
|
472805
|
+
"type": "return",
|
|
472806
|
+
"value": undefined,
|
|
472807
|
+
},
|
|
472808
|
+
Object {
|
|
472809
|
+
"type": "return",
|
|
472810
|
+
"value": undefined,
|
|
472811
|
+
},
|
|
472812
|
+
Object {
|
|
472813
|
+
"type": "return",
|
|
472814
|
+
"value": undefined,
|
|
472815
|
+
},
|
|
472816
|
+
Object {
|
|
472817
|
+
"type": "return",
|
|
472818
|
+
"value": undefined,
|
|
472819
|
+
},
|
|
472820
|
+
Object {
|
|
472821
|
+
"type": "return",
|
|
472822
|
+
"value": undefined,
|
|
472823
|
+
},
|
|
472824
|
+
Object {
|
|
472825
|
+
"type": "return",
|
|
472826
|
+
"value": undefined,
|
|
472827
|
+
},
|
|
472828
|
+
Object {
|
|
472829
|
+
"type": "return",
|
|
472830
|
+
"value": undefined,
|
|
472831
|
+
},
|
|
472832
|
+
Object {
|
|
472833
|
+
"type": "return",
|
|
472834
|
+
"value": undefined,
|
|
472835
|
+
},
|
|
472836
|
+
Object {
|
|
472837
|
+
"type": "return",
|
|
472838
|
+
"value": undefined,
|
|
472839
|
+
},
|
|
472840
|
+
Object {
|
|
472841
|
+
"type": "return",
|
|
472842
|
+
"value": undefined,
|
|
472843
|
+
},
|
|
472844
|
+
Object {
|
|
472845
|
+
"type": "return",
|
|
472846
|
+
"value": undefined,
|
|
472847
|
+
},
|
|
472848
|
+
Object {
|
|
472849
|
+
"type": "return",
|
|
472850
|
+
"value": undefined,
|
|
472851
|
+
},
|
|
472852
|
+
Object {
|
|
472853
|
+
"type": "return",
|
|
472854
|
+
"value": undefined,
|
|
472855
|
+
},
|
|
470052
472856
|
],
|
|
470053
472857
|
},
|
|
470054
472858
|
}
|
|
@@ -475904,11 +478708,14 @@ undefined",
|
|
|
475904
478708
|
inline={false}
|
|
475905
478709
|
size="large"
|
|
475906
478710
|
suffix={
|
|
475907
|
-
<
|
|
475908
|
-
|
|
475909
|
-
|
|
475910
|
-
|
|
475911
|
-
|
|
478711
|
+
<React.Fragment>
|
|
478712
|
+
<CapButton
|
|
478713
|
+
data-testid="suffix-button"
|
|
478714
|
+
isAddBtn={true}
|
|
478715
|
+
onClick={[Function]}
|
|
478716
|
+
type="flat"
|
|
478717
|
+
/>
|
|
478718
|
+
</React.Fragment>
|
|
475912
478719
|
}
|
|
475913
478720
|
title={
|
|
475914
478721
|
<CapHeading
|
|
@@ -476655,6 +479462,7 @@ undefined",
|
|
|
476655
479462
|
</CapHeading>
|
|
476656
479463
|
</div>
|
|
476657
479464
|
<CapButton
|
|
479465
|
+
data-testid="suffix-button"
|
|
476658
479466
|
isAddBtn={true}
|
|
476659
479467
|
onClick={[Function]}
|
|
476660
479468
|
type="flat"
|
|
@@ -476662,6 +479470,7 @@ undefined",
|
|
|
476662
479470
|
<Button
|
|
476663
479471
|
block={false}
|
|
476664
479472
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
479473
|
+
data-testid="suffix-button"
|
|
476665
479474
|
ghost={false}
|
|
476666
479475
|
htmlType="button"
|
|
476667
479476
|
loading={false}
|
|
@@ -476671,6 +479480,7 @@ undefined",
|
|
|
476671
479480
|
<Wave>
|
|
476672
479481
|
<button
|
|
476673
479482
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
479483
|
+
data-testid="suffix-button"
|
|
476674
479484
|
onClick={[Function]}
|
|
476675
479485
|
type="button"
|
|
476676
479486
|
>
|