@capillarytech/creatives-library 8.0.242-alpha.10 → 8.0.242-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (256) hide show
  1. package/assets/Android.png +0 -0
  2. package/assets/iOS.png +0 -0
  3. package/config/app.js +1 -1
  4. package/constants/unified.js +2 -2
  5. package/initialReducer.js +0 -2
  6. package/package.json +1 -1
  7. package/services/api.js +5 -10
  8. package/services/tests/api.test.js +0 -18
  9. package/translations/en.json +4 -3
  10. package/utils/common.js +6 -5
  11. package/utils/commonUtils.js +1 -14
  12. package/utils/imageUrlUpload.js +141 -0
  13. package/utils/tests/commonUtil.test.js +0 -224
  14. package/utils/transformTemplateConfig.js +10 -0
  15. package/v2Components/CapDeviceContent/index.js +56 -61
  16. package/v2Components/CapImageUpload/constants.js +2 -0
  17. package/v2Components/CapImageUpload/index.js +65 -16
  18. package/v2Components/CapImageUpload/index.scss +4 -1
  19. package/v2Components/CapImageUpload/messages.js +5 -1
  20. package/v2Components/CapImageUrlUpload/constants.js +26 -0
  21. package/v2Components/CapImageUrlUpload/index.js +365 -0
  22. package/v2Components/CapImageUrlUpload/index.scss +35 -0
  23. package/v2Components/CapImageUrlUpload/messages.js +47 -0
  24. package/v2Components/CapTagList/index.js +1 -6
  25. package/v2Components/CapTagListWithInput/index.js +1 -5
  26. package/v2Components/CapTagListWithInput/messages.js +1 -1
  27. package/v2Components/CapWhatsappCTA/tests/index.test.js +0 -5
  28. package/v2Components/ErrorInfoNote/index.js +72 -412
  29. package/v2Components/ErrorInfoNote/messages.js +0 -22
  30. package/v2Components/ErrorInfoNote/style.scss +2 -279
  31. package/v2Components/HtmlEditor/HTMLEditor.js +91 -220
  32. package/v2Components/HtmlEditor/__tests__/HTMLEditor.test.js +133 -1132
  33. package/v2Components/HtmlEditor/__tests__/index.lazy.test.js +12 -17
  34. package/v2Components/HtmlEditor/_htmlEditor.scss +45 -107
  35. package/v2Components/HtmlEditor/_index.lazy.scss +1 -1
  36. package/v2Components/HtmlEditor/components/CodeEditorPane/_codeEditorPane.scss +101 -13
  37. package/v2Components/HtmlEditor/components/CodeEditorPane/index.js +139 -148
  38. package/v2Components/HtmlEditor/components/DeviceToggle/_deviceToggle.scss +1 -2
  39. package/v2Components/HtmlEditor/components/DeviceToggle/index.js +3 -3
  40. package/v2Components/HtmlEditor/components/EditorToolbar/_editorToolbar.scss +0 -9
  41. package/v2Components/HtmlEditor/components/EditorToolbar/index.js +1 -1
  42. package/v2Components/HtmlEditor/components/FullscreenModal/_fullscreenModal.scss +0 -22
  43. package/v2Components/HtmlEditor/components/InAppPreviewPane/DeviceFrame.js +7 -4
  44. package/v2Components/HtmlEditor/components/InAppPreviewPane/__tests__/DeviceFrame.test.js +45 -35
  45. package/v2Components/HtmlEditor/components/InAppPreviewPane/_inAppPreviewPane.scss +3 -1
  46. package/v2Components/HtmlEditor/components/InAppPreviewPane/constants.js +33 -33
  47. package/v2Components/HtmlEditor/components/InAppPreviewPane/index.js +6 -7
  48. package/v2Components/HtmlEditor/components/PreviewPane/_previewPane.scss +6 -3
  49. package/v2Components/HtmlEditor/components/PreviewPane/index.js +11 -10
  50. package/v2Components/HtmlEditor/components/SplitContainer/_splitContainer.scss +1 -1
  51. package/v2Components/HtmlEditor/components/ValidationErrorDisplay/__tests__/index.test.js +72 -70
  52. package/v2Components/HtmlEditor/components/ValidationErrorDisplay/index.js +31 -49
  53. package/v2Components/HtmlEditor/constants.js +20 -29
  54. package/v2Components/HtmlEditor/hooks/__tests__/useInAppContent.test.js +16 -373
  55. package/v2Components/HtmlEditor/hooks/useEditorContent.js +2 -5
  56. package/v2Components/HtmlEditor/hooks/useInAppContent.js +146 -88
  57. package/v2Components/HtmlEditor/index.js +1 -1
  58. package/v2Components/HtmlEditor/messages.js +85 -95
  59. package/v2Components/HtmlEditor/utils/liquidTemplateSupport.js +101 -99
  60. package/v2Components/HtmlEditor/utils/properSyntaxHighlighting.js +25 -23
  61. package/v2Components/HtmlEditor/utils/validationAdapter.js +41 -34
  62. package/v2Components/MobilePushPreviewV2/index.js +7 -32
  63. package/v2Components/TemplatePreview/_templatePreview.scss +24 -44
  64. package/v2Components/TemplatePreview/index.js +32 -47
  65. package/v2Components/TemplatePreview/messages.js +0 -4
  66. package/v2Components/TestAndPreviewSlidebox/index.js +25 -31
  67. package/v2Containers/App/constants.js +5 -0
  68. package/v2Containers/BeeEditor/index.js +80 -82
  69. package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +4 -3
  70. package/v2Containers/CreativesContainer/SlideBoxContent.js +118 -148
  71. package/v2Containers/CreativesContainer/SlideBoxFooter.js +3 -9
  72. package/v2Containers/CreativesContainer/SlideBoxHeader.js +2 -2
  73. package/v2Containers/CreativesContainer/constants.js +2 -1
  74. package/v2Containers/CreativesContainer/index.js +41 -173
  75. package/v2Containers/CreativesContainer/messages.js +4 -4
  76. package/v2Containers/CreativesContainer/tests/SlideBoxContent.test.js +210 -0
  77. package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +354 -38
  78. package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +0 -36
  79. package/v2Containers/Email/actions.js +0 -7
  80. package/v2Containers/Email/constants.js +1 -5
  81. package/v2Containers/Email/index.js +0 -13
  82. package/v2Containers/Email/messages.js +0 -32
  83. package/v2Containers/Email/reducer.js +1 -12
  84. package/v2Containers/Email/sagas.js +6 -41
  85. package/v2Containers/Email/tests/__snapshots__/reducer.test.js.snap +0 -2
  86. package/v2Containers/EmailWrapper/components/EmailWrapperView.js +7 -193
  87. package/v2Containers/EmailWrapper/components/HTMLEditorTesting.js +74 -40
  88. package/v2Containers/EmailWrapper/components/__tests__/HTMLEditorTesting.test.js +67 -2
  89. package/v2Containers/EmailWrapper/constants.js +0 -2
  90. package/v2Containers/EmailWrapper/hooks/useEmailWrapper.js +67 -436
  91. package/v2Containers/EmailWrapper/index.js +23 -99
  92. package/v2Containers/EmailWrapper/messages.js +1 -61
  93. package/v2Containers/EmailWrapper/tests/EmailWrapperView.test.js +214 -0
  94. package/v2Containers/EmailWrapper/tests/useEmailWrapper.test.js +77 -111
  95. package/v2Containers/InApp/actions.js +0 -7
  96. package/v2Containers/InApp/constants.js +4 -20
  97. package/v2Containers/InApp/index.js +357 -801
  98. package/v2Containers/InApp/index.scss +3 -4
  99. package/v2Containers/InApp/messages.js +3 -7
  100. package/v2Containers/InApp/reducer.js +3 -21
  101. package/v2Containers/InApp/sagas.js +9 -29
  102. package/v2Containers/InApp/selectors.js +5 -25
  103. package/v2Containers/InApp/tests/index.test.js +50 -154
  104. package/v2Containers/InApp/tests/reducer.test.js +0 -34
  105. package/v2Containers/InApp/tests/sagas.test.js +9 -61
  106. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +12 -12
  107. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +8 -8
  108. package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +100 -77
  109. package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +72 -63
  110. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +184 -150
  111. package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +16 -12
  112. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +32 -28
  113. package/v2Containers/TagList/index.js +1 -67
  114. package/v2Containers/Templates/ChannelTypeIllustration.js +13 -1
  115. package/v2Containers/Templates/_templates.scss +202 -56
  116. package/v2Containers/Templates/actions.js +2 -1
  117. package/v2Containers/Templates/constants.js +1 -0
  118. package/v2Containers/Templates/index.js +278 -128
  119. package/v2Containers/Templates/messages.js +24 -4
  120. package/v2Containers/Templates/reducer.js +2 -0
  121. package/v2Containers/Templates/tests/index.test.js +10 -0
  122. package/v2Containers/TemplatesV2/index.js +8 -1
  123. package/v2Containers/TemplatesV2/messages.js +4 -0
  124. package/v2Containers/WebPush/Create/components/BrandIconSection.js +108 -0
  125. package/v2Containers/WebPush/Create/components/ButtonForm.js +172 -0
  126. package/v2Containers/WebPush/Create/components/ButtonItem.js +101 -0
  127. package/v2Containers/WebPush/Create/components/ButtonList.js +145 -0
  128. package/v2Containers/WebPush/Create/components/ButtonsLinksSection.js +164 -0
  129. package/v2Containers/WebPush/Create/components/ButtonsLinksSection.test.js +463 -0
  130. package/v2Containers/WebPush/Create/components/FormActions.js +54 -0
  131. package/v2Containers/WebPush/Create/components/FormActions.test.js +163 -0
  132. package/v2Containers/WebPush/Create/components/MediaSection.js +142 -0
  133. package/v2Containers/WebPush/Create/components/MediaSection.test.js +341 -0
  134. package/v2Containers/WebPush/Create/components/MessageSection.js +103 -0
  135. package/v2Containers/WebPush/Create/components/MessageSection.test.js +268 -0
  136. package/v2Containers/WebPush/Create/components/NotificationTitleSection.js +87 -0
  137. package/v2Containers/WebPush/Create/components/NotificationTitleSection.test.js +210 -0
  138. package/v2Containers/WebPush/Create/components/TemplateNameSection.js +54 -0
  139. package/v2Containers/WebPush/Create/components/TemplateNameSection.test.js +143 -0
  140. package/v2Containers/WebPush/Create/components/__snapshots__/ButtonsLinksSection.test.js.snap +86 -0
  141. package/v2Containers/WebPush/Create/components/__snapshots__/FormActions.test.js.snap +16 -0
  142. package/v2Containers/WebPush/Create/components/__snapshots__/MediaSection.test.js.snap +41 -0
  143. package/v2Containers/WebPush/Create/components/__snapshots__/MessageSection.test.js.snap +54 -0
  144. package/v2Containers/WebPush/Create/components/__snapshots__/NotificationTitleSection.test.js.snap +37 -0
  145. package/v2Containers/WebPush/Create/components/__snapshots__/TemplateNameSection.test.js.snap +21 -0
  146. package/v2Containers/WebPush/Create/components/_buttons.scss +246 -0
  147. package/v2Containers/WebPush/Create/components/tests/ButtonForm.test.js +554 -0
  148. package/v2Containers/WebPush/Create/components/tests/ButtonItem.test.js +607 -0
  149. package/v2Containers/WebPush/Create/components/tests/ButtonList.test.js +633 -0
  150. package/v2Containers/WebPush/Create/components/tests/__snapshots__/ButtonForm.test.js.snap +666 -0
  151. package/v2Containers/WebPush/Create/components/tests/__snapshots__/ButtonItem.test.js.snap +74 -0
  152. package/v2Containers/WebPush/Create/components/tests/__snapshots__/ButtonList.test.js.snap +78 -0
  153. package/v2Containers/WebPush/Create/hooks/useButtonManagement.js +138 -0
  154. package/v2Containers/WebPush/Create/hooks/useButtonManagement.test.js +406 -0
  155. package/v2Containers/WebPush/Create/hooks/useCharacterCount.js +30 -0
  156. package/v2Containers/WebPush/Create/hooks/useCharacterCount.test.js +151 -0
  157. package/v2Containers/WebPush/Create/hooks/useImageUpload.js +104 -0
  158. package/v2Containers/WebPush/Create/hooks/useImageUpload.test.js +538 -0
  159. package/v2Containers/WebPush/Create/hooks/useTagManagement.js +122 -0
  160. package/v2Containers/WebPush/Create/hooks/useTagManagement.test.js +633 -0
  161. package/v2Containers/WebPush/Create/index.js +1056 -0
  162. package/v2Containers/WebPush/Create/index.scss +134 -0
  163. package/v2Containers/WebPush/Create/messages.js +203 -0
  164. package/v2Containers/WebPush/Create/preview/DevicePreviewContent.js +228 -0
  165. package/v2Containers/WebPush/Create/preview/NotificationContainer.js +294 -0
  166. package/v2Containers/WebPush/Create/preview/PreviewContent.js +90 -0
  167. package/v2Containers/WebPush/Create/preview/PreviewControls.js +305 -0
  168. package/v2Containers/WebPush/Create/preview/PreviewDisclaimer.js +23 -0
  169. package/v2Containers/WebPush/Create/preview/WebPushPreview.js +150 -0
  170. package/v2Containers/WebPush/Create/preview/assets/Light.svg +53 -0
  171. package/v2Containers/WebPush/Create/preview/assets/Top.svg +5 -0
  172. package/v2Containers/WebPush/Create/preview/assets/android-arrow-down.svg +9 -0
  173. package/v2Containers/WebPush/Create/preview/assets/android-arrow-up.svg +9 -0
  174. package/v2Containers/WebPush/Create/preview/assets/chrome-icon.png +0 -0
  175. package/v2Containers/WebPush/Create/preview/assets/edge-icon.png +0 -0
  176. package/v2Containers/WebPush/Create/preview/assets/firefox-icon.svg +106 -0
  177. package/v2Containers/WebPush/Create/preview/assets/iOS.svg +26 -0
  178. package/v2Containers/WebPush/Create/preview/assets/macos-arrow-down-icon.svg +9 -0
  179. package/v2Containers/WebPush/Create/preview/assets/macos-triple-dot-icon.svg +9 -0
  180. package/v2Containers/WebPush/Create/preview/assets/opera-icon.svg +18 -0
  181. package/v2Containers/WebPush/Create/preview/assets/safari-icon.svg +29 -0
  182. package/v2Containers/WebPush/Create/preview/assets/windows-close-icon.svg +9 -0
  183. package/v2Containers/WebPush/Create/preview/assets/windows-triple-dot-icon.svg +9 -0
  184. package/v2Containers/WebPush/Create/preview/components/AndroidMobileChromeHeader.js +47 -0
  185. package/v2Containers/WebPush/Create/preview/components/AndroidMobileExpanded.js +141 -0
  186. package/v2Containers/WebPush/Create/preview/components/IOSHeader.js +45 -0
  187. package/v2Containers/WebPush/Create/preview/components/NotificationExpandedContent.js +68 -0
  188. package/v2Containers/WebPush/Create/preview/components/NotificationHeader.js +61 -0
  189. package/v2Containers/WebPush/Create/preview/components/WindowsChromeExpanded.js +99 -0
  190. package/v2Containers/WebPush/Create/preview/components/tests/AndroidMobileExpanded.test.js +733 -0
  191. package/v2Containers/WebPush/Create/preview/components/tests/WindowsChromeExpanded.test.js +571 -0
  192. package/v2Containers/WebPush/Create/preview/components/tests/__snapshots__/AndroidMobileExpanded.test.js.snap +81 -0
  193. package/v2Containers/WebPush/Create/preview/components/tests/__snapshots__/WindowsChromeExpanded.test.js.snap +81 -0
  194. package/v2Containers/WebPush/Create/preview/config/notificationMappings.js +50 -0
  195. package/v2Containers/WebPush/Create/preview/constants.js +637 -0
  196. package/v2Containers/WebPush/Create/preview/notification-container.scss +79 -0
  197. package/v2Containers/WebPush/Create/preview/preview.scss +351 -0
  198. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-chrome.scss +370 -0
  199. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-edge.scss +12 -0
  200. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-firefox.scss +12 -0
  201. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-opera.scss +12 -0
  202. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-chrome.scss +47 -0
  203. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-edge.scss +11 -0
  204. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-firefox.scss +11 -0
  205. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-opera.scss +11 -0
  206. package/v2Containers/WebPush/Create/preview/styles/_base.scss +207 -0
  207. package/v2Containers/WebPush/Create/preview/styles/_ios.scss +153 -0
  208. package/v2Containers/WebPush/Create/preview/styles/_ipados.scss +107 -0
  209. package/v2Containers/WebPush/Create/preview/styles/_macos-chrome.scss +101 -0
  210. package/v2Containers/WebPush/Create/preview/styles/_windows-chrome.scss +229 -0
  211. package/v2Containers/WebPush/Create/preview/tests/DevicePreviewContent.test.js +909 -0
  212. package/v2Containers/WebPush/Create/preview/tests/NotificationContainer.test.js +1081 -0
  213. package/v2Containers/WebPush/Create/preview/tests/PreviewControls.test.js +723 -0
  214. package/v2Containers/WebPush/Create/preview/tests/WebPushPreview.test.js +943 -0
  215. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/DevicePreviewContent.test.js.snap +131 -0
  216. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/NotificationContainer.test.js.snap +112 -0
  217. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/PreviewControls.test.js.snap +144 -0
  218. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/WebPushPreview.test.js.snap +129 -0
  219. package/v2Containers/WebPush/Create/utils/payloadBuilder.js +94 -0
  220. package/v2Containers/WebPush/Create/utils/payloadBuilder.test.js +390 -0
  221. package/v2Containers/WebPush/Create/utils/previewUtils.js +89 -0
  222. package/v2Containers/WebPush/Create/utils/urlValidation.js +115 -0
  223. package/v2Containers/WebPush/Create/utils/urlValidation.test.js +449 -0
  224. package/v2Containers/WebPush/Create/utils/validation.js +75 -0
  225. package/v2Containers/WebPush/Create/utils/validation.test.js +283 -0
  226. package/v2Containers/WebPush/actions.js +60 -0
  227. package/v2Containers/WebPush/constants.js +128 -0
  228. package/v2Containers/WebPush/index.js +2 -0
  229. package/v2Containers/WebPush/reducer.js +104 -0
  230. package/v2Containers/WebPush/sagas.js +119 -0
  231. package/v2Containers/WebPush/selectors.js +65 -0
  232. package/v2Containers/WebPush/tests/reducer.test.js +863 -0
  233. package/v2Containers/WebPush/tests/sagas.test.js +566 -0
  234. package/v2Containers/WebPush/tests/selectors.test.js +843 -0
  235. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +528 -431
  236. package/v2Components/HtmlEditor/components/ValidationTabs/_validationTabs.scss +0 -254
  237. package/v2Components/HtmlEditor/components/ValidationTabs/index.js +0 -362
  238. package/v2Components/HtmlEditor/components/ValidationTabs/messages.js +0 -51
  239. package/v2Containers/BeePopupEditor/constants.js +0 -10
  240. package/v2Containers/BeePopupEditor/index.js +0 -193
  241. package/v2Containers/BeePopupEditor/tests/index.test.js +0 -627
  242. package/v2Containers/EmailWrapper/components/EmailHTMLEditor.js +0 -1046
  243. package/v2Containers/InApp/__tests__/InAppHTMLEditor.test.js +0 -376
  244. package/v2Containers/InApp/__tests__/sagas.test.js +0 -363
  245. package/v2Containers/InApp/tests/selectors.test.js +0 -612
  246. package/v2Containers/InAppWrapper/components/InAppWrapperView.js +0 -162
  247. package/v2Containers/InAppWrapper/components/__tests__/InAppWrapperView.test.js +0 -267
  248. package/v2Containers/InAppWrapper/components/inAppWrapperView.scss +0 -9
  249. package/v2Containers/InAppWrapper/constants.js +0 -16
  250. package/v2Containers/InAppWrapper/hooks/__tests__/useInAppWrapper.test.js +0 -473
  251. package/v2Containers/InAppWrapper/hooks/useInAppWrapper.js +0 -198
  252. package/v2Containers/InAppWrapper/index.js +0 -148
  253. package/v2Containers/InAppWrapper/messages.js +0 -49
  254. package/v2Containers/InappAdvance/index.js +0 -1099
  255. package/v2Containers/InappAdvance/index.scss +0 -10
  256. package/v2Containers/InappAdvance/tests/index.test.js +0 -448
