@breautek/storm 6.0.4 → 6.0.5
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/CHANGELOG.md +8 -0
- package/docs/classes/Application.html +481 -444
- package/docs/classes/BackendAuthenticationMiddleware.html +99 -114
- package/docs/classes/CORSMiddleware.html +123 -136
- package/docs/classes/ConfigLoader.html +86 -105
- package/docs/classes/Database.html +141 -160
- package/docs/classes/DatabaseCastObject.html +100 -119
- package/docs/classes/DatabaseConnection.html +260 -250
- package/docs/classes/DatabaseQueryError.html +160 -175
- package/docs/classes/DeadLockError.html +162 -176
- package/docs/classes/DiskSpaceError.html +160 -175
- package/docs/classes/DropTemporaryTableQuery.html +133 -147
- package/docs/classes/DuplicateEntryError.html +160 -175
- package/docs/classes/EntityNotFoundError.html +160 -175
- package/docs/classes/ExpiredTokenError.html +160 -175
- package/docs/classes/Handler.html +146 -165
- package/docs/classes/InternalError.html +160 -175
- package/docs/classes/InvalidCredentialsError.html +160 -175
- package/docs/classes/InvalidValueError.html +160 -175
- package/docs/classes/LineString.html +101 -120
- package/docs/classes/LockWaitTimeoutError.html +162 -176
- package/docs/classes/ManagedDatabaseConnection.html +176 -195
- package/docs/classes/Middleware.html +96 -115
- package/docs/classes/MissingConfigError.html +160 -175
- package/docs/classes/MissingParameterError.html +160 -175
- package/docs/classes/MySQLConnection.html +265 -255
- package/docs/classes/MySQLDatabase.html +146 -165
- package/docs/classes/NotImplementedError.html +160 -175
- package/docs/classes/Point.html +101 -120
- package/docs/classes/Polygon.html +101 -120
- package/docs/classes/Query.html +133 -147
- package/docs/classes/RawError.html +162 -176
- package/docs/classes/RawQuery.html +133 -147
- package/docs/classes/Request.html +171 -190
- package/docs/classes/Response.html +136 -155
- package/docs/classes/ResponseData.html +116 -135
- package/docs/classes/ServiceProvider.html +156 -175
- package/docs/classes/ServiceResponse.html +106 -125
- package/docs/classes/SetSessionVariableQuery.html +133 -147
- package/docs/classes/StormError.html +160 -175
- package/docs/classes/TemporaryTableQuery.html +133 -147
- package/docs/classes/Token.html +91 -110
- package/docs/classes/TokenManager.html +101 -120
- package/docs/classes/Transaction.html +113 -131
- package/docs/classes/UnauthorizedAccessError.html +160 -175
- package/docs/enums/ErrorCode.html +117 -136
- package/docs/enums/ExitCode.html +89 -108
- package/docs/enums/HTTPMethod.html +97 -116
- package/docs/enums/IsolationLevel.html +97 -116
- package/docs/enums/JWTError.html +89 -108
- package/docs/enums/StatusCode.html +273 -292
- package/docs/functions/formidable-1.html +80 -99
- package/docs/functions/getInstance.html +84 -103
- package/docs/index.html +156 -175
- package/docs/interfaces/IAdditionalErrorDetails.html +80 -99
- package/docs/interfaces/IAuthTokenData.html +89 -108
- package/docs/interfaces/ICloudwatchConfig.html +93 -112
- package/docs/interfaces/ICloudwatchCredentials.html +89 -108
- package/docs/interfaces/ICloudwatchStreamConfig.html +89 -108
- package/docs/interfaces/IConfig.html +113 -132
- package/docs/interfaces/IDatabaseConfig.html +105 -124
- package/docs/interfaces/IDatabaseConnection.html +151 -170
- package/docs/interfaces/IErrorResponse.html +101 -120
- package/docs/interfaces/IFormData.html +89 -108
- package/docs/interfaces/IHandler.html +86 -105
- package/docs/interfaces/IInsertQueryResult.html +93 -112
- package/docs/interfaces/IJWTVerifyOptions.html +85 -104
- package/docs/interfaces/IParameterMap.html +80 -99
- package/docs/interfaces/IQueryable.html +106 -125
- package/docs/interfaces/IRequestResponse.html +89 -108
- package/docs/interfaces/IServiceHeaders.html +80 -99
- package/docs/interfaces/ISetSessionVariableQueryInput.html +89 -108
- package/docs/interfaces/ITemporaryTableQueryInput.html +89 -108
- package/docs/interfaces/IUpdateQueryResult.html +89 -108
- package/docs/interfaces/formidable.EmitData.html +108 -108
- package/docs/interfaces/formidable.EventData.html +117 -117
- package/docs/interfaces/formidable.Fields.html +95 -95
- package/docs/interfaces/formidable.File.html +138 -131
- package/docs/interfaces/formidable.FileJSON.html +134 -129
- package/docs/interfaces/formidable.Files.html +95 -95
- package/docs/interfaces/formidable.Options.html +167 -156
- package/docs/interfaces/formidable.Part.html +248 -223
- package/docs/modules/formidable.html +111 -111
- package/docs/types/IDeleteQueryResult.html +80 -99
- package/docs/types/IHandlerError.html +82 -100
- package/docs/types/IHandlerResponse.html +82 -100
- package/docs/types/TCoordinate.html +80 -99
- package/docs/types/formidable.BufferEncoding.html +95 -95
- package/docs/types/formidable.DefaultOptions.html +101 -96
- package/docs/types/formidable.EnabledPlugins.html +95 -95
- package/docs/types/formidable.EventNames.html +95 -95
- package/docs/types/formidable.MappedParsers.html +95 -95
- package/docs/types/formidable.Plugin.html +95 -95
- package/docs/types/formidable.PluginFunction.html +95 -95
- package/docs/types/formidable.Plugins.html +95 -95
- package/lib/Application.d.ts +1 -1
- package/lib/Application.js +7 -6
- package/lib/Application.js.map +1 -1
- package/package.json +13 -13
- package/src/Application.ts +7 -6
|
@@ -26,14 +26,15 @@ certain things depending on the type of object it receives.</p>
|
|
|
26
26
|
<li>Buffers will be passed through</li>
|
|
27
27
|
<li>Any other object will be passed through JSON.stringify</li>
|
|
28
28
|
</ul>
|
|
29
|
-
</div
|
|
29
|
+
</div>
|
|
30
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
30
31
|
<ul>
|
|
31
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
32
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/Handler.ts#L45">src/Handler.ts:45</a></li></ul></aside></div>
|
|
32
33
|
<div class="col-sidebar">
|
|
33
34
|
<div class="page-menu">
|
|
34
35
|
<div class="tsd-navigation settings">
|
|
35
36
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
36
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg>Settings</h3></summary>
|
|
37
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
|
|
37
38
|
<div class="tsd-accordion-details">
|
|
38
39
|
<div class="tsd-filter-visibility">
|
|
39
40
|
<h4 class="uppercase">Member Visibility</h4><form>
|
|
@@ -44,104 +45,85 @@ certain things depending on the type of object it receives.</p>
|
|
|
44
45
|
<div class="tsd-theme-toggle">
|
|
45
46
|
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
|
|
46
47
|
<div class="site-menu">
|
|
47
|
-
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon"
|
|
48
|
+
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>@breautek/storm</span></a>
|
|
48
49
|
<ul class="tsd-small-nested-navigation">
|
|
49
|
-
<li>
|
|
50
|
-
<
|
|
51
|
-
<
|
|
52
|
-
<
|
|
53
|
-
<li><a href="../
|
|
54
|
-
<li><a href="../
|
|
55
|
-
<li><a href="../
|
|
56
|
-
<li><a href="../
|
|
57
|
-
<li><a href="../
|
|
58
|
-
<li><a href="../
|
|
59
|
-
<li><a href="../
|
|
60
|
-
<li><a href="../
|
|
61
|
-
<li><a href="
|
|
62
|
-
<li><a href="
|
|
63
|
-
<li><a href="
|
|
64
|
-
<li><a href="
|
|
65
|
-
<li><a href="
|
|
66
|
-
<li><a href="
|
|
67
|
-
<li><a href="
|
|
68
|
-
<li><a href="
|
|
69
|
-
<li><a href="../
|
|
70
|
-
<li><a href="../
|
|
71
|
-
<li><a href="../
|
|
72
|
-
<li><a href="../
|
|
73
|
-
<li><a href="../
|
|
74
|
-
<li><a href="../
|
|
75
|
-
<li><a href="../classes/
|
|
76
|
-
<li><a href="../classes/
|
|
77
|
-
<li><a href="../classes/
|
|
78
|
-
<li><a href="../classes/
|
|
79
|
-
<li><a href="../classes/
|
|
80
|
-
<li><a href="../classes/
|
|
81
|
-
<li><a href="../classes/
|
|
82
|
-
<li><a href="../classes/
|
|
83
|
-
<li><a href="../classes/
|
|
84
|
-
<li><a href="../classes/
|
|
85
|
-
<li><a href="../classes/
|
|
86
|
-
<li><a href="../classes/
|
|
87
|
-
<li><a href="../classes/
|
|
88
|
-
<li><a href="../classes/
|
|
89
|
-
<li><a href="../classes/
|
|
90
|
-
<li><a href="../classes/
|
|
91
|
-
<li><a href="../classes/
|
|
92
|
-
<li><a href="../classes/
|
|
93
|
-
<li><a href="../classes/
|
|
94
|
-
<li><a href="../classes/
|
|
95
|
-
<li><a href="../classes/
|
|
96
|
-
<li><a href="../classes/
|
|
97
|
-
<li><a href="../classes/
|
|
98
|
-
<li><a href="../classes/
|
|
99
|
-
<li><a href="../classes/
|
|
100
|
-
<li><a href="../
|
|
101
|
-
<li><a href="../
|
|
102
|
-
<li><a href="../
|
|
103
|
-
<li><a href="../
|
|
104
|
-
<li><a href="../
|
|
105
|
-
<li><a href="../
|
|
106
|
-
<li><a href="../
|
|
107
|
-
<li><a href="../
|
|
108
|
-
<li><a href="../
|
|
109
|
-
<li><a href="../
|
|
110
|
-
<li><a href="../
|
|
111
|
-
<li><a href="../
|
|
112
|
-
<li><a href="../
|
|
113
|
-
<li><a href="../
|
|
114
|
-
<li><a href="../
|
|
115
|
-
<li><a href="../
|
|
116
|
-
<li><a href="../
|
|
117
|
-
<li><a href="../
|
|
118
|
-
<li><a href="../
|
|
119
|
-
<li><a href="../interfaces/
|
|
120
|
-
<li><a href="
|
|
121
|
-
<li><a href="
|
|
122
|
-
<li><a href="
|
|
123
|
-
<li><a href="
|
|
124
|
-
<li><a href="../
|
|
125
|
-
<li><a href="../
|
|
126
|
-
<li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
|
|
127
|
-
<li><a href="../interfaces/IErrorResponse.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IError<wbr/>Response</span></a></li>
|
|
128
|
-
<li><a href="../interfaces/IFormData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IForm<wbr/>Data</span></a></li>
|
|
129
|
-
<li><a href="../interfaces/IHandler.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IHandler</span></a></li>
|
|
130
|
-
<li><a href="../interfaces/IInsertQueryResult.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IInsert<wbr/>Query<wbr/>Result</span></a></li>
|
|
131
|
-
<li><a href="../interfaces/IJWTVerifyOptions.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IJWTVerify<wbr/>Options</span></a></li>
|
|
132
|
-
<li><a href="../interfaces/IParameterMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IParameter<wbr/>Map</span></a></li>
|
|
133
|
-
<li><a href="../interfaces/IQueryable.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IQueryable</span></a></li>
|
|
134
|
-
<li><a href="../interfaces/IRequestResponse.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IRequest<wbr/>Response</span></a></li>
|
|
135
|
-
<li><a href="../interfaces/IServiceHeaders.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IService<wbr/>Headers</span></a></li>
|
|
136
|
-
<li><a href="../interfaces/ISetSessionVariableQueryInput.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ISet<wbr/>Session<wbr/>Variable<wbr/>Query<wbr/>Input</span></a></li>
|
|
137
|
-
<li><a href="../interfaces/ITemporaryTableQueryInput.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ITemporary<wbr/>Table<wbr/>Query<wbr/>Input</span></a></li>
|
|
138
|
-
<li><a href="../interfaces/IUpdateQueryResult.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IUpdate<wbr/>Query<wbr/>Result</span></a></li>
|
|
139
|
-
<li><a href="IDeleteQueryResult.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>IDelete<wbr/>Query<wbr/>Result</span></a></li>
|
|
140
|
-
<li><a href="IHandlerError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>IHandler<wbr/>Error</span></a></li>
|
|
141
|
-
<li><a href="IHandlerResponse.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>IHandler<wbr/>Response</span></a></li>
|
|
142
|
-
<li><a href="TCoordinate.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>TCoordinate</span></a></li>
|
|
143
|
-
<li><a href="../functions/formidable-1.html" class="tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>formidable</span></a></li>
|
|
144
|
-
<li><a href="../functions/getInstance.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>Instance</span></a></li></ul></nav></div></div></div>
|
|
50
|
+
<li><a href="../modules/formidable.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>formidable</span></a></li>
|
|
51
|
+
<li><a href="../enums/ErrorCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-8"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)"></path></g></svg><span>Error<wbr/>Code</span></a></li>
|
|
52
|
+
<li><a href="../enums/ExitCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Exit<wbr/>Code</span></a></li>
|
|
53
|
+
<li><a href="../enums/HTTPMethod.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>HTTPMethod</span></a></li>
|
|
54
|
+
<li><a href="../enums/IsolationLevel.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Isolation<wbr/>Level</span></a></li>
|
|
55
|
+
<li><a href="../enums/JWTError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>JWTError</span></a></li>
|
|
56
|
+
<li><a href="../enums/StatusCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Status<wbr/>Code</span></a></li>
|
|
57
|
+
<li><a href="../classes/Application.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Application</span></a></li>
|
|
58
|
+
<li><a href="../classes/BackendAuthenticationMiddleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Backend<wbr/>Authentication<wbr/>Middleware</span></a></li>
|
|
59
|
+
<li><a href="../classes/CORSMiddleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>CORSMiddleware</span></a></li>
|
|
60
|
+
<li><a href="../classes/ConfigLoader.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Config<wbr/>Loader</span></a></li>
|
|
61
|
+
<li><a href="../classes/Database.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database</span></a></li>
|
|
62
|
+
<li><a href="../classes/DatabaseCastObject.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Cast<wbr/>Object</span></a></li>
|
|
63
|
+
<li><a href="../classes/DatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Connection</span></a></li>
|
|
64
|
+
<li><a href="../classes/DatabaseQueryError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Query<wbr/>Error</span></a></li>
|
|
65
|
+
<li><a href="../classes/DeadLockError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
|
|
66
|
+
<li><a href="../classes/DiskSpaceError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
|
|
67
|
+
<li><a href="../classes/DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
|
|
68
|
+
<li><a href="../classes/DuplicateEntryError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
|
|
69
|
+
<li><a href="../classes/EntityNotFoundError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
|
|
70
|
+
<li><a href="../classes/ExpiredTokenError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
|
|
71
|
+
<li><a href="../classes/Handler.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Handler</span></a></li>
|
|
72
|
+
<li><a href="../classes/InternalError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Internal<wbr/>Error</span></a></li>
|
|
73
|
+
<li><a href="../classes/InvalidCredentialsError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Invalid<wbr/>Credentials<wbr/>Error</span></a></li>
|
|
74
|
+
<li><a href="../classes/InvalidValueError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Invalid<wbr/>Value<wbr/>Error</span></a></li>
|
|
75
|
+
<li><a href="../classes/LineString.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Line<wbr/>String</span></a></li>
|
|
76
|
+
<li><a href="../classes/LockWaitTimeoutError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lock<wbr/>Wait<wbr/>Timeout<wbr/>Error</span></a></li>
|
|
77
|
+
<li><a href="../classes/ManagedDatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Managed<wbr/>Database<wbr/>Connection</span></a></li>
|
|
78
|
+
<li><a href="../classes/Middleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Middleware</span></a></li>
|
|
79
|
+
<li><a href="../classes/MissingConfigError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Missing<wbr/>Config<wbr/>Error</span></a></li>
|
|
80
|
+
<li><a href="../classes/MissingParameterError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Missing<wbr/>Parameter<wbr/>Error</span></a></li>
|
|
81
|
+
<li><a href="../classes/MySQLConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>MySQLConnection</span></a></li>
|
|
82
|
+
<li><a href="../classes/MySQLDatabase.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>MySQLDatabase</span></a></li>
|
|
83
|
+
<li><a href="../classes/NotImplementedError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Not<wbr/>Implemented<wbr/>Error</span></a></li>
|
|
84
|
+
<li><a href="../classes/Point.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Point</span></a></li>
|
|
85
|
+
<li><a href="../classes/Polygon.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Polygon</span></a></li>
|
|
86
|
+
<li><a href="../classes/Query.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Query</span></a></li>
|
|
87
|
+
<li><a href="../classes/RawError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Raw<wbr/>Error</span></a></li>
|
|
88
|
+
<li><a href="../classes/RawQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Raw<wbr/>Query</span></a></li>
|
|
89
|
+
<li><a href="../classes/Request.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Request</span></a></li>
|
|
90
|
+
<li><a href="../classes/Response.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Response</span></a></li>
|
|
91
|
+
<li><a href="../classes/ResponseData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Response<wbr/>Data</span></a></li>
|
|
92
|
+
<li><a href="../classes/ServiceProvider.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Service<wbr/>Provider</span></a></li>
|
|
93
|
+
<li><a href="../classes/ServiceResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Service<wbr/>Response</span></a></li>
|
|
94
|
+
<li><a href="../classes/SetSessionVariableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Set<wbr/>Session<wbr/>Variable<wbr/>Query</span></a></li>
|
|
95
|
+
<li><a href="../classes/StormError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Storm<wbr/>Error</span></a></li>
|
|
96
|
+
<li><a href="../classes/TemporaryTableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Temporary<wbr/>Table<wbr/>Query</span></a></li>
|
|
97
|
+
<li><a href="../classes/Token.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Token</span></a></li>
|
|
98
|
+
<li><a href="../classes/TokenManager.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Token<wbr/>Manager</span></a></li>
|
|
99
|
+
<li><a href="../classes/Transaction.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Transaction</span></a></li>
|
|
100
|
+
<li><a href="../classes/UnauthorizedAccessError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
|
|
101
|
+
<li><a href="../interfaces/IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
|
|
102
|
+
<li><a href="../interfaces/IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
|
|
103
|
+
<li><a href="../interfaces/ICloudwatchConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
|
|
104
|
+
<li><a href="../interfaces/ICloudwatchCredentials.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
|
|
105
|
+
<li><a href="../interfaces/ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
|
|
106
|
+
<li><a href="../interfaces/IConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IConfig</span></a></li>
|
|
107
|
+
<li><a href="../interfaces/IDatabaseConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
|
|
108
|
+
<li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
|
|
109
|
+
<li><a href="../interfaces/IErrorResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IError<wbr/>Response</span></a></li>
|
|
110
|
+
<li><a href="../interfaces/IFormData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IForm<wbr/>Data</span></a></li>
|
|
111
|
+
<li><a href="../interfaces/IHandler.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IHandler</span></a></li>
|
|
112
|
+
<li><a href="../interfaces/IInsertQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IInsert<wbr/>Query<wbr/>Result</span></a></li>
|
|
113
|
+
<li><a href="../interfaces/IJWTVerifyOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IJWTVerify<wbr/>Options</span></a></li>
|
|
114
|
+
<li><a href="../interfaces/IParameterMap.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IParameter<wbr/>Map</span></a></li>
|
|
115
|
+
<li><a href="../interfaces/IQueryable.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IQueryable</span></a></li>
|
|
116
|
+
<li><a href="../interfaces/IRequestResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IRequest<wbr/>Response</span></a></li>
|
|
117
|
+
<li><a href="../interfaces/IServiceHeaders.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IService<wbr/>Headers</span></a></li>
|
|
118
|
+
<li><a href="../interfaces/ISetSessionVariableQueryInput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ISet<wbr/>Session<wbr/>Variable<wbr/>Query<wbr/>Input</span></a></li>
|
|
119
|
+
<li><a href="../interfaces/ITemporaryTableQueryInput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ITemporary<wbr/>Table<wbr/>Query<wbr/>Input</span></a></li>
|
|
120
|
+
<li><a href="../interfaces/IUpdateQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IUpdate<wbr/>Query<wbr/>Result</span></a></li>
|
|
121
|
+
<li><a href="IDeleteQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g></svg><span>IDelete<wbr/>Query<wbr/>Result</span></a></li>
|
|
122
|
+
<li><a href="IHandlerError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>IHandler<wbr/>Error</span></a></li>
|
|
123
|
+
<li><a href="IHandlerResponse.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>IHandler<wbr/>Response</span></a></li>
|
|
124
|
+
<li><a href="TCoordinate.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>TCoordinate</span></a></li>
|
|
125
|
+
<li><a href="../functions/formidable-1.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-64"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g></svg><span>formidable</span></a></li>
|
|
126
|
+
<li><a href="../functions/getInstance.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>Instance</span></a></li></ul></nav></div></div></div>
|
|
145
127
|
<div class="tsd-generator">
|
|
146
128
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
147
129
|
<div class="overlay"></div></body></html>
|