@fctc/interface-logic 5.2.0 → 5.2.1
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/dist/{chunk-MPYDLUML.js → chunk-4C75HYKX.js} +43 -62
- package/dist/{chunk-WBGK2SHU.js → chunk-4YRVIZRO.js} +1 -0
- package/dist/{chunk-VBYRP2P7.mjs → chunk-ILOZTDZF.mjs} +1 -0
- package/dist/{chunk-QOXPJWSN.mjs → chunk-QCD4OWFZ.mjs} +1 -1
- package/dist/{chunk-SKKDBNHD.mjs → chunk-QSOPWOKW.mjs} +39 -57
- package/dist/{chunk-RPWKWEMA.js → chunk-TAAYUKBZ.js} +2 -2
- package/dist/configs.js +1 -1
- package/dist/configs.mjs +1 -1
- package/dist/constants.d.mts +2 -1
- package/dist/constants.d.ts +2 -1
- package/dist/constants.js +17 -17
- package/dist/constants.mjs +1 -1
- package/dist/environment.js +1 -1
- package/dist/environment.mjs +1 -1
- package/dist/hooks.d.mts +7 -10
- package/dist/hooks.d.ts +7 -10
- package/dist/hooks.js +159 -163
- package/dist/hooks.mjs +3 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +197 -201
- package/dist/index.mjs +3 -3
- package/dist/models.js +3 -3
- package/dist/models.mjs +2 -2
- package/dist/provider.d.mts +2 -3
- package/dist/provider.d.ts +2 -3
- package/dist/provider.js +13 -13
- package/dist/provider.mjs +3 -3
- package/dist/services.d.mts +6 -5
- package/dist/services.d.ts +6 -5
- package/dist/services.js +14 -14
- package/dist/services.mjs +3 -3
- package/dist/utils.js +1 -1
- package/dist/utils.mjs +1 -1
- package/package.json +93 -93
package/dist/hooks.d.ts
CHANGED
|
@@ -503,15 +503,6 @@ declare const useGetPartnerTitle: () => _tanstack_react_query.UseMutationResult<
|
|
|
503
503
|
|
|
504
504
|
declare const useActionServerHome: () => _tanstack_react_query.UseMutationResult<any, Error, void, unknown>;
|
|
505
505
|
|
|
506
|
-
declare const useActionOpenHome: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
507
|
-
model: string;
|
|
508
|
-
method: string;
|
|
509
|
-
}, unknown>;
|
|
510
|
-
|
|
511
|
-
declare const useGetPoints: ({ path }: {
|
|
512
|
-
path: string;
|
|
513
|
-
}) => _tanstack_react_query.UseMutationResult<any, Error, void, unknown>;
|
|
514
|
-
|
|
515
506
|
declare const useReadGroup: (services?: string, xNode?: any, body?: any, enabled?: boolean) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
516
507
|
|
|
517
508
|
declare const useGetDataChart: (services?: string, xNode?: any, body?: any, enabled?: boolean, path?: string, method?: string, queryKey?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -798,6 +789,12 @@ declare const useSyncFromUi: () => _tanstack_react_query.UseMutationResult<unkno
|
|
|
798
789
|
service?: string;
|
|
799
790
|
}, unknown>;
|
|
800
791
|
|
|
792
|
+
declare const useGetCustomerLoyaltyPoint: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
793
|
+
service?: string;
|
|
794
|
+
xNode?: string;
|
|
795
|
+
partnerId: number;
|
|
796
|
+
}, unknown>;
|
|
797
|
+
|
|
801
798
|
declare const useAddFloor: () => _tanstack_react_query.UseMutationResult<[number, string][] | null, Error, {
|
|
802
799
|
name: string;
|
|
803
800
|
sequence?: number;
|
|
@@ -1045,4 +1042,4 @@ declare const useTogglePosRestaurant: () => _tanstack_react_query.UseMutationRes
|
|
|
1045
1042
|
module_pos_restaurant: boolean;
|
|
1046
1043
|
}, unknown>;
|
|
1047
1044
|
|
|
1048
|
-
export {
|
|
1045
|
+
export { useActionServerHome, useAddCategory, useAddEntity, useAddFloor, useAddPaymentMethod, useAddProduct, useAddProductToOrder, useAddTable, useAppAuthenticate, useApplyVoucher, useAssignRole, useButton, useChangeOrderPreparationState, useChangeStatus, useCheckPayment, useCompleteCurrentStage, useCreateCustomer, useCreateEInvoice, useCreateEntity, useCreateOrder, useCreatePayment, useCreatePosConfig, useCreateSession, useDelete, useDeleteCategory, useDeleteComment, useDeleteCustomer, useDeleteEntity, useDeleteFloor, useDeleteOrder, useDeleteOrderLine, useDeleteProduct, useDeleteTable, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGenSerialNumber, useGeneratePaymentQrInfo, useGet2FAMethods, useGetASession, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetCity, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCountry, useGetCurrency, useGetCurrentCompany, useGetCurrentUser, useGetCustomerLoyaltyPoint, useGetDataChart, useGetDetail, useGetEInvoiceInfo, useGetExternalTabs, useGetFieldExport, useGetFieldOnChange, useGetFileExcel, useGetFormView, useGetFunctionalModules, useGetGroups, useGetImage, useGetList, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetListRoles, useGetListUsers, useGetMenu, useGetNotifications, useGetOrderLine, useGetPartnerTitle, useGetPinCode, useGetPos, useGetPreparationDisplayData, useGetPrintReport, useGetProGressBar, useGetProductImage, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetSupaCurrentUser, useGetTenantMapping, useGetThreadData, useGetThreadMessages, useGetToken, useGetUser, useGetVersion, useGetView, useGetWard, useGrantAccess, useHandleCloseSession, useHandleClosingDetailSession, useHandleClosingSession, useIsValidToken, useLoadAction, useLoadDataPosSession, useLoadMessage, useLoginCredential, useLoginSocial, useLoginTenantUser, useLogout, useManageOnChange, useManageSession, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useProcessOrder, useReadGroup, useRemoveRow, useRemoveTotpSetup, useRemoveVoucher, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSavePinCode, useSearchJournal, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSupaUploadImage, useSwitchLocale, useSyncFromUi, useTogglePosRestaurant, useUpdateCategory, useUpdateClosedSession, useUpdateCustomer, useUpdateEntity, useUpdateFloor, useUpdateOrder, useUpdateOrderLine, useUpdateOrderStatus, useUpdateOrderTotalAmount, useUpdatePassword, useUpdateProduct, useUpdateSessionPaymentMethods, useUpdateTable, useUploadFile, useUploadFileExcel, useUploadIdFile, useUploadImage, useValidateActionToken, useVerify2FA, useVerifyTotp };
|