@lark-apaas/fullstack-nestjs-core 1.1.24-alpha.2 → 1.1.24-alpha.3

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.cts CHANGED
@@ -89,11 +89,9 @@ declare class PlatformModule implements NestModule {
89
89
  * @param app NestExpressApplication 实例
90
90
  * @param perms 配置项
91
91
  * @param perms.disableSwagger 是否禁用 Swagger(默认:false)
92
- * @param perms.bodyLimit 请求体大小限制(默认:'1mb',可设置如 '50mb')
93
92
  */
94
93
  declare function configureApp(app: NestExpressApplication, perms?: {
95
94
  disableSwagger?: boolean;
96
- bodyLimit?: string;
97
95
  }): Promise<void>;
98
96
 
99
97
  interface CsrfTokenOptions {
package/dist/index.d.ts CHANGED
@@ -89,11 +89,9 @@ declare class PlatformModule implements NestModule {
89
89
  * @param app NestExpressApplication 实例
90
90
  * @param perms 配置项
91
91
  * @param perms.disableSwagger 是否禁用 Swagger(默认:false)
92
- * @param perms.bodyLimit 请求体大小限制(默认:'1mb',可设置如 '50mb')
93
92
  */
94
93
  declare function configureApp(app: NestExpressApplication, perms?: {
95
94
  disableSwagger?: boolean;
96
- bodyLimit?: string;
97
95
  }): Promise<void>;
98
96
 
99
97
  interface CsrfTokenOptions {