@zeniai/client-epic-state 5.0.31-betaAR2 → 5.0.31-betaAR4

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.
@@ -28,7 +28,7 @@ const fetchTransactionCategorizationEpic = (actions$, state$, zeniAPI) => action
28
28
  search_text: uiState.searchString,
29
29
  };
30
30
  return zeniAPI
31
- .getJSON(`${zeniAPI.apiEndPoints.accountMicroServiceBaseUrl}/1.0/expense-automation/transactions?query=${encodeURIComponent(JSON.stringify(queryParam))}`)
31
+ .getJSON(`https://amitesh-transaction-filter-dot-qa.api.zeni.ai/accounting/1.0/expense-automation/transactions?query=${encodeURIComponent(JSON.stringify(queryParam))}`)
32
32
  .pipe((0, operators_1.mergeMap)((response) => {
33
33
  if ((0, responsePayload_1.isSuccessResponse)(response) && response.data != null) {
34
34
  const updateActions = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/client-epic-state",
3
- "version": "5.0.31-betaAR2",
3
+ "version": "5.0.31-betaAR4",
4
4
  "description": "Shared module between Web & Mobile containing required abstractions for state management, async network communication. ",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",