@zeniai/client-epic-state 4.19.65 → 4.19.67-betaAS1

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.
Files changed (43) hide show
  1. package/lib/commonStateTypes/viewAndReport/viewAndReport.d.ts +2 -2
  2. package/lib/commonStateTypes/viewAndReport/viewAndReport.js +1 -0
  3. package/lib/entity/account/accountState.d.ts +1 -1
  4. package/lib/entity/accountGroup/accountGroupState.d.ts +1 -1
  5. package/lib/entity/class/classReducer.d.ts +4 -4
  6. package/lib/entity/class/classState.d.ts +1 -1
  7. package/lib/entity/forecast/forecastState.d.ts +1 -1
  8. package/lib/entity/sectionAccountsView/sectionAccountsView.d.ts +1 -1
  9. package/lib/entity/sectionClassesViewV2/sectionClassesView.d.ts +1 -1
  10. package/lib/entity/sectionClassesViewV2/sectionClassesViewReducer.d.ts +2 -2
  11. package/lib/esm/commonStateTypes/viewAndReport/viewAndReport.js +1 -0
  12. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewReducer.js +17 -3
  13. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelector.js +4 -2
  14. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/saveBillPaySetupApproverViewUpdatesEpic.js +2 -1
  15. package/lib/esm/view/spendManagement/commonSetup/epic/setup/updateBusinessVerificationDetailsEpic.js +2 -0
  16. package/lib/esm/view/spendManagement/commonSetup/setupViewState.js +2 -2
  17. package/lib/tsconfig.typecheck.tsbuildinfo +1 -1
  18. package/lib/view/auditReportView/auditReportViewState.d.ts +1 -1
  19. package/lib/view/billPayCard/billPayCardSelector.d.ts +1 -1
  20. package/lib/view/cardBalance/cardBalanceSelector.d.ts +1 -1
  21. package/lib/view/cashBalance/cashBalanceSelector.d.ts +1 -1
  22. package/lib/view/cashInCashOut/cashInCashOutSelector.d.ts +1 -1
  23. package/lib/view/cashPosition/cashPositionSelector.d.ts +1 -1
  24. package/lib/view/dashboard/dashboardReducer.d.ts +2 -2
  25. package/lib/view/financeStatement/financeStatementReducer.d.ts +1 -1
  26. package/lib/view/globalMerchantView/globalMerchantViewReducer.d.ts +2 -2
  27. package/lib/view/reimbursementCard/reimbursementCardSelector.d.ts +1 -1
  28. package/lib/view/reportsResync/reportsResyncReducer.d.ts +2 -2
  29. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewReducer.d.ts +2 -1
  30. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewReducer.js +17 -3
  31. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelector.js +4 -2
  32. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelectorTypes.d.ts +3 -1
  33. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewState.d.ts +2 -0
  34. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/saveBillPaySetupApproverViewUpdatesEpic.js +2 -1
  35. package/lib/view/spendManagement/billPay/billPaySetupApproverView/types/commonPayload.d.ts +1 -0
  36. package/lib/view/spendManagement/commonSetup/epic/setup/updateBusinessVerificationDetailsEpic.js +2 -0
  37. package/lib/view/spendManagement/commonSetup/setupViewReducer.d.ts +4 -4
  38. package/lib/view/spendManagement/commonSetup/setupViewState.d.ts +1 -1
  39. package/lib/view/spendManagement/commonSetup/setupViewState.js +1 -1
  40. package/lib/view/spendManagement/plaidAccount/plaidAccountViewReducer.d.ts +10 -10
  41. package/lib/view/tasksCard/tasksCardSelector.d.ts +1 -1
  42. package/lib/view/topEx/topExSelector.d.ts +1 -1
  43. package/package.json +1 -1
@@ -8,5 +8,5 @@ export interface SectionClassesView {
8
8
  sectionId: ID;
9
9
  balancesByPeriod?: COABalanceGroupedByPeriod;
10
10
  }
