@oneblink/sdk
Advanced tools
Comparing version 7.1.0-beta.2 to 7.1.0-beta.3
{ | ||
"name": "@oneblink/sdk", | ||
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS", | ||
"version": "7.1.0-beta.2", | ||
"version": "7.1.0-beta.3", | ||
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -191,2 +191,3 @@ "use strict"; | ||
'POWER_AUTOMATE_FLOW', | ||
'CP_INTEGRATION_HUB_WEBHOOK', | ||
'PDF', | ||
@@ -215,5 +216,6 @@ 'EMAIL', | ||
.when('type', { | ||
is: 'POWER_AUTOMATE_FLOW', | ||
is: joi_1.default.valid('POWER_AUTOMATE_FLOW', 'CP_INTEGRATION_HUB_WEBHOOK'), | ||
then: joi_1.default.object().keys({ | ||
url: joi_1.default.string().uri().required(), | ||
formId: joi_1.default.number(), | ||
}), | ||
@@ -220,0 +222,0 @@ }) |
Sorry, the diff of this file is not supported yet
448611
8597