@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
@@ -14,6 +14,19 @@ declare class AppLocale {
14
14
  };
15
15
  common: {
16
16
  remove: string;
17
+ save: string;
18
+ submit: string;
19
+ send: string;
20
+ back: string;
21
+ close: string;
22
+ download: string;
23
+ search: string;
24
+ update: string;
25
+ copy: string;
26
+ upload: string;
27
+ apply: string;
28
+ clear: string;
29
+ done: string;
17
30
  all: string;
18
31
  as: string;
19
32
  in: string;
@@ -23,9 +36,6 @@ declare class AppLocale {
23
36
  zeniInc: string;
24
37
  optional: string;
25
38
  asOf: string;
26
- navBar: {
27
- back: string;
28
- };
29
39
  add: string;
30
40
  edit: string;
31
41
  more: string;
@@ -85,11 +95,8 @@ declare class AppLocale {
85
95
  confirmAction: string;
86
96
  zeniAI: string;
87
97
  unreview: string;
88
- download: string;
89
- search: string;
90
98
  searchShortcutCmd: string;
91
99
  searchShortcutCtrl: string;
92
- delete: string;
93
100
  reload: string;
94
101
  goHome: string;
95
102
  refresh: string;
@@ -99,9 +106,7 @@ declare class AppLocale {
99
106
  goBack: string;
100
107
  minimize: string;
101
108
  maximize: string;
102
- close: string;
103
109
  closed: string;
104
- confirm: string;
105
110
  customer: string;
106
111
  frequency: string;
107
112
  startDate: string;
@@ -140,7 +145,6 @@ declare class AppLocale {
140
145
  copy: string;
141
146
  copied: string;
142
147
  invite: string;
143
- update: string;
144
148
  issue: string;
145
149
  issues: string;
146
150
  item: string;
@@ -370,7 +374,6 @@ declare class AppLocale {
370
374
  };
371
375
  tooltips: {
372
376
  editName: string;
373
- reset: string;
374
377
  addW9: string;
375
378
  viewW9: string;
376
379
  viewReceipt: string;
@@ -1520,26 +1523,18 @@ declare class AppLocale {
1520
1523
  privacyPolicyUrl: string;
1521
1524
  termsUrl: string;
1522
1525
  footer: {
1523
- save: string;
1524
- submit: string;
1525
- cancel: string;
1526
1526
  approve: string;
1527
1527
  reject: string;
1528
- send: string;
1529
1528
  resubmit: string;
1530
- add: string;
1531
1529
  continueAnyway: string;
1532
1530
  resolve: string;
1533
1531
  inReview: string;
1534
1532
  sentForReview: string;
1535
1533
  linkCard: string;
1536
- next: string;
1537
- back: string;
1538
1534
  markAsUnReviewed: string;
1539
1535
  markAsReviewed: string;
1540
1536
  saveForLater: string;
1541
1537
  reconcile: string;
1542
- edit: string;
1543
1538
  noThanks: string;
1544
1539
  letsGetStarted: string;
1545
1540
  };
@@ -1564,7 +1559,6 @@ declare class AppLocale {
1564
1559
  discardTitle: string;
1565
1560
  discardDescription: string;
1566
1561
  discard: string;
1567
- cancel: string;
1568
1562
  };
1569
1563
  via: string;
1570
1564
  cockpit: string;
@@ -1595,8 +1589,6 @@ declare class AppLocale {
1595
1589
  notifications: string;
1596
1590
  };
1597
1591
  common: {
1598
- update: string;
1599
- cancel: string;
1600
1592
  productTypeString: string;
1601
1593
  };
1602
1594
  subtitle: {
@@ -2055,7 +2047,6 @@ declare class AppLocale {
2055
2047
  };
2056
2048
  };
2057
2049
  copyToClipBoard: {
2058
- copy: string;
2059
2050
  copied: string;
2060
2051
  };
2061
2052
  aiAgentsActivatingPage: {
@@ -2927,7 +2918,6 @@ declare class AppLocale {
2927
2918
  createVendor: {
2928
2919
  newVendor: string;
2929
2920
  footer: {
2930
- cancel: string;
2931
2921
  save: string;
2932
2922
  };
2933
2923
  };
@@ -2939,8 +2929,6 @@ declare class AppLocale {
2939
2929
  saveDetails: string;
2940
2930
  discardTitle: string;
2941
2931
  discardDescription: string;
2942
- cancel: string;
2943
- delete: string;
2944
2932
  discard: string;
2945
2933
  placeholders: {
2946
2934
  vendor: string;
@@ -3148,11 +3136,9 @@ declare class AppLocale {
3148
3136
  csv: string;
3149
3137
  };
3150
3138
  defaultFileName: string;
3151
- download: string;
3152
3139
  reportErrorMessage: string;
3153
3140
  viewReport: string;
3154
3141
  downloadInProgress: string;
3155
- cancel: string;
3156
3142
  downloadAs: string;
3157
3143
  displayColumns: {
3158
3144
  title: string;
@@ -3283,7 +3269,6 @@ declare class AppLocale {
3283
3269
  downloadExcel: string;
3284
3270
  downloadPdf: string;
3285
3271
  resetLabel: string;
3286
- download: string;
3287
3272
  };
3288
3273
  };
3289
3274
  peoplePage: {
@@ -3375,17 +3360,11 @@ declare class AppLocale {
3375
3360
  role: string;
3376
3361
  department: string;
3377
3362
  controllerText: string;
3378
- add: string;
3379
3363
  invite: string;
3380
- update: string;
3381
- cancel: string;
3382
3364
  discardTitle: string;
3383
3365
  discardDescription: string;
3384
- delete: string;
3385
3366
  discard: string;
3386
- no: string;
3387
3367
  deleteConfirmation: string;
3388
- remove: string;
3389
3368
  emailSubject: string;
3390
3369
  managerTooltipText: string;
3391
3370
  defaultHelpText: string;
@@ -3396,8 +3375,6 @@ declare class AppLocale {
3396
3375
  deleteOverlay: {
3397
3376
  title: string;
3398
3377
  description: string;
3399
- remove: string;
3400
- cancel: string;
3401
3378
  };
3402
3379
  addPlaceholderPrefix: string;
3403
3380
  selectPlaceholderPrefix: string;
@@ -3567,9 +3544,6 @@ declare class AppLocale {
3567
3544
  quickAccessInfo: string;
3568
3545
  zeniOnlyInfo: string;
3569
3546
  placeholderPrefix: string;
3570
- save: string;
3571
- cancel: string;
3572
- remove: string;
3573
3547
  protectedContent: string;
3574
3548
  snackBar: {
3575
3549
  success: string;
@@ -3607,7 +3581,6 @@ declare class AppLocale {
3607
3581
  cancelButton: string;
3608
3582
  popupCancelDescription: string;
3609
3583
  poweredBy: string;
3610
- cancel: string;
3611
3584
  street: string;
3612
3585
  streetError: string;
3613
3586
  suite: string;
@@ -3729,7 +3702,6 @@ declare class AppLocale {
3729
3702
  defaultFileName: string;
3730
3703
  notePlaceholder: string;
3731
3704
  commentPlaceholder: string;
3732
- save: string;
3733
3705
  lastEdited: string;
3734
3706
  cockpitHeader: string;
3735
3707
  cockpitHeaderSubsidiaryText: string;
@@ -3766,7 +3738,6 @@ declare class AppLocale {
3766
3738
  aiAccountant: string;
3767
3739
  };
3768
3740
  creditAgent: {
3769
- cancel: string;
3770
3741
  saving: string;
3771
3742
  savePrompt: string;
3772
3743
  downloadReport: string;
@@ -3972,7 +3943,6 @@ declare class AppLocale {
3972
3943
  };
3973
3944
  };
3974
3945
  monthEndReport: {
3975
- update: string;
3976
3946
  refresh: string;
3977
3947
  sendEmailTo: string;
3978
3948
  addUserForInsights: string;
@@ -4125,14 +4095,9 @@ declare class AppLocale {
4125
4095
  customerSatisfactionScoreText: string;
4126
4096
  additionalContributingFactorsText: string;
4127
4097
  };
4128
- buttons: {
4129
- save: string;
4130
- cancel: string;
4131
- };
4132
4098
  manualInput: {
4133
4099
  header: string;
4134
4100
  placeholders: {
4135
- add: string;
4136
4101
  addANote: string;
4137
4102
  };
4138
4103
  labels: {
@@ -4291,7 +4256,6 @@ declare class AppLocale {
4291
4256
  resendInviteBtnText: string;
4292
4257
  companyCredentials: string;
4293
4258
  companyDomain: string;
4294
- add: string;
4295
4259
  domain: string;
4296
4260
  email: string;
4297
4261
  international: string;
@@ -4326,7 +4290,6 @@ declare class AppLocale {
4326
4290
  chargebeeIdWarning: string;
4327
4291
  hubSpotIdWarning: string;
4328
4292
  productsWarning: string;
4329
- view: string;
4330
4293
  entity: string;
4331
4294
  realmId: string;
4332
4295
  confirmRealmId: string;
@@ -4367,7 +4330,6 @@ declare class AppLocale {
4367
4330
  connectToQBOError: string;
4368
4331
  discardTitle: string;
4369
4332
  discardDescription: string;
4370
- cancel: string;
4371
4333
  delete: string;
4372
4334
  customerCreated: string;
4373
4335
  groupCreated: string;
@@ -4393,7 +4355,6 @@ declare class AppLocale {
4393
4355
  otherOption: string;
4394
4356
  createOption: string;
4395
4357
  quickBooks: string;
4396
- add: string;
4397
4358
  months: string[];
4398
4359
  noOptions: {
4399
4360
  standard: string;
@@ -4455,8 +4416,6 @@ declare class AppLocale {
4455
4416
  plan: string;
4456
4417
  recurringAddons: string;
4457
4418
  coupon: string;
4458
- cancel: string;
4459
- confirm: string;
4460
4419
  appliedCredits: string;
4461
4420
  };
4462
4421
  updatePlan: {
@@ -4481,7 +4440,6 @@ declare class AppLocale {
4481
4440
  };
4482
4441
  };
4483
4442
  footer: {
4484
- cancel: string;
4485
4443
  review: string;
4486
4444
  };
4487
4445
  snackBar: {
@@ -4500,6 +4458,7 @@ declare class AppLocale {
4500
4458
  DMMMYYFormat: string;
4501
4459
  DMMMYYYYFormat: string;
4502
4460
  dMMMyyyyFormat: string;
4461
+ dSlashMMSlashyyFormat: string;
4503
4462
  DdashMMdashYYYYFormat: string;
4504
4463
  MMMDCommaYYFormat: string;
4505
4464
  defaultInput: string;
@@ -4637,8 +4596,6 @@ declare class AppLocale {
4637
4596
  saveDetails: string;
4638
4597
  discardTitle: string;
4639
4598
  discardDescription: string;
4640
- cancel: string;
4641
- delete: string;
4642
4599
  discard: string;
4643
4600
  firstName: string;
4644
4601
  firstNamePlaceholder: string;
@@ -4837,10 +4794,8 @@ declare class AppLocale {
4837
4794
  sendForVerificationButton: string;
4838
4795
  uploading: string;
4839
4796
  loading: string;
4840
- edit: string;
4841
4797
  rename: string;
4842
4798
  aiParsingDocument: string;
4843
- confirm: string;
4844
4799
  downloading: string;
4845
4800
  fileNameRequired: string;
4846
4801
  deleting: string;
@@ -5176,7 +5131,6 @@ declare class AppLocale {
5176
5131
  confirmPhoneNumber: string;
5177
5132
  codeNotReceived: string;
5178
5133
  resend: string;
5179
- cancel: string;
5180
5134
  verify: string;
5181
5135
  getCode: string;
5182
5136
  footerHelperText: string;
@@ -5196,7 +5150,6 @@ declare class AppLocale {
5196
5150
  verified: string;
5197
5151
  businessInfoTitle: string;
5198
5152
  businessInfoDescription: string;
5199
- submit: string;
5200
5153
  requireIncDate: string;
5201
5154
  requireIndustry: string;
5202
5155
  incorrectCode: string;
@@ -5243,7 +5196,6 @@ declare class AppLocale {
5243
5196
  text4: string;
5244
5197
  amountLimit: string;
5245
5198
  text5: string;
5246
- copy: string;
5247
5199
  copied: string;
5248
5200
  };
5249
5201
  step4: {
@@ -5474,8 +5426,6 @@ declare class AppLocale {
5474
5426
  saveDetails: string;
5475
5427
  discardTitle: string;
5476
5428
  discardDescription: string;
5477
- cancel: string;
5478
- delete: string;
5479
5429
  discard: string;
5480
5430
  addBill: {
5481
5431
  editVendorConfirmationTitle: string;
@@ -5563,8 +5513,6 @@ declare class AppLocale {
5563
5513
  placeholderPrefix: string;
5564
5514
  addContact: string;
5565
5515
  deleteConfirmation: string;
5566
- cancel: string;
5567
- remove: string;
5568
5516
  contact: string;
5569
5517
  fullNamePlaceholder: string;
5570
5518
  };
@@ -5582,8 +5530,6 @@ declare class AppLocale {
5582
5530
  additionalAddressLabel: string;
5583
5531
  areYOuSure: string;
5584
5532
  ifYouSubmit: string;
5585
- delete: string;
5586
- cancel: string;
5587
5533
  sendTo: string;
5588
5534
  domestic: {
5589
5535
  title: string;
@@ -5647,10 +5593,6 @@ declare class AppLocale {
5647
5593
  ach: string;
5648
5594
  sendTo: string;
5649
5595
  deleteConfirmation: string;
5650
- cancel: string;
5651
- remove: string;
5652
- clear: string;
5653
- add: string;
5654
5596
  accountNumberDontMatch: string;
5655
5597
  invalidRoutingNumber: string;
5656
5598
  invalidAccountNumber: string;
@@ -5658,7 +5600,6 @@ declare class AppLocale {
5658
5600
  stripeTestRoutingNumber: string;
5659
5601
  areYOuSure: string;
5660
5602
  ifYouSubmit: string;
5661
- delete: string;
5662
5603
  accountTypeLabel: string;
5663
5604
  checkingAccountTypeLabel: string;
5664
5605
  savingsAccountTypeLabel: string;
@@ -5736,9 +5677,6 @@ declare class AppLocale {
5736
5677
  lineItemsTitle: string;
5737
5678
  line: string;
5738
5679
  deleteConfirmation: string;
5739
- cancel: string;
5740
- remove: string;
5741
- send: string;
5742
5680
  estimatedReceiveDate: string;
5743
5681
  deliveryTimeLabel: string;
5744
5682
  deliveryTimeUnits: string;
@@ -5756,8 +5694,8 @@ declare class AppLocale {
5756
5694
  billablePlaceholderText: string;
5757
5695
  customer: string;
5758
5696
  customerPlaceholderText: string;
5759
- yes: string;
5760
- no: string;
5697
+ project: string;
5698
+ projectPlaceholderText: string;
5761
5699
  total: string;
5762
5700
  feesLabel: string;
5763
5701
  paymentDetailsTitle: string;
@@ -5845,9 +5783,7 @@ declare class AppLocale {
5845
5783
  paid: string;
5846
5784
  discardTitle: string;
5847
5785
  discardDescription: string;
5848
- delete: string;
5849
5786
  discard: string;
5850
- edit: string;
5851
5787
  more: string;
5852
5788
  hide: string;
5853
5789
  new: string;
@@ -5861,7 +5797,6 @@ declare class AppLocale {
5861
5797
  deletedClassError: string;
5862
5798
  buttons: {
5863
5799
  saveChanges: string;
5864
- save: string;
5865
5800
  review: string;
5866
5801
  editBill: string;
5867
5802
  schedule: string;
@@ -5881,8 +5816,6 @@ declare class AppLocale {
5881
5816
  cancelAndDelete: string;
5882
5817
  retry: string;
5883
5818
  refund: string;
5884
- yes: string;
5885
- no: string;
5886
5819
  };
5887
5820
  toolTips: {
5888
5821
  editVendor: string;
@@ -5928,10 +5861,6 @@ declare class AppLocale {
5928
5861
  title: string;
5929
5862
  description: string;
5930
5863
  placeholder: string;
5931
- buttons: {
5932
- save: string;
5933
- cancel: string;
5934
- };
5935
5864
  };
5936
5865
  magicLinkScreen: {
5937
5866
  title: string;
@@ -6084,22 +6013,17 @@ declare class AppLocale {
6084
6013
  addRuleSectionTitle: string;
6085
6014
  ruleMenu: {
6086
6015
  activity: string;
6087
- delete: string;
6088
- edit: string;
6089
6016
  pause: string;
6090
6017
  resume: string;
6091
6018
  };
6092
6019
  pauseConfirmationPopup: {
6093
6020
  title: string;
6094
6021
  description: string;
6095
- cancel: string;
6096
6022
  pause: string;
6097
6023
  };
6098
6024
  deleteConfirmationPopup: {
6099
6025
  title: string;
6100
6026
  description: string;
6101
- cancel: string;
6102
- delete: string;
6103
6027
  };
6104
6028
  existingRuleLabels: {
6105
6029
  addFundsFrom: string;
@@ -6136,7 +6060,6 @@ declare class AppLocale {
6136
6060
  };
6137
6061
  };
6138
6062
  createRuleDrawer: {
6139
- cancel: string;
6140
6063
  review: string;
6141
6064
  amount: string;
6142
6065
  amountError: string;
@@ -6164,9 +6087,7 @@ declare class AppLocale {
6164
6087
  };
6165
6088
  };
6166
6089
  reviewDrawer: {
6167
- edit: string;
6168
6090
  createRule: string;
6169
- update: string;
6170
6091
  footerDisclaimer: string;
6171
6092
  frequency: string;
6172
6093
  nextTransfer: string;
@@ -6296,7 +6217,6 @@ declare class AppLocale {
6296
6217
  mileageAddTitle: string;
6297
6218
  mileageSubTitle: string;
6298
6219
  perText: string;
6299
- save: string;
6300
6220
  };
6301
6221
  reimbursementApproval: {
6302
6222
  amountPerRemiLabel: string;
@@ -6348,7 +6268,6 @@ declare class AppLocale {
6348
6268
  deleteConfirmation: string;
6349
6269
  missingReceipt: string;
6350
6270
  deleteReimbursement: string;
6351
- delete: string;
6352
6271
  replace: string;
6353
6272
  missingReceiptDescription: string;
6354
6273
  newReimbursementTitle: string;
@@ -6367,6 +6286,8 @@ declare class AppLocale {
6367
6286
  categoryPlaceholder: string;
6368
6287
  customer: string;
6369
6288
  customerPlaceholder: string;
6289
+ project: string;
6290
+ projectPlaceholder: string;
6370
6291
  department: string;
6371
6292
  distanceInMiles: string;
6372
6293
  addMerchant: string;
@@ -6400,19 +6321,10 @@ declare class AppLocale {
6400
6321
  approve: string;
6401
6322
  deleteReport: string;
6402
6323
  editAndResubmit: string;
6403
- edit: string;
6404
6324
  saveChanges: string;
6405
- save: string;
6406
6325
  resubmit: string;
6407
- submit: string;
6408
6326
  discardChanges: string;
6409
- delete: string;
6410
- cancel: string;
6411
- send: string;
6412
6327
  cancelAndDelete: string;
6413
- remove: string;
6414
- yes: string;
6415
- no: string;
6416
6328
  discard: string;
6417
6329
  okay: string;
6418
6330
  };
@@ -6427,7 +6339,6 @@ declare class AppLocale {
6427
6339
  deleteBankAccountDescription: string;
6428
6340
  noReceiptAttached: string;
6429
6341
  dropReceipt: {
6430
- upload: string;
6431
6342
  single: string;
6432
6343
  or: string;
6433
6344
  multiple: string;
@@ -6860,7 +6771,6 @@ declare class AppLocale {
6860
6771
  }[];
6861
6772
  downloads: {
6862
6773
  defaultDownloadFileName: string;
6863
- download: string;
6864
6774
  downloading: string;
6865
6775
  };
6866
6776
  chargeCard: {
@@ -6868,7 +6778,6 @@ declare class AppLocale {
6868
6778
  title: string;
6869
6779
  noStatements: string;
6870
6780
  months: string;
6871
- download: string;
6872
6781
  };
6873
6782
  paymentHistory: {
6874
6783
  retryPayment: string;
@@ -7067,7 +6976,6 @@ declare class AppLocale {
7067
6976
  addCard: string;
7068
6977
  deleteCard: string;
7069
6978
  type: string;
7070
- remove: string;
7071
6979
  deleteConfirmation: string;
7072
6980
  additionalInfoPhysical: string;
7073
6981
  additionalInfoVirtual: string;
@@ -7108,7 +7016,6 @@ declare class AppLocale {
7108
7016
  rename: string;
7109
7017
  lock: string;
7110
7018
  unlock: string;
7111
- close: string;
7112
7019
  revokeInvite: string;
7113
7020
  };
7114
7021
  header: {
@@ -7671,8 +7578,6 @@ declare class AppLocale {
7671
7578
  reviewAndConfirm: string;
7672
7579
  backToTreasury: string;
7673
7580
  transferBtn: string;
7674
- back: string;
7675
- close: string;
7676
7581
  success: {
7677
7582
  prefix: string;
7678
7583
  midfix: string;
@@ -7833,7 +7738,6 @@ declare class AppLocale {
7833
7738
  frequencyLabel: string;
7834
7739
  frequencyAdditionalPrefix: string;
7835
7740
  bufferAmountSuffix: string;
7836
- cancel: string;
7837
7741
  reviewSweep: string;
7838
7742
  viewMore: string;
7839
7743
  viewLess: string;
@@ -7863,7 +7767,6 @@ declare class AppLocale {
7863
7767
  bufferCushionSuffix: string;
7864
7768
  operatingBalance: string;
7865
7769
  minimumRequired: string;
7866
- edit: string;
7867
7770
  confirmSweep: string;
7868
7771
  disclaimer: string;
7869
7772
  bufferAmountWrapPrefix: string;
@@ -7949,10 +7852,8 @@ declare class AppLocale {
7949
7852
  dates: string;
7950
7853
  tags: string;
7951
7854
  timeSpent: string;
7952
- apply: string;
7953
7855
  snooze: string;
7954
7856
  archive: string;
7955
- delete: string;
7956
7857
  unarchive: string;
7957
7858
  undoDelete: string;
7958
7859
  unsnooze: string;
@@ -8060,8 +7961,6 @@ declare class AppLocale {
8060
7961
  newTemplate: string;
8061
7962
  templateNamePlaceholder: string;
8062
7963
  messageContentPlaceholder: string;
8063
- cancel: string;
8064
- save: string;
8065
7964
  nameHeader: string;
8066
7965
  previewHeader: string;
8067
7966
  actionsHeader: string;
@@ -8116,8 +8015,6 @@ declare class AppLocale {
8116
8015
  pageTitle: string;
8117
8016
  referAndEarn: string;
8118
8017
  deleteConfirmation: string;
8119
- remove: string;
8120
- cancel: string;
8121
8018
  deleteReferral: string;
8122
8019
  referButton: {
8123
8020
  inviteViaEmail: string;
@@ -8648,10 +8545,6 @@ declare class AppLocale {
8648
8545
  };
8649
8546
  footer: {
8650
8547
  buttons: {
8651
- save: string;
8652
- next: string;
8653
- back: string;
8654
- submit: string;
8655
8548
  submitText: string;
8656
8549
  };
8657
8550
  };
@@ -9194,7 +9087,6 @@ declare class AppLocale {
9194
9087
  };
9195
9088
  step2: {
9196
9089
  click: string;
9197
- edit: string;
9198
9090
  next: string;
9199
9091
  vendor: string;
9200
9092
  sourceInfo: string;
@@ -9230,7 +9122,6 @@ declare class AppLocale {
9230
9122
  click: string;
9231
9123
  refresh: string;
9232
9124
  processText: string;
9233
- cancel: string;
9234
9125
  haltText: string;
9235
9126
  };
9236
9127
  step9: {
@@ -9778,14 +9669,24 @@ declare class AppLocale {
9778
9669
  };
9779
9670
  };
9780
9671
  bankBalance: string;
9672
+ openingBalance: string;
9673
+ closingBalance: string;
9781
9674
  clearedBalance: string;
9782
9675
  variance: string;
9676
+ matchProgress: string;
9677
+ lastReconciled: string;
9783
9678
  status: string;
9784
9679
  excludedAccountTitle: string;
9785
9680
  };
9786
- menu: {
9787
- statement: string;
9788
- bankConnection: string;
9681
+ matchProgressLegend: {
9682
+ byAi: string;
9683
+ byHuman: string;
9684
+ };
9685
+ progressBar: {
9686
+ complete: string;
9687
+ byAi: string;
9688
+ byHumans: string;
9689
+ remaining: string;
9789
9690
  };
9790
9691
  stepsBanner: {
9791
9692
  hide: string;
@@ -9814,6 +9715,28 @@ declare class AppLocale {
9814
9715
  body: string;
9815
9716
  };
9816
9717
  };
9718
+ menu: {
9719
+ statement: string;
9720
+ bankConnection: string;
9721
+ };
9722
+ statsCards: {
9723
+ autoMatched: string;
9724
+ needsReview: string;
9725
+ accountsDone: string;
9726
+ timeSavedByAi: string;
9727
+ ofTotalTxn: string;
9728
+ acrossAccounts: string;
9729
+ ofTotalAccounts: string;
9730
+ hrsSuffix: string;
9731
+ };
9732
+ connectAccountsBanner: {
9733
+ accountLabelSingular: string;
9734
+ accountLabelPlural: string;
9735
+ leadNeedConnectedSuffix: string;
9736
+ body: string;
9737
+ connectAccounts: string;
9738
+ dismissAriaLabel: string;
9739
+ };
9817
9740
  status: {
9818
9741
  reconciled: string;
9819
9742
  reconciledBy: string;
@@ -9867,6 +9790,7 @@ declare class AppLocale {
9867
9790
  status: string;
9868
9791
  accountType: string;
9869
9792
  lastUpdated: string;
9793
+ lastSync: string;
9870
9794
  };
9871
9795
  values: {
9872
9796
  bankConnection: string;
@@ -9883,6 +9807,31 @@ declare class AppLocale {
9883
9807
  heading: string;
9884
9808
  description: string;
9885
9809
  };
9810
+ validationFailed: {
9811
+ heading: string;
9812
+ ok: string;
9813
+ };
9814
+ fileValidationFailed: {
9815
+ heading: string;
9816
+ description: string;
9817
+ reupload: string;
9818
+ closeAriaLabel: string;
9819
+ };
9820
+ dateRangeConflict: {
9821
+ alreadyReconciled: {
9822
+ heading: string;
9823
+ description: string;
9824
+ };
9825
+ gap: {
9826
+ heading: string;
9827
+ description: string;
9828
+ expectedStartDate: (date: string) => string;
9829
+ };
9830
+ lastReconciled: (date: string) => string;
9831
+ lastReconciledBy: (date: string, name: string) => string;
9832
+ reupload: string;
9833
+ closeAriaLabel: string;
9834
+ };
9886
9835
  error: {
9887
9836
  validationFailed: string;
9888
9837
  parsingFailed: string;
@@ -9900,6 +9849,36 @@ declare class AppLocale {
9900
9849
  excludedStatus: string;
9901
9850
  };
9902
9851
  };
9852
+ statementProcessing: {
9853
+ steps: string[];
9854
+ headerTitle: string;
9855
+ stepSubtitles: string[];
9856
+ stepProgressLabel: (completed: number, total: number) => string;
9857
+ working: string;
9858
+ continueInBackground: string;
9859
+ };
9860
+ statementParseInfo: {
9861
+ aiSummaryTitle: string;
9862
+ statementPeriodAndBalances: string;
9863
+ period: string;
9864
+ from: string;
9865
+ to: string;
9866
+ deposits: string;
9867
+ payments: string;
9868
+ addCredit: string;
9869
+ addDebit: string;
9870
+ confirmAndSave: string;
9871
+ reparseStatement: string;
9872
+ retryParsing: string;
9873
+ aiSummary: {
9874
+ accountRecognized: string;
9875
+ transactionsExtracted: string;
9876
+ exceptionsDetected: string;
9877
+ fieldsCaptured: string;
9878
+ validated: string;
9879
+ openingDate: string;
9880
+ };
9881
+ };
9903
9882
  tabs: {
9904
9883
  review: string;
9905
9884
  reconcile: string;
@@ -10216,8 +10195,6 @@ declare class AppLocale {
10216
10195
  title: string;
10217
10196
  startDate: string;
10218
10197
  endDate: string;
10219
- confirm: string;
10220
- cancel: string;
10221
10198
  startDatePlaceholder: string;
10222
10199
  endDatePlaceholder: string;
10223
10200
  datesInstruction: string;
@@ -10252,7 +10229,6 @@ declare class AppLocale {
10252
10229
  bulkActions: {
10253
10230
  menuLabel: string;
10254
10231
  selectedCount: string;
10255
- clear: string;
10256
10232
  noCommonOperations: string;
10257
10233
  disabledInfo: string;
10258
10234
  bulkDialogDescription: string;