@@ -54,7 +54,7 @@ export const serviceWithEmptyTagOptions = (options?: Options<ServiceWithEmptyTag
5454 queryKey : serviceWithEmptyTagQueryKey ( options )
5555} ) ;
5656
57- export const serviceWithEmptyTagSetQueryData = ( queryClient : QueryClient , options : Options < ServiceWithEmptyTagData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( serviceWithEmptyTagOptions ( options ) . queryKey , updater ) ;
57+ export const serviceWithEmptyTagSetQueryData = ( queryClient : QueryClient , options ? : Options < ServiceWithEmptyTagData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( serviceWithEmptyTagOptions ( options ) . queryKey , updater ) ;
5858
5959export const patchApiVbyApiVersionNoTagMutation = ( options ?: Partial < Options < PatchApiVbyApiVersionNoTagData > > ) : UseMutationOptions < unknown , DefaultError , Options < PatchApiVbyApiVersionNoTagData > > => {
6060 const mutationOptions : UseMutationOptions < unknown , DefaultError , Options < PatchApiVbyApiVersionNoTagData > > = {
@@ -113,7 +113,7 @@ export const getCallWithoutParametersAndResponseOptions = (options?: Options<Get
113113 queryKey : getCallWithoutParametersAndResponseQueryKey ( options )
114114} ) ;
115115
116- export const getCallWithoutParametersAndResponseSetQueryData = ( queryClient : QueryClient , options : Options < GetCallWithoutParametersAndResponseData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( getCallWithoutParametersAndResponseOptions ( options ) . queryKey , updater ) ;
116+ export const getCallWithoutParametersAndResponseSetQueryData = ( queryClient : QueryClient , options ? : Options < GetCallWithoutParametersAndResponseData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( getCallWithoutParametersAndResponseOptions ( options ) . queryKey , updater ) ;
117117
118118export const patchCallWithoutParametersAndResponseMutation = ( options ?: Partial < Options < PatchCallWithoutParametersAndResponseData > > ) : UseMutationOptions < unknown , DefaultError , Options < PatchCallWithoutParametersAndResponseData > > => {
119119 const mutationOptions : UseMutationOptions < unknown , DefaultError , Options < PatchCallWithoutParametersAndResponseData > > = {
@@ -273,7 +273,7 @@ export const duplicateName2Options = (options?: Options<DuplicateName2Data>) =>
273273 queryKey : duplicateName2QueryKey ( options )
274274} ) ;
275275
276- export const duplicateName2SetQueryData = ( queryClient : QueryClient , options : Options < DuplicateName2Data > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( duplicateName2Options ( options ) . queryKey , updater ) ;
276+ export const duplicateName2SetQueryData = ( queryClient : QueryClient , options ? : Options < DuplicateName2Data > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( duplicateName2Options ( options ) . queryKey , updater ) ;
277277
278278export const duplicateName3Mutation = ( options ?: Partial < Options < DuplicateName3Data > > ) : UseMutationOptions < unknown , DefaultError , Options < DuplicateName3Data > > => {
279279 const mutationOptions : UseMutationOptions < unknown , DefaultError , Options < DuplicateName3Data > > = {
@@ -318,7 +318,7 @@ export const callWithNoContentResponseOptions = (options?: Options<CallWithNoCon
318318 queryKey : callWithNoContentResponseQueryKey ( options )
319319} ) ;
320320
321- export const callWithNoContentResponseSetQueryData = ( queryClient : QueryClient , options : Options < CallWithNoContentResponseData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( callWithNoContentResponseOptions ( options ) . queryKey , updater ) ;
321+ export const callWithNoContentResponseSetQueryData = ( queryClient : QueryClient , options ? : Options < CallWithNoContentResponseData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( callWithNoContentResponseOptions ( options ) . queryKey , updater ) ;
322322
323323export const callWithResponseAndNoContentResponseQueryKey = ( options ?: Options < CallWithResponseAndNoContentResponseData > ) => createQueryKey ( 'callWithResponseAndNoContentResponse' , options ) ;
324324
@@ -335,7 +335,7 @@ export const callWithResponseAndNoContentResponseOptions = (options?: Options<Ca
335335 queryKey : callWithResponseAndNoContentResponseQueryKey ( options )
336336} ) ;
337337
338- export const callWithResponseAndNoContentResponseSetQueryData = ( queryClient : QueryClient , options : Options < CallWithResponseAndNoContentResponseData > , updater : CallWithResponseAndNoContentResponseResponse | undefined | ( ( old : CallWithResponseAndNoContentResponseResponse | undefined ) => CallWithResponseAndNoContentResponseResponse | undefined ) ) => queryClient . setQueryData ( callWithResponseAndNoContentResponseOptions ( options ) . queryKey , updater ) ;
338+ export const callWithResponseAndNoContentResponseSetQueryData = ( queryClient : QueryClient , options ? : Options < CallWithResponseAndNoContentResponseData > , updater : CallWithResponseAndNoContentResponseResponse | undefined | ( ( old : CallWithResponseAndNoContentResponseResponse | undefined ) => CallWithResponseAndNoContentResponseResponse | undefined ) ) => queryClient . setQueryData ( callWithResponseAndNoContentResponseOptions ( options ) . queryKey , updater ) ;
339339
340340export const dummyAQueryKey = ( options ?: Options < DummyAData > ) => createQueryKey ( 'dummyA' , options ) ;
341341
@@ -352,7 +352,7 @@ export const dummyAOptions = (options?: Options<DummyAData>) => queryOptions<unk
352352 queryKey : dummyAQueryKey ( options )
353353} ) ;
354354
355- export const dummyASetQueryData = ( queryClient : QueryClient , options : Options < DummyAData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( dummyAOptions ( options ) . queryKey , updater ) ;
355+ export const dummyASetQueryData = ( queryClient : QueryClient , options ? : Options < DummyAData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( dummyAOptions ( options ) . queryKey , updater ) ;
356356
357357export const dummyBQueryKey = ( options ?: Options < DummyBData > ) => createQueryKey ( 'dummyB' , options ) ;
358358
@@ -369,7 +369,7 @@ export const dummyBOptions = (options?: Options<DummyBData>) => queryOptions<unk
369369 queryKey : dummyBQueryKey ( options )
370370} ) ;
371371
372- export const dummyBSetQueryData = ( queryClient : QueryClient , options : Options < DummyBData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( dummyBOptions ( options ) . queryKey , updater ) ;
372+ export const dummyBSetQueryData = ( queryClient : QueryClient , options ? : Options < DummyBData > , updater : unknown | undefined | ( ( old : unknown | undefined ) => unknown | undefined ) ) => queryClient . setQueryData ( dummyBOptions ( options ) . queryKey , updater ) ;
373373
374374export const callWithResponseQueryKey = ( options ?: Options < CallWithResponseData > ) => createQueryKey ( 'callWithResponse' , options ) ;
375375
@@ -386,7 +386,7 @@ export const callWithResponseOptions = (options?: Options<CallWithResponseData>)
386386 queryKey : callWithResponseQueryKey ( options )
387387} ) ;
388388
389- export const callWithResponseSetQueryData = ( queryClient : QueryClient , options : Options < CallWithResponseData > , updater : CallWithResponseResponse | undefined | ( ( old : CallWithResponseResponse | undefined ) => CallWithResponseResponse | undefined ) ) => queryClient . setQueryData ( callWithResponseOptions ( options ) . queryKey , updater ) ;
389+ export const callWithResponseSetQueryData = ( queryClient : QueryClient , options ? : Options < CallWithResponseData > , updater : CallWithResponseResponse | undefined | ( ( old : CallWithResponseResponse | undefined ) => CallWithResponseResponse | undefined ) ) => queryClient . setQueryData ( callWithResponseOptions ( options ) . queryKey , updater ) ;
390390
391391export const callWithDuplicateResponsesMutation = ( options ?: Partial < Options < CallWithDuplicateResponsesData > > ) : UseMutationOptions < CallWithDuplicateResponsesResponse , CallWithDuplicateResponsesError , Options < CallWithDuplicateResponsesData > > => {
392392 const mutationOptions : UseMutationOptions < CallWithDuplicateResponsesResponse , CallWithDuplicateResponsesError , Options < CallWithDuplicateResponsesData > > = {
0 commit comments