@intlayer/design-system 7.1.0-canary.1 → 7.1.0

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 (142) hide show
  1. package/dist/esm/components/Accordion/Accordion.mjs +1 -1
  2. package/dist/esm/components/Avatar/index.mjs +1 -1
  3. package/dist/esm/components/Breadcrumb/index.mjs +1 -1
  4. package/dist/esm/components/Browser/Browser.mjs +1 -1
  5. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
  6. package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
  7. package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
  8. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
  9. package/dist/esm/components/CopyButton/index.mjs +1 -1
  10. package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
  11. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  12. package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
  13. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
  14. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  15. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  16. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
  17. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  18. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
  19. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  20. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
  21. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
  22. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  23. package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  25. package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
  26. package/dist/esm/components/HideShow/index.mjs +1 -1
  27. package/dist/esm/components/IDE/FileTree.mjs +1 -1
  28. package/dist/esm/components/Input/InputPassword.mjs +1 -1
  29. package/dist/esm/components/Input/OTPInput.mjs +1 -1
  30. package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
  31. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
  32. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  33. package/dist/esm/components/Modal/Modal.mjs +3 -3
  34. package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
  35. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  36. package/dist/esm/components/Select/Multiselect.mjs +1 -1
  37. package/dist/esm/components/SwitchSelector/index.mjs +1 -1
  38. package/dist/esm/components/Tab/Tab.mjs +1 -1
  39. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  40. package/dist/esm/components/Table/Table.mjs +1 -1
  41. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
  42. package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
  43. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
  44. package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
  45. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  46. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  47. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  48. package/dist/types/components/Browser/Browser.content.d.ts +11 -11
  49. package/dist/types/components/Button/Button.d.ts +2 -2
  50. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +5 -5
  51. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  52. package/dist/types/components/Command/index.d.ts +4 -4
  53. package/dist/types/components/Container/index.d.ts +5 -5
  54. package/dist/types/components/Container/index.d.ts.map +1 -1
  55. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  56. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  57. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  58. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  59. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  60. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  61. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  62. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  63. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  64. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  65. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  66. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  67. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  68. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  69. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  70. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  71. package/dist/types/components/Form/FormBase.d.ts +2 -2
  72. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  73. package/dist/types/components/Form/FormField.d.ts +2 -2
  74. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  75. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  76. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  77. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  78. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  79. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  80. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  81. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  82. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  83. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  84. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  85. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  86. package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
  87. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  88. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  89. package/dist/types/components/IDE/FileTree.d.ts.map +1 -1
  90. package/dist/types/components/IDE/code.content.d.ts +5 -5
  91. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  92. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  93. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  94. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  95. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  96. package/dist/types/components/Input/Input.d.ts +3 -3
  97. package/dist/types/components/Input/Input.d.ts.map +1 -1
  98. package/dist/types/components/Input/OTPInput.d.ts +4 -4
  99. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  100. package/dist/types/components/Link/Link.d.ts +3 -3
  101. package/dist/types/components/Loader/index.content.d.ts +3 -3
  102. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  103. package/dist/types/components/Loader/spinner.d.ts +2 -2
  104. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  105. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  106. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  107. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  108. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  109. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  110. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  111. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  112. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  113. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  114. package/dist/types/components/Navbar/index.d.ts +2 -2
  115. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  116. package/dist/types/components/Pagination/Pagination.d.ts +3 -3
  117. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  118. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  119. package/dist/types/components/Popover/static.d.ts +3 -3
  120. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  121. package/dist/types/components/Select/Select.d.ts +3 -3
  122. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  123. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  124. package/dist/types/components/SwitchSelector/index.d.ts +5 -5
  125. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  126. package/dist/types/components/Tab/Tab.d.ts +5 -5
  127. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  128. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  129. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  130. package/dist/types/components/Table/table.content.d.ts +3 -3
  131. package/dist/types/components/Tag/index.d.ts +2 -2
  132. package/dist/types/components/Toaster/Toast.d.ts +3 -3
  133. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  134. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  135. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  136. package/dist/types/hooks/reactQuery.d.ts +202 -202
  137. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  138. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  139. package/dist/types/hooks/useUser/index.d.ts +2 -2
  140. package/dist/types/libs/auth.d.ts +712 -712
  141. package/dist/types/libs/auth.d.ts.map +1 -1
  142. package/package.json +20 -20
@@ -1,8 +1,8 @@
1
1
  import * as intlayer0 from "intlayer";
2
2
  import * as _tanstack_react_query0 from "@tanstack/react-query";
3
3
  import { UseQueryOptions, useQueryClient } from "@tanstack/react-query";
4
- import * as _better_fetch_fetch681 from "@better-fetch/fetch";
5
- import * as better_auth46 from "better-auth";
4
+ import * as _better_fetch_fetch0 from "@better-fetch/fetch";
5
+ import * as better_auth0 from "better-auth";
6
6
  import * as inspector0 from "inspector";
7
7
  import * as _intlayer_backend0 from "@intlayer/backend";
