@capillarytech/creatives-library 8.0.176 → 8.0.177
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
|
@@ -60,8 +60,8 @@ export const GET_ORG_LEVEL_CAMPAIGN_SETTINGS_SUCCESS =
|
|
|
60
60
|
export const GET_ORG_LEVEL_CAMPAIGN_SETTINGS_FAILURE =
|
|
61
61
|
'app/v2Containers/Templates/GET_ORG_LEVEL_CAMPAIGN_SETTINGS_FAILURE';
|
|
62
62
|
|
|
63
|
-
export const MAX_WHATSAPP_TEMPLATES =
|
|
64
|
-
export const WARNING_WHATSAPP_TEMPLATES =
|
|
63
|
+
export const MAX_WHATSAPP_TEMPLATES = 6000;
|
|
64
|
+
export const WARNING_WHATSAPP_TEMPLATES = 5800;
|
|
65
65
|
|
|
66
66
|
export const GET_SENDER_DETAILS_REQUEST =
|
|
67
67
|
'app/v2Containers/Templates/GET_SENDER_DETAILS_REQUEST';
|
|
@@ -864,20 +864,6 @@ exports[`Test Templates container Test max templates exceeded 1`] = `
|
|
|
864
864
|
}
|
|
865
865
|
type="file"
|
|
866
866
|
/>
|
|
867
|
-
<CapAlert
|
|
868
|
-
message={
|
|
869
|
-
<FormattedMessage
|
|
870
|
-
defaultMessage="WhatsApp allows {maxCount} approved templates. To accommodate new approved templates either delete the existing one or reach out to Capillary POC to increase the limit."
|
|
871
|
-
id="creatives.containersV2.Templates.whatsappMaxTemplates"
|
|
872
|
-
values={
|
|
873
|
-
Object {
|
|
874
|
-
"maxCount": 1500,
|
|
875
|
-
}
|
|
876
|
-
}
|
|
877
|
-
/>
|
|
878
|
-
}
|
|
879
|
-
type="info"
|
|
880
|
-
/>
|
|
881
867
|
<CapRow>
|
|
882
868
|
<Pagination
|
|
883
869
|
onPageChange={[Function]}
|
|
@@ -1069,33 +1055,15 @@ exports[`Test Templates container Test max templates exceeded 1`] = `
|
|
|
1069
1055
|
}
|
|
1070
1056
|
}
|
|
1071
1057
|
>
|
|
1072
|
-
<
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
Object {
|
|
1079
|
-
"maxCount": 1500,
|
|
1080
|
-
}
|
|
1081
|
-
}
|
|
1082
|
-
/>
|
|
1083
|
-
}
|
|
1058
|
+
<CapButton
|
|
1059
|
+
className="create-new-whatsapp margin-l-8 margin-b-12"
|
|
1060
|
+
disabled={false}
|
|
1061
|
+
isAddBtn={false}
|
|
1062
|
+
onClick={[Function]}
|
|
1063
|
+
type="primary"
|
|
1084
1064
|
>
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
>
|
|
1088
|
-
<CapButton
|
|
1089
|
-
className="create-new-whatsapp margin-l-8 margin-b-12"
|
|
1090
|
-
disabled={true}
|
|
1091
|
-
isAddBtn={false}
|
|
1092
|
-
onClick={[Function]}
|
|
1093
|
-
type="primary"
|
|
1094
|
-
>
|
|
1095
|
-
Create new
|
|
1096
|
-
</CapButton>
|
|
1097
|
-
</div>
|
|
1098
|
-
</CapTooltip>
|
|
1065
|
+
Create new
|
|
1066
|
+
</CapButton>
|
|
1099
1067
|
</div>
|
|
1100
1068
|
</div>
|
|
1101
1069
|
<CapRow
|