@orval/core 7.12.1 → 7.12.2
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.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
- package/dist/index.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -491,6 +491,7 @@ type NormalizedQueryOptions = {
|
|
|
491
491
|
shouldExportHttpClient?: boolean;
|
|
492
492
|
shouldExportQueryKey?: boolean;
|
|
493
493
|
shouldSplitQueryKey?: boolean;
|
|
494
|
+
useOperationIdAsQueryKey?: boolean;
|
|
494
495
|
signal?: boolean;
|
|
495
496
|
version?: 3 | 4 | 5;
|
|
496
497
|
};
|
|
@@ -510,6 +511,7 @@ type QueryOptions = {
|
|
|
510
511
|
shouldExportHttpClient?: boolean;
|
|
511
512
|
shouldExportQueryKey?: boolean;
|
|
512
513
|
shouldSplitQueryKey?: boolean;
|
|
514
|
+
useOperationIdAsQueryKey?: boolean;
|
|
513
515
|
signal?: boolean;
|
|
514
516
|
version?: 3 | 4 | 5;
|
|
515
517
|
};
|