@capillarytech/creatives-library 7.12.110 → 7.12.111

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.110",
4
+ "version": "7.12.111",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -37,3 +37,4 @@ export const LOYALTY_HELP_URL = 'https://docs.capillarytech.com/docs/loyalty-ove
37
37
 
38
38
  export const ORG_REFRESH_SEC = 10;
39
39
  export const ORG_CHANGED = 'ORG_CHANGED';
40
+
@@ -13,7 +13,6 @@ import {
13
13
  } from '../../v2Containers/App/constants';
14
14
  // import {makeSelectOrgId} from './selectors';
15
15
 
16
-
17
16
  function* authorize(user) {
18
17
  try {
19
18
  const res = yield call(Api.authorize, user);
@@ -42,7 +41,6 @@ function* switchOrg({orgID}) {
42
41
  }
43
42
  }
44
43
 
45
-
46
44
  function* loginFlow() {
47
45
  const condition = true;
48
46
  while (condition) {
@@ -177,7 +175,6 @@ function* watchGetTopbarMenuData() {
177
175
  yield takeLatest(types.GET_TOPBAR_MENU_DATA_REQUEST, getTopbarMenuData);
178
176
  }
179
177
 
180
-
181
178
  export default [
182
179
  loginFlow,
183
180
  watchForOrgChange,
@@ -8,7 +8,6 @@ import {
8
8
  DEFAULT_ACTION,
9
9
  HIDE_CONTAINER_LOADER,
10
10
  SHOW_CONTANER_LOADER,
11
- GET_CDN_TRANSFORMATION_CONFIG_REQUEST
12
11
  } from './constants';
13
12
 
14
13
  export function defaultAction() {
@@ -22,4 +22,4 @@ export const RCS = "RCS";
22
22
  export const SHOW_CONTANER_LOADER = "app/CreativesContainer/SHOW_CONTANER_LOADER";
23
23
  export const HIDE_CONTAINER_LOADER = "app/CreativesContainer/HIDE_CONTAINER_LOADER";
24
24
 
25
- export const WHATSAPP_HELP_DOC_LINK = "https://support.capillarytech.com/en/support/solutions/articles/4000180620-create-whatsapp-template";
25
+ export const WHATSAPP_HELP_DOC_LINK = "https://support.capillarytech.com/en/support/solutions/articles/4000180620-create-whatsapp-template";