@zeniai/client-epic-state 5.0.41 → 5.0.42

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 (85) hide show
  1. package/lib/entity/chargeCardRepayment/chargeCardRepayment.d.ts +1 -1
  2. package/lib/entity/snackbar/snackbarTypes.d.ts +1 -1
  3. package/lib/entity/snackbar/snackbarTypes.js +0 -3
  4. package/lib/entity/task/taskPayload.d.ts +0 -1
  5. package/lib/entity/task/taskPayload.js +0 -5
  6. package/lib/entity/task/taskState.d.ts +0 -5
  7. package/lib/entity/task/taskState.js +1 -6
  8. package/lib/entity/tenant/clearAllEpic.d.ts +3 -5
  9. package/lib/entity/tenant/clearAllEpic.js +2 -6
  10. package/lib/entity/tenant/tenantReducer.js +28 -2
  11. package/lib/epic.d.ts +1 -7
  12. package/lib/epic.js +1 -7
  13. package/lib/esm/entity/snackbar/snackbarTypes.js +0 -3
  14. package/lib/esm/entity/task/taskPayload.js +1 -6
  15. package/lib/esm/entity/task/taskState.js +0 -3
  16. package/lib/esm/entity/tenant/clearAllEpic.js +2 -6
  17. package/lib/esm/entity/tenant/tenantReducer.js +28 -2
  18. package/lib/esm/epic.js +1 -7
  19. package/lib/esm/index.js +9 -15
  20. package/lib/esm/reducer.js +3 -9
  21. package/lib/esm/view/common/recurringViewHelper.js +0 -17
  22. package/lib/esm/view/taskManager/taskDetailView/epics/initializeTaskToLocalStoreEpic.js +0 -2
  23. package/lib/esm/view/taskManager/taskDetailView/epics/saveTaskDetailEpic.js +0 -5
  24. package/lib/esm/view/taskManager/taskDetailView/taskDetail.js +0 -1
  25. package/lib/esm/view/taskManager/taskDetailView/taskDetailSelector.js +0 -5
  26. package/lib/index.d.ts +13 -21
  27. package/lib/index.js +46 -77
  28. package/lib/reducer.d.ts +3 -9
  29. package/lib/reducer.js +3 -9
  30. package/lib/tsconfig.typecheck.tsbuildinfo +1 -1
  31. package/lib/view/common/recurringViewHelper.d.ts +2 -3
  32. package/lib/view/common/recurringViewHelper.js +1 -18
  33. package/lib/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.d.ts +1 -1
  34. package/lib/view/taskManager/taskDetailView/epics/initializeTaskToLocalStoreEpic.js +0 -2
  35. package/lib/view/taskManager/taskDetailView/epics/saveTaskDetailEpic.js +0 -5
  36. package/lib/view/taskManager/taskDetailView/taskDetail.d.ts +1 -3
  37. package/lib/view/taskManager/taskDetailView/taskDetail.js +0 -1
  38. package/lib/view/taskManager/taskDetailView/taskDetailSelector.d.ts +0 -1
  39. package/lib/view/taskManager/taskDetailView/taskDetailSelector.js +0 -5
  40. package/package.json +1 -1
  41. package/lib/entity/creditAgent/creditAgentPayload.d.ts +0 -41
  42. package/lib/entity/creditAgent/creditAgentPayload.js +0 -40
  43. package/lib/entity/creditAgent/creditAgentReducer.d.ts +0 -9
  44. package/lib/entity/creditAgent/creditAgentReducer.js +0 -37
  45. package/lib/entity/creditAgent/creditAgentSelector.d.ts +0 -3
  46. package/lib/entity/creditAgent/creditAgentSelector.js +0 -10
  47. package/lib/entity/creditAgent/creditAgentState.d.ts +0 -39
  48. package/lib/entity/creditAgent/creditAgentState.js +0 -17
  49. package/lib/esm/entity/creditAgent/creditAgentPayload.js +0 -36
  50. package/lib/esm/entity/creditAgent/creditAgentReducer.js +0 -33
  51. package/lib/esm/entity/creditAgent/creditAgentSelector.js +0 -6
  52. package/lib/esm/entity/creditAgent/creditAgentState.js +0 -13
  53. package/lib/esm/view/creditAgentView/buildCreditReportCsv.js +0 -44
  54. package/lib/esm/view/creditAgentView/creditAgentViewPayload.js +0 -2
  55. package/lib/esm/view/creditAgentView/creditAgentViewReducer.js +0 -183
  56. package/lib/esm/view/creditAgentView/creditAgentViewSelector.js +0 -85
  57. package/lib/esm/view/creditAgentView/creditAgentViewState.js +0 -20
  58. package/lib/esm/view/creditAgentView/epics/fetchCardProfilesEpic.js +0 -20
  59. package/lib/esm/view/creditAgentView/epics/fetchCreditAgentAccessEpic.js +0 -13
  60. package/lib/esm/view/creditAgentView/epics/fetchCreditAgentMacroEpic.js +0 -19
  61. package/lib/esm/view/creditAgentView/epics/saveCreditAgentMacroEpic.js +0 -58
  62. package/lib/esm/view/creditAgentView/epics/scheduleTenantCreditScoreCronEpic.js +0 -39
  63. package/lib/esm/view/creditAgentView/epics/updateCardProfileEpic.js +0 -62
  64. package/lib/view/creditAgentView/buildCreditReportCsv.d.ts +0 -17
  65. package/lib/view/creditAgentView/buildCreditReportCsv.js +0 -47
  66. package/lib/view/creditAgentView/creditAgentViewPayload.d.ts +0 -9
  67. package/lib/view/creditAgentView/creditAgentViewPayload.js +0 -7
  68. package/lib/view/creditAgentView/creditAgentViewReducer.d.ts +0 -41
  69. package/lib/view/creditAgentView/creditAgentViewReducer.js +0 -187
  70. package/lib/view/creditAgentView/creditAgentViewSelector.d.ts +0 -20
  71. package/lib/view/creditAgentView/creditAgentViewSelector.js +0 -93
  72. package/lib/view/creditAgentView/creditAgentViewState.d.ts +0 -34
  73. package/lib/view/creditAgentView/creditAgentViewState.js +0 -22
  74. package/lib/view/creditAgentView/epics/fetchCardProfilesEpic.d.ts +0 -15
  75. package/lib/view/creditAgentView/epics/fetchCardProfilesEpic.js +0 -24
  76. package/lib/view/creditAgentView/epics/fetchCreditAgentAccessEpic.d.ts +0 -11
  77. package/lib/view/creditAgentView/epics/fetchCreditAgentAccessEpic.js +0 -17
  78. package/lib/view/creditAgentView/epics/fetchCreditAgentMacroEpic.d.ts +0 -15
  79. package/lib/view/creditAgentView/epics/fetchCreditAgentMacroEpic.js +0 -23
  80. package/lib/view/creditAgentView/epics/saveCreditAgentMacroEpic.d.ts +0 -29
  81. package/lib/view/creditAgentView/epics/saveCreditAgentMacroEpic.js +0 -62
  82. package/lib/view/creditAgentView/epics/scheduleTenantCreditScoreCronEpic.d.ts +0 -30
  83. package/lib/view/creditAgentView/epics/scheduleTenantCreditScoreCronEpic.js +0 -43
  84. package/lib/view/creditAgentView/epics/updateCardProfileEpic.d.ts +0 -37
  85. package/lib/view/creditAgentView/epics/updateCardProfileEpic.js +0 -66
