@capillarytech/creatives-library 8.0.151 → 8.0.152
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/index.js +4 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -103,6 +103,9 @@ import Rcs from './v2Containers/Rcs';
|
|
|
103
103
|
import rcsReducer from './v2Containers/Rcs/reducer';
|
|
104
104
|
import rcsSaga from './v2Containers/Rcs/sagas';
|
|
105
105
|
|
|
106
|
+
//API Imports
|
|
107
|
+
import { updateMetaConfig } from './services/api';
|
|
108
|
+
|
|
106
109
|
export {default as Ebill} from './v2Containers/Ebill';
|
|
107
110
|
export {default as EbillReducer} from './v2Containers/Ebill/reducer';
|
|
108
111
|
export {default as EbillSaga} from './v2Containers/Ebill/sagas';
|
|
@@ -146,7 +149,6 @@ export {default as EmailMobilePreview} from './v2Components/EmailMobilePreview';
|
|
|
146
149
|
export {default as MobilePushPreview} from './v2Components/MobilePushPreviewV2';
|
|
147
150
|
export {default as WechatRichmediaTemplatePreview} from './v2Components/TemplatePreview/WechatRichmediaTemplatePreview';
|
|
148
151
|
export {default as FTP} from './v2Containers/FTP';
|
|
149
|
-
export {default as updateMetaConfig} from './services/api';
|
|
150
152
|
|
|
151
153
|
CreativesContainer.CreativesContainerReducer = CreativesContainerReducer;
|
|
152
154
|
|
|
@@ -182,4 +184,5 @@ export { CapContainer,
|
|
|
182
184
|
RcsContainer,
|
|
183
185
|
ZaloContainer,
|
|
184
186
|
InAppContainer,
|
|
187
|
+
updateMetaConfig,
|
|
185
188
|
};
|