diff --git a/package.json b/package.json index 3a85660..7a44428 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubio/protocol", - "version": "7.10.1", + "version": "7.11.0", "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 99daba9..5f602eb 100644 --- a/src/schema/job-board-application.json +++ b/src/schema/job-board-application.json @@ -24,6 +24,15 @@ "submit": { "typeRef": "#/domains/JobBoardApplication/types/Submit" }, + "jobPostId": { + "typeRef": "#/domains/JobBoardApplication/types/JobPostId" + }, + "jobid": { + "typeRef": "#/domains/JobBoardApplication/types/Jobid" + }, + "applicationId": { + "typeRef": "#/domains/JobBoardApplication/types/ApplicationId" + }, "selectedDynamicQuestions": { "typeRef": "#/domains/JobBoardApplication/types/SelectedDynamicQuestions", "dynamic": true @@ -42,6 +51,15 @@ } }, "outputs": { + "resolvedUrl": { + "typeRef": "#/domains/JobBoardApplication/types/ResolvedUrl" + }, + "triggerProxyEmailFallback": { + "typeRef": "#/domains/JobBoardApplication/types/TriggerProxyEmailFallback" + }, + "serviceData": { + "typeRef": "#/domains/JobBoardApplication/types/ServiceData" + }, "cookies": { "typeRef": "#/domains/Generic/types/Cookies" }, @@ -103,6 +121,54 @@ }, "additionalProperties": false }, + "ResolvedUrl": { + "type": "object", + "description": "", + "properties": { + "domain": { + "type": "string", + "description": "" + }, + "url": { + "type": "string", + "description": "" + } + }, + "required": [ + "domain", + "url" + ], + "additionalProperties": false + }, + "TriggerProxyEmailFallback": { + "type": "boolean", + "description": "", + "additionalProperties": false + }, + "ServiceData": { + "type": "object", + "description": "The service data.", + "properties": { + "domain": { + "type": "string", + "description": "" + }, + "serviceId": { + "type": "string", + "description": "" + }, + "url": { + "type": "string", + "description": "" + } + }, + "required": [ + "domain", + "serviceId", + "url" + ], + "additionalProperties": false + }, "Files": { "type": "object", "pii": true, @@ -117,6 +183,21 @@ ], "additionalProperties": false }, + "JobPostId": { + "type": "string", + "description": "The ID of the job post to apply for.", + "additionalProperties": false + }, + "Jobid": { + "type": "string", + "description": "The ID of the job post to apply for.", + "additionalProperties": false + }, + "ApplicationId": { + "type": "string", + "description": "The ID of the application.", + "additionalProperties": false + }, "Submit": { "type": "boolean", "pii": false, @@ -963,6 +1044,15 @@ }, "clientName": { "type": "string" + }, + "employer": { + "type": "string" + }, + "jobTitle": { + "type": "string" + }, + "country": { + "$ref": "#/domains/Generic/types/CountryCode" } }, "required": [