@tesouro/embedded-components-react 0.2.254 → 0.2.255

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 (138) hide show
  1. package/dist/core.js +1 -1
  2. package/dist/index.css +15 -0
  3. package/dist/index.js +2 -2
  4. package/dist/lib/BillPayWidget.d.ts +151 -151
  5. package/dist/lib/BillPayWidget.js +1 -1
  6. package/dist/lib/InsightsWidget.js +1 -1
  7. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +1 -1
  8. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index3.js +4 -4
  9. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +2 -2
  10. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index7.js +1 -1
  11. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index.js +10 -0
  12. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index10.js +40 -0
  13. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index11.js +36 -0
  14. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index3.js +28 -0
  15. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index4.js +22 -0
  16. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index5.js +7 -0
  17. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index6.js +75 -0
  18. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index7.js +166 -0
  19. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index8.js +17 -0
  20. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/data-access/dist/index9.js +30 -0
  21. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index.js +15 -1
  22. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index10.js +9 -0
  23. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index11.js +99 -0
  24. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index12.js +4 -0
  25. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index13.js +4 -0
  26. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index14.js +43 -0
  27. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index15.js +1 -0
  28. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index16.js +50 -0
  29. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index17.js +8 -0
  30. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index18.js +7 -0
  31. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index19.js +93 -0
  32. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index2.js +42 -2
  33. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index20.js +3 -0
  34. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index21.js +8 -0
  35. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index22.js +9 -0
  36. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index23.js +85 -0
  37. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index24.js +3 -0
  38. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index25.js +8 -0
  39. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index26.js +112 -0
  40. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index27.js +1 -0
  41. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index28.js +25 -0
  42. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index3.js +51 -35
  43. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +235 -1
  44. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +106 -7
  45. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index6.js +35 -88
  46. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index7.js +122 -1
  47. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index8.js +36 -22
  48. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index9.js +74 -0
  49. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index.js +15 -8
  50. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index10.js +24 -3
  51. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index11.js +1 -0
  52. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index12.js +12 -0
  53. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index13.js +83 -3
  54. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index14.js +1 -0
  55. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index15.js +18 -0
  56. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index16.js +205 -4
  57. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index17.js +1 -0
  58. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index18.js +10 -0
  59. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index19.js +89 -4
  60. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index20.js +1 -0
  61. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index21.js +10 -0
  62. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index22.js +131 -4
  63. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index23.js +1 -0
  64. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index24.js +10 -0
  65. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index25.js +45 -5
  66. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index27.js +17 -1
  67. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index28.js +149 -7
  68. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index3.js +73 -4
  69. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index33.js +14 -0
  70. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index34.js +24 -2
  71. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index35.js +1 -0
  72. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index36.js +24 -1
  73. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index38.js +145 -6
  74. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index39.js +10 -0
  75. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index40.js +8 -0
  76. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index41.js +93 -4
  77. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index43.js +1 -0
  78. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index44.js +7 -0
  79. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index45.js +30 -2
  80. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index46.js +1 -0
  81. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index47.js +13 -0
  82. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index48.js +88 -5
  83. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index7.js +62 -5
  84. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index9.js +7 -0
  85. package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index4.js +2 -2
  86. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index4.js +13 -13
  87. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index7.js +58 -58
  88. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index8.js +19 -19
  89. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index7.js +1 -1
  90. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index.js +2 -2
  91. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index10.js +13 -62
  92. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index11.js +66 -0
  93. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index7.js +11 -109
  94. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index8.js +113 -21
  95. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index9.js +21 -15
  96. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index7.js +1 -1
  97. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index9.js +2 -2
  98. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index8.js +3 -3
  99. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index4.js +1 -1
  100. package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/feature/dist/lib/policyViewModel.js +1 -1
  101. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/index.js +15 -15
  102. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/helpers.js +9 -9
  103. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useAddressForm.js +1 -1
  104. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useCounterpartForm.js +32 -29
  105. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useSubEntityForm.js +1 -1
  106. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index.js +7 -7
  107. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index8.js +232 -220
  108. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/index.js +19 -19
  109. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +171 -138
  110. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/client/index.js +1 -0
  111. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/bodySerializer.gen.js +9 -2
  112. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +404 -293
  113. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetTokenRefreshProvider.js +1 -1
  114. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
  115. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/index.js +1 -1
  116. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/MeasureUnitsManagerContainer.js +1 -1
  117. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/useProductForm.js +1 -1
  118. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index3.js → lib/amountOutputToMajorUnits.js} +1 -1
  119. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index14.js → lib/apiErrors.js} +1 -1
  120. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index2.js → lib/coerceAmountValueToMinorUnits.js} +1 -1
  121. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/lib/formatCalendarDate.js +13 -0
  122. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index4.js → lib/formatMoneyExact.js} +1 -1
  123. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index5.js → lib/formatPhoneDisplay.js} +1 -1
  124. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index6.js → lib/getInitials.js} +1 -1
  125. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index7.js → lib/normalizeAmountOutputCurrencyCode.js} +1 -1
  126. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index8.js → lib/parseAmountOutputMajorUnits.js} +1 -1
  127. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index9.js → lib/parseDecimalAmountToMinorUnits.js} +2 -2
  128. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index10.js → lib/sumAmountOutputsMajorUnits.js} +3 -3
  129. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index11.js → lib/usStates.js} +1 -1
  130. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index13.js → lib/widgetDomEvents.js} +1 -1
  131. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/{index12.js → lib/widgetTokenManager.js} +1 -1
  132. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index8.js +1 -1
  133. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +1 -1
  134. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index4.js +1 -1
  135. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index4.js +4 -4
  136. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index5.js +1 -1
  137. package/dist/packages/shared-ui-shadcn/dist/index.js +3593 -3582
  138. package/package.json +1 -1