11
- export declare function getSectionClassesViewKey(sectionId: ID, reportId: ReportID): `${string}-cash_balance` | `${string}-card_balance` | `${string}-expense_automation_card` | `${string}-operating_expenses` | `${string}-operating_expenses_by_classes` | `${string}-revenue` | `${string}-revenue_by_classes` | `${string}-net_burn_or_income` | `${string}-net_burn_or_income_story_card` | `${string}-net_burn_or_income_by_classes` | `${string}-cash_position` | `${string}-top_expenses` | `${string}-profit_and_loss` | `${string}-profit_and_loss_by_classes` | `${string}-balance_sheet` | `${string}-cash_flow` | `${string}-dashboard` | `${string}-finance_statement` | `${string}-transaction_list_of_account` | `${string}-transaction_list_missing_receipt` | `${string}-transaction_list_of_account_by_class` | `${string}-transaction_detail` | `${string}-cash_in_cash_out` | `${string}-insights_dashboard` | `${string}-company_details` | `${string}-class_list` | `${string}-account_list` | `${string}-account_list_by_type` | `${string}-vendor` | `${string}-task_card` | `${string}-bill_pay` | `${string}-reimbursement` | `${string}-bill_pay_card` | `${string}-reimbursement_card` | `${string}-bill_pay_promo_card` | `${string}-zeni_accounts` | `${string}-zeni_accounts_promo_card` | `${string}-zeni_treasury` | `${string}-charge_cards` | `${string}-reimbursement_promo_card` | `${string}-onboarding` | `${string}-operating_expenses_by_vendor` | `${string}-operating_expenses_by_vendor_summary` | `${string}-vendors_tab` | `${string}-accounts_payable_aging` | `${string}-accounts_receivable_aging` | `${string}-vendor_global_review` | `${string}-prepaid_expenses` | `${string}-fixed_assets` | `${string}-notification` | `${string}-rewards_card` | `${string}-billing` | `${string}-flux_analysis_operating_expense` | `${string}-account_reconciliation` | `${string}-zeni_credit_promo_card` | `${string}-treasury_promo_card`;
11
+ export declare function getSectionClassesViewKey(sectionId: ID, reportId: ReportID): `${string}-cash_balance` | `${string}-card_balance` | `${string}-expense_automation_card` | `${string}-operating_expenses` | `${string}-operating_expenses_by_classes` | `${string}-revenue` | `${string}-revenue_by_classes` | `${string}-net_burn_or_income` | `${string}-net_burn_or_income_story_card` | `${string}-net_burn_or_income_by_classes` | `${string}-cash_position` | `${string}-top_expenses` | `${string}-profit_and_loss` | `${string}-profit_and_loss_by_classes` | `${string}-balance_sheet` | `${string}-cash_flow` | `${string}-dashboard` | `${string}-finance_statement` | `${string}-transaction_list_of_account` | `${string}-transaction_list_missing_receipt` | `${string}-transaction_list_of_account_by_class` | `${string}-transaction_detail` | `${string}-cash_in_cash_out` | `${string}-insights_dashboard` | `${string}-company_details` | `${string}-class_list` | `${string}-account_list` | `${string}-account_list_by_type` | `${string}-vendor` | `${string}-task_card` | `${string}-bill_pay` | `${string}-reimbursement` | `${string}-bill_pay_card` | `${string}-reimbursement_card` | `${string}-bill_pay_promo_card` | `${string}-zeni_accounts` | `${string}-zeni_accounts_promo_card` | `${string}-zeni_treasury` | `${string}-charge_cards` | `${string}-other_connection` | `${string}-reimbursement_promo_card` | `${string}-onboarding` | `${string}-operating_expenses_by_vendor` | `${string}-operating_expenses_by_vendor_summary` | `${string}-vendors_tab` | `${string}-accounts_payable_aging` | `${string}-accounts_receivable_aging` | `${string}-vendor_global_review` | `${string}-prepaid_expenses` | `${string}-fixed_assets` | `${string}-notification` | `${string}-rewards_card` | `${string}-billing` | `${string}-flux_analysis_operating_expense` | `${string}-account_reconciliation` | `${string}-zeni_credit_promo_card` | `${string}-treasury_promo_card`;
12
12
  export type SectionClassesKey = ReturnType<typeof getSectionClassesViewKey>;
