@hey-api/openapi-ts 0.80.3 → 0.80.5

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.
@@ -1,4 +1,4 @@
1
- import { k as Config, c as IR, U as UserConfig, W as WatchValues } from './types.d-CCdoSF-L.cjs';
1
+ import { k as Config, c as IR, U as UserConfig, W as WatchValues } from './types.d-5Zt8gOQV.cjs';
2
2
  import { JSONSchema } from '@hey-api/json-schema-ref-parser';
3
3
  import 'semver';
4
4
  import 'node:fs';
@@ -1,4 +1,4 @@
1
- import { k as Config, c as IR, U as UserConfig, W as WatchValues } from './types.d-CCdoSF-L.js';
1
+ import { k as Config, c as IR, U as UserConfig, W as WatchValues } from './types.d-5Zt8gOQV.js';
2
2
  import { JSONSchema } from '@hey-api/json-schema-ref-parser';
3
3
  import 'semver';
4
4
  import 'node:fs';
package/dist/internal.js CHANGED
@@ -1,2 +1,2 @@
1
- import {createRequire}from'module';export{K as getSpec,J as initConfigs,H as parseOpenApiSpec}from'./chunk-LPOHZ24X.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
1
+ import {createRequire}from'module';export{K as getSpec,J as initConfigs,H as parseOpenApiSpec}from'./chunk-OPOOONNX.js';createRequire(import.meta.url);//# sourceMappingURL=internal.js.map
2
2
  //# sourceMappingURL=internal.js.map
@@ -8980,6 +8980,13 @@ type UserConfig$7 = Plugin.Name<'@tanstack/angular-query-experimental'> & {
8980
8980
  * @see https://tanstack.com/query/v5/docs/framework/angular/reference/infiniteQueryOptions
8981
8981
  */
8982
8982
  name?: StringName;
8983
+ /**
8984
+ * Whether to include operation tags in infinite query keys.
8985
+ * This will make query keys larger but provides better cache invalidation capabilities.
8986
+ *
8987
+ * @default false
8988
+ */
8989
+ tags?: boolean;
8983
8990
  };
8984
8991
  /**
8985
8992
  * Configuration for generated infinite query options helpers.
@@ -9097,6 +9104,13 @@ type UserConfig$7 = Plugin.Name<'@tanstack/angular-query-experimental'> & {
9097
9104
  * @see https://tanstack.com/query/v5/docs/framework/angular/reference/queryKey
9098
9105
  */
9099
9106
  name?: StringName;
9107
+ /**
9108
+ * Whether to include operation tags in query keys.
9109
+ * This will make query keys larger but provides better cache invalidation capabilities.
9110
+ *
9111
+ * @default false
9112
+ */
9113
+ tags?: boolean;
9100
9114
  };
9101
9115
  /**
9102
9116
  * Configuration for generated query options helpers.
@@ -9182,6 +9196,13 @@ type Config$6 = Plugin.Name<'@tanstack/angular-query-experimental'> & {
9182
9196
  * @see https://tanstack.com/query/v5/docs/framework/angular/reference/infiniteQueryOptions
9183
9197
  */
9184
9198
  name: StringName;
9199
+ /**
9200
+ * Whether to include operation tags in infinite query keys.
9201
+ * This will make query keys larger but provides better cache invalidation capabilities.
9202
+ *
9203
+ * @default false
9204
+ */
9205
+ tags: boolean;
9185
9206
  };
9186
9207
  /**
9187
9208
  * Resolved configuration for generated infinite query options helpers.
@@ -9269,6 +9290,13 @@ type Config$6 = Plugin.Name<'@tanstack/angular-query-experimental'> & {
9269
9290
  * @see https://tanstack.com/query/v5/docs/framework/angular/reference/queryKey
9270
9291
  */
9271
9292
  name: StringName;
9293
+ /**
9294
+ * Whether to include operation tags in query keys.
9295
+ * This will make query keys larger but provides better cache invalidation capabilities.
9296
+ *
9297
+ * @default false
9298
+ */
9299
+ tags: boolean;
9272
9300
  };
