@dudousxd/nestjs-codegen 0.25.0 → 0.25.1

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.
@@ -133,6 +133,6 @@ declare function resolveQueryList(key: string | undefined, ctx: ExecutionContext
133
133
  * See {@link toStringList} for the exact normalization and the single-value footgun it
134
134
  * closes.
135
135
  */
136
- declare const QueryList: (...dataOrPipes: (string | _nestjs_common.PipeTransform<any, any> | _nestjs_common.Type<_nestjs_common.PipeTransform<any, any>> | undefined)[]) => ParameterDecorator;
136
+ declare const QueryList: (...dataOrPipes: (string | _nestjs_common.ParameterDecoratorOptions | _nestjs_common.PipeTransform<any, any> | _nestjs_common.Type<_nestjs_common.PipeTransform<any, any>> | undefined)[]) => ParameterDecorator;
137
137
 
138
138
  export { CODEGEN_MODULE_OPTIONS, type CodegenModuleOptions, NestjsCodegenModule, NestjsCodegenService, QueryList, resolveQueryList, shouldRun, toStringList };
@@ -133,6 +133,6 @@ declare function resolveQueryList(key: string | undefined, ctx: ExecutionContext
133
133
  * See {@link toStringList} for the exact normalization and the single-value footgun it
134
134
  * closes.
135
135
  */
136
- declare const QueryList: (...dataOrPipes: (string | _nestjs_common.PipeTransform<any, any> | _nestjs_common.Type<_nestjs_common.PipeTransform<any, any>> | undefined)[]) => ParameterDecorator;
136
+ declare const QueryList: (...dataOrPipes: (string | _nestjs_common.ParameterDecoratorOptions | _nestjs_common.PipeTransform<any, any> | _nestjs_common.Type<_nestjs_common.PipeTransform<any, any>> | undefined)[]) => ParameterDecorator;
137
137
 
138
138
  export { CODEGEN_MODULE_OPTIONS, type CodegenModuleOptions, NestjsCodegenModule, NestjsCodegenService, QueryList, resolveQueryList, shouldRun, toStringList };
@@ -5062,7 +5062,7 @@ async function watch(config, onChange, options = {}) {
5062
5062
  }
5063
5063
 
5064
5064
  // src/index.ts
5065
- var VERSION = "0.25.0";
5065
+ var VERSION = "0.25.1";
5066
5066
 
5067
5067
  // src/generate-manifest.ts
5068
5068
  var MANIFEST_FILE = ".codegen-manifest.json";