@zeniai/client-epic-state 4.19.56 → 4.19.57

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.
@@ -44,7 +44,6 @@ const fetchRemiDetailEpic = (actions$, state$, zeniAPI) => actions$.pipe((0, ope
44
44
  const query = {
45
45
  transaction_type: 'reimbursement',
46
46
  reimbursement_provider: 'zeni',
47
- is_include_payment_accounts_info: true,
48
47
  is_include_approval_info: true,
49
48
  is_include_deleted: isShowDeletedReimbursementEnabled,
50
49
  };
@@ -22,7 +22,6 @@ export interface RemiDetailViewPayload {
22
22
  }
23
23
  interface RemiDetailQuery {
24
24
  is_include_approval_info: boolean;
25
- is_include_payment_accounts_info: boolean;
26
25
  reimbursement_provider: string;
27
26
  }
28
27
  export interface DuplicateLinePayload {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/client-epic-state",
3
- "version": "4.19.56",
3
+ "version": "4.19.57",
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",