@@ -3,13 +3,11 @@ const ALL_RECURRING_FREQUENCY = [
3
3
  'daily',
4
4
  'weekly',
5
5
  'biweekly',
6
- 'semi_weekly',
7
6
  'monthly',
8
7
  'quarterly',
9
8
  ];
10
9
  export const toRecurringFrequency = (v) => stringToUnion(v, ALL_RECURRING_FREQUENCY);
11
10
  export const toRecurringFrequencyStrict = (v) => stringToUnionStrict(v ?? '', ALL_RECURRING_FREQUENCY);
12
- export const SEMI_WEEKLY_REQUIRED_DAYS_COUNT = 2;
13
11
  const ALL_RECURRING_DATE_PICKER_OPTIONS = ['date', 'recurringCount'];
14
12
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
15
13
  const toRecurringDatePickerOptions = (v) => stringToUnion(v, ALL_RECURRING_DATE_PICKER_OPTIONS);
@@ -17,8 +15,6 @@ export const getRecurringFrequencyInDays = (frequency) => {
17
15
  switch (frequency) {
18
16
  case 'daily':
19
17
  return 1;
20
- case 'semi_weekly':
21
- return 3;
22
18
  case 'weekly':
23
19
  return 7;
24
20
  case 'biweekly':
@@ -39,17 +35,6 @@ export const getRecurringEndDateFromCount = (startDate, frequency, recurringCoun
39
35
  case 'biweekly':
40
36
  endDate = startDate.add(getRecurringFrequencyInDays(frequency) * (recurringCount - 1), 'day');
41
37
  break;
42
- case 'semi_weekly': {
43
- // Two semi-weekly occurrences span exactly 7 days regardless of which
44
- // two weekdays are picked (since gap1 + gap2 = 7). So odd counts are
45
- // exact; even counts use the conservative half-week step (4 days).
46
- const stepsRemaining = recurringCount - 1;
47
- const fullWeekPairs = Math.floor(stepsRemaining / 2);
48
- const hasOddTailStep = stepsRemaining % 2 === 1;
49
- const days = fullWeekPairs * 7 + (hasOddTailStep ? 4 : 0);
50
- endDate = startDate.add(days, 'day');
51
- break;
52
- }
53
38
  case 'monthly':
54
39
  endDate = startDate.add(recurringCount - 1, 'month');
55
40
  break;
@@ -66,8 +51,6 @@ export const getMinAllowedEndDate = (frequency, startDate) => {
66
51
  switch (frequency) {
67
52
  case 'daily':
68
53
  return startDate.add(1, 'day');
69
- case 'semi_weekly':
70
- return startDate.add(3, 'day');
71
54
  case 'weekly':
72
55
  return startDate.add(7, 'day');
73
56
  case 'biweekly':
@@ -12,14 +12,12 @@ export const initializeTaskToLocalStoreEpic = (actions$, state$) => actions$.pip
12
12
  description: task.description,
13
13
  status: task.status.code,
14
14
  assignee: task.assignees,
15
- groupAssignees: task.groupAssignees,
16
15
  dueDate: task.dueDate,
17
16
  priority: task.priority.code,
18
17
  tagIds: task.tagIds,
19
18
  fileIds: task.fileIds,
20
19
  type: task.type,
21
20
  recurringFrequency: task.recurringFrequency,
22
- recurringDaysOfWeek: task.recurringDaysOfWeek,
23
21
  recurringEndDateLocalData: {
24
22
  recurringDatePickerOptionsType: 'date', // by default, date would be selected
25
23
  recurringEndDate: task.recurringEndDate,
@@ -91,14 +91,9 @@ const prepareTaskPayload = (state, taskId, taskGroupId) => {
91
91
  recurring_start_date: localData.type.code === 'recurring'
92
92
  ? (localData.recurringStartDate?.format(DEFAULT_DATE_FORMAT) ?? null)
93
93
  : null,
94
- recurring_days_of_week: localData.type.code === 'recurring' &&
95
- localData.recurringFrequency === 'semi_weekly'
96
- ? (localData.recurringDaysOfWeek ?? [])
97
- : [],
98
94
  sync_token: syncToken,
99
95
  task_group_ids: taskGroupId != null ? [taskGroupId] : [],
100
96
  time_spent: convertHHMMStrToMinutes(localData.timeSpent),
101
- group_assignees: localData.groupAssignees,
102
97
  ...(taskId == null ? { is_private: localData.isPrivate ?? false } : {}),
103
98
  };
104
99
  };
@@ -3,7 +3,6 @@ export const initialTaskDetailLocalData = {
3
3
  description: '',
4
4
  status: 'todo',
5
5
  assignee: [],
6
- groupAssignees: [],
7
6
  dueDate: undefined,
8
7
  priority: 'medium',
9
8
  tagIds: [],
@@ -26,7 +26,6 @@ export const getTaskDetail = (state, taskId) => {
26
26
  let isDeleted = undefined;
27
27
  let recurringSourceTaskId = undefined;
28
28
  let snoozedUntil = undefined;
29
- let taskGroupId = undefined;
30
29
  if (taskId != null && sourceTaskDetail != null) {
31
30
  const taskEntity = getTaskById(taskState, taskId);
32
31
  const fileIdsInEntity = taskEntity?.fileIds ?? [];
@@ -36,7 +35,6 @@ export const getTaskDetail = (state, taskId) => {
36
35
  isDeleted = taskEntity.isDeleted;
37
36
  recurringSourceTaskId = taskEntity.recurringSourceTaskId;
38
37
  snoozedUntil = taskEntity.snoozedUntil;
39
- taskGroupId = taskEntity.taskGroupIds[0];
40
38
  }
41
39
  if (fileIdsInEntity.length > 0) {
42
40
  fetchStatus = reduceFetchState([
@@ -89,7 +87,6 @@ export const getTaskDetail = (state, taskId) => {
89
87
  recurringSourceTaskId,
90
88
  showTaskDetailFormFooter,
91
89
  snoozedUntil,
92
- taskGroupId,
93
90
  };
94
91
  };
95
92
  export const allTaskStatus = [
@@ -143,13 +140,11 @@ const showFormFooter = (taskDetailLocalData, taskDetailInStore) => {
143
140
  taskDetailLocalData.status !== taskDetailInStore.status.code ||
144
141
  !isEqual(taskDetailInStore.tagIds, taskDetailLocalData.tagIds) ||
145
142
  !isEqual(taskDetailLocalData.assignee, taskDetailInStore?.assignees ?? []) ||
146
- !isEqual(taskDetailLocalData.groupAssignees, taskDetailInStore?.groupAssignees ?? []) ||
147
143
  !isEqual(taskDetailLocalData.fileIds, taskDetailInStore.fileIds ?? []) ||
148
144
  !isEqual(taskDetailLocalData.dueDate, taskDetailInStore.dueDate) ||
149
145
  !isEqual(taskDetailLocalData.type, taskDetailInStore.type) ||
150
146
  !isEqual(taskDetailLocalData.savedRecurringEndDate, taskDetailInStore.recurringEndDate) ||
151
147
  !isEqual(taskDetailLocalData.recurringFrequency, taskDetailInStore.recurringFrequency) ||
152
- !isEqual(taskDetailLocalData.recurringDaysOfWeek, taskDetailInStore.recurringDaysOfWeek) ||
153
148
  !isEqual(taskDetailLocalData.recurringStartDate, taskDetailInStore.recurringStartDate) ||
154
149
  !isEqual(taskDetailLocalData.timeSpent, taskDetailInStore.timeSpent)) {
155
150
  return true;
package/lib/index.d.ts CHANGED
@@ -103,12 +103,10 @@ import { ExternalNotificationData, NotificationActivityType, NotificationGroup,
103
103
  import { Logo, PaymentAccount, VERIFIED_PAYMENT_ACCOUNT_PROVIDER_VERIFICATION_STATUS } from './entity/paymentAccount/paymentAccountState';
104
104
  import { PaymentInstrument } from './entity/paymentInstrument/paymentInstrument';
105
105
  import { AccountingSummary, Runway } from './entity/portfolio/accountingSummary/accountingSummaryState';
106
- import { Project } from './entity/project/projectState';
107
106
  import { MilageReimbursementLine, OutofPocketReimbursementLine, Reimbursement, ReimbursementLine, ReimbursementTypeCode } from './entity/reimbursement/reimbursementState';
108
107
  import { SectionAccountsViewReport } from './entity/sectionAccountsView/sectionAccountsViewSelector';
109
108
  import { SectionClassesView as SectionClassesViewV2 } from './entity/sectionClassesViewV2/sectionClassesView';
110
109
  import { NestedClassReportV2, SectionClassesViewReportV2 } from './entity/sectionClassesViewV2/sectionClassesViewSelectorTypes';
111
- import { ProjectReportWithBalances, SectionProjectViewReport } from './entity/sectionProjectView/sectionProjectViewSelectorTypes';
112
110
  import { closeSnackbar, openSnackbar } from './entity/snackbar/snackbarReducer';
113
111
  import { getSnackbar } from './entity/snackbar/snackbarSelector';
114
112
  import { SnackbarMessageConfig } from './entity/snackbar/snackbarState';
@@ -121,11 +119,11 @@ import { SubscriptionPlan, SchemaKeys as SubscriptionPlanSchemaKeys } from './en
121
119
  import { SubscriptionSummary, SchemaKeys as SubscriptionSummarySchemaKeys } from './entity/subscription/subscriptionSummary/subscriptionSummaryState';
122
120
  import { SubscriptionPaymentAccount } from './entity/subscriptionPaymentAccount/subscriptionPaymentAccountState';
123
121
  import { Tag, TagState } from './entity/tag/tagState';
124
- import { ALL_WEEK_DAYS, DayOfWeek, PriorityCodeType, Task, TaskCodeType, TaskPriority, TaskStatus, TaskStatusCodeType, TaskType, toDayOfWeek, toPriorityCodeType, toTaskStatusCodeType } from './entity/task/taskState';
122
+ import { PriorityCodeType, Task, TaskCodeType, TaskPriority, TaskStatus, TaskStatusCodeType, TaskType, toPriorityCodeType, toTaskStatusCodeType } from './entity/task/taskState';
125
123
  import { getTaskGroupById } from './entity/taskGroup/taskGroupSelector';
126
124
  import { TaskGroupState } from './entity/taskGroup/taskGroupState';
127
125
  import { TaskGroupTemplate } from './entity/taskGroupTemplate/taskGroupTemplateState';
128
- import { DoSignInPayload, clearAll, doMagicLinkSignIn, doSignIn, doSignOut, fetchActiveTenant, fetchAllTenants, fetchExcludedResources as fetchExcludedResourcesForTenant, fetchExternalConnections as fetchExternalConnectionsForTenant, fetchSubscriptionSummaryForTenant, resendVerifyDeviceOTP, resetSignInState, deleteConnection, saveAPIKeyConnection, saveExternalConnection as saveExternalConnectionForTenant, saveOAuthConnection, sendEmailMagicLinkToUser, sendSessionHeartbeat, toExternalIntegrationType, toExternalSupportedTool, updateCurrentTenant, updateSignInState, verifyDeviceWithTwoFA } from './entity/tenant/tenantReducer';
126
+ import { DoSignInPayload, clearAll, doMagicLinkSignIn, doSignIn, doSignOut, sendSessionHeartbeat, fetchActiveTenant, fetchAllTenants, fetchExcludedResources as fetchExcludedResourcesForTenant, fetchExternalConnections as fetchExternalConnectionsForTenant, fetchSubscriptionSummaryForTenant, resendVerifyDeviceOTP, resetSignInState, deleteConnection, saveAPIKeyConnection, saveExternalConnection as saveExternalConnectionForTenant, saveOAuthConnection, sendEmailMagicLinkToUser, toExternalIntegrationType, toExternalSupportedTool, updateCurrentTenant, updateSignInState, verifyDeviceWithTwoFA } from './entity/tenant/tenantReducer';
129
127
  import { CurrentTenant, TenantBaseView, TenantCoreDetailsView, TenantView, TenantsBaseOrdered, TenantsOrdered, getCurrentTenant, getIsAccountingClassesEnabled, getIsAccountingProjectsEnabled, getTenantBaseById, getTenantBaseViewForTenantId, getTenantBaseViewForTenantView, getTenantsBaseByCheckInDateSelector, getTenantsByCheckInDateSelector, getTenantsCoreDetailsByCheckInDateSelector, isOtherProductsEnabledForTenant, isTenantBankingOnly, isTenantBookkeepingEnabled, isTenantCardsOnly, isTenantUsingZeniCOA, isZeniDomainTenant, toTenantCoreDetailsView } from './entity/tenant/tenantSelector';
130
128
  import { Connection, LoggedInUser, RoleResource, Tenant, TenantProductSettings } from './entity/tenant/tenantState';
131
129
  import { ToastNotificationPayload } from './entity/toastNotification/toastNotificationPayload';
@@ -215,7 +213,7 @@ import { getCashPosition, getCashPositionForHighlightedRange, getCashPositionFor
215
213
  import { CashPositionReport, CashPositionUIStateSelectorView } from './view/cashPosition/cashPositionSelectorTypes';
216
214
  import { fetchClassList } from './view/classList/classListReducer';
217
215
  import { ClassListSelectorView, getClassList } from './view/classList/classListSelector';
218
- import { RecurringDatePickerOptions, RecurringFrequencyType, SEMI_WEEKLY_REQUIRED_DAYS_COUNT, getMinAllowedEndDate, getRecurringEndDateFromCount, toRecurringFrequency } from './view/common/recurringViewHelper';
216
+ import { RecurringDatePickerOptions, RecurringFrequencyType, getMinAllowedEndDate, getRecurringEndDateFromCount, toRecurringFrequency } from './view/common/recurringViewHelper';
219
217
  import { ZENI_CLEARING_ACCOUNT, isZeniClearingAccount, isZeniClearingAccountReport } from './view/common/zeniClearingAccountHelper';
220
218
  import { clearTransactionVendorSaveStatus, resetTransactionVendorLocalData, saveTransactionVendor, saveTransactionVendorSuccessOrFailure, updateTransactionVendorLocalData } from './view/commonVendorView/transactionVendorView/transactionVendorViewReducer';
221
219
  import { TransactionVendorDetails, TransactionVendorSelectorView, getTransactionVendorView } from './view/commonVendorView/transactionVendorView/transactionVendorViewSelector';
@@ -360,10 +358,12 @@ import { fetchProfitAndLossClassesView, resetProfitAndLossClassesNodeCollapseSta
360
358
  import { getProfitAndLossClassesView } from './view/profitAndLossClassesView/profitAndLossClassesViewSelector';
361
359
  import { PandLReportViewCalculatedSectionID, PandLReportViewSectionID, ProfitAndLossClassesViewReport, isPandLReportViewCalculatedSectionID, isPandLReportViewSectionID } from './view/profitAndLossClassesView/profitAndLossClassesViewSelectorTypes';
362
360
  import { ClassViewLayout, ProfitAndLossClassesViewUIState } from './view/profitAndLossClassesView/profitAndLossClassesViewState';
363
- import { clearProfitAndLossProjectView, fetchProfitAndLossForTimeframeProjectView, fetchProfitAndLossProjectView, resetProfitAndLossProjectNodeCollapseState, updateProfitAndLossProjectViewUIState, updateProjectViewAccountViewMode, updateProjectsToFilterOut } from './view/profitAndLossProjectView/profitAndLossProjectViewReducer';
361
+ import { clearProfitAndLossProjectView, fetchProfitAndLossForTimeframeProjectView, fetchProfitAndLossProjectView, resetProfitAndLossProjectNodeCollapseState, updateProjectViewAccountViewMode, updateProjectsToFilterOut, updateProfitAndLossProjectViewUIState } from './view/profitAndLossProjectView/profitAndLossProjectViewReducer';
362
+ import { ProfitAndLossProjectViewUIState } from './view/profitAndLossProjectView/profitAndLossProjectViewState';
363
+ import { Project } from './entity/project/projectState';
364
364
  import { getProfitAndLossProjectView } from './view/profitAndLossProjectView/profitAndLossProjectViewSelector';
365
365
  import { ProfitAndLossProjectViewReport } from './view/profitAndLossProjectView/profitAndLossProjectViewSelectorTypes';
366
- import { ProfitAndLossProjectViewUIState } from './view/profitAndLossProjectView/profitAndLossProjectViewState';
366
+ import { ProjectReportWithBalances, SectionProjectViewReport } from './entity/sectionProjectView/sectionProjectViewSelectorTypes';
367
367
  import { fetchEntityRecommendationsByTransactionId, fetchRecommendationByEntityId, fetchRecommendationByEntityName } from './view/recommendation/recommendationReducer';
368
368
  import { clearReferrals, fetchReferrals, fetchRewardsPlan, resendReferralInvite, saveReferralFormDataInLocalStore, sendReferralInvite, updateReferViewed, updateReferralListSortUiState } from './view/referralView/referralReducer';
369
369
  import { ReferralListSelectorView, RewardsPlanCardReport, getInviteFormView, getReferralListView, getRewardsPlanCard } from './view/referralView/referralSelector';
@@ -539,15 +539,15 @@ import { SubscriptionView } from './view/subscriptionView/types/subscriptionView
539
539
  import { createTag, deleteTag, fetchTagList } from './view/tagView/tagViewReducer';
540
540
  import { TagViewSelectorView, getAllTags } from './view/tagView/tagViewSelector';
541
541
  import { TagViewState } from './view/tagView/tagViewState';
542
+ import { EditTaskLocalData, initialTaskDetail, initialTaskDetailLocalData } from './view/taskManager/taskDetailView/taskDetail';
543
+ import { archiveTask, deleteTask, discardTaskUpdatesInLocalStore, fetchTaskDetailPage, saveTaskDetail, saveTaskUpdatesToLocalStore, snoozeTask, unsnoozeTask } from './view/taskManager/taskDetailView/taskDetailReducer';
542
544
  import { CannedResponse, CannedResponsesViewState } from './view/taskManager/cannedResponsesView/cannedResponses';
543
545
  import { deleteCannedResponse, fetchCannedResponses, saveCannedResponse } from './view/taskManager/cannedResponsesView/cannedResponsesReducer';
544
546
  import { getCannedResponsesView } from './view/taskManager/cannedResponsesView/cannedResponsesSelector';
545
- import { EditTaskLocalData, initialTaskDetail, initialTaskDetailLocalData } from './view/taskManager/taskDetailView/taskDetail';
546
- import { archiveTask, deleteTask, discardTaskUpdatesInLocalStore, fetchTaskDetailPage, saveTaskDetail, saveTaskUpdatesToLocalStore, snoozeTask, unsnoozeTask } from './view/taskManager/taskDetailView/taskDetailReducer';
547
547
  import { TaskDetailSelectorView, allTaskPriority, allTaskStatus, getTaskDetail } from './view/taskManager/taskDetailView/taskDetailSelector';
548
548
  import { createTaskFromTaskGroupTemplate } from './view/taskManager/taskGroupTemplateView/taskGroupTemplateViewReducer';
549
549
  import { createNewTaskGroup, deleteTaskGroup, fetchAllTaskGroups, updateTaskGroupName } from './view/taskManager/taskGroupView/taskGroupViewReducer';
550
- import { ALL_TASK_LIST_TABS, DueDateGroupKey, TASK_LIST_FILTER_CATEGORIES, TASK_LIST_GROUP_BY_CATEGORIES, TaskFilterCategory, TaskGroupKey, TaskListFilterCategoryField, TaskListFilters, TaskListLocalData, TaskListTab, TaskListUIState, TaskListViewSortKey, toDueDateGroupKeyType, toTaskListGroupByKeyType, toTaskListGroupByKeyTypeStrict } from './view/taskManager/taskListView/taskList';
550
+ import { DueDateGroupKey, TASK_LIST_FILTER_CATEGORIES, TASK_LIST_GROUP_BY_CATEGORIES, TaskFilterCategory, TaskGroupKey, TaskListFilterCategoryField, TaskListFilters, TaskListLocalData, TaskListUIState, TaskListViewSortKey, toDueDateGroupKeyType, toTaskListGroupByKeyType, toTaskListGroupByKeyTypeStrict, ALL_TASK_LIST_TABS, TaskListTab } from './view/taskManager/taskListView/taskList';
551
551
  import { bulkUpdateTaskList, dragNDropTasks, fetchTaskListPage, initiateTaskListLocalData, removeTaskFromList, updateTaskFilters, updateTaskFromListView, updateTaskListLocalData, updateTaskListSearchText, updateTaskListTab, updateTaskListUIState } from './view/taskManager/taskListView/taskListReducer';
552
552
  import { TaskGroupWithTasksList, TaskListSelectorView, TaskWithUserDetails, getAllTasks } from './view/taskManager/taskListView/taskListSelector';
553
553
  import { getDueDateValueFromDueDateGroupId, getTaskUpdates } from './view/taskManager/taskListView/taskListViewHelpers';
@@ -614,21 +614,13 @@ import { ZeniAccStatementsSelectorView, getZeniAccStatements } from './view/zeni
614
614
  import { fetchZeniAccountsPromoCard } from './view/zeniAccountsPromoCard/zeniAccountsPromoCardReducer';
615
615
  import { ZeniAccountsPromoCardReport, getZeniAccountsPromoCard } from './view/zeniAccountsPromoCard/zeniAccountsPromoCardSelector';
616
616
  import { ZeniAccountsPromoCardState } from './view/zeniAccountsPromoCard/zeniAccountsPromoCardState';
617
- import { OAuthParams, ParseOAuthParamsResult, parseOAuthParams } from './view/zeniOAuthView/zeniOAuthParamsParser';
618
617
  import { ApproveOAuthConsentPayload, approveOAuthConsent, approveOAuthConsentFailure, approveOAuthConsentSuccess, clearZeniOAuthView } from './view/zeniOAuthView/zeniOAuthReducer';
618
+ import { OAuthParams, ParseOAuthParamsResult, parseOAuthParams } from './view/zeniOAuthView/zeniOAuthParamsParser';
619
619
  import { getZeniOAuthApproveError, getZeniOAuthApproveFetchState, getZeniOAuthApproveRedirectUrl } from './view/zeniOAuthView/zeniOAuthSelector';
620
620
  import { ZeniOAuthViewState } from './view/zeniOAuthView/zeniOAuthState';
621
621
  import { RESTAPIEndpoints } from './zeniAPI';
622
622
  import { Dayjs, ZeniDate, date, dateFromYearMonthDate, dateInLocal, dateLocal, dateNow, getBusinessDayOfDate, getLocalTimezone, getMinDate, getMonthIndex, setLocalTimezone, updateZeniDateLocaleID } from './zeniDayJS';
623
623
  import { ZeniUrl, toZeniUrl, toZeniUrlWithoutBaseURL } from './zeniUrl';
624
- export { fetchCreditAgentAccess, scheduleTenantCreditScoreCron, fetchCreditAgentMacro, saveCreditAgentMacro, resetSaveMacroState, fetchCardProfiles, updateCardProfile, updateCreditAgentUIState, clearCreditAgentView, } from './view/creditAgentView/creditAgentViewReducer';
625
- export { toCardTenantProfileRow, toMacro, } from './entity/creditAgent/creditAgentPayload';
626
- export { getCreditAgentView, getCreditAgentEntity, getCreditAgentMacro, getCardProfilesData, } from './view/creditAgentView/creditAgentViewSelector';
627
- export { getCreditReportDownloadPayload } from './view/creditAgentView/buildCreditReportCsv';
628
- export { clearAllCreditAgent, updateCreditAgentMacro, updateCreditAgentRow, updateCreditAgentRows, } from './entity/creditAgent/creditAgentReducer';
629
- export { getCreditAgentRows, getCreditAgentMacroEntity, } from './entity/creditAgent/creditAgentSelector';
630
- export type { CardTenantProfileRow, CardStatus, CreditAgentEntityState, CreditAgentMacro, } from './entity/creditAgent/creditAgentState';
631
- export type { CreditAgentFocusFilter, CreditAgentSortDir, CreditAgentSortKey, CreditAgentUIState, CreditAgentViewState, } from './view/creditAgentView/creditAgentViewState';
632
624
  export { AccountSettingsLocalData };
633
625
  export { saveJeAccountSettings, saveJeAccountSettingsLocalData };
634
626
  export default initialize;
@@ -877,7 +869,7 @@ export { NotificationView, NotificationViewUIState, NotificationTabState, Notifi
877
869
  export { clearFeatureNotificationView, fetchRegisteredInterests, notifyMeForFeature, getFeatureNotificationView, getRegisteredInterests, getRegisteredInterestsByFeature, isFeatureInterestRegistered, FeatureInterest, FeatureNotificationViewState, };
878
870
  export { pushToastNotification, ToastNotification, ToastNotificationPayload, getLastNotificationTime, getNotifications, };
879
871
  export { getReferralListView, getInviteFormView, ReferralListSelectorView, ReferralViewState, InviteCompanyLocalData, ReferralInvitation, ReferralListViewSortKey, ReferralViewUIState, toReferralListViewSortKeyType, ReferralStatus, ReferralAmountStatus, StatusTypes, AmountStatusTypes, fetchReferrals, sendReferralInvite, clearReferrals, saveReferralFormDataInLocalStore, updateReferralListSortUiState, resendReferralInvite, fetchRewardsPlan, RewardsPlanCardReport, getRewardsPlanCard, updateReferViewed, RewardsPlanData, };
880
- export { ALL_WEEK_DAYS, DayOfWeek, RecurringDatePickerOptions, RecurringFrequencyType, SEMI_WEEKLY_REQUIRED_DAYS_COUNT, getMinAllowedEndDate, getRecurringEndDateFromCount, toDayOfWeek, toRecurringFrequency, };
872
+ export { RecurringFrequencyType, getRecurringEndDateFromCount, toRecurringFrequency, getMinAllowedEndDate, RecurringDatePickerOptions, };
881
873
  export { fetchCompanyTaskManagerView, fetchTaskManagerMetrics, CompanyTaskManagerSelectorView, CompanyTaskManagerViewUIState, TaskManagerMetrics, getCompanyTaskManagerView, TaskWithCompanyDetail, createTaskFromTaskGroupTemplate, TaskGroupTemplate, };
882
874
  export { Country };
883
875
  export { InternationalWireVerificationState, VerificationFormField, VerificationFormLocalData, FieldValueType, fetchInternationalVerificationForm, submitInternationalVerificationForm, updateVerificationFormLocalData, getIntlWireVerificationView, InternationalWireVerificationView, };
@@ -922,5 +914,5 @@ export { fetchTransactionActivityLog } from './view/transactionActivityLogView/t
922
914
  export { TransactionActivityLogViewSelectorView, getTransactionActivityLogView, } from './view/transactionActivityLogView/transactionActivityLogViewSelector';
923
915
  export { UserGroup } from './entity/userGroups/userGroupsState';
924
916
  export { SessionManager } from './entity/tenant/SessionManager';
925
- export type { SessionCallbacks, SessionConfig, } from './entity/tenant/sessionTypes';
917
+ export type { SessionCallbacks, SessionConfig } from './entity/tenant/sessionTypes';
926
918
  export { DEFAULT_SESSION_CONFIG } from './entity/tenant/sessionTypes';