@connectedxm/client 1.6.2 → 1.6.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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4582,6 +4582,7 @@ interface UpdateSelfParams extends MutationParams {
|
|
|
4582
4582
|
discord?: string | null;
|
|
4583
4583
|
video?: string | null;
|
|
4584
4584
|
website?: string | null;
|
|
4585
|
+
locale?: string | null;
|
|
4585
4586
|
}
|
|
4586
4587
|
declare const UpdateSelf: ({ clientApiParams, queryClient, ...params }: UpdateSelfParams) => Promise<ConnectedXMResponse<Self>>;
|
|
4587
4588
|
declare const useUpdateSelf: (options?: Omit<MutationOptions<Awaited<ReturnType<typeof UpdateSelf>>, Omit<UpdateSelfParams, "queryClient" | "clientApiParams">>, "mutationFn">) => _tanstack_react_query.UseMutationResult<ConnectedXMResponse<Self>, axios.AxiosError<ConnectedXMResponse<Self>, any>, Omit<UpdateSelfParams, "queryClient" | "clientApiParams">, unknown>;
|
package/dist/index.d.ts
CHANGED
|
@@ -4582,6 +4582,7 @@ interface UpdateSelfParams extends MutationParams {
|
|
|
4582
4582
|
discord?: string | null;
|
|
4583
4583
|
video?: string | null;
|
|
4584
4584
|
website?: string | null;
|
|
4585
|
+
locale?: string | null;
|
|
4585
4586
|
}
|
|
4586
4587
|
declare const UpdateSelf: ({ clientApiParams, queryClient, ...params }: UpdateSelfParams) => Promise<ConnectedXMResponse<Self>>;
|
|
4587
4588
|
declare const useUpdateSelf: (options?: Omit<MutationOptions<Awaited<ReturnType<typeof UpdateSelf>>, Omit<UpdateSelfParams, "queryClient" | "clientApiParams">>, "mutationFn">) => _tanstack_react_query.UseMutationResult<ConnectedXMResponse<Self>, axios.AxiosError<ConnectedXMResponse<Self>, any>, Omit<UpdateSelfParams, "queryClient" | "clientApiParams">, unknown>;
|