@capillarytech/creatives-library 8.0.259 → 8.0.260-alpha.0
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/assets/Android.png +0 -0
- package/assets/iOS.png +0 -0
- package/constants/unified.js +1 -2
- package/initialReducer.js +0 -2
- package/package.json +1 -1
- package/services/api.js +0 -10
- package/services/tests/api.test.js +0 -34
- package/translations/en.json +3 -4
- package/utils/common.js +0 -12
- package/utils/commonUtils.js +5 -28
- package/utils/tests/commonUtil.test.js +0 -224
- package/utils/transformTemplateConfig.js +10 -0
- package/v2Components/CapDeviceContent/index.js +56 -61
- package/v2Components/CapTagList/index.js +1 -6
- package/v2Components/CapTagListWithInput/index.js +1 -5
- package/v2Components/CapTagListWithInput/messages.js +1 -1
- package/v2Components/CapWhatsappCTA/tests/index.test.js +0 -5
- package/v2Components/ErrorInfoNote/index.js +72 -457
- package/v2Components/ErrorInfoNote/messages.js +6 -36
- package/v2Components/ErrorInfoNote/style.scss +6 -282
- package/v2Components/FormBuilder/index.js +4 -4
- package/v2Components/FormBuilder/tests/index.test.js +4 -13
- package/v2Components/HtmlEditor/HTMLEditor.js +94 -547
- package/v2Components/HtmlEditor/__tests__/HTMLEditor.test.js +133 -1441
- package/v2Components/HtmlEditor/__tests__/index.lazy.test.js +16 -27
- package/v2Components/HtmlEditor/_htmlEditor.scss +45 -108
- package/v2Components/HtmlEditor/_index.lazy.scss +1 -0
- package/v2Components/HtmlEditor/components/CodeEditorPane/_codeEditorPane.scss +102 -23
- package/v2Components/HtmlEditor/components/CodeEditorPane/index.js +140 -148
- package/v2Components/HtmlEditor/components/DeviceToggle/_deviceToggle.scss +1 -2
- package/v2Components/HtmlEditor/components/DeviceToggle/index.js +3 -3
- package/v2Components/HtmlEditor/components/EditorToolbar/_editorToolbar.scss +0 -9
- package/v2Components/HtmlEditor/components/EditorToolbar/index.js +4 -4
- package/v2Components/HtmlEditor/components/FullscreenModal/_fullscreenModal.scss +0 -22
- package/v2Components/HtmlEditor/components/InAppPreviewPane/DeviceFrame.js +7 -4
- package/v2Components/HtmlEditor/components/InAppPreviewPane/__tests__/DeviceFrame.test.js +45 -35
- package/v2Components/HtmlEditor/components/InAppPreviewPane/_inAppPreviewPane.scss +3 -1
- package/v2Components/HtmlEditor/components/InAppPreviewPane/constants.js +33 -33
- package/v2Components/HtmlEditor/components/InAppPreviewPane/index.js +6 -7
- package/v2Components/HtmlEditor/components/PreviewPane/_previewPane.scss +6 -3
- package/v2Components/HtmlEditor/components/PreviewPane/index.js +43 -22
- package/v2Components/HtmlEditor/components/SplitContainer/_splitContainer.scss +1 -1
- package/v2Components/HtmlEditor/components/ValidationErrorDisplay/__tests__/index.test.js +152 -0
- package/v2Components/HtmlEditor/components/ValidationErrorDisplay/_validationErrorDisplay.scss +0 -1
- package/v2Components/HtmlEditor/components/ValidationErrorDisplay/index.js +31 -49
- package/v2Components/HtmlEditor/components/ValidationPanel/_validationPanel.scss +34 -50
- package/v2Components/HtmlEditor/components/ValidationPanel/index.js +41 -70
- package/v2Components/HtmlEditor/constants.js +20 -42
- package/v2Components/HtmlEditor/hooks/__tests__/useInAppContent.test.js +16 -373
- package/v2Components/HtmlEditor/hooks/__tests__/useValidation.test.js +16 -120
- package/v2Components/HtmlEditor/hooks/useEditorContent.js +2 -5
- package/v2Components/HtmlEditor/hooks/useInAppContent.js +146 -88
- package/v2Components/HtmlEditor/hooks/useValidation.js +53 -189
- package/v2Components/HtmlEditor/index.js +1 -1
- package/v2Components/HtmlEditor/messages.js +94 -92
- package/v2Components/HtmlEditor/utils/__tests__/htmlValidator.enhanced.test.js +45 -94
- package/v2Components/HtmlEditor/utils/__tests__/validationAdapter.test.js +0 -134
- package/v2Components/HtmlEditor/utils/contentSanitizer.js +41 -40
- package/v2Components/HtmlEditor/utils/htmlValidator.js +72 -71
- package/v2Components/HtmlEditor/utils/liquidTemplateSupport.js +102 -134
- package/v2Components/HtmlEditor/utils/properSyntaxHighlighting.js +25 -23
- package/v2Components/HtmlEditor/utils/validationAdapter.js +41 -66
- package/v2Components/MobilePushPreviewV2/index.js +7 -32
- package/v2Components/TemplatePreview/_templatePreview.scss +24 -55
- package/v2Components/TemplatePreview/index.js +32 -47
- package/v2Components/TemplatePreview/messages.js +0 -4
- package/v2Components/TestAndPreviewSlidebox/_testAndPreviewSlidebox.scss +0 -1
- package/v2Containers/BeeEditor/index.js +90 -172
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +3 -4
- package/v2Containers/CreativesContainer/SlideBoxContent.js +52 -128
- package/v2Containers/CreativesContainer/SlideBoxFooter.js +13 -163
- package/v2Containers/CreativesContainer/SlideBoxHeader.js +1 -2
- package/v2Containers/CreativesContainer/constants.js +0 -1
- package/v2Containers/CreativesContainer/index.js +46 -240
- package/v2Containers/CreativesContainer/messages.js +0 -8
- package/v2Containers/CreativesContainer/tests/SlideBoxFooter.test.js +2 -11
- package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +50 -38
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +0 -106
- package/v2Containers/Email/actions.js +0 -7
- package/v2Containers/Email/constants.js +1 -5
- package/v2Containers/Email/index.js +30 -239
- package/v2Containers/Email/messages.js +0 -32
- package/v2Containers/Email/reducer.js +1 -12
- package/v2Containers/Email/sagas.js +7 -61
- package/v2Containers/Email/tests/__snapshots__/reducer.test.js.snap +0 -2
- package/v2Containers/Email/tests/reducer.test.js +0 -46
- package/v2Containers/Email/tests/sagas.test.js +29 -320
- package/v2Containers/EmailWrapper/components/EmailWrapperView.js +21 -211
- package/v2Containers/EmailWrapper/components/HTMLEditorTesting.js +74 -40
- package/v2Containers/EmailWrapper/components/__tests__/HTMLEditorTesting.test.js +67 -2
- package/v2Containers/EmailWrapper/constants.js +0 -2
- package/v2Containers/EmailWrapper/hooks/useEmailWrapper.js +77 -629
- package/v2Containers/EmailWrapper/index.js +23 -103
- package/v2Containers/EmailWrapper/messages.js +1 -65
- package/v2Containers/EmailWrapper/tests/EmailWrapperView.test.js +214 -0
- package/v2Containers/EmailWrapper/tests/useEmailWrapper.test.js +77 -594
- package/v2Containers/InApp/actions.js +0 -7
- package/v2Containers/InApp/constants.js +4 -20
- package/v2Containers/InApp/index.js +360 -804
- package/v2Containers/InApp/index.scss +3 -4
- package/v2Containers/InApp/messages.js +3 -7
- package/v2Containers/InApp/reducer.js +3 -21
- package/v2Containers/InApp/sagas.js +9 -29
- package/v2Containers/InApp/selectors.js +5 -25
- package/v2Containers/InApp/tests/index.test.js +71 -152
- package/v2Containers/InApp/tests/reducer.test.js +0 -34
- package/v2Containers/InApp/tests/sagas.test.js +9 -61
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +12 -39
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +6 -10
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +75 -102
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +54 -81
- package/v2Containers/MobilePushNew/index.js +2 -3
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +178 -262
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +12 -16
- package/v2Containers/SmsTrai/Edit/index.js +1 -2
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +111 -468
- package/v2Containers/TagList/index.js +19 -62
- package/v2Containers/Templates/_templates.scss +1 -60
- package/v2Containers/Templates/index.js +4 -89
- package/v2Containers/Templates/messages.js +0 -4
- package/v2Containers/WebPush/Create/messages.js +8 -0
- package/v2Containers/WebPush/Create/preview/PreviewControls.js +2 -2
- package/v2Containers/WebPush/Create/preview/PreviewDisclaimer.js +3 -1
- package/v2Containers/WebPush/Create/preview/components/AndroidMobileChromeHeader.js +5 -1
- package/v2Containers/WebPush/Create/preview/components/AndroidMobileExpanded.js +5 -1
- package/v2Containers/WebPush/Create/preview/components/tests/__snapshots__/AndroidMobileExpanded.test.js.snap +5 -1
- package/v2Containers/WebPush/Create/preview/preview.scss +7 -0
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +734 -1306
- package/v2Components/ErrorInfoNote/constants.js +0 -1
- package/v2Components/HtmlEditor/__tests__/HTMLEditor.apiErrors.test.js +0 -874
- package/v2Components/HtmlEditor/components/ValidationPanel/constants.js +0 -6
- package/v2Components/HtmlEditor/components/ValidationTabs/_validationTabs.scss +0 -255
- package/v2Components/HtmlEditor/components/ValidationTabs/index.js +0 -364
- package/v2Components/HtmlEditor/components/ValidationTabs/messages.js +0 -51
- package/v2Components/HtmlEditor/utils/validationConstants.js +0 -40
- package/v2Containers/BeePopupEditor/_beePopupEditor.scss +0 -14
- package/v2Containers/BeePopupEditor/constants.js +0 -10
- package/v2Containers/BeePopupEditor/index.js +0 -194
- package/v2Containers/BeePopupEditor/tests/index.test.js +0 -627
- package/v2Containers/EmailWrapper/components/EmailHTMLEditor.js +0 -1285
- package/v2Containers/EmailWrapper/components/__tests__/EmailHTMLEditor.test.js +0 -1880
- package/v2Containers/EmailWrapper/components/__tests__/EmailWrapperView.test.js +0 -520
- package/v2Containers/EmailWrapper/tests/useEmailWrapper.edgeCases.test.js +0 -643
- package/v2Containers/InApp/__tests__/InAppHTMLEditor.test.js +0 -376
- package/v2Containers/InApp/__tests__/sagas.test.js +0 -363
- package/v2Containers/InApp/tests/selectors.test.js +0 -612
- package/v2Containers/InAppWrapper/components/InAppWrapperView.js +0 -151
- package/v2Containers/InAppWrapper/components/__tests__/InAppWrapperView.test.js +0 -267
- package/v2Containers/InAppWrapper/components/inAppWrapperView.scss +0 -23
- package/v2Containers/InAppWrapper/constants.js +0 -16
- package/v2Containers/InAppWrapper/hooks/__tests__/useInAppWrapper.test.js +0 -473
- package/v2Containers/InAppWrapper/hooks/useInAppWrapper.js +0 -198
- package/v2Containers/InAppWrapper/index.js +0 -148
- package/v2Containers/InAppWrapper/messages.js +0 -49
- package/v2Containers/InappAdvance/index.js +0 -1099
- package/v2Containers/InappAdvance/index.scss +0 -10
- package/v2Containers/InappAdvance/tests/index.test.js +0 -448
|
@@ -189,7 +189,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
189
189
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
190
190
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
191
191
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
192
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
192
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
193
193
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
194
194
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
195
195
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -197,13 +197,13 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
197
197
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
198
198
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
199
199
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
200
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
200
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
201
201
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
202
202
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
203
203
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
204
204
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
205
205
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
206
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
206
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
207
207
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
208
208
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
209
209
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -1896,7 +1896,6 @@ new message content.",
|
|
|
1896
1896
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
1897
1897
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
1898
1898
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
1899
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
1900
1899
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
1901
1900
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
1902
1901
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -2282,7 +2281,6 @@ new message content.",
|
|
|
2282
2281
|
"email": [Function],
|
|
2283
2282
|
"facebookPreview": [Function],
|
|
2284
2283
|
"gallery": [Function],
|
|
2285
|
-
"inApp": [Function],
|
|
2286
2284
|
"language": [Function],
|
|
2287
2285
|
"navigationConfig": [Function],
|
|
2288
2286
|
"previewAndTest": [Function],
|
|
@@ -3009,130 +3007,8 @@ FREE GIFTS-
|
|
|
3009
3007
|
"template_name": "CAP71871_4",
|
|
3010
3008
|
"type": "Service-Explicit",
|
|
3011
3009
|
"unicode-validity": false,
|
|
3012
|
-
"updated-sms-editor": Array [
|
|
3013
|
-
"LATEST FASHION@VISHAL
|
|
3014
|
-
",
|
|
3015
|
-
"{#var#}",
|
|
3016
|
-
"
|
|
3017
|
-
|
|
3018
|
-
BUY1GET1-
|
|
3019
|
-
",
|
|
3020
|
-
"{#var#}",
|
|
3021
|
-
"
|
|
3022
|
-
",
|
|
3023
|
-
"{#var#}",
|
|
3024
|
-
"
|
|
3025
|
-
",
|
|
3026
|
-
"{#var#}",
|
|
3027
|
-
"
|
|
3028
|
-
|
|
3029
|
-
FREE GIFTS-
|
|
3030
|
-
",
|
|
3031
|
-
"{#var#}",
|
|
3032
|
-
"
|
|
3033
|
-
",
|
|
3034
|
-
"{#var#}",
|
|
3035
|
-
],
|
|
3036
|
-
"var-mapped": Object {
|
|
3037
|
-
"{#var#}_1": Object {
|
|
3038
|
-
"count": 1,
|
|
3039
|
-
"data": "",
|
|
3040
|
-
},
|
|
3041
|
-
"{#var#}_11": Object {
|
|
3042
|
-
"count": 1,
|
|
3043
|
-
"data": "",
|
|
3044
|
-
},
|
|
3045
|
-
"{#var#}_3": Object {
|
|
3046
|
-
"count": 1,
|
|
3047
|
-
"data": "",
|
|
3048
|
-
},
|
|
3049
|
-
"{#var#}_5": Object {
|
|
3050
|
-
"count": 1,
|
|
3051
|
-
"data": "",
|
|
3052
|
-
},
|
|
3053
|
-
"{#var#}_7": Object {
|
|
3054
|
-
"count": 1,
|
|
3055
|
-
"data": "",
|
|
3056
|
-
},
|
|
3057
|
-
"{#var#}_9": Object {
|
|
3058
|
-
"count": 1,
|
|
3059
|
-
"data": "",
|
|
3060
|
-
},
|
|
3061
|
-
},
|
|
3062
3010
|
},
|
|
3063
|
-
"history": Array [
|
|
3064
|
-
Object {
|
|
3065
|
-
"category": "--",
|
|
3066
|
-
"consent-type": "Explicit",
|
|
3067
|
-
"header": "VISHMM",
|
|
3068
|
-
"sms-editor": "LATEST FASHION@VISHAL
|
|
3069
|
-
{#var#}
|
|
3070
|
-
|
|
3071
|
-
BUY1GET1-
|
|
3072
|
-
{#var#}
|
|
3073
|
-
{#var#}
|
|
3074
|
-
{#var#}
|
|
3075
|
-
|
|
3076
|
-
FREE GIFTS-
|
|
3077
|
-
{#var#}
|
|
3078
|
-
{#var#}",
|
|
3079
|
-
"tabKey": 1,
|
|
3080
|
-
"template_id": "'1107160207324585172'",
|
|
3081
|
-
"template_name": "CAP71871_4",
|
|
3082
|
-
"type": "Service-Explicit",
|
|
3083
|
-
"unicode-validity": false,
|
|
3084
|
-
"updated-sms-editor": Array [
|
|
3085
|
-
"LATEST FASHION@VISHAL
|
|
3086
|
-
",
|
|
3087
|
-
"{#var#}",
|
|
3088
|
-
"
|
|
3089
|
-
|
|
3090
|
-
BUY1GET1-
|
|
3091
|
-
",
|
|
3092
|
-
"{#var#}",
|
|
3093
|
-
"
|
|
3094
|
-
",
|
|
3095
|
-
"{#var#}",
|
|
3096
|
-
"
|
|
3097
|
-
",
|
|
3098
|
-
"{#var#}",
|
|
3099
|
-
"
|
|
3100
|
-
|
|
3101
|
-
FREE GIFTS-
|
|
3102
|
-
",
|
|
3103
|
-
"{#var#}",
|
|
3104
|
-
"
|
|
3105
|
-
",
|
|
3106
|
-
"{#var#}",
|
|
3107
|
-
],
|
|
3108
|
-
"var-mapped": Object {
|
|
3109
|
-
"{#var#}_1": Object {
|
|
3110
|
-
"count": 1,
|
|
3111
|
-
"data": "",
|
|
3112
|
-
},
|
|
3113
|
-
"{#var#}_11": Object {
|
|
3114
|
-
"count": 1,
|
|
3115
|
-
"data": "",
|
|
3116
|
-
},
|
|
3117
|
-
"{#var#}_3": Object {
|
|
3118
|
-
"count": 1,
|
|
3119
|
-
"data": "",
|
|
3120
|
-
},
|
|
3121
|
-
"{#var#}_5": Object {
|
|
3122
|
-
"count": 1,
|
|
3123
|
-
"data": "",
|
|
3124
|
-
},
|
|
3125
|
-
"{#var#}_7": Object {
|
|
3126
|
-
"count": 1,
|
|
3127
|
-
"data": "",
|
|
3128
|
-
},
|
|
3129
|
-
"{#var#}_9": Object {
|
|
3130
|
-
"count": 1,
|
|
3131
|
-
"data": "",
|
|
3132
|
-
},
|
|
3133
|
-
},
|
|
3134
|
-
},
|
|
3135
|
-
],
|
|
3011
|
+
"history": Array [],
|
|
3136
3012
|
},
|
|
3137
3013
|
}
|
|
3138
3014
|
}
|
|
@@ -6044,6 +5920,7 @@ FREE GIFTS-
|
|
|
6044
5920
|
</CapButton>
|
|
6045
5921
|
<CapButton
|
|
6046
5922
|
className="create-msg create-dlt-msg"
|
|
5923
|
+
disabled={true}
|
|
6047
5924
|
isAddBtn={false}
|
|
6048
5925
|
onClick={[Function]}
|
|
6049
5926
|
type="primary"
|
|
@@ -6051,6 +5928,7 @@ FREE GIFTS-
|
|
|
6051
5928
|
<Button
|
|
6052
5929
|
block={false}
|
|
6053
5930
|
className="cap-button-v2 create-msg create-dlt-msg"
|
|
5931
|
+
disabled={true}
|
|
6054
5932
|
ghost={false}
|
|
6055
5933
|
htmlType="button"
|
|
6056
5934
|
loading={false}
|
|
@@ -6060,6 +5938,7 @@ FREE GIFTS-
|
|
|
6060
5938
|
<Wave>
|
|
6061
5939
|
<button
|
|
6062
5940
|
className="ant-btn cap-button-v2 create-msg create-dlt-msg ant-btn-primary"
|
|
5941
|
+
disabled={true}
|
|
6063
5942
|
onClick={[Function]}
|
|
6064
5943
|
type="button"
|
|
6065
5944
|
>
|
|
@@ -6503,7 +6382,7 @@ FREE GIFTS-
|
|
|
6503
6382
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
6504
6383
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
6505
6384
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
6506
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
6385
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
6507
6386
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
6508
6387
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
6509
6388
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -6511,13 +6390,13 @@ FREE GIFTS-
|
|
|
6511
6390
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
6512
6391
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
6513
6392
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
6514
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
6393
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
6515
6394
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
6516
6395
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
6517
6396
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
6518
6397
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
6519
6398
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
6520
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
6399
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
6521
6400
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
6522
6401
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
6523
6402
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -8210,7 +8089,6 @@ new message content.",
|
|
|
8210
8089
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
8211
8090
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
8212
8091
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
8213
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
8214
8092
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
8215
8093
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
8216
8094
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -8809,7 +8687,7 @@ FREE GIFTS-
|
|
|
8809
8687
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
8810
8688
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
8811
8689
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
8812
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
8690
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
8813
8691
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
8814
8692
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
8815
8693
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -8817,13 +8695,13 @@ FREE GIFTS-
|
|
|
8817
8695
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
8818
8696
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
8819
8697
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
8820
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
8698
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
8821
8699
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
8822
8700
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
8823
8701
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
8824
8702
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
8825
8703
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
8826
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
8704
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
8827
8705
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
8828
8706
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
8829
8707
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -10516,7 +10394,6 @@ new message content.",
|
|
|
10516
10394
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
10517
10395
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
10518
10396
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
10519
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
10520
10397
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
10521
10398
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
10522
10399
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -11239,7 +11116,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
11239
11116
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
11240
11117
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
11241
11118
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
11242
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
11119
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
11243
11120
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
11244
11121
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
11245
11122
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -11247,13 +11124,13 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
11247
11124
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
11248
11125
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
11249
11126
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
11250
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
11127
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
11251
11128
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
11252
11129
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
11253
11130
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
11254
11131
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
11255
11132
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
11256
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
11133
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
11257
11134
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
11258
11135
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
11259
11136
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -12946,7 +12823,6 @@ new message content.",
|
|
|
12946
12823
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
12947
12824
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
12948
12825
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
12949
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
12950
12826
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
12951
12827
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
12952
12828
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -13332,7 +13208,6 @@ new message content.",
|
|
|
13332
13208
|
"email": [Function],
|
|
13333
13209
|
"facebookPreview": [Function],
|
|
13334
13210
|
"gallery": [Function],
|
|
13335
|
-
"inApp": [Function],
|
|
13336
13211
|
"language": [Function],
|
|
13337
13212
|
"navigationConfig": [Function],
|
|
13338
13213
|
"previewAndTest": [Function],
|
|
@@ -16868,6 +16743,7 @@ FREE GIFTS-
|
|
|
16868
16743
|
</CapButton>
|
|
16869
16744
|
<CapButton
|
|
16870
16745
|
className="create-msg create-dlt-msg"
|
|
16746
|
+
disabled={true}
|
|
16871
16747
|
isAddBtn={false}
|
|
16872
16748
|
onClick={[Function]}
|
|
16873
16749
|
type="primary"
|
|
@@ -16875,6 +16751,7 @@ FREE GIFTS-
|
|
|
16875
16751
|
<Button
|
|
16876
16752
|
block={false}
|
|
16877
16753
|
className="cap-button-v2 create-msg create-dlt-msg"
|
|
16754
|
+
disabled={true}
|
|
16878
16755
|
ghost={false}
|
|
16879
16756
|
htmlType="button"
|
|
16880
16757
|
loading={false}
|
|
@@ -16884,6 +16761,7 @@ FREE GIFTS-
|
|
|
16884
16761
|
<Wave>
|
|
16885
16762
|
<button
|
|
16886
16763
|
className="ant-btn cap-button-v2 create-msg create-dlt-msg ant-btn-primary"
|
|
16764
|
+
disabled={true}
|
|
16887
16765
|
onClick={[Function]}
|
|
16888
16766
|
type="button"
|
|
16889
16767
|
>
|
|
@@ -17299,7 +17177,7 @@ FREE GIFTS-
|
|
|
17299
17177
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
17300
17178
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
17301
17179
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
17302
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
17180
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
17303
17181
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
17304
17182
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
17305
17183
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -17307,13 +17185,13 @@ FREE GIFTS-
|
|
|
17307
17185
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
17308
17186
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
17309
17187
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
17310
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
17188
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
17311
17189
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
17312
17190
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
17313
17191
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
17314
17192
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
17315
17193
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
17316
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
17194
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
17317
17195
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
17318
17196
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
17319
17197
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -19006,7 +18884,6 @@ new message content.",
|
|
|
19006
18884
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
19007
18885
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
19008
18886
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
19009
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
19010
18887
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
19011
18888
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
19012
18889
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -19605,7 +19482,7 @@ FREE GIFTS-
|
|
|
19605
19482
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
19606
19483
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
19607
19484
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
19608
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
19485
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
19609
19486
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
19610
19487
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
19611
19488
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -19613,13 +19490,13 @@ FREE GIFTS-
|
|
|
19613
19490
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
19614
19491
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
19615
19492
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
19616
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
19493
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
19617
19494
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
19618
19495
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
19619
19496
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
19620
19497
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
19621
19498
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
19622
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
19499
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
19623
19500
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
19624
19501
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
19625
19502
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -21312,7 +21189,6 @@ new message content.",
|
|
|
21312
21189
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
21313
21190
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
21314
21191
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
21315
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
21316
21192
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
21317
21193
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
21318
21194
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -22035,7 +21911,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
22035
21911
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
22036
21912
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
22037
21913
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
22038
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
21914
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
22039
21915
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
22040
21916
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
22041
21917
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -22043,13 +21919,13 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
22043
21919
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
22044
21920
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
22045
21921
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
22046
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
21922
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
22047
21923
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
22048
21924
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
22049
21925
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
22050
21926
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
22051
21927
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
22052
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
21928
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
22053
21929
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
22054
21930
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
22055
21931
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -23742,7 +23618,6 @@ new message content.",
|
|
|
23742
23618
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
23743
23619
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
23744
23620
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
23745
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
23746
23621
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
23747
23622
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
23748
23623
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -24128,7 +24003,6 @@ new message content.",
|
|
|
24128
24003
|
"email": [Function],
|
|
24129
24004
|
"facebookPreview": [Function],
|
|
24130
24005
|
"gallery": [Function],
|
|
24131
|
-
"inApp": [Function],
|
|
24132
24006
|
"language": [Function],
|
|
24133
24007
|
"navigationConfig": [Function],
|
|
24134
24008
|
"previewAndTest": [Function],
|
|
@@ -27664,6 +27538,7 @@ FREE GIFTS-
|
|
|
27664
27538
|
</CapButton>
|
|
27665
27539
|
<CapButton
|
|
27666
27540
|
className="create-msg create-dlt-msg"
|
|
27541
|
+
disabled={true}
|
|
27667
27542
|
isAddBtn={false}
|
|
27668
27543
|
onClick={[Function]}
|
|
27669
27544
|
type="primary"
|
|
@@ -27671,6 +27546,7 @@ FREE GIFTS-
|
|
|
27671
27546
|
<Button
|
|
27672
27547
|
block={false}
|
|
27673
27548
|
className="cap-button-v2 create-msg create-dlt-msg"
|
|
27549
|
+
disabled={true}
|
|
27674
27550
|
ghost={false}
|
|
27675
27551
|
htmlType="button"
|
|
27676
27552
|
loading={false}
|
|
@@ -27680,6 +27556,7 @@ FREE GIFTS-
|
|
|
27680
27556
|
<Wave>
|
|
27681
27557
|
<button
|
|
27682
27558
|
className="ant-btn cap-button-v2 create-msg create-dlt-msg ant-btn-primary"
|
|
27559
|
+
disabled={true}
|
|
27683
27560
|
onClick={[Function]}
|
|
27684
27561
|
type="button"
|
|
27685
27562
|
>
|
|
@@ -28095,7 +27972,7 @@ FREE GIFTS-
|
|
|
28095
27972
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
28096
27973
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
28097
27974
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
28098
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
27975
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
28099
27976
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
28100
27977
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
28101
27978
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -28103,13 +27980,13 @@ FREE GIFTS-
|
|
|
28103
27980
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
28104
27981
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
28105
27982
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
28106
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
27983
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
28107
27984
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
28108
27985
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
28109
27986
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
28110
27987
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
28111
27988
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
28112
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
27989
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
28113
27990
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
28114
27991
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
28115
27992
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -29802,7 +29679,6 @@ new message content.",
|
|
|
29802
29679
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
29803
29680
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
29804
29681
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
29805
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
29806
29682
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
29807
29683
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
29808
29684
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -30401,7 +30277,7 @@ FREE GIFTS-
|
|
|
30401
30277
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
30402
30278
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
30403
30279
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
30404
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
30280
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
30405
30281
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
30406
30282
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
30407
30283
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -30409,13 +30285,13 @@ FREE GIFTS-
|
|
|
30409
30285
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
30410
30286
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
30411
30287
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
30412
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
30288
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
30413
30289
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
30414
30290
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
30415
30291
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
30416
30292
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
30417
30293
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
30418
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
30294
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
30419
30295
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
30420
30296
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
30421
30297
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -32108,7 +31984,6 @@ new message content.",
|
|
|
32108
31984
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
32109
31985
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
32110
31986
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
32111
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
32112
31987
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
32113
31988
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
32114
31989
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -32831,7 +32706,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
32831
32706
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
32832
32707
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
32833
32708
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
32834
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
32709
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
32835
32710
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
32836
32711
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
32837
32712
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -32839,13 +32714,13 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
32839
32714
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
32840
32715
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
32841
32716
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
32842
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
32717
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
32843
32718
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
32844
32719
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
32845
32720
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
32846
32721
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
32847
32722
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
32848
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
32723
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
32849
32724
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
32850
32725
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
32851
32726
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -34538,7 +34413,6 @@ new message content.",
|
|
|
34538
34413
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
34539
34414
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
34540
34415
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
34541
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
34542
34416
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
34543
34417
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
34544
34418
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -34924,7 +34798,6 @@ new message content.",
|
|
|
34924
34798
|
"email": [Function],
|
|
34925
34799
|
"facebookPreview": [Function],
|
|
34926
34800
|
"gallery": [Function],
|
|
34927
|
-
"inApp": [Function],
|
|
34928
34801
|
"language": [Function],
|
|
34929
34802
|
"navigationConfig": [Function],
|
|
34930
34803
|
"previewAndTest": [Function],
|
|
@@ -34966,176 +34839,7 @@ new message content.",
|
|
|
34966
34839
|
actions={
|
|
34967
34840
|
Object {
|
|
34968
34841
|
"clearEditResponse": [MockFunction],
|
|
34969
|
-
"editTemplate": [MockFunction]
|
|
34970
|
-
"calls": Array [
|
|
34971
|
-
Array [
|
|
34972
|
-
Object {
|
|
34973
|
-
"_id": "6125eec5feae248f88e6a634",
|
|
34974
|
-
"createdAt": "2021-08-25T07:25:12.559Z",
|
|
34975
|
-
"createdBy": "15000449",
|
|
34976
|
-
"isActive": true,
|
|
34977
|
-
"name": "CAP71871_4",
|
|
34978
|
-
"orgId": 50146,
|
|
34979
|
-
"type": "SMS",
|
|
34980
|
-
"updatedAt": "2021-08-30T05:54:59.951Z",
|
|
34981
|
-
"updatedBy": "15000449",
|
|
34982
|
-
"versions": Object {
|
|
34983
|
-
"base": Object {
|
|
34984
|
-
"category": "--",
|
|
34985
|
-
"consent-type": "Explicit",
|
|
34986
|
-
"header": "VISHMM",
|
|
34987
|
-
"sms-editor": "LATEST FASHION@VISHAL
|
|
34988
|
-
{#var#}
|
|
34989
|
-
|
|
34990
|
-
BUY1GET1-
|
|
34991
|
-
{#var#}
|
|
34992
|
-
{#var#}
|
|
34993
|
-
{#var#}
|
|
34994
|
-
|
|
34995
|
-
FREE GIFTS-
|
|
34996
|
-
{#var#}
|
|
34997
|
-
{#var#}",
|
|
34998
|
-
"tabKey": 1,
|
|
34999
|
-
"template_id": "'1107160207324585172'",
|
|
35000
|
-
"template_name": "CAP71871_4",
|
|
35001
|
-
"type": "Service-Explicit",
|
|
35002
|
-
"unicode-validity": false,
|
|
35003
|
-
"updated-sms-editor": Array [
|
|
35004
|
-
"LATEST FASHION@VISHAL
|
|
35005
|
-
",
|
|
35006
|
-
"{#var#}",
|
|
35007
|
-
"
|
|
35008
|
-
|
|
35009
|
-
BUY1GET1-
|
|
35010
|
-
",
|
|
35011
|
-
"{#var#}",
|
|
35012
|
-
"
|
|
35013
|
-
",
|
|
35014
|
-
"{#var#}",
|
|
35015
|
-
"
|
|
35016
|
-
",
|
|
35017
|
-
"{#var#}",
|
|
35018
|
-
"
|
|
35019
|
-
|
|
35020
|
-
FREE GIFTS-
|
|
35021
|
-
",
|
|
35022
|
-
"{#var#}",
|
|
35023
|
-
"
|
|
35024
|
-
",
|
|
35025
|
-
"{#var#}",
|
|
35026
|
-
],
|
|
35027
|
-
"var-mapped": Object {
|
|
35028
|
-
"{#var#}_1": Object {
|
|
35029
|
-
"count": 1,
|
|
35030
|
-
"data": "",
|
|
35031
|
-
},
|
|
35032
|
-
"{#var#}_11": Object {
|
|
35033
|
-
"count": 1,
|
|
35034
|
-
"data": "",
|
|
35035
|
-
},
|
|
35036
|
-
"{#var#}_3": Object {
|
|
35037
|
-
"count": 1,
|
|
35038
|
-
"data": "",
|
|
35039
|
-
},
|
|
35040
|
-
"{#var#}_5": Object {
|
|
35041
|
-
"count": 1,
|
|
35042
|
-
"data": "",
|
|
35043
|
-
},
|
|
35044
|
-
"{#var#}_7": Object {
|
|
35045
|
-
"count": 1,
|
|
35046
|
-
"data": "",
|
|
35047
|
-
},
|
|
35048
|
-
"{#var#}_9": Object {
|
|
35049
|
-
"count": 1,
|
|
35050
|
-
"data": "",
|
|
35051
|
-
},
|
|
35052
|
-
},
|
|
35053
|
-
},
|
|
35054
|
-
"history": Array [
|
|
35055
|
-
Object {
|
|
35056
|
-
"category": "--",
|
|
35057
|
-
"consent-type": "Explicit",
|
|
35058
|
-
"header": "VISHMM",
|
|
35059
|
-
"sms-editor": "LATEST FASHION@VISHAL
|
|
35060
|
-
{#var#}
|
|
35061
|
-
|
|
35062
|
-
BUY1GET1-
|
|
35063
|
-
{#var#}
|
|
35064
|
-
{#var#}
|
|
35065
|
-
{#var#}
|
|
35066
|
-
|
|
35067
|
-
FREE GIFTS-
|
|
35068
|
-
{#var#}
|
|
35069
|
-
{#var#}",
|
|
35070
|
-
"tabKey": 1,
|
|
35071
|
-
"template_id": "'1107160207324585172'",
|
|
35072
|
-
"template_name": "CAP71871_4",
|
|
35073
|
-
"type": "Service-Explicit",
|
|
35074
|
-
"unicode-validity": false,
|
|
35075
|
-
"updated-sms-editor": Array [
|
|
35076
|
-
"LATEST FASHION@VISHAL
|
|
35077
|
-
",
|
|
35078
|
-
"{#var#}",
|
|
35079
|
-
"
|
|
35080
|
-
|
|
35081
|
-
BUY1GET1-
|
|
35082
|
-
",
|
|
35083
|
-
"{#var#}",
|
|
35084
|
-
"
|
|
35085
|
-
",
|
|
35086
|
-
"{#var#}",
|
|
35087
|
-
"
|
|
35088
|
-
",
|
|
35089
|
-
"{#var#}",
|
|
35090
|
-
"
|
|
35091
|
-
|
|
35092
|
-
FREE GIFTS-
|
|
35093
|
-
",
|
|
35094
|
-
"{#var#}",
|
|
35095
|
-
"
|
|
35096
|
-
",
|
|
35097
|
-
"{#var#}",
|
|
35098
|
-
],
|
|
35099
|
-
"var-mapped": Object {
|
|
35100
|
-
"{#var#}_1": Object {
|
|
35101
|
-
"count": 1,
|
|
35102
|
-
"data": "",
|
|
35103
|
-
},
|
|
35104
|
-
"{#var#}_11": Object {
|
|
35105
|
-
"count": 1,
|
|
35106
|
-
"data": "",
|
|
35107
|
-
},
|
|
35108
|
-
"{#var#}_3": Object {
|
|
35109
|
-
"count": 1,
|
|
35110
|
-
"data": "",
|
|
35111
|
-
},
|
|
35112
|
-
"{#var#}_5": Object {
|
|
35113
|
-
"count": 1,
|
|
35114
|
-
"data": "",
|
|
35115
|
-
},
|
|
35116
|
-
"{#var#}_7": Object {
|
|
35117
|
-
"count": 1,
|
|
35118
|
-
"data": "",
|
|
35119
|
-
},
|
|
35120
|
-
"{#var#}_9": Object {
|
|
35121
|
-
"count": 1,
|
|
35122
|
-
"data": "",
|
|
35123
|
-
},
|
|
35124
|
-
},
|
|
35125
|
-
},
|
|
35126
|
-
],
|
|
35127
|
-
},
|
|
35128
|
-
},
|
|
35129
|
-
[Function],
|
|
35130
|
-
],
|
|
35131
|
-
],
|
|
35132
|
-
"results": Array [
|
|
35133
|
-
Object {
|
|
35134
|
-
"type": "return",
|
|
35135
|
-
"value": undefined,
|
|
35136
|
-
},
|
|
35137
|
-
],
|
|
35138
|
-
},
|
|
34842
|
+
"editTemplate": [MockFunction],
|
|
35139
34843
|
"getTemplateDetails": [MockFunction] {
|
|
35140
34844
|
"calls": Array [
|
|
35141
34845
|
Array [
|
|
@@ -35552,6 +35256,18 @@ FREE GIFTS-
|
|
|
35552
35256
|
"id": "app.v2Components.TestAndPreviewSlidebox.senderId",
|
|
35553
35257
|
},
|
|
35554
35258
|
],
|
|
35259
|
+
Array [
|
|
35260
|
+
Object {
|
|
35261
|
+
"defaultMessage": "Email body cannot be empty",
|
|
35262
|
+
"id": "creatives.componentsV2.FormBuilder.emailBodyEmptyError",
|
|
35263
|
+
},
|
|
35264
|
+
],
|
|
35265
|
+
Array [
|
|
35266
|
+
Object {
|
|
35267
|
+
"defaultMessage": "Something went wrong while validating content, please try again later",
|
|
35268
|
+
"id": "creatives.componentsV2.FormBuilder.somethingWentWrong",
|
|
35269
|
+
},
|
|
35270
|
+
],
|
|
35555
35271
|
],
|
|
35556
35272
|
"results": Array [
|
|
35557
35273
|
Object {
|
|
@@ -35754,6 +35470,14 @@ FREE GIFTS-
|
|
|
35754
35470
|
"type": "return",
|
|
35755
35471
|
"value": undefined,
|
|
35756
35472
|
},
|
|
35473
|
+
Object {
|
|
35474
|
+
"type": "return",
|
|
35475
|
+
"value": undefined,
|
|
35476
|
+
},
|
|
35477
|
+
Object {
|
|
35478
|
+
"type": "return",
|
|
35479
|
+
"value": undefined,
|
|
35480
|
+
},
|
|
35757
35481
|
],
|
|
35758
35482
|
},
|
|
35759
35483
|
}
|
|
@@ -35806,130 +35530,8 @@ FREE GIFTS-
|
|
|
35806
35530
|
"template_name": "CAP71871_4",
|
|
35807
35531
|
"type": "Service-Explicit",
|
|
35808
35532
|
"unicode-validity": false,
|
|
35809
|
-
"updated-sms-editor": Array [
|
|
35810
|
-
"LATEST FASHION@VISHAL
|
|
35811
|
-
",
|
|
35812
|
-
"{#var#}",
|
|
35813
|
-
"
|
|
35814
|
-
|
|
35815
|
-
BUY1GET1-
|
|
35816
|
-
",
|
|
35817
|
-
"{#var#}",
|
|
35818
|
-
"
|
|
35819
|
-
",
|
|
35820
|
-
"{#var#}",
|
|
35821
|
-
"
|
|
35822
|
-
",
|
|
35823
|
-
"{#var#}",
|
|
35824
|
-
"
|
|
35825
|
-
|
|
35826
|
-
FREE GIFTS-
|
|
35827
|
-
",
|
|
35828
|
-
"{#var#}",
|
|
35829
|
-
"
|
|
35830
|
-
",
|
|
35831
|
-
"{#var#}",
|
|
35832
|
-
],
|
|
35833
|
-
"var-mapped": Object {
|
|
35834
|
-
"{#var#}_1": Object {
|
|
35835
|
-
"count": 1,
|
|
35836
|
-
"data": "",
|
|
35837
|
-
},
|
|
35838
|
-
"{#var#}_11": Object {
|
|
35839
|
-
"count": 1,
|
|
35840
|
-
"data": "",
|
|
35841
|
-
},
|
|
35842
|
-
"{#var#}_3": Object {
|
|
35843
|
-
"count": 1,
|
|
35844
|
-
"data": "",
|
|
35845
|
-
},
|
|
35846
|
-
"{#var#}_5": Object {
|
|
35847
|
-
"count": 1,
|
|
35848
|
-
"data": "",
|
|
35849
|
-
},
|
|
35850
|
-
"{#var#}_7": Object {
|
|
35851
|
-
"count": 1,
|
|
35852
|
-
"data": "",
|
|
35853
|
-
},
|
|
35854
|
-
"{#var#}_9": Object {
|
|
35855
|
-
"count": 1,
|
|
35856
|
-
"data": "",
|
|
35857
|
-
},
|
|
35858
|
-
},
|
|
35859
35533
|
},
|
|
35860
|
-
"history": Array [
|
|
35861
|
-
Object {
|
|
35862
|
-
"category": "--",
|
|
35863
|
-
"consent-type": "Explicit",
|
|
35864
|
-
"header": "VISHMM",
|
|
35865
|
-
"sms-editor": "LATEST FASHION@VISHAL
|
|
35866
|
-
{#var#}
|
|
35867
|
-
|
|
35868
|
-
BUY1GET1-
|
|
35869
|
-
{#var#}
|
|
35870
|
-
{#var#}
|
|
35871
|
-
{#var#}
|
|
35872
|
-
|
|
35873
|
-
FREE GIFTS-
|
|
35874
|
-
{#var#}
|
|
35875
|
-
{#var#}",
|
|
35876
|
-
"tabKey": 1,
|
|
35877
|
-
"template_id": "'1107160207324585172'",
|
|
35878
|
-
"template_name": "CAP71871_4",
|
|
35879
|
-
"type": "Service-Explicit",
|
|
35880
|
-
"unicode-validity": false,
|
|
35881
|
-
"updated-sms-editor": Array [
|
|
35882
|
-
"LATEST FASHION@VISHAL
|
|
35883
|
-
",
|
|
35884
|
-
"{#var#}",
|
|
35885
|
-
"
|
|
35886
|
-
|
|
35887
|
-
BUY1GET1-
|
|
35888
|
-
",
|
|
35889
|
-
"{#var#}",
|
|
35890
|
-
"
|
|
35891
|
-
",
|
|
35892
|
-
"{#var#}",
|
|
35893
|
-
"
|
|
35894
|
-
",
|
|
35895
|
-
"{#var#}",
|
|
35896
|
-
"
|
|
35897
|
-
|
|
35898
|
-
FREE GIFTS-
|
|
35899
|
-
",
|
|
35900
|
-
"{#var#}",
|
|
35901
|
-
"
|
|
35902
|
-
",
|
|
35903
|
-
"{#var#}",
|
|
35904
|
-
],
|
|
35905
|
-
"var-mapped": Object {
|
|
35906
|
-
"{#var#}_1": Object {
|
|
35907
|
-
"count": 1,
|
|
35908
|
-
"data": "",
|
|
35909
|
-
},
|
|
35910
|
-
"{#var#}_11": Object {
|
|
35911
|
-
"count": 1,
|
|
35912
|
-
"data": "",
|
|
35913
|
-
},
|
|
35914
|
-
"{#var#}_3": Object {
|
|
35915
|
-
"count": 1,
|
|
35916
|
-
"data": "",
|
|
35917
|
-
},
|
|
35918
|
-
"{#var#}_5": Object {
|
|
35919
|
-
"count": 1,
|
|
35920
|
-
"data": "",
|
|
35921
|
-
},
|
|
35922
|
-
"{#var#}_7": Object {
|
|
35923
|
-
"count": 1,
|
|
35924
|
-
"data": "",
|
|
35925
|
-
},
|
|
35926
|
-
"{#var#}_9": Object {
|
|
35927
|
-
"count": 1,
|
|
35928
|
-
"data": "",
|
|
35929
|
-
},
|
|
35930
|
-
},
|
|
35931
|
-
},
|
|
35932
|
-
],
|
|
35534
|
+
"history": Array [],
|
|
35933
35535
|
},
|
|
35934
35536
|
}
|
|
35935
35537
|
}
|
|
@@ -37704,6 +37306,18 @@ FREE GIFTS-
|
|
|
37704
37306
|
"id": "app.v2Components.TestAndPreviewSlidebox.senderId",
|
|
37705
37307
|
},
|
|
37706
37308
|
],
|
|
37309
|
+
Array [
|
|
37310
|
+
Object {
|
|
37311
|
+
"defaultMessage": "Email body cannot be empty",
|
|
37312
|
+
"id": "creatives.componentsV2.FormBuilder.emailBodyEmptyError",
|
|
37313
|
+
},
|
|
37314
|
+
],
|
|
37315
|
+
Array [
|
|
37316
|
+
Object {
|
|
37317
|
+
"defaultMessage": "Something went wrong while validating content, please try again later",
|
|
37318
|
+
"id": "creatives.componentsV2.FormBuilder.somethingWentWrong",
|
|
37319
|
+
},
|
|
37320
|
+
],
|
|
37707
37321
|
],
|
|
37708
37322
|
"results": Array [
|
|
37709
37323
|
Object {
|
|
@@ -37906,6 +37520,14 @@ FREE GIFTS-
|
|
|
37906
37520
|
"type": "return",
|
|
37907
37521
|
"value": undefined,
|
|
37908
37522
|
},
|
|
37523
|
+
Object {
|
|
37524
|
+
"type": "return",
|
|
37525
|
+
"value": undefined,
|
|
37526
|
+
},
|
|
37527
|
+
Object {
|
|
37528
|
+
"type": "return",
|
|
37529
|
+
"value": undefined,
|
|
37530
|
+
},
|
|
37909
37531
|
],
|
|
37910
37532
|
}
|
|
37911
37533
|
}
|
|
@@ -38329,6 +37951,18 @@ FREE GIFTS-
|
|
|
38329
37951
|
"id": "app.v2Components.TestAndPreviewSlidebox.senderId",
|
|
38330
37952
|
},
|
|
38331
37953
|
],
|
|
37954
|
+
Array [
|
|
37955
|
+
Object {
|
|
37956
|
+
"defaultMessage": "Email body cannot be empty",
|
|
37957
|
+
"id": "creatives.componentsV2.FormBuilder.emailBodyEmptyError",
|
|
37958
|
+
},
|
|
37959
|
+
],
|
|
37960
|
+
Array [
|
|
37961
|
+
Object {
|
|
37962
|
+
"defaultMessage": "Something went wrong while validating content, please try again later",
|
|
37963
|
+
"id": "creatives.componentsV2.FormBuilder.somethingWentWrong",
|
|
37964
|
+
},
|
|
37965
|
+
],
|
|
38332
37966
|
],
|
|
38333
37967
|
"results": Array [
|
|
38334
37968
|
Object {
|
|
@@ -38531,6 +38165,14 @@ FREE GIFTS-
|
|
|
38531
38165
|
"type": "return",
|
|
38532
38166
|
"value": undefined,
|
|
38533
38167
|
},
|
|
38168
|
+
Object {
|
|
38169
|
+
"type": "return",
|
|
38170
|
+
"value": undefined,
|
|
38171
|
+
},
|
|
38172
|
+
Object {
|
|
38173
|
+
"type": "return",
|
|
38174
|
+
"value": undefined,
|
|
38175
|
+
},
|
|
38534
38176
|
],
|
|
38535
38177
|
}
|
|
38536
38178
|
}
|
|
@@ -38841,6 +38483,7 @@ FREE GIFTS-
|
|
|
38841
38483
|
</CapButton>
|
|
38842
38484
|
<CapButton
|
|
38843
38485
|
className="create-msg create-dlt-msg"
|
|
38486
|
+
disabled={true}
|
|
38844
38487
|
isAddBtn={false}
|
|
38845
38488
|
onClick={[Function]}
|
|
38846
38489
|
type="primary"
|
|
@@ -38848,6 +38491,7 @@ FREE GIFTS-
|
|
|
38848
38491
|
<Button
|
|
38849
38492
|
block={false}
|
|
38850
38493
|
className="cap-button-v2 create-msg create-dlt-msg"
|
|
38494
|
+
disabled={true}
|
|
38851
38495
|
ghost={false}
|
|
38852
38496
|
htmlType="button"
|
|
38853
38497
|
loading={false}
|
|
@@ -38857,6 +38501,7 @@ FREE GIFTS-
|
|
|
38857
38501
|
<Wave>
|
|
38858
38502
|
<button
|
|
38859
38503
|
className="ant-btn cap-button-v2 create-msg create-dlt-msg ant-btn-primary"
|
|
38504
|
+
disabled={true}
|
|
38860
38505
|
onClick={[Function]}
|
|
38861
38506
|
type="button"
|
|
38862
38507
|
>
|
|
@@ -39272,7 +38917,7 @@ FREE GIFTS-
|
|
|
39272
38917
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
39273
38918
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
39274
38919
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
39275
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
38920
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
39276
38921
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
39277
38922
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
39278
38923
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -39280,13 +38925,13 @@ FREE GIFTS-
|
|
|
39280
38925
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
39281
38926
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
39282
38927
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
39283
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
38928
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
39284
38929
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
39285
38930
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
39286
38931
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
39287
38932
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
39288
38933
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
39289
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
38934
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
39290
38935
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
39291
38936
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
39292
38937
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -40979,7 +40624,6 @@ new message content.",
|
|
|
40979
40624
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
40980
40625
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
40981
40626
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
40982
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
40983
40627
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
40984
40628
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
40985
40629
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|
|
@@ -41578,7 +41222,7 @@ FREE GIFTS-
|
|
|
41578
41222
|
"creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
|
|
41579
41223
|
"creatives.componentsV2.CapDocumentUpload.or": "OR",
|
|
41580
41224
|
"creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
|
|
41581
|
-
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size
|
|
41225
|
+
"creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
|
|
41582
41226
|
"creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
|
|
41583
41227
|
"creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
|
|
41584
41228
|
"creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
|
|
@@ -41586,13 +41230,13 @@ FREE GIFTS-
|
|
|
41586
41230
|
"creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
|
|
41587
41231
|
"creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
|
|
41588
41232
|
"creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
|
|
41589
|
-
"creatives.componentsV2.CapImageUpload.imageSize": "Size
|
|
41233
|
+
"creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
|
|
41590
41234
|
"creatives.componentsV2.CapImageUpload.or": "OR",
|
|
41591
41235
|
"creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
|
|
41592
41236
|
"creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
|
|
41593
41237
|
"creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
|
|
41594
41238
|
"creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
|
|
41595
|
-
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size
|
|
41239
|
+
"creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
|
|
41596
41240
|
"creatives.componentsV2.CapTagList.Cancel": "Cancel",
|
|
41597
41241
|
"creatives.componentsV2.CapTagList.Ok": "Ok",
|
|
41598
41242
|
"creatives.componentsV2.CapTagList.all": "All",
|
|
@@ -43285,7 +42929,6 @@ new message content.",
|
|
|
43285
42929
|
"creatives.containersV2.WeChat.templateName": "Template Name",
|
|
43286
42930
|
"creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
|
|
43287
42931
|
"creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
|
|
43288
|
-
"creatives.containersV2.WebPush.addLabels": "Add labels",
|
|
43289
42932
|
"creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
|
|
43290
42933
|
"creatives.containersV2.Whatsapp.accountUpdate": "Account update",
|
|
43291
42934
|
"creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
|