@tesouro/embedded-components-react 0.2.249 → 0.2.253
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.
- package/README.md +15 -6
- package/dist/experimental/WidgetSuite.d.ts +649 -25
- package/dist/experimental/WidgetSuite.js +5 -2
- package/dist/experimental/index.d.ts +649 -25
- package/dist/experimental/index.js +5 -2
- package/dist/index.css +22 -2
- package/dist/index.d.ts +35 -14
- package/dist/lib/AcceptDisclosuresWidget.d.ts +35 -14
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/data-access/dist/index.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/data-access/dist/index2.js +25 -6
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +81 -46
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index2.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index3.js +23 -13
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index7.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index8.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/{index3.js → lib/AccountCard.js} +3 -3
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/{index6.js → lib/BankAccountsWidgetUi.js} +7 -7
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/{index4.js → lib/BankingHeader.js} +2 -2
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/{index5.js → lib/CreateAccountDialog.js} +4 -4
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/{index2.js → lib/labels.js} +1 -1
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index5.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/index.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/{index3.js → lib/SettingsWidgetUi/SettingsWidgetUi.js} +3 -3
- package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/lib/SettingsWidgetUi/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/{index2.js → lib/SettingsWidgetUi/labels.js} +1 -1
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/index.js +19 -19
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/EmbedApiContext.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +149 -156
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +54 -42
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RootWidgetProvider.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetProvider.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/UIProvider.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/widget-suite/feature/dist/index.js +5 -2
- package/dist/libs/tesouro-embedded-components-react/widget-suite/feature/dist/index2.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/widget-suite/feature/dist/index3.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/widget-suite/feature/dist/index4.js +34 -0
- package/dist/libs/tesouro-embedded-components-react/widget-suite/feature/dist/index5.js +59 -0
- package/dist/libs/tesouro-embedded-components-react/widget-suite/ui/dist/index.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/widget-suite/ui/dist/index2.js +6 -3
- package/dist/libs/tesouro-embedded-components-react/widget-suite/ui/dist/index3.js +70 -18
- package/package.json +1 -1
- package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/index4.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region ../../libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/
|
|
1
|
+
//#region ../../libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/lib/labels.js
|
|
2
2
|
var e = {
|
|
3
3
|
title: "Accounts",
|
|
4
4
|
bankingTaglinePrefix: "Business Banking provided by",
|
|
@@ -26,7 +26,7 @@ import { TagsWidget as m } from "../../../tags-widget/feature/dist/index11.js";
|
|
|
26
26
|
import "../../../tags-widget/feature/dist/index.js";
|
|
27
27
|
import { TeamWidget as h } from "../../../team-widget/feature/dist/index17.js";
|
|
28
28
|
import "../../../team-widget/feature/dist/index.js";
|
|
29
|
-
import { SettingsWidgetUi as g } from "../../ui/dist/
|
|
29
|
+
import { SettingsWidgetUi as g } from "../../ui/dist/lib/SettingsWidgetUi/SettingsWidgetUi.js";
|
|
30
30
|
import "../../ui/dist/index.js";
|
|
31
31
|
import { useEffect as _, useState as v } from "react";
|
|
32
32
|
import { jsx as y } from "react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./
|
|
2
|
-
import { SettingsWidgetUi as e } from "./
|
|
3
|
-
import "./
|
|
1
|
+
import "./lib/SettingsWidgetUi/labels.js";
|
|
2
|
+
import { SettingsWidgetUi as e } from "./lib/SettingsWidgetUi/SettingsWidgetUi.js";
|
|
3
|
+
import "./lib/SettingsWidgetUi/index.js";
|
|
4
4
|
export { e as SettingsWidgetUi };
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
"use client";
|
|
4
4
|
"use client";
|
|
5
|
-
import { Tabs as e, TabsContent as t, TabsList as n, TabsTrigger as r } from "
|
|
6
|
-
import { DEFAULT_LABELS as i } from "./
|
|
5
|
+
import { Tabs as e, TabsContent as t, TabsList as n, TabsTrigger as r } from "../../../../../../../packages/shared-ui-shadcn/dist/index.js";
|
|
6
|
+
import { DEFAULT_LABELS as i } from "./labels.js";
|
|
7
7
|
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
8
|
-
//#region ../../libs/tesouro-embedded-components-react/settings-widget/ui/dist/
|
|
8
|
+
//#region ../../libs/tesouro-embedded-components-react/settings-widget/ui/dist/lib/SettingsWidgetUi/SettingsWidgetUi.js
|
|
9
9
|
function s({ labels: s, sections: c, selectedSectionId: l, onSectionChange: u }) {
|
|
10
10
|
let d = {
|
|
11
11
|
...i,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region ../../libs/tesouro-embedded-components-react/settings-widget/ui/dist/
|
|
1
|
+
//#region ../../libs/tesouro-embedded-components-react/settings-widget/ui/dist/lib/SettingsWidgetUi/labels.js
|
|
2
2
|
var e = { title: "Settings" };
|
|
3
3
|
//#endregion
|
|
4
4
|
export { e as DEFAULT_LABELS };
|
|
@@ -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,
|
|
8
|
-
import { fetchWidgetInit as
|
|
9
|
-
import { hasAnyScope as
|
|
10
|
-
import {
|
|
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";
|
|
11
11
|
import "./lib/queryKeys.js";
|
|
12
|
-
import { withAuthEpoch as
|
|
13
|
-
import { useCurrentUserQuery as
|
|
14
|
-
import { isApiNotFoundError as
|
|
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";
|
|
15
15
|
import "./lib/isUserDataNotFoundError.js";
|
|
16
|
-
import { useGetUserDataQuery as
|
|
17
|
-
import { useUpsertUserDataMutation as
|
|
16
|
+
import { useGetUserDataQuery as on } from "./lib/useGetUserDataQuery.js";
|
|
17
|
+
import { useUpsertUserDataMutation as sn } from "./lib/useUpsertUserDataMutation.js";
|
|
18
18
|
import "./lib/rest/zod.gen.js";
|
|
19
|
-
import { Scope as
|
|
20
|
-
import { getAllPagesNextPageParam as
|
|
21
|
-
import { useAllBankAccountsQuery as
|
|
22
|
-
import { useAllExternalBankAccountsQuery as
|
|
23
|
-
import { useLedgerAccountsQuery as
|
|
24
|
-
import { usePaymentTermsQuery as
|
|
25
|
-
import { useAllOrganizationRolesQuery as
|
|
26
|
-
import { useRolePermissionsQueries as
|
|
27
|
-
import { useAllOrganizationUsersQuery as
|
|
28
|
-
export { o as EmbedApiProvider,
|
|
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 };
|