@capillarytech/creatives-library 8.0.235 → 8.0.236-alpha.1

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 (86) hide show
  1. package/assets/Android.png +0 -0
  2. package/assets/iOS.png +0 -0
  3. package/config/app.js +0 -1
  4. package/constants/unified.js +1 -1
  5. package/initialReducer.js +2 -0
  6. package/package.json +1 -1
  7. package/services/api.js +5 -2
  8. package/services/tests/api.test.js +18 -0
  9. package/utils/common.js +1 -2
  10. package/utils/commonUtils.js +14 -1
  11. package/utils/transformTemplateConfig.js +0 -10
  12. package/v2Components/CapDeviceContent/index.js +61 -56
  13. package/v2Components/CapTagList/index.js +4 -0
  14. package/v2Components/CapWhatsappCTA/tests/index.test.js +5 -0
  15. package/v2Components/HtmlEditor/HTMLEditor.js +165 -80
  16. package/v2Components/HtmlEditor/__tests__/HTMLEditor.test.js +532 -0
  17. package/v2Components/HtmlEditor/__tests__/index.lazy.test.js +17 -12
  18. package/v2Components/HtmlEditor/_htmlEditor.scss +0 -4
  19. package/v2Components/HtmlEditor/_index.lazy.scss +0 -1
  20. package/v2Components/HtmlEditor/components/CodeEditorPane/_codeEditorPane.scss +0 -98
  21. package/v2Components/HtmlEditor/components/CodeEditorPane/index.js +125 -148
  22. package/v2Components/HtmlEditor/components/DeviceToggle/_deviceToggle.scss +1 -0
  23. package/v2Components/HtmlEditor/components/DeviceToggle/index.js +3 -3
  24. package/v2Components/HtmlEditor/components/InAppPreviewPane/DeviceFrame.js +4 -7
  25. package/v2Components/HtmlEditor/components/InAppPreviewPane/__tests__/DeviceFrame.test.js +35 -45
  26. package/v2Components/HtmlEditor/components/InAppPreviewPane/_inAppPreviewPane.scss +1 -3
  27. package/v2Components/HtmlEditor/components/InAppPreviewPane/constants.js +33 -33
  28. package/v2Components/HtmlEditor/components/InAppPreviewPane/index.js +7 -6
  29. package/v2Components/HtmlEditor/constants.js +29 -20
  30. package/v2Components/HtmlEditor/hooks/__tests__/useInAppContent.test.js +158 -17
  31. package/v2Components/HtmlEditor/hooks/useInAppContent.js +53 -143
  32. package/v2Components/HtmlEditor/index.js +1 -1
  33. package/v2Components/HtmlEditor/messages.js +85 -85
  34. package/v2Components/MobilePushPreviewV2/index.js +32 -7
  35. package/v2Components/TemplatePreview/_templatePreview.scss +31 -21
  36. package/v2Components/TemplatePreview/index.js +47 -32
  37. package/v2Components/TemplatePreview/messages.js +4 -0
  38. package/v2Containers/BeeEditor/index.js +82 -80
  39. package/v2Containers/BeePopupEditor/constants.js +10 -0
  40. package/v2Containers/BeePopupEditor/index.js +180 -0
  41. package/v2Containers/BeePopupEditor/tests/index.test.js +627 -0
  42. package/v2Containers/CreativesContainer/SlideBoxContent.js +69 -34
  43. package/v2Containers/CreativesContainer/SlideBoxHeader.js +2 -1
  44. package/v2Containers/CreativesContainer/constants.js +1 -0
  45. package/v2Containers/CreativesContainer/index.js +65 -13
  46. package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +4 -12
  47. package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +15 -0
  48. package/v2Containers/InApp/__tests__/InAppHTMLEditor.test.js +376 -0
  49. package/v2Containers/InApp/__tests__/sagas.test.js +363 -0
  50. package/v2Containers/InApp/actions.js +7 -0
  51. package/v2Containers/InApp/constants.js +18 -4
  52. package/v2Containers/InApp/index.js +642 -355
  53. package/v2Containers/InApp/index.scss +4 -3
  54. package/v2Containers/InApp/messages.js +7 -3
  55. package/v2Containers/InApp/reducer.js +21 -3
  56. package/v2Containers/InApp/sagas.js +29 -9
  57. package/v2Containers/InApp/selectors.js +25 -5
  58. package/v2Containers/InApp/tests/index.test.js +154 -50
  59. package/v2Containers/InApp/tests/reducer.test.js +34 -0
  60. package/v2Containers/InApp/tests/sagas.test.js +61 -9
  61. package/v2Containers/InApp/tests/selectors.test.js +612 -0
  62. package/v2Containers/InAppWrapper/components/InAppWrapperView.js +162 -0
  63. package/v2Containers/InAppWrapper/components/__tests__/InAppWrapperView.test.js +267 -0
  64. package/v2Containers/InAppWrapper/components/inAppWrapperView.scss +9 -0
  65. package/v2Containers/InAppWrapper/constants.js +16 -0
  66. package/v2Containers/InAppWrapper/hooks/__tests__/useInAppWrapper.test.js +473 -0
  67. package/v2Containers/InAppWrapper/hooks/useInAppWrapper.js +198 -0
  68. package/v2Containers/InAppWrapper/index.js +148 -0
  69. package/v2Containers/InAppWrapper/messages.js +49 -0
  70. package/v2Containers/InappAdvance/index.js +1006 -0
  71. package/v2Containers/InappAdvance/index.scss +10 -0
  72. package/v2Containers/InappAdvance/tests/index.test.js +448 -0
  73. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +3 -0
  74. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +2 -0
  75. package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +2 -0
  76. package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +9 -0
  77. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +12 -0
  78. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +4 -0
  79. package/v2Containers/TagList/index.js +65 -1
  80. package/v2Containers/Templates/_templates.scss +49 -1
  81. package/v2Containers/Templates/index.js +93 -5
  82. package/v2Containers/Templates/messages.js +4 -0
  83. package/v2Containers/Templates/reducer.js +20 -7
  84. package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +8 -88
  85. package/v2Containers/Templates/tests/reducer.test.js +125 -0
  86. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +35 -0
