@fctc/interface-logic 2.3.1 → 2.3.3
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/configs.d.mts +6 -6
- package/dist/configs.d.ts +6 -6
- package/dist/configs.js +18 -48
- package/dist/configs.mjs +18 -48
- package/dist/constants.d.mts +1 -3
- package/dist/constants.d.ts +1 -3
- package/dist/constants.js +1 -3
- package/dist/constants.mjs +1 -3
- package/dist/environment.js +18 -48
- package/dist/environment.mjs +18 -48
- package/dist/hooks.d.mts +7 -28
- package/dist/hooks.d.ts +7 -28
- package/dist/hooks.js +196 -361
- package/dist/hooks.mjs +166 -329
- package/dist/provider.d.mts +10 -12
- package/dist/provider.d.ts +10 -12
- package/dist/provider.js +216 -409
- package/dist/provider.mjs +186 -379
- package/dist/services.d.mts +16 -33
- package/dist/services.d.ts +16 -33
- package/dist/services.js +126 -248
- package/dist/services.mjs +111 -233
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/utils.d.mts +2 -1
- package/dist/utils.d.ts +2 -1
- package/dist/utils.js +3 -2
- package/dist/utils.mjs +3 -2
- package/dist/{view-type-p4JdAOsz.d.mts → view-type-BGJfDe73.d.mts} +0 -5
- package/dist/{view-type-p4JdAOsz.d.ts → view-type-BGJfDe73.d.ts} +0 -5
- package/package.json +85 -85
package/dist/hooks.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
|
-
import { L as LoginCredentialBody, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, V as ViewData, C as ContextApi, c as GetSelectionType, f as GetViewParams } from './view-type-
|
|
2
|
+
import { L as LoginCredentialBody, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, V as ViewData, C as ContextApi, c as GetSelectionType, f as GetViewParams } from './view-type-BGJfDe73.mjs';
|
|
3
3
|
|
|
4
4
|
declare const useForgotPassword: () => _tanstack_react_query.UseMutationResult<any, Error, string, unknown>;
|
|
5
5
|
|
|
@@ -38,6 +38,7 @@ declare const useGetAccessByCode: () => _tanstack_react_query.UseMutationResult<
|
|
|
38
38
|
|
|
39
39
|
declare const useValidateActionToken: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
40
40
|
actionToken: string;
|
|
41
|
+
path: string;
|
|
41
42
|
}, unknown>;
|
|
42
43
|
|
|
43
44
|
declare const useGetCompanyInfo: () => _tanstack_react_query.UseMutationResult<any, Error, number, unknown>;
|
|
@@ -81,7 +82,7 @@ declare const useParsePreview: () => _tanstack_react_query.UseMutationResult<any
|
|
|
81
82
|
context: any;
|
|
82
83
|
}, unknown>;
|
|
83
84
|
|
|
84
|
-
declare const
|
|
85
|
+
declare const useUploadFile: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
85
86
|
formData: any;
|
|
86
87
|
}, unknown>;
|
|
87
88
|
|
|
@@ -136,21 +137,9 @@ declare const useUploadImage: () => _tanstack_react_query.UseMutationResult<any,
|
|
|
136
137
|
formData: any;
|
|
137
138
|
}, unknown>;
|
|
138
139
|
|
|
139
|
-
declare const useUploadFile: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
140
|
-
formData: any;
|
|
141
|
-
}, unknown>;
|
|
142
|
-
|
|
143
|
-
declare const useSaveFile: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
144
|
-
model: string;
|
|
145
|
-
idForm: any;
|
|
146
|
-
idFile: any;
|
|
147
|
-
context: any;
|
|
148
|
-
}, unknown>;
|
|
149
|
-
|
|
150
140
|
declare const useDelete: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
151
141
|
ids: any;
|
|
152
142
|
model: string;
|
|
153
|
-
service?: string;
|
|
154
143
|
}, unknown>;
|
|
155
144
|
|
|
156
145
|
declare const useGetAll: ({ data, queryKey, viewResponse }: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -164,12 +153,10 @@ declare const useGetDetail: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
164
153
|
ids: any;
|
|
165
154
|
specification?: any;
|
|
166
155
|
context?: any;
|
|
167
|
-
service?: string;
|
|
168
156
|
}, unknown>;
|
|
169
157
|
|
|
170
|
-
declare const useGetFieldOnChange: ({ model
|
|
158
|
+
declare const useGetFieldOnChange: ({ model }: {
|
|
171
159
|
model: string;
|
|
172
|
-
service?: string;
|
|
173
160
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
174
161
|
|
|
175
162
|
declare const useGetListMyBankAccount: ({ domain, spectification, model, }: {
|
|
@@ -217,7 +204,6 @@ declare const useOnChangeForm: () => _tanstack_react_query.UseMutationResult<any
|
|
|
217
204
|
context: any;
|
|
218
205
|
object: any;
|
|
219
206
|
fieldChange?: any;
|
|
220
|
-
service?: string;
|
|
221
207
|
}, unknown>;
|
|
222
208
|
|
|
223
209
|
declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -227,7 +213,6 @@ declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error,
|
|
|
227
213
|
specification?: any;
|
|
228
214
|
context: any;
|
|
229
215
|
path?: string;
|
|
230
|
-
service?: string;
|
|
231
216
|
}, unknown>;
|
|
232
217
|
|
|
233
218
|
declare const useGetProfile: (path?: string) => _tanstack_react_query.UseMutationResult<any, Error, void, unknown>;
|
|
@@ -250,14 +235,12 @@ declare const useButton: () => _tanstack_react_query.UseMutationResult<any, Erro
|
|
|
250
235
|
ids: Record<string, any>[] | any;
|
|
251
236
|
context: ContextApi;
|
|
252
237
|
method: any;
|
|
253
|
-
service?: string;
|
|
254
238
|
}, unknown>;
|
|
255
239
|
|
|
256
240
|
declare const useDuplicateRecord: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
257
241
|
id: any;
|
|
258
242
|
model: string;
|
|
259
243
|
context: ContextApi;
|
|
260
|
-
service?: string;
|
|
261
244
|
}, unknown>;
|
|
262
245
|
|
|
263
246
|
declare const useGetActionDetail: ({ aid, context, enabled, id, model, queryKey, }: {
|
|
@@ -276,7 +259,7 @@ declare const useGetGroups: ({ model, width_context, }: {
|
|
|
276
259
|
width_context: any;
|
|
277
260
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
278
261
|
|
|
279
|
-
declare const useGetListData: (listDataProps: any, queryKey?: any, enabled?: any
|
|
262
|
+
declare const useGetListData: (listDataProps: any, queryKey?: any, enabled?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
280
263
|
|
|
281
264
|
declare const useGetMenu: (context: any, specification: any, enabled?: boolean) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
282
265
|
|
|
@@ -291,11 +274,10 @@ declare const useGetProGressBar: ({ field, color, model, width_context, }: {
|
|
|
291
274
|
width_context: string;
|
|
292
275
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
293
276
|
|
|
294
|
-
declare const useGetSelection: ({ data, queryKey, enabled,
|
|
277
|
+
declare const useGetSelection: ({ data, queryKey, enabled, }: {
|
|
295
278
|
data: GetSelectionType;
|
|
296
279
|
queryKey: any[];
|
|
297
280
|
enabled?: boolean;
|
|
298
|
-
service?: string;
|
|
299
281
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
300
282
|
|
|
301
283
|
declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -303,7 +285,6 @@ declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstac
|
|
|
303
285
|
declare const useLoadAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
304
286
|
idAction: any;
|
|
305
287
|
context: ContextApi;
|
|
306
|
-
service?: string;
|
|
307
288
|
}, unknown>;
|
|
308
289
|
|
|
309
290
|
declare const useLoadMessage: () => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -318,7 +299,6 @@ declare const useRemoveRow: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
318
299
|
model: string;
|
|
319
300
|
ids: Record<string, any>[] | any;
|
|
320
301
|
context: ContextApi;
|
|
321
|
-
service?: string;
|
|
322
302
|
}, unknown>;
|
|
323
303
|
|
|
324
304
|
declare const useGetResequence: (model: string, resIds: any, context: any, offset: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -326,7 +306,6 @@ declare const useGetResequence: (model: string, resIds: any, context: any, offse
|
|
|
326
306
|
declare const useRunAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
327
307
|
idAction: any;
|
|
328
308
|
context: ContextApi;
|
|
329
|
-
service?: string;
|
|
330
309
|
}, unknown>;
|
|
331
310
|
|
|
332
311
|
declare const useSignInSSO: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -381,4 +360,4 @@ declare const useVerifyTotp: () => _tanstack_react_query.UseMutationResult<unkno
|
|
|
381
360
|
code: string;
|
|
382
361
|
}, unknown>;
|
|
383
362
|
|
|
384
|
-
export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGet2FAMethods, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetPrintReport, useGetProGressBar, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetUser, useGetView, useGrantAccess, useIsValidToken, useLoadAction, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave,
|
|
363
|
+
export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGet2FAMethods, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetPrintReport, useGetProGressBar, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetUser, useGetView, useGrantAccess, useIsValidToken, useLoadAction, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdatePassword, useUploadFile, useUploadIdFile, useUploadImage, useValidateActionToken, useVerify2FA, useVerifyTotp };
|
package/dist/hooks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
|
-
import { L as LoginCredentialBody, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, V as ViewData, C as ContextApi, c as GetSelectionType, f as GetViewParams } from './view-type-
|
|
2
|
+
import { L as LoginCredentialBody, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, V as ViewData, C as ContextApi, c as GetSelectionType, f as GetViewParams } from './view-type-BGJfDe73.js';
|
|
3
3
|
|
|
4
4
|
declare const useForgotPassword: () => _tanstack_react_query.UseMutationResult<any, Error, string, unknown>;
|
|
5
5
|
|
|
@@ -38,6 +38,7 @@ declare const useGetAccessByCode: () => _tanstack_react_query.UseMutationResult<
|
|
|
38
38
|
|
|
39
39
|
declare const useValidateActionToken: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
40
40
|
actionToken: string;
|
|
41
|
+
path: string;
|
|
41
42
|
}, unknown>;
|
|
42
43
|
|
|
43
44
|
declare const useGetCompanyInfo: () => _tanstack_react_query.UseMutationResult<any, Error, number, unknown>;
|
|
@@ -81,7 +82,7 @@ declare const useParsePreview: () => _tanstack_react_query.UseMutationResult<any
|
|
|
81
82
|
context: any;
|
|
82
83
|
}, unknown>;
|
|
83
84
|
|
|
84
|
-
declare const
|
|
85
|
+
declare const useUploadFile: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
85
86
|
formData: any;
|
|
86
87
|
}, unknown>;
|
|
87
88
|
|
|
@@ -136,21 +137,9 @@ declare const useUploadImage: () => _tanstack_react_query.UseMutationResult<any,
|
|
|
136
137
|
formData: any;
|
|
137
138
|
}, unknown>;
|
|
138
139
|
|
|
139
|
-
declare const useUploadFile: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
140
|
-
formData: any;
|
|
141
|
-
}, unknown>;
|
|
142
|
-
|
|
143
|
-
declare const useSaveFile: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
144
|
-
model: string;
|
|
145
|
-
idForm: any;
|
|
146
|
-
idFile: any;
|
|
147
|
-
context: any;
|
|
148
|
-
}, unknown>;
|
|
149
|
-
|
|
150
140
|
declare const useDelete: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
151
141
|
ids: any;
|
|
152
142
|
model: string;
|
|
153
|
-
service?: string;
|
|
154
143
|
}, unknown>;
|
|
155
144
|
|
|
156
145
|
declare const useGetAll: ({ data, queryKey, viewResponse }: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -164,12 +153,10 @@ declare const useGetDetail: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
164
153
|
ids: any;
|
|
165
154
|
specification?: any;
|
|
166
155
|
context?: any;
|
|
167
|
-
service?: string;
|
|
168
156
|
}, unknown>;
|
|
169
157
|
|
|
170
|
-
declare const useGetFieldOnChange: ({ model
|
|
158
|
+
declare const useGetFieldOnChange: ({ model }: {
|
|
171
159
|
model: string;
|
|
172
|
-
service?: string;
|
|
173
160
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
174
161
|
|
|
175
162
|
declare const useGetListMyBankAccount: ({ domain, spectification, model, }: {
|
|
@@ -217,7 +204,6 @@ declare const useOnChangeForm: () => _tanstack_react_query.UseMutationResult<any
|
|
|
217
204
|
context: any;
|
|
218
205
|
object: any;
|
|
219
206
|
fieldChange?: any;
|
|
220
|
-
service?: string;
|
|
221
207
|
}, unknown>;
|
|
222
208
|
|
|
223
209
|
declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -227,7 +213,6 @@ declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error,
|
|
|
227
213
|
specification?: any;
|
|
228
214
|
context: any;
|
|
229
215
|
path?: string;
|
|
230
|
-
service?: string;
|
|
231
216
|
}, unknown>;
|
|
232
217
|
|
|
233
218
|
declare const useGetProfile: (path?: string) => _tanstack_react_query.UseMutationResult<any, Error, void, unknown>;
|
|
@@ -250,14 +235,12 @@ declare const useButton: () => _tanstack_react_query.UseMutationResult<any, Erro
|
|
|
250
235
|
ids: Record<string, any>[] | any;
|
|
251
236
|
context: ContextApi;
|
|
252
237
|
method: any;
|
|
253
|
-
service?: string;
|
|
254
238
|
}, unknown>;
|
|
255
239
|
|
|
256
240
|
declare const useDuplicateRecord: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
257
241
|
id: any;
|
|
258
242
|
model: string;
|
|
259
243
|
context: ContextApi;
|
|
260
|
-
service?: string;
|
|
261
244
|
}, unknown>;
|
|
262
245
|
|
|
263
246
|
declare const useGetActionDetail: ({ aid, context, enabled, id, model, queryKey, }: {
|
|
@@ -276,7 +259,7 @@ declare const useGetGroups: ({ model, width_context, }: {
|
|
|
276
259
|
width_context: any;
|
|
277
260
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
278
261
|
|
|
279
|
-
declare const useGetListData: (listDataProps: any, queryKey?: any, enabled?: any
|
|
262
|
+
declare const useGetListData: (listDataProps: any, queryKey?: any, enabled?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
280
263
|
|
|
281
264
|
declare const useGetMenu: (context: any, specification: any, enabled?: boolean) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
282
265
|
|
|
@@ -291,11 +274,10 @@ declare const useGetProGressBar: ({ field, color, model, width_context, }: {
|
|
|
291
274
|
width_context: string;
|
|
292
275
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
293
276
|
|
|
294
|
-
declare const useGetSelection: ({ data, queryKey, enabled,
|
|
277
|
+
declare const useGetSelection: ({ data, queryKey, enabled, }: {
|
|
295
278
|
data: GetSelectionType;
|
|
296
279
|
queryKey: any[];
|
|
297
280
|
enabled?: boolean;
|
|
298
|
-
service?: string;
|
|
299
281
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
300
282
|
|
|
301
283
|
declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -303,7 +285,6 @@ declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstac
|
|
|
303
285
|
declare const useLoadAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
304
286
|
idAction: any;
|
|
305
287
|
context: ContextApi;
|
|
306
|
-
service?: string;
|
|
307
288
|
}, unknown>;
|
|
308
289
|
|
|
309
290
|
declare const useLoadMessage: () => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -318,7 +299,6 @@ declare const useRemoveRow: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
318
299
|
model: string;
|
|
319
300
|
ids: Record<string, any>[] | any;
|
|
320
301
|
context: ContextApi;
|
|
321
|
-
service?: string;
|
|
322
302
|
}, unknown>;
|
|
323
303
|
|
|
324
304
|
declare const useGetResequence: (model: string, resIds: any, context: any, offset: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -326,7 +306,6 @@ declare const useGetResequence: (model: string, resIds: any, context: any, offse
|
|
|
326
306
|
declare const useRunAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
327
307
|
idAction: any;
|
|
328
308
|
context: ContextApi;
|
|
329
|
-
service?: string;
|
|
330
309
|
}, unknown>;
|
|
331
310
|
|
|
332
311
|
declare const useSignInSSO: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -381,4 +360,4 @@ declare const useVerifyTotp: () => _tanstack_react_query.UseMutationResult<unkno
|
|
|
381
360
|
code: string;
|
|
382
361
|
}, unknown>;
|
|
383
362
|
|
|
384
|
-
export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGet2FAMethods, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetPrintReport, useGetProGressBar, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetUser, useGetView, useGrantAccess, useIsValidToken, useLoadAction, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave,
|
|
363
|
+
export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGet2FAMethods, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetPrintReport, useGetProGressBar, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetUser, useGetView, useGrantAccess, useIsValidToken, useLoadAction, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdatePassword, useUploadFile, useUploadIdFile, useUploadImage, useValidateActionToken, useVerify2FA, useVerifyTotp };
|