@@ -4,25 +4,25 @@ import { cloneEmbeddedClient as i, createEmbeddedClient as a } from "./lib/creat
4
4
  import "./lib/rest/client.gen.js";
5
5
  import { EmbedApiProvider as o, useEmbedApi as s } from "./lib/EmbedApiContext.js";
6
6
  import { optionalOrganizationHeaders as c, organizationHeaders as l } from "./lib/organizationHeaders.js";
7
- import { bulkUpdateDepartmentMembers as u, bulkUpdateLocationMembers as d, bulkUpdateRoleMembers as f, createDepartment as p, createLocation as m, createUser as h, deactivateDepartment as g, deactivateLocation as _, deleteCounterpartsId as v, deleteCounterpartsIdBankAccountsId as y, deleteMeasureUnitsId as b, deleteProductsId as x, deleteReceivablesId as S, deleteTagsId as C, downloadBankAccountTransactions as w, getApplicationStatus as T, getApprovalPolicies as E, getBankAccountAccess as D, getDepartment as O, getDisclosures as k, getExternalBankAccountAccess as A, getLocation as j, getUsers as M, listDepartments as N, listLocations as P, listRoles as F, manageBankAccountAccess as I, patchCounterpartsId as L, patchCounterpartsIdAddressesId as R, patchCounterpartsIdBankAccountsId as z, patchMeasureUnitsId as B, patchProductsId as V, patchReceivablesId as H, patchTagsId as U, postApiWidgetGatewayDisclosureAcceptance as W, postCounterparts as G, postCounterpartsIdAddresses as K, postCounterpartsIdBankAccounts as q, postCounterpartsIdBankAccountsIdMakeDefault as J, postMeasureUnits as Y, postProducts as X, postReceivables as Z, postReceivablesIdAccept as Q, postReceivablesIdCancel as $, postReceivablesIdClone as ee, postReceivablesIdDecline as te, postReceivablesIdIssue as ne, postReceivablesIdMarkAsPaid as re, postReceivablesIdMarkAsPartiallyPaid as ie, postReceivablesIdMarkAsUncollectible as ae, postReceivablesIdSend as oe, postTags as se, putReceivablesIdLineItems as ce, updateDepartment as le, updateLocation as ue, updateUser as de } from "./lib/rest/sdk.gen.js";
8
- import { fetchWidgetInit as fe } from "./lib/fetchWidgetInit.js";
9
- import { hasAnyScope as pe } from "./lib/hasAnyScope.js";
10
- import { connectExternalBankAccountMutation as me, createAchMoneyMovementMutation as he, createApplicationMutation as ge, createBankAccountMutation as _e, createBookTransferMutation as ve, deleteApprovalPoliciesIdMutation as ye, deleteLedgerAccountsIdMutation as be, deleteReceiptsIdMutation as xe, disableUserMutation as Se, getAnalyticsPayablesOptions as Ce, getAnalyticsReceivablesOptions as we, getApplicationStatusOptions as Te, getApprovalPoliciesOptions as Ee, getApprovalPoliciesQueryKey as De, getBankAccountAccessQueryKey as Oe, getBankAccountOptions as ke, getBankAccountQueryKey as Ae, getBankAccountTransactionsOptions as je, getBankAccountTransfersOptions as Me, getBankAccountTransfersQueryKey as Ne, getBankAccountsQueryKey as Pe, getCounterpartsIdAddressesOptions as Fe, getCounterpartsIdAddressesQueryKey as Ie, getCounterpartsIdBankAccountsOptions as Le, getCounterpartsIdBankAccountsQueryKey as Re, getCounterpartsIdOptions as ze, getCounterpartsIdQueryKey as Be, getCounterpartsOptions as Ve, getCounterpartsQueryKey as He, getCreditCardByIdOptions as Ue, getCreditCardsOptions as We, getDebitCardByIdOptions as Ge, getDebitCardsOptions as Ke, getDepartmentOptions as qe, getDepartmentQueryKey as Je, getEntitiesIdSettingsOptions as Ye, getEntitiesIdSettingsQueryKey as Xe, getEntitiesMeOptions as Ze, getEntityUsersMyEntityOptions as Qe, getEntityUsersOptions as $e, getExternalBankAccountAccessQueryKey as et, getExternalBankAccountsOptions as tt, getExternalBankAccountsQueryKey as nt, getLedgerAccountsQueryKey as rt, getLocationOptions as it, getLocationQueryKey as at, getMeasureUnitsOptions as ot, getMeasureUnitsQueryKey as st, getPayablesOptions as ct, getProductsIdOptions as lt, getProductsIdQueryKey as ut, getProductsOptions as dt, getProductsQueryKey as ft, getReceiptsIdQueryKey as pt, getReceiptsOptions as mt, getReceiptsQueryKey as ht, getReceivablesIdHistoryOptions as gt, getReceivablesIdHistoryQueryKey as _t, getReceivablesIdMailsOptions as vt, getReceivablesIdMailsQueryKey as yt, getReceivablesIdOptions as bt, getReceivablesIdPdfLinkOptions as xt, getReceivablesIdPdfLinkQueryKey as St, getReceivablesIdQueryKey as Ct, getReceivablesOptions as wt, getReceivablesQueryKey as Tt, getTagsOptions as Et, getTagsQueryKey as Dt, getTransactionsIdQueryKey as Ot, getTransactionsOptions as kt, getTransactionsQueryKey as At, getTransactionsValidationsOptions as jt, getTransactionsValidationsQueryKey as Mt, getUsersOptions as Nt, getUsersQueryKey as Pt, grantBankAccountAccessMutation as Ft, grantExternalBankAccountAccessMutation as It, linkExternalBankAccountMutation as Lt, listDepartmentsOptions as Rt, listDepartmentsQueryKey as zt, listLocationsOptions as Bt, listLocationsQueryKey as Vt, listRolesQueryKey as Ht, patchApprovalPoliciesIdMutation as Ut, patchEntitiesIdSettingsMutation as Wt, patchLedgerAccountsIdMutation as Gt, patchReceiptsIdMutation as Kt, postApprovalPoliciesMutation as qt, postLedgerAccountsMutation as Jt, putTransactionsValidationsMutation as Yt, submitApplicationMutation as Xt, unlinkExternalBankAccountMutation as Zt, updateApplicationMutation as Qt, updateBankAccountMutation as $t, updateExternalBankAccountMutation as en, validateExternalBankAccountMutation as tn } from "./lib/rest/@tanstack/react-query.gen.js";
7
+ import { bulkUpdateDepartmentMembers as u, bulkUpdateLocationMembers as d, bulkUpdateRoleMembers as f, createDepartment as p, createLocation as m, createUser as h, deactivateDepartment as g, deactivateLocation as _, deleteCounterpartsId as v, deleteCounterpartsIdBankAccountsId as y, deleteFilesId as b, deleteMeasureUnitsId as x, deleteProductsId as S, deleteReceivablesId as C, deleteTagsId as w, downloadBankAccountTransactions as T, getApplicationStatus as E, getApprovalPolicies as D, getBankAccountAccess as O, getDepartment as k, getDisclosures as A, getExternalBankAccountAccess as j, getLocation as M, getPayablesIdLineItems as N, getUsers as P, listDepartments as F, listLocations as I, listRoles as L, manageBankAccountAccess as R, patchCounterpartsId as z, patchCounterpartsIdAddressesId as B, patchCounterpartsIdBankAccountsId as V, patchMeasureUnitsId as H, patchPayablesId as U, patchProductsId as W, patchReceivablesId as G, patchTagsId as K, postApiWidgetGatewayDisclosureAcceptance as q, postCounterparts as J, postCounterpartsIdAddresses as Y, postCounterpartsIdBankAccounts as X, postCounterpartsIdBankAccountsIdMakeDefault as Z, postMeasureUnits as Q, postPayables as $, postPayablesIdAttachFile as ee, postPayablesIdSubmitForApproval as te, postPayablesIdValidate as ne, postPayablesUploadFromFile as re, postProducts as ie, postReceivables as ae, postReceivablesIdAccept as oe, postReceivablesIdCancel as se, postReceivablesIdClone as ce, postReceivablesIdDecline as le, postReceivablesIdIssue as ue, postReceivablesIdMarkAsPaid as de, postReceivablesIdMarkAsPartiallyPaid as fe, postReceivablesIdMarkAsUncollectible as pe, postReceivablesIdSend as me, postTags as he, putPayablesIdLineItems as ge, putReceivablesIdLineItems as _e, updateDepartment as ve, updateLocation as ye, updateUser as be } from "./lib/rest/sdk.gen.js";
8
+ import { fetchWidgetInit as xe } from "./lib/fetchWidgetInit.js";
9
+ import { hasAnyScope as Se } from "./lib/hasAnyScope.js";
10
+ import { connectExternalBankAccountMutation as Ce, createAchMoneyMovementMutation as we, createApplicationMutation as Te, createBankAccountMutation as Ee, createBookTransferMutation as De, deleteApprovalPoliciesIdMutation as Oe, deleteLedgerAccountsIdMutation as ke, deleteReceiptsIdMutation as Ae, disableUserMutation as je, getAnalyticsPayablesOptions as Me, getAnalyticsReceivablesOptions as Ne, getApplicationStatusOptions as Pe, getApprovalPoliciesOptions as Fe, getApprovalPoliciesQueryKey as Ie, getApprovalRequestsQueryKey as Le, getBankAccountAccessQueryKey as Re, getBankAccountOptions as ze, getBankAccountQueryKey as Be, getBankAccountTransactionsOptions as Ve, getBankAccountTransfersOptions as He, getBankAccountTransfersQueryKey as Ue, getBankAccountsQueryKey as We, getCounterpartsIdAddressesOptions as Ge, getCounterpartsIdAddressesQueryKey as Ke, getCounterpartsIdBankAccountsOptions as qe, getCounterpartsIdBankAccountsQueryKey as Je, getCounterpartsIdOptions as Ye, getCounterpartsIdQueryKey as Xe, getCounterpartsOptions as Ze, getCounterpartsQueryKey as Qe, getCreditCardByIdOptions as $e, getCreditCardsOptions as et, getDebitCardByIdOptions as tt, getDebitCardsOptions as nt, getDepartmentOptions as rt, getDepartmentQueryKey as it, getEntitiesIdSettingsOptions as at, getEntitiesIdSettingsQueryKey as ot, getEntitiesMeOptions as st, getEntityUsersMyEntityOptions as ct, getEntityUsersOptions as lt, getExternalBankAccountAccessQueryKey as ut, getExternalBankAccountsOptions as dt, getExternalBankAccountsQueryKey as ft, getLedgerAccountsQueryKey as pt, getLocationOptions as mt, getLocationQueryKey as ht, getMeasureUnitsOptions as gt, getMeasureUnitsQueryKey as _t, getPayablesAnalyticsQueryKey as vt, getPayablesIdHistoryQueryKey as yt, getPayablesIdLineItemsOptions as bt, getPayablesIdLineItemsQueryKey as xt, getPayablesIdOptions as St, getPayablesIdQueryKey as Ct, getPayablesIdSuggestionsOptions as wt, getPayablesOptions as Tt, getPayablesQueryKey as Et, getProductsIdOptions as Dt, getProductsIdQueryKey as Ot, getProductsOptions as kt, getProductsQueryKey as At, getReceiptsIdQueryKey as jt, getReceiptsOptions as Mt, getReceiptsQueryKey as Nt, getReceivablesIdHistoryOptions as Pt, getReceivablesIdHistoryQueryKey as Ft, getReceivablesIdMailsOptions as It, getReceivablesIdMailsQueryKey as Lt, getReceivablesIdOptions as Rt, getReceivablesIdPdfLinkOptions as zt, getReceivablesIdPdfLinkQueryKey as Bt, getReceivablesIdQueryKey as Vt, getReceivablesOptions as Ht, getReceivablesQueryKey as Ut, getTagsOptions as Wt, getTagsQueryKey as Gt, getTransactionsIdQueryKey as Kt, getTransactionsOptions as qt, getTransactionsQueryKey as Jt, getTransactionsValidationsOptions as Yt, getTransactionsValidationsQueryKey as Xt, getUsersOptions as Zt, getUsersQueryKey as Qt, grantBankAccountAccessMutation as $t, grantExternalBankAccountAccessMutation as en, linkExternalBankAccountMutation as tn, listDepartmentsOptions as nn, listDepartmentsQueryKey as rn, listLocationsOptions as an, listLocationsQueryKey as on, listRolesQueryKey as sn, patchApprovalPoliciesIdMutation as cn, patchEntitiesIdSettingsMutation as ln, patchLedgerAccountsIdMutation as un, patchReceiptsIdMutation as dn, postApprovalPoliciesMutation as fn, postLedgerAccountsMutation as pn, putTransactionsValidationsMutation as mn, submitApplicationMutation as hn, unlinkExternalBankAccountMutation as gn, updateApplicationMutation as _n, updateBankAccountMutation as vn, updateExternalBankAccountMutation as yn, validateExternalBankAccountMutation as bn } from "./lib/rest/@tanstack/react-query.gen.js";
11
11
  import "./lib/queryKeys.js";
