@kubb/plugin-react-query 3.5.11 → 3.5.12

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.
@@ -23,8 +23,8 @@ export async function findPetsByTags(
23
23
  method: 'GET',
24
24
  url: `/pet/findByTags`,
25
25
  params,
26
- headers: { ...headers, ...requestConfig.headers },
27
26
  ...requestConfig,
27
+ headers: { ...headers, ...requestConfig.headers },
28
28
  })
29
29
  return { ...res, data: findPetsByTagsQueryResponse.parse(res.data) }
30
30
  }
@@ -23,8 +23,8 @@ export async function findPetsByTags(
23
23
  method: 'GET',
24
24
  url: `/pet/findByTags`,
25
25
  params,
26
- headers: { ...headers, ...requestConfig.headers },
27
26
  ...requestConfig,
27
+ headers: { ...headers, ...requestConfig.headers },
28
28
  })
29
29
  return findPetsByTagsQueryResponse.parse(res.data)
30
30
  }
@@ -23,8 +23,8 @@ export async function findPetsByTags(
23
23
  method: 'GET',
24
24
  url: `/pet/findByTags`,
25
25
  params,
26
- headers: { ...headers, ...requestConfig.headers },
27
26
  ...requestConfig,
27
+ headers: { ...headers, ...requestConfig.headers },
28
28
  })
29
29
  return findPetsByTagsQueryResponse.parse(res.data)
30
30
  }
@@ -22,8 +22,8 @@ export async function findPetsByTags(
22
22
  method: 'GET',
23
23
  url: `/pet/findByTags`,
24
24
  params,
25
- headers: { ...headers, ...requestConfig.headers },
26
25
  ...requestConfig,
26
+ headers: { ...headers, ...requestConfig.headers },
27
27
  })
28
28
  return findPetsByTagsQueryResponse.parse(res.data)
29
29
  }
@@ -23,8 +23,8 @@ export async function findPetsByTags(
23
23
  method: 'GET',
24
24
  url: `/pet/findByTags`,
25
25
  params,
26
- headers: { ...headers, ...requestConfig.headers },
27
26
  ...requestConfig,
27
+ headers: { ...headers, ...requestConfig.headers },
28
28
  })
29
29
  return findPetsByTagsQueryResponse.parse(res.data)
30
30
  }
@@ -23,8 +23,8 @@ export async function findPetsByTags(
23
23
  method: 'GET',
24
24
  url: `/pet/findByTags`,
25
25
  params,
26
- headers: { ...headers, ...requestConfig.headers },
27
26
  ...requestConfig,
27
+ headers: { ...headers, ...requestConfig.headers },
28
28
  })
29
29
  return findPetsByTagsQueryResponse.parse(res.data)
30
30
  }
@@ -23,8 +23,8 @@ export async function findPetsByTags(
23
23
  method: 'GET',
24
24
  url: `/pet/findByTags`,
25
25
  params,
26
- headers: { ...headers, ...requestConfig.headers },
27
26
  ...requestConfig,
27
+ headers: { ...headers, ...requestConfig.headers },
28
28
  })
29
29
  return findPetsByTagsQueryResponse.parse(res.data)
30
30
  }
@@ -23,8 +23,8 @@ export async function findPetsByTagsInfinite(
23
23
  method: 'GET',
24
24
  url: `/pet/findByTags`,
25
25
  params,
26
- headers: { ...headers, ...requestConfig.headers },
27
26
  ...requestConfig,
27
+ headers: { ...headers, ...requestConfig.headers },
28
28
  })
29
29
  return findPetsByTagsQueryResponse.parse(res.data)
30
30
  }
@@ -23,8 +23,8 @@ export async function findPetsByTagsInfinite(
23
23
  method: 'GET',
24
24
  url: `/pet/findByTags`,
25
25
  params,
26
- headers: { ...headers, ...requestConfig.headers },
27
26
  ...requestConfig,
27
+ headers: { ...headers, ...requestConfig.headers },
28
28
  })
29
29
  return findPetsByTagsQueryResponse.parse(res.data)
30
30
  }