@@ -189,7 +189,7 @@ exports[`Creatives rcs test/> template desc change 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 upto: {size}",
192
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {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 rcs test/> template desc change 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 upto: 2MB",
200
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 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 upto: 5MB",
206
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
207
207
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
208
208
  "creatives.componentsV2.CapTagList.Ok": "Ok",
209
209
  "creatives.componentsV2.CapTagList.all": "All",
@@ -1896,6 +1896,7 @@ 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",
1899
1900
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
1900
1901
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
1901
1902
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -2281,7 +2282,6 @@ new message content.",
2281
2282
  "email": [Function],
2282
2283
  "facebookPreview": [Function],
2283
2284
  "gallery": [Function],
2284
- "inApp": [Function],
2285
2285
  "language": [Function],
2286
2286
  "navigationConfig": [Function],
2287
2287
  "previewAndTest": [Function],
@@ -4125,7 +4125,7 @@ new message content.",
4125
4125
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
4126
4126
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
4127
4127
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
4128
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
4128
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
4129
4129
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
4130
4130
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
4131
4131
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -4133,13 +4133,13 @@ new message content.",
4133
4133
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
4134
4134
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
4135
4135
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
4136
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
4136
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
4137
4137
  "creatives.componentsV2.CapImageUpload.or": "OR",
4138
4138
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
4139
4139
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
4140
4140
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
4141
4141
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
4142
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
4142
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
4143
4143
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
4144
4144
  "creatives.componentsV2.CapTagList.Ok": "Ok",
4145
4145
  "creatives.componentsV2.CapTagList.all": "All",
@@ -5832,6 +5832,7 @@ new message content.",
5832
5832
  "creatives.containersV2.WeChat.templateName": "Template Name",
5833
5833
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
5834
5834
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
5835
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
5835
5836
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
5836
5837
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
5837
5838
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -6383,7 +6384,7 @@ new message content.",
6383
6384
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
6384
6385
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
6385
6386
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
6386
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
6387
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
6387
6388
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
6388
6389
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
6389
6390
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -6391,13 +6392,13 @@ new message content.",
6391
6392
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
6392
6393
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
6393
6394
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
6394
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
6395
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
6395
6396
  "creatives.componentsV2.CapImageUpload.or": "OR",
6396
6397
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
6397
6398
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
6398
6399
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
6399
6400
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
6400
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
6401
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
6401
6402
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
6402
6403
  "creatives.componentsV2.CapTagList.Ok": "Ok",
6403
6404
  "creatives.componentsV2.CapTagList.all": "All",
@@ -8090,6 +8091,7 @@ new message content.",
8090
8091
  "creatives.containersV2.WeChat.templateName": "Template Name",
8091
8092
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
8092
8093
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
8094
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
8093
8095
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
8094
8096
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
8095
8097
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -9606,7 +9608,7 @@ new message content.",
9606
9608
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
9607
9609
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
9608
9610
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
9609
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
9611
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
9610
9612
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
9611
9613
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
9612
9614
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -9614,13 +9616,13 @@ new message content.",
9614
9616
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
9615
9617
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
9616
9618
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
9617
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
9619
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
9618
9620
  "creatives.componentsV2.CapImageUpload.or": "OR",
9619
9621
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
9620
9622
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
9621
9623
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
9622
9624
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
9623
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
9625
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
9624
9626
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
9625
9627
  "creatives.componentsV2.CapTagList.Ok": "Ok",
9626
9628
  "creatives.componentsV2.CapTagList.all": "All",
@@ -11313,6 +11315,7 @@ new message content.",
11313
11315
  "creatives.containersV2.WeChat.templateName": "Template Name",
11314
11316
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
11315
11317
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
11318
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
11316
11319
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
11317
11320
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
11318
11321
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -12014,7 +12017,7 @@ exports[`Creatives rcs test/> template desc change 2`] = `
12014
12017
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
12015
12018
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
12016
12019
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
12017
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
12020
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
12018
12021
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
12019
12022
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
12020
12023
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -12022,13 +12025,13 @@ exports[`Creatives rcs test/> template desc change 2`] = `
12022
12025
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
12023
12026
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
12024
12027
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
12025
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
12028
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
12026
12029
  "creatives.componentsV2.CapImageUpload.or": "OR",
12027
12030
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
12028
12031
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
12029
12032
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
12030
12033
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
12031
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
12034
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
12032
12035
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
12033
12036
  "creatives.componentsV2.CapTagList.Ok": "Ok",
12034
12037
  "creatives.componentsV2.CapTagList.all": "All",
@@ -13721,6 +13724,7 @@ new message content.",
13721
13724
  "creatives.containersV2.WeChat.templateName": "Template Name",
13722
13725
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
13723
13726
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
13727
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
13724
13728
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
13725
13729
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
13726
13730
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -14106,7 +14110,6 @@ new message content.",
14106
14110
  "email": [Function],
14107
14111
  "facebookPreview": [Function],
14108
14112
  "gallery": [Function],
14109
- "inApp": [Function],
14110
14113
  "language": [Function],
14111
14114
  "navigationConfig": [Function],
14112
14115
  "previewAndTest": [Function],
@@ -15950,7 +15953,7 @@ new message content.",
15950
15953
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
15951
15954
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
15952
15955
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
15953
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
15956
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
15954
15957
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
15955
15958
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
15956
15959
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -15958,13 +15961,13 @@ new message content.",
15958
15961
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
15959
15962
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
15960
15963
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
15961
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
15964
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
15962
15965
  "creatives.componentsV2.CapImageUpload.or": "OR",
15963
15966
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
15964
15967
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
15965
15968
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
15966
15969
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
15967
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
15970
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
15968
15971
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
15969
15972
  "creatives.componentsV2.CapTagList.Ok": "Ok",
15970
15973
  "creatives.componentsV2.CapTagList.all": "All",
@@ -17657,6 +17660,7 @@ new message content.",
17657
17660
  "creatives.containersV2.WeChat.templateName": "Template Name",
17658
17661
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
17659
17662
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
17663
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
17660
17664
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
17661
17665
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
17662
17666
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -18208,7 +18212,7 @@ new message content.",
18208
18212
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
18209
18213
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
18210
18214
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
18211
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
18215
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
18212
18216
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
18213
18217
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
18214
18218
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -18216,13 +18220,13 @@ new message content.",
18216
18220
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
18217
18221
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
18218
18222
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
18219
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
18223
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
18220
18224
  "creatives.componentsV2.CapImageUpload.or": "OR",
18221
18225
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
18222
18226
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
18223
18227
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
18224
18228
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
18225
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
18229
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
18226
18230
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
18227
18231
  "creatives.componentsV2.CapTagList.Ok": "Ok",
18228
18232
  "creatives.componentsV2.CapTagList.all": "All",
@@ -19915,6 +19919,7 @@ new message content.",
19915
19919
  "creatives.containersV2.WeChat.templateName": "Template Name",
19916
19920
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
19917
19921
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
19922
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
19918
19923
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
19919
19924
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
19920
19925
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -21431,7 +21436,7 @@ new message content.",
21431
21436
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
21432
21437
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
21433
21438
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
21434
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
21439
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
21435
21440
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
21436
21441
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
21437
21442
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -21439,13 +21444,13 @@ new message content.",
21439
21444
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
21440
21445
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
21441
21446
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
21442
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
21447
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
21443
21448
  "creatives.componentsV2.CapImageUpload.or": "OR",
21444
21449
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
21445
21450
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
21446
21451
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
21447
21452
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
21448
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
21453
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
21449
21454
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
21450
21455
  "creatives.componentsV2.CapTagList.Ok": "Ok",
21451
21456
  "creatives.componentsV2.CapTagList.all": "All",
@@ -23138,6 +23143,7 @@ new message content.",
23138
23143
  "creatives.containersV2.WeChat.templateName": "Template Name",
23139
23144
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
23140
23145
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
23146
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
23141
23147
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
23142
23148
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
23143
23149
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -23839,7 +23845,7 @@ exports[`Creatives rcs test/> template name change 1`] = `
23839
23845
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
23840
23846
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
23841
23847
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
23842
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
23848
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
23843
23849
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
23844
23850
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
23845
23851
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -23847,13 +23853,13 @@ exports[`Creatives rcs test/> template name change 1`] = `
23847
23853
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
23848
23854
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
23849
23855
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
23850
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
23856
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
23851
23857
  "creatives.componentsV2.CapImageUpload.or": "OR",
23852
23858
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
23853
23859
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
23854
23860
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
23855
23861
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
23856
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
23862
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
23857
23863
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
23858
23864
  "creatives.componentsV2.CapTagList.Ok": "Ok",
23859
23865
  "creatives.componentsV2.CapTagList.all": "All",
@@ -25546,6 +25552,7 @@ new message content.",
25546
25552
  "creatives.containersV2.WeChat.templateName": "Template Name",
25547
25553
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
25548
25554
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
25555
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
25549
25556
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
25550
25557
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
25551
25558
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -25931,7 +25938,6 @@ new message content.",
25931
25938
  "email": [Function],
25932
25939
  "facebookPreview": [Function],
25933
25940
  "gallery": [Function],
25934
- "inApp": [Function],
25935
25941
  "language": [Function],
25936
25942
  "navigationConfig": [Function],
25937
25943
  "previewAndTest": [Function],
@@ -27929,7 +27935,7 @@ new message content.",
27929
27935
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
27930
27936
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
27931
27937
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
27932
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
27938
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
27933
27939
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
27934
27940
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
27935
27941
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -27937,13 +27943,13 @@ new message content.",
27937
27943
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
27938
27944
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
27939
27945
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
27940
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
27946
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
27941
27947
  "creatives.componentsV2.CapImageUpload.or": "OR",
27942
27948
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
27943
27949
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
27944
27950
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
27945
27951
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
27946
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
27952
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
27947
27953
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
27948
27954
  "creatives.componentsV2.CapTagList.Ok": "Ok",
27949
27955
  "creatives.componentsV2.CapTagList.all": "All",
@@ -29636,6 +29642,7 @@ new message content.",
29636
29642
  "creatives.containersV2.WeChat.templateName": "Template Name",
29637
29643
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
29638
29644
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
29645
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
29639
29646
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
29640
29647
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
29641
29648
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -30187,7 +30194,7 @@ new message content.",
30187
30194
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
30188
30195
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
30189
30196
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
30190
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
30197
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
30191
30198
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
30192
30199
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
30193
30200
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -30195,13 +30202,13 @@ new message content.",
30195
30202
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
30196
30203
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
30197
30204
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
30198
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
30205
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
30199
30206
  "creatives.componentsV2.CapImageUpload.or": "OR",
30200
30207
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
30201
30208
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
30202
30209
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
30203
30210
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
30204
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
30211
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
30205
30212
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
30206
30213
  "creatives.componentsV2.CapTagList.Ok": "Ok",
30207
30214
  "creatives.componentsV2.CapTagList.all": "All",
@@ -31894,6 +31901,7 @@ new message content.",
31894
31901
  "creatives.containersV2.WeChat.templateName": "Template Name",
31895
31902
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
31896
31903
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
31904
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
31897
31905
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
31898
31906
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
31899
31907
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -33410,7 +33418,7 @@ new message content.",
33410
33418
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
33411
33419
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
33412
33420
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
33413
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
33421
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
33414
33422
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
33415
33423
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
33416
33424
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -33418,13 +33426,13 @@ new message content.",
33418
33426
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
33419
33427
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
33420
33428
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
33421
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
33429
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
33422
33430
  "creatives.componentsV2.CapImageUpload.or": "OR",
33423
33431
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
33424
33432
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
33425
33433
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
33426
33434
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
33427
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
33435
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
33428
33436
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
33429
33437
  "creatives.componentsV2.CapTagList.Ok": "Ok",
33430
33438
  "creatives.componentsV2.CapTagList.all": "All",
@@ -35117,6 +35125,7 @@ new message content.",
35117
35125
  "creatives.containersV2.WeChat.templateName": "Template Name",
35118
35126
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
35119
35127
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
35128
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
35120
35129
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
35121
35130
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
35122
35131
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -35818,7 +35827,7 @@ exports[`Creatives rcs test/> template name change 2`] = `
35818
35827
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
35819
35828
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
35820
35829
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
35821
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
35830
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
35822
35831
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
35823
35832
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
35824
35833
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -35826,13 +35835,13 @@ exports[`Creatives rcs test/> template name change 2`] = `
35826
35835
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
35827
35836
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
35828
35837
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
35829
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
35838
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
35830
35839
  "creatives.componentsV2.CapImageUpload.or": "OR",
35831
35840
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
35832
35841
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
35833
35842
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
35834
35843
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
35835
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
35844
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
35836
35845
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
35837
35846
  "creatives.componentsV2.CapTagList.Ok": "Ok",
35838
35847
  "creatives.componentsV2.CapTagList.all": "All",
@@ -37525,6 +37534,7 @@ new message content.",
37525
37534
  "creatives.containersV2.WeChat.templateName": "Template Name",
37526
37535
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
37527
37536
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
37537
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
37528
37538
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
37529
37539
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
37530
37540
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -37910,7 +37920,6 @@ new message content.",
37910
37920
  "email": [Function],
37911
37921
  "facebookPreview": [Function],
37912
37922
  "gallery": [Function],
37913
- "inApp": [Function],
37914
37923
  "language": [Function],
37915
37924
  "navigationConfig": [Function],
37916
37925
  "previewAndTest": [Function],
@@ -40068,7 +40077,7 @@ new message content.",
40068
40077
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
40069
40078
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
40070
40079
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
40071
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
40080
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
40072
40081
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
40073
40082
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
40074
40083
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -40076,13 +40085,13 @@ new message content.",
40076
40085
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
40077
40086
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
40078
40087
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
40079
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
40088
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
40080
40089
  "creatives.componentsV2.CapImageUpload.or": "OR",
40081
40090
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
40082
40091
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
40083
40092
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
40084
40093
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
40085
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
40094
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
40086
40095
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
40087
40096
  "creatives.componentsV2.CapTagList.Ok": "Ok",
40088
40097
  "creatives.componentsV2.CapTagList.all": "All",
@@ -41775,6 +41784,7 @@ new message content.",
41775
41784
  "creatives.containersV2.WeChat.templateName": "Template Name",
41776
41785
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
41777
41786
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
41787
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
41778
41788
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
41779
41789
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
41780
41790
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -42326,7 +42336,7 @@ new message content.",
42326
42336
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
42327
42337
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
42328
42338
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
42329
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
42339
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
42330
42340
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
42331
42341
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
42332
42342
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -42334,13 +42344,13 @@ new message content.",
42334
42344
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
42335
42345
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
42336
42346
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
42337
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
42347
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
42338
42348
  "creatives.componentsV2.CapImageUpload.or": "OR",
42339
42349
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
42340
42350
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
42341
42351
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
42342
42352
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
42343
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
42353
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
42344
42354
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
42345
42355
  "creatives.componentsV2.CapTagList.Ok": "Ok",
42346
42356
  "creatives.componentsV2.CapTagList.all": "All",
@@ -44033,6 +44043,7 @@ new message content.",
44033
44043
  "creatives.containersV2.WeChat.templateName": "Template Name",
44034
44044
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
44035
44045
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
44046
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
44036
44047
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
44037
44048
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
44038
44049
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -45549,7 +45560,7 @@ new message content.",
45549
45560
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
45550
45561
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
45551
45562
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
45552
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
45563
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
45553
45564
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
45554
45565
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
45555
45566
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -45557,13 +45568,13 @@ new message content.",
45557
45568
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
45558
45569
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
45559
45570
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
45560
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
45571
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
45561
45572
  "creatives.componentsV2.CapImageUpload.or": "OR",
45562
45573
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
45563
45574
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
45564
45575
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
45565
45576
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
45566
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
45577
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
45567
45578
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
45568
45579
  "creatives.componentsV2.CapTagList.Ok": "Ok",
45569
45580
  "creatives.componentsV2.CapTagList.all": "All",
@@ -47256,6 +47267,7 @@ new message content.",
47256
47267
  "creatives.containersV2.WeChat.templateName": "Template Name",
47257
47268
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
47258
47269
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
47270
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
47259
47271
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
47260
47272
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
47261
47273
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -47957,7 +47969,7 @@ exports[`Creatives rcs test/> template title change 1`] = `
47957
47969
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
47958
47970
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
47959
47971
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
47960
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
47972
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
47961
47973
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
47962
47974
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
47963
47975
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -47965,13 +47977,13 @@ exports[`Creatives rcs test/> template title change 1`] = `
47965
47977
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
47966
47978
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
47967
47979
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
47968
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
47980
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
47969
47981
  "creatives.componentsV2.CapImageUpload.or": "OR",
47970
47982
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
47971
47983
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
47972
47984
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
47973
47985
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
47974
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
47986
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
47975
47987
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
47976
47988
  "creatives.componentsV2.CapTagList.Ok": "Ok",
47977
47989
  "creatives.componentsV2.CapTagList.all": "All",
@@ -49664,6 +49676,7 @@ new message content.",
49664
49676
  "creatives.containersV2.WeChat.templateName": "Template Name",
49665
49677
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
49666
49678
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
49679
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
49667
49680
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
49668
49681
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
49669
49682
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -50049,7 +50062,6 @@ new message content.",
50049
50062
  "email": [Function],
50050
50063
  "facebookPreview": [Function],
50051
50064
  "gallery": [Function],
50052
- "inApp": [Function],
50053
50065
  "language": [Function],
50054
50066
  "navigationConfig": [Function],
50055
50067
  "previewAndTest": [Function],
@@ -51893,7 +51905,7 @@ new message content.",
51893
51905
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
51894
51906
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
51895
51907
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
51896
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
51908
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
51897
51909
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
51898
51910
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
51899
51911
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -51901,13 +51913,13 @@ new message content.",
51901
51913
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
51902
51914
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
51903
51915
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
51904
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
51916
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
51905
51917
  "creatives.componentsV2.CapImageUpload.or": "OR",
51906
51918
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
51907
51919
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
51908
51920
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
51909
51921
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
51910
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
51922
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
51911
51923
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
51912
51924
  "creatives.componentsV2.CapTagList.Ok": "Ok",
51913
51925
  "creatives.componentsV2.CapTagList.all": "All",
@@ -53600,6 +53612,7 @@ new message content.",
53600
53612
  "creatives.containersV2.WeChat.templateName": "Template Name",
53601
53613
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
53602
53614
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
53615
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
53603
53616
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
53604
53617
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
53605
53618
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -54151,7 +54164,7 @@ new message content.",
54151
54164
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
54152
54165
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
54153
54166
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
54154
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
54167
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
54155
54168
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
54156
54169
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
54157
54170
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -54159,13 +54172,13 @@ new message content.",
54159
54172
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
54160
54173
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
54161
54174
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
54162
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
54175
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
54163
54176
  "creatives.componentsV2.CapImageUpload.or": "OR",
54164
54177
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
54165
54178
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
54166
54179
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
54167
54180
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
54168
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
54181
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
54169
54182
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
54170
54183
  "creatives.componentsV2.CapTagList.Ok": "Ok",
54171
54184
  "creatives.componentsV2.CapTagList.all": "All",
@@ -55858,6 +55871,7 @@ new message content.",
55858
55871
  "creatives.containersV2.WeChat.templateName": "Template Name",
55859
55872
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
55860
55873
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
55874
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
55861
55875
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
55862
55876
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
55863
55877
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -57374,7 +57388,7 @@ new message content.",
57374
57388
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
57375
57389
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
57376
57390
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
57377
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
57391
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
57378
57392
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
57379
57393
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
57380
57394
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -57382,13 +57396,13 @@ new message content.",
57382
57396
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
57383
57397
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
57384
57398
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
57385
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
57399
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
57386
57400
  "creatives.componentsV2.CapImageUpload.or": "OR",
57387
57401
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
57388
57402
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
57389
57403
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
57390
57404
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
57391
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
57405
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
57392
57406
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
57393
57407
  "creatives.componentsV2.CapTagList.Ok": "Ok",
57394
57408
  "creatives.componentsV2.CapTagList.all": "All",
@@ -59081,6 +59095,7 @@ new message content.",
59081
59095
  "creatives.containersV2.WeChat.templateName": "Template Name",
59082
59096
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
59083
59097
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
59098
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
59084
59099
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
59085
59100
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
59086
59101
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -59782,7 +59797,7 @@ exports[`Creatives rcs test/> template title change 2`] = `
59782
59797
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
59783
59798
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
59784
59799
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
59785
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
59800
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
59786
59801
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
59787
59802
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
59788
59803
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -59790,13 +59805,13 @@ exports[`Creatives rcs test/> template title change 2`] = `
59790
59805
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
59791
59806
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
59792
59807
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
59793
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
59808
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
59794
59809
  "creatives.componentsV2.CapImageUpload.or": "OR",
59795
59810
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
59796
59811
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
59797
59812
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
59798
59813
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
59799
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
59814
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
59800
59815
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
59801
59816
  "creatives.componentsV2.CapTagList.Ok": "Ok",
59802
59817
  "creatives.componentsV2.CapTagList.all": "All",
@@ -61489,6 +61504,7 @@ new message content.",
61489
61504
  "creatives.containersV2.WeChat.templateName": "Template Name",
61490
61505
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
61491
61506
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
61507
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
61492
61508
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
61493
61509
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
61494
61510
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -61874,7 +61890,6 @@ new message content.",
61874
61890
  "email": [Function],
61875
61891
  "facebookPreview": [Function],
61876
61892
  "gallery": [Function],
61877
- "inApp": [Function],
61878
61893
  "language": [Function],
61879
61894
  "navigationConfig": [Function],
61880
61895
  "previewAndTest": [Function],
@@ -65379,7 +65394,7 @@ new message content.",
65379
65394
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
65380
65395
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
65381
65396
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
65382
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
65397
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
65383
65398
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
65384
65399
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
65385
65400
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -65387,13 +65402,13 @@ new message content.",
65387
65402
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
65388
65403
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
65389
65404
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
65390
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
65405
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
65391
65406
  "creatives.componentsV2.CapImageUpload.or": "OR",
65392
65407
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
65393
65408
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
65394
65409
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
65395
65410
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
65396
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
65411
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
65397
65412
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
65398
65413
  "creatives.componentsV2.CapTagList.Ok": "Ok",
65399
65414
  "creatives.componentsV2.CapTagList.all": "All",
@@ -67086,6 +67101,7 @@ new message content.",
67086
67101
  "creatives.containersV2.WeChat.templateName": "Template Name",
67087
67102
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
67088
67103
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
67104
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
67089
67105
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
67090
67106
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
67091
67107
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -67637,7 +67653,7 @@ new message content.",
67637
67653
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
67638
67654
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
67639
67655
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
67640
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
67656
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
67641
67657
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
67642
67658
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
67643
67659
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -67645,13 +67661,13 @@ new message content.",
67645
67661
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
67646
67662
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
67647
67663
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
67648
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
67664
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
67649
67665
  "creatives.componentsV2.CapImageUpload.or": "OR",
67650
67666
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
67651
67667
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
67652
67668
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
67653
67669
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
67654
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
67670
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
67655
67671
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
67656
67672
  "creatives.componentsV2.CapTagList.Ok": "Ok",
67657
67673
  "creatives.componentsV2.CapTagList.all": "All",
@@ -69344,6 +69360,7 @@ new message content.",
69344
69360
  "creatives.containersV2.WeChat.templateName": "Template Name",
69345
69361
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
69346
69362
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
69363
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
69347
69364
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
69348
69365
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
69349
69366
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -70864,7 +70881,7 @@ new message content.",
70864
70881
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
70865
70882
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
70866
70883
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
70867
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
70884
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
70868
70885
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
70869
70886
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
70870
70887
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -70872,13 +70889,13 @@ new message content.",
70872
70889
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
70873
70890
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
70874
70891
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
70875
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
70892
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
70876
70893
  "creatives.componentsV2.CapImageUpload.or": "OR",
70877
70894
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
70878
70895
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
70879
70896
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
70880
70897
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
70881
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
70898
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
70882
70899
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
70883
70900
  "creatives.componentsV2.CapTagList.Ok": "Ok",
70884
70901
  "creatives.componentsV2.CapTagList.all": "All",
@@ -72571,6 +72588,7 @@ new message content.",
72571
72588
  "creatives.containersV2.WeChat.templateName": "Template Name",
72572
72589
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
72573
72590
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
72591
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
72574
72592
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
72575
72593
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
72576
72594
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -73272,7 +73290,7 @@ exports[`Creatives rcs test/> template title change 3`] = `
73272
73290
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
73273
73291
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
73274
73292
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
73275
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
73293
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
73276
73294
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
73277
73295
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
73278
73296
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -73280,13 +73298,13 @@ exports[`Creatives rcs test/> template title change 3`] = `
73280
73298
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
73281
73299
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
73282
73300
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
73283
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
73301
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
73284
73302
  "creatives.componentsV2.CapImageUpload.or": "OR",
73285
73303
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
73286
73304
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
73287
73305
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
73288
73306
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
73289
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
73307
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
73290
73308
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
73291
73309
  "creatives.componentsV2.CapTagList.Ok": "Ok",
73292
73310
  "creatives.componentsV2.CapTagList.all": "All",
@@ -74979,6 +74997,7 @@ new message content.",
74979
74997
  "creatives.containersV2.WeChat.templateName": "Template Name",
74980
74998
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
74981
74999
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
75000
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
74982
75001
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
74983
75002
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
74984
75003
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -75364,7 +75383,6 @@ new message content.",
75364
75383
  "email": [Function],
75365
75384
  "facebookPreview": [Function],
75366
75385
  "gallery": [Function],
75367
- "inApp": [Function],
75368
75386
  "language": [Function],
75369
75387
  "navigationConfig": [Function],
75370
75388
  "previewAndTest": [Function],
@@ -78869,7 +78887,7 @@ new message content.",
78869
78887
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
78870
78888
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
78871
78889
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
78872
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
78890
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
78873
78891
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
78874
78892
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
78875
78893
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -78877,13 +78895,13 @@ new message content.",
78877
78895
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
78878
78896
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
78879
78897
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
78880
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
78898
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
78881
78899
  "creatives.componentsV2.CapImageUpload.or": "OR",
78882
78900
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
78883
78901
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
78884
78902
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
78885
78903
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
78886
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
78904
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
78887
78905
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
78888
78906
  "creatives.componentsV2.CapTagList.Ok": "Ok",
78889
78907
  "creatives.componentsV2.CapTagList.all": "All",
@@ -80576,6 +80594,7 @@ new message content.",
80576
80594
  "creatives.containersV2.WeChat.templateName": "Template Name",
80577
80595
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
80578
80596
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
80597
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
80579
80598
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
80580
80599
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
80581
80600
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -81127,7 +81146,7 @@ new message content.",
81127
81146
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
81128
81147
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
81129
81148
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
81130
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
81149
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
81131
81150
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
81132
81151
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
81133
81152
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -81135,13 +81154,13 @@ new message content.",
81135
81154
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
81136
81155
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
81137
81156
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
81138
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
81157
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
81139
81158
  "creatives.componentsV2.CapImageUpload.or": "OR",
81140
81159
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
81141
81160
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
81142
81161
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
81143
81162
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
81144
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
81163
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
81145
81164
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
81146
81165
  "creatives.componentsV2.CapTagList.Ok": "Ok",
81147
81166
  "creatives.componentsV2.CapTagList.all": "All",
@@ -82834,6 +82853,7 @@ new message content.",
82834
82853
  "creatives.containersV2.WeChat.templateName": "Template Name",
82835
82854
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
82836
82855
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
82856
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
82837
82857
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
82838
82858
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
82839
82859
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -84354,7 +84374,7 @@ new message content.",
84354
84374
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
84355
84375
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
84356
84376
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
84357
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
84377
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
84358
84378
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
84359
84379
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
84360
84380
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -84362,13 +84382,13 @@ new message content.",
84362
84382
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
84363
84383
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
84364
84384
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
84365
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
84385
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
84366
84386
  "creatives.componentsV2.CapImageUpload.or": "OR",
84367
84387
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
84368
84388
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
84369
84389
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
84370
84390
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
84371
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
84391
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
84372
84392
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
84373
84393
  "creatives.componentsV2.CapTagList.Ok": "Ok",
84374
84394
  "creatives.componentsV2.CapTagList.all": "All",
@@ -86061,6 +86081,7 @@ new message content.",
86061
86081
  "creatives.containersV2.WeChat.templateName": "Template Name",
86062
86082
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
86063
86083
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
86084
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
86064
86085
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
86065
86086
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
86066
86087
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -86762,7 +86783,7 @@ exports[`Creatives rcs test/> template title change 4`] = `
86762
86783
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
86763
86784
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
86764
86785
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
86765
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
86786
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
86766
86787
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
86767
86788
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
86768
86789
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -86770,13 +86791,13 @@ exports[`Creatives rcs test/> template title change 4`] = `
86770
86791
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
86771
86792
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
86772
86793
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
86773
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
86794
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
86774
86795
  "creatives.componentsV2.CapImageUpload.or": "OR",
86775
86796
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
86776
86797
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
86777
86798
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
86778
86799
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
86779
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
86800
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
86780
86801
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
86781
86802
  "creatives.componentsV2.CapTagList.Ok": "Ok",
86782
86803
  "creatives.componentsV2.CapTagList.all": "All",
@@ -88469,6 +88490,7 @@ new message content.",
88469
88490
  "creatives.containersV2.WeChat.templateName": "Template Name",
88470
88491
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
88471
88492
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
88493
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
88472
88494
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
88473
88495
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
88474
88496
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -88854,7 +88876,6 @@ new message content.",
88854
88876
  "email": [Function],
88855
88877
  "facebookPreview": [Function],
88856
88878
  "gallery": [Function],
88857
- "inApp": [Function],
88858
88879
  "language": [Function],
88859
88880
  "navigationConfig": [Function],
88860
88881
  "previewAndTest": [Function],
@@ -91934,7 +91955,7 @@ new message content.",
91934
91955
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
91935
91956
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
91936
91957
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
91937
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
91958
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
91938
91959
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
91939
91960
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
91940
91961
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -91942,13 +91963,13 @@ new message content.",
91942
91963
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
91943
91964
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
91944
91965
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
91945
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
91966
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
91946
91967
  "creatives.componentsV2.CapImageUpload.or": "OR",
91947
91968
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
91948
91969
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
91949
91970
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
91950
91971
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
91951
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
91972
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
91952
91973
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
91953
91974
  "creatives.componentsV2.CapTagList.Ok": "Ok",
91954
91975
  "creatives.componentsV2.CapTagList.all": "All",
@@ -93641,6 +93662,7 @@ new message content.",
93641
93662
  "creatives.containersV2.WeChat.templateName": "Template Name",
93642
93663
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
93643
93664
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
93665
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
93644
93666
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
93645
93667
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
93646
93668
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -94192,7 +94214,7 @@ new message content.",
94192
94214
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
94193
94215
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
94194
94216
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
94195
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
94217
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
94196
94218
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
94197
94219
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
94198
94220
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -94200,13 +94222,13 @@ new message content.",
94200
94222
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
94201
94223
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
94202
94224
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
94203
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
94225
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
94204
94226
  "creatives.componentsV2.CapImageUpload.or": "OR",
94205
94227
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
94206
94228
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
94207
94229
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
94208
94230
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
94209
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
94231
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
94210
94232
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
94211
94233
  "creatives.componentsV2.CapTagList.Ok": "Ok",
94212
94234
  "creatives.componentsV2.CapTagList.all": "All",
@@ -95899,6 +95921,7 @@ new message content.",
95899
95921
  "creatives.containersV2.WeChat.templateName": "Template Name",
95900
95922
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
95901
95923
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
95924
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
95902
95925
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
95903
95926
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
95904
95927
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -97415,7 +97438,7 @@ new message content.",
97415
97438
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
97416
97439
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
97417
97440
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
97418
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
97441
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
97419
97442
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
97420
97443
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
97421
97444
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -97423,13 +97446,13 @@ new message content.",
97423
97446
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
97424
97447
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
97425
97448
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
97426
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
97449
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
97427
97450
  "creatives.componentsV2.CapImageUpload.or": "OR",
97428
97451
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
97429
97452
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
97430
97453
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
97431
97454
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
97432
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
97455
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
97433
97456
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
97434
97457
  "creatives.componentsV2.CapTagList.Ok": "Ok",
97435
97458
  "creatives.componentsV2.CapTagList.all": "All",
@@ -99122,6 +99145,7 @@ new message content.",
99122
99145
  "creatives.containersV2.WeChat.templateName": "Template Name",
99123
99146
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
99124
99147
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
99148
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
99125
99149
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
99126
99150
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
99127
99151
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -99823,7 +99847,7 @@ exports[`Creatives rcs test/> template type change 1`] = `
99823
99847
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
99824
99848
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
99825
99849
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
99826
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
99850
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
99827
99851
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
99828
99852
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
99829
99853
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -99831,13 +99855,13 @@ exports[`Creatives rcs test/> template type change 1`] = `
99831
99855
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
99832
99856
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
99833
99857
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
99834
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
99858
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
99835
99859
  "creatives.componentsV2.CapImageUpload.or": "OR",
99836
99860
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
99837
99861
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
99838
99862
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
99839
99863
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
99840
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
99864
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
99841
99865
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
99842
99866
  "creatives.componentsV2.CapTagList.Ok": "Ok",
99843
99867
  "creatives.componentsV2.CapTagList.all": "All",
@@ -101530,6 +101554,7 @@ new message content.",
101530
101554
  "creatives.containersV2.WeChat.templateName": "Template Name",
101531
101555
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
101532
101556
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
101557
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
101533
101558
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
101534
101559
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
101535
101560
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -101915,7 +101940,6 @@ new message content.",
101915
101940
  "email": [Function],
101916
101941
  "facebookPreview": [Function],
101917
101942
  "gallery": [Function],
101918
- "inApp": [Function],
101919
101943
  "language": [Function],
101920
101944
  "navigationConfig": [Function],
101921
101945
  "previewAndTest": [Function],
@@ -103759,7 +103783,7 @@ new message content.",
103759
103783
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
103760
103784
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
103761
103785
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
103762
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
103786
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
103763
103787
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
103764
103788
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
103765
103789
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -103767,13 +103791,13 @@ new message content.",
103767
103791
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
103768
103792
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
103769
103793
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
103770
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
103794
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
103771
103795
  "creatives.componentsV2.CapImageUpload.or": "OR",
103772
103796
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
103773
103797
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
103774
103798
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
103775
103799
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
103776
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
103800
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
103777
103801
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
103778
103802
  "creatives.componentsV2.CapTagList.Ok": "Ok",
103779
103803
  "creatives.componentsV2.CapTagList.all": "All",
@@ -105466,6 +105490,7 @@ new message content.",
105466
105490
  "creatives.containersV2.WeChat.templateName": "Template Name",
105467
105491
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
105468
105492
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
105493
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
105469
105494
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
105470
105495
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
105471
105496
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -106017,7 +106042,7 @@ new message content.",
106017
106042
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
106018
106043
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
106019
106044
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
106020
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
106045
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
106021
106046
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
106022
106047
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
106023
106048
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -106025,13 +106050,13 @@ new message content.",
106025
106050
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
106026
106051
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
106027
106052
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
106028
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
106053
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
106029
106054
  "creatives.componentsV2.CapImageUpload.or": "OR",
106030
106055
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
106031
106056
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
106032
106057
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
106033
106058
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
106034
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
106059
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
106035
106060
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
106036
106061
  "creatives.componentsV2.CapTagList.Ok": "Ok",
106037
106062
  "creatives.componentsV2.CapTagList.all": "All",
@@ -107724,6 +107749,7 @@ new message content.",
107724
107749
  "creatives.containersV2.WeChat.templateName": "Template Name",
107725
107750
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
107726
107751
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
107752
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
107727
107753
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
107728
107754
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
107729
107755
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -109240,7 +109266,7 @@ new message content.",
109240
109266
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
109241
109267
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
109242
109268
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
109243
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
109269
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
109244
109270
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
109245
109271
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
109246
109272
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -109248,13 +109274,13 @@ new message content.",
109248
109274
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
109249
109275
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
109250
109276
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
109251
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
109277
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
109252
109278
  "creatives.componentsV2.CapImageUpload.or": "OR",
109253
109279
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
109254
109280
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
109255
109281
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
109256
109282
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
109257
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
109283
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
109258
109284
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
109259
109285
  "creatives.componentsV2.CapTagList.Ok": "Ok",
109260
109286
  "creatives.componentsV2.CapTagList.all": "All",
@@ -110947,6 +110973,7 @@ new message content.",
110947
110973
  "creatives.containersV2.WeChat.templateName": "Template Name",
110948
110974
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
110949
110975
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
110976
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
110950
110977
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
110951
110978
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
110952
110979
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -111648,7 +111675,7 @@ exports[`Creatives rcs test/> template type change 2`] = `
111648
111675
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
111649
111676
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
111650
111677
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
111651
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
111678
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
111652
111679
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
111653
111680
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
111654
111681
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -111656,13 +111683,13 @@ exports[`Creatives rcs test/> template type change 2`] = `
111656
111683
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
111657
111684
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
111658
111685
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
111659
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
111686
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
111660
111687
  "creatives.componentsV2.CapImageUpload.or": "OR",
111661
111688
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
111662
111689
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
111663
111690
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
111664
111691
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
111665
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
111692
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
111666
111693
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
111667
111694
  "creatives.componentsV2.CapTagList.Ok": "Ok",
111668
111695
  "creatives.componentsV2.CapTagList.all": "All",
@@ -113355,6 +113382,7 @@ new message content.",
113355
113382
  "creatives.containersV2.WeChat.templateName": "Template Name",
113356
113383
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
113357
113384
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
113385
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
113358
113386
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
113359
113387
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
113360
113388
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -113740,7 +113768,6 @@ new message content.",
113740
113768
  "email": [Function],
113741
113769
  "facebookPreview": [Function],
113742
113770
  "gallery": [Function],
113743
- "inApp": [Function],
113744
113771
  "language": [Function],
113745
113772
  "navigationConfig": [Function],
113746
113773
  "previewAndTest": [Function],
@@ -115584,7 +115611,7 @@ new message content.",
115584
115611
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
115585
115612
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
115586
115613
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
115587
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
115614
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
115588
115615
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
115589
115616
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
115590
115617
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -115592,13 +115619,13 @@ new message content.",
115592
115619
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
115593
115620
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
115594
115621
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
115595
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
115622
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
115596
115623
  "creatives.componentsV2.CapImageUpload.or": "OR",
115597
115624
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
115598
115625
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
115599
115626
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
115600
115627
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
115601
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
115628
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
115602
115629
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
115603
115630
  "creatives.componentsV2.CapTagList.Ok": "Ok",
115604
115631
  "creatives.componentsV2.CapTagList.all": "All",
@@ -117291,6 +117318,7 @@ new message content.",
117291
117318
  "creatives.containersV2.WeChat.templateName": "Template Name",
117292
117319
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
117293
117320
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
117321
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
117294
117322
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
117295
117323
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
117296
117324
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -117842,7 +117870,7 @@ new message content.",
117842
117870
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
117843
117871
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
117844
117872
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
117845
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
117873
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
117846
117874
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
117847
117875
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
117848
117876
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -117850,13 +117878,13 @@ new message content.",
117850
117878
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
117851
117879
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
117852
117880
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
117853
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
117881
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
117854
117882
  "creatives.componentsV2.CapImageUpload.or": "OR",
117855
117883
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
117856
117884
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
117857
117885
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
117858
117886
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
117859
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
117887
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
117860
117888
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
117861
117889
  "creatives.componentsV2.CapTagList.Ok": "Ok",
117862
117890
  "creatives.componentsV2.CapTagList.all": "All",
@@ -119549,6 +119577,7 @@ new message content.",
119549
119577
  "creatives.containersV2.WeChat.templateName": "Template Name",
119550
119578
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
119551
119579
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
119580
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
119552
119581
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
119553
119582
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
119554
119583
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -121065,7 +121094,7 @@ new message content.",
121065
121094
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
121066
121095
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
121067
121096
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
121068
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
121097
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
121069
121098
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
121070
121099
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
121071
121100
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -121073,13 +121102,13 @@ new message content.",
121073
121102
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
121074
121103
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
121075
121104
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
121076
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
121105
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
121077
121106
  "creatives.componentsV2.CapImageUpload.or": "OR",
121078
121107
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
121079
121108
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
121080
121109
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
121081
121110
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
121082
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
121111
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
121083
121112
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
121084
121113
  "creatives.componentsV2.CapTagList.Ok": "Ok",
121085
121114
  "creatives.componentsV2.CapTagList.all": "All",
@@ -122772,6 +122801,7 @@ new message content.",
122772
122801
  "creatives.containersV2.WeChat.templateName": "Template Name",
122773
122802
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
122774
122803
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
122804
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
122775
122805
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
122776
122806
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
122777
122807
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -123473,7 +123503,7 @@ exports[`Creatives rcs test/> template type change 3`] = `
123473
123503
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
123474
123504
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
123475
123505
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
123476
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
123506
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
123477
123507
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
123478
123508
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
123479
123509
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -123481,13 +123511,13 @@ exports[`Creatives rcs test/> template type change 3`] = `
123481
123511
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
123482
123512
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
123483
123513
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
123484
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
123514
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
123485
123515
  "creatives.componentsV2.CapImageUpload.or": "OR",
123486
123516
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
123487
123517
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
123488
123518
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
123489
123519
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
123490
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
123520
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
123491
123521
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
123492
123522
  "creatives.componentsV2.CapTagList.Ok": "Ok",
123493
123523
  "creatives.componentsV2.CapTagList.all": "All",
@@ -125180,6 +125210,7 @@ new message content.",
125180
125210
  "creatives.containersV2.WeChat.templateName": "Template Name",
125181
125211
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
125182
125212
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
125213
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
125183
125214
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
125184
125215
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
125185
125216
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -125565,7 +125596,6 @@ new message content.",
125565
125596
  "email": [Function],
125566
125597
  "facebookPreview": [Function],
125567
125598
  "gallery": [Function],
125568
- "inApp": [Function],
125569
125599
  "language": [Function],
125570
125600
  "navigationConfig": [Function],
125571
125601
  "previewAndTest": [Function],
@@ -127409,7 +127439,7 @@ new message content.",
127409
127439
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
127410
127440
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
127411
127441
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
127412
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
127442
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
127413
127443
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
127414
127444
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
127415
127445
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -127417,13 +127447,13 @@ new message content.",
127417
127447
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
127418
127448
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
127419
127449
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
127420
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
127450
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
127421
127451
  "creatives.componentsV2.CapImageUpload.or": "OR",
127422
127452
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
127423
127453
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
127424
127454
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
127425
127455
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
127426
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
127456
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
127427
127457
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
127428
127458
  "creatives.componentsV2.CapTagList.Ok": "Ok",
127429
127459
  "creatives.componentsV2.CapTagList.all": "All",
@@ -129116,6 +129146,7 @@ new message content.",
129116
129146
  "creatives.containersV2.WeChat.templateName": "Template Name",
129117
129147
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
129118
129148
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
129149
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
129119
129150
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
129120
129151
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
129121
129152
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -129667,7 +129698,7 @@ new message content.",
129667
129698
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
129668
129699
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
129669
129700
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
129670
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
129701
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
129671
129702
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
129672
129703
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
129673
129704
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -129675,13 +129706,13 @@ new message content.",
129675
129706
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
129676
129707
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
129677
129708
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
129678
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
129709
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
129679
129710
  "creatives.componentsV2.CapImageUpload.or": "OR",
129680
129711
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
129681
129712
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
129682
129713
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
129683
129714
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
129684
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
129715
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
129685
129716
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
129686
129717
  "creatives.componentsV2.CapTagList.Ok": "Ok",
129687
129718
  "creatives.componentsV2.CapTagList.all": "All",
@@ -131374,6 +131405,7 @@ new message content.",
131374
131405
  "creatives.containersV2.WeChat.templateName": "Template Name",
131375
131406
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
131376
131407
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
131408
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
131377
131409
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
131378
131410
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
131379
131411
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -132890,7 +132922,7 @@ new message content.",
132890
132922
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
132891
132923
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
132892
132924
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
132893
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
132925
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
132894
132926
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
132895
132927
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
132896
132928
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -132898,13 +132930,13 @@ new message content.",
132898
132930
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
132899
132931
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
132900
132932
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
132901
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
132933
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
132902
132934
  "creatives.componentsV2.CapImageUpload.or": "OR",
132903
132935
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
132904
132936
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
132905
132937
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
132906
132938
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
132907
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
132939
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
132908
132940
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
132909
132941
  "creatives.componentsV2.CapTagList.Ok": "Ok",
132910
132942
  "creatives.componentsV2.CapTagList.all": "All",
@@ -134597,6 +134629,7 @@ new message content.",
134597
134629
  "creatives.containersV2.WeChat.templateName": "Template Name",
134598
134630
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
134599
134631
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
134632
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
134600
134633
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
134601
134634
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
134602
134635
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -135298,7 +135331,7 @@ exports[`Creatives rcs test/> template type change 4`] = `
135298
135331
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
135299
135332
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
135300
135333
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
135301
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
135334
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
135302
135335
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
135303
135336
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
135304
135337
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -135306,13 +135339,13 @@ exports[`Creatives rcs test/> template type change 4`] = `
135306
135339
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
135307
135340
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
135308
135341
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
135309
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
135342
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
135310
135343
  "creatives.componentsV2.CapImageUpload.or": "OR",
135311
135344
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
135312
135345
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
135313
135346
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
135314
135347
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
135315
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
135348
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
135316
135349
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
135317
135350
  "creatives.componentsV2.CapTagList.Ok": "Ok",
135318
135351
  "creatives.componentsV2.CapTagList.all": "All",
@@ -137005,6 +137038,7 @@ new message content.",
137005
137038
  "creatives.containersV2.WeChat.templateName": "Template Name",
137006
137039
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
137007
137040
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
137041
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
137008
137042
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
137009
137043
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
137010
137044
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -137390,7 +137424,6 @@ new message content.",
137390
137424
  "email": [Function],
137391
137425
  "facebookPreview": [Function],
137392
137426
  "gallery": [Function],
137393
- "inApp": [Function],
137394
137427
  "language": [Function],
137395
137428
  "navigationConfig": [Function],
137396
137429
  "previewAndTest": [Function],
@@ -140604,7 +140637,7 @@ new message content.",
140604
140637
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
140605
140638
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
140606
140639
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
140607
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
140640
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
140608
140641
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
140609
140642
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
140610
140643
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -140612,13 +140645,13 @@ new message content.",
140612
140645
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
140613
140646
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
140614
140647
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
140615
- "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
140648
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
140616
140649
  "creatives.componentsV2.CapImageUpload.or": "OR",
140617
140650
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
140618
140651
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
140619
140652
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
140620
140653
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
140621
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
140654
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
140622
140655
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
140623
140656
  "creatives.componentsV2.CapTagList.Ok": "Ok",
140624
140657
  "creatives.componentsV2.CapTagList.all": "All",
@@ -142311,6 +142344,7 @@ new message content.",
142311
142344
  "creatives.containersV2.WeChat.templateName": "Template Name",
142312
142345
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
142313
142346
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
142347
+ "creatives.containersV2.WebPush.addLabels": "Add labels",
142314
142348
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
142315
142349
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
142316
142350
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",