@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
|
@@ -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,
|
|
@@ -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";
|