@@ -5254,9 +5254,9 @@ var templateExportHook = {"1":function(container,depth0,helpers,partials,data) {
5254
5254
+ ( ( stack1 = lookupProperty ( helpers , "pascalCase" ) . call ( alias1 , lookupProperty ( depth0 , "name" ) , { "name" :"pascalCase" , "hash" :{ } , "data" :data , "loc" :{ "start" :{ "line" :16 , "column" :19 } , "end" :{ "line" :16 , "column" :38 } } } ) ) != null ? stack1 : "" )
5255
5255
+ " = ("
5256
5256
+ ( ( stack1 = lookupProperty ( helpers , "if" ) . call ( alias1 , lookupProperty ( depth0 , "parameters" ) , { "name" :"if" , "hash" :{ } , "fn" :container . program ( 6 , data , 0 ) , "inverse" :container . program ( 8 , data , 0 ) , "data" :data , "loc" :{ "start" :{ "line" :16 , "column" :42 } , "end" :{ "line" :16 , "column" :96 } } } ) ) != null ? stack1 : "" )
5257
- + ", options?: UseQueryOptions<"
5257
+ + ", options?: Partial< UseQueryOptions<"
5258
5258
+ ( ( stack1 = container . invokePartial ( lookupProperty ( partials , "result" ) , depth0 , { "name" :"result" , "data" :data , "helpers" :helpers , "partials" :partials , "decorators" :container . decorators } ) ) != null ? stack1 : "" )
5259
- + ">) => {\n return useQuery<"
5259
+ + ">> ) => {\n return useQuery<"
5260
5260
+ ( ( stack1 = container . invokePartial ( lookupProperty ( partials , "result" ) , depth0 , { "name" :"result" , "data" :data , "helpers" :helpers , "partials" :partials , "decorators" :container . decorators } ) ) != null ? stack1 : "" )
5261
5261
+ ">({\n queryKey: ['"
5262
5262
+ ( ( stack1 = lookupProperty ( helpers , "camelCase" ) . call ( alias1 , lookupProperty ( depth0 , "service" ) , { "name" :"camelCase" , "hash" :{ } , "data" :data , "loc" :{ "start" :{ "line" :18 , "column" :17 } , "end" :{ "line" :18 , "column" :39 } } } ) ) != null ? stack1 : "" )
@@ -5325,9 +5325,9 @@ var templateExportHook = {"1":function(container,depth0,helpers,partials,data) {
5325
5325
5326
5326
return " export const use"
5327
5327
+ ( ( stack1 = lookupProperty ( helpers , "pascalCase" ) . call ( alias1 , lookupProperty ( depth0 , "name" ) , { "name" :"pascalCase" , "hash" :{ } , "data" :data , "loc" :{ "start" :{ "line" :34 , "column" :19 } , "end" :{ "line" :34 , "column" :38 } } } ) ) != null ? stack1 : "" )
5328
- + " = (options?: UseMutationOptions<"
5328
+ + " = (options?: Partial< UseMutationOptions<"
5329
5329
+ ( ( stack1 = container . invokePartial ( lookupProperty ( partials , "result" ) , depth0 , { "name" :"result" , "data" :data , "helpers" :helpers , "partials" :partials , "decorators" :container . decorators } ) ) != null ? stack1 : "" )
5330
- + ">) => {\n return useMutation<"
5330
+ + ">> ) => {\n return useMutation<"
5331
5331
+ ( ( stack1 = container . invokePartial ( lookupProperty ( partials , "result" ) , depth0 , { "name" :"result" , "data" :data , "helpers" :helpers , "partials" :partials , "decorators" :container . decorators } ) ) != null ? stack1 : "" )
5332
5332
+ ", any, any>({\n mutationFn: async ("
5333
5333
+ ( ( stack1 = container . invokePartial ( lookupProperty ( partials , "parameters" ) , depth0 , { "name" :"parameters" , "data" :data , "helpers" :helpers , "partials" :partials , "decorators" :container . decorators } ) ) != null ? stack1 : "" )
0 commit comments