wexts 4.1.5 → 4.1.6
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/README.md +49 -49
- package/bin/wexts.cjs +2 -2
- package/dist/chunk-27NEYQD2.mjs +222 -0
- package/dist/chunk-27NEYQD2.mjs.map +1 -0
- package/dist/chunk-2LJVUMXW.js +228 -0
- package/dist/chunk-2LJVUMXW.js.map +1 -0
- package/dist/chunk-5DBFN65W.mjs +183 -0
- package/dist/chunk-5DBFN65W.mjs.map +1 -0
- package/dist/chunk-75HBI2XG.js +504 -0
- package/dist/chunk-75HBI2XG.js.map +1 -0
- package/dist/chunk-AVMQJWYD.js +95 -0
- package/dist/chunk-AVMQJWYD.js.map +1 -0
- package/dist/chunk-C2AG7Q3C.mjs +65 -0
- package/dist/chunk-C2AG7Q3C.mjs.map +1 -0
- package/dist/chunk-DS5KVVWJ.mjs +95 -0
- package/dist/chunk-DS5KVVWJ.mjs.map +1 -0
- package/dist/chunk-FUPLZMSR.mjs +228 -0
- package/dist/chunk-FUPLZMSR.mjs.map +1 -0
- package/dist/chunk-HLT3IHJY.js +183 -0
- package/dist/chunk-HLT3IHJY.js.map +1 -0
- package/dist/chunk-L77ANWWT.mjs +22 -0
- package/dist/chunk-L77ANWWT.mjs.map +1 -0
- package/dist/chunk-P3Q4I5FD.js +222 -0
- package/dist/chunk-P3Q4I5FD.js.map +1 -0
- package/dist/chunk-VBIQGUDI.mjs +504 -0
- package/dist/chunk-VBIQGUDI.mjs.map +1 -0
- package/dist/chunk-WCKSKU3C.js +65 -0
- package/dist/chunk-WCKSKU3C.js.map +1 -0
- package/dist/chunk-XE4OXN2W.js +12 -0
- package/dist/chunk-XE4OXN2W.js.map +1 -0
- package/dist/cli/index.d.mts +23 -0
- package/dist/cli/index.d.ts +23 -0
- package/dist/cli/index.js +745 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/cli/index.mjs +747 -0
- package/dist/cli/index.mjs.map +1 -0
- package/dist/client/index.d.mts +43 -0
- package/dist/client/index.d.ts +43 -0
- package/dist/client/index.js +187 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/index.mjs +166 -0
- package/dist/client/index.mjs.map +1 -0
- package/dist/codegen/index.d.mts +2 -0
- package/dist/codegen/index.d.ts +2 -0
- package/dist/codegen/index.js +16 -0
- package/dist/codegen/index.js.map +1 -0
- package/dist/codegen/index.mjs +16 -0
- package/dist/codegen/index.mjs.map +1 -0
- package/dist/decorators-BiQtOHuF.d.ts +60 -0
- package/dist/decorators-vBopODtr.d.mts +60 -0
- package/dist/dev-server/index.d.mts +1 -0
- package/dist/dev-server/index.d.ts +1 -0
- package/dist/dev-server/index.js +13 -0
- package/dist/dev-server/index.js.map +1 -0
- package/dist/dev-server/index.mjs +13 -0
- package/dist/dev-server/index.mjs.map +1 -0
- package/dist/errors-D545UvXf.d.mts +37 -0
- package/dist/errors-D545UvXf.d.ts +37 -0
- package/dist/index-7RvU-jGE.d.mts +66 -0
- package/dist/index-7RvU-jGE.d.ts +66 -0
- package/dist/index-CJKs4wtN.d.ts +92 -0
- package/dist/index-CUR6CnLk.d.ts +27 -0
- package/dist/index-h66Vq9dK.d.mts +92 -0
- package/dist/index-tqmYsTUn.d.mts +27 -0
- package/dist/index.d.mts +289 -0
- package/dist/index.d.ts +289 -0
- package/dist/index.js +544 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +544 -0
- package/dist/index.mjs.map +1 -0
- package/dist/nest/index.d.mts +2 -0
- package/dist/nest/index.d.ts +2 -0
- package/dist/nest/index.js +36 -0
- package/dist/nest/index.js.map +1 -0
- package/dist/nest/index.mjs +36 -0
- package/dist/nest/index.mjs.map +1 -0
- package/dist/next/index.d.mts +66 -0
- package/dist/next/index.d.ts +66 -0
- package/dist/next/index.js +282 -0
- package/dist/next/index.js.map +1 -0
- package/dist/next/index.mjs +251 -0
- package/dist/next/index.mjs.map +1 -0
- package/dist/rpc/index.d.mts +32 -0
- package/dist/rpc/index.d.ts +32 -0
- package/dist/rpc/index.js +19 -0
- package/dist/rpc/index.js.map +1 -0
- package/dist/rpc/index.mjs +1 -0
- package/dist/rpc/index.mjs.map +1 -0
- package/dist/runtime/index.d.mts +55 -0
- package/dist/runtime/index.d.ts +55 -0
- package/dist/runtime/index.js +15 -0
- package/dist/runtime/index.js.map +1 -0
- package/dist/runtime/index.mjs +15 -0
- package/dist/runtime/index.mjs.map +1 -0
- package/dist/server/index.d.mts +7 -0
- package/dist/server/index.d.ts +7 -0
- package/dist/server/index.js +58 -0
- package/dist/server/index.js.map +1 -0
- package/dist/server/index.mjs +58 -0
- package/dist/server/index.mjs.map +1 -0
- package/dist/types/index.d.mts +12 -0
- package/dist/types/index.d.ts +12 -0
- package/dist/types/index.js +19 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/index.mjs +1 -0
- package/dist/types/index.mjs.map +1 -0
- package/dist/types-CQ_aexOX.d.mts +32 -0
- package/dist/types-CQ_aexOX.d.ts +32 -0
- package/dist/vercel-builder/index.d.mts +58 -0
- package/dist/vercel-builder/index.d.ts +58 -0
- package/dist/vercel-builder/index.js +330 -0
- package/dist/vercel-builder/index.js.map +1 -0
- package/dist/vercel-builder/index.mjs +330 -0
- package/dist/vercel-builder/index.mjs.map +1 -0
- package/package.json +153 -153
- package/templates/.dockerignore +43 -43
- package/templates/.env.example +17 -17
- package/templates/Dockerfile +60 -60
- package/templates/Procfile +1 -1
- package/templates/README.md +67 -67
- package/templates/api-sdk.ts +115 -115
- package/templates/docker-compose.yml +34 -34
- package/templates/nestjs-api/.env.example +3 -3
- package/templates/nestjs-api/README.md +87 -87
- package/templates/nestjs-api/nest-cli.json +6 -6
- package/templates/nestjs-api/package.json +40 -40
- package/templates/nestjs-api/prisma/migrations/20251123205437_init/migration.sql +24 -24
- package/templates/nestjs-api/prisma/migrations/migration_lock.toml +3 -3
- package/templates/nestjs-api/prisma/schema.prisma +29 -29
- package/templates/nestjs-api/src/app.module.ts +17 -17
- package/templates/nestjs-api/src/auth/auth.controller.ts +27 -27
- package/templates/nestjs-api/src/auth/auth.module.ts +37 -37
- package/templates/nestjs-api/src/auth/auth.service.ts +86 -86
- package/templates/nestjs-api/src/auth/dto/auth.dto.ts +22 -22
- package/templates/nestjs-api/src/auth/guards/jwt-auth.guard.ts +5 -5
- package/templates/nestjs-api/src/auth/strategies/jwt.strategy.ts +27 -27
- package/templates/nestjs-api/src/main.ts +32 -32
- package/templates/nestjs-api/src/prisma/prisma.module.ts +9 -9
- package/templates/nestjs-api/src/prisma/prisma.service.ts +14 -14
- package/templates/nestjs-api/src/todos/dto/todo.dto.ts +24 -24
- package/templates/nestjs-api/src/todos/todos.controller.ts +39 -39
- package/templates/nestjs-api/src/todos/todos.module.ts +11 -11
- package/templates/nestjs-api/src/todos/todos.service.ts +53 -53
- package/templates/nestjs-api/src/users/users.controller.ts +14 -14
- package/templates/nestjs-api/src/users/users.module.ts +12 -12
- package/templates/nestjs-api/src/users/users.service.ts +19 -19
- package/templates/nestjs-api/tsconfig.json +39 -39
- package/templates/nextjs-web/README.md +76 -76
- package/templates/nextjs-web/app/actions/auth.ts +108 -108
- package/templates/nextjs-web/app/dashboard/error.tsx +39 -39
- package/templates/nextjs-web/app/dashboard/loading.tsx +14 -14
- package/templates/nextjs-web/app/dashboard/page.tsx +5 -5
- package/templates/nextjs-web/app/globals.css +93 -93
- package/templates/nextjs-web/app/layout.tsx +29 -29
- package/templates/nextjs-web/app/login/page.tsx +5 -5
- package/templates/nextjs-web/app/page.tsx +28 -28
- package/templates/nextjs-web/app/register/page.tsx +5 -5
- package/templates/nextjs-web/components/ui/button.tsx +56 -56
- package/templates/nextjs-web/components/ui/card.tsx +79 -79
- package/templates/nextjs-web/components/ui/input.tsx +25 -25
- package/templates/nextjs-web/components/ui/label.tsx +24 -24
- package/templates/nextjs-web/features/auth/LoginForm.tsx +140 -140
- package/templates/nextjs-web/features/auth/RegisterForm.tsx +159 -159
- package/templates/nextjs-web/features/auth/api.ts +35 -35
- package/templates/nextjs-web/features/auth/index.ts +3 -3
- package/templates/nextjs-web/features/dashboard/DashboardView.tsx +204 -204
- package/templates/nextjs-web/features/dashboard/api.ts +9 -9
- package/templates/nextjs-web/features/dashboard/components.tsx +74 -74
- package/templates/nextjs-web/features/dashboard/index.ts +3 -3
- package/templates/nextjs-web/hooks/index.ts +4 -4
- package/templates/nextjs-web/lib/api-client.ts +89 -89
- package/templates/nextjs-web/lib/api.ts +115 -115
- package/templates/nextjs-web/lib/axios-global-config.ts +17 -17
- package/templates/nextjs-web/lib/utils.ts +6 -6
- package/templates/nextjs-web/lib/wexts-client.ts +4 -4
- package/templates/nextjs-web/next-env.d.ts +6 -6
- package/templates/nextjs-web/next.config.ts +20 -20
- package/templates/nextjs-web/package.json +37 -37
- package/templates/nextjs-web/postcss.config.js +6 -6
- package/templates/nextjs-web/tailwind.config.ts +69 -69
- package/templates/nextjs-web/tsconfig.json +41 -41
- package/templates/nixpacks.toml +11 -11
- package/templates/root-package.json +31 -31
- package/templates/server.ts +66 -66
- package/templates/tsconfig.json +30 -30
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ClientGenerator,
|
|
3
|
+
CodegenWatcher,
|
|
4
|
+
NestJSParser,
|
|
5
|
+
generateRpcClient
|
|
6
|
+
} from "../chunk-VBIQGUDI.mjs";
|
|
7
|
+
import "../chunk-DS5KVVWJ.mjs";
|
|
8
|
+
import "../chunk-C2AG7Q3C.mjs";
|
|
9
|
+
import "../chunk-L77ANWWT.mjs";
|
|
10
|
+
export {
|
|
11
|
+
ClientGenerator,
|
|
12
|
+
CodegenWatcher,
|
|
13
|
+
NestJSParser,
|
|
14
|
+
generateRpcClient
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { R as RpcAuthPolicy } from './types-CQ_aexOX.js';
|
|
2
|
+
|
|
3
|
+
interface FusionRouteMetadata {
|
|
4
|
+
method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
|
5
|
+
path: string;
|
|
6
|
+
responseType?: string;
|
|
7
|
+
requestType?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Mark a NestJS controller for Fusion codegen
|
|
11
|
+
* Usage: @FusionController('users')
|
|
12
|
+
*/
|
|
13
|
+
declare function FusionController(prefix?: string): ClassDecorator;
|
|
14
|
+
/**
|
|
15
|
+
* Mark a route for API client generation
|
|
16
|
+
* Usage: @FusionRoute({ method: 'GET', path: '/:id' })
|
|
17
|
+
*/
|
|
18
|
+
declare function FusionRoute(metadata: FusionRouteMetadata): MethodDecorator;
|
|
19
|
+
/**
|
|
20
|
+
* Helper decorators for common HTTP methods
|
|
21
|
+
*/
|
|
22
|
+
declare function FusionGet(path?: string): MethodDecorator;
|
|
23
|
+
declare function FusionPost(path?: string): MethodDecorator;
|
|
24
|
+
declare function FusionPut(path?: string): MethodDecorator;
|
|
25
|
+
declare function FusionDelete(path?: string): MethodDecorator;
|
|
26
|
+
/**
|
|
27
|
+
* Get Fusion metadata from a controller
|
|
28
|
+
*/
|
|
29
|
+
declare function getFusionMetadata(controller: any): {
|
|
30
|
+
controller: any;
|
|
31
|
+
routes: any[];
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
interface RpcServiceOptions {
|
|
35
|
+
name?: string;
|
|
36
|
+
requireAuth?: boolean;
|
|
37
|
+
}
|
|
38
|
+
interface RpcMethodOptions {
|
|
39
|
+
name?: string;
|
|
40
|
+
requireAuth?: boolean;
|
|
41
|
+
}
|
|
42
|
+
interface RuntimeRpcServiceMetadata {
|
|
43
|
+
name?: string;
|
|
44
|
+
requireAuth: boolean;
|
|
45
|
+
}
|
|
46
|
+
interface RuntimeRpcMethodMetadata {
|
|
47
|
+
propertyKey: string | symbol;
|
|
48
|
+
name?: string;
|
|
49
|
+
requireAuth?: boolean;
|
|
50
|
+
}
|
|
51
|
+
declare function RpcService(nameOrOptions?: string | RpcServiceOptions): ClassDecorator;
|
|
52
|
+
declare function RpcMethod(nameOrOptions?: string | RpcMethodOptions): MethodDecorator;
|
|
53
|
+
declare function RequireAuth(): MethodDecorator & ClassDecorator;
|
|
54
|
+
declare function getRuntimeRpcServiceMetadata(target: Function): RuntimeRpcServiceMetadata | undefined;
|
|
55
|
+
declare function getRuntimeRpcMethodsMetadata(target: Function): RuntimeRpcMethodMetadata[];
|
|
56
|
+
declare function getRpcAuthPolicy(requireAuth?: boolean): RpcAuthPolicy;
|
|
57
|
+
declare const WextsRpcService: typeof RpcService;
|
|
58
|
+
declare const WextsRpc: typeof RpcMethod;
|
|
59
|
+
|
|
60
|
+
export { FusionController as F, RequireAuth as R, WextsRpc as W, FusionDelete as a, FusionGet as b, FusionPost as c, FusionPut as d, FusionRoute as e, type FusionRouteMetadata as f, RpcMethod as g, type RpcMethodOptions as h, RpcService as i, type RpcServiceOptions as j, type RuntimeRpcMethodMetadata as k, type RuntimeRpcServiceMetadata as l, WextsRpcService as m, getFusionMetadata as n, getRpcAuthPolicy as o, getRuntimeRpcMethodsMetadata as p, getRuntimeRpcServiceMetadata as q };
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { R as RpcAuthPolicy } from './types-CQ_aexOX.mjs';
|
|
2
|
+
|
|
3
|
+
interface FusionRouteMetadata {
|
|
4
|
+
method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
|
5
|
+
path: string;
|
|
6
|
+
responseType?: string;
|
|
7
|
+
requestType?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Mark a NestJS controller for Fusion codegen
|
|
11
|
+
* Usage: @FusionController('users')
|
|
12
|
+
*/
|
|
13
|
+
declare function FusionController(prefix?: string): ClassDecorator;
|
|
14
|
+
/**
|
|
15
|
+
* Mark a route for API client generation
|
|
16
|
+
* Usage: @FusionRoute({ method: 'GET', path: '/:id' })
|
|
17
|
+
*/
|
|
18
|
+
declare function FusionRoute(metadata: FusionRouteMetadata): MethodDecorator;
|
|
19
|
+
/**
|
|
20
|
+
* Helper decorators for common HTTP methods
|
|
21
|
+
*/
|
|
22
|
+
declare function FusionGet(path?: string): MethodDecorator;
|
|
23
|
+
declare function FusionPost(path?: string): MethodDecorator;
|
|
24
|
+
declare function FusionPut(path?: string): MethodDecorator;
|
|
25
|
+
declare function FusionDelete(path?: string): MethodDecorator;
|
|
26
|
+
/**
|
|
27
|
+
* Get Fusion metadata from a controller
|
|
28
|
+
*/
|
|
29
|
+
declare function getFusionMetadata(controller: any): {
|
|
30
|
+
controller: any;
|
|
31
|
+
routes: any[];
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
interface RpcServiceOptions {
|
|
35
|
+
name?: string;
|
|
36
|
+
requireAuth?: boolean;
|
|
37
|
+
}
|
|
38
|
+
interface RpcMethodOptions {
|
|
39
|
+
name?: string;
|
|
40
|
+
requireAuth?: boolean;
|
|
41
|
+
}
|
|
42
|
+
interface RuntimeRpcServiceMetadata {
|
|
43
|
+
name?: string;
|
|
44
|
+
requireAuth: boolean;
|
|
45
|
+
}
|
|
46
|
+
interface RuntimeRpcMethodMetadata {
|
|
47
|
+
propertyKey: string | symbol;
|
|
48
|
+
name?: string;
|
|
49
|
+
requireAuth?: boolean;
|
|
50
|
+
}
|
|
51
|
+
declare function RpcService(nameOrOptions?: string | RpcServiceOptions): ClassDecorator;
|
|
52
|
+
declare function RpcMethod(nameOrOptions?: string | RpcMethodOptions): MethodDecorator;
|
|
53
|
+
declare function RequireAuth(): MethodDecorator & ClassDecorator;
|
|
54
|
+
declare function getRuntimeRpcServiceMetadata(target: Function): RuntimeRpcServiceMetadata | undefined;
|
|
55
|
+
declare function getRuntimeRpcMethodsMetadata(target: Function): RuntimeRpcMethodMetadata[];
|
|
56
|
+
declare function getRpcAuthPolicy(requireAuth?: boolean): RpcAuthPolicy;
|
|
57
|
+
declare const WextsRpcService: typeof RpcService;
|
|
58
|
+
declare const WextsRpc: typeof RpcMethod;
|
|
59
|
+
|
|
60
|
+
export { FusionController as F, RequireAuth as R, WextsRpc as W, FusionDelete as a, FusionGet as b, FusionPost as c, FusionPut as d, FusionRoute as e, type FusionRouteMetadata as f, RpcMethod as g, type RpcMethodOptions as h, RpcService as i, type RpcServiceOptions as j, type RuntimeRpcMethodMetadata as k, type RuntimeRpcServiceMetadata as l, WextsRpcService as m, getFusionMetadata as n, getRpcAuthPolicy as o, getRuntimeRpcMethodsMetadata as p, getRuntimeRpcServiceMetadata as q };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { D as DevServerConfig, F as FusionDevServer, P as ProcessConfig, a as ProcessRunner, b as ProxyConfig, c as ProxyServer } from '../index-7RvU-jGE.mjs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { D as DevServerConfig, F as FusionDevServer, P as ProcessConfig, a as ProcessRunner, b as ProxyConfig, c as ProxyServer } from '../index-7RvU-jGE.js';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
var _chunk2LJVUMXWjs = require('../chunk-2LJVUMXW.js');
|
|
6
|
+
require('../chunk-WCKSKU3C.js');
|
|
7
|
+
require('../chunk-XE4OXN2W.js');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
exports.FusionDevServer = _chunk2LJVUMXWjs.FusionDevServer; exports.ProcessRunner = _chunk2LJVUMXWjs.ProcessRunner; exports.ProxyServer = _chunk2LJVUMXWjs.ProxyServer;
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["/Volumes/Projects/wexts/packages/dist/dev-server/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACF,uKAAC","file":"/Volumes/Projects/wexts/packages/dist/dev-server/index.js"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
FusionDevServer,
|
|
3
|
+
ProcessRunner,
|
|
4
|
+
ProxyServer
|
|
5
|
+
} from "../chunk-FUPLZMSR.mjs";
|
|
6
|
+
import "../chunk-C2AG7Q3C.mjs";
|
|
7
|
+
import "../chunk-L77ANWWT.mjs";
|
|
8
|
+
export {
|
|
9
|
+
FusionDevServer,
|
|
10
|
+
ProcessRunner,
|
|
11
|
+
ProxyServer
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
interface WextsErrorOptions {
|
|
2
|
+
code: string;
|
|
3
|
+
message: string;
|
|
4
|
+
cause?: unknown;
|
|
5
|
+
suggestedFix?: string;
|
|
6
|
+
docsSlug?: string;
|
|
7
|
+
}
|
|
8
|
+
declare class WextsError extends Error {
|
|
9
|
+
readonly code: string;
|
|
10
|
+
readonly suggestedFix?: string;
|
|
11
|
+
readonly docsSlug?: string;
|
|
12
|
+
constructor(options: WextsErrorOptions);
|
|
13
|
+
get docsUrl(): string | undefined;
|
|
14
|
+
}
|
|
15
|
+
declare class WextsRpcError extends WextsError {
|
|
16
|
+
constructor(options: Omit<WextsErrorOptions, 'code'> & {
|
|
17
|
+
code?: string;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
declare class WextsCodegenError extends WextsError {
|
|
21
|
+
constructor(options: Omit<WextsErrorOptions, 'code'> & {
|
|
22
|
+
code?: string;
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
declare class WextsRuntimeError extends WextsError {
|
|
26
|
+
constructor(options: Omit<WextsErrorOptions, 'code'> & {
|
|
27
|
+
code?: string;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
declare class WextsSecurityError extends WextsError {
|
|
31
|
+
constructor(options: Omit<WextsErrorOptions, 'code'> & {
|
|
32
|
+
code?: string;
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
declare function formatWextsError(error: unknown): string;
|
|
36
|
+
|
|
37
|
+
export { WextsError as W, WextsRpcError as a, WextsRuntimeError as b, WextsSecurityError as c, WextsCodegenError as d, type WextsErrorOptions as e, formatWextsError as f };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
interface WextsErrorOptions {
|
|
2
|
+
code: string;
|
|
3
|
+
message: string;
|
|
4
|
+
cause?: unknown;
|
|
5
|
+
suggestedFix?: string;
|
|
6
|
+
docsSlug?: string;
|
|
7
|
+
}
|
|
8
|
+
declare class WextsError extends Error {
|
|
9
|
+
readonly code: string;
|
|
10
|
+
readonly suggestedFix?: string;
|
|
11
|
+
readonly docsSlug?: string;
|
|
12
|
+
constructor(options: WextsErrorOptions);
|
|
13
|
+
get docsUrl(): string | undefined;
|
|
14
|
+
}
|
|
15
|
+
declare class WextsRpcError extends WextsError {
|
|
16
|
+
constructor(options: Omit<WextsErrorOptions, 'code'> & {
|
|
17
|
+
code?: string;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
declare class WextsCodegenError extends WextsError {
|
|
21
|
+
constructor(options: Omit<WextsErrorOptions, 'code'> & {
|
|
22
|
+
code?: string;
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
declare class WextsRuntimeError extends WextsError {
|
|
26
|
+
constructor(options: Omit<WextsErrorOptions, 'code'> & {
|
|
27
|
+
code?: string;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
declare class WextsSecurityError extends WextsError {
|
|
31
|
+
constructor(options: Omit<WextsErrorOptions, 'code'> & {
|
|
32
|
+
code?: string;
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
declare function formatWextsError(error: unknown): string;
|
|
36
|
+
|
|
37
|
+
export { WextsError as W, WextsRpcError as a, WextsRuntimeError as b, WextsSecurityError as c, WextsCodegenError as d, type WextsErrorOptions as e, formatWextsError as f };
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
interface DevServerConfig {
|
|
2
|
+
apiPath: string;
|
|
3
|
+
webPath: string;
|
|
4
|
+
webPort?: number;
|
|
5
|
+
apiPort?: number;
|
|
6
|
+
useProxy?: boolean;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Unified development server for Fusion projects
|
|
10
|
+
*/
|
|
11
|
+
declare class FusionDevServer {
|
|
12
|
+
private processRunner;
|
|
13
|
+
constructor();
|
|
14
|
+
start(config: DevServerConfig): Promise<void>;
|
|
15
|
+
stop(): void;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
interface ProcessConfig {
|
|
19
|
+
name: string;
|
|
20
|
+
command: string;
|
|
21
|
+
args: string[];
|
|
22
|
+
cwd: string;
|
|
23
|
+
color: 'cyan' | 'green' | 'yellow' | 'magenta' | 'blue';
|
|
24
|
+
env?: Record<string, string>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Run multiple processes concurrently with colored output
|
|
28
|
+
*/
|
|
29
|
+
declare class ProcessRunner {
|
|
30
|
+
private processes;
|
|
31
|
+
private colors;
|
|
32
|
+
run(configs: ProcessConfig[]): Promise<void>;
|
|
33
|
+
private startProcess;
|
|
34
|
+
stopAll(): void;
|
|
35
|
+
isRunning(name: string): boolean;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
interface ProxyConfig {
|
|
39
|
+
port: number;
|
|
40
|
+
apiTarget: string;
|
|
41
|
+
apiPrefix: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Proxy server to forward API requests from Next.js to NestJS
|
|
45
|
+
*/
|
|
46
|
+
declare class ProxyServer {
|
|
47
|
+
private server;
|
|
48
|
+
private proxy;
|
|
49
|
+
start(config: ProxyConfig): Promise<void>;
|
|
50
|
+
stop(): void;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
type index_DevServerConfig = DevServerConfig;
|
|
54
|
+
type index_FusionDevServer = FusionDevServer;
|
|
55
|
+
declare const index_FusionDevServer: typeof FusionDevServer;
|
|
56
|
+
type index_ProcessConfig = ProcessConfig;
|
|
57
|
+
type index_ProcessRunner = ProcessRunner;
|
|
58
|
+
declare const index_ProcessRunner: typeof ProcessRunner;
|
|
59
|
+
type index_ProxyConfig = ProxyConfig;
|
|
60
|
+
type index_ProxyServer = ProxyServer;
|
|
61
|
+
declare const index_ProxyServer: typeof ProxyServer;
|
|
62
|
+
declare namespace index {
|
|
63
|
+
export { type index_DevServerConfig as DevServerConfig, index_FusionDevServer as FusionDevServer, type index_ProcessConfig as ProcessConfig, index_ProcessRunner as ProcessRunner, type index_ProxyConfig as ProxyConfig, index_ProxyServer as ProxyServer };
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export { type DevServerConfig as D, FusionDevServer as F, type ProcessConfig as P, ProcessRunner as a, type ProxyConfig as b, ProxyServer as c, index as i };
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
interface DevServerConfig {
|
|
2
|
+
apiPath: string;
|
|
3
|
+
webPath: string;
|
|
4
|
+
webPort?: number;
|
|
5
|
+
apiPort?: number;
|
|
6
|
+
useProxy?: boolean;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Unified development server for Fusion projects
|
|
10
|
+
*/
|
|
11
|
+
declare class FusionDevServer {
|
|
12
|
+
private processRunner;
|
|
13
|
+
constructor();
|
|
14
|
+
start(config: DevServerConfig): Promise<void>;
|
|
15
|
+
stop(): void;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
interface ProcessConfig {
|
|
19
|
+
name: string;
|
|
20
|
+
command: string;
|
|
21
|
+
args: string[];
|
|
22
|
+
cwd: string;
|
|
23
|
+
color: 'cyan' | 'green' | 'yellow' | 'magenta' | 'blue';
|
|
24
|
+
env?: Record<string, string>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Run multiple processes concurrently with colored output
|
|
28
|
+
*/
|
|
29
|
+
declare class ProcessRunner {
|
|
30
|
+
private processes;
|
|
31
|
+
private colors;
|
|
32
|
+
run(configs: ProcessConfig[]): Promise<void>;
|
|
33
|
+
private startProcess;
|
|
34
|
+
stopAll(): void;
|
|
35
|
+
isRunning(name: string): boolean;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
interface ProxyConfig {
|
|
39
|
+
port: number;
|
|
40
|
+
apiTarget: string;
|
|
41
|
+
apiPrefix: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Proxy server to forward API requests from Next.js to NestJS
|
|
45
|
+
*/
|
|
46
|
+
declare class ProxyServer {
|
|
47
|
+
private server;
|
|
48
|
+
private proxy;
|
|
49
|
+
start(config: ProxyConfig): Promise<void>;
|
|
50
|
+
stop(): void;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
type index_DevServerConfig = DevServerConfig;
|
|
54
|
+
type index_FusionDevServer = FusionDevServer;
|
|
55
|
+
declare const index_FusionDevServer: typeof FusionDevServer;
|
|
56
|
+
type index_ProcessConfig = ProcessConfig;
|
|
57
|
+
type index_ProcessRunner = ProcessRunner;
|
|
58
|
+
declare const index_ProcessRunner: typeof ProcessRunner;
|
|
59
|
+
type index_ProxyConfig = ProxyConfig;
|
|
60
|
+
type index_ProxyServer = ProxyServer;
|
|
61
|
+
declare const index_ProxyServer: typeof ProxyServer;
|
|
62
|
+
declare namespace index {
|
|
63
|
+
export { type index_DevServerConfig as DevServerConfig, index_FusionDevServer as FusionDevServer, type index_ProcessConfig as ProcessConfig, index_ProcessRunner as ProcessRunner, type index_ProxyConfig as ProxyConfig, index_ProxyServer as ProxyServer };
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export { type DevServerConfig as D, FusionDevServer as F, type ProcessConfig as P, ProcessRunner as a, type ProxyConfig as b, ProxyServer as c, index as i };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { a as RpcManifest } from './types-CQ_aexOX.js';
|
|
2
|
+
|
|
3
|
+
interface RouteInfo {
|
|
4
|
+
method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
|
5
|
+
path: string;
|
|
6
|
+
handler: string;
|
|
7
|
+
controllerName: string;
|
|
8
|
+
}
|
|
9
|
+
interface ControllerInfo {
|
|
10
|
+
name: string;
|
|
11
|
+
prefix: string;
|
|
12
|
+
routes: RouteInfo[];
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Parse NestJS controllers to extract Fusion metadata
|
|
16
|
+
*/
|
|
17
|
+
declare class NestJSParser {
|
|
18
|
+
private projectPath;
|
|
19
|
+
private program;
|
|
20
|
+
constructor(projectPath: string);
|
|
21
|
+
/**
|
|
22
|
+
* Find all controllers with @FusionController decorator
|
|
23
|
+
*/
|
|
24
|
+
findFusionControllers(): ControllerInfo[];
|
|
25
|
+
findRpcManifest(): RpcManifest;
|
|
26
|
+
private parseSourceFile;
|
|
27
|
+
private parseController;
|
|
28
|
+
private parseRoutes;
|
|
29
|
+
private parseRpcServices;
|
|
30
|
+
private parseRpcMethods;
|
|
31
|
+
private parseParameter;
|
|
32
|
+
private findDecorator;
|
|
33
|
+
private hasDecorator;
|
|
34
|
+
private readDecoratorOptions;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
interface GenerateOptions {
|
|
38
|
+
outputPath: string;
|
|
39
|
+
manifest: RpcManifest;
|
|
40
|
+
manifestFileName?: string;
|
|
41
|
+
clientFileName?: string;
|
|
42
|
+
}
|
|
43
|
+
interface GenerateRpcOptions {
|
|
44
|
+
projectPath: string;
|
|
45
|
+
outputPath: string;
|
|
46
|
+
manifestFileName?: string;
|
|
47
|
+
clientFileName?: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Generate TypeScript API client from controller metadata
|
|
51
|
+
*/
|
|
52
|
+
declare class ClientGenerator {
|
|
53
|
+
generate(options: GenerateOptions): Promise<void>;
|
|
54
|
+
private generateRpcClientCode;
|
|
55
|
+
private generateClientInterface;
|
|
56
|
+
private generateServiceInterface;
|
|
57
|
+
private parametersToSignature;
|
|
58
|
+
}
|
|
59
|
+
declare function generateRpcClient(options: GenerateRpcOptions): Promise<RpcManifest>;
|
|
60
|
+
|
|
61
|
+
interface WatchOptions {
|
|
62
|
+
projectPath: string;
|
|
63
|
+
outputPath: string;
|
|
64
|
+
pattern?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Watch NestJS controllers and regenerate client on changes
|
|
68
|
+
*/
|
|
69
|
+
declare class CodegenWatcher {
|
|
70
|
+
private watcher;
|
|
71
|
+
watch(options: WatchOptions): Promise<void>;
|
|
72
|
+
stop(): Promise<void>;
|
|
73
|
+
private generateClient;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
type index_ClientGenerator = ClientGenerator;
|
|
77
|
+
declare const index_ClientGenerator: typeof ClientGenerator;
|
|
78
|
+
type index_CodegenWatcher = CodegenWatcher;
|
|
79
|
+
declare const index_CodegenWatcher: typeof CodegenWatcher;
|
|
80
|
+
type index_ControllerInfo = ControllerInfo;
|
|
81
|
+
type index_GenerateOptions = GenerateOptions;
|
|
82
|
+
type index_GenerateRpcOptions = GenerateRpcOptions;
|
|
83
|
+
type index_NestJSParser = NestJSParser;
|
|
84
|
+
declare const index_NestJSParser: typeof NestJSParser;
|
|
85
|
+
type index_RouteInfo = RouteInfo;
|
|
86
|
+
type index_WatchOptions = WatchOptions;
|
|
87
|
+
declare const index_generateRpcClient: typeof generateRpcClient;
|
|
88
|
+
declare namespace index {
|
|
89
|
+
export { index_ClientGenerator as ClientGenerator, index_CodegenWatcher as CodegenWatcher, type index_ControllerInfo as ControllerInfo, type index_GenerateOptions as GenerateOptions, type index_GenerateRpcOptions as GenerateRpcOptions, index_NestJSParser as NestJSParser, type index_RouteInfo as RouteInfo, type index_WatchOptions as WatchOptions, index_generateRpcClient as generateRpcClient };
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export { ClientGenerator as C, type GenerateOptions as G, NestJSParser as N, type RouteInfo as R, type WatchOptions as W, CodegenWatcher as a, type ControllerInfo as b, type GenerateRpcOptions as c, generateRpcClient as g, index as i };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { F as FusionController, a as FusionDelete, b as FusionGet, c as FusionPost, d as FusionPut, e as FusionRoute, f as FusionRouteMetadata, R as RequireAuth, g as RpcMethod, h as RpcMethodOptions, i as RpcService, j as RpcServiceOptions, k as RuntimeRpcMethodMetadata, l as RuntimeRpcServiceMetadata, W as WextsRpc, m as WextsRpcService, n as getFusionMetadata, o as getRpcAuthPolicy, p as getRuntimeRpcMethodsMetadata, q as getRuntimeRpcServiceMetadata } from './decorators-BiQtOHuF.js';
|
|
2
|
+
|
|
3
|
+
declare const index_FusionController: typeof FusionController;
|
|
4
|
+
declare const index_FusionDelete: typeof FusionDelete;
|
|
5
|
+
declare const index_FusionGet: typeof FusionGet;
|
|
6
|
+
declare const index_FusionPost: typeof FusionPost;
|
|
7
|
+
declare const index_FusionPut: typeof FusionPut;
|
|
8
|
+
declare const index_FusionRoute: typeof FusionRoute;
|
|
9
|
+
declare const index_FusionRouteMetadata: typeof FusionRouteMetadata;
|
|
10
|
+
declare const index_RequireAuth: typeof RequireAuth;
|
|
11
|
+
declare const index_RpcMethod: typeof RpcMethod;
|
|
12
|
+
declare const index_RpcMethodOptions: typeof RpcMethodOptions;
|
|
13
|
+
declare const index_RpcService: typeof RpcService;
|
|
14
|
+
declare const index_RpcServiceOptions: typeof RpcServiceOptions;
|
|
15
|
+
declare const index_RuntimeRpcMethodMetadata: typeof RuntimeRpcMethodMetadata;
|
|
16
|
+
declare const index_RuntimeRpcServiceMetadata: typeof RuntimeRpcServiceMetadata;
|
|
17
|
+
declare const index_WextsRpc: typeof WextsRpc;
|
|
18
|
+
declare const index_WextsRpcService: typeof WextsRpcService;
|
|
19
|
+
declare const index_getFusionMetadata: typeof getFusionMetadata;
|
|
20
|
+
declare const index_getRpcAuthPolicy: typeof getRpcAuthPolicy;
|
|
21
|
+
declare const index_getRuntimeRpcMethodsMetadata: typeof getRuntimeRpcMethodsMetadata;
|
|
22
|
+
declare const index_getRuntimeRpcServiceMetadata: typeof getRuntimeRpcServiceMetadata;
|
|
23
|
+
declare namespace index {
|
|
24
|
+
export { index_FusionController as FusionController, index_FusionDelete as FusionDelete, index_FusionGet as FusionGet, index_FusionPost as FusionPost, index_FusionPut as FusionPut, index_FusionRoute as FusionRoute, index_FusionRouteMetadata as FusionRouteMetadata, index_RequireAuth as RequireAuth, index_RpcMethod as RpcMethod, index_RpcMethodOptions as RpcMethodOptions, index_RpcService as RpcService, index_RpcServiceOptions as RpcServiceOptions, index_RuntimeRpcMethodMetadata as RuntimeRpcMethodMetadata, index_RuntimeRpcServiceMetadata as RuntimeRpcServiceMetadata, index_WextsRpc as WextsRpc, index_WextsRpcService as WextsRpcService, index_getFusionMetadata as getFusionMetadata, index_getRpcAuthPolicy as getRpcAuthPolicy, index_getRuntimeRpcMethodsMetadata as getRuntimeRpcMethodsMetadata, index_getRuntimeRpcServiceMetadata as getRuntimeRpcServiceMetadata };
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { index as i };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { a as RpcManifest } from './types-CQ_aexOX.mjs';
|
|
2
|
+
|
|
3
|
+
interface RouteInfo {
|
|
4
|
+
method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
|
5
|
+
path: string;
|
|
6
|
+
handler: string;
|
|
7
|
+
controllerName: string;
|
|
8
|
+
}
|
|
9
|
+
interface ControllerInfo {
|
|
10
|
+
name: string;
|
|
11
|
+
prefix: string;
|
|
12
|
+
routes: RouteInfo[];
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Parse NestJS controllers to extract Fusion metadata
|
|
16
|
+
*/
|
|
17
|
+
declare class NestJSParser {
|
|
18
|
+
private projectPath;
|
|
19
|
+
private program;
|
|
20
|
+
constructor(projectPath: string);
|
|
21
|
+
/**
|
|
22
|
+
* Find all controllers with @FusionController decorator
|
|
23
|
+
*/
|
|
24
|
+
findFusionControllers(): ControllerInfo[];
|
|
25
|
+
findRpcManifest(): RpcManifest;
|
|
26
|
+
private parseSourceFile;
|
|
27
|
+
private parseController;
|
|
28
|
+
private parseRoutes;
|
|
29
|
+
private parseRpcServices;
|
|
30
|
+
private parseRpcMethods;
|
|
31
|
+
private parseParameter;
|
|
32
|
+
private findDecorator;
|
|
33
|
+
private hasDecorator;
|
|
34
|
+
private readDecoratorOptions;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
interface GenerateOptions {
|
|
38
|
+
outputPath: string;
|
|
39
|
+
manifest: RpcManifest;
|
|
40
|
+
manifestFileName?: string;
|
|
41
|
+
clientFileName?: string;
|
|
42
|
+
}
|
|
43
|
+
interface GenerateRpcOptions {
|
|
44
|
+
projectPath: string;
|
|
45
|
+
outputPath: string;
|
|
46
|
+
manifestFileName?: string;
|
|
47
|
+
clientFileName?: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Generate TypeScript API client from controller metadata
|
|
51
|
+
*/
|
|
52
|
+
declare class ClientGenerator {
|
|
53
|
+
generate(options: GenerateOptions): Promise<void>;
|
|
54
|
+
private generateRpcClientCode;
|
|
55
|
+
private generateClientInterface;
|
|
56
|
+
private generateServiceInterface;
|
|
57
|
+
private parametersToSignature;
|
|
58
|
+
}
|
|
59
|
+
declare function generateRpcClient(options: GenerateRpcOptions): Promise<RpcManifest>;
|
|
60
|
+
|
|
61
|
+
interface WatchOptions {
|
|
62
|
+
projectPath: string;
|
|
63
|
+
outputPath: string;
|
|
64
|
+
pattern?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Watch NestJS controllers and regenerate client on changes
|
|
68
|
+
*/
|
|
69
|
+
declare class CodegenWatcher {
|
|
70
|
+
private watcher;
|
|
71
|
+
watch(options: WatchOptions): Promise<void>;
|
|
72
|
+
stop(): Promise<void>;
|
|
73
|
+
private generateClient;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
type index_ClientGenerator = ClientGenerator;
|
|
77
|
+
declare const index_ClientGenerator: typeof ClientGenerator;
|
|
78
|
+
type index_CodegenWatcher = CodegenWatcher;
|
|
79
|
+
declare const index_CodegenWatcher: typeof CodegenWatcher;
|
|
80
|
+
type index_ControllerInfo = ControllerInfo;
|
|
81
|
+
type index_GenerateOptions = GenerateOptions;
|
|
82
|
+
type index_GenerateRpcOptions = GenerateRpcOptions;
|
|
83
|
+
type index_NestJSParser = NestJSParser;
|
|
84
|
+
declare const index_NestJSParser: typeof NestJSParser;
|
|
85
|
+
type index_RouteInfo = RouteInfo;
|
|
86
|
+
type index_WatchOptions = WatchOptions;
|
|
87
|
+
declare const index_generateRpcClient: typeof generateRpcClient;
|
|
88
|
+
declare namespace index {
|
|
89
|
+
export { index_ClientGenerator as ClientGenerator, index_CodegenWatcher as CodegenWatcher, type index_ControllerInfo as ControllerInfo, type index_GenerateOptions as GenerateOptions, type index_GenerateRpcOptions as GenerateRpcOptions, index_NestJSParser as NestJSParser, type index_RouteInfo as RouteInfo, type index_WatchOptions as WatchOptions, index_generateRpcClient as generateRpcClient };
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export { ClientGenerator as C, type GenerateOptions as G, NestJSParser as N, type RouteInfo as R, type WatchOptions as W, CodegenWatcher as a, type ControllerInfo as b, type GenerateRpcOptions as c, generateRpcClient as g, index as i };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { F as FusionController, a as FusionDelete, b as FusionGet, c as FusionPost, d as FusionPut, e as FusionRoute, f as FusionRouteMetadata, R as RequireAuth, g as RpcMethod, h as RpcMethodOptions, i as RpcService, j as RpcServiceOptions, k as RuntimeRpcMethodMetadata, l as RuntimeRpcServiceMetadata, W as WextsRpc, m as WextsRpcService, n as getFusionMetadata, o as getRpcAuthPolicy, p as getRuntimeRpcMethodsMetadata, q as getRuntimeRpcServiceMetadata } from './decorators-vBopODtr.mjs';
|
|
2
|
+
|
|
3
|
+
declare const index_FusionController: typeof FusionController;
|
|
4
|
+
declare const index_FusionDelete: typeof FusionDelete;
|
|
5
|
+
declare const index_FusionGet: typeof FusionGet;
|
|
6
|
+
declare const index_FusionPost: typeof FusionPost;
|
|
7
|
+
declare const index_FusionPut: typeof FusionPut;
|
|
8
|
+
declare const index_FusionRoute: typeof FusionRoute;
|
|
9
|
+
declare const index_FusionRouteMetadata: typeof FusionRouteMetadata;
|
|
10
|
+
declare const index_RequireAuth: typeof RequireAuth;
|
|
11
|
+
declare const index_RpcMethod: typeof RpcMethod;
|
|
12
|
+
declare const index_RpcMethodOptions: typeof RpcMethodOptions;
|
|
13
|
+
declare const index_RpcService: typeof RpcService;
|
|
14
|
+
declare const index_RpcServiceOptions: typeof RpcServiceOptions;
|
|
15
|
+
declare const index_RuntimeRpcMethodMetadata: typeof RuntimeRpcMethodMetadata;
|
|
16
|
+
declare const index_RuntimeRpcServiceMetadata: typeof RuntimeRpcServiceMetadata;
|
|
17
|
+
declare const index_WextsRpc: typeof WextsRpc;
|
|
18
|
+
declare const index_WextsRpcService: typeof WextsRpcService;
|
|
19
|
+
declare const index_getFusionMetadata: typeof getFusionMetadata;
|
|
20
|
+
declare const index_getRpcAuthPolicy: typeof getRpcAuthPolicy;
|
|
21
|
+
declare const index_getRuntimeRpcMethodsMetadata: typeof getRuntimeRpcMethodsMetadata;
|
|
22
|
+
declare const index_getRuntimeRpcServiceMetadata: typeof getRuntimeRpcServiceMetadata;
|
|
23
|
+
declare namespace index {
|
|
24
|
+
export { index_FusionController as FusionController, index_FusionDelete as FusionDelete, index_FusionGet as FusionGet, index_FusionPost as FusionPost, index_FusionPut as FusionPut, index_FusionRoute as FusionRoute, index_FusionRouteMetadata as FusionRouteMetadata, index_RequireAuth as RequireAuth, index_RpcMethod as RpcMethod, index_RpcMethodOptions as RpcMethodOptions, index_RpcService as RpcService, index_RpcServiceOptions as RpcServiceOptions, index_RuntimeRpcMethodMetadata as RuntimeRpcMethodMetadata, index_RuntimeRpcServiceMetadata as RuntimeRpcServiceMetadata, index_WextsRpc as WextsRpc, index_WextsRpcService as WextsRpcService, index_getFusionMetadata as getFusionMetadata, index_getRpcAuthPolicy as getRpcAuthPolicy, index_getRuntimeRpcMethodsMetadata as getRuntimeRpcMethodsMetadata, index_getRuntimeRpcServiceMetadata as getRuntimeRpcServiceMetadata };
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { index as i };
|