8
8
  import { AddDictionaryBody, AddOrganizationMemberBody, AskDocQuestionBody, AuditContentDeclarationBody, AuditContentDeclarationFieldBody, AuditContentDeclarationMetadataBody, AuditTagBody, AutocompleteBody, CreateUserBody, DeleteAccessKeyBody, DeleteDictionaryParam, DeleteTagParams, GetCheckoutSessionBody, GetDictionariesParams, GetDictionaryParams, GetDictionaryQuery, GetOrganizationsParams, GetPricingBody, GetPricingResult, GetProjectsParams, GetTagsParams, GetUsersParams, NewsletterSubscriptionBody, NewsletterUnsubscriptionBody, PushDictionariesBody, RefreshAccessKeyBody, SearchDocUtilParams, SelectOrganizationParam, SelectProjectParam, TranslateJSONBody } from "@intlayer/backend";
@@ -42,41 +42,41 @@ declare const useLogin: () => _tanstack_react_query0.UseMutationResult<{
42
42
  status: number;
43
43
  statusText: string;
44
44
  };
45
- }, Error, better_auth46.Prettify<{
45
+ }, Error, better_auth0.Prettify<{
46
46
  email: string;
47
47
  password: string;
48
48
  callbackURL?: string | undefined;
49
49
  rememberMe?: boolean | undefined;
50
50
  } & {
51
51
  fetchOptions?: {
52
- mode?: RequestMode;
53
- method?: string;
52
+ cache?: RequestCache;
53
+ credentials?: RequestCredentials;
54
54
  headers?: HeadersInit & (HeadersInit | {
55
55
  accept: "application/json" | "text/plain" | "application/octet-stream";
56
56
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
57
57
  authorization: "Bearer" | "Basic";
58
58
  });
59
- cache?: RequestCache;
60
- credentials?: RequestCredentials;
61
59
  integrity?: string;
62
60
  keepalive?: boolean;
61
+ method?: string;
62
+ mode?: RequestMode;
63
63
  priority?: RequestPriority;
64
64
  redirect?: RequestRedirect;
65
65
  referrer?: string;
66
66
  referrerPolicy?: ReferrerPolicy;
67
67
  signal?: AbortSignal | null;
68
68
  window?: null;
69
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
70
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
71
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
72
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
73
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
69
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
70
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
71
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
72
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
73
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
74
74
  hookOptions?: {
75
75
  cloneResponse?: boolean;
76
76
  };
77
77
  timeout?: number;
78
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
79
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
78
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
79
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
80
80
  baseURL?: string;
81
81
  throw?: boolean;
82
82
  auth?: {
@@ -101,10 +101,10 @@ declare const useLogin: () => _tanstack_react_query0.UseMutationResult<{
101
101
  params?: Record<string, any>;
102
102
  duplex?: "full" | "half";
103
103
  jsonParser?: (text: string) => Promise<any> | any;
104
- retry?: _better_fetch_fetch681.RetryOptions;
104
+ retry?: _better_fetch_fetch0.RetryOptions;
105
105
  retryAttempt?: number;
106
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
107
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
106
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
107
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
108
108
  disableValidation?: boolean;
109
109
  };
110
110
  }>, unknown>;
@@ -133,35 +133,35 @@ declare const useGetVerifyEmailStatus: () => _tanstack_react_query0.UseMutationR
133
133
  status: number;
134
134
  statusText: string;
135
135
  };
136
- }, Error, [better_auth46.Prettify<undefined>?, {
137
- mode?: RequestMode;
138
- method?: string;
136
+ }, Error, [better_auth0.Prettify<undefined>?, {
137
+ cache?: RequestCache;
138
+ credentials?: RequestCredentials;
139
139
  headers?: HeadersInit & (HeadersInit | {
140
140
  accept: "application/json" | "text/plain" | "application/octet-stream";
141
141
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
142
142
  authorization: "Bearer" | "Basic";
143
143
  });
144
- cache?: RequestCache;
145
- credentials?: RequestCredentials;
146
144
  integrity?: string;
147
145
  keepalive?: boolean;
146
+ method?: string;
147
+ mode?: RequestMode;
148
148
  priority?: RequestPriority;
149
149
  redirect?: RequestRedirect;
150
150
  referrer?: string;
151
151
  referrerPolicy?: ReferrerPolicy;
152
152
  signal?: AbortSignal | null;
153
153
  window?: null;
154
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
155
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
156
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
157
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
158
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
154
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
155
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
156
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
157
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
158
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
159
159
  hookOptions?: {
160
160
  cloneResponse?: boolean;
161
161
  };
162
162
  timeout?: number;
163
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
164
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
163
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
164
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
165
165
  baseURL?: string;
166
166
  throw?: boolean;
167
167
  auth?: {
@@ -184,10 +184,10 @@ declare const useGetVerifyEmailStatus: () => _tanstack_react_query0.UseMutationR
184
184
  params?: Record<string, any>;
185
185
  duplex?: "full" | "half";
186
186
  jsonParser?: (text: string) => Promise<any> | any;
187
- retry?: _better_fetch_fetch681.RetryOptions;
187
+ retry?: _better_fetch_fetch0.RetryOptions;
188
188
  retryAttempt?: number;
189
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
190
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
189
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
190
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
191
191
  disableValidation?: boolean;
192
192
  }?], unknown>;
193
193
  declare const useRegister: () => _tanstack_react_query0.UseMutationResult<{
@@ -223,41 +223,41 @@ declare const useRegister: () => _tanstack_react_query0.UseMutationResult<{
223
223
  status: number;
224
224
  statusText: string;
225
225
  };
226
- }, Error, better_auth46.Prettify<{
226
+ }, Error, better_auth0.Prettify<{
227
227
  email: string;
228
228
  name: string;
229
229
  password: string;
230
230
  image?: string;
231
231
  callbackURL?: string;
232
232
  fetchOptions?: {
233
- mode?: RequestMode;
234
- method?: string;
233
+ cache?: RequestCache;
234
+ credentials?: RequestCredentials;
235
235
  headers?: HeadersInit & (HeadersInit | {
236
236
  accept: "application/json" | "text/plain" | "application/octet-stream";
237
237
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
238
238
  authorization: "Bearer" | "Basic";
239
239
  });
240
- cache?: RequestCache;
241
- credentials?: RequestCredentials;
242
240
  integrity?: string;
243
241
  keepalive?: boolean;
242
+ method?: string;
243
+ mode?: RequestMode;
244
244
  priority?: RequestPriority;
245
245
  redirect?: RequestRedirect;
246
246
  referrer?: string;
247
247
  referrerPolicy?: ReferrerPolicy;
248
248
  signal?: AbortSignal | null;
249
249
  window?: null;
250
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
251
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
252
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
253
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
254
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
250
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
251
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
252
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
253
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
254
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
255
255
  hookOptions?: {
256
256
  cloneResponse?: boolean;
257
257
  };
258
258
  timeout?: number;
259
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
260
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
259
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
260
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
261
261
  baseURL?: string;
262
262
  throw?: boolean;
263
263
  auth?: {
@@ -284,10 +284,10 @@ declare const useRegister: () => _tanstack_react_query0.UseMutationResult<{
284
284
  params?: Record<string, any>;
285
285
  duplex?: "full" | "half";
286
286
  jsonParser?: (text: string) => Promise<any> | any;
287
- retry?: _better_fetch_fetch681.RetryOptions;
287
+ retry?: _better_fetch_fetch0.RetryOptions;
288
288
  retryAttempt?: number;
289
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
290
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
289
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
290
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
291
291
  disableValidation?: boolean;
292
292
  };
293
293
  } & {} & {}>, unknown>;
@@ -327,40 +327,40 @@ declare const useChangePassword: () => _tanstack_react_query0.UseMutationResult<
327
327
  status: number;
328
328
  statusText: string;
329
329
  };
330
- }, Error, [better_auth46.Prettify<{
330
+ }, Error, [better_auth0.Prettify<{
331
331
  newPassword: string;
332
332
  currentPassword: string;
333
333
  revokeOtherSessions?: boolean | undefined;
334
334
  } & {
335
335
  fetchOptions?: {
336
- mode?: RequestMode;
337
- method?: string;
336
+ cache?: RequestCache;
337
+ credentials?: RequestCredentials;
338
338
  headers?: HeadersInit & (HeadersInit | {
339
339
  accept: "application/json" | "text/plain" | "application/octet-stream";
340
340
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
341
341
  authorization: "Bearer" | "Basic";
342
342
  });
343
- cache?: RequestCache;
344
- credentials?: RequestCredentials;
345
343
  integrity?: string;
346
344
  keepalive?: boolean;
345
+ method?: string;
346
+ mode?: RequestMode;
347
347
  priority?: RequestPriority;
348
348
  redirect?: RequestRedirect;
349
349
  referrer?: string;
350
350
  referrerPolicy?: ReferrerPolicy;
351
351
  signal?: AbortSignal | null;
352
352
  window?: null;
353
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
354
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
355
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
356
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
357
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
353
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
354
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
355
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
356
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
357
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
358
358
  hookOptions?: {
359
359
  cloneResponse?: boolean;
360
360
  };
361
361
  timeout?: number;
362
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
363
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
362
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
363
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
364
364
  baseURL?: string;
365
365
  throw?: boolean;
366
366
  auth?: {
@@ -384,41 +384,41 @@ declare const useChangePassword: () => _tanstack_react_query0.UseMutationResult<
384
384
  params?: Record<string, any>;
385
385
  duplex?: "full" | "half";
386
386
  jsonParser?: (text: string) => Promise<any> | any;
387
- retry?: _better_fetch_fetch681.RetryOptions;
387
+ retry?: _better_fetch_fetch0.RetryOptions;
388
388
  retryAttempt?: number;
389
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
390
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
389
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
390
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
391
391
  disableValidation?: boolean;
392
392
  };
393
393
  }>, {
394
- mode?: RequestMode;
395
- method?: string;
394
+ cache?: RequestCache;
395
+ credentials?: RequestCredentials;
396
396
  headers?: HeadersInit & (HeadersInit | {
397
397
  accept: "application/json" | "text/plain" | "application/octet-stream";
398
398
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
399
399
  authorization: "Bearer" | "Basic";
400
400
  });
401
- cache?: RequestCache;
402
- credentials?: RequestCredentials;
403
401
  integrity?: string;
404
402
  keepalive?: boolean;
403
+ method?: string;
404
+ mode?: RequestMode;
405
405
  priority?: RequestPriority;
406
406
  redirect?: RequestRedirect;
407
407
  referrer?: string;
408
408
  referrerPolicy?: ReferrerPolicy;
409
409
  signal?: AbortSignal | null;
410
410
  window?: null;
411
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
412
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
413
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
414
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
415
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
411
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
412
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
413
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
414
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
415
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
416
416
  hookOptions?: {
417
417
  cloneResponse?: boolean;
418
418
  };
419
419
  timeout?: number;
420
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
421
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
420
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
421
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
422
422
  baseURL?: string;
423
423
  throw?: boolean;
424
424
  auth?: {
@@ -442,10 +442,10 @@ declare const useChangePassword: () => _tanstack_react_query0.UseMutationResult<
442
442
  params?: Record<string, any>;
443
443
  duplex?: "full" | "half";
444
444
  jsonParser?: (text: string) => Promise<any> | any;
445
- retry?: _better_fetch_fetch681.RetryOptions;
445
+ retry?: _better_fetch_fetch0.RetryOptions;
446
446
  retryAttempt?: number;
447
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
448
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
447
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
448
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
449
449
  disableValidation?: boolean;
450
450
  }?], unknown>;
451
451
  declare const useAskResetPassword: () => _tanstack_react_query0.UseMutationResult<{
@@ -462,39 +462,39 @@ declare const useAskResetPassword: () => _tanstack_react_query0.UseMutationResul
462
462
  status: number;
463
463
  statusText: string;
464
464
  };
465
- }, Error, better_auth46.Prettify<{
465
+ }, Error, better_auth0.Prettify<{
466
466
  email: string;
467
467
  redirectTo?: string | undefined;
468
468
  } & {
469
469
  fetchOptions?: {
470
- mode?: RequestMode;
471
- method?: string;
470
+ cache?: RequestCache;
471
+ credentials?: RequestCredentials;
472
472
  headers?: HeadersInit & (HeadersInit | {
473
473
  accept: "application/json" | "text/plain" | "application/octet-stream";
474
474
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
475
475
  authorization: "Bearer" | "Basic";
476
476
  });
477
- cache?: RequestCache;
478
- credentials?: RequestCredentials;
479
477
  integrity?: string;
480
478
  keepalive?: boolean;
479
+ method?: string;
480
+ mode?: RequestMode;
481
481
  priority?: RequestPriority;
482
482
  redirect?: RequestRedirect;
483
483
  referrer?: string;
484
484
  referrerPolicy?: ReferrerPolicy;
485
485
  signal?: AbortSignal | null;
486
486
  window?: null;
487
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
488
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
489
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
490
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
491
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
487
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
488
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
489
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
490
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
491
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
492
492
  hookOptions?: {
493
493
  cloneResponse?: boolean;
494
494
  };
495
495
  timeout?: number;
496
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
497
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
496
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
497
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
498
498
  baseURL?: string;
499
499
  throw?: boolean;
500
500
  auth?: {
@@ -517,10 +517,10 @@ declare const useAskResetPassword: () => _tanstack_react_query0.UseMutationResul
517
517
  params?: Record<string, any>;
518
518
  duplex?: "full" | "half";
519
519
  jsonParser?: (text: string) => Promise<any> | any;
520
- retry?: _better_fetch_fetch681.RetryOptions;
520
+ retry?: _better_fetch_fetch0.RetryOptions;
521
521
  retryAttempt?: number;
522
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
523
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
522
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
523
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
524
524
  disableValidation?: boolean;
525
525
  };
526
526
  }>, unknown>;
@@ -537,39 +537,39 @@ declare const useResetPassword: () => _tanstack_react_query0.UseMutationResult<{
537
537
  status: number;
538
538
  statusText: string;
539
539
  };
540
- }, Error, better_auth46.Prettify<{
540
+ }, Error, better_auth0.Prettify<{
541
541
  newPassword: string;
542
542
  token?: string | undefined;
543
543
  } & {
544
544
  fetchOptions?: {
545
- mode?: RequestMode;
546
- method?: string;
545
+ cache?: RequestCache;
546
+ credentials?: RequestCredentials;
547
547
  headers?: HeadersInit & (HeadersInit | {
548
548
  accept: "application/json" | "text/plain" | "application/octet-stream";
549
549
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
550
550
  authorization: "Bearer" | "Basic";
551
551
  });
552
- cache?: RequestCache;
553
- credentials?: RequestCredentials;
554
552
  integrity?: string;
555
553
  keepalive?: boolean;
554
+ method?: string;
555
+ mode?: RequestMode;
556
556
  priority?: RequestPriority;
557
557
  redirect?: RequestRedirect;
558
558
  referrer?: string;
559
559
  referrerPolicy?: ReferrerPolicy;
560
560
  signal?: AbortSignal | null;
561
561
  window?: null;
562
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
563
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
564
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
565
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
566
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
562
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
563
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
564
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
565
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
566
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
567
567
  hookOptions?: {
568
568
  cloneResponse?: boolean;
569
569
  };
570
570
  timeout?: number;
571
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
572
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
571
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
572
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
573
573
  baseURL?: string;
574
574
  throw?: boolean;
575
575
  auth?: {
@@ -594,10 +594,10 @@ declare const useResetPassword: () => _tanstack_react_query0.UseMutationResult<{
594
594
  params?: Record<string, any>;
595
595
  duplex?: "full" | "half";
596
596
  jsonParser?: (text: string) => Promise<any> | any;
597
- retry?: _better_fetch_fetch681.RetryOptions;
597
+ retry?: _better_fetch_fetch0.RetryOptions;
598
598
  retryAttempt?: number;
599
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
600
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
599
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
600
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
601
601
  disableValidation?: boolean;
602
602
  };
603
603
  }>, unknown>;
@@ -626,7 +626,7 @@ declare const useVerifyEmail: () => _tanstack_react_query0.UseMutationResult<{
626
626
  status: number;
627
627
  statusText: string;
628
628
  };
629
- }, Error, better_auth46.Prettify<undefined>, unknown>;
629
+ }, Error, better_auth0.Prettify<undefined>, unknown>;
630
630
  declare const useGetUserByAccount: () => _tanstack_react_query0.UseMutationResult<{
631
631
  data: {
632
632
  user: packages_core_dist_oauth2.OAuth2UserInfo;
@@ -641,38 +641,38 @@ declare const useGetUserByAccount: () => _tanstack_react_query0.UseMutationResul
641
641
  status: number;
642
642
  statusText: string;
643
643
  };
644
- }, Error, better_auth46.Prettify<{
644
+ }, Error, better_auth0.Prettify<{
645
645
  accountId: string;
646
646
  } & {
647
647
  fetchOptions?: {
648
- mode?: RequestMode;
649
- method?: string;
648
+ cache?: RequestCache;
649
+ credentials?: RequestCredentials;
650
650
  headers?: HeadersInit & (HeadersInit | {
651
651
  accept: "application/json" | "text/plain" | "application/octet-stream";
652
652
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
653
653
  authorization: "Bearer" | "Basic";
654
654
  });
655
- cache?: RequestCache;
656
- credentials?: RequestCredentials;
657
655
  integrity?: string;
658
656
  keepalive?: boolean;
657
+ method?: string;
658
+ mode?: RequestMode;
659
659
  priority?: RequestPriority;
660
660
  redirect?: RequestRedirect;
661
661
  referrer?: string;
662
662
  referrerPolicy?: ReferrerPolicy;
663
663
  signal?: AbortSignal | null;
664
664
  window?: null;
665
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
666
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
667
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
668
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
669
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
665
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
666
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
667
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
668
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
669
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
670
670
  hookOptions?: {
671
671
  cloneResponse?: boolean;
672
672
  };
673
673
  timeout?: number;
674
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
675
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
674
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
675
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
676
676
  baseURL?: string;
677
677
  throw?: boolean;
678
678
  auth?: {
@@ -694,10 +694,10 @@ declare const useGetUserByAccount: () => _tanstack_react_query0.UseMutationResul
694
694
  params?: Record<string, any>;
695
695
  duplex?: "full" | "half";
696
696
  jsonParser?: (text: string) => Promise<any> | any;
697
- retry?: _better_fetch_fetch681.RetryOptions;
697
+ retry?: _better_fetch_fetch0.RetryOptions;
698
698
  retryAttempt?: number;
699
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
700
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
699
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
700
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
701
701
  disableValidation?: boolean;
702
702
  };
703
703
  }>, unknown>;
@@ -715,39 +715,39 @@ declare const useEnableTwoFactor: () => _tanstack_react_query0.UseMutationResult
715
715
  status: number;
716
716
  statusText: string;
717
717
  };
718
- }, Error, better_auth46.Prettify<{
718
+ }, Error, better_auth0.Prettify<{
719
719
  password: string;
720
720
  issuer?: string | undefined;
721
721
  } & {
722
722
  fetchOptions?: {
723
- mode?: RequestMode;
724
- method?: string;
723
+ cache?: RequestCache;
724
+ credentials?: RequestCredentials;
725
725
  headers?: HeadersInit & (HeadersInit | {
726
726
  accept: "application/json" | "text/plain" | "application/octet-stream";
727
727
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
728
728
  authorization: "Bearer" | "Basic";
729
729
  });
730
- cache?: RequestCache;
731
- credentials?: RequestCredentials;
732
730
  integrity?: string;
733
731
  keepalive?: boolean;
732
+ method?: string;
733
+ mode?: RequestMode;
734
734
  priority?: RequestPriority;
735
735
  redirect?: RequestRedirect;
736
736
  referrer?: string;
737
737
  referrerPolicy?: ReferrerPolicy;
738
738
  signal?: AbortSignal | null;
739
739
  window?: null;
740
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
741
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
742
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
743
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
744
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
740
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
741
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
742
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
743
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
744
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
745
745
  hookOptions?: {
746
746
  cloneResponse?: boolean;
747
747
  };
748
748
  timeout?: number;
749
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
750
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
749
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
750
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
751
751
  baseURL?: string;
752
752
  throw?: boolean;
753
753
  auth?: {
@@ -770,10 +770,10 @@ declare const useEnableTwoFactor: () => _tanstack_react_query0.UseMutationResult
770
770
  params?: Record<string, any>;
771
771
  duplex?: "full" | "half";
772
772
  jsonParser?: (text: string) => Promise<any> | any;
773
- retry?: _better_fetch_fetch681.RetryOptions;
773
+ retry?: _better_fetch_fetch0.RetryOptions;
774
774
  retryAttempt?: number;
775
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
776
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
775
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
776
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
777
777
  disableValidation?: boolean;
778
778
  };
779
779
  }>, unknown>;
@@ -790,38 +790,38 @@ declare const useDisableTwoFactor: () => _tanstack_react_query0.UseMutationResul
790
790
  status: number;
791
791
  statusText: string;
792
792
  };
793
- }, Error, better_auth46.Prettify<{
793
+ }, Error, better_auth0.Prettify<{
794
794
  password: string;
795
795
  } & {
796
796
  fetchOptions?: {
797
- mode?: RequestMode;
798
- method?: string;
797
+ cache?: RequestCache;
798
+ credentials?: RequestCredentials;
799
799
  headers?: HeadersInit & (HeadersInit | {
800
800
  accept: "application/json" | "text/plain" | "application/octet-stream";
801
801
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
802
802
  authorization: "Bearer" | "Basic";
803
803
  });
804
- cache?: RequestCache;
805
- credentials?: RequestCredentials;
806
804
  integrity?: string;
807
805
  keepalive?: boolean;
806
+ method?: string;
807
+ mode?: RequestMode;
808
808
  priority?: RequestPriority;
809
809
  redirect?: RequestRedirect;
810
810
  referrer?: string;
811
811
  referrerPolicy?: ReferrerPolicy;
812
812
  signal?: AbortSignal | null;
813
813
  window?: null;
814
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
815
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
816
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
817
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
818
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
814
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
815
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
816
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
817
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
818
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
819
819
  hookOptions?: {
820
820
  cloneResponse?: boolean;
821
821
  };
822
822
  timeout?: number;
823
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
824
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
823
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
824
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
825
825
  baseURL?: string;
826
826
  throw?: boolean;
827
827
  auth?: {
@@ -843,10 +843,10 @@ declare const useDisableTwoFactor: () => _tanstack_react_query0.UseMutationResul
843
843
  params?: Record<string, any>;
844
844
  duplex?: "full" | "half";
845
845
  jsonParser?: (text: string) => Promise<any> | any;
846
- retry?: _better_fetch_fetch681.RetryOptions;
846
+ retry?: _better_fetch_fetch0.RetryOptions;
847
847
  retryAttempt?: number;
848
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
849
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
848
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
849
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
850
850
  disableValidation?: boolean;
851
851
  };
852
852
  }>, unknown>;
@@ -872,39 +872,39 @@ declare const useVerifyTotp: () => _tanstack_react_query0.UseMutationResult<{
872
872
  status: number;
873
873
  statusText: string;
874
874
  };
875
- }, Error, better_auth46.Prettify<{
875
+ }, Error, better_auth0.Prettify<{
876
876
  code: string;
877
877
  trustDevice?: boolean | undefined;
878
878
  } & {
879
879
  fetchOptions?: {
880
- mode?: RequestMode;
881
- method?: string;
880
+ cache?: RequestCache;
881
+ credentials?: RequestCredentials;
882
882
  headers?: HeadersInit & (HeadersInit | {
883
883
  accept: "application/json" | "text/plain" | "application/octet-stream";
884
884
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
885
885
  authorization: "Bearer" | "Basic";
886
886
  });
887
- cache?: RequestCache;
888
- credentials?: RequestCredentials;
889
887
  integrity?: string;
890
888
  keepalive?: boolean;
889
+ method?: string;
890
+ mode?: RequestMode;
891
891
  priority?: RequestPriority;
892
892
  redirect?: RequestRedirect;
893
893
  referrer?: string;
894
894
  referrerPolicy?: ReferrerPolicy;
895
895
  signal?: AbortSignal | null;
896
896
  window?: null;
897
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
898
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
899
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
900
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
901
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
897
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
898
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
899
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
900
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
901
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
902
902
  hookOptions?: {
903
903
  cloneResponse?: boolean;
904
904
  };
905
905
  timeout?: number;
906
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
907
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
906
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
907
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
908
908
  baseURL?: string;
909
909
  throw?: boolean;
910
910
  auth?: {
@@ -927,10 +927,10 @@ declare const useVerifyTotp: () => _tanstack_react_query0.UseMutationResult<{
927
927
  params?: Record<string, any>;
928
928
  duplex?: "full" | "half";
929
929
  jsonParser?: (text: string) => Promise<any> | any;
930
- retry?: _better_fetch_fetch681.RetryOptions;
930
+ retry?: _better_fetch_fetch0.RetryOptions;
931
931
  retryAttempt?: number;
932
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
933
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
932
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
933
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
934
934
  disableValidation?: boolean;
935
935
  };
936
936
  }>, unknown>;
@@ -956,40 +956,40 @@ declare const useVerifyBackupCode: () => _tanstack_react_query0.UseMutationResul
956
956
  status: number;
957
957
  statusText: string;
958
958
  };
959
- }, Error, better_auth46.Prettify<{
959
+ }, Error, better_auth0.Prettify<{
960
960
  code: string;
961
961
  disableSession?: boolean | undefined;
962
962
  trustDevice?: boolean | undefined;
963
963
  } & {
964
964
  fetchOptions?: {
965
- mode?: RequestMode;
966
- method?: string;
965
+ cache?: RequestCache;
966
+ credentials?: RequestCredentials;
967
967
  headers?: HeadersInit & (HeadersInit | {
968
968
  accept: "application/json" | "text/plain" | "application/octet-stream";
969
969
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
970
970
  authorization: "Bearer" | "Basic";
971
971
  });
972
- cache?: RequestCache;
973
- credentials?: RequestCredentials;
974
972
  integrity?: string;
975
973
  keepalive?: boolean;
974
+ method?: string;
975
+ mode?: RequestMode;
976
976
  priority?: RequestPriority;
977
977
  redirect?: RequestRedirect;
978
978
  referrer?: string;
979
979
  referrerPolicy?: ReferrerPolicy;
980
980
  signal?: AbortSignal | null;
981
981
  window?: null;
982
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
983
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
984
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
985
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
986
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
982
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
983
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
984
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
985
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
986
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
987
987
  hookOptions?: {
988
988
  cloneResponse?: boolean;
989
989
  };
990
990
  timeout?: number;
991
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
992
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
991
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
992
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
993
993
  baseURL?: string;
994
994
  throw?: boolean;
995
995
  auth?: {
@@ -1013,10 +1013,10 @@ declare const useVerifyBackupCode: () => _tanstack_react_query0.UseMutationResul
1013
1013
  params?: Record<string, any>;
1014
1014
  duplex?: "full" | "half";
1015
1015
  jsonParser?: (text: string) => Promise<any> | any;
1016
- retry?: _better_fetch_fetch681.RetryOptions;
1016
+ retry?: _better_fetch_fetch0.RetryOptions;
1017
1017
  retryAttempt?: number;
1018
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
1019
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
1018
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
1019
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
1020
1020
  disableValidation?: boolean;
1021
1021
  };
1022
1022
  }>, unknown>;
@@ -1036,7 +1036,7 @@ declare const useAddPasskey: () => _tanstack_react_query0.UseMutationResult<{
1036
1036
  statusText: string;
1037
1037
  };
1038
1038
  }, Error, {
1039
- fetchOptions?: _better_fetch_fetch681.BetterFetchOption;
1039
+ fetchOptions?: _better_fetch_fetch0.BetterFetchOption;
1040
1040
  name?: string;
1041
1041
  authenticatorAttachment?: "platform" | "cross-platform";
1042
1042
  useAutoRegister?: boolean;
@@ -1051,7 +1051,7 @@ declare const useSignInPasskey: () => _tanstack_react_query0.UseMutationResult<{
1051
1051
  } | {
1052
1052
  data: {
1053
1053
  session: inspector0.Session;
1054
- user: better_auth46.User;
1054
+ user: better_auth0.User;
1055
1055
  };
1056
1056
  error: null;
1057
1057
  } | {
@@ -1064,7 +1064,7 @@ declare const useSignInPasskey: () => _tanstack_react_query0.UseMutationResult<{
1064
1064
  };
1065
1065
  }, Error, {
1066
1066
  autoFill?: boolean;
1067
- fetchOptions?: _better_fetch_fetch681.BetterFetchOption;
1067
+ fetchOptions?: _better_fetch_fetch0.BetterFetchOption;
1068
1068
  }, unknown>;
1069
1069
  declare const useDeletePasskey: () => _tanstack_react_query0.UseMutationResult<{
1070
1070
  data: never;
@@ -1077,38 +1077,38 @@ declare const useDeletePasskey: () => _tanstack_react_query0.UseMutationResult<{
1077
1077
  status: number;
1078
1078
  statusText: string;
1079
1079
  };
1080
- }, Error, better_auth46.Prettify<{
1080
+ }, Error, better_auth0.Prettify<{
1081
1081
  id: string;
1082
1082
  } & {
1083
1083
  fetchOptions?: {
1084
- mode?: RequestMode;
1085
- method?: string;
1084
+ cache?: RequestCache;
1085
+ credentials?: RequestCredentials;
1086
1086
  headers?: HeadersInit & (HeadersInit | {
1087
1087
  accept: "application/json" | "text/plain" | "application/octet-stream";
1088
1088
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1089
1089
  authorization: "Bearer" | "Basic";
1090
1090
  });
1091
- cache?: RequestCache;
1092
- credentials?: RequestCredentials;
1093
1091
  integrity?: string;
1094
1092
  keepalive?: boolean;
1093
+ method?: string;
1094
+ mode?: RequestMode;
1095
1095
  priority?: RequestPriority;
1096
1096
  redirect?: RequestRedirect;
1097
1097
  referrer?: string;
1098
1098
  referrerPolicy?: ReferrerPolicy;
1099
1099
  signal?: AbortSignal | null;
1100
1100
  window?: null;
1101
- onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch681.RequestContext<T>) => Promise<_better_fetch_fetch681.RequestContext | void> | _better_fetch_fetch681.RequestContext | void;
1102
- onResponse?: (context: _better_fetch_fetch681.ResponseContext) => Promise<Response | void | _better_fetch_fetch681.ResponseContext> | Response | _better_fetch_fetch681.ResponseContext | void;
1103
- onSuccess?: (context: _better_fetch_fetch681.SuccessContext<any>) => Promise<void> | void;
1104
- onError?: (context: _better_fetch_fetch681.ErrorContext) => Promise<void> | void;
1105
- onRetry?: (response: _better_fetch_fetch681.ResponseContext) => Promise<void> | void;
1101
+ onRequest?: <T extends Record<string, any>>(context: _better_fetch_fetch0.RequestContext<T>) => Promise<_better_fetch_fetch0.RequestContext | void> | _better_fetch_fetch0.RequestContext | void;
1102
+ onResponse?: (context: _better_fetch_fetch0.ResponseContext) => Promise<Response | void | _better_fetch_fetch0.ResponseContext> | Response | _better_fetch_fetch0.ResponseContext | void;
1103
+ onSuccess?: (context: _better_fetch_fetch0.SuccessContext<any>) => Promise<void> | void;
1104
+ onError?: (context: _better_fetch_fetch0.ErrorContext) => Promise<void> | void;
1105
+ onRetry?: (response: _better_fetch_fetch0.ResponseContext) => Promise<void> | void;
1106
1106
  hookOptions?: {
1107
1107
  cloneResponse?: boolean;
1108
1108
  };
1109
1109
  timeout?: number;
1110
- customFetchImpl?: _better_fetch_fetch681.FetchEsque;
1111
- plugins?: _better_fetch_fetch681.BetterFetchPlugin[];
1110
+ customFetchImpl?: _better_fetch_fetch0.FetchEsque;
1111
+ plugins?: _better_fetch_fetch0.BetterFetchPlugin[];
1112
1112
  baseURL?: string;
1113
1113
  throw?: boolean;
1114
1114
  auth?: {
@@ -1130,10 +1130,10 @@ declare const useDeletePasskey: () => _tanstack_react_query0.UseMutationResult<{
1130
1130
  params?: Record<string, any>;
1131
1131
  duplex?: "full" | "half";
1132
1132
  jsonParser?: (text: string) => Promise<any> | any;
1133
- retry?: _better_fetch_fetch681.RetryOptions;
1133
+ retry?: _better_fetch_fetch0.RetryOptions;
1134
1134
  retryAttempt?: number;
1135
- output?: _better_fetch_fetch681.StandardSchemaV1 | typeof Blob | typeof File;
1136
- errorSchema?: _better_fetch_fetch681.StandardSchemaV1;
1135
+ output?: _better_fetch_fetch0.StandardSchemaV1 | typeof Blob | typeof File;
1136
+ errorSchema?: _better_fetch_fetch0.StandardSchemaV1;
1137
1137
  disableValidation?: boolean;
1138
1138
  };
1139
1139
  }>, unknown>;
@@ -1162,12 +1162,12 @@ declare const useUpdateUser: () => _tanstack_react_query0.UseMutationResult<_int
1162
1162
  id: string;
1163
1163
  lang?: string;
1164
1164
  role?: string;
1165
+ image?: string;
1165
1166
  email: string;
1166
- name: string;
1167
1167
  createdAt: Date;
1168
1168
  updatedAt: Date;
1169
1169
  emailVerified: boolean;
1170
- image?: string;
1170
+ name: string;
1171
1171
  phone?: string;
1172
1172
  dateOfBirth?: Date;
1173
1173
  emailsList?: {