@hey-api/openapi-ts 0.64.3 → 0.64.4
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.cjs +52 -52
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +50 -61
- package/dist/index.d.ts +50 -61
- package/dist/index.js +52 -52
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -6899,22 +6899,16 @@ interface Config$8 extends Plugin.Name<'@hey-api/typescript'> {
|
|
|
6899
6899
|
}
|
|
6900
6900
|
|
|
6901
6901
|
interface Config$7
|
|
6902
|
-
extends Plugin.Name<'@tanstack/
|
|
6902
|
+
extends Plugin.Name<'@tanstack/react-query'>,
|
|
6903
|
+
TanStackQuery.Config {
|
|
6903
6904
|
/**
|
|
6904
|
-
*
|
|
6905
|
-
* barrel file?
|
|
6906
|
-
*
|
|
6907
|
-
* @default false
|
|
6908
|
-
*/
|
|
6909
|
-
exportFromIndex?: boolean;
|
|
6910
|
-
/**
|
|
6911
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/angular/reference/infiniteQueryOptions `infiniteQueryOptions()`} helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6905
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/react/reference/infiniteQueryOptions `infiniteQueryOptions()`} helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6912
6906
|
*
|
|
6913
6907
|
* @default true
|
|
6914
6908
|
*/
|
|
6915
6909
|
infiniteQueryOptions?: boolean;
|
|
6916
6910
|
/**
|
|
6917
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
6911
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/react/reference/useMutation `useMutation()`} helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
6918
6912
|
*
|
|
6919
6913
|
* @default true
|
|
6920
6914
|
*/
|
|
@@ -6922,11 +6916,11 @@ interface Config$7
|
|
|
6922
6916
|
/**
|
|
6923
6917
|
* Name of the generated file.
|
|
6924
6918
|
*
|
|
6925
|
-
* @default '@tanstack/
|
|
6919
|
+
* @default '@tanstack/react-query'
|
|
6926
6920
|
*/
|
|
6927
6921
|
output?: string;
|
|
6928
6922
|
/**
|
|
6929
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
6923
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/react/reference/queryOptions `queryOptions()`} helpers?
|
|
6930
6924
|
* These will be generated from all requests.
|
|
6931
6925
|
*
|
|
6932
6926
|
* @default true
|
|
@@ -6934,22 +6928,17 @@ interface Config$7
|
|
|
6934
6928
|
queryOptions?: boolean;
|
|
6935
6929
|
}
|
|
6936
6930
|
|
|
6937
|
-
interface Config$6
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
* barrel file?
|
|
6941
|
-
*
|
|
6942
|
-
* @default false
|
|
6943
|
-
*/
|
|
6944
|
-
exportFromIndex?: boolean;
|
|
6931
|
+
interface Config$6
|
|
6932
|
+
extends Plugin.Name<'@tanstack/solid-query'>,
|
|
6933
|
+
TanStackQuery.Config {
|
|
6945
6934
|
/**
|
|
6946
|
-
* Generate
|
|
6935
|
+
* Generate `createInfiniteQuery()` helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6947
6936
|
*
|
|
6948
6937
|
* @default true
|
|
6949
6938
|
*/
|
|
6950
6939
|
infiniteQueryOptions?: boolean;
|
|
6951
6940
|
/**
|
|
6952
|
-
* Generate
|
|
6941
|
+
* Generate `createMutation()` helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
6953
6942
|
*
|
|
6954
6943
|
* @default true
|
|
6955
6944
|
*/
|
|
@@ -6957,11 +6946,11 @@ interface Config$6 extends Plugin.Name<'@tanstack/react-query'> {
|
|
|
6957
6946
|
/**
|
|
6958
6947
|
* Name of the generated file.
|
|
6959
6948
|
*
|
|
6960
|
-
* @default '@tanstack/
|
|
6949
|
+
* @default '@tanstack/solid-query'
|
|
6961
6950
|
*/
|
|
6962
6951
|
output?: string;
|
|
6963
6952
|
/**
|
|
6964
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
6953
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/solid/reference/createQuery `createQuery()`} helpers?
|
|
6965
6954
|
* These will be generated from all requests.
|
|
6966
6955
|
*
|
|
6967
6956
|
* @default true
|
|
@@ -6969,14 +6958,9 @@ interface Config$6 extends Plugin.Name<'@tanstack/react-query'> {
|
|
|
6969
6958
|
queryOptions?: boolean;
|
|
6970
6959
|
}
|
|
6971
6960
|
|
|
6972
|
-
interface Config$5
|
|
6973
|
-
|
|
6974
|
-
|
|
6975
|
-
* barrel file?
|
|
6976
|
-
*
|
|
6977
|
-
* @default false
|
|
6978
|
-
*/
|
|
6979
|
-
exportFromIndex?: boolean;
|
|
6961
|
+
interface Config$5
|
|
6962
|
+
extends Plugin.Name<'@tanstack/svelte-query'>,
|
|
6963
|
+
TanStackQuery.Config {
|
|
6980
6964
|
/**
|
|
6981
6965
|
* Generate `createInfiniteQuery()` helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6982
6966
|
*
|
|
@@ -6984,7 +6968,7 @@ interface Config$5 extends Plugin.Name<'@tanstack/solid-query'> {
|
|
|
6984
6968
|
*/
|
|
6985
6969
|
infiniteQueryOptions?: boolean;
|
|
6986
6970
|
/**
|
|
6987
|
-
* Generate `createMutation()` helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
6971
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/svelte/reference/functions/createmutation `createMutation()`} helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
6988
6972
|
*
|
|
6989
6973
|
* @default true
|
|
6990
6974
|
*/
|
|
@@ -6992,11 +6976,11 @@ interface Config$5 extends Plugin.Name<'@tanstack/solid-query'> {
|
|
|
6992
6976
|
/**
|
|
6993
6977
|
* Name of the generated file.
|
|
6994
6978
|
*
|
|
6995
|
-
* @default '@tanstack/
|
|
6979
|
+
* @default '@tanstack/svelte-query'
|
|
6996
6980
|
*/
|
|
6997
6981
|
output?: string;
|
|
6998
6982
|
/**
|
|
6999
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
6983
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/svelte/reference/functions/createquery `createQuery()`} helpers?
|
|
7000
6984
|
* These will be generated from all requests.
|
|
7001
6985
|
*
|
|
7002
6986
|
* @default true
|
|
@@ -7004,22 +6988,17 @@ interface Config$5 extends Plugin.Name<'@tanstack/solid-query'> {
|
|
|
7004
6988
|
queryOptions?: boolean;
|
|
7005
6989
|
}
|
|
7006
6990
|
|
|
7007
|
-
interface Config$4
|
|
6991
|
+
interface Config$4
|
|
6992
|
+
extends Plugin.Name<'@tanstack/vue-query'>,
|
|
6993
|
+
TanStackQuery.Config {
|
|
7008
6994
|
/**
|
|
7009
|
-
*
|
|
7010
|
-
* barrel file?
|
|
7011
|
-
*
|
|
7012
|
-
* @default false
|
|
7013
|
-
*/
|
|
7014
|
-
exportFromIndex?: boolean;
|
|
7015
|
-
/**
|
|
7016
|
-
* Generate `createInfiniteQuery()` helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6995
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/vue/reference/infiniteQueryOptions `infiniteQueryOptions()`} helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
7017
6996
|
*
|
|
7018
6997
|
* @default true
|
|
7019
6998
|
*/
|
|
7020
6999
|
infiniteQueryOptions?: boolean;
|
|
7021
7000
|
/**
|
|
7022
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7001
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/vue/reference/useMutation `useMutation()`} helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
7023
7002
|
*
|
|
7024
7003
|
* @default true
|
|
7025
7004
|
*/
|
|
@@ -7027,11 +7006,11 @@ interface Config$4 extends Plugin.Name<'@tanstack/svelte-query'> {
|
|
|
7027
7006
|
/**
|
|
7028
7007
|
* Name of the generated file.
|
|
7029
7008
|
*
|
|
7030
|
-
* @default '@tanstack/
|
|
7009
|
+
* @default '@tanstack/vue-query'
|
|
7031
7010
|
*/
|
|
7032
7011
|
output?: string;
|
|
7033
7012
|
/**
|
|
7034
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7013
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/vue/guides/query-options `queryOptions()`} helpers?
|
|
7035
7014
|
* These will be generated from all requests.
|
|
7036
7015
|
*
|
|
7037
7016
|
* @default true
|
|
@@ -7039,22 +7018,32 @@ interface Config$4 extends Plugin.Name<'@tanstack/svelte-query'> {
|
|
|
7039
7018
|
queryOptions?: boolean;
|
|
7040
7019
|
}
|
|
7041
7020
|
|
|
7042
|
-
|
|
7043
|
-
|
|
7044
|
-
|
|
7045
|
-
|
|
7046
|
-
|
|
7047
|
-
|
|
7048
|
-
|
|
7049
|
-
|
|
7021
|
+
/**
|
|
7022
|
+
* Public TanStack Query API.
|
|
7023
|
+
*/
|
|
7024
|
+
declare namespace TanStackQuery {
|
|
7025
|
+
export type Config = {
|
|
7026
|
+
/**
|
|
7027
|
+
* Should the exports from the generated files be re-exported in the index
|
|
7028
|
+
* barrel file?
|
|
7029
|
+
*
|
|
7030
|
+
* @default false
|
|
7031
|
+
*/
|
|
7032
|
+
exportFromIndex?: boolean;
|
|
7033
|
+
};
|
|
7034
|
+
}
|
|
7035
|
+
|
|
7036
|
+
interface Config$3
|
|
7037
|
+
extends Plugin.Name<'@tanstack/angular-query-experimental'>,
|
|
7038
|
+
TanStackQuery.Config {
|
|
7050
7039
|
/**
|
|
7051
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7040
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/angular/reference/infiniteQueryOptions `infiniteQueryOptions()`} helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
7052
7041
|
*
|
|
7053
7042
|
* @default true
|
|
7054
7043
|
*/
|
|
7055
7044
|
infiniteQueryOptions?: boolean;
|
|
7056
7045
|
/**
|
|
7057
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7046
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/angular/reference/useMutation `useMutation()`} helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
7058
7047
|
*
|
|
7059
7048
|
* @default true
|
|
7060
7049
|
*/
|
|
@@ -7062,11 +7051,11 @@ interface Config$3 extends Plugin.Name<'@tanstack/vue-query'> {
|
|
|
7062
7051
|
/**
|
|
7063
7052
|
* Name of the generated file.
|
|
7064
7053
|
*
|
|
7065
|
-
* @default '@tanstack/
|
|
7054
|
+
* @default '@tanstack/angular-query-experimental'
|
|
7066
7055
|
*/
|
|
7067
7056
|
output?: string;
|
|
7068
7057
|
/**
|
|
7069
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7058
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/angular/reference/queryOptions `queryOptions()`} helpers?
|
|
7070
7059
|
* These will be generated from all requests.
|
|
7071
7060
|
*
|
|
7072
7061
|
* @default true
|
|
@@ -7117,11 +7106,11 @@ interface Config$1 extends Plugin.Name<'zod'> {
|
|
|
7117
7106
|
/**
|
|
7118
7107
|
* User-facing plugin types.
|
|
7119
7108
|
*/
|
|
7120
|
-
type UserPlugins = Plugin.UserConfig<Config$h> | Plugin.UserConfig<Config$k> | Plugin.UserConfig<Config$j> | Plugin.UserConfig<Config$i> | Plugin.UserConfig<Config$g> | Plugin.UserConfig<Config$f> | Plugin.UserConfig<Config$e> | Plugin.UserConfig<Config$d> | Plugin.UserConfig<Config$c> | Plugin.UserConfig<Config$b> | Plugin.UserConfig<Config$a> | Plugin.UserConfig<Config$9> | Plugin.UserConfig<Config$8> | Plugin.UserConfig<Config$
|
|
7109
|
+
type UserPlugins = Plugin.UserConfig<Config$h> | Plugin.UserConfig<Config$k> | Plugin.UserConfig<Config$j> | Plugin.UserConfig<Config$i> | Plugin.UserConfig<Config$g> | Plugin.UserConfig<Config$f> | Plugin.UserConfig<Config$e> | Plugin.UserConfig<Config$d> | Plugin.UserConfig<Config$c> | Plugin.UserConfig<Config$b> | Plugin.UserConfig<Config$a> | Plugin.UserConfig<Config$9> | Plugin.UserConfig<Config$8> | Plugin.UserConfig<Config$3> | Plugin.UserConfig<Config$7> | Plugin.UserConfig<Config$6> | Plugin.UserConfig<Config$5> | Plugin.UserConfig<Config$4> | Plugin.UserConfig<Config$2> | Plugin.UserConfig<Config$1>;
|
|
7121
7110
|
/**
|
|
7122
7111
|
* Internal plugin types.
|
|
7123
7112
|
*/
|
|
7124
|
-
type ClientPlugins = Plugin.Config<Config$h> | Plugin.Config<Config$k> | Plugin.Config<Config$j> | Plugin.Config<Config$i> | Plugin.Config<Config$g> | Plugin.Config<Config$f> | Plugin.Config<Config$e> | Plugin.Config<Config$d> | Plugin.Config<Config$c> | Plugin.Config<Config$b> | Plugin.Config<Config$a> | Plugin.Config<Config$9> | Plugin.Config<Config$8> | Plugin.Config<Config$
|
|
7113
|
+
type ClientPlugins = Plugin.Config<Config$h> | Plugin.Config<Config$k> | Plugin.Config<Config$j> | Plugin.Config<Config$i> | Plugin.Config<Config$g> | Plugin.Config<Config$f> | Plugin.Config<Config$e> | Plugin.Config<Config$d> | Plugin.Config<Config$c> | Plugin.Config<Config$b> | Plugin.Config<Config$a> | Plugin.Config<Config$9> | Plugin.Config<Config$8> | Plugin.Config<Config$3> | Plugin.Config<Config$7> | Plugin.Config<Config$6> | Plugin.Config<Config$5> | Plugin.Config<Config$4> | Plugin.Config<Config$2> | Plugin.Config<Config$1>;
|
|
7125
7114
|
|
|
7126
7115
|
type Formatters = 'biome' | 'prettier';
|
|
7127
7116
|
|
package/dist/index.d.ts
CHANGED
|
@@ -6899,22 +6899,16 @@ interface Config$8 extends Plugin.Name<'@hey-api/typescript'> {
|
|
|
6899
6899
|
}
|
|
6900
6900
|
|
|
6901
6901
|
interface Config$7
|
|
6902
|
-
extends Plugin.Name<'@tanstack/
|
|
6902
|
+
extends Plugin.Name<'@tanstack/react-query'>,
|
|
6903
|
+
TanStackQuery.Config {
|
|
6903
6904
|
/**
|
|
6904
|
-
*
|
|
6905
|
-
* barrel file?
|
|
6906
|
-
*
|
|
6907
|
-
* @default false
|
|
6908
|
-
*/
|
|
6909
|
-
exportFromIndex?: boolean;
|
|
6910
|
-
/**
|
|
6911
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/angular/reference/infiniteQueryOptions `infiniteQueryOptions()`} helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6905
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/react/reference/infiniteQueryOptions `infiniteQueryOptions()`} helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6912
6906
|
*
|
|
6913
6907
|
* @default true
|
|
6914
6908
|
*/
|
|
6915
6909
|
infiniteQueryOptions?: boolean;
|
|
6916
6910
|
/**
|
|
6917
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
6911
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/react/reference/useMutation `useMutation()`} helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
6918
6912
|
*
|
|
6919
6913
|
* @default true
|
|
6920
6914
|
*/
|
|
@@ -6922,11 +6916,11 @@ interface Config$7
|
|
|
6922
6916
|
/**
|
|
6923
6917
|
* Name of the generated file.
|
|
6924
6918
|
*
|
|
6925
|
-
* @default '@tanstack/
|
|
6919
|
+
* @default '@tanstack/react-query'
|
|
6926
6920
|
*/
|
|
6927
6921
|
output?: string;
|
|
6928
6922
|
/**
|
|
6929
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
6923
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/react/reference/queryOptions `queryOptions()`} helpers?
|
|
6930
6924
|
* These will be generated from all requests.
|
|
6931
6925
|
*
|
|
6932
6926
|
* @default true
|
|
@@ -6934,22 +6928,17 @@ interface Config$7
|
|
|
6934
6928
|
queryOptions?: boolean;
|
|
6935
6929
|
}
|
|
6936
6930
|
|
|
6937
|
-
interface Config$6
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
* barrel file?
|
|
6941
|
-
*
|
|
6942
|
-
* @default false
|
|
6943
|
-
*/
|
|
6944
|
-
exportFromIndex?: boolean;
|
|
6931
|
+
interface Config$6
|
|
6932
|
+
extends Plugin.Name<'@tanstack/solid-query'>,
|
|
6933
|
+
TanStackQuery.Config {
|
|
6945
6934
|
/**
|
|
6946
|
-
* Generate
|
|
6935
|
+
* Generate `createInfiniteQuery()` helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6947
6936
|
*
|
|
6948
6937
|
* @default true
|
|
6949
6938
|
*/
|
|
6950
6939
|
infiniteQueryOptions?: boolean;
|
|
6951
6940
|
/**
|
|
6952
|
-
* Generate
|
|
6941
|
+
* Generate `createMutation()` helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
6953
6942
|
*
|
|
6954
6943
|
* @default true
|
|
6955
6944
|
*/
|
|
@@ -6957,11 +6946,11 @@ interface Config$6 extends Plugin.Name<'@tanstack/react-query'> {
|
|
|
6957
6946
|
/**
|
|
6958
6947
|
* Name of the generated file.
|
|
6959
6948
|
*
|
|
6960
|
-
* @default '@tanstack/
|
|
6949
|
+
* @default '@tanstack/solid-query'
|
|
6961
6950
|
*/
|
|
6962
6951
|
output?: string;
|
|
6963
6952
|
/**
|
|
6964
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
6953
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/solid/reference/createQuery `createQuery()`} helpers?
|
|
6965
6954
|
* These will be generated from all requests.
|
|
6966
6955
|
*
|
|
6967
6956
|
* @default true
|
|
@@ -6969,14 +6958,9 @@ interface Config$6 extends Plugin.Name<'@tanstack/react-query'> {
|
|
|
6969
6958
|
queryOptions?: boolean;
|
|
6970
6959
|
}
|
|
6971
6960
|
|
|
6972
|
-
interface Config$5
|
|
6973
|
-
|
|
6974
|
-
|
|
6975
|
-
* barrel file?
|
|
6976
|
-
*
|
|
6977
|
-
* @default false
|
|
6978
|
-
*/
|
|
6979
|
-
exportFromIndex?: boolean;
|
|
6961
|
+
interface Config$5
|
|
6962
|
+
extends Plugin.Name<'@tanstack/svelte-query'>,
|
|
6963
|
+
TanStackQuery.Config {
|
|
6980
6964
|
/**
|
|
6981
6965
|
* Generate `createInfiniteQuery()` helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6982
6966
|
*
|
|
@@ -6984,7 +6968,7 @@ interface Config$5 extends Plugin.Name<'@tanstack/solid-query'> {
|
|
|
6984
6968
|
*/
|
|
6985
6969
|
infiniteQueryOptions?: boolean;
|
|
6986
6970
|
/**
|
|
6987
|
-
* Generate `createMutation()` helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
6971
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/svelte/reference/functions/createmutation `createMutation()`} helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
6988
6972
|
*
|
|
6989
6973
|
* @default true
|
|
6990
6974
|
*/
|
|
@@ -6992,11 +6976,11 @@ interface Config$5 extends Plugin.Name<'@tanstack/solid-query'> {
|
|
|
6992
6976
|
/**
|
|
6993
6977
|
* Name of the generated file.
|
|
6994
6978
|
*
|
|
6995
|
-
* @default '@tanstack/
|
|
6979
|
+
* @default '@tanstack/svelte-query'
|
|
6996
6980
|
*/
|
|
6997
6981
|
output?: string;
|
|
6998
6982
|
/**
|
|
6999
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
6983
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/svelte/reference/functions/createquery `createQuery()`} helpers?
|
|
7000
6984
|
* These will be generated from all requests.
|
|
7001
6985
|
*
|
|
7002
6986
|
* @default true
|
|
@@ -7004,22 +6988,17 @@ interface Config$5 extends Plugin.Name<'@tanstack/solid-query'> {
|
|
|
7004
6988
|
queryOptions?: boolean;
|
|
7005
6989
|
}
|
|
7006
6990
|
|
|
7007
|
-
interface Config$4
|
|
6991
|
+
interface Config$4
|
|
6992
|
+
extends Plugin.Name<'@tanstack/vue-query'>,
|
|
6993
|
+
TanStackQuery.Config {
|
|
7008
6994
|
/**
|
|
7009
|
-
*
|
|
7010
|
-
* barrel file?
|
|
7011
|
-
*
|
|
7012
|
-
* @default false
|
|
7013
|
-
*/
|
|
7014
|
-
exportFromIndex?: boolean;
|
|
7015
|
-
/**
|
|
7016
|
-
* Generate `createInfiniteQuery()` helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
6995
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/vue/reference/infiniteQueryOptions `infiniteQueryOptions()`} helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
7017
6996
|
*
|
|
7018
6997
|
* @default true
|
|
7019
6998
|
*/
|
|
7020
6999
|
infiniteQueryOptions?: boolean;
|
|
7021
7000
|
/**
|
|
7022
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7001
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/vue/reference/useMutation `useMutation()`} helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
7023
7002
|
*
|
|
7024
7003
|
* @default true
|
|
7025
7004
|
*/
|
|
@@ -7027,11 +7006,11 @@ interface Config$4 extends Plugin.Name<'@tanstack/svelte-query'> {
|
|
|
7027
7006
|
/**
|
|
7028
7007
|
* Name of the generated file.
|
|
7029
7008
|
*
|
|
7030
|
-
* @default '@tanstack/
|
|
7009
|
+
* @default '@tanstack/vue-query'
|
|
7031
7010
|
*/
|
|
7032
7011
|
output?: string;
|
|
7033
7012
|
/**
|
|
7034
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7013
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/vue/guides/query-options `queryOptions()`} helpers?
|
|
7035
7014
|
* These will be generated from all requests.
|
|
7036
7015
|
*
|
|
7037
7016
|
* @default true
|
|
@@ -7039,22 +7018,32 @@ interface Config$4 extends Plugin.Name<'@tanstack/svelte-query'> {
|
|
|
7039
7018
|
queryOptions?: boolean;
|
|
7040
7019
|
}
|
|
7041
7020
|
|
|
7042
|
-
|
|
7043
|
-
|
|
7044
|
-
|
|
7045
|
-
|
|
7046
|
-
|
|
7047
|
-
|
|
7048
|
-
|
|
7049
|
-
|
|
7021
|
+
/**
|
|
7022
|
+
* Public TanStack Query API.
|
|
7023
|
+
*/
|
|
7024
|
+
declare namespace TanStackQuery {
|
|
7025
|
+
export type Config = {
|
|
7026
|
+
/**
|
|
7027
|
+
* Should the exports from the generated files be re-exported in the index
|
|
7028
|
+
* barrel file?
|
|
7029
|
+
*
|
|
7030
|
+
* @default false
|
|
7031
|
+
*/
|
|
7032
|
+
exportFromIndex?: boolean;
|
|
7033
|
+
};
|
|
7034
|
+
}
|
|
7035
|
+
|
|
7036
|
+
interface Config$3
|
|
7037
|
+
extends Plugin.Name<'@tanstack/angular-query-experimental'>,
|
|
7038
|
+
TanStackQuery.Config {
|
|
7050
7039
|
/**
|
|
7051
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7040
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/angular/reference/infiniteQueryOptions `infiniteQueryOptions()`} helpers? These will be generated from GET and POST requests where a pagination parameter is detected.
|
|
7052
7041
|
*
|
|
7053
7042
|
* @default true
|
|
7054
7043
|
*/
|
|
7055
7044
|
infiniteQueryOptions?: boolean;
|
|
7056
7045
|
/**
|
|
7057
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7046
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/angular/reference/useMutation `useMutation()`} helpers? These will be generated from DELETE, PATCH, POST, and PUT requests.
|
|
7058
7047
|
*
|
|
7059
7048
|
* @default true
|
|
7060
7049
|
*/
|
|
@@ -7062,11 +7051,11 @@ interface Config$3 extends Plugin.Name<'@tanstack/vue-query'> {
|
|
|
7062
7051
|
/**
|
|
7063
7052
|
* Name of the generated file.
|
|
7064
7053
|
*
|
|
7065
|
-
* @default '@tanstack/
|
|
7054
|
+
* @default '@tanstack/angular-query-experimental'
|
|
7066
7055
|
*/
|
|
7067
7056
|
output?: string;
|
|
7068
7057
|
/**
|
|
7069
|
-
* Generate {@link https://tanstack.com/query/v5/docs/framework/
|
|
7058
|
+
* Generate {@link https://tanstack.com/query/v5/docs/framework/angular/reference/queryOptions `queryOptions()`} helpers?
|
|
7070
7059
|
* These will be generated from all requests.
|
|
7071
7060
|
*
|
|
7072
7061
|
* @default true
|
|
@@ -7117,11 +7106,11 @@ interface Config$1 extends Plugin.Name<'zod'> {
|
|
|
7117
7106
|
/**
|
|
7118
7107
|
* User-facing plugin types.
|
|
7119
7108
|
*/
|
|
7120
|
-
type UserPlugins = Plugin.UserConfig<Config$h> | Plugin.UserConfig<Config$k> | Plugin.UserConfig<Config$j> | Plugin.UserConfig<Config$i> | Plugin.UserConfig<Config$g> | Plugin.UserConfig<Config$f> | Plugin.UserConfig<Config$e> | Plugin.UserConfig<Config$d> | Plugin.UserConfig<Config$c> | Plugin.UserConfig<Config$b> | Plugin.UserConfig<Config$a> | Plugin.UserConfig<Config$9> | Plugin.UserConfig<Config$8> | Plugin.UserConfig<Config$
|
|
7109
|
+
type UserPlugins = Plugin.UserConfig<Config$h> | Plugin.UserConfig<Config$k> | Plugin.UserConfig<Config$j> | Plugin.UserConfig<Config$i> | Plugin.UserConfig<Config$g> | Plugin.UserConfig<Config$f> | Plugin.UserConfig<Config$e> | Plugin.UserConfig<Config$d> | Plugin.UserConfig<Config$c> | Plugin.UserConfig<Config$b> | Plugin.UserConfig<Config$a> | Plugin.UserConfig<Config$9> | Plugin.UserConfig<Config$8> | Plugin.UserConfig<Config$3> | Plugin.UserConfig<Config$7> | Plugin.UserConfig<Config$6> | Plugin.UserConfig<Config$5> | Plugin.UserConfig<Config$4> | Plugin.UserConfig<Config$2> | Plugin.UserConfig<Config$1>;
|
|
7121
7110
|
/**
|
|
7122
7111
|
* Internal plugin types.
|
|
7123
7112
|
*/
|
|
7124
|
-
type ClientPlugins = Plugin.Config<Config$h> | Plugin.Config<Config$k> | Plugin.Config<Config$j> | Plugin.Config<Config$i> | Plugin.Config<Config$g> | Plugin.Config<Config$f> | Plugin.Config<Config$e> | Plugin.Config<Config$d> | Plugin.Config<Config$c> | Plugin.Config<Config$b> | Plugin.Config<Config$a> | Plugin.Config<Config$9> | Plugin.Config<Config$8> | Plugin.Config<Config$
|
|
7113
|
+
type ClientPlugins = Plugin.Config<Config$h> | Plugin.Config<Config$k> | Plugin.Config<Config$j> | Plugin.Config<Config$i> | Plugin.Config<Config$g> | Plugin.Config<Config$f> | Plugin.Config<Config$e> | Plugin.Config<Config$d> | Plugin.Config<Config$c> | Plugin.Config<Config$b> | Plugin.Config<Config$a> | Plugin.Config<Config$9> | Plugin.Config<Config$8> | Plugin.Config<Config$3> | Plugin.Config<Config$7> | Plugin.Config<Config$6> | Plugin.Config<Config$5> | Plugin.Config<Config$4> | Plugin.Config<Config$2> | Plugin.Config<Config$1>;
|
|
7125
7114
|
|
|
7126
7115
|
type Formatters = 'biome' | 'prettier';
|
|
7127
7116
|
|