9273
9301
  /**
9274
9302
  * Resolved configuration for generated query options helpers.
@@ -9361,6 +9389,13 @@ type UserConfig$6 = Plugin.Name<'@tanstack/react-query'> & {
9361
9389
  * @see https://tanstack.com/query/v5/docs/framework/react/reference/infiniteQueryOptions
9362
9390
  */
9363
9391
  name?: StringName;
9392
+ /**
9393
+ * Whether to include operation tags in infinite query keys.
9394
+ * This will make query keys larger but provides better cache invalidation capabilities.
9395
+ *
9396
+ * @default false
9397
+ */
9398
+ tags?: boolean;
9364
9399
  };
9365
9400
  /**
9366
9401
  * Configuration for generated infinite query options helpers.
@@ -9478,6 +9513,13 @@ type UserConfig$6 = Plugin.Name<'@tanstack/react-query'> & {
9478
9513
  * @see https://tanstack.com/query/v5/docs/framework/react/reference/queryKey
9479
9514
  */
9480
9515
  name?: StringName;
9516
+ /**
9517
+ * Whether to include operation tags in query keys.
9518
+ * This will make query keys larger but provides better cache invalidation capabilities.
9519
+ *
9520
+ * @default false
9521
+ */
9522
+ tags?: boolean;
9481
9523
  };
9482
9524
  /**
9483
9525
  * Configuration for generated query options helpers.
@@ -9562,6 +9604,13 @@ type Config$5 = Plugin.Name<'@tanstack/react-query'> & {
9562
9604
  * @see https://tanstack.com/query/v5/docs/framework/react/reference/infiniteQueryOptions
9563
9605
  */
9564
9606
  name: StringName;
9607
+ /**
9608
+ * Whether to include operation tags in infinite query keys.
9609
+ * This will make query keys larger but provides better cache invalidation capabilities.
9610
+ *
9611
+ * @default false
9612
+ */
9613
+ tags: boolean;
9565
9614
  };
9566
9615
  /**
9567
9616
  * Resolved configuration for generated infinite query options helpers.
@@ -9646,6 +9695,13 @@ type Config$5 = Plugin.Name<'@tanstack/react-query'> & {
9646
9695
  * @see https://tanstack.com/query/v5/docs/framework/react/reference/queryKey
9647
9696
  */
9648
9697
  name: StringName;
9698
+ /**
9699
+ * Whether to include operation tags in query keys.
9700
+ * This will make query keys larger but provides better cache invalidation capabilities.
9701
+ *
9702
+ * @default false
9703
+ */
9704
+ tags: boolean;
9649
9705
  };
9650
9706
  /**
9651
9707
  * Resolved configuration for generated query options helpers.
@@ -9732,6 +9788,13 @@ type UserConfig$5 = Plugin.Name<'@tanstack/solid-query'> & {
9732
9788
  * @see https://tanstack.com/query/v5/docs/framework/solid/reference/createInfiniteQuery
9733
9789
  */
9734
9790
  name?: StringName;
9791
+ /**
9792
+ * Whether to include operation tags in infinite query keys.
9793
+ * This will make query keys larger but provides better cache invalidation capabilities.
9794
+ *
9795
+ * @default false
9796
+ */
9797
+ tags?: boolean;
9735
9798
  };
9736
9799
  /**
9737
9800
  * Configuration for generated infinite query options helpers.
@@ -9849,6 +9912,13 @@ type UserConfig$5 = Plugin.Name<'@tanstack/solid-query'> & {
9849
9912
  * @see https://tanstack.com/query/v5/docs/framework/solid/reference/queryKey
9850
9913
  */
9851
9914
  name?: StringName;
9915
+ /**
9916
+ * Whether to include operation tags in query keys.
9917
+ * This will make query keys larger but provides better cache invalidation capabilities.
9918
+ *
9919
+ * @default false
9920
+ */
9921
+ tags?: boolean;
9852
9922
  };
