@zeniai/web-components 4.2.29 → 4.2.30

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 (61) hide show
  1. package/dist/{SessionTimeoutPopup-0I_vDkNI.cjs → SessionTimeoutPopup-BfyN462N.cjs} +17735 -16004
  2. package/dist/{SessionTimeoutPopup-C4ghToQh.js → SessionTimeoutPopup-syQlvBkV.js} +97400 -92357
  3. package/dist/appLocale.d.ts +109 -133
  4. package/dist/cockpit.cjs.js +1010 -1010
  5. package/dist/cockpit.esm.js +7630 -7637
  6. package/dist/components/aiCfo/AiCfoPage.d.ts +8 -1
  7. package/dist/components/aiCfo/components/AiCfoInput.d.ts +7 -0
  8. package/dist/components/aiCfo/components/AiCfoSkillMenu.d.ts +19 -0
  9. package/dist/components/aiCfo/components/helpers/aiCfoSlashHelpers.d.ts +30 -0
  10. package/dist/components/aiCfo/stories/components/AiCfoStoryWrapper.d.ts +6 -1
  11. package/dist/components/aiCfo/stories/hooks/useAiCfoStoryState.d.ts +2 -2
  12. package/dist/components/cockpit/aiAccountant/aiAccountantConfig.d.ts +0 -3
  13. package/dist/components/cockpit/subscriptionUpdates/SubscriptionAddPlanPage.d.ts +0 -3
  14. package/dist/components/cockpit/subscriptionUpdates/SubscriptionUpdatePlanPage.d.ts +0 -3
  15. package/dist/components/common/uploadInvoice/RenderPdf.d.ts +14 -0
  16. package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +1 -0
  17. package/dist/components/expenseAutomation/components/TableSection.d.ts +1 -0
  18. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts +44 -0
  19. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconListSkeleton.d.ts +3 -1
  20. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationListPage.d.ts +2 -1
  21. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationPage.d.ts +2 -1
  22. package/dist/components/expenseAutomation/sections/accountRecon/ExcludedAccountReconDetailsDrawerPage.d.ts +3 -1
  23. package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationProgressBar.d.ts +10 -0
  24. package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationStatsCards.d.ts +5 -0
  25. package/dist/components/expenseAutomation/sections/accountRecon/StatementDateConflictPopup.d.ts +8 -0
  26. package/dist/components/expenseAutomation/sections/accountRecon/StatementPageLayout.d.ts +18 -0
  27. package/dist/components/expenseAutomation/sections/accountRecon/StatementParseInfo.d.ts +14 -0
  28. package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts +10 -0
  29. package/dist/components/expenseAutomation/sections/accountRecon/mapAccountReconToReportTreeNodesV2.d.ts +16 -0
  30. package/dist/components/expenseAutomation/sections/accountRecon/mapExcludedAccountReconToReportTreeNodes.d.ts +2 -0
  31. package/dist/components/formElements/datePickerField/DatePickerField.d.ts +0 -3
  32. package/dist/components/formElements/groupedMultiSelectField/GroupedMultiSelectField.d.ts +0 -3
  33. package/dist/components/formElements/singleSelectPickerField/SingleSelectPickerField.d.ts +0 -3
  34. package/dist/components/reportTree/reportTreeTypes.d.ts +1 -0
  35. package/dist/components/reportTree/treeNode/accountReconReport/row/AccountRow.d.ts +12 -0
  36. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/AccountRow.d.ts +59 -0
  37. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/LoadingInProgressRow.d.ts +3 -0
  38. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/SectionRow.d.ts +10 -0
  39. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TimeframeRow.d.ts +7 -0
  40. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TotalRow.d.ts +15 -0
  41. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/common.d.ts +38 -0
  42. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/rowConstructors.d.ts +6 -0
  43. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/statusHelper.d.ts +12 -0
  44. package/dist/components/reportTree/treeNode/accountReconReport/treeNodeMappers/v2/mapSectionToTreeNode.d.ts +11 -0
  45. package/dist/components/reportTree/treeNode/getTreeNodeData.d.ts +1 -1
  46. package/dist/components/spendManagement/billPay/achDetailsPage/ACHDetailsPage.d.ts +0 -3
  47. package/dist/components/spendManagement/billPay/addOrEditBill/sections/ReadOnlyLineItemsSection.d.ts +2 -1
  48. package/dist/components/spendManagement/billPay/addOrEditBill/sections/formElements/multipleMonthsDatePickerField/MultipleMonthsDatePickerField.d.ts +0 -3
  49. package/dist/components/spendManagement/billPay/createVendor/sections/vendorACHDetails/VendorAllACHDetailsSection.d.ts +0 -3
  50. package/dist/components/spendManagement/billPay/domesticDetailsPage/DomesticWireDetailsPage.d.ts +0 -3
  51. package/dist/components/spendManagement/billPay/internationalDetailsPage/InternationalWireDetailsPage.d.ts +0 -3
  52. package/dist/components/spendManagement/billPay/internationalDetailsPage/InternationalWireSwiftDetailsPage.d.ts +0 -3
  53. package/dist/components/spendManagement/reimbursement/UserBankAccountPage.d.ts +0 -3
  54. package/dist/context/SidePanelContext.d.ts +1 -1
  55. package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +3 -1
  56. package/dist/designSystem/zeniColors.d.ts +8 -0
  57. package/dist/index.cjs.js +1 -1
  58. package/dist/index.d.ts +3 -0
  59. package/dist/index.esm.js +334 -331
  60. package/dist/strings/strings.d.ts +109 -133
  61. package/package.json +12 -11
