diff --git a/package.json b/package.json index 7a44428..4560351 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubio/protocol", - "version": "7.11.0", + "version": "7.11.1", "description": "ubio Automation Protocol", "main": "out/main/index.js", "types": "out/main/index.d.ts", diff --git a/src/schema/job-board-application.json b/src/schema/job-board-application.json index 5f602eb..2b0aae7 100644 --- a/src/schema/job-board-application.json +++ b/src/schema/job-board-application.json @@ -54,8 +54,8 @@ "resolvedUrl": { "typeRef": "#/domains/JobBoardApplication/types/ResolvedUrl" }, - "triggerProxyEmailFallback": { - "typeRef": "#/domains/JobBoardApplication/types/TriggerProxyEmailFallback" + "triggerProxyEmail": { + "typeRef": "#/domains/JobBoardApplication/types/TriggerProxyEmail" }, "serviceData": { "typeRef": "#/domains/JobBoardApplication/types/ServiceData" @@ -140,9 +140,9 @@ ], "additionalProperties": false }, - "TriggerProxyEmailFallback": { - "type": "boolean", - "description": "", + "TriggerProxyEmail": { + "type": "string", + "description": "The email address used for proxy email.", "additionalProperties": false }, "ServiceData": { @@ -779,6 +779,9 @@ "mandatory": { "type": "boolean" }, + "value": { + "type": "string" + }, "ignoreCache": { "type": "boolean" }