@@ -209,3 +209,128 @@ describe("test reducer - delete template operations", () => {
209
209
  });
210
210
  });
211
211
  });
212
+
213
+ describe("test reducer - SET account actions clear templates", () => {
214
+ afterEach(() => {
215
+ jest.clearAllMocks();
216
+ });
217
+
218
+ it.concurrent("should clear templates when SET_WECHAT_ACCOUNT is dispatched", () => {
219
+ const stateWithTemplates = initialState.set('templates', [{ id: 1, name: "Template 1" }, { id: 2, name: "Template 2" }]);
220
+ const mockAccount = { id: 1, name: "WeChat Account", sourceAccountIdentifier: "wechat123" };
221
+ const action = {
222
+ type: types.SET_WECHAT_ACCOUNT,
223
+ weChatAccount: mockAccount,
224
+ };
225
+ const result = reducer(stateWithTemplates, action).toJS();
226
+ expect(result.selectedWeChatAccount).toEqual(mockAccount);
227
+ expect(result.templates).toEqual([]);
228
+ });
229
+
230
+ it.concurrent("should clear templates when SET_LINE_ACCOUNT is dispatched", () => {
231
+ const stateWithTemplates = initialState.set('templates', [{ id: 1, name: "Template 1" }]);
232
+ const mockAccount = { id: 1, name: "Line Account", sourceAccountIdentifier: "line123" };
233
+ const action = {
234
+ type: types.SET_LINE_ACCOUNT,
235
+ account: mockAccount,
236
+ };
237
+ const result = reducer(stateWithTemplates, action).toJS();
238
+ expect(result.selectedLineAccount).toEqual(mockAccount);
239
+ expect(result.templates).toEqual([]);
240
+ });
241
+
242
+ it.concurrent("should clear templates when SET_VIBER_ACCOUNT is dispatched", () => {
243
+ const stateWithTemplates = initialState.set('templates', [{ id: 1, name: "Template 1" }]);
244
+ const mockAccount = { id: 1, name: "Viber Account", sourceAccountIdentifier: "viber123" };
245
+ const action = {
246
+ type: types.SET_VIBER_ACCOUNT,
247
+ viberAccount: mockAccount,
248
+ };
249
+ const result = reducer(stateWithTemplates, action).toJS();
250
+ expect(result.selectedViberAccount).toEqual(mockAccount);
251
+ expect(result.templates).toEqual([]);
252
+ });
253
+
254
+ it.concurrent("should clear templates when SET_WHATSAPP_ACCOUNT is dispatched", () => {
255
+ const stateWithTemplates = initialState.set('templates', [{ id: 1, name: "Template 1" }]);
256
+ const mockAccount = { id: 1, name: "WhatsApp Account", sourceAccountIdentifier: "whatsapp123" };
257
+ const action = {
258
+ type: types.SET_WHATSAPP_ACCOUNT,
259
+ account: mockAccount,
260
+ };
261
+ const result = reducer(stateWithTemplates, action).toJS();
262
+ expect(result.selectedWhatsappAccount).toEqual(mockAccount);
263
+ expect(result.templates).toEqual([]);
264
+ });
265
+
266
+ it.concurrent("should clear templates when SET_ZALO_ACCOUNT is dispatched", () => {
267
+ const stateWithTemplates = initialState.set('templates', [{ id: 1, name: "Template 1" }]);
268
+ const mockAccount = { id: 1, name: "Zalo Account", sourceAccountIdentifier: "zalo123" };
269
+ const action = {
270
+ type: types.SET_ZALO_ACCOUNT,
271
+ account: mockAccount,
272
+ };
273
+ const result = reducer(stateWithTemplates, action).toJS();
274
+ expect(result.selectedZaloAccount).toEqual(mockAccount);
275
+ expect(result.templates).toEqual([]);
276
+ });
277
+
278
+ it.concurrent("should clear templates when SET_RCS_ACCOUNT is dispatched", () => {
279
+ const stateWithTemplates = initialState.set('templates', [{ id: 1, name: "Template 1" }]);
280
+ const mockAccount = { id: 1, name: "RCS Account", sourceAccountIdentifier: "rcs123" };
281
+ const action = {
282
+ type: types.SET_RCS_ACCOUNT,
283
+ rcsAccount: mockAccount,
284
+ };
285
+ const result = reducer(stateWithTemplates, action).toJS();
286
+ expect(result.selectedRcsAccount).toEqual(mockAccount);
287
+ expect(result.templates).toEqual([]);
288
+ });
289
+
290
+ it.concurrent("should clear templates when SET_FACEBOOK_ACCOUNT is dispatched", () => {
291
+ const stateWithTemplates = initialState.set('templates', [{ id: 1, name: "Template 1" }]);
292
+ const mockAccount = { id: 1, name: "Facebook Account", accountName: "fb123" };
293
+ const action = {
294
+ type: types.SET_FACEBOOK_ACCOUNT,
295
+ faceBookAccount: mockAccount,
296
+ };
297
+ const result = reducer(stateWithTemplates, action).toJS();
298
+ expect(result.selectedFacebookAccount).toEqual(mockAccount);
299
+ expect(result.templates).toEqual([]);
300
+ });
301
+
302
+ it.concurrent("should clear templates even when templates array is empty", () => {
303
+ const emptyTemplatesState = initialState.set('templates', []);
304
+ const mockAccount = { id: 1, name: "WeChat Account" };
305
+ const action = {
306
+ type: types.SET_WECHAT_ACCOUNT,
307
+ weChatAccount: mockAccount,
308
+ };
309
+ const result = reducer(emptyTemplatesState, action).toJS();
310
+ expect(result.selectedWeChatAccount).toEqual(mockAccount);
311
+ expect(result.templates).toEqual([]);
312
+ });
313
+
314
+ it.concurrent("should clear templates when switching between different accounts", () => {
315
+ // Set first account with templates
316
+ let state = initialState.set('templates', [{ id: 1, name: "Template 1" }]);
317
+ const weChatAccount = { id: 1, name: "WeChat Account" };
318
+ state = reducer(state, {
319
+ type: types.SET_WECHAT_ACCOUNT,
320
+ weChatAccount,
321
+ });
322
+ expect(state.toJS().templates).toEqual([]);
323
+
324
+ // Add templates again
325
+ state = state.set('templates', [{ id: 2, name: "Template 2" }]);
326
+
327
+ // Switch to different account - should clear templates again
328
+ const lineAccount = { id: 2, name: "Line Account" };
329
+ const result = reducer(state, {
330
+ type: types.SET_LINE_ACCOUNT,
331
+ account: lineAccount,
332
+ }).toJS();
333
+ expect(result.selectedLineAccount).toEqual(lineAccount);
334
+ expect(result.templates).toEqual([]);
335
+ });
336
+ });
@@ -2281,6 +2281,7 @@ new message content.",
2281
2281
  "email": [Function],
