@enjoys/context-engine 1.2.0 → 1.4.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.
- package/data/codeActions/angular.json +126 -0
- package/data/codeActions/css.json +111 -0
- package/data/codeActions/nestjs.json +124 -0
- package/data/codeActions/nextjs.json +198 -0
- package/data/codeActions/react.json +154 -0
- package/data/codeActions/shadcn.json +112 -0
- package/data/codeActions/shell.json +169 -26
- package/data/codeActions/tailwindcss.json +76 -0
- package/data/codeLens/angular.json +22 -0
- package/data/codeLens/css.json +68 -0
- package/data/codeLens/nestjs.json +21 -0
- package/data/codeLens/nextjs.json +117 -0
- package/data/codeLens/react.json +89 -0
- package/data/codeLens/shadcn.json +89 -0
- package/data/codeLens/shell.json +59 -17
- package/data/codeLens/tailwindcss.json +103 -0
- package/data/color/angular.json +21 -0
- package/data/color/css.json +124 -0
- package/data/color/nestjs.json +18 -0
- package/data/color/nextjs.json +22 -0
- package/data/color/react.json +93 -0
- package/data/color/shadcn.json +66 -0
- package/data/color/shell.json +106 -80
- package/data/color/tailwindcss.json +53 -0
- package/data/commands/angular.json +312 -0
- package/data/commands/css.json +41 -0
- package/data/commands/manifest.json +734 -727
- package/data/commands/nestjs.json +273 -0
- package/data/commands/nextjs.json +123 -0
- package/data/commands/react.json +210 -0
- package/data/commands/shadcn.json +410 -0
- package/data/commands/shell.json +571 -41
- package/data/commands/tailwindcss.json +53 -0
- package/data/completion/angular.json +1490 -0
- package/data/completion/css.json +1176 -0
- package/data/completion/javascript.json +27 -0
- package/data/completion/nestjs.json +1454 -0
- package/data/completion/nextjs.json +1373 -0
- package/data/completion/react.json +1319 -0
- package/data/completion/redis-cli.json +1 -1
- package/data/completion/shadcn.json +1202 -0
- package/data/completion/shell.json +2446 -510
- package/data/completion/tailwindcss.json +284 -0
- package/data/completion/typescript.json +27 -0
- package/data/declaration/angular.json +46 -0
- package/data/declaration/css.json +59 -0
- package/data/declaration/nestjs.json +47 -0
- package/data/declaration/nextjs.json +274 -0
- package/data/declaration/react.json +199 -0
- package/data/declaration/shadcn.json +211 -0
- package/data/declaration/shell.json +343 -24
- package/data/declaration/tailwindcss.json +137 -0
- package/data/definition/angular.json +670 -0
- package/data/definition/css.json +115 -0
- package/data/definition/nestjs.json +684 -0
- package/data/definition/nextjs.json +439 -0
- package/data/definition/react.json +397 -0
- package/data/definition/redis-cli.json +1 -1
- package/data/definition/shadcn.json +99 -0
- package/data/definition/shell.json +820 -0
- package/data/definition/tailwindcss.json +115 -0
- package/data/documentHighlight/angular.json +414 -0
- package/data/documentHighlight/css.json +125 -0
- package/data/documentHighlight/nestjs.json +115 -0
- package/data/documentHighlight/nextjs.json +212 -0
- package/data/documentHighlight/react.json +119 -0
- package/data/documentHighlight/shadcn.json +168 -0
- package/data/documentHighlight/shell.json +664 -334
- package/data/documentHighlight/tailwindcss.json +160 -0
- package/data/documentRangeFormatting/angular.json +45 -0
- package/data/documentRangeFormatting/css.json +101 -0
- package/data/documentRangeFormatting/nestjs.json +17 -0
- package/data/documentRangeFormatting/nextjs.json +17 -0
- package/data/documentRangeFormatting/react.json +78 -0
- package/data/documentRangeFormatting/shadcn.json +45 -0
- package/data/documentRangeFormatting/shell.json +120 -53
- package/data/documentRangeFormatting/tailwindcss.json +55 -0
- package/data/documentSymbol/angular.json +180 -0
- package/data/documentSymbol/css.json +96 -0
- package/data/documentSymbol/nestjs.json +152 -0
- package/data/documentSymbol/nextjs.json +159 -0
- package/data/documentSymbol/react.json +145 -0
- package/data/documentSymbol/shadcn.json +131 -0
- package/data/documentSymbol/shell.json +166 -26
- package/data/documentSymbol/tailwindcss.json +110 -0
- package/data/foldingRange/angular.json +99 -0
- package/data/foldingRange/css.json +66 -0
- package/data/foldingRange/nestjs.json +26 -0
- package/data/foldingRange/nextjs.json +26 -0
- package/data/foldingRange/react.json +120 -0
- package/data/foldingRange/shadcn.json +93 -0
- package/data/foldingRange/shell.json +106 -46
- package/data/foldingRange/tailwindcss.json +60 -0
- package/data/formatting/angular.json +21 -0
- package/data/formatting/css.json +73 -0
- package/data/formatting/nestjs.json +23 -0
- package/data/formatting/nextjs.json +23 -0
- package/data/formatting/react.json +71 -0
- package/data/formatting/shadcn.json +61 -0
- package/data/formatting/shell.json +103 -19
- package/data/formatting/tailwindcss.json +48 -0
- package/data/hover/angular.json +455 -0
- package/data/hover/css.json +300 -0
- package/data/hover/nestjs.json +296 -0
- package/data/hover/nextjs.json +305 -0
- package/data/hover/react.json +173 -0
- package/data/hover/redis-cli.json +1 -1
- package/data/hover/shadcn.json +450 -0
- package/data/hover/shell.json +684 -75
- package/data/hover/tailwindcss.json +968 -0
- package/data/implementation/angular.json +22 -0
- package/data/implementation/css.json +65 -0
- package/data/implementation/nestjs.json +24 -0
- package/data/implementation/nextjs.json +137 -0
- package/data/implementation/react.json +125 -0
- package/data/implementation/shadcn.json +89 -0
- package/data/implementation/shell.json +59 -3
- package/data/implementation/tailwindcss.json +59 -0
- package/data/inlayHints/angular.json +24 -0
- package/data/inlayHints/css.json +87 -0
- package/data/inlayHints/nestjs.json +24 -0
- package/data/inlayHints/nextjs.json +143 -0
- package/data/inlayHints/react.json +177 -0
- package/data/inlayHints/shadcn.json +109 -0
- package/data/inlayHints/shell.json +223 -35
- package/data/inlayHints/tailwindcss.json +111 -0
- package/data/inlineCompletions/angular.json +135 -0
- package/data/inlineCompletions/css.json +125 -0
- package/data/inlineCompletions/javascript.json +12 -0
- package/data/inlineCompletions/nestjs.json +25 -0
- package/data/inlineCompletions/nextjs.json +179 -0
- package/data/inlineCompletions/react.json +203 -0
- package/data/inlineCompletions/shadcn.json +115 -0
- package/data/inlineCompletions/shell.json +185 -35
- package/data/inlineCompletions/tailwindcss.json +411 -0
- package/data/inlineCompletions/typescript.json +12 -0
- package/data/linkedEditingRange/angular.json +23 -0
- package/data/linkedEditingRange/css.json +40 -0
- package/data/linkedEditingRange/nestjs.json +10 -0
- package/data/linkedEditingRange/nextjs.json +11 -0
- package/data/linkedEditingRange/react.json +75 -0
- package/data/linkedEditingRange/shadcn.json +23 -0
- package/data/linkedEditingRange/shell.json +25 -25
- package/data/linkedEditingRange/tailwindcss.json +30 -0
- package/data/links/angular.json +95 -0
- package/data/links/css.json +55 -0
- package/data/links/nestjs.json +130 -0
- package/data/links/nextjs.json +91 -0
- package/data/links/react.json +75 -0
- package/data/links/shadcn.json +98 -0
- package/data/links/shell.json +56 -0
- package/data/links/tailwindcss.json +65 -0
- package/data/manifest.json +399 -150
- package/data/onTypeFormatting/angular.json +14 -0
- package/data/onTypeFormatting/css.json +82 -0
- package/data/onTypeFormatting/nestjs.json +16 -0
- package/data/onTypeFormatting/nextjs.json +17 -0
- package/data/onTypeFormatting/react.json +127 -0
- package/data/onTypeFormatting/shadcn.json +54 -0
- package/data/onTypeFormatting/shell.json +72 -68
- package/data/onTypeFormatting/tailwindcss.json +63 -0
- package/data/rangeSemanticTokens/angular.json +140 -0
- package/data/rangeSemanticTokens/css.json +125 -0
- package/data/rangeSemanticTokens/nestjs.json +27 -0
- package/data/rangeSemanticTokens/nextjs.json +28 -0
- package/data/rangeSemanticTokens/react.json +216 -0
- package/data/rangeSemanticTokens/shadcn.json +140 -0
- package/data/rangeSemanticTokens/shell.json +247 -69
- package/data/rangeSemanticTokens/tailwindcss.json +186 -0
- package/data/references/angular.json +26 -0
- package/data/references/css.json +65 -0
- package/data/references/nestjs.json +24 -0
- package/data/references/nextjs.json +178 -0
- package/data/references/react.json +192 -0
- package/data/references/shadcn.json +101 -0
- package/data/references/shell.json +323 -92
- package/data/references/tailwindcss.json +125 -0
- package/data/rename/angular.json +131 -0
- package/data/rename/css.json +91 -0
- package/data/rename/nestjs.json +32 -0
- package/data/rename/nextjs.json +31 -0
- package/data/rename/react.json +88 -0
- package/data/rename/shadcn.json +79 -0
- package/data/rename/shell.json +101 -31
- package/data/rename/tailwindcss.json +58 -0
- package/data/selectionRange/angular.json +95 -0
- package/data/selectionRange/css.json +55 -0
- package/data/selectionRange/nestjs.json +21 -0
- package/data/selectionRange/nextjs.json +22 -0
- package/data/selectionRange/react.json +87 -0
- package/data/selectionRange/shadcn.json +89 -0
- package/data/selectionRange/shell.json +65 -35
- package/data/selectionRange/tailwindcss.json +35 -0
- package/data/semanticTokens/angular.json +198 -0
- package/data/semanticTokens/css.json +107 -0
- package/data/semanticTokens/nestjs.json +35 -0
- package/data/semanticTokens/nextjs.json +38 -0
- package/data/semanticTokens/react.json +215 -0
- package/data/semanticTokens/shadcn.json +180 -0
- package/data/semanticTokens/shell.json +238 -65
- package/data/semanticTokens/tailwindcss.json +161 -0
- package/data/signatureHelp/angular.json +182 -0
- package/data/signatureHelp/css.json +137 -0
- package/data/signatureHelp/nestjs.json +128 -0
- package/data/signatureHelp/nextjs.json +127 -0
- package/data/signatureHelp/react.json +281 -0
- package/data/signatureHelp/shadcn.json +237 -0
- package/data/signatureHelp/shell.json +797 -104
- package/data/signatureHelp/tailwindcss.json +64 -0
- package/data/typeDefinition/angular.json +362 -0
- package/data/typeDefinition/css.json +53 -0
- package/data/typeDefinition/nestjs.json +334 -0
- package/data/typeDefinition/nextjs.json +285 -0
- package/data/typeDefinition/react.json +236 -0
- package/data/typeDefinition/shadcn.json +292 -0
- package/data/typeDefinition/shell.json +104 -40
- package/data/typeDefinition/tailwindcss.json +47 -0
- package/package.json +1 -1
- package/data/codeActions/bash.json +0 -169
- package/data/codeActions/zsh.json +0 -49
- package/data/codeLens/bash.json +0 -75
- package/data/codeLens/zsh.json +0 -19
- package/data/color/bash.json +0 -100
- package/data/color/zsh.json +0 -80
- package/data/commands/bash.json +0 -102
- package/data/commands/zsh.json +0 -166
- package/data/completion/bash.json +0 -1184
- package/data/completion/zsh.json +0 -973
- package/data/declaration/bash.json +0 -301
- package/data/declaration/zsh.json +0 -205
- package/data/definition/bash.json +0 -565
- package/data/definition/zsh.json +0 -350
- package/data/documentHighlight/bash.json +0 -393
- package/data/documentHighlight/zsh.json +0 -266
- package/data/documentRangeFormatting/bash.json +0 -41
- package/data/documentRangeFormatting/zsh.json +0 -59
- package/data/documentSymbol/bash.json +0 -124
- package/data/documentSymbol/zsh.json +0 -26
- package/data/foldingRange/bash.json +0 -76
- package/data/foldingRange/zsh.json +0 -46
- package/data/formatting/bash.json +0 -88
- package/data/formatting/zsh.json +0 -28
- package/data/hover/bash.json +0 -579
- package/data/hover/zsh.json +0 -96
- package/data/implementation/bash.json +0 -44
- package/data/implementation/zsh.json +0 -41
- package/data/inlayHints/bash.json +0 -207
- package/data/inlayHints/zsh.json +0 -43
- package/data/inlineCompletions/bash.json +0 -155
- package/data/inlineCompletions/zsh.json +0 -17
- package/data/linkedEditingRange/bash.json +0 -25
- package/data/linkedEditingRange/zsh.json +0 -25
- package/data/links/bash.json +0 -56
- package/data/links/zsh.json +0 -15
- package/data/onTypeFormatting/bash.json +0 -68
- package/data/onTypeFormatting/zsh.json +0 -68
- package/data/rangeSemanticTokens/bash.json +0 -90
- package/data/rangeSemanticTokens/zsh.json +0 -76
- package/data/references/bash.json +0 -221
- package/data/references/zsh.json +0 -166
- package/data/rename/bash.json +0 -37
- package/data/rename/zsh.json +0 -31
- package/data/selectionRange/bash.json +0 -35
- package/data/selectionRange/zsh.json +0 -35
- package/data/semanticTokens/bash.json +0 -71
- package/data/semanticTokens/zsh.json +0 -71
- package/data/signatureHelp/bash.json +0 -111
- package/data/signatureHelp/zsh.json +0 -118
- package/data/typeDefinition/bash.json +0 -95
- package/data/typeDefinition/zsh.json +0 -40
|
@@ -0,0 +1,684 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "nestjs",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"@Controller": {
|
|
5
|
+
"signature": "function Controller(prefix?: string | string[]): ClassDecorator",
|
|
6
|
+
"description": "Marks a class as a NestJS controller. Accepts an optional route path prefix or array of prefixes.",
|
|
7
|
+
"type": "function",
|
|
8
|
+
"module": "@nestjs/common",
|
|
9
|
+
"url": "https://docs.nestjs.com/controllers"
|
|
10
|
+
},
|
|
11
|
+
"@Get": {
|
|
12
|
+
"signature": "function Get(path?: string | string[]): MethodDecorator",
|
|
13
|
+
"description": "Routes HTTP GET requests to the decorated method. Accepts an optional route path.",
|
|
14
|
+
"type": "function",
|
|
15
|
+
"module": "@nestjs/common",
|
|
16
|
+
"url": "https://docs.nestjs.com/controllers#routing"
|
|
17
|
+
},
|
|
18
|
+
"@Post": {
|
|
19
|
+
"signature": "function Post(path?: string | string[]): MethodDecorator",
|
|
20
|
+
"description": "Routes HTTP POST requests to the decorated method.",
|
|
21
|
+
"type": "function",
|
|
22
|
+
"module": "@nestjs/common",
|
|
23
|
+
"url": "https://docs.nestjs.com/controllers#routing"
|
|
24
|
+
},
|
|
25
|
+
"@Put": {
|
|
26
|
+
"signature": "function Put(path?: string | string[]): MethodDecorator",
|
|
27
|
+
"description": "Routes HTTP PUT requests to the decorated method.",
|
|
28
|
+
"type": "function",
|
|
29
|
+
"module": "@nestjs/common",
|
|
30
|
+
"url": "https://docs.nestjs.com/controllers#routing"
|
|
31
|
+
},
|
|
32
|
+
"@Patch": {
|
|
33
|
+
"signature": "function Patch(path?: string | string[]): MethodDecorator",
|
|
34
|
+
"description": "Routes HTTP PATCH requests to the decorated method.",
|
|
35
|
+
"type": "function",
|
|
36
|
+
"module": "@nestjs/common",
|
|
37
|
+
"url": "https://docs.nestjs.com/controllers#routing"
|
|
38
|
+
},
|
|
39
|
+
"@Delete": {
|
|
40
|
+
"signature": "function Delete(path?: string | string[]): MethodDecorator",
|
|
41
|
+
"description": "Routes HTTP DELETE requests to the decorated method.",
|
|
42
|
+
"type": "function",
|
|
43
|
+
"module": "@nestjs/common",
|
|
44
|
+
"url": "https://docs.nestjs.com/controllers#routing"
|
|
45
|
+
},
|
|
46
|
+
"@Module": {
|
|
47
|
+
"signature": "function Module(metadata: ModuleMetadata): ClassDecorator",
|
|
48
|
+
"description": "Marks a class as a NestJS module. Accepts metadata with imports, controllers, providers, and exports arrays.",
|
|
49
|
+
"type": "function",
|
|
50
|
+
"module": "@nestjs/common",
|
|
51
|
+
"url": "https://docs.nestjs.com/modules"
|
|
52
|
+
},
|
|
53
|
+
"@Injectable": {
|
|
54
|
+
"signature": "function Injectable(options?: InjectableOptions): ClassDecorator",
|
|
55
|
+
"description": "Marks a class as a provider that can be managed by the NestJS IoC container.",
|
|
56
|
+
"type": "function",
|
|
57
|
+
"module": "@nestjs/common",
|
|
58
|
+
"url": "https://docs.nestjs.com/providers"
|
|
59
|
+
},
|
|
60
|
+
"@Inject": {
|
|
61
|
+
"signature": "function Inject(token?: string | symbol | Type): ParameterDecorator",
|
|
62
|
+
"description": "Injects a provider by token. Used for non-class-based provider injection.",
|
|
63
|
+
"type": "function",
|
|
64
|
+
"module": "@nestjs/common",
|
|
65
|
+
"url": "https://docs.nestjs.com/fundamentals/custom-providers"
|
|
66
|
+
},
|
|
67
|
+
"@Optional": {
|
|
68
|
+
"signature": "function Optional(): ParameterDecorator",
|
|
69
|
+
"description": "Marks a constructor parameter as optional. Prevents errors when the provider is not available.",
|
|
70
|
+
"type": "function",
|
|
71
|
+
"module": "@nestjs/common",
|
|
72
|
+
"url": "https://docs.nestjs.com/providers#optional-providers"
|
|
73
|
+
},
|
|
74
|
+
"@Body": {
|
|
75
|
+
"signature": "function Body(property?: string): ParameterDecorator",
|
|
76
|
+
"description": "Extracts the request body or a specific property from it.",
|
|
77
|
+
"type": "function",
|
|
78
|
+
"module": "@nestjs/common",
|
|
79
|
+
"url": "https://docs.nestjs.com/controllers#request-payloads"
|
|
80
|
+
},
|
|
81
|
+
"@Param": {
|
|
82
|
+
"signature": "function Param(property?: string): ParameterDecorator",
|
|
83
|
+
"description": "Extracts a route parameter or all route parameters from the request.",
|
|
84
|
+
"type": "function",
|
|
85
|
+
"module": "@nestjs/common",
|
|
86
|
+
"url": "https://docs.nestjs.com/controllers#route-parameters"
|
|
87
|
+
},
|
|
88
|
+
"@Query": {
|
|
89
|
+
"signature": "function Query(property?: string): ParameterDecorator",
|
|
90
|
+
"description": "Extracts query string parameters from the request URL.",
|
|
91
|
+
"type": "function",
|
|
92
|
+
"module": "@nestjs/common",
|
|
93
|
+
"url": "https://docs.nestjs.com/controllers#request-object"
|
|
94
|
+
},
|
|
95
|
+
"@Headers": {
|
|
96
|
+
"signature": "function Headers(property?: string): ParameterDecorator",
|
|
97
|
+
"description": "Extracts headers from the request. Optionally extracts a single named header.",
|
|
98
|
+
"type": "function",
|
|
99
|
+
"module": "@nestjs/common",
|
|
100
|
+
"url": "https://docs.nestjs.com/controllers#headers"
|
|
101
|
+
},
|
|
102
|
+
"@Req": {
|
|
103
|
+
"signature": "function Req(): ParameterDecorator",
|
|
104
|
+
"description": "Injects the underlying platform request object (e.g., Express Request).",
|
|
105
|
+
"type": "function",
|
|
106
|
+
"module": "@nestjs/common",
|
|
107
|
+
"url": "https://docs.nestjs.com/controllers#request-object"
|
|
108
|
+
},
|
|
109
|
+
"@Res": {
|
|
110
|
+
"signature": "function Res(options?: { passthrough?: boolean }): ParameterDecorator",
|
|
111
|
+
"description": "Injects the underlying platform response object. Using @Res() disables NestJS standard response handling unless passthrough is true.",
|
|
112
|
+
"type": "function",
|
|
113
|
+
"module": "@nestjs/common",
|
|
114
|
+
"url": "https://docs.nestjs.com/controllers#library-specific-approach"
|
|
115
|
+
},
|
|
116
|
+
"@HttpCode": {
|
|
117
|
+
"signature": "function HttpCode(statusCode: number): MethodDecorator",
|
|
118
|
+
"description": "Sets the HTTP response status code for the decorated route handler.",
|
|
119
|
+
"type": "function",
|
|
120
|
+
"module": "@nestjs/common",
|
|
121
|
+
"url": "https://docs.nestjs.com/controllers#status-code"
|
|
122
|
+
},
|
|
123
|
+
"@Header": {
|
|
124
|
+
"signature": "function Header(name: string, value: string): MethodDecorator",
|
|
125
|
+
"description": "Sets a custom response header for the decorated route handler.",
|
|
126
|
+
"type": "function",
|
|
127
|
+
"module": "@nestjs/common",
|
|
128
|
+
"url": "https://docs.nestjs.com/controllers#headers"
|
|
129
|
+
},
|
|
130
|
+
"@Redirect": {
|
|
131
|
+
"signature": "function Redirect(url?: string, statusCode?: number): MethodDecorator",
|
|
132
|
+
"description": "Redirects the response to the given URL with an optional status code.",
|
|
133
|
+
"type": "function",
|
|
134
|
+
"module": "@nestjs/common",
|
|
135
|
+
"url": "https://docs.nestjs.com/controllers#redirection"
|
|
136
|
+
},
|
|
137
|
+
"@Render": {
|
|
138
|
+
"signature": "function Render(template: string): MethodDecorator",
|
|
139
|
+
"description": "Renders a view template using the configured template engine.",
|
|
140
|
+
"type": "function",
|
|
141
|
+
"module": "@nestjs/common",
|
|
142
|
+
"url": "https://docs.nestjs.com/techniques/mvc"
|
|
143
|
+
},
|
|
144
|
+
"@UseGuards": {
|
|
145
|
+
"signature": "function UseGuards(...guards: (CanActivate | Function)[]): MethodDecorator & ClassDecorator",
|
|
146
|
+
"description": "Binds guards to the scope of the controller or method. Guards determine whether a request is handled.",
|
|
147
|
+
"type": "function",
|
|
148
|
+
"module": "@nestjs/common",
|
|
149
|
+
"url": "https://docs.nestjs.com/guards"
|
|
150
|
+
},
|
|
151
|
+
"@UseInterceptors": {
|
|
152
|
+
"signature": "function UseInterceptors(...interceptors: (NestInterceptor | Function)[]): MethodDecorator & ClassDecorator",
|
|
153
|
+
"description": "Binds interceptors to the controller or method scope. Interceptors add extra logic before/after execution.",
|
|
154
|
+
"type": "function",
|
|
155
|
+
"module": "@nestjs/common",
|
|
156
|
+
"url": "https://docs.nestjs.com/interceptors"
|
|
157
|
+
},
|
|
158
|
+
"@UsePipes": {
|
|
159
|
+
"signature": "function UsePipes(...pipes: (PipeTransform | Function)[]): MethodDecorator & ClassDecorator",
|
|
160
|
+
"description": "Binds pipes to the controller or method scope. Pipes transform or validate input data.",
|
|
161
|
+
"type": "function",
|
|
162
|
+
"module": "@nestjs/common",
|
|
163
|
+
"url": "https://docs.nestjs.com/pipes"
|
|
164
|
+
},
|
|
165
|
+
"@UseFilters": {
|
|
166
|
+
"signature": "function UseFilters(...filters: (ExceptionFilter | Function)[]): MethodDecorator & ClassDecorator",
|
|
167
|
+
"description": "Binds exception filters to the controller or method scope.",
|
|
168
|
+
"type": "function",
|
|
169
|
+
"module": "@nestjs/common",
|
|
170
|
+
"url": "https://docs.nestjs.com/exception-filters"
|
|
171
|
+
},
|
|
172
|
+
"@SetMetadata": {
|
|
173
|
+
"signature": "function SetMetadata(key: string, value: any): CustomDecorator",
|
|
174
|
+
"description": "Attaches custom metadata to a route handler, accessible via Reflector.",
|
|
175
|
+
"type": "function",
|
|
176
|
+
"module": "@nestjs/common",
|
|
177
|
+
"url": "https://docs.nestjs.com/fundamentals/execution-context#reflection-and-metadata"
|
|
178
|
+
},
|
|
179
|
+
"@Catch": {
|
|
180
|
+
"signature": "function Catch(...exceptions: Type[]): ClassDecorator",
|
|
181
|
+
"description": "Marks a class as an exception filter for the given exception type(s).",
|
|
182
|
+
"type": "function",
|
|
183
|
+
"module": "@nestjs/common",
|
|
184
|
+
"url": "https://docs.nestjs.com/exception-filters"
|
|
185
|
+
},
|
|
186
|
+
"@EventPattern": {
|
|
187
|
+
"signature": "function EventPattern(metadata: any): MethodDecorator",
|
|
188
|
+
"description": "Subscribes to an event-based microservice pattern (fire-and-forget).",
|
|
189
|
+
"type": "function",
|
|
190
|
+
"module": "@nestjs/microservices",
|
|
191
|
+
"url": "https://docs.nestjs.com/microservices/basics#event-based"
|
|
192
|
+
},
|
|
193
|
+
"@MessagePattern": {
|
|
194
|
+
"signature": "function MessagePattern(metadata: any): MethodDecorator",
|
|
195
|
+
"description": "Subscribes to a request-response microservice message pattern.",
|
|
196
|
+
"type": "function",
|
|
197
|
+
"module": "@nestjs/microservices",
|
|
198
|
+
"url": "https://docs.nestjs.com/microservices/basics#patterns"
|
|
199
|
+
},
|
|
200
|
+
"@WebSocketGateway": {
|
|
201
|
+
"signature": "function WebSocketGateway(options?: GatewayMetadata): ClassDecorator",
|
|
202
|
+
"description": "Marks a class as a WebSocket gateway. Accepts optional port and namespace options.",
|
|
203
|
+
"type": "function",
|
|
204
|
+
"module": "@nestjs/websockets",
|
|
205
|
+
"url": "https://docs.nestjs.com/websockets/gateways"
|
|
206
|
+
},
|
|
207
|
+
"@SubscribeMessage": {
|
|
208
|
+
"signature": "function SubscribeMessage(message: string): MethodDecorator",
|
|
209
|
+
"description": "Subscribes to a specific WebSocket message event.",
|
|
210
|
+
"type": "function",
|
|
211
|
+
"module": "@nestjs/websockets",
|
|
212
|
+
"url": "https://docs.nestjs.com/websockets/gateways#subscribing-to-messages"
|
|
213
|
+
},
|
|
214
|
+
"@ConnectedSocket": {
|
|
215
|
+
"signature": "function ConnectedSocket(): ParameterDecorator",
|
|
216
|
+
"description": "Injects the connected client socket instance into a gateway method.",
|
|
217
|
+
"type": "function",
|
|
218
|
+
"module": "@nestjs/websockets",
|
|
219
|
+
"url": "https://docs.nestjs.com/websockets/gateways"
|
|
220
|
+
},
|
|
221
|
+
"@WebSocketServer": {
|
|
222
|
+
"signature": "function WebSocketServer(): PropertyDecorator",
|
|
223
|
+
"description": "Injects the underlying WebSocket server instance.",
|
|
224
|
+
"type": "function",
|
|
225
|
+
"module": "@nestjs/websockets",
|
|
226
|
+
"url": "https://docs.nestjs.com/websockets/gateways"
|
|
227
|
+
},
|
|
228
|
+
"@Sse": {
|
|
229
|
+
"signature": "function Sse(path?: string): MethodDecorator",
|
|
230
|
+
"description": "Marks a method as a Server-Sent Events endpoint.",
|
|
231
|
+
"type": "function",
|
|
232
|
+
"module": "@nestjs/common",
|
|
233
|
+
"url": "https://docs.nestjs.com/techniques/server-sent-events"
|
|
234
|
+
},
|
|
235
|
+
"@Cron": {
|
|
236
|
+
"signature": "function Cron(cronTime: string | CronExpression, options?: CronOptions): MethodDecorator",
|
|
237
|
+
"description": "Schedules a method to run on a cron expression.",
|
|
238
|
+
"type": "function",
|
|
239
|
+
"module": "@nestjs/schedule",
|
|
240
|
+
"url": "https://docs.nestjs.com/techniques/task-scheduling#declarative-cron-jobs"
|
|
241
|
+
},
|
|
242
|
+
"@Interval": {
|
|
243
|
+
"signature": "function Interval(timeout: number): MethodDecorator",
|
|
244
|
+
"description": "Schedules a method to run at a fixed interval in milliseconds.",
|
|
245
|
+
"type": "function",
|
|
246
|
+
"module": "@nestjs/schedule",
|
|
247
|
+
"url": "https://docs.nestjs.com/techniques/task-scheduling#declarative-intervals"
|
|
248
|
+
},
|
|
249
|
+
"@Timeout": {
|
|
250
|
+
"signature": "function Timeout(timeout: number): MethodDecorator",
|
|
251
|
+
"description": "Schedules a method to run once after a timeout in milliseconds.",
|
|
252
|
+
"type": "function",
|
|
253
|
+
"module": "@nestjs/schedule",
|
|
254
|
+
"url": "https://docs.nestjs.com/techniques/task-scheduling#declarative-timeouts"
|
|
255
|
+
},
|
|
256
|
+
"@ApiTags": {
|
|
257
|
+
"signature": "function ApiTags(...tags: string[]): ClassDecorator & MethodDecorator",
|
|
258
|
+
"description": "Adds tags to Swagger documentation for grouping endpoints.",
|
|
259
|
+
"type": "function",
|
|
260
|
+
"module": "@nestjs/swagger",
|
|
261
|
+
"url": "https://docs.nestjs.com/openapi/operations#tags"
|
|
262
|
+
},
|
|
263
|
+
"@ApiOperation": {
|
|
264
|
+
"signature": "function ApiOperation(options: ApiOperationOptions): MethodDecorator",
|
|
265
|
+
"description": "Describes an API operation for Swagger documentation.",
|
|
266
|
+
"type": "function",
|
|
267
|
+
"module": "@nestjs/swagger",
|
|
268
|
+
"url": "https://docs.nestjs.com/openapi/operations"
|
|
269
|
+
},
|
|
270
|
+
"@ApiResponse": {
|
|
271
|
+
"signature": "function ApiResponse(options: ApiResponseOptions): MethodDecorator & ClassDecorator",
|
|
272
|
+
"description": "Documents an API response status code and description for Swagger.",
|
|
273
|
+
"type": "function",
|
|
274
|
+
"module": "@nestjs/swagger",
|
|
275
|
+
"url": "https://docs.nestjs.com/openapi/operations#responses"
|
|
276
|
+
},
|
|
277
|
+
"@ApiProperty": {
|
|
278
|
+
"signature": "function ApiProperty(options?: ApiPropertyOptions): PropertyDecorator",
|
|
279
|
+
"description": "Decorates a DTO property for Swagger schema documentation.",
|
|
280
|
+
"type": "function",
|
|
281
|
+
"module": "@nestjs/swagger",
|
|
282
|
+
"url": "https://docs.nestjs.com/openapi/types-and-parameters"
|
|
283
|
+
},
|
|
284
|
+
"@ApiBody": {
|
|
285
|
+
"signature": "function ApiBody(options: ApiBodyOptions): MethodDecorator",
|
|
286
|
+
"description": "Describes the request body schema for Swagger documentation.",
|
|
287
|
+
"type": "function",
|
|
288
|
+
"module": "@nestjs/swagger",
|
|
289
|
+
"url": "https://docs.nestjs.com/openapi/operations#request-body"
|
|
290
|
+
},
|
|
291
|
+
"@ApiBearerAuth": {
|
|
292
|
+
"signature": "function ApiBearerAuth(name?: string): ClassDecorator & MethodDecorator",
|
|
293
|
+
"description": "Marks an endpoint as requiring Bearer token authentication in Swagger.",
|
|
294
|
+
"type": "function",
|
|
295
|
+
"module": "@nestjs/swagger",
|
|
296
|
+
"url": "https://docs.nestjs.com/openapi/security"
|
|
297
|
+
},
|
|
298
|
+
"NestFactory": {
|
|
299
|
+
"signature": "class NestFactory { static create(module: any, options?: NestApplicationOptions): Promise<INestApplication>; static createMicroservice(module: any, options?: MicroserviceOptions): Promise<INestMicroservice>; }",
|
|
300
|
+
"description": "Factory class to create NestJS application and microservice instances.",
|
|
301
|
+
"type": "class",
|
|
302
|
+
"module": "@nestjs/core",
|
|
303
|
+
"url": "https://docs.nestjs.com/first-steps"
|
|
304
|
+
},
|
|
305
|
+
"INestApplication": {
|
|
306
|
+
"signature": "interface INestApplication extends INestApplicationContext",
|
|
307
|
+
"description": "Interface for the NestJS HTTP application instance. Provides methods like listen(), use(), useGlobalPipes(), enableCors(), etc.",
|
|
308
|
+
"type": "interface",
|
|
309
|
+
"module": "@nestjs/common",
|
|
310
|
+
"url": "https://docs.nestjs.com/first-steps"
|
|
311
|
+
},
|
|
312
|
+
"ModuleRef": {
|
|
313
|
+
"signature": "class ModuleRef extends AbstractInstanceResolver",
|
|
314
|
+
"description": "Provides access to the internal provider container for dynamic provider resolution. Methods: get(), resolve(), create().",
|
|
315
|
+
"type": "class",
|
|
316
|
+
"module": "@nestjs/core",
|
|
317
|
+
"url": "https://docs.nestjs.com/fundamentals/module-ref"
|
|
318
|
+
},
|
|
319
|
+
"Reflector": {
|
|
320
|
+
"signature": "class Reflector { get<T>(metadataKey: any, target: Function): T; getAllAndOverride<T>(metadataKey: any, targets: Function[]): T; getAllAndMerge<T>(metadataKey: any, targets: Function[]): T; }",
|
|
321
|
+
"description": "Helper class to retrieve metadata set via @SetMetadata(). Used in guards and interceptors.",
|
|
322
|
+
"type": "class",
|
|
323
|
+
"module": "@nestjs/core",
|
|
324
|
+
"url": "https://docs.nestjs.com/fundamentals/execution-context#reflection-and-metadata"
|
|
325
|
+
},
|
|
326
|
+
"ConfigModule": {
|
|
327
|
+
"signature": "class ConfigModule { static forRoot(options?: ConfigModuleOptions): DynamicModule; }",
|
|
328
|
+
"description": "Module for loading environment variables and configuration. Provides ConfigService for accessing values.",
|
|
329
|
+
"type": "module",
|
|
330
|
+
"module": "@nestjs/config",
|
|
331
|
+
"url": "https://docs.nestjs.com/techniques/configuration"
|
|
332
|
+
},
|
|
333
|
+
"ConfigService": {
|
|
334
|
+
"signature": "class ConfigService { get<T>(propertyPath: string, defaultValue?: T): T | undefined; getOrThrow<T>(propertyPath: string): T; }",
|
|
335
|
+
"description": "Service to access configuration values loaded by ConfigModule.",
|
|
336
|
+
"type": "class",
|
|
337
|
+
"module": "@nestjs/config",
|
|
338
|
+
"url": "https://docs.nestjs.com/techniques/configuration#using-the-configservice"
|
|
339
|
+
},
|
|
340
|
+
"TypeOrmModule": {
|
|
341
|
+
"signature": "class TypeOrmModule { static forRoot(options?: TypeOrmModuleOptions): DynamicModule; static forFeature(entities: EntityClassOrSchema[]): DynamicModule; }",
|
|
342
|
+
"description": "Module for integrating TypeORM with NestJS. Provides forRoot() for connection and forFeature() for repositories.",
|
|
343
|
+
"type": "module",
|
|
344
|
+
"module": "@nestjs/typeorm",
|
|
345
|
+
"url": "https://docs.nestjs.com/techniques/database"
|
|
346
|
+
},
|
|
347
|
+
"MongooseModule": {
|
|
348
|
+
"signature": "class MongooseModule { static forRoot(uri: string, options?: MongooseModuleOptions): DynamicModule; static forFeature(models: ModelDefinition[]): DynamicModule; }",
|
|
349
|
+
"description": "Module for integrating Mongoose ODM with NestJS.",
|
|
350
|
+
"type": "module",
|
|
351
|
+
"module": "@nestjs/mongoose",
|
|
352
|
+
"url": "https://docs.nestjs.com/techniques/mongodb"
|
|
353
|
+
},
|
|
354
|
+
"JwtModule": {
|
|
355
|
+
"signature": "class JwtModule { static register(options: JwtModuleOptions): DynamicModule; static registerAsync(options: JwtModuleAsyncOptions): DynamicModule; }",
|
|
356
|
+
"description": "Module for JWT token generation and verification.",
|
|
357
|
+
"type": "module",
|
|
358
|
+
"module": "@nestjs/jwt",
|
|
359
|
+
"url": "https://docs.nestjs.com/security/authentication#jwt-token"
|
|
360
|
+
},
|
|
361
|
+
"PassportModule": {
|
|
362
|
+
"signature": "class PassportModule { static register(options?: AuthModuleOptions): DynamicModule; }",
|
|
363
|
+
"description": "Module for integrating Passport.js authentication strategies.",
|
|
364
|
+
"type": "module",
|
|
365
|
+
"module": "@nestjs/passport",
|
|
366
|
+
"url": "https://docs.nestjs.com/security/authentication"
|
|
367
|
+
},
|
|
368
|
+
"ThrottlerModule": {
|
|
369
|
+
"signature": "class ThrottlerModule { static forRoot(options?: ThrottlerModuleOptions): DynamicModule; }",
|
|
370
|
+
"description": "Rate limiting module to protect endpoints from brute-force attacks.",
|
|
371
|
+
"type": "module",
|
|
372
|
+
"module": "@nestjs/throttler",
|
|
373
|
+
"url": "https://docs.nestjs.com/security/rate-limiting"
|
|
374
|
+
},
|
|
375
|
+
"CacheModule": {
|
|
376
|
+
"signature": "class CacheModule { static register(options?: CacheModuleOptions): DynamicModule; }",
|
|
377
|
+
"description": "Module for caching responses. Supports in-memory and external stores.",
|
|
378
|
+
"type": "module",
|
|
379
|
+
"module": "@nestjs/cache-manager",
|
|
380
|
+
"url": "https://docs.nestjs.com/techniques/caching"
|
|
381
|
+
},
|
|
382
|
+
"ScheduleModule": {
|
|
383
|
+
"signature": "class ScheduleModule { static forRoot(): DynamicModule; }",
|
|
384
|
+
"description": "Module for task scheduling using cron jobs, intervals, and timeouts.",
|
|
385
|
+
"type": "module",
|
|
386
|
+
"module": "@nestjs/schedule",
|
|
387
|
+
"url": "https://docs.nestjs.com/techniques/task-scheduling"
|
|
388
|
+
},
|
|
389
|
+
"BullModule": {
|
|
390
|
+
"signature": "class BullModule { static forRoot(options?: BullRootModuleOptions): DynamicModule; static registerQueue(...options: BullModuleOptions[]): DynamicModule; }",
|
|
391
|
+
"description": "Module for queue management using Bull and Redis for background job processing.",
|
|
392
|
+
"type": "module",
|
|
393
|
+
"module": "@nestjs/bull",
|
|
394
|
+
"url": "https://docs.nestjs.com/techniques/queues"
|
|
395
|
+
},
|
|
396
|
+
"EventEmitterModule": {
|
|
397
|
+
"signature": "class EventEmitterModule { static forRoot(options?: EventEmitterModuleOptions): DynamicModule; }",
|
|
398
|
+
"description": "Module for event-driven architecture using Node.js EventEmitter.",
|
|
399
|
+
"type": "module",
|
|
400
|
+
"module": "@nestjs/event-emitter",
|
|
401
|
+
"url": "https://docs.nestjs.com/techniques/events"
|
|
402
|
+
},
|
|
403
|
+
"ServeStaticModule": {
|
|
404
|
+
"signature": "class ServeStaticModule { static forRoot(...options: ServeStaticModuleOptions[]): DynamicModule; }",
|
|
405
|
+
"description": "Module for serving static files from a directory.",
|
|
406
|
+
"type": "module",
|
|
407
|
+
"module": "@nestjs/serve-static",
|
|
408
|
+
"url": "https://docs.nestjs.com/recipes/serve-static"
|
|
409
|
+
},
|
|
410
|
+
"GraphQLModule": {
|
|
411
|
+
"signature": "class GraphQLModule { static forRoot<T>(options: T): DynamicModule; }",
|
|
412
|
+
"description": "Module for integrating GraphQL. Supports code-first and schema-first approaches.",
|
|
413
|
+
"type": "module",
|
|
414
|
+
"module": "@nestjs/graphql",
|
|
415
|
+
"url": "https://docs.nestjs.com/graphql/quick-start"
|
|
416
|
+
},
|
|
417
|
+
"ValidationPipe": {
|
|
418
|
+
"signature": "class ValidationPipe implements PipeTransform",
|
|
419
|
+
"description": "Pipe that validates incoming data using class-validator decorators. Supports whitelist, transform, and forbidNonWhitelisted options.",
|
|
420
|
+
"type": "class",
|
|
421
|
+
"module": "@nestjs/common",
|
|
422
|
+
"url": "https://docs.nestjs.com/techniques/validation"
|
|
423
|
+
},
|
|
424
|
+
"ParseIntPipe": {
|
|
425
|
+
"signature": "class ParseIntPipe implements PipeTransform<string, number>",
|
|
426
|
+
"description": "Pipe that transforms a string parameter into an integer. Throws BadRequestException on failure.",
|
|
427
|
+
"type": "class",
|
|
428
|
+
"module": "@nestjs/common",
|
|
429
|
+
"url": "https://docs.nestjs.com/pipes#built-in-pipes"
|
|
430
|
+
},
|
|
431
|
+
"ParseBoolPipe": {
|
|
432
|
+
"signature": "class ParseBoolPipe implements PipeTransform<string, boolean>",
|
|
433
|
+
"description": "Pipe that transforms a string parameter into a boolean.",
|
|
434
|
+
"type": "class",
|
|
435
|
+
"module": "@nestjs/common",
|
|
436
|
+
"url": "https://docs.nestjs.com/pipes#built-in-pipes"
|
|
437
|
+
},
|
|
438
|
+
"ParseArrayPipe": {
|
|
439
|
+
"signature": "class ParseArrayPipe implements PipeTransform",
|
|
440
|
+
"description": "Pipe that parses and validates arrays with optional item type validation.",
|
|
441
|
+
"type": "class",
|
|
442
|
+
"module": "@nestjs/common",
|
|
443
|
+
"url": "https://docs.nestjs.com/pipes#built-in-pipes"
|
|
444
|
+
},
|
|
445
|
+
"ParseUUIDPipe": {
|
|
446
|
+
"signature": "class ParseUUIDPipe implements PipeTransform<string, string>",
|
|
447
|
+
"description": "Pipe that validates and parses UUID parameters.",
|
|
448
|
+
"type": "class",
|
|
449
|
+
"module": "@nestjs/common",
|
|
450
|
+
"url": "https://docs.nestjs.com/pipes#built-in-pipes"
|
|
451
|
+
},
|
|
452
|
+
"ParseEnumPipe": {
|
|
453
|
+
"signature": "class ParseEnumPipe<T> implements PipeTransform<string, T>",
|
|
454
|
+
"description": "Pipe that validates a parameter is a valid enum value.",
|
|
455
|
+
"type": "class",
|
|
456
|
+
"module": "@nestjs/common",
|
|
457
|
+
"url": "https://docs.nestjs.com/pipes#built-in-pipes"
|
|
458
|
+
},
|
|
459
|
+
"DefaultValuePipe": {
|
|
460
|
+
"signature": "class DefaultValuePipe<T> implements PipeTransform",
|
|
461
|
+
"description": "Pipe that provides a default value when the parameter is null or undefined.",
|
|
462
|
+
"type": "class",
|
|
463
|
+
"module": "@nestjs/common",
|
|
464
|
+
"url": "https://docs.nestjs.com/pipes#built-in-pipes"
|
|
465
|
+
},
|
|
466
|
+
"ParseFloatPipe": {
|
|
467
|
+
"signature": "class ParseFloatPipe implements PipeTransform<string, number>",
|
|
468
|
+
"description": "Pipe that transforms a string parameter into a floating-point number.",
|
|
469
|
+
"type": "class",
|
|
470
|
+
"module": "@nestjs/common",
|
|
471
|
+
"url": "https://docs.nestjs.com/pipes#built-in-pipes"
|
|
472
|
+
},
|
|
473
|
+
"AuthGuard": {
|
|
474
|
+
"signature": "function AuthGuard(type?: string | string[]): Type<CanActivate>",
|
|
475
|
+
"description": "Guard factory that triggers Passport authentication for a given strategy.",
|
|
476
|
+
"type": "function",
|
|
477
|
+
"module": "@nestjs/passport",
|
|
478
|
+
"url": "https://docs.nestjs.com/security/authentication#implementing-passport-strategies"
|
|
479
|
+
},
|
|
480
|
+
"ClassSerializerInterceptor": {
|
|
481
|
+
"signature": "class ClassSerializerInterceptor implements NestInterceptor",
|
|
482
|
+
"description": "Interceptor that serializes response objects using class-transformer decorators (@Exclude, @Expose).",
|
|
483
|
+
"type": "class",
|
|
484
|
+
"module": "@nestjs/common",
|
|
485
|
+
"url": "https://docs.nestjs.com/techniques/serialization"
|
|
486
|
+
},
|
|
487
|
+
"CacheInterceptor": {
|
|
488
|
+
"signature": "class CacheInterceptor implements NestInterceptor",
|
|
489
|
+
"description": "Interceptor that automatically caches GET responses. Works with CacheModule.",
|
|
490
|
+
"type": "class",
|
|
491
|
+
"module": "@nestjs/cache-manager",
|
|
492
|
+
"url": "https://docs.nestjs.com/techniques/caching#auto-caching-responses"
|
|
493
|
+
},
|
|
494
|
+
"FileInterceptor": {
|
|
495
|
+
"signature": "function FileInterceptor(fieldName: string, localOptions?: MulterOptions): Type<NestInterceptor>",
|
|
496
|
+
"description": "Interceptor for handling single file uploads via multipart/form-data using Multer.",
|
|
497
|
+
"type": "function",
|
|
498
|
+
"module": "@nestjs/platform-express",
|
|
499
|
+
"url": "https://docs.nestjs.com/techniques/file-upload"
|
|
500
|
+
},
|
|
501
|
+
"FilesInterceptor": {
|
|
502
|
+
"signature": "function FilesInterceptor(fieldName: string, maxCount?: number, localOptions?: MulterOptions): Type<NestInterceptor>",
|
|
503
|
+
"description": "Interceptor for handling multiple file uploads via multipart/form-data using Multer.",
|
|
504
|
+
"type": "function",
|
|
505
|
+
"module": "@nestjs/platform-express",
|
|
506
|
+
"url": "https://docs.nestjs.com/techniques/file-upload"
|
|
507
|
+
},
|
|
508
|
+
"HttpException": {
|
|
509
|
+
"signature": "class HttpException extends Error { constructor(response: string | Record<string, any>, status: number, options?: HttpExceptionOptions); getStatus(): number; getResponse(): string | object; }",
|
|
510
|
+
"description": "Base class for all HTTP exceptions. Accepts a response body and status code.",
|
|
511
|
+
"type": "class",
|
|
512
|
+
"module": "@nestjs/common",
|
|
513
|
+
"url": "https://docs.nestjs.com/exception-filters#built-in-http-exceptions"
|
|
514
|
+
},
|
|
515
|
+
"BadRequestException": {
|
|
516
|
+
"signature": "class BadRequestException extends HttpException",
|
|
517
|
+
"description": "Throws a 400 Bad Request HTTP exception.",
|
|
518
|
+
"type": "class",
|
|
519
|
+
"module": "@nestjs/common",
|
|
520
|
+
"url": "https://docs.nestjs.com/exception-filters#built-in-http-exceptions"
|
|
521
|
+
},
|
|
522
|
+
"UnauthorizedException": {
|
|
523
|
+
"signature": "class UnauthorizedException extends HttpException",
|
|
524
|
+
"description": "Throws a 401 Unauthorized HTTP exception.",
|
|
525
|
+
"type": "class",
|
|
526
|
+
"module": "@nestjs/common",
|
|
527
|
+
"url": "https://docs.nestjs.com/exception-filters#built-in-http-exceptions"
|
|
528
|
+
},
|
|
529
|
+
"ForbiddenException": {
|
|
530
|
+
"signature": "class ForbiddenException extends HttpException",
|
|
531
|
+
"description": "Throws a 403 Forbidden HTTP exception.",
|
|
532
|
+
"type": "class",
|
|
533
|
+
"module": "@nestjs/common",
|
|
534
|
+
"url": "https://docs.nestjs.com/exception-filters#built-in-http-exceptions"
|
|
535
|
+
},
|
|
536
|
+
"NotFoundException": {
|
|
537
|
+
"signature": "class NotFoundException extends HttpException",
|
|
538
|
+
"description": "Throws a 404 Not Found HTTP exception.",
|
|
539
|
+
"type": "class",
|
|
540
|
+
"module": "@nestjs/common",
|
|
541
|
+
"url": "https://docs.nestjs.com/exception-filters#built-in-http-exceptions"
|
|
542
|
+
},
|
|
543
|
+
"ConflictException": {
|
|
544
|
+
"signature": "class ConflictException extends HttpException",
|
|
545
|
+
"description": "Throws a 409 Conflict HTTP exception.",
|
|
546
|
+
"type": "class",
|
|
547
|
+
"module": "@nestjs/common",
|
|
548
|
+
"url": "https://docs.nestjs.com/exception-filters#built-in-http-exceptions"
|
|
549
|
+
},
|
|
550
|
+
"InternalServerErrorException": {
|
|
551
|
+
"signature": "class InternalServerErrorException extends HttpException",
|
|
552
|
+
"description": "Throws a 500 Internal Server Error HTTP exception.",
|
|
553
|
+
"type": "class",
|
|
554
|
+
"module": "@nestjs/common",
|
|
555
|
+
"url": "https://docs.nestjs.com/exception-filters#built-in-http-exceptions"
|
|
556
|
+
},
|
|
557
|
+
"HttpStatus": {
|
|
558
|
+
"signature": "enum HttpStatus { OK = 200, CREATED = 201, BAD_REQUEST = 400, UNAUTHORIZED = 401, FORBIDDEN = 403, NOT_FOUND = 404, ... }",
|
|
559
|
+
"description": "Enum of standard HTTP status codes.",
|
|
560
|
+
"type": "constant",
|
|
561
|
+
"module": "@nestjs/common",
|
|
562
|
+
"url": "https://docs.nestjs.com/exception-filters#built-in-http-exceptions"
|
|
563
|
+
},
|
|
564
|
+
"Logger": {
|
|
565
|
+
"signature": "class Logger { log(message: any, context?: string): void; error(message: any, trace?: string, context?: string): void; warn(message: any, context?: string): void; debug(message: any, context?: string): void; verbose(message: any, context?: string): void; }",
|
|
566
|
+
"description": "Built-in NestJS logger service with multiple log levels.",
|
|
567
|
+
"type": "class",
|
|
568
|
+
"module": "@nestjs/common",
|
|
569
|
+
"url": "https://docs.nestjs.com/techniques/logger"
|
|
570
|
+
},
|
|
571
|
+
"ExecutionContext": {
|
|
572
|
+
"signature": "interface ExecutionContext extends ArgumentsHost { getClass<T>(): Type<T>; getHandler(): Function; }",
|
|
573
|
+
"description": "Extends ArgumentsHost with helper methods to determine the current handler and class being invoked.",
|
|
574
|
+
"type": "interface",
|
|
575
|
+
"module": "@nestjs/common",
|
|
576
|
+
"url": "https://docs.nestjs.com/fundamentals/execution-context"
|
|
577
|
+
},
|
|
578
|
+
"ArgumentsHost": {
|
|
579
|
+
"signature": "interface ArgumentsHost { switchToHttp(): HttpArgumentsHost; switchToWs(): WsArgumentsHost; switchToRpc(): RpcArgumentsHost; getType(): string; }",
|
|
580
|
+
"description": "Provides methods to retrieve arguments for HTTP, WebSocket, or RPC contexts.",
|
|
581
|
+
"type": "interface",
|
|
582
|
+
"module": "@nestjs/common",
|
|
583
|
+
"url": "https://docs.nestjs.com/fundamentals/execution-context#arguments-host"
|
|
584
|
+
},
|
|
585
|
+
"Test.createTestingModule": {
|
|
586
|
+
"signature": "static createTestingModule(metadata: ModuleMetadata): TestingModuleBuilder",
|
|
587
|
+
"description": "Creates a testing module builder for unit and integration tests.",
|
|
588
|
+
"type": "method",
|
|
589
|
+
"module": "@nestjs/testing",
|
|
590
|
+
"url": "https://docs.nestjs.com/fundamentals/testing"
|
|
591
|
+
},
|
|
592
|
+
"TestingModule": {
|
|
593
|
+
"signature": "class TestingModule extends NestApplicationContext { get<T>(typeOrToken: Type<T> | string | symbol): T; resolve<T>(typeOrToken: Type<T> | string | symbol): Promise<T>; createNestApplication(): INestApplication; }",
|
|
594
|
+
"description": "Compiled testing module that provides get() and resolve() for retrieving providers.",
|
|
595
|
+
"type": "class",
|
|
596
|
+
"module": "@nestjs/testing",
|
|
597
|
+
"url": "https://docs.nestjs.com/fundamentals/testing"
|
|
598
|
+
},
|
|
599
|
+
"DynamicModule": {
|
|
600
|
+
"signature": "interface DynamicModule extends ModuleMetadata { module: Type<any>; global?: boolean; }",
|
|
601
|
+
"description": "Interface returned by static methods like forRoot() and forRootAsync() for dynamic module registration.",
|
|
602
|
+
"type": "interface",
|
|
603
|
+
"module": "@nestjs/common",
|
|
604
|
+
"url": "https://docs.nestjs.com/fundamentals/dynamic-modules"
|
|
605
|
+
},
|
|
606
|
+
"JwtService": {
|
|
607
|
+
"signature": "class JwtService { sign(payload: string | object | Buffer, options?: JwtSignOptions): string; signAsync(payload: string | object | Buffer, options?: JwtSignOptions): Promise<string>; verify<T>(token: string, options?: JwtVerifyOptions): T; }",
|
|
608
|
+
"description": "Service for signing and verifying JWT tokens.",
|
|
609
|
+
"type": "class",
|
|
610
|
+
"module": "@nestjs/jwt",
|
|
611
|
+
"url": "https://docs.nestjs.com/security/authentication#jwt-token"
|
|
612
|
+
},
|
|
613
|
+
"ThrottlerGuard": {
|
|
614
|
+
"signature": "class ThrottlerGuard implements CanActivate",
|
|
615
|
+
"description": "Guard that limits request rates based on ThrottlerModule configuration.",
|
|
616
|
+
"type": "class",
|
|
617
|
+
"module": "@nestjs/throttler",
|
|
618
|
+
"url": "https://docs.nestjs.com/security/rate-limiting"
|
|
619
|
+
},
|
|
620
|
+
"Transport": {
|
|
621
|
+
"signature": "enum Transport { TCP, REDIS, NATS, MQTT, GRPC, RMQ, KAFKA }",
|
|
622
|
+
"description": "Enum of microservice transport layers.",
|
|
623
|
+
"type": "constant",
|
|
624
|
+
"module": "@nestjs/microservices",
|
|
625
|
+
"url": "https://docs.nestjs.com/microservices/basics"
|
|
626
|
+
},
|
|
627
|
+
"ClientProxy": {
|
|
628
|
+
"signature": "abstract class ClientProxy { send<TResult, TInput>(pattern: any, data: TInput): Observable<TResult>; emit<TResult, TInput>(pattern: any, data: TInput): Observable<TResult>; }",
|
|
629
|
+
"description": "Proxy class for sending messages to other microservices.",
|
|
630
|
+
"type": "class",
|
|
631
|
+
"module": "@nestjs/microservices",
|
|
632
|
+
"url": "https://docs.nestjs.com/microservices/basics#client"
|
|
633
|
+
},
|
|
634
|
+
"ClientsModule": {
|
|
635
|
+
"signature": "class ClientsModule { static register(options: ClientsModuleOptions[]): DynamicModule; static registerAsync(options: ClientsModuleAsyncOptions[]): DynamicModule; }",
|
|
636
|
+
"description": "Module for registering microservice client connections.",
|
|
637
|
+
"type": "module",
|
|
638
|
+
"module": "@nestjs/microservices",
|
|
639
|
+
"url": "https://docs.nestjs.com/microservices/basics#client"
|
|
640
|
+
},
|
|
641
|
+
"DocumentBuilder": {
|
|
642
|
+
"signature": "class DocumentBuilder { setTitle(title: string): this; setDescription(description: string): this; setVersion(version: string): this; addBearerAuth(): this; build(): OpenAPIObject; }",
|
|
643
|
+
"description": "Builder class for creating Swagger/OpenAPI document configuration.",
|
|
644
|
+
"type": "class",
|
|
645
|
+
"module": "@nestjs/swagger",
|
|
646
|
+
"url": "https://docs.nestjs.com/openapi/introduction"
|
|
647
|
+
},
|
|
648
|
+
"SwaggerModule": {
|
|
649
|
+
"signature": "class SwaggerModule { static createDocument(app: INestApplication, config: OpenAPIObject): OpenAPIObject; static setup(path: string, app: INestApplication, document: OpenAPIObject): void; }",
|
|
650
|
+
"description": "Module for setting up Swagger UI documentation endpoint.",
|
|
651
|
+
"type": "class",
|
|
652
|
+
"module": "@nestjs/swagger",
|
|
653
|
+
"url": "https://docs.nestjs.com/openapi/introduction"
|
|
654
|
+
},
|
|
655
|
+
"VersioningType": {
|
|
656
|
+
"signature": "enum VersioningType { URI, HEADER, MEDIA_TYPE, CUSTOM }",
|
|
657
|
+
"description": "Enum for API versioning strategies.",
|
|
658
|
+
"type": "constant",
|
|
659
|
+
"module": "@nestjs/common",
|
|
660
|
+
"url": "https://docs.nestjs.com/techniques/versioning"
|
|
661
|
+
},
|
|
662
|
+
"HttpModule": {
|
|
663
|
+
"signature": "class HttpModule { static register(config?: HttpModuleOptions): DynamicModule; }",
|
|
664
|
+
"description": "Module that exposes HttpService for making external HTTP requests via Axios.",
|
|
665
|
+
"type": "module",
|
|
666
|
+
"module": "@nestjs/axios",
|
|
667
|
+
"url": "https://docs.nestjs.com/techniques/http-module"
|
|
668
|
+
},
|
|
669
|
+
"HttpService": {
|
|
670
|
+
"signature": "class HttpService { get<T>(url: string, config?: AxiosRequestConfig): Observable<AxiosResponse<T>>; post<T>(url: string, data?: any, config?: AxiosRequestConfig): Observable<AxiosResponse<T>>; }",
|
|
671
|
+
"description": "Service for making HTTP requests using Axios.",
|
|
672
|
+
"type": "class",
|
|
673
|
+
"module": "@nestjs/axios",
|
|
674
|
+
"url": "https://docs.nestjs.com/techniques/http-module"
|
|
675
|
+
},
|
|
676
|
+
"ParseFilePipe": {
|
|
677
|
+
"signature": "class ParseFilePipe implements PipeTransform",
|
|
678
|
+
"description": "Pipe for validating file uploads with validators like MaxFileSizeValidator and FileTypeValidator.",
|
|
679
|
+
"type": "class",
|
|
680
|
+
"module": "@nestjs/common",
|
|
681
|
+
"url": "https://docs.nestjs.com/techniques/file-upload#file-validation"
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
}
|