@@ -10,6 +10,19 @@ export declare const zeniStrings: {
10
10
  };
11
11
  common: {
12
12
  remove: string;
13
+ save: string;
14
+ submit: string;
15
+ send: string;
16
+ back: string;
17
+ close: string;
18
+ download: string;
19
+ search: string;
20
+ update: string;
21
+ copy: string;
22
+ upload: string;
23
+ apply: string;
24
+ clear: string;
25
+ done: string;
13
26
  all: string;
14
27
  as: string;
15
28
  in: string;
@@ -19,9 +32,6 @@ export declare const zeniStrings: {
19
32
  zeniInc: string;
20
33
  optional: string;
21
34
  asOf: string;
22
- navBar: {
23
- back: string;
24
- };
25
35
  add: string;
26
36
  edit: string;
27
37
  more: string;
@@ -81,11 +91,8 @@ export declare const zeniStrings: {
81
91
  confirmAction: string;
82
92
  zeniAI: string;
83
93
  unreview: string;
84
- download: string;
85
- search: string;
86
94
  searchShortcutCmd: string;
87
95
  searchShortcutCtrl: string;
88
- delete: string;
89
96
  reload: string;
90
97
  goHome: string;
91
98
  refresh: string;
@@ -95,9 +102,7 @@ export declare const zeniStrings: {
95
102
  goBack: string;
96
103
  minimize: string;
97
104
  maximize: string;
98
- close: string;
99
105
  closed: string;
100
- confirm: string;
101
106
  customer: string;
102
107
  frequency: string;
103
108
  startDate: string;
@@ -136,7 +141,6 @@ export declare const zeniStrings: {
136
141
  copy: string;
137
142
  copied: string;
138
143
  invite: string;
139
- update: string;
140
144
  issue: string;
141
145
  issues: string;
142
146
  item: string;
@@ -367,7 +371,6 @@ export declare const zeniStrings: {
367
371
  };
368
372
  tooltips: {
369
373
  editName: string;
370
- reset: string;
371
374
  addW9: string;
372
375
  viewW9: string;
373
376
  viewReceipt: string;
@@ -1517,26 +1520,18 @@ export declare const zeniStrings: {
1517
1520
  privacyPolicyUrl: string;
1518
1521
  termsUrl: string;
1519
1522
  footer: {
1520
- save: string;
1521
- submit: string;
1522
- cancel: string;
1523
1523
  approve: string;
1524
1524
  reject: string;
1525
- send: string;
1526
1525
  resubmit: string;
1527
- add: string;
1528
1526
  continueAnyway: string;
1529
1527
  resolve: string;
1530
1528
  inReview: string;
1531
1529
  sentForReview: string;
1532
1530
  linkCard: string;
1533
- next: string;
1534
- back: string;
1535
1531
  markAsUnReviewed: string;
1536
1532
  markAsReviewed: string;
1537
1533
  saveForLater: string;
1538
1534
  reconcile: string;
1539
- edit: string;
1540
1535
  noThanks: string;
1541
1536
  letsGetStarted: string;
1542
1537
  };
@@ -1561,7 +1556,6 @@ export declare const zeniStrings: {
1561
1556
  discardTitle: string;
1562
1557
  discardDescription: string;
1563
1558
  discard: string;
1564
- cancel: string;
1565
1559
  };
1566
1560
  via: string;
1567
1561
  cockpit: string;
@@ -1592,8 +1586,6 @@ export declare const zeniStrings: {
1592
1586
  notifications: string;
1593
1587
  };
1594
1588
  common: {
1595
- update: string;
1596
- cancel: string;
1597
1589
  productTypeString: string;
1598
1590
  };
1599
1591
  subtitle: {
@@ -2052,7 +2044,6 @@ export declare const zeniStrings: {
2052
2044
  };
2053
2045
  };
2054
2046
  copyToClipBoard: {
2055
- copy: string;
2056
2047
  copied: string;
2057
2048
  };
2058
2049
  aiAgentsActivatingPage: {
@@ -2924,7 +2915,6 @@ export declare const zeniStrings: {
2924
2915
  createVendor: {
2925
2916
  newVendor: string;
2926
2917
  footer: {
2927
- cancel: string;
2928
2918
  save: string;
2929
2919
  };
2930
2920
  };
@@ -2936,8 +2926,6 @@ export declare const zeniStrings: {
2936
2926
  saveDetails: string;
2937
2927
  discardTitle: string;
2938
2928
  discardDescription: string;
2939
- cancel: string;
2940
- delete: string;
2941
2929
  discard: string;
2942
2930
  placeholders: {
2943
2931
  vendor: string;
@@ -3145,11 +3133,9 @@ export declare const zeniStrings: {
3145
3133
  csv: string;
3146
3134
  };
3147
3135
  defaultFileName: string;
3148
- download: string;
3149
3136
  reportErrorMessage: string;
3150
3137
  viewReport: string;
3151
3138
  downloadInProgress: string;
3152
- cancel: string;
3153
3139
  downloadAs: string;
3154
3140
  displayColumns: {
3155
3141
  title: string;
@@ -3280,7 +3266,6 @@ export declare const zeniStrings: {
3280
3266
  downloadExcel: string;
3281
3267
  downloadPdf: string;
3282
3268
  resetLabel: string;
3283
- download: string;
3284
3269
  };
3285
3270
  };
3286
3271
  peoplePage: {
@@ -3372,17 +3357,11 @@ export declare const zeniStrings: {
3372
3357
  role: string;
3373
3358
  department: string;
3374
3359
  controllerText: string;
3375
- add: string;
3376
3360
  invite: string;
3377
- update: string;
3378
- cancel: string;
3379
3361
  discardTitle: string;
3380
3362
  discardDescription: string;
3381
- delete: string;
3382
3363
  discard: string;
3383
- no: string;
3384
3364
  deleteConfirmation: string;
3385
- remove: string;
3386
3365
  emailSubject: string;
3387
3366
  managerTooltipText: string;
3388
3367
  defaultHelpText: string;
@@ -3393,8 +3372,6 @@ export declare const zeniStrings: {
3393
3372
  deleteOverlay: {
3394
3373
  title: string;
3395
3374
  description: string;
3396
- remove: string;
3397
- cancel: string;
3398
3375
  };
3399
3376
  addPlaceholderPrefix: string;
3400
3377
  selectPlaceholderPrefix: string;
@@ -3564,9 +3541,6 @@ export declare const zeniStrings: {
3564
3541
  quickAccessInfo: string;
3565
3542
  zeniOnlyInfo: string;
3566
3543
  placeholderPrefix: string;
3567
- save: string;
3568
- cancel: string;
3569
- remove: string;
3570
3544
  protectedContent: string;
3571
3545
  snackBar: {
3572
3546
  success: string;
@@ -3604,7 +3578,6 @@ export declare const zeniStrings: {
3604
3578
  cancelButton: string;
3605
3579
  popupCancelDescription: string;
3606
3580
  poweredBy: string;
3607
- cancel: string;
3608
3581
  street: string;
3609
3582
  streetError: string;
3610
3583
  suite: string;
@@ -3726,7 +3699,6 @@ export declare const zeniStrings: {
3726
3699
  defaultFileName: string;
3727
3700
  notePlaceholder: string;
3728
3701
  commentPlaceholder: string;
3729
- save: string;
3730
3702
  lastEdited: string;
3731
3703
  cockpitHeader: string;
3732
3704
  cockpitHeaderSubsidiaryText: string;
@@ -3763,7 +3735,6 @@ export declare const zeniStrings: {
3763
3735
  aiAccountant: string;
3764
3736
  };
3765
3737
  creditAgent: {
3766
- cancel: string;
3767
3738
  saving: string;
3768
3739
  savePrompt: string;
3769
3740
  downloadReport: string;
@@ -3969,7 +3940,6 @@ export declare const zeniStrings: {
3969
3940
  };
3970
3941
  };
3971
3942
  monthEndReport: {
3972
- update: string;
3973
3943
  refresh: string;
3974
3944
  sendEmailTo: string;
3975
3945
  addUserForInsights: string;
@@ -4122,14 +4092,9 @@ export declare const zeniStrings: {
4122
4092
  customerSatisfactionScoreText: string;
4123
4093
  additionalContributingFactorsText: string;
4124
4094
  };
4125
- buttons: {
4126
- save: string;
4127
- cancel: string;
4128
- };
4129
4095
  manualInput: {
4130
4096
  header: string;
4131
4097
  placeholders: {
4132
- add: string;
4133
4098
  addANote: string;
4134
4099
  };
4135
4100
  labels: {
@@ -4288,7 +4253,6 @@ export declare const zeniStrings: {
4288
4253
  resendInviteBtnText: string;
4289
4254
  companyCredentials: string;
4290
4255
  companyDomain: string;
4291
- add: string;
4292
4256
  domain: string;
4293
4257
  email: string;
4294
4258
  international: string;
@@ -4323,7 +4287,6 @@ export declare const zeniStrings: {
4323
4287
  chargebeeIdWarning: string;
4324
4288
  hubSpotIdWarning: string;
4325
4289
  productsWarning: string;
4326
- view: string;
4327
4290
  entity: string;
4328
4291
  realmId: string;
4329
4292
  confirmRealmId: string;
@@ -4364,7 +4327,6 @@ export declare const zeniStrings: {
4364
4327
  connectToQBOError: string;
4365
4328
  discardTitle: string;
4366
4329
  discardDescription: string;
4367
- cancel: string;
4368
4330
  delete: string;
4369
4331
  customerCreated: string;
4370
4332
  groupCreated: string;
@@ -4390,7 +4352,6 @@ export declare const zeniStrings: {
4390
4352
  otherOption: string;
4391
4353
  createOption: string;
4392
4354
  quickBooks: string;
4393
- add: string;
4394
4355
  months: string[];
4395
4356
  noOptions: {
4396
4357
  standard: string;
@@ -4452,8 +4413,6 @@ export declare const zeniStrings: {
4452
4413
  plan: string;
4453
4414
  recurringAddons: string;
4454
4415
  coupon: string;
4455
- cancel: string;
4456
- confirm: string;
4457
4416
  appliedCredits: string;
4458
4417
  };
4459
4418
  updatePlan: {
@@ -4478,7 +4437,6 @@ export declare const zeniStrings: {
4478
4437
  };
4479
4438
  };
4480
4439
  footer: {
4481
- cancel: string;
4482
4440
  review: string;
4483
4441
  };
4484
4442
  snackBar: {
@@ -4497,6 +4455,7 @@ export declare const zeniStrings: {
4497
4455
  DMMMYYFormat: string;
4498
4456
  DMMMYYYYFormat: string;
4499
4457
  dMMMyyyyFormat: string;
4458
+ dSlashMMSlashyyFormat: string;
4500
4459
  DdashMMdashYYYYFormat: string;
4501
4460
  MMMDCommaYYFormat: string;
4502
4461
  defaultInput: string;
@@ -4634,8 +4593,6 @@ export declare const zeniStrings: {
4634
4593
  saveDetails: string;
4635
4594
  discardTitle: string;
4636
4595
  discardDescription: string;
4637
- cancel: string;
4638
- delete: string;
4639
4596
  discard: string;
4640
4597
  firstName: string;
4641
4598
  firstNamePlaceholder: string;
@@ -4834,10 +4791,8 @@ export declare const zeniStrings: {
4834
4791
  sendForVerificationButton: string;
4835
4792
  uploading: string;
4836
4793
  loading: string;
4837
- edit: string;
4838
4794
  rename: string;
4839
4795
  aiParsingDocument: string;
4840
- confirm: string;
4841
4796
  downloading: string;
4842
4797
  fileNameRequired: string;
4843
4798
  deleting: string;
@@ -5173,7 +5128,6 @@ export declare const zeniStrings: {
5173
5128
  confirmPhoneNumber: string;
5174
5129
  codeNotReceived: string;
5175
5130
  resend: string;
5176
- cancel: string;
5177
5131
  verify: string;
5178
5132
  getCode: string;
5179
5133
  footerHelperText: string;
@@ -5193,7 +5147,6 @@ export declare const zeniStrings: {
5193
5147
  verified: string;
5194
5148
  businessInfoTitle: string;
5195
5149
  businessInfoDescription: string;
5196
- submit: string;
5197
5150
  requireIncDate: string;
5198
5151
  requireIndustry: string;
5199
5152
  incorrectCode: string;
@@ -5240,7 +5193,6 @@ export declare const zeniStrings: {
5240
5193
  text4: string;
5241
5194
  amountLimit: string;
5242
5195
  text5: string;
5243
- copy: string;
5244
5196
  copied: string;
5245
5197
  };
5246
5198
  step4: {
@@ -5471,8 +5423,6 @@ export declare const zeniStrings: {
5471
5423
  saveDetails: string;
5472
5424
  discardTitle: string;
5473
5425
  discardDescription: string;
5474
- cancel: string;
5475
- delete: string;
5476
5426
  discard: string;
5477
5427
  addBill: {
5478
5428
  editVendorConfirmationTitle: string;
@@ -5560,8 +5510,6 @@ export declare const zeniStrings: {
5560
5510
  placeholderPrefix: string;
5561
5511
  addContact: string;
5562
5512
  deleteConfirmation: string;
5563
- cancel: string;
5564
- remove: string;
5565
5513
  contact: string;
5566
5514
  fullNamePlaceholder: string;
5567
5515
  };
@@ -5579,8 +5527,6 @@ export declare const zeniStrings: {
5579
5527
  additionalAddressLabel: string;
5580
5528
  areYOuSure: string;
5581
5529
  ifYouSubmit: string;
5582
- delete: string;
5583
- cancel: string;
5584
5530
  sendTo: string;
5585
5531
  domestic: {
5586
5532
  title: string;
@@ -5644,10 +5590,6 @@ export declare const zeniStrings: {
5644
5590
  ach: string;
5645
5591
  sendTo: string;
5646
5592
  deleteConfirmation: string;
5647
- cancel: string;
5648
- remove: string;
5649
- clear: string;
5650
- add: string;
5651
5593
  accountNumberDontMatch: string;
5652
5594
  invalidRoutingNumber: string;
5653
5595
  invalidAccountNumber: string;
@@ -5655,7 +5597,6 @@ export declare const zeniStrings: {
5655
5597
  stripeTestRoutingNumber: string;
5656
5598
  areYOuSure: string;
5657
5599
  ifYouSubmit: string;
5658
- delete: string;
5659
5600
  accountTypeLabel: string;
5660
5601
  checkingAccountTypeLabel: string;
5661
5602
  savingsAccountTypeLabel: string;
@@ -5733,9 +5674,6 @@ export declare const zeniStrings: {
5733
5674
  lineItemsTitle: string;
5734
5675
  line: string;
5735
5676
  deleteConfirmation: string;
5736
- cancel: string;
5737
- remove: string;
5738
- send: string;
5739
5677
  estimatedReceiveDate: string;
5740
5678
  deliveryTimeLabel: string;
5741
5679
  deliveryTimeUnits: string;
@@ -5753,8 +5691,8 @@ export declare const zeniStrings: {
5753
5691
  billablePlaceholderText: string;
5754
5692
  customer: string;
5755
5693
  customerPlaceholderText: string;
5756
- yes: string;
5757
- no: string;
5694
+ project: string;
5695
+ projectPlaceholderText: string;
5758
5696
  total: string;
5759
5697
  feesLabel: string;
5760
5698
  paymentDetailsTitle: string;
@@ -5842,9 +5780,7 @@ export declare const zeniStrings: {
5842
5780
  paid: string;
5843
5781
  discardTitle: string;
5844
5782
  discardDescription: string;
5845
- delete: string;
5846
5783
  discard: string;
5847
- edit: string;
5848
5784
  more: string;
5849
5785
  hide: string;
5850
5786
  new: string;
@@ -5858,7 +5794,6 @@ export declare const zeniStrings: {
5858
5794
  deletedClassError: string;
5859
5795
  buttons: {
5860
5796
  saveChanges: string;
5861
- save: string;
5862
5797
  review: string;
5863
5798
  editBill: string;
5864
5799
  schedule: string;
@@ -5878,8 +5813,6 @@ export declare const zeniStrings: {
5878
5813
  cancelAndDelete: string;
5879
5814
  retry: string;
5880
5815
  refund: string;
5881
- yes: string;
5882
- no: string;
5883
5816
  };
5884
5817
  toolTips: {
5885
5818
  editVendor: string;
@@ -5925,10 +5858,6 @@ export declare const zeniStrings: {
5925
5858
  title: string;
5926
5859
  description: string;
5927
5860
  placeholder: string;
5928
- buttons: {
5929
- save: string;
5930
- cancel: string;
5931
- };
5932
5861
  };
5933
5862
  magicLinkScreen: {
5934
5863
  title: string;
@@ -6081,22 +6010,17 @@ export declare const zeniStrings: {
6081
6010
  addRuleSectionTitle: string;
6082
6011
  ruleMenu: {
6083
6012
  activity: string;
6084
- delete: string;
6085
- edit: string;
6086
6013
  pause: string;
6087
6014
  resume: string;
6088
6015
  };
6089
6016
  pauseConfirmationPopup: {
6090
6017
  title: string;
6091
6018
  description: string;
6092
- cancel: string;
6093
6019
  pause: string;
6094
6020
  };
6095
6021
  deleteConfirmationPopup: {
6096
6022
  title: string;
6097
6023
  description: string;
6098
- cancel: string;
6099
- delete: string;
6100
6024
  };
6101
6025
  existingRuleLabels: {
6102
6026
  addFundsFrom: string;
@@ -6133,7 +6057,6 @@ export declare const zeniStrings: {
6133
6057
  };
6134
6058
  };
6135
6059
  createRuleDrawer: {
6136
- cancel: string;
6137
6060
  review: string;
6138
6061
  amount: string;
6139
6062
  amountError: string;
@@ -6161,9 +6084,7 @@ export declare const zeniStrings: {
6161
6084
  };
6162
6085
  };
6163
6086
  reviewDrawer: {
6164
- edit: string;
6165
6087
  createRule: string;
6166
- update: string;
6167
6088
  footerDisclaimer: string;
6168
6089
  frequency: string;
6169
6090
  nextTransfer: string;
@@ -6293,7 +6214,6 @@ export declare const zeniStrings: {
6293
6214
  mileageAddTitle: string;
6294
6215
  mileageSubTitle: string;
6295
6216
  perText: string;
6296
- save: string;
6297
6217
  };
6298
6218
  reimbursementApproval: {
6299
6219
  amountPerRemiLabel: string;
@@ -6345,7 +6265,6 @@ export declare const zeniStrings: {
6345
6265
  deleteConfirmation: string;
6346
6266
  missingReceipt: string;
6347
6267
  deleteReimbursement: string;
6348
- delete: string;
6349
6268
  replace: string;
6350
6269
  missingReceiptDescription: string;
6351
6270
  newReimbursementTitle: string;
@@ -6364,6 +6283,8 @@ export declare const zeniStrings: {
6364
6283
  categoryPlaceholder: string;
6365
6284
  customer: string;
6366
6285
  customerPlaceholder: string;
6286
+ project: string;
6287
+ projectPlaceholder: string;
6367
6288
  department: string;
6368
6289
  distanceInMiles: string;
6369
6290
  addMerchant: string;
@@ -6397,19 +6318,10 @@ export declare const zeniStrings: {
6397
6318
  approve: string;
6398
6319
  deleteReport: string;
6399
6320
  editAndResubmit: string;
6400
- edit: string;
6401
6321
  saveChanges: string;
6402
- save: string;
6403
6322
  resubmit: string;
6404
- submit: string;
6405
6323
  discardChanges: string;
6406
- delete: string;
6407
- cancel: string;
6408
- send: string;
6409
6324
  cancelAndDelete: string;
6410
- remove: string;
6411
- yes: string;
6412
- no: string;
6413
6325
  discard: string;
6414
6326
  okay: string;
6415
6327
  };
@@ -6424,7 +6336,6 @@ export declare const zeniStrings: {
6424
6336
  deleteBankAccountDescription: string;
6425
6337
  noReceiptAttached: string;
6426
6338
  dropReceipt: {
6427
- upload: string;
6428
6339
  single: string;
6429
6340
  or: string;
6430
6341
  multiple: string;
@@ -6857,7 +6768,6 @@ export declare const zeniStrings: {
6857
6768
  }[];
6858
6769
  downloads: {
6859
6770
  defaultDownloadFileName: string;
6860
- download: string;
6861
6771
  downloading: string;
6862
6772
  };
6863
6773
  chargeCard: {
@@ -6865,7 +6775,6 @@ export declare const zeniStrings: {
6865
6775
  title: string;
6866
6776
  noStatements: string;
6867
6777
  months: string;
6868
- download: string;
6869
6778
  };
6870
6779
  paymentHistory: {
6871
6780
  retryPayment: string;
@@ -7064,7 +6973,6 @@ export declare const zeniStrings: {
7064
6973
  addCard: string;
7065
6974
  deleteCard: string;
7066
6975
  type: string;
7067
- remove: string;
7068
6976
  deleteConfirmation: string;
7069
6977
  additionalInfoPhysical: string;
7070
6978
  additionalInfoVirtual: string;
@@ -7105,7 +7013,6 @@ export declare const zeniStrings: {
7105
7013
  rename: string;
7106
7014
  lock: string;
7107
7015
  unlock: string;
7108
- close: string;
7109
7016
  revokeInvite: string;
7110
7017
  };
7111
7018
  header: {
@@ -7668,8 +7575,6 @@ export declare const zeniStrings: {
7668
7575
  reviewAndConfirm: string;
7669
7576
  backToTreasury: string;
7670
7577
  transferBtn: string;
7671
- back: string;
7672
- close: string;
7673
7578
  success: {
7674
7579
  prefix: string;
7675
7580
  midfix: string;
@@ -7830,7 +7735,6 @@ export declare const zeniStrings: {
7830
7735
  frequencyLabel: string;
7831
7736
  frequencyAdditionalPrefix: string;
7832
7737
  bufferAmountSuffix: string;
7833
- cancel: string;
7834
7738
  reviewSweep: string;
7835
7739
  viewMore: string;
7836
7740
  viewLess: string;
@@ -7860,7 +7764,6 @@ export declare const zeniStrings: {
7860
7764
  bufferCushionSuffix: string;
7861
7765
  operatingBalance: string;
7862
7766
  minimumRequired: string;
7863
- edit: string;
7864
7767
  confirmSweep: string;
7865
7768
  disclaimer: string;
7866
7769
  bufferAmountWrapPrefix: string;
@@ -7946,10 +7849,8 @@ export declare const zeniStrings: {
7946
7849
  dates: string;
7947
7850
  tags: string;
7948
7851
  timeSpent: string;
7949
- apply: string;
7950
7852
  snooze: string;
7951
7853
  archive: string;
7952
- delete: string;
7953
7854
  unarchive: string;
7954
7855
  undoDelete: string;
7955
7856
  unsnooze: string;
@@ -8057,8 +7958,6 @@ export declare const zeniStrings: {
8057
7958
  newTemplate: string;
8058
7959
  templateNamePlaceholder: string;
8059
7960
  messageContentPlaceholder: string;
8060
- cancel: string;
8061
- save: string;
8062
7961
  nameHeader: string;
8063
7962
  previewHeader: string;
8064
7963
  actionsHeader: string;
@@ -8113,8 +8012,6 @@ export declare const zeniStrings: {
8113
8012
  pageTitle: string;
8114
8013
  referAndEarn: string;
8115
8014
  deleteConfirmation: string;
8116
- remove: string;
8117
- cancel: string;
8118
8015
  deleteReferral: string;
8119
8016
  referButton: {
8120
8017
  inviteViaEmail: string;
@@ -8645,10 +8542,6 @@ export declare const zeniStrings: {
8645
8542
  };
8646
8543
  footer: {
8647
8544
  buttons: {
8648
- save: string;
8649
- next: string;
8650
- back: string;
8651
- submit: string;
8652
8545
  submitText: string;
8653
8546
  };
8654
8547
  };
@@ -9191,7 +9084,6 @@ export declare const zeniStrings: {
9191
9084
  };
9192
9085
  step2: {
9193
9086
  click: string;
9194
- edit: string;
9195
9087
  next: string;
9196
9088
  vendor: string;
9197
9089
  sourceInfo: string;
@@ -9227,7 +9119,6 @@ export declare const zeniStrings: {
9227
9119
  click: string;
9228
9120
  refresh: string;
9229
9121
  processText: string;
9230
- cancel: string;
9231
9122
  haltText: string;
9232
9123
  };
9233
9124
  step9: {
@@ -9785,14 +9676,24 @@ export declare const zeniStrings: {
9785
9676
  };
9786
9677
  };
9787
9678
  bankBalance: string;
9679
+ openingBalance: string;
9680
+ closingBalance: string;
9788
9681
  clearedBalance: string;
9789
9682
  variance: string;
9683
+ matchProgress: string;
9684
+ lastReconciled: string;
9790
9685
  status: string;
9791
9686
  excludedAccountTitle: string;
9792
9687
  };
9793
- menu: {
9794
- statement: string;
9795
- bankConnection: string;
9688
+ matchProgressLegend: {
9689
+ byAi: string;
9690
+ byHuman: string;
9691
+ };
9692
+ progressBar: {
9693
+ complete: string;
9694
+ byAi: string;
9695
+ byHumans: string;
9696
+ remaining: string;
9796
9697
  };
9797
9698
  stepsBanner: {
9798
9699
  hide: string;
@@ -9821,6 +9722,28 @@ export declare const zeniStrings: {
9821
9722
  body: string;
9822
9723
  };
9823
9724
  };
9725
+ menu: {
9726
+ statement: string;
9727
+ bankConnection: string;
9728
+ };
9729
+ statsCards: {
9730
+ autoMatched: string;
9731
+ needsReview: string;
9732
+ accountsDone: string;
9733
+ timeSavedByAi: string;
9734
+ ofTotalTxn: string;
9735
+ acrossAccounts: string;
9736
+ ofTotalAccounts: string;
9737
+ hrsSuffix: string;
9738
+ };
9739
+ connectAccountsBanner: {
9740
+ accountLabelSingular: string;
9741
+ accountLabelPlural: string;
9742
+ leadNeedConnectedSuffix: string;
9743
+ body: string;
9744
+ connectAccounts: string;
9745
+ dismissAriaLabel: string;
9746
+ };
9824
9747
  status: {
9825
9748
  reconciled: string;
9826
9749
  reconciledBy: string;
@@ -9874,6 +9797,7 @@ export declare const zeniStrings: {
9874
9797
  status: string;
9875
9798
  accountType: string;
9876
9799
  lastUpdated: string;
9800
+ lastSync: string;
9877
9801
  };
9878
9802
  values: {
9879
9803
  bankConnection: string;
@@ -9890,6 +9814,31 @@ export declare const zeniStrings: {
9890
9814
  heading: string;
9891
9815
  description: string;
9892
9816
  };
9817
+ validationFailed: {
9818
+ heading: string;
9819
+ ok: string;
9820
+ };
9821
+ fileValidationFailed: {
9822
+ heading: string;
9823
+ description: string;
9824
+ reupload: string;
9825
+ closeAriaLabel: string;
9826
+ };
9827
+ dateRangeConflict: {
9828
+ alreadyReconciled: {
9829
+ heading: string;
9830
+ description: string;
9831
+ };
9832
+ gap: {
9833
+ heading: string;
9834
+ description: string;
9835
+ expectedStartDate: (date: string) => string;
9836
+ };
9837
+ lastReconciled: (date: string) => string;
9838
+ lastReconciledBy: (date: string, name: string) => string;
9839
+ reupload: string;
9840
+ closeAriaLabel: string;
9841
+ };
9893
9842
  error: {
9894
9843
  validationFailed: string;
9895
9844
  parsingFailed: string;
@@ -9907,6 +9856,36 @@ export declare const zeniStrings: {
9907
9856
  excludedStatus: string;
9908
9857
  };
9909
9858
  };
9859
+ statementProcessing: {
9860
+ steps: string[];
9861
+ headerTitle: string;
9862
+ stepSubtitles: string[];
9863
+ stepProgressLabel: (completed: number, total: number) => string;
9864
+ working: string;
9865
+ continueInBackground: string;
9866
+ };
9867
+ statementParseInfo: {
9868
+ aiSummaryTitle: string;
9869
+ statementPeriodAndBalances: string;
9870
+ period: string;
9871
+ from: string;
9872
+ to: string;
9873
+ deposits: string;
9874
+ payments: string;
9875
+ addCredit: string;
9876
+ addDebit: string;
9877
+ confirmAndSave: string;
9878
+ reparseStatement: string;
9879
+ retryParsing: string;
9880
+ aiSummary: {
9881
+ accountRecognized: string;
9882
+ transactionsExtracted: string;
9883
+ exceptionsDetected: string;
9884
+ fieldsCaptured: string;
9885
+ validated: string;
9886
+ openingDate: string;
9887
+ };
9888
+ };
9910
9889
  tabs: {
9911
9890
  review: string;
9912
9891
  reconcile: string;
@@ -10223,8 +10202,6 @@ export declare const zeniStrings: {
10223
10202
  title: string;
10224
10203
  startDate: string;
10225
10204
  endDate: string;
10226
- confirm: string;
10227
- cancel: string;
10228
10205
  startDatePlaceholder: string;
10229
10206
  endDatePlaceholder: string;
10230
10207
  datesInstruction: string;
@@ -10259,7 +10236,6 @@ export declare const zeniStrings: {
10259
10236
  bulkActions: {
10260
10237
  menuLabel: string;
10261
10238
  selectedCount: string;
10262
- clear: string;
10263
10239
  noCommonOperations: string;
10264
10240
  disabledInfo: string;
10265
10241
  bulkDialogDescription: string;