2282
2282
  "facebookPreview": [Function],
2283
2283
  "gallery": [Function],
2284
+ "inApp": [Function],
2284
2285
  "language": [Function],
2285
2286
  "navigationConfig": [Function],
2286
2287
  "previewAndTest": [Function],
@@ -19028,6 +19029,7 @@ new message content.",
19028
19029
  "email": [Function],
19029
19030
  "facebookPreview": [Function],
19030
19031
  "gallery": [Function],
19032
+ "inApp": [Function],
19031
19033
  "language": [Function],
19032
19034
  "navigationConfig": [Function],
19033
19035
  "previewAndTest": [Function],
@@ -35739,6 +35741,7 @@ new message content.",
35739
35741
  "email": [Function],
35740
35742
  "facebookPreview": [Function],
35741
35743
  "gallery": [Function],
35744
+ "inApp": [Function],
35742
35745
  "language": [Function],
35743
35746
  "navigationConfig": [Function],
35744
35747
  "previewAndTest": [Function],
@@ -54370,6 +54373,7 @@ new message content.",
54370
54373
  "email": [Function],
54371
54374
  "facebookPreview": [Function],
54372
54375
  "gallery": [Function],
54376
+ "inApp": [Function],
54373
54377
  "language": [Function],
54374
54378
  "navigationConfig": [Function],
