@5minds/processcube_engine_sdk
Advanced tools
Comparing version 3.3.3-feature-4f1709-llkn84ts to 3.3.3-feature-b69df4-llkqfucc
@@ -175,3 +175,4 @@ /// <reference types="node" /> | ||
/** | ||
* If set to true, accessing the HTTP route will require a valid AUth Token. | ||
* If set, accessing the HTTP route will require a valid AUth Token. | ||
* Defaults to 'true'. | ||
*/ | ||
@@ -382,2 +383,3 @@ protected?: boolean; | ||
* @param routeHandler A callback for handling requests against the route | ||
* @param options Additional settings for the HTTP route. | ||
*/ | ||
@@ -384,0 +386,0 @@ registerHttpRoute(path: string, method: 'get' | 'post' | 'put' | 'delete', routeHandler: CustomHttpRouteHandler, options?: CustomHttpRouteOptions): void; |
{ | ||
"name": "@5minds/processcube_engine_sdk", | ||
"version": "3.3.3-feature-4f1709-llkn84ts", | ||
"version": "3.3.3-feature-b69df4-llkqfucc", | ||
"description": "Software development kit for the Engine.", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
1183025
18649