9853
9923
  /**
9854
9924
  * Configuration for generated query options helpers.
@@ -9934,6 +10004,13 @@ type Config$4 = Plugin.Name<'@tanstack/solid-query'> & {
9934
10004
  * @see https://tanstack.com/query/v5/docs/framework/solid/reference/createInfiniteQuery
9935
10005
  */
9936
10006
  name: StringName;
10007
+ /**
10008
+ * Whether to include operation tags in infinite query keys.
10009
+ * This will make query keys larger but provides better cache invalidation capabilities.
10010
+ *
10011
+ * @default false
10012
+ */
10013
+ tags: boolean;
9937
10014
  };
9938
10015
  /**
9939
10016
  * Resolved configuration for generated infinite query options helpers.
@@ -10021,6 +10098,13 @@ type Config$4 = Plugin.Name<'@tanstack/solid-query'> & {
10021
10098
  * @see https://tanstack.com/query/v5/docs/framework/solid/reference/queryKey
10022
10099
  */
10023
10100
  name: StringName;
10101
+ /**
10102
+ * Whether to include operation tags in query keys.
10103
+ * This will make query keys larger but provides better cache invalidation capabilities.
10104
+ *
10105
+ * @default false
10106
+ */
10107
+ tags: boolean;
10024
10108
  };
10025
10109
  /**
10026
10110
  * Resolved configuration for generated query options helpers.
@@ -10108,6 +10192,13 @@ type UserConfig$4 = Plugin.Name<'@tanstack/svelte-query'> & {
10108
10192
  * @see https://tanstack.com/query/v5/docs/framework/svelte/reference/createInfiniteQuery
10109
10193
  */
10110
10194
  name?: StringName;
10195
+ /**
10196
+ * Whether to include operation tags in infinite query keys.
10197
+ * This will make query keys larger but provides better cache invalidation capabilities.
10198
+ *
10199
+ * @default false
10200
+ */
10201
+ tags?: boolean;
10111
10202
  };
10112
10203
  /**
10113
10204
  * Configuration for generated infinite query options helpers.
@@ -10225,6 +10316,13 @@ type UserConfig$4 = Plugin.Name<'@tanstack/svelte-query'> & {
10225
10316
  * @see https://tanstack.com/query/v5/docs/framework/svelte/reference/queryKey
10226
10317
  */
10227
10318
  name?: StringName;
10319
+ /**
10320
+ * Whether to include operation tags in query keys.
10321
+ * This will make query keys larger but provides better cache invalidation capabilities.
10322
+ *
10323
+ * @default false
10324
+ */
10325
+ tags?: boolean;
10228
10326
  };
10229
10327
  /**
10230
10328
  * Configuration for generated query options helpers.
@@ -10310,6 +10408,13 @@ type Config$3 = Plugin.Name<'@tanstack/svelte-query'> & {
10310
10408
  * @see https://tanstack.com/query/v5/docs/framework/svelte/reference/createInfiniteQuery
10311
10409
  */
10312
10410
  name: StringName;
10411
+ /**
10412
+ * Whether to include operation tags in infinite query keys.
10413
+ * This will make query keys larger but provides better cache invalidation capabilities.
10414
+ *
10415
+ * @default false
10416
+ */
10417
+ tags: boolean;
10313
10418
  };
10314
10419
  /**
10315
10420
  * Resolved configuration for generated infinite query options helpers.
@@ -10397,6 +10502,13 @@ type Config$3 = Plugin.Name<'@tanstack/svelte-query'> & {
10397
10502
  * @see https://tanstack.com/query/v5/docs/framework/svelte/reference/queryKey
10398
10503
  */
10399
10504
  name: StringName;
10505
+ /**
10506
+ * Whether to include operation tags in query keys.
10507
+ * This will make query keys larger but provides better cache invalidation capabilities.
10508
+ *
10509
+ * @default false
10510
+ */
10511
+ tags: boolean;
10400
10512
  };