12
- import { withAuthEpoch as nn } from "./lib/withAuthEpoch.js";
13
- import { useCurrentUserQuery as rn } from "./lib/useCurrentUserQuery.js";
14
- import { isApiNotFoundError as an } from "./lib/isApiNotFoundError.js";
12
+ import { withAuthEpoch as xn } from "./lib/withAuthEpoch.js";
13
+ import { useCurrentUserQuery as Sn } from "./lib/useCurrentUserQuery.js";
14
+ import { isApiNotFoundError as Cn } from "./lib/isApiNotFoundError.js";
15
15
  import "./lib/isUserDataNotFoundError.js";
16
- import { useGetUserDataQuery as on } from "./lib/useGetUserDataQuery.js";
17
- import { useUpsertUserDataMutation as sn } from "./lib/useUpsertUserDataMutation.js";
16
+ import { useGetUserDataQuery as wn } from "./lib/useGetUserDataQuery.js";
17
+ import { useUpsertUserDataMutation as Tn } from "./lib/useUpsertUserDataMutation.js";
18
18
  import "./lib/rest/zod.gen.js";
19
- import { Scope as cn } from "./lib/scopes.js";
20
- import { getAllPagesNextPageParam as ln, getAllPagesNextPaginationTokenParam as un, isAllPagesResolving as dn, useAutoFetchNextPage as fn } from "./lib/allPages.js";
21
- import { useAllBankAccountsQuery as pn } from "./lib/bank-account/useAllBankAccountsQuery.js";
22
- import { useAllExternalBankAccountsQuery as mn } from "./lib/external-bank-account/useAllExternalBankAccountsQuery.js";
23
- import { useLedgerAccountsQuery as hn } from "./lib/reference-data/useLedgerAccountsQuery.js";
24
- import { usePaymentTermsQuery as gn } from "./lib/reference-data/usePaymentTermsQuery.js";
25
- import { useAllOrganizationRolesQuery as _n } from "./lib/role/useAllOrganizationRolesQuery.js";
26
- import { useRolePermissionsQueries as vn } from "./lib/role/useRolePermissionsQueries.js";
27
- import { useAllOrganizationUsersQuery as yn } from "./lib/user/useAllOrganizationUsersQuery.js";
28
- export { o as EmbedApiProvider, cn as Scope, u as bulkUpdateDepartmentMembers, d as bulkUpdateLocationMembers, f as bulkUpdateRoleMembers, i as cloneEmbeddedClient, me as connectExternalBankAccountMutation, he as createAchMoneyMovementMutation, ge as createApplicationMutation, _e as createBankAccountMutation, ve as createBookTransferMutation, p as createDepartment, a as createEmbeddedClient, m as createLocation, h as createUser, g as deactivateDepartment, _ as deactivateLocation, ye as deleteApprovalPoliciesIdMutation, v as deleteCounterpartsId, y as deleteCounterpartsIdBankAccountsId, be as deleteLedgerAccountsIdMutation, b as deleteMeasureUnitsId, x as deleteProductsId, xe as deleteReceiptsIdMutation, S as deleteReceivablesId, C as deleteTagsId, Se as disableUserMutation, w as downloadBankAccountTransactions, fe as fetchWidgetInit, ln as getAllPagesNextPageParam, un as getAllPagesNextPaginationTokenParam, Ce as getAnalyticsPayablesOptions, we as getAnalyticsReceivablesOptions, T as getApplicationStatus, Te as getApplicationStatusOptions, E as getApprovalPolicies, Ee as getApprovalPoliciesOptions, De as getApprovalPoliciesQueryKey, D as getBankAccountAccess, Oe as getBankAccountAccessQueryKey, ke as getBankAccountOptions, Ae as getBankAccountQueryKey, je as getBankAccountTransactionsOptions, Me as getBankAccountTransfersOptions, Ne as getBankAccountTransfersQueryKey, Pe as getBankAccountsQueryKey, Fe as getCounterpartsIdAddressesOptions, Ie as getCounterpartsIdAddressesQueryKey, Le as getCounterpartsIdBankAccountsOptions, Re as getCounterpartsIdBankAccountsQueryKey, ze as getCounterpartsIdOptions, Be as getCounterpartsIdQueryKey, Ve as getCounterpartsOptions, He as getCounterpartsQueryKey, Ue as getCreditCardByIdOptions, We as getCreditCardsOptions, Ge as getDebitCardByIdOptions, Ke as getDebitCardsOptions, O as getDepartment, qe as getDepartmentOptions, Je as getDepartmentQueryKey, k as getDisclosures, Ye as getEntitiesIdSettingsOptions, Xe as getEntitiesIdSettingsQueryKey, Ze as getEntitiesMeOptions, Qe as getEntityUsersMyEntityOptions, $e as getEntityUsersOptions, A as getExternalBankAccountAccess, et as getExternalBankAccountAccessQueryKey, tt as getExternalBankAccountsOptions, nt as getExternalBankAccountsQueryKey, rt as getLedgerAccountsQueryKey, j as getLocation, it as getLocationOptions, at as getLocationQueryKey, ot as getMeasureUnitsOptions, st as getMeasureUnitsQueryKey, ct as getPayablesOptions, lt as getProductsIdOptions, ut as getProductsIdQueryKey, dt as getProductsOptions, ft as getProductsQueryKey, pt as getReceiptsIdQueryKey, mt as getReceiptsOptions, ht as getReceiptsQueryKey, gt as getReceivablesIdHistoryOptions, _t as getReceivablesIdHistoryQueryKey, vt as getReceivablesIdMailsOptions, yt as getReceivablesIdMailsQueryKey, bt as getReceivablesIdOptions, xt as getReceivablesIdPdfLinkOptions, St as getReceivablesIdPdfLinkQueryKey, Ct as getReceivablesIdQueryKey, wt as getReceivablesOptions, Tt as getReceivablesQueryKey, Et as getTagsOptions, Dt as getTagsQueryKey, Ot as getTransactionsIdQueryKey, kt as getTransactionsOptions, At as getTransactionsQueryKey, jt as getTransactionsValidationsOptions, Mt as getTransactionsValidationsQueryKey, M as getUsers, Nt as getUsersOptions, Pt as getUsersQueryKey, Ft as grantBankAccountAccessMutation, It as grantExternalBankAccountAccessMutation, pe as hasAnyScope, e as invalidateAllClients, dn as isAllPagesResolving, an as isApiNotFoundError, Lt as linkExternalBankAccountMutation, N as listDepartments, Rt as listDepartmentsOptions, zt as listDepartmentsQueryKey, P as listLocations, Bt as listLocationsOptions, Vt as listLocationsQueryKey, F as listRoles, Ht as listRolesQueryKey, I as manageBankAccountAccess, c as optionalOrganizationHeaders, l as organizationHeaders, Ut as patchApprovalPoliciesIdMutation, L as patchCounterpartsId, R as patchCounterpartsIdAddressesId, z as patchCounterpartsIdBankAccountsId, Wt as patchEntitiesIdSettingsMutation, Gt as patchLedgerAccountsIdMutation, B as patchMeasureUnitsId, V as patchProductsId, Kt as patchReceiptsIdMutation, H as patchReceivablesId, U as patchTagsId, W as postApiWidgetGatewayDisclosureAcceptance, qt as postApprovalPoliciesMutation, G as postCounterparts, K as postCounterpartsIdAddresses, q as postCounterpartsIdBankAccounts, J as postCounterpartsIdBankAccountsIdMakeDefault, Jt as postLedgerAccountsMutation, Y as postMeasureUnits, X as postProducts, Z as postReceivables, Q as postReceivablesIdAccept, $ as postReceivablesIdCancel, ee as postReceivablesIdClone, te as postReceivablesIdDecline, ne as postReceivablesIdIssue, re as postReceivablesIdMarkAsPaid, ie as postReceivablesIdMarkAsPartiallyPaid, ae as postReceivablesIdMarkAsUncollectible, oe as postReceivablesIdSend, se as postTags, ce as putReceivablesIdLineItems, Yt as putTransactionsValidationsMutation, t as registerQueryClient, n as setAllClientsQueriesData, Xt as submitApplicationMutation, Zt as unlinkExternalBankAccountMutation, r as unregisterQueryClient, Qt as updateApplicationMutation, $t as updateBankAccountMutation, le as updateDepartment, en as updateExternalBankAccountMutation, ue as updateLocation, de as updateUser, pn as useAllBankAccountsQuery, mn as useAllExternalBankAccountsQuery, _n as useAllOrganizationRolesQuery, yn as useAllOrganizationUsersQuery, fn as useAutoFetchNextPage, rn as useCurrentUserQuery, s as useEmbedApi, on as useGetUserDataQuery, hn as useLedgerAccountsQuery, gn as usePaymentTermsQuery, vn as useRolePermissionsQueries, sn as useUpsertUserDataMutation, tn as validateExternalBankAccountMutation, nn as withAuthEpoch };
19
+ import { Scope as En } from "./lib/scopes.js";
20
+ import { getAllPagesNextPageParam as Dn, getAllPagesNextPaginationTokenParam as On, isAllPagesResolving as kn, useAutoFetchNextPage as An } from "./lib/allPages.js";
21
+ import { useAllBankAccountsQuery as jn } from "./lib/bank-account/useAllBankAccountsQuery.js";
22
+ import { useAllExternalBankAccountsQuery as Mn } from "./lib/external-bank-account/useAllExternalBankAccountsQuery.js";
23
+ import { useLedgerAccountsQuery as Nn } from "./lib/reference-data/useLedgerAccountsQuery.js";
24
+ import { usePaymentTermsQuery as Pn } from "./lib/reference-data/usePaymentTermsQuery.js";
25
+ import { useAllOrganizationRolesQuery as Fn } from "./lib/role/useAllOrganizationRolesQuery.js";
26
+ import { useRolePermissionsQueries as In } from "./lib/role/useRolePermissionsQueries.js";
27
+ import { useAllOrganizationUsersQuery as Ln } from "./lib/user/useAllOrganizationUsersQuery.js";
28
+ export { o as EmbedApiProvider, En as Scope, u as bulkUpdateDepartmentMembers, d as bulkUpdateLocationMembers, f as bulkUpdateRoleMembers, i as cloneEmbeddedClient, Ce as connectExternalBankAccountMutation, we as createAchMoneyMovementMutation, Te as createApplicationMutation, Ee as createBankAccountMutation, De as createBookTransferMutation, p as createDepartment, a as createEmbeddedClient, m as createLocation, h as createUser, g as deactivateDepartment, _ as deactivateLocation, Oe as deleteApprovalPoliciesIdMutation, v as deleteCounterpartsId, y as deleteCounterpartsIdBankAccountsId, b as deleteFilesId, ke as deleteLedgerAccountsIdMutation, x as deleteMeasureUnitsId, S as deleteProductsId, Ae as deleteReceiptsIdMutation, C as deleteReceivablesId, w as deleteTagsId, je as disableUserMutation, T as downloadBankAccountTransactions, xe as fetchWidgetInit, Dn as getAllPagesNextPageParam, On as getAllPagesNextPaginationTokenParam, Me as getAnalyticsPayablesOptions, Ne as getAnalyticsReceivablesOptions, E as getApplicationStatus, Pe as getApplicationStatusOptions, D as getApprovalPolicies, Fe as getApprovalPoliciesOptions, Ie as getApprovalPoliciesQueryKey, Le as getApprovalRequestsQueryKey, O as getBankAccountAccess, Re as getBankAccountAccessQueryKey, ze as getBankAccountOptions, Be as getBankAccountQueryKey, Ve as getBankAccountTransactionsOptions, He as getBankAccountTransfersOptions, Ue as getBankAccountTransfersQueryKey, We as getBankAccountsQueryKey, Ge as getCounterpartsIdAddressesOptions, Ke as getCounterpartsIdAddressesQueryKey, qe as getCounterpartsIdBankAccountsOptions, Je as getCounterpartsIdBankAccountsQueryKey, Ye as getCounterpartsIdOptions, Xe as getCounterpartsIdQueryKey, Ze as getCounterpartsOptions, Qe as getCounterpartsQueryKey, $e as getCreditCardByIdOptions, et as getCreditCardsOptions, tt as getDebitCardByIdOptions, nt as getDebitCardsOptions, k as getDepartment, rt as getDepartmentOptions, it as getDepartmentQueryKey, A as getDisclosures, at as getEntitiesIdSettingsOptions, ot as getEntitiesIdSettingsQueryKey, st as getEntitiesMeOptions, ct as getEntityUsersMyEntityOptions, lt as getEntityUsersOptions, j as getExternalBankAccountAccess, ut as getExternalBankAccountAccessQueryKey, dt as getExternalBankAccountsOptions, ft as getExternalBankAccountsQueryKey, pt as getLedgerAccountsQueryKey, M as getLocation, mt as getLocationOptions, ht as getLocationQueryKey, gt as getMeasureUnitsOptions, _t as getMeasureUnitsQueryKey, vt as getPayablesAnalyticsQueryKey, yt as getPayablesIdHistoryQueryKey, N as getPayablesIdLineItems, bt as getPayablesIdLineItemsOptions, xt as getPayablesIdLineItemsQueryKey, St as getPayablesIdOptions, Ct as getPayablesIdQueryKey, wt as getPayablesIdSuggestionsOptions, Tt as getPayablesOptions, Et as getPayablesQueryKey, Dt as getProductsIdOptions, Ot as getProductsIdQueryKey, kt as getProductsOptions, At as getProductsQueryKey, jt as getReceiptsIdQueryKey, Mt as getReceiptsOptions, Nt as getReceiptsQueryKey, Pt as getReceivablesIdHistoryOptions, Ft as getReceivablesIdHistoryQueryKey, It as getReceivablesIdMailsOptions, Lt as getReceivablesIdMailsQueryKey, Rt as getReceivablesIdOptions, zt as getReceivablesIdPdfLinkOptions, Bt as getReceivablesIdPdfLinkQueryKey, Vt as getReceivablesIdQueryKey, Ht as getReceivablesOptions, Ut as getReceivablesQueryKey, Wt as getTagsOptions, Gt as getTagsQueryKey, Kt as getTransactionsIdQueryKey, qt as getTransactionsOptions, Jt as getTransactionsQueryKey, Yt as getTransactionsValidationsOptions, Xt as getTransactionsValidationsQueryKey, P as getUsers, Zt as getUsersOptions, Qt as getUsersQueryKey, $t as grantBankAccountAccessMutation, en as grantExternalBankAccountAccessMutation, Se as hasAnyScope, e as invalidateAllClients, kn as isAllPagesResolving, Cn as isApiNotFoundError, tn as linkExternalBankAccountMutation, F as listDepartments, nn as listDepartmentsOptions, rn as listDepartmentsQueryKey, I as listLocations, an as listLocationsOptions, on as listLocationsQueryKey, L as listRoles, sn as listRolesQueryKey, R as manageBankAccountAccess, c as optionalOrganizationHeaders, l as organizationHeaders, cn as patchApprovalPoliciesIdMutation, z as patchCounterpartsId, B as patchCounterpartsIdAddressesId, V as patchCounterpartsIdBankAccountsId, ln as patchEntitiesIdSettingsMutation, un as patchLedgerAccountsIdMutation, H as patchMeasureUnitsId, U as patchPayablesId, W as patchProductsId, dn as patchReceiptsIdMutation, G as patchReceivablesId, K as patchTagsId, q as postApiWidgetGatewayDisclosureAcceptance, fn as postApprovalPoliciesMutation, J as postCounterparts, Y as postCounterpartsIdAddresses, X as postCounterpartsIdBankAccounts, Z as postCounterpartsIdBankAccountsIdMakeDefault, pn as postLedgerAccountsMutation, Q as postMeasureUnits, $ as postPayables, ee as postPayablesIdAttachFile, te as postPayablesIdSubmitForApproval, ne as postPayablesIdValidate, re as postPayablesUploadFromFile, ie as postProducts, ae as postReceivables, oe as postReceivablesIdAccept, se as postReceivablesIdCancel, ce as postReceivablesIdClone, le as postReceivablesIdDecline, ue as postReceivablesIdIssue, de as postReceivablesIdMarkAsPaid, fe as postReceivablesIdMarkAsPartiallyPaid, pe as postReceivablesIdMarkAsUncollectible, me as postReceivablesIdSend, he as postTags, ge as putPayablesIdLineItems, _e as putReceivablesIdLineItems, mn as putTransactionsValidationsMutation, t as registerQueryClient, n as setAllClientsQueriesData, hn as submitApplicationMutation, gn as unlinkExternalBankAccountMutation, r as unregisterQueryClient, _n as updateApplicationMutation, vn as updateBankAccountMutation, ve as updateDepartment, yn as updateExternalBankAccountMutation, ye as updateLocation, be as updateUser, jn as useAllBankAccountsQuery, Mn as useAllExternalBankAccountsQuery, Fn as useAllOrganizationRolesQuery, Ln as useAllOrganizationUsersQuery, An as useAutoFetchNextPage, Sn as useCurrentUserQuery, s as useEmbedApi, wn as useGetUserDataQuery, Nn as useLedgerAccountsQuery, Pn as usePaymentTermsQuery, In as useRolePermissionsQueries, Tn as useUpsertUserDataMutation, bn as validateExternalBankAccountMutation, xn as withAuthEpoch };