Skip to content

Commit

Permalink
Merge branch 'feat/1436-paramsCasing'
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 11, 2024
2 parents a8768e2 + bebd382 commit c2ebff5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/plugin-client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ Create `operations.ts` file with all operations grouped by methods.
### paramsType
<!--@include: ../plugin-client/paramsType.md-->

### paramCasing
<!--@include: ../plugin-client/paramCasing.md-->
### paramsCasing
<!--@include: ../plugin-client/paramsCasing.md-->

### pathParamsType
<!--@include: ../plugin-client/pathParamsType.md-->
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/plugin-react-query/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ Return the name of a group based on the group name, this will be used for the fi
### paramsType
<!--@include: ../plugin-client/paramsType.md-->

### paramCasing
<!--@include: ../plugin-client/paramCasing.md-->
### paramsCasing
<!--@include: ../plugin-client/paramsCasing.md-->

### pathParamsType
<!--@include: ../plugin-client/pathParamsType.md-->
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/plugin-solid-query/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Return the name of a group based on the group name, this will be used for the fi
### paramsType
<!--@include: ../plugin-client/paramsType.md-->

### paramCasing
<!--@include: ../plugin-client/paramCasing.md-->
### paramsCasing
<!--@include: ../plugin-client/paramsCasing.md-->

### pathParamsType
<!--@include: ../plugin-client/pathParamsType.md-->
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/plugin-svelte-query/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Return the name of a group based on the group name, this will be used for the fi
### paramsType
<!--@include: ../plugin-client/paramsType.md-->

### paramCasing
<!--@include: ../plugin-client/paramCasing.md-->
### paramsCasing
<!--@include: ../plugin-client/paramsCasing.md-->

### pathParamsType
<!--@include: ../plugin-client/pathParamsType.md-->
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/plugin-swr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Return the name of a group based on the group name, this will be used for the fi
### paramsType
<!--@include: ../plugin-client/paramsType.md-->

### paramCasing
<!--@include: ../plugin-client/paramCasing.md-->
### paramsCasing
<!--@include: ../plugin-client/paramsCasing.md-->

### pathParamsType
<!--@include: ../plugin-client/pathParamsType.md-->
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/plugin-vue-query/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ Return the name of a group based on the group name, this will be used for the fi
### paramsType
<!--@include: ../plugin-client/paramsType.md-->

### paramCasing
<!--@include: ../plugin-client/paramCasing.md-->
### paramsCasing
<!--@include: ../plugin-client/paramsCasing.md-->

### pathParamsType
<!--@include: ../plugin-client/pathParamsType.md-->
Expand Down

0 comments on commit c2ebff5

Please sign in to comment.