10401
10513
  /**
10402
10514
  * Resolved configuration for generated query options helpers.
@@ -10484,6 +10596,13 @@ type UserConfig$3 = Plugin.Name<'@tanstack/vue-query'> & {
10484
10596
  * @see https://tanstack.com/query/v5/docs/framework/vue/reference/infiniteQueryOptions
10485
10597
  */
10486
10598
  name?: StringName;
10599
+ /**
10600
+ * Whether to include operation tags in infinite query keys.
10601
+ * This will make query keys larger but provides better cache invalidation capabilities.
10602
+ *
10603
+ * @default false
10604
+ */
10605
+ tags?: boolean;
10487
10606
  };
10488
10607
  /**
10489
10608
  * Configuration for generated infinite query options helpers.
@@ -10601,6 +10720,13 @@ type UserConfig$3 = Plugin.Name<'@tanstack/vue-query'> & {
10601
10720
  * @see https://tanstack.com/query/v5/docs/framework/vue/reference/queryKey
10602
10721
  */
10603
10722
  name?: StringName;
10723
+ /**
10724
+ * Whether to include operation tags in query keys.
10725
+ * This will make query keys larger but provides better cache invalidation capabilities.
10726
+ *
10727
+ * @default false
10728
+ */
10729
+ tags?: boolean;
10604
10730
  };
10605
10731
  /**
10606
10732
  * Configuration for generated query options helpers.
@@ -10686,6 +10812,13 @@ type Config$2 = Plugin.Name<'@tanstack/vue-query'> & {
10686
10812
  * @see https://tanstack.com/query/v5/docs/framework/vue/reference/infiniteQueryOptions
10687
10813
  */
10688
10814
  name: StringName;
10815
+ /**
10816
+ * Whether to include operation tags in infinite query keys.
10817
+ * This will make query keys larger but provides better cache invalidation capabilities.
10818
+ *
10819
+ * @default false
10820
+ */
10821
+ tags: boolean;
10689
10822
  };
10690
10823
  /**
10691
10824
  * Resolved configuration for generated infinite query options helpers.
@@ -10773,6 +10906,13 @@ type Config$2 = Plugin.Name<'@tanstack/vue-query'> & {
10773
10906
  * @see https://tanstack.com/query/v5/docs/framework/vue/reference/queryKey
10774
10907
  */
10775
10908
  name: StringName;
10909
+ /**
10910
+ * Whether to include operation tags in query keys.
10911
+ * This will make query keys larger but provides better cache invalidation capabilities.
10912
+ *
10913
+ * @default false
10914
+ */
10915
+ tags: boolean;
10776
10916
  };
10777
10917
  /**
10778
10918
  * Resolved configuration for generated query options helpers.
@@ -8980,6 +8980,13 @@ type UserConfig$7 = Plugin.Name<'@tanstack/angular-query-experimental'> & {
8980
8980
  * @see https://tanstack.com/query/v5/docs/framework/angular/reference/infiniteQueryOptions
8981
8981
  */
8982
8982
  name?: StringName;
8983
+ /**
8984
+ * Whether to include operation tags in infinite query keys.
8985
+ * This will make query keys larger but provides better cache invalidation capabilities.
8986
+ *
8987
+ * @default false
8988
+ */
8989
+ tags?: boolean;
8983
8990
  };
8984
8991
  /**
8985
8992
  * Configuration for generated infinite query options helpers.
@@ -9097,6 +9104,13 @@ type UserConfig$7 = Plugin.Name<'@tanstack/angular-query-experimental'> & {
9097
9104
  * @see https://tanstack.com/query/v5/docs/framework/angular/reference/queryKey
9098
9105
  */
9099
9106
  name?: StringName;
9107
+ /**
9108
+ * Whether to include operation tags in query keys.
9109
+ * This will make query keys larger but provides better cache invalidation capabilities.
9110
+ *
9111
+ * @default false
9112
+ */
9113
+ tags?: boolean;
9100
9114
  };
