@lark-apaas/fullstack-nestjs-core 1.1.48-alpha.2 → 1.1.48-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.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -36372,7 +36372,7 @@ var PlatformModule = class _PlatformModule {
|
|
|
36372
36372
|
...options.authz || {}
|
|
36373
36373
|
}),
|
|
36374
36374
|
import_nestjs_trigger.AutomationModule.forRoot(),
|
|
36375
|
-
// 通用内网转发:自动注册 ALL /anycross/forward?targetUrl=...
|
|
36375
|
+
// 通用内网转发:自动注册 ALL /api/sdk_innerapi/anycross/forward?targetUrl=...
|
|
36376
36376
|
// 业务方接入 PlatformModule 后零改动获得内网代理路由
|
|
36377
36377
|
import_nestjs_http_forwarder.HttpForwarderModule.forRoot(options.httpForwarder),
|
|
36378
36378
|
import_nestjs_capability.CapabilityModule.forRoot({
|
package/dist/index.d.cts
CHANGED
|
@@ -80,7 +80,7 @@ interface PlatformModuleOptions {
|
|
|
80
80
|
*/
|
|
81
81
|
authz?: AuthZPaasModuleOptions;
|
|
82
82
|
/**
|
|
83
|
-
* HttpForwarder 模块配置(默认自动启用,注册 ALL /anycross/forward 路由)
|
|
83
|
+
* HttpForwarder 模块配置(默认自动启用,注册 ALL /api/sdk_innerapi/anycross/forward 路由)
|
|
84
84
|
* 透传给 HttpForwarderModule.forRoot();不传则使用模块默认值
|
|
85
85
|
* (requestTimeoutMs=30s, maxResponseBytes=10MB)。
|
|
86
86
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ interface PlatformModuleOptions {
|
|
|
80
80
|
*/
|
|
81
81
|
authz?: AuthZPaasModuleOptions;
|
|
82
82
|
/**
|
|
83
|
-
* HttpForwarder 模块配置(默认自动启用,注册 ALL /anycross/forward 路由)
|
|
83
|
+
* HttpForwarder 模块配置(默认自动启用,注册 ALL /api/sdk_innerapi/anycross/forward 路由)
|
|
84
84
|
* 透传给 HttpForwarderModule.forRoot();不传则使用模块默认值
|
|
85
85
|
* (requestTimeoutMs=30s, maxResponseBytes=10MB)。
|
|
86
86
|
*/
|
package/dist/index.js
CHANGED
|
@@ -36345,7 +36345,7 @@ var PlatformModule = class _PlatformModule {
|
|
|
36345
36345
|
...options.authz || {}
|
|
36346
36346
|
}),
|
|
36347
36347
|
AutomationModule.forRoot(),
|
|
36348
|
-
// 通用内网转发:自动注册 ALL /anycross/forward?targetUrl=...
|
|
36348
|
+
// 通用内网转发:自动注册 ALL /api/sdk_innerapi/anycross/forward?targetUrl=...
|
|
36349
36349
|
// 业务方接入 PlatformModule 后零改动获得内网代理路由
|
|
36350
36350
|
HttpForwarderModule.forRoot(options.httpForwarder),
|
|
36351
36351
|
CapabilityModule.forRoot({
|