54375
54379
  "previewAndTest": [Function],
@@ -73219,6 +73223,7 @@ new message content.",
73219
73223
  "email": [Function],
73220
73224
  "facebookPreview": [Function],
73221
73225
  "gallery": [Function],
73226
+ "inApp": [Function],
73222
73227
  "language": [Function],
73223
73228
  "navigationConfig": [Function],
73224
73229
  "previewAndTest": [Function],
@@ -92825,6 +92830,7 @@ new message content.",
92825
92830
  "email": [Function],
92826
92831
  "facebookPreview": [Function],
92827
92832
  "gallery": [Function],
92833
+ "inApp": [Function],
92828
92834
  "language": [Function],
92829
92835
  "navigationConfig": [Function],
92830
92836
  "previewAndTest": [Function],
@@ -109546,6 +109552,7 @@ new message content.",
109546
109552
  "email": [Function],
109547
109553
  "facebookPreview": [Function],
109548
109554
  "gallery": [Function],
109555
+ "inApp": [Function],
109549
109556
  "language": [Function],
109550
109557
  "navigationConfig": [Function],
109551
109558
  "previewAndTest": [Function],
@@ -126257,6 +126264,7 @@ new message content.",
126257
126264
  "email": [Function],
126258
126265
  "facebookPreview": [Function],
126259
126266
  "gallery": [Function],
126267
+ "inApp": [Function],
126260
126268
  "language": [Function],
126261
126269
  "navigationConfig": [Function],
126262
126270
  "previewAndTest": [Function],
@@ -145440,6 +145448,7 @@ new message content.",
145440
145448
  "email": [Function],
145441
145449
  "facebookPreview": [Function],
145442
145450
  "gallery": [Function],
145451
+ "inApp": [Function],
145443
145452
  "language": [Function],
145444
145453
  "navigationConfig": [Function],
145445
145454
  "previewAndTest": [Function],
@@ -164841,6 +164850,7 @@ new message content.",
164841
164850
  "email": [Function],
164842
164851
  "facebookPreview": [Function],
164843
164852
  "gallery": [Function],
164853
+ "inApp": [Function],
164844
164854
  "language": [Function],
164845
164855
  "navigationConfig": [Function],
164846
164856
  "previewAndTest": [Function],
@@ -184999,6 +185009,7 @@ new message content.",
184999
185009
  "email": [Function],
185000
185010
  "facebookPreview": [Function],
185001
185011
  "gallery": [Function],
185012
+ "inApp": [Function],
185002
185013
  "language": [Function],
185003
185014
  "navigationConfig": [Function],
185004
185015
  "previewAndTest": [Function],
@@ -205369,6 +205380,7 @@ new message content.",
205369
205380
  "email": [Function],
205370
205381
  "facebookPreview": [Function],
205371
205382
  "gallery": [Function],