9101
9115
  /**
9102
9116
  * Configuration for generated query options helpers.
@@ -9182,6 +9196,13 @@ type Config$6 = Plugin.Name<'@tanstack/angular-query-experimental'> & {
9182
9196
  * @see https://tanstack.com/query/v5/docs/framework/angular/reference/infiniteQueryOptions
9183
9197
  */
9184
9198
  name: StringName;
9199
+ /**
9200
+ * Whether to include operation tags in infinite query keys.
9201
+ * This will make query keys larger but provides better cache invalidation capabilities.
9202
+ *
9203
+ * @default false
9204
+ */
9205
+ tags: boolean;
9185
9206
  };
9186
9207
  /**
9187
9208
  * Resolved configuration for generated infinite query options helpers.
@@ -9269,6 +9290,13 @@ type Config$6 = Plugin.Name<'@tanstack/angular-query-experimental'> & {
9269
9290
  * @see https://tanstack.com/query/v5/docs/framework/angular/reference/queryKey
9270
9291
  */
9271
9292
  name: StringName;
9293
+ /**
9294
+ * Whether to include operation tags in query keys.
9295
+ * This will make query keys larger but provides better cache invalidation capabilities.
9296
+ *
9297
+ * @default false
9298
+ */
9299
+ tags: boolean;
9272
9300
  };
9273
9301
  /**
9274
9302
  * Resolved configuration for generated query options helpers.
@@ -9361,6 +9389,13 @@ type UserConfig$6 = Plugin.Name<'@tanstack/react-query'> & {
9361
9389
  * @see https://tanstack.com/query/v5/docs/framework/react/reference/infiniteQueryOptions
9362
9390
  */
9363
9391
  name?: StringName;
9392
+ /**
9393
+ * Whether to include operation tags in infinite query keys.
9394
+ * This will make query keys larger but provides better cache invalidation capabilities.
9395
+ *
9396
+ * @default false
9397
+ */
9398
+ tags?: boolean;
9364
9399
  };
9365
9400
  /**
9366
9401
  * Configuration for generated infinite query options helpers.
@@ -9478,6 +9513,13 @@ type UserConfig$6 = Plugin.Name<'@tanstack/react-query'> & {
9478
9513
  * @see https://tanstack.com/query/v5/docs/framework/react/reference/queryKey
9479
9514
  */
9480
9515
  name?: StringName;
9516
+ /**
9517
+ * Whether to include operation tags in query keys.
9518
+ * This will make query keys larger but provides better cache invalidation capabilities.
9519
+ *
9520
+ * @default false
9521
+ */
9522
+ tags?: boolean;
9481
9523
  };
9482
9524
  /**
9483
9525
  * Configuration for generated query options helpers.
@@ -9562,6 +9604,13 @@ type Config$5 = Plugin.Name<'@tanstack/react-query'> & {
9562
9604
  * @see https://tanstack.com/query/v5/docs/framework/react/reference/infiniteQueryOptions
9563
9605
  */
9564
9606
  name: StringName;
9607
+ /**
9608
+ * Whether to include operation tags in infinite query keys.
9609
+ * This will make query keys larger but provides better cache invalidation capabilities.
9610
+ *
9611
+ * @default false
9612
+ */
9613
+ tags: boolean;
9565
9614
  };
9566
9615
  /**
9567
9616
  * Resolved configuration for generated infinite query options helpers.
@@ -9646,6 +9695,13 @@ type Config$5 = Plugin.Name<'@tanstack/react-query'> & {
9646
9695
  * @see https://tanstack.com/query/v5/docs/framework/react/reference/queryKey
9647
9696
  */
9648
9697
  name: StringName;
9698
+ /**
9699
+ * Whether to include operation tags in query keys.
9700
+ * This will make query keys larger but provides better cache invalidation capabilities.
9701
+ *
9702
+ * @default false
9703
+ */
9704
+ tags: boolean;
9649
9705
  };
