@zeniai/client-epic-state 5.0.50-betaAS1 → 5.0.50-betaAS3

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.
@@ -16,7 +16,7 @@ export const fetchDepositAccountDetailEpic = (actions$, state$) => actions$.pipe
16
16
  zeniAccountActions.push(fetchPaymentAccountList());
17
17
  zeniAccountActions.push(fetchZeniAccountsConfig());
18
18
  zeniAccountActions.push(fetchDepositAccount(depositAccountId));
19
- zeniAccountActions.push(fetchDepositAccountTransactionList(depositAccountId, true, 5));
19
+ zeniAccountActions.push(fetchDepositAccountTransactionList(depositAccountId, true));
20
20
  zeniAccountActions.push(fetchAccountHistory(depositAccountId));
21
21
  }
22
22
  else {
@@ -37,7 +37,7 @@ export const fetchDepositAccountDetailEpic = (actions$, state$) => actions$.pipe
37
37
  targetZeniAccountAccount.fetchState !== 'In-Progress')) {
38
38
  zeniAccountActions.push(fetchDepositAccount(depositAccountId));
39
39
  }
40
- zeniAccountActions.push(fetchDepositAccountTransactionList(depositAccountId, false, 5));
40
+ zeniAccountActions.push(fetchDepositAccountTransactionList(depositAccountId, false));
41
41
  const zeniAccountsConfig = state.zeniAccountsConfigState;
42
42
  if (zeniAccountsConfig.hasValidState() === false &&
43
43
  zeniAccountsConfig.fetchState !== 'In-Progress') {
@@ -19,7 +19,7 @@ const fetchDepositAccountDetailEpic = (actions$, state$) => actions$.pipe((0, op
19
19
  zeniAccountActions.push((0, paymentAccountListReducer_1.fetchPaymentAccountList)());
20
20
  zeniAccountActions.push((0, zeniAccountsConfigReducer_1.fetchZeniAccountsConfig)());
21
21
  zeniAccountActions.push((0, depositAccountDetailReducer_1.fetchDepositAccount)(depositAccountId));
22
- zeniAccountActions.push((0, depositAccountTransactionListReducer_1.fetchDepositAccountTransactionList)(depositAccountId, true, 5));
22
+ zeniAccountActions.push((0, depositAccountTransactionListReducer_1.fetchDepositAccountTransactionList)(depositAccountId, true));
23
23
  zeniAccountActions.push((0, depositAccountDetailReducer_1.fetchAccountHistory)(depositAccountId));
24
24
  }
25
25
  else {
@@ -40,7 +40,7 @@ const fetchDepositAccountDetailEpic = (actions$, state$) => actions$.pipe((0, op
40
40
  targetZeniAccountAccount.fetchState !== 'In-Progress')) {
41
41
  zeniAccountActions.push((0, depositAccountDetailReducer_1.fetchDepositAccount)(depositAccountId));
42
42
  }
43
- zeniAccountActions.push((0, depositAccountTransactionListReducer_1.fetchDepositAccountTransactionList)(depositAccountId, false, 5));
43
+ zeniAccountActions.push((0, depositAccountTransactionListReducer_1.fetchDepositAccountTransactionList)(depositAccountId, false));
44
44
  const zeniAccountsConfig = state.zeniAccountsConfigState;
45
45
  if (zeniAccountsConfig.hasValidState() === false &&
46
46
  zeniAccountsConfig.fetchState !== 'In-Progress') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/client-epic-state",
3
- "version": "5.0.50-betaAS1",
3
+ "version": "5.0.50-betaAS3",
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",