205383
+ "inApp": [Function],
205372
205384
  "language": [Function],
205373
205385
  "navigationConfig": [Function],
205374
205386
  "previewAndTest": [Function],
@@ -216234,6 +216246,7 @@ new message content.",
216234
216246
  "email": [Function],
216235
216247
  "facebookPreview": [Function],
216236
216248
  "gallery": [Function],
216249
+ "inApp": [Function],
216237
216250
  "language": [Function],
216238
216251
  "navigationConfig": [Function],
216239
216252
  "previewAndTest": [Function],
@@ -224383,6 +224396,7 @@ new message content.",
224383
224396
  "email": [Function],
224384
224397
  "facebookPreview": [Function],
224385
224398
  "gallery": [Function],
224399
+ "inApp": [Function],
224386
224400
  "language": [Function],
224387
224401
  "navigationConfig": [Function],
224388
224402
  "previewAndTest": [Function],
@@ -232968,6 +232982,7 @@ new message content.",
232968
232982
  "email": [Function],
232969
232983
  "facebookPreview": [Function],
232970
232984
  "gallery": [Function],
232985
+ "inApp": [Function],
232971
232986
  "language": [Function],
232972
232987
  "navigationConfig": [Function],
232973
232988
  "previewAndTest": [Function],
@@ -246276,6 +246291,7 @@ new message content.",
246276
246291
  "email": [Function],
246277
246292
  "facebookPreview": [Function],
246278
246293
  "gallery": [Function],
246294
+ "inApp": [Function],
246279
246295
  "language": [Function],
246280
246296
  "navigationConfig": [Function],
246281
246297
  "previewAndTest": [Function],
@@ -260934,6 +260950,7 @@ new message content.",
260934
260950
  "email": [Function],
260935
260951
  "facebookPreview": [Function],
260936
260952
  "gallery": [Function],
260953
+ "inApp": [Function],
260937
260954
  "language": [Function],
260938
260955
  "navigationConfig": [Function],
260939
260956
  "previewAndTest": [Function],
@@ -272132,6 +272149,7 @@ new message content.",
272132
272149
  "email": [Function],
272133
272150
  "facebookPreview": [Function],
272134
272151
  "gallery": [Function],
272152
+ "inApp": [Function],
272135
272153
  "language": [Function],
272136
272154
  "navigationConfig": [Function],
272137
272155
  "previewAndTest": [Function],
@@ -288843,6 +288861,7 @@ new message content.",
288843
288861
  "email": [Function],
288844
288862
  "facebookPreview": [Function],
288845
288863
  "gallery": [Function],
288864
+ "inApp": [Function],
288846
288865
  "language": [Function],
288847
288866
  "navigationConfig": [Function],
288848
288867
  "previewAndTest": [Function],
@@ -308026,6 +308045,7 @@ new message content.",
308026
308045
  "email": [Function],
308027
308046
  "facebookPreview": [Function],
308028
308047
  "gallery": [Function],
308048
+ "inApp": [Function],
308029
308049
  "language": [Function],
308030
308050
  "navigationConfig": [Function],
308031
308051
  "previewAndTest": [Function],
@@ -324737,6 +324757,7 @@ new message content.",
324737
324757
  "email": [Function],
324738
324758
  "facebookPreview": [Function],
324739
324759
  "gallery": [Function],
324760
+ "inApp": [Function],
324740
324761
  "language": [Function],
324741
324762
  "navigationConfig": [Function],
324742
324763
  "previewAndTest": [Function],
@@ -341674,6 +341695,7 @@ new message content.",
341674
341695
  "email": [Function],
341675
341696
  "facebookPreview": [Function],
341676
341697
  "gallery": [Function],
341698
+ "inApp": [Function],
341677
341699
  "language": [Function],
341678
341700
  "navigationConfig": [Function],
341679
341701
  "previewAndTest": [Function],
@@ -358851,6 +358873,7 @@ new message content.",
358851
358873
  "email": [Function],
358852
358874
  "facebookPreview": [Function],
358853
358875
  "gallery": [Function],
358876
+ "inApp": [Function],
358854
358877
  "language": [Function],
358855
358878
  "navigationConfig": [Function],
358856
358879
  "previewAndTest": [Function],
@@ -376254,6 +376277,7 @@ new message content.",
376254
376277
  "email": [Function],