9650
9706
  /**
9651
9707
  * Resolved configuration for generated query options helpers.
@@ -9732,6 +9788,13 @@ type UserConfig$5 = Plugin.Name<'@tanstack/solid-query'> & {
9732
9788
  * @see https://tanstack.com/query/v5/docs/framework/solid/reference/createInfiniteQuery
9733
9789
  */
9734
9790
  name?: StringName;
9791
+ /**
9792
+ * Whether to include operation tags in infinite query keys.
9793
+ * This will make query keys larger but provides better cache invalidation capabilities.
9794
+ *
9795
+ * @default false
9796
+ */
9797
+ tags?: boolean;
9735
9798
  };
9736
9799
  /**
9737
9800
  * Configuration for generated infinite query options helpers.
@@ -9849,6 +9912,13 @@ type UserConfig$5 = Plugin.Name<'@tanstack/solid-query'> & {
9849
9912
  * @see https://tanstack.com/query/v5/docs/framework/solid/reference/queryKey
9850
9913
  */
9851
9914
  name?: StringName;
9915
+ /**
9916
+ * Whether to include operation tags in query keys.
9917
+ * This will make query keys larger but provides better cache invalidation capabilities.
9918
+ *
9919
+ * @default false
9920
+ */
9921
+ tags?: boolean;
9852
9922
  };
9853
9923
  /**
9854
9924
  * Configuration for generated query options helpers.
@@ -9934,6 +10004,13 @@ type Config$4 = Plugin.Name<'@tanstack/solid-query'> & {
9934
10004
  * @see https://tanstack.com/query/v5/docs/framework/solid/reference/createInfiniteQuery
9935
10005
  */
9936
10006
  name: StringName;
10007
+ /**
10008
+ * Whether to include operation tags in infinite query keys.
10009
+ * This will make query keys larger but provides better cache invalidation capabilities.
10010
+ *
10011
+ * @default false
10012
+ */
10013
+ tags: boolean;
9937
10014
  };
9938
10015
  /**
9939
10016
  * Resolved configuration for generated infinite query options helpers.
@@ -10021,6 +10098,13 @@ type Config$4 = Plugin.Name<'@tanstack/solid-query'> & {
10021
10098
  * @see https://tanstack.com/query/v5/docs/framework/solid/reference/queryKey
10022
10099
  */
10023
10100
  name: StringName;
10101
+ /**
10102
+ * Whether to include operation tags in query keys.
10103
+ * This will make query keys larger but provides better cache invalidation capabilities.
10104
+ *
10105
+ * @default false
10106
+ */
10107
+ tags: boolean;
10024
10108
  };
10025
10109
  /**
10026
10110
  * Resolved configuration for generated query options helpers.
@@ -10108,6 +10192,13 @@ type UserConfig$4 = Plugin.Name<'@tanstack/svelte-query'> & {
10108
10192
  * @see https://tanstack.com/query/v5/docs/framework/svelte/reference/createInfiniteQuery
10109
10193
  */
10110
10194
  name?: StringName;
10195
+ /**
10196
+ * Whether to include operation tags in infinite query keys.
10197
+ * This will make query keys larger but provides better cache invalidation capabilities.
10198
+ *
10199
+ * @default false
10200
+ */
10201
+ tags?: boolean;
10111
10202
  };
10112
10203
  /**
10113
10204
  * Configuration for generated infinite query options helpers.
@@ -10225,6 +10316,13 @@ type UserConfig$4 = Plugin.Name<'@tanstack/svelte-query'> & {
10225
10316
  * @see https://tanstack.com/query/v5/docs/framework/svelte/reference/queryKey
10226
10317
  */
10227
10318
  name?: StringName;
10319
+ /**
10320
+ * Whether to include operation tags in query keys.
10321
+ * This will make query keys larger but provides better cache invalidation capabilities.
10322
+ *
10323
+ * @default false
10324
+ */
10325
+ tags?: boolean;
10228
10326
  };
10229
10327
  /**
10230
10328
  * Configuration for generated query options helpers.
@@ -10310,6 +10408,13 @@ type Config$3 = Plugin.Name<'@tanstack/svelte-query'> & {
10310
10408
  * @see https://tanstack.com/query/v5/docs/framework/svelte/reference/createInfiniteQuery
10311
10409
  */
