@capillarytech/creatives-library 7.12.46 → 7.12.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.12.46",
4
+ "version": "7.12.47",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -59,4 +59,4 @@ export const GET_ORG_LEVEL_CAMPAIGN_SETTINGS_SUCCESS =
59
59
  export const GET_ORG_LEVEL_CAMPAIGN_SETTINGS_FAILURE =
60
60
  'app/v2Containers/Templates/GET_ORG_LEVEL_CAMPAIGN_SETTINGS_FAILURE';
61
61
 
62
- export const MAX_WHATSAPP_TEMPLATES = 500;
62
+ export const MAX_WHATSAPP_TEMPLATES = 1500;
@@ -2630,7 +2630,7 @@ exports[`Test Templates container Test max templates exceeded 1`] = `
2630
2630
  id="creatives.containersV2.Templates.whatsappMaxTemplates"
2631
2631
  values={
2632
2632
  Object {
2633
- "maxCount": 500,
2633
+ "maxCount": 1500,
2634
2634
  }
2635
2635
  }
2636
2636
  />
@@ -2722,7 +2722,7 @@ Click {{unsubscribe}} to unsubscribe'
2722
2722
  "isActive": true,
2723
2723
  "name": "saad",
2724
2724
  "orgId": 50146,
2725
- "totalCount": 510,
2725
+ "totalCount": 1510,
2726
2726
  "type": "WHATSAPP",
2727
2727
  "updatedAt": "2022-02-15T11:02:11.190Z",
2728
2728
  "updatedBy": "15000449",
@@ -123,7 +123,7 @@ describe('Test Templates container', () => {
123
123
 
124
124
  it('Test max templates exceeded', () => {
125
125
  renderFunction(true);
126
- renderedComponent.setProps({TemplatesList: [{ ...TemplatesProp.templates[0], totalCount: 510 }]});
126
+ renderedComponent.setProps({TemplatesList: [{ ...TemplatesProp.templates[0], totalCount: 1510 }]});
127
127
  expect(renderedComponent).toMatchSnapshot();
128
128
  });
129
129