376255
376278
  "facebookPreview": [Function],
376256
376279
  "gallery": [Function],
376280
+ "inApp": [Function],
376257
376281
  "language": [Function],
376258
376282
  "navigationConfig": [Function],
376259
376283
  "previewAndTest": [Function],
@@ -393898,6 +393922,7 @@ new message content.",
393898
393922
  "email": [Function],
393899
393923
  "facebookPreview": [Function],
393900
393924
  "gallery": [Function],
393925
+ "inApp": [Function],
393901
393926
  "language": [Function],
393902
393927
  "navigationConfig": [Function],
393903
393928
  "previewAndTest": [Function],
@@ -411782,6 +411807,7 @@ new message content.",
411782
411807
  "email": [Function],
411783
411808
  "facebookPreview": [Function],
411784
411809
  "gallery": [Function],
411810
+ "inApp": [Function],
411785
411811
  "language": [Function],
411786
411812
  "navigationConfig": [Function],
411787
411813
  "previewAndTest": [Function],
@@ -429903,6 +429929,7 @@ new message content.",
429903
429929
  "email": [Function],
429904
429930
  "facebookPreview": [Function],
429905
429931
  "gallery": [Function],
429932
+ "inApp": [Function],
429906
429933
  "language": [Function],
429907
429934
  "navigationConfig": [Function],
429908
429935
  "previewAndTest": [Function],
@@ -448261,6 +448288,7 @@ new message content.",
448261
448288
  "email": [Function],
448262
448289
  "facebookPreview": [Function],
448263
448290
  "gallery": [Function],
448291
+ "inApp": [Function],
448264
448292
  "language": [Function],
448265
448293
  "navigationConfig": [Function],
448266
448294
  "previewAndTest": [Function],
@@ -466857,6 +466885,7 @@ new message content.",
466857
466885
  "email": [Function],
466858
466886
  "facebookPreview": [Function],
466859
466887
  "gallery": [Function],
466888
+ "inApp": [Function],
466860
466889
  "language": [Function],
466861
466890
  "navigationConfig": [Function],
466862
466891
  "previewAndTest": [Function],
@@ -483815,6 +483844,7 @@ new message content.",
483815
483844
  "email": [Function],
483816
483845
  "facebookPreview": [Function],
483817
483846
  "gallery": [Function],
483847
+ "inApp": [Function],
483818
483848
  "language": [Function],
483819
483849
  "navigationConfig": [Function],
483820
483850
  "previewAndTest": [Function],
@@ -501006,6 +501036,7 @@ new message content.",
501006
501036
  "email": [Function],
501007
501037
  "facebookPreview": [Function],
501008
501038
  "gallery": [Function],
501039
+ "inApp": [Function],
501009
501040
  "language": [Function],
501010
501041
  "navigationConfig": [Function],
501011
501042
  "previewAndTest": [Function],
@@ -518454,6 +518485,7 @@ new message content.",
518454
518485
  "email": [Function],
518455
518486
  "facebookPreview": [Function],
518456
518487
  "gallery": [Function],
518488
+ "inApp": [Function],
518457
518489
  "language": [Function],
518458
518490
  "navigationConfig": [Function],
518459
518491
  "previewAndTest": [Function],
@@ -535165,6 +535197,7 @@ new message content.",
535165
535197
  "email": [Function],
535166
535198
  "facebookPreview": [Function],
535167
535199
  "gallery": [Function],
535200
+ "inApp": [Function],
535168
535201
  "language": [Function],
535169
535202
  "navigationConfig": [Function],
535170
535203
  "previewAndTest": [Function],
@@ -554127,6 +554160,7 @@ new message content.",
554127
554160
  "email": [Function],
554128
554161
  "facebookPreview": [Function],
554129
554162
  "gallery": [Function],
554163
+ "inApp": [Function],
554130
554164
  "language": [Function],
554131
554165
  "navigationConfig": [Function],
554132
554166
  "previewAndTest": [Function],
@@ -573171,6 +573205,7 @@ new message content.",
573171
573205
  "email": [Function],
573172
573206
  "facebookPreview": [Function],
573173
573207
  "gallery": [Function],
573208
+ "inApp": [Function],
573174
573209
  "language": [Function],
573175
573210
  "navigationConfig": [Function],
573176
573211
  "previewAndTest": [Function],