10312
10410
  name: StringName;
10411
+ /**
10412
+ * Whether to include operation tags in infinite query keys.
10413
+ * This will make query keys larger but provides better cache invalidation capabilities.
10414
+ *
10415
+ * @default false
10416
+ */
10417
+ tags: boolean;
10313
10418
  };
10314
10419
  /**
10315
10420
  * Resolved configuration for generated infinite query options helpers.
@@ -10397,6 +10502,13 @@ type Config$3 = Plugin.Name<'@tanstack/svelte-query'> & {
10397
10502
  * @see https://tanstack.com/query/v5/docs/framework/svelte/reference/queryKey
10398
10503
  */
10399
10504
  name: StringName;
10505
+ /**
10506
+ * Whether to include operation tags in query keys.
10507
+ * This will make query keys larger but provides better cache invalidation capabilities.
10508
+ *
10509
+ * @default false
10510
+ */
10511
+ tags: boolean;
10400
10512
  };
10401
10513
  /**
10402
10514
  * Resolved configuration for generated query options helpers.
@@ -10484,6 +10596,13 @@ type UserConfig$3 = Plugin.Name<'@tanstack/vue-query'> & {
10484
10596
  * @see https://tanstack.com/query/v5/docs/framework/vue/reference/infiniteQueryOptions
10485
10597
  */
10486
10598
  name?: StringName;
10599
+ /**
10600
+ * Whether to include operation tags in infinite query keys.
10601
+ * This will make query keys larger but provides better cache invalidation capabilities.
10602
+ *
10603
+ * @default false
10604
+ */
10605
+ tags?: boolean;
10487
10606
  };
10488
10607
  /**
10489
10608
  * Configuration for generated infinite query options helpers.
@@ -10601,6 +10720,13 @@ type UserConfig$3 = Plugin.Name<'@tanstack/vue-query'> & {
10601
10720
  * @see https://tanstack.com/query/v5/docs/framework/vue/reference/queryKey
10602
10721
  */
10603
10722
  name?: StringName;
10723
+ /**
10724
+ * Whether to include operation tags in query keys.
10725
+ * This will make query keys larger but provides better cache invalidation capabilities.
10726
+ *
10727
+ * @default false
10728
+ */
10729
+ tags?: boolean;
10604
10730
  };
10605
10731
  /**
10606
10732
  * Configuration for generated query options helpers.
@@ -10686,6 +10812,13 @@ type Config$2 = Plugin.Name<'@tanstack/vue-query'> & {
10686
10812
  * @see https://tanstack.com/query/v5/docs/framework/vue/reference/infiniteQueryOptions
10687
10813
  */
10688
10814
  name: StringName;
10815
+ /**
10816
+ * Whether to include operation tags in infinite query keys.
10817
+ * This will make query keys larger but provides better cache invalidation capabilities.
10818
+ *
10819
+ * @default false
10820
+ */
10821
+ tags: boolean;
10689
10822
  };
10690
10823
  /**
10691
10824
  * Resolved configuration for generated infinite query options helpers.
@@ -10773,6 +10906,13 @@ type Config$2 = Plugin.Name<'@tanstack/vue-query'> & {
10773
10906
  * @see https://tanstack.com/query/v5/docs/framework/vue/reference/queryKey
10774
10907
  */
10775
10908
  name: StringName;
10909
+ /**
10910
+ * Whether to include operation tags in query keys.
10911
+ * This will make query keys larger but provides better cache invalidation capabilities.
10912
+ *
10913
+ * @default false
10914
+ */
10915
+ tags: boolean;
10776
10916
  };
10777
10917
  /**
10778
10918
  * Resolved configuration for generated query options helpers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/openapi-ts",
3
- "version": "0.80.3",
3
+ "version": "0.80.5",
4
4
  "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
5
5
  "homepage": "https://heyapi.dev/",
6
6
  "repository": {