@capillarytech/creatives-library 7.17.87 → 7.17.89
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,2 +1,2 @@
|
|
|
1
|
-
export const AI_SUGGESTION_API_URL =
|
|
1
|
+
export const AI_SUGGESTION_API_URL = `wss://${window.location.host}/arya/api/v1/ask-aira-service/content_gen/get_ai_suggestions`;
|
|
2
2
|
export const CONTENT_RECOMMENDATION_BOT = "CONTENT_RECOMMENDATION_BOT";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createSelector } from 'reselect';
|
|
2
2
|
|
|
3
|
-
const selectWhatsappDomain = () => (state) => state.get('
|
|
3
|
+
const selectWhatsappDomain = () => (state) => state.get('templates');
|
|
4
4
|
const selectAccountDomain = () => (state) => state.get('templates');
|
|
5
5
|
|
|
6
6
|
const makeSelectWhatsapp = () =>
|