@fctc/interface-logic 2.3.2 → 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 +8 -22
- package/dist/hooks.d.ts +8 -22
- package/dist/hooks.js +201 -321
- package/dist/hooks.mjs +172 -291
- package/dist/provider.d.mts +3 -5
- package/dist/provider.d.ts +3 -5
- package/dist/provider.js +221 -370
- package/dist/provider.mjs +192 -341
- package/dist/services.d.mts +17 -28
- package/dist/services.d.ts +17 -28
- package/dist/services.js +128 -218
- package/dist/services.mjs +114 -204
- 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,14 +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
140
|
declare const useDelete: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
144
141
|
ids: any;
|
|
145
142
|
model: string;
|
|
146
|
-
service?: string;
|
|
147
143
|
}, unknown>;
|
|
148
144
|
|
|
149
145
|
declare const useGetAll: ({ data, queryKey, viewResponse }: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -157,12 +153,10 @@ declare const useGetDetail: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
157
153
|
ids: any;
|
|
158
154
|
specification?: any;
|
|
159
155
|
context?: any;
|
|
160
|
-
service?: string;
|
|
161
156
|
}, unknown>;
|
|
162
157
|
|
|
163
|
-
declare const useGetFieldOnChange: ({ model
|
|
158
|
+
declare const useGetFieldOnChange: ({ model }: {
|
|
164
159
|
model: string;
|
|
165
|
-
service?: string;
|
|
166
160
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
167
161
|
|
|
168
162
|
declare const useGetListMyBankAccount: ({ domain, spectification, model, }: {
|
|
@@ -210,7 +204,6 @@ declare const useOnChangeForm: () => _tanstack_react_query.UseMutationResult<any
|
|
|
210
204
|
context: any;
|
|
211
205
|
object: any;
|
|
212
206
|
fieldChange?: any;
|
|
213
|
-
service?: string;
|
|
214
207
|
}, unknown>;
|
|
215
208
|
|
|
216
209
|
declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -220,7 +213,6 @@ declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error,
|
|
|
220
213
|
specification?: any;
|
|
221
214
|
context: any;
|
|
222
215
|
path?: string;
|
|
223
|
-
service?: string;
|
|
224
216
|
}, unknown>;
|
|
225
217
|
|
|
226
218
|
declare const useGetProfile: (path?: string) => _tanstack_react_query.UseMutationResult<any, Error, void, unknown>;
|
|
@@ -243,14 +235,12 @@ declare const useButton: () => _tanstack_react_query.UseMutationResult<any, Erro
|
|
|
243
235
|
ids: Record<string, any>[] | any;
|
|
244
236
|
context: ContextApi;
|
|
245
237
|
method: any;
|
|
246
|
-
service?: string;
|
|
247
238
|
}, unknown>;
|
|
248
239
|
|
|
249
240
|
declare const useDuplicateRecord: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
250
241
|
id: any;
|
|
251
242
|
model: string;
|
|
252
243
|
context: ContextApi;
|
|
253
|
-
service?: string;
|
|
254
244
|
}, unknown>;
|
|
255
245
|
|
|
256
246
|
declare const useGetActionDetail: ({ aid, context, enabled, id, model, queryKey, }: {
|
|
@@ -269,9 +259,9 @@ declare const useGetGroups: ({ model, width_context, }: {
|
|
|
269
259
|
width_context: any;
|
|
270
260
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
271
261
|
|
|
272
|
-
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>;
|
|
273
263
|
|
|
274
|
-
declare const useGetMenu: (context: any, specification: any, enabled?: boolean
|
|
264
|
+
declare const useGetMenu: (context: any, specification: any, enabled?: boolean) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
275
265
|
|
|
276
266
|
declare const useGetPrintReport: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
277
267
|
id: number;
|
|
@@ -284,11 +274,10 @@ declare const useGetProGressBar: ({ field, color, model, width_context, }: {
|
|
|
284
274
|
width_context: string;
|
|
285
275
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
286
276
|
|
|
287
|
-
declare const useGetSelection: ({ data, queryKey, enabled,
|
|
277
|
+
declare const useGetSelection: ({ data, queryKey, enabled, }: {
|
|
288
278
|
data: GetSelectionType;
|
|
289
279
|
queryKey: any[];
|
|
290
280
|
enabled?: boolean;
|
|
291
|
-
service?: string;
|
|
292
281
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
293
282
|
|
|
294
283
|
declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -296,7 +285,6 @@ declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstac
|
|
|
296
285
|
declare const useLoadAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
297
286
|
idAction: any;
|
|
298
287
|
context: ContextApi;
|
|
299
|
-
service?: string;
|
|
300
288
|
}, unknown>;
|
|
301
289
|
|
|
302
290
|
declare const useLoadMessage: () => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -311,7 +299,6 @@ declare const useRemoveRow: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
311
299
|
model: string;
|
|
312
300
|
ids: Record<string, any>[] | any;
|
|
313
301
|
context: ContextApi;
|
|
314
|
-
service?: string;
|
|
315
302
|
}, unknown>;
|
|
316
303
|
|
|
317
304
|
declare const useGetResequence: (model: string, resIds: any, context: any, offset: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -319,7 +306,6 @@ declare const useGetResequence: (model: string, resIds: any, context: any, offse
|
|
|
319
306
|
declare const useRunAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
320
307
|
idAction: any;
|
|
321
308
|
context: ContextApi;
|
|
322
|
-
service?: string;
|
|
323
309
|
}, unknown>;
|
|
324
310
|
|
|
325
311
|
declare const useSignInSSO: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -374,4 +360,4 @@ declare const useVerifyTotp: () => _tanstack_react_query.UseMutationResult<unkno
|
|
|
374
360
|
code: string;
|
|
375
361
|
}, unknown>;
|
|
376
362
|
|
|
377
|
-
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,
|
|
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,14 +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
140
|
declare const useDelete: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
144
141
|
ids: any;
|
|
145
142
|
model: string;
|
|
146
|
-
service?: string;
|
|
147
143
|
}, unknown>;
|
|
148
144
|
|
|
149
145
|
declare const useGetAll: ({ data, queryKey, viewResponse }: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -157,12 +153,10 @@ declare const useGetDetail: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
157
153
|
ids: any;
|
|
158
154
|
specification?: any;
|
|
159
155
|
context?: any;
|
|
160
|
-
service?: string;
|
|
161
156
|
}, unknown>;
|
|
162
157
|
|
|
163
|
-
declare const useGetFieldOnChange: ({ model
|
|
158
|
+
declare const useGetFieldOnChange: ({ model }: {
|
|
164
159
|
model: string;
|
|
165
|
-
service?: string;
|
|
166
160
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
167
161
|
|
|
168
162
|
declare const useGetListMyBankAccount: ({ domain, spectification, model, }: {
|
|
@@ -210,7 +204,6 @@ declare const useOnChangeForm: () => _tanstack_react_query.UseMutationResult<any
|
|
|
210
204
|
context: any;
|
|
211
205
|
object: any;
|
|
212
206
|
fieldChange?: any;
|
|
213
|
-
service?: string;
|
|
214
207
|
}, unknown>;
|
|
215
208
|
|
|
216
209
|
declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -220,7 +213,6 @@ declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error,
|
|
|
220
213
|
specification?: any;
|
|
221
214
|
context: any;
|
|
222
215
|
path?: string;
|
|
223
|
-
service?: string;
|
|
224
216
|
}, unknown>;
|
|
225
217
|
|
|
226
218
|
declare const useGetProfile: (path?: string) => _tanstack_react_query.UseMutationResult<any, Error, void, unknown>;
|
|
@@ -243,14 +235,12 @@ declare const useButton: () => _tanstack_react_query.UseMutationResult<any, Erro
|
|
|
243
235
|
ids: Record<string, any>[] | any;
|
|
244
236
|
context: ContextApi;
|
|
245
237
|
method: any;
|
|
246
|
-
service?: string;
|
|
247
238
|
}, unknown>;
|
|
248
239
|
|
|
249
240
|
declare const useDuplicateRecord: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
250
241
|
id: any;
|
|
251
242
|
model: string;
|
|
252
243
|
context: ContextApi;
|
|
253
|
-
service?: string;
|
|
254
244
|
}, unknown>;
|
|
255
245
|
|
|
256
246
|
declare const useGetActionDetail: ({ aid, context, enabled, id, model, queryKey, }: {
|
|
@@ -269,9 +259,9 @@ declare const useGetGroups: ({ model, width_context, }: {
|
|
|
269
259
|
width_context: any;
|
|
270
260
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
271
261
|
|
|
272
|
-
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>;
|
|
273
263
|
|
|
274
|
-
declare const useGetMenu: (context: any, specification: any, enabled?: boolean
|
|
264
|
+
declare const useGetMenu: (context: any, specification: any, enabled?: boolean) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
275
265
|
|
|
276
266
|
declare const useGetPrintReport: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
277
267
|
id: number;
|
|
@@ -284,11 +274,10 @@ declare const useGetProGressBar: ({ field, color, model, width_context, }: {
|
|
|
284
274
|
width_context: string;
|
|
285
275
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
286
276
|
|
|
287
|
-
declare const useGetSelection: ({ data, queryKey, enabled,
|
|
277
|
+
declare const useGetSelection: ({ data, queryKey, enabled, }: {
|
|
288
278
|
data: GetSelectionType;
|
|
289
279
|
queryKey: any[];
|
|
290
280
|
enabled?: boolean;
|
|
291
|
-
service?: string;
|
|
292
281
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
293
282
|
|
|
294
283
|
declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -296,7 +285,6 @@ declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstac
|
|
|
296
285
|
declare const useLoadAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
297
286
|
idAction: any;
|
|
298
287
|
context: ContextApi;
|
|
299
|
-
service?: string;
|
|
300
288
|
}, unknown>;
|
|
301
289
|
|
|
302
290
|
declare const useLoadMessage: () => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -311,7 +299,6 @@ declare const useRemoveRow: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
311
299
|
model: string;
|
|
312
300
|
ids: Record<string, any>[] | any;
|
|
313
301
|
context: ContextApi;
|
|
314
|
-
service?: string;
|
|
315
302
|
}, unknown>;
|
|
316
303
|
|
|
317
304
|
declare const useGetResequence: (model: string, resIds: any, context: any, offset: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -319,7 +306,6 @@ declare const useGetResequence: (model: string, resIds: any, context: any, offse
|
|
|
319
306
|
declare const useRunAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
320
307
|
idAction: any;
|
|
321
308
|
context: ContextApi;
|
|
322
|
-
service?: string;
|
|
323
309
|
}, unknown>;
|
|
324
310
|
|
|
325
311
|
declare const useSignInSSO: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -374,4 +360,4 @@ declare const useVerifyTotp: () => _tanstack_react_query.UseMutationResult<unkno
|
|
|
374
360
|
code: string;
|
|
375
361
|
}, unknown>;
|
|
376
362
|
|
|
377
|
-
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,
|
|
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 };
|