@5minds/processcube_engine_sdk 3.3.3-feature-b69df4-llkqfucc → 3.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Engine.d.ts +1 -1
- package/package.json +1 -1
package/dist/Engine.d.ts
CHANGED
|
@@ -172,7 +172,7 @@ export type CustomHttpRouteHandler = (request: CustomHttpRouteRequest) => Promis
|
|
|
172
172
|
*/
|
|
173
173
|
export type CustomHttpRouteOptions = {
|
|
174
174
|
/**
|
|
175
|
-
* If set, accessing the HTTP route will require a valid
|
|
175
|
+
* If set, accessing the HTTP route will require a valid Auth Token.
|
|
176
176
|
* Defaults to 'true'.
|
|
177
177
|
*/
|
|
178
178
|
protected?: boolean;
|
package/package.json
CHANGED