@@ -4,9 +4,9 @@ import { AccountMetadataPayload } from '../account/accountPayload';
4
4
  import { ClassMetadataPayload } from '../class/classPayload';
5
5
  import { SectionClassesViewStateV2 } from './sectionClassesViewState';
6
6
  export declare const initialState: SectionClassesViewStateV2;
7
- export declare const updateSectionClassesView: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[timeframe: "month" | "year" | "quarter", sectionId: string, reportId: "cash_balance" | "card_balance" | "expense_automation_card" | "operating_expenses" | "operating_expenses_by_classes" | "revenue" | "revenue_by_classes" | "net_burn_or_income" | "net_burn_or_income_story_card" | "net_burn_or_income_by_classes" | "cash_position" | "top_expenses" | "profit_and_loss" | "profit_and_loss_by_classes" | "balance_sheet" | "cash_flow" | "dashboard" | "finance_statement" | "transaction_list_of_account" | "transaction_list_missing_receipt" | "transaction_list_of_account_by_class" | "transaction_detail" | "cash_in_cash_out" | "insights_dashboard" | "company_details" | "class_list" | "account_list" | "account_list_by_type" | "vendor" | "task_card" | "bill_pay" | "reimbursement" | "bill_pay_card" | "reimbursement_card" | "bill_pay_promo_card" | "zeni_accounts" | "zeni_accounts_promo_card" | "zeni_treasury" | "charge_cards" | "reimbursement_promo_card" | "onboarding" | "operating_expenses_by_vendor" | "operating_expenses_by_vendor_summary" | "vendors_tab" | "accounts_payable_aging" | "accounts_receivable_aging" | "vendor_global_review" | "prepaid_expenses" | "fixed_assets" | "notification" | "rewards_card" | "billing" | "flux_analysis_operating_expense" | "account_reconciliation" | "zeni_credit_promo_card" | "treasury_promo_card", sectionPayload: SectionByClassCOABalanceGroupedPayloadV2, classesMetadataPayload: ClassMetadataPayload[], accountsMetadataPayload: AccountMetadataPayload[], currencyPayload: CurrencyPayload], {
7
+ export declare const updateSectionClassesView: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[timeframe: "month" | "year" | "quarter", sectionId: string, reportId: "cash_balance" | "card_balance" | "expense_automation_card" | "operating_expenses" | "operating_expenses_by_classes" | "revenue" | "revenue_by_classes" | "net_burn_or_income" | "net_burn_or_income_story_card" | "net_burn_or_income_by_classes" | "cash_position" | "top_expenses" | "profit_and_loss" | "profit_and_loss_by_classes" | "balance_sheet" | "cash_flow" | "dashboard" | "finance_statement" | "transaction_list_of_account" | "transaction_list_missing_receipt" | "transaction_list_of_account_by_class" | "transaction_detail" | "cash_in_cash_out" | "insights_dashboard" | "company_details" | "class_list" | "account_list" | "account_list_by_type" | "vendor" | "task_card" | "bill_pay" | "reimbursement" | "bill_pay_card" | "reimbursement_card" | "bill_pay_promo_card" | "zeni_accounts" | "zeni_accounts_promo_card" | "zeni_treasury" | "charge_cards" | "other_connection" | "reimbursement_promo_card" | "onboarding" | "operating_expenses_by_vendor" | "operating_expenses_by_vendor_summary" | "vendors_tab" | "accounts_payable_aging" | "accounts_receivable_aging" | "vendor_global_review" | "prepaid_expenses" | "fixed_assets" | "notification" | "rewards_card" | "billing" | "flux_analysis_operating_expense" | "account_reconciliation" | "zeni_credit_promo_card" | "treasury_promo_card", sectionPayload: SectionByClassCOABalanceGroupedPayloadV2, classesMetadataPayload: ClassMetadataPayload[], accountsMetadataPayload: AccountMetadataPayload[], currencyPayload: CurrencyPayload], {
8
8
  timeframe: "month" | "year" | "quarter";
9
- reportId: "cash_balance" | "card_balance" | "expense_automation_card" | "operating_expenses" | "operating_expenses_by_classes" | "revenue" | "revenue_by_classes" | "net_burn_or_income" | "net_burn_or_income_story_card" | "net_burn_or_income_by_classes" | "cash_position" | "top_expenses" | "profit_and_loss" | "profit_and_loss_by_classes" | "balance_sheet" | "cash_flow" | "dashboard" | "finance_statement" | "transaction_list_of_account" | "transaction_list_missing_receipt" | "transaction_list_of_account_by_class" | "transaction_detail" | "cash_in_cash_out" | "insights_dashboard" | "company_details" | "class_list" | "account_list" | "account_list_by_type" | "vendor" | "task_card" | "bill_pay" | "reimbursement" | "bill_pay_card" | "reimbursement_card" | "bill_pay_promo_card" | "zeni_accounts" | "zeni_accounts_promo_card" | "zeni_treasury" | "charge_cards" | "reimbursement_promo_card" | "onboarding" | "operating_expenses_by_vendor" | "operating_expenses_by_vendor_summary" | "vendors_tab" | "accounts_payable_aging" | "accounts_receivable_aging" | "vendor_global_review" | "prepaid_expenses" | "fixed_assets" | "notification" | "rewards_card" | "billing" | "flux_analysis_operating_expense" | "account_reconciliation" | "zeni_credit_promo_card" | "treasury_promo_card";
9
+ reportId: "cash_balance" | "card_balance" | "expense_automation_card" | "operating_expenses" | "operating_expenses_by_classes" | "revenue" | "revenue_by_classes" | "net_burn_or_income" | "net_burn_or_income_story_card" | "net_burn_or_income_by_classes" | "cash_position" | "top_expenses" | "profit_and_loss" | "profit_and_loss_by_classes" | "balance_sheet" | "cash_flow" | "dashboard" | "finance_statement" | "transaction_list_of_account" | "transaction_list_missing_receipt" | "transaction_list_of_account_by_class" | "transaction_detail" | "cash_in_cash_out" | "insights_dashboard" | "company_details" | "class_list" | "account_list" | "account_list_by_type" | "vendor" | "task_card" | "bill_pay" | "reimbursement" | "bill_pay_card" | "reimbursement_card" | "bill_pay_promo_card" | "zeni_accounts" | "zeni_accounts_promo_card" | "zeni_treasury" | "charge_cards" | "other_connection" | "reimbursement_promo_card" | "onboarding" | "operating_expenses_by_vendor" | "operating_expenses_by_vendor_summary" | "vendors_tab" | "accounts_payable_aging" | "accounts_receivable_aging" | "vendor_global_review" | "prepaid_expenses" | "fixed_assets" | "notification" | "rewards_card" | "billing" | "flux_analysis_operating_expense" | "account_reconciliation" | "zeni_credit_promo_card" | "treasury_promo_card";
10
10
  sectionId: string;
11
11
  sectionPayload: SectionByClassCOABalanceGroupedPayloadV2;
12
12
  classesMetadataPayload: ClassMetadataPayload[];
@@ -39,6 +39,7 @@ export const ALL_REPORT_IDS = [
39
39
  'zeni_accounts_promo_card',
40
40
  'zeni_treasury',
41
41
  'charge_cards',
42
+ 'other_connection',
42
43
  'reimbursement_promo_card',
43
44
  'onboarding',
44
45
  'operating_expenses_by_vendor',
@@ -8,6 +8,8 @@ export const initialState = {
8
8
  attributes: [],
9
9
  fetchStatus: { fetchState: 'Not-Started', error: undefined },
10
10
  },
11
+ affectedEntityIds: undefined,
12
+ approvalRuleIdBeingUpdated: undefined,
11
13
  approvalRuleIds: [],
12
14
  approvalRulesDeleteStatusById: {},
13
15
  billPaySetupApproverViewUpdateData: undefined,
@@ -149,11 +151,16 @@ const billPaySetupApproverView = createSlice({
149
151
  fetchState: 'In-Progress',
150
152
  error: undefined,
151
153
  };
154
+ if (draft.billPaySetupApproverViewUpdateData.type === 'approval_update' &&
155
+ draft.billPaySetupApproverViewUpdateData.data != null) {
156
+ draft.approvalRuleIdBeingUpdated = draft.billPaySetupApproverViewUpdateData
157
+ .data.approvalRuleId;
158
+ }
152
159
  }
153
160
  },
154
161
  saveBillPaySetupApproverViewUpdatesSuccess: {
155
162
  reducer(draft, action) {
156
- const { approvalRuleIds } = action.payload;
163
+ const { approvalRuleIds, affectedEntityIds } = action.payload;
157
164
  if (draft.billPaySetupApproverViewUpdateData != null) {
158
165
  if (draft.billPaySetupApproverViewUpdateData.type ===
159
166
  'approval_update' &&
@@ -167,16 +174,19 @@ const billPaySetupApproverView = createSlice({
167
174
  };
168
175
  }
169
176
  draft.approvalRuleIds = approvalRuleIds;
177
+ draft.affectedEntityIds = affectedEntityIds;
178
+ draft.approvalRuleIdBeingUpdated = undefined;
170
179
  },
171
- prepare(approvalRuleIds) {
180
+ prepare(approvalRuleIds, affectedEntityIds) {
172
181
  return {
173
- payload: { approvalRuleIds },
182
+ payload: { approvalRuleIds, affectedEntityIds },
174
183
  };
175
184
  },
176
185
  },
177
186
  saveBillPaySetupApproverViewUpdatesFailure: {
178
187
  reducer(draft, action) {
179
188
  const { status } = action.payload;
189
+ draft.approvalRuleIdBeingUpdated = undefined;
180
190
  if (draft.billPaySetupApproverViewUpdateData != null) {
181
191
  draft.billPaySetupApproverViewUpdateData.updateStatus = {
182
192
  fetchState: 'Error',
@@ -223,6 +233,10 @@ const billPaySetupApproverView = createSlice({
223
233
  },
224
234
  setListeningToPusherEvent(draft, action) {
225
235
  draft.listeningToPusherEvent = action.payload;
236
+ if (action.payload === false) {
237
+ draft.affectedEntityIds = undefined;
238
+ draft.approvalRuleIdBeingUpdated = undefined;
239
+ }
226
240
  },
227
241
  clearBillPaySetupApproverViewUpdateData(draft) {
228
242
  if (draft.billPaySetupApproverViewUpdateData != null) {
@@ -6,7 +6,7 @@ import { getClassesByIds } from '../../../../entity/class/classSelector';
6
6
  import { getUserByUserId } from '../../../../entity/user/userSelector';
7
7
  import { getUserRoleByUserId } from '../../../../entity/userRole/userRoleSelector';
8
8
  export const getBillPaySetupApproverView = createSelector((state) => state.billPaySetupApproverViewState, (state) => state.approvalRuleState, (state) => state.userState, (billPaySetupApproverViewState, approvalRuleState, userState) => {
9
- const { approvalRulesDeleteStatusById, approvalRuleIds, fetchState, error, listeningToPusherEvent, } = billPaySetupApproverViewState;
9
+ const { approvalRuleIdBeingUpdated, approvalRulesDeleteStatusById, approvalRuleIds, fetchState, error, listeningToPusherEvent, } = billPaySetupApproverViewState;
10
10
  const deleteStateList = Object.values(approvalRulesDeleteStatusById);
11
11
  const approvalRules = getApprovalRulesByIds(approvalRuleState, approvalRuleIds);
12
12
  const allApprovalRules = approvalRules.map((approvalRule) => {
@@ -36,6 +36,7 @@ export const getBillPaySetupApproverView = createSelector((state) => state.billP
36
36
  };
37
37
  return {
38
38
  allApprovalRules,
39
+ approvalRuleIdBeingUpdated,
39
40
  deleteStatus: reduceAnyFetchState(deleteStateList),
40
41
  approvalRulesStatus,
41
42
  fetchState,
@@ -44,7 +45,7 @@ export const getBillPaySetupApproverView = createSelector((state) => state.billP
44
45
  };
45
46
  });
46
47
  export const getBillPaySetupApproverUpdateDataView = createSelector((state) => state.billPaySetupApproverViewState, (state) => state.approvalRuleState, (state) => state.userState, (state) => state.classState, (state) => state.classListState, (state) => state.userRoleState, (billPaySetupApproverViewState, approvalRuleState, userState, classState, classListState, userRoleState) => {
47
- const { approvalRuleIds, approverListState, billPaySetupApproverViewUpdateData, fetchState, error, listeningToPusherEvent, } = billPaySetupApproverViewState;
48
+ const { affectedEntityIds, approvalRuleIds, approverListState, billPaySetupApproverViewUpdateData, fetchState, error, listeningToPusherEvent, } = billPaySetupApproverViewState;
48
49
  const { approverIds, attributes } = approverListState;
49
50
  const allApprovalRules = getApprovalRulesByIds(approvalRuleState, approvalRuleIds);
50
51
  const allApprovers = approverIds
@@ -84,6 +85,7 @@ export const getBillPaySetupApproverUpdateDataView = createSelector((state) => s
84
85
  reportId: 'class_list',
85
86
  });
86
87
  return {
88
+ affectedEntityIds,
87
89
  allApprovalRules,
88
90
  allApprovers,
89
91
  filteredApprovers,
@@ -17,6 +17,7 @@ export const saveBillPaySetupApproverViewUpdatesEpic = (actions$, state$, zeniAP
17
17
  .pipe(mergeMap((response) => {
18
18
  if (isSuccessResponse(response) && response.data != null) {
19
19
  const approvalRuleIds = response.data.approval_rules.map((approvalRule) => approvalRule.approval_rule_id);
20
+ const affectedEntityIds = response.data.affected_entity_ids ?? [];
20
21
  const actions = [
21
22
  updateAllUsers({ users: response.data.users }),
22
23
  updateApprovalRules(response.data.approval_rules),
@@ -25,7 +26,7 @@ export const saveBillPaySetupApproverViewUpdatesEpic = (actions$, state$, zeniAP
25
26
  messageText: 'success',
26
27
  type: 'success',
27
28
  }),
28
- saveBillPaySetupApproverViewUpdatesSuccess(approvalRuleIds),
29
+ saveBillPaySetupApproverViewUpdatesSuccess(approvalRuleIds, affectedEntityIds),
29
30
  ];
30
31
  return from(actions);
31
32
  }
@@ -321,6 +321,8 @@ const getBusinessVerificationForFeature = (setupViewType) => {
321
321
  return 'bill_pay';
322
322
  case 'zeni_treasury':
323
323
  return 'treasury_accounts';
324
+ case 'other_connection':
325
+ return 'other_connection';
324
326
  //whenever a new setup view type is added, add the corresponding feature here
325
327
  case 'billing':
326
328
  console.warn(`Invalid type for setup view`);
@@ -1,9 +1,9 @@
1
1
  import { stringToUnion } from '../../../commonStateTypes/stringToUnion';
2
- import { ALL_ENTITY_TYPES } from '../../../entity/entityApprovalStatus/entityApprovalStatusState';
2
+ import { ALL_ENTITY_TYPES_WITH_OTHER_CONNECTION } from '../../../entity/entityApprovalStatus/entityApprovalStatusState';
3
3
  const SETUP_VIEW_TYPES = ['billing'];
4
4
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
5
5
  const toSetupViewType = (v) => stringToUnion(v, [
6
- ...ALL_ENTITY_TYPES,
6
+ ...ALL_ENTITY_TYPES_WITH_OTHER_CONNECTION,
7
7
  ...SETUP_VIEW_TYPES,
8
8
  ...CHARGE_CARD_SETUP_VIEW_TYPES,
9
9
  ]);