@kombo-api/sdk 0.1.1
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/FUNCTIONS.md +87 -0
- package/README.md +737 -0
- package/RUNTIMES.md +48 -0
- package/docs/sdks/assessment/README.md +462 -0
- package/docs/sdks/ats/README.md +2513 -0
- package/docs/sdks/connect/README.md +191 -0
- package/docs/sdks/general/README.md +1038 -0
- package/docs/sdks/hris/README.md +1559 -0
- package/esm/core.d.ts +10 -0
- package/esm/core.d.ts.map +1 -0
- package/esm/core.js +13 -0
- package/esm/core.js.map +1 -0
- package/esm/funcs/assessmentGetOpenOrders.d.ts +21 -0
- package/esm/funcs/assessmentGetOpenOrders.d.ts.map +1 -0
- package/esm/funcs/assessmentGetOpenOrders.js +114 -0
- package/esm/funcs/assessmentGetOpenOrders.js.map +1 -0
- package/esm/funcs/assessmentGetPackages.d.ts +21 -0
- package/esm/funcs/assessmentGetPackages.d.ts.map +1 -0
- package/esm/funcs/assessmentGetPackages.js +76 -0
- package/esm/funcs/assessmentGetPackages.js.map +1 -0
- package/esm/funcs/assessmentSetPackages.d.ts +43 -0
- package/esm/funcs/assessmentSetPackages.d.ts.map +1 -0
- package/esm/funcs/assessmentSetPackages.js +108 -0
- package/esm/funcs/assessmentSetPackages.js.map +1 -0
- package/esm/funcs/assessmentUpdateOrderResult.d.ts +55 -0
- package/esm/funcs/assessmentUpdateOrderResult.d.ts.map +1 -0
- package/esm/funcs/assessmentUpdateOrderResult.js +125 -0
- package/esm/funcs/assessmentUpdateOrderResult.js.map +1 -0
- package/esm/funcs/atsAddApplicationAttachment.d.ts +42 -0
- package/esm/funcs/atsAddApplicationAttachment.d.ts.map +1 -0
- package/esm/funcs/atsAddApplicationAttachment.js +116 -0
- package/esm/funcs/atsAddApplicationAttachment.js.map +1 -0
- package/esm/funcs/atsAddApplicationNote.d.ts +35 -0
- package/esm/funcs/atsAddApplicationNote.d.ts.map +1 -0
- package/esm/funcs/atsAddApplicationNote.js +108 -0
- package/esm/funcs/atsAddApplicationNote.js.map +1 -0
- package/esm/funcs/atsAddApplicationResultLink.d.ts +49 -0
- package/esm/funcs/atsAddApplicationResultLink.d.ts.map +1 -0
- package/esm/funcs/atsAddApplicationResultLink.js +123 -0
- package/esm/funcs/atsAddApplicationResultLink.js.map +1 -0
- package/esm/funcs/atsAddCandidateAttachment.d.ts +43 -0
- package/esm/funcs/atsAddCandidateAttachment.d.ts.map +1 -0
- package/esm/funcs/atsAddCandidateAttachment.js +116 -0
- package/esm/funcs/atsAddCandidateAttachment.js.map +1 -0
- package/esm/funcs/atsAddCandidateResultLink.d.ts +53 -0
- package/esm/funcs/atsAddCandidateResultLink.d.ts.map +1 -0
- package/esm/funcs/atsAddCandidateResultLink.js +126 -0
- package/esm/funcs/atsAddCandidateResultLink.js.map +1 -0
- package/esm/funcs/atsAddCandidateTag.d.ts +35 -0
- package/esm/funcs/atsAddCandidateTag.d.ts.map +1 -0
- package/esm/funcs/atsAddCandidateTag.js +106 -0
- package/esm/funcs/atsAddCandidateTag.js.map +1 -0
- package/esm/funcs/atsCreateApplication.d.ts +80 -0
- package/esm/funcs/atsCreateApplication.d.ts.map +1 -0
- package/esm/funcs/atsCreateApplication.js +151 -0
- package/esm/funcs/atsCreateApplication.js.map +1 -0
- package/esm/funcs/atsCreateCandidate.d.ts +91 -0
- package/esm/funcs/atsCreateCandidate.d.ts.map +1 -0
- package/esm/funcs/atsCreateCandidate.js +156 -0
- package/esm/funcs/atsCreateCandidate.js.map +1 -0
- package/esm/funcs/atsGetApplicationAttachments.d.ts +25 -0
- package/esm/funcs/atsGetApplicationAttachments.d.ts.map +1 -0
- package/esm/funcs/atsGetApplicationAttachments.js +97 -0
- package/esm/funcs/atsGetApplicationAttachments.js.map +1 -0
- package/esm/funcs/atsGetApplicationStages.d.ts +33 -0
- package/esm/funcs/atsGetApplicationStages.d.ts.map +1 -0
- package/esm/funcs/atsGetApplicationStages.js +131 -0
- package/esm/funcs/atsGetApplicationStages.js.map +1 -0
- package/esm/funcs/atsGetApplications.d.ts +30 -0
- package/esm/funcs/atsGetApplications.d.ts.map +1 -0
- package/esm/funcs/atsGetApplications.js +133 -0
- package/esm/funcs/atsGetApplications.js.map +1 -0
- package/esm/funcs/atsGetCandidateAttachments.d.ts +23 -0
- package/esm/funcs/atsGetCandidateAttachments.d.ts.map +1 -0
- package/esm/funcs/atsGetCandidateAttachments.js +95 -0
- package/esm/funcs/atsGetCandidateAttachments.js.map +1 -0
- package/esm/funcs/atsGetCandidates.d.ts +23 -0
- package/esm/funcs/atsGetCandidates.d.ts.map +1 -0
- package/esm/funcs/atsGetCandidates.js +125 -0
- package/esm/funcs/atsGetCandidates.js.map +1 -0
- package/esm/funcs/atsGetInterviews.d.ts +23 -0
- package/esm/funcs/atsGetInterviews.d.ts.map +1 -0
- package/esm/funcs/atsGetInterviews.js +122 -0
- package/esm/funcs/atsGetInterviews.js.map +1 -0
- package/esm/funcs/atsGetJobs.d.ts +31 -0
- package/esm/funcs/atsGetJobs.d.ts.map +1 -0
- package/esm/funcs/atsGetJobs.js +134 -0
- package/esm/funcs/atsGetJobs.js.map +1 -0
- package/esm/funcs/atsGetOffers.d.ts +23 -0
- package/esm/funcs/atsGetOffers.d.ts.map +1 -0
- package/esm/funcs/atsGetOffers.js +121 -0
- package/esm/funcs/atsGetOffers.js.map +1 -0
- package/esm/funcs/atsGetRejectionReasons.d.ts +25 -0
- package/esm/funcs/atsGetRejectionReasons.d.ts.map +1 -0
- package/esm/funcs/atsGetRejectionReasons.js +123 -0
- package/esm/funcs/atsGetRejectionReasons.js.map +1 -0
- package/esm/funcs/atsGetTags.d.ts +23 -0
- package/esm/funcs/atsGetTags.d.ts.map +1 -0
- package/esm/funcs/atsGetTags.js +119 -0
- package/esm/funcs/atsGetTags.js.map +1 -0
- package/esm/funcs/atsGetUsers.d.ts +23 -0
- package/esm/funcs/atsGetUsers.d.ts.map +1 -0
- package/esm/funcs/atsGetUsers.js +122 -0
- package/esm/funcs/atsGetUsers.js.map +1 -0
- package/esm/funcs/atsImportTrackedApplication.d.ts +36 -0
- package/esm/funcs/atsImportTrackedApplication.d.ts.map +1 -0
- package/esm/funcs/atsImportTrackedApplication.js +101 -0
- package/esm/funcs/atsImportTrackedApplication.js.map +1 -0
- package/esm/funcs/atsMoveApplicationToStage.d.ts +31 -0
- package/esm/funcs/atsMoveApplicationToStage.d.ts.map +1 -0
- package/esm/funcs/atsMoveApplicationToStage.js +103 -0
- package/esm/funcs/atsMoveApplicationToStage.js.map +1 -0
- package/esm/funcs/atsRejectApplication.d.ts +35 -0
- package/esm/funcs/atsRejectApplication.d.ts.map +1 -0
- package/esm/funcs/atsRejectApplication.js +108 -0
- package/esm/funcs/atsRejectApplication.js.map +1 -0
- package/esm/funcs/atsRemoveCandidateTag.d.ts +35 -0
- package/esm/funcs/atsRemoveCandidateTag.d.ts.map +1 -0
- package/esm/funcs/atsRemoveCandidateTag.js +106 -0
- package/esm/funcs/atsRemoveCandidateTag.js.map +1 -0
- package/esm/funcs/connectCreateConnectionLink.d.ts +36 -0
- package/esm/funcs/connectCreateConnectionLink.d.ts.map +1 -0
- package/esm/funcs/connectCreateConnectionLink.js +100 -0
- package/esm/funcs/connectCreateConnectionLink.js.map +1 -0
- package/esm/funcs/connectGetIntegrationByToken.d.ts +29 -0
- package/esm/funcs/connectGetIntegrationByToken.d.ts.map +1 -0
- package/esm/funcs/connectGetIntegrationByToken.js +98 -0
- package/esm/funcs/connectGetIntegrationByToken.js.map +1 -0
- package/esm/funcs/generalCheckApiKey.d.ts +18 -0
- package/esm/funcs/generalCheckApiKey.d.ts.map +1 -0
- package/esm/funcs/generalCheckApiKey.js +72 -0
- package/esm/funcs/generalCheckApiKey.js.map +1 -0
- package/esm/funcs/generalCreateReconnectionLink.d.ts +31 -0
- package/esm/funcs/generalCreateReconnectionLink.d.ts.map +1 -0
- package/esm/funcs/generalCreateReconnectionLink.js +102 -0
- package/esm/funcs/generalCreateReconnectionLink.js.map +1 -0
- package/esm/funcs/generalDeleteIntegration.d.ts +20 -0
- package/esm/funcs/generalDeleteIntegration.d.ts.map +1 -0
- package/esm/funcs/generalDeleteIntegration.js +90 -0
- package/esm/funcs/generalDeleteIntegration.js.map +1 -0
- package/esm/funcs/generalGetCustomFields.d.ts +22 -0
- package/esm/funcs/generalGetCustomFields.d.ts.map +1 -0
- package/esm/funcs/generalGetCustomFields.js +119 -0
- package/esm/funcs/generalGetCustomFields.js.map +1 -0
- package/esm/funcs/generalGetIntegrationDetails.d.ts +19 -0
- package/esm/funcs/generalGetIntegrationDetails.d.ts.map +1 -0
- package/esm/funcs/generalGetIntegrationDetails.js +88 -0
- package/esm/funcs/generalGetIntegrationDetails.js.map +1 -0
- package/esm/funcs/generalGetIntegrationFields.d.ts +22 -0
- package/esm/funcs/generalGetIntegrationFields.d.ts.map +1 -0
- package/esm/funcs/generalGetIntegrationFields.js +121 -0
- package/esm/funcs/generalGetIntegrationFields.js.map +1 -0
- package/esm/funcs/generalGetTools.d.ts +20 -0
- package/esm/funcs/generalGetTools.d.ts.map +1 -0
- package/esm/funcs/generalGetTools.js +89 -0
- package/esm/funcs/generalGetTools.js.map +1 -0
- package/esm/funcs/generalSendPassthroughRequest.d.ts +170 -0
- package/esm/funcs/generalSendPassthroughRequest.d.ts.map +1 -0
- package/esm/funcs/generalSendPassthroughRequest.js +247 -0
- package/esm/funcs/generalSendPassthroughRequest.js.map +1 -0
- package/esm/funcs/generalTriggerSync.d.ts +20 -0
- package/esm/funcs/generalTriggerSync.d.ts.map +1 -0
- package/esm/funcs/generalTriggerSync.js +85 -0
- package/esm/funcs/generalTriggerSync.js.map +1 -0
- package/esm/funcs/generalUpdateCustomFieldMapping.d.ts +19 -0
- package/esm/funcs/generalUpdateCustomFieldMapping.d.ts.map +1 -0
- package/esm/funcs/generalUpdateCustomFieldMapping.js +96 -0
- package/esm/funcs/generalUpdateCustomFieldMapping.js.map +1 -0
- package/esm/funcs/generalUpdateIntegrationField.d.ts +19 -0
- package/esm/funcs/generalUpdateIntegrationField.d.ts.map +1 -0
- package/esm/funcs/generalUpdateIntegrationField.js +94 -0
- package/esm/funcs/generalUpdateIntegrationField.js.map +1 -0
- package/esm/funcs/hrisAddEmployeeDocument.d.ts +36 -0
- package/esm/funcs/hrisAddEmployeeDocument.d.ts.map +1 -0
- package/esm/funcs/hrisAddEmployeeDocument.js +108 -0
- package/esm/funcs/hrisAddEmployeeDocument.js.map +1 -0
- package/esm/funcs/hrisCreateAbsence.d.ts +40 -0
- package/esm/funcs/hrisCreateAbsence.d.ts.map +1 -0
- package/esm/funcs/hrisCreateAbsence.js +105 -0
- package/esm/funcs/hrisCreateAbsence.js.map +1 -0
- package/esm/funcs/hrisCreateEmployeeWithForm.d.ts +41 -0
- package/esm/funcs/hrisCreateEmployeeWithForm.d.ts.map +1 -0
- package/esm/funcs/hrisCreateEmployeeWithForm.js +108 -0
- package/esm/funcs/hrisCreateEmployeeWithForm.js.map +1 -0
- package/esm/funcs/hrisDeleteAbsence.d.ts +31 -0
- package/esm/funcs/hrisDeleteAbsence.d.ts.map +1 -0
- package/esm/funcs/hrisDeleteAbsence.js +102 -0
- package/esm/funcs/hrisDeleteAbsence.js.map +1 -0
- package/esm/funcs/hrisGetAbsenceTypes.d.ts +23 -0
- package/esm/funcs/hrisGetAbsenceTypes.d.ts.map +1 -0
- package/esm/funcs/hrisGetAbsenceTypes.js +121 -0
- package/esm/funcs/hrisGetAbsenceTypes.js.map +1 -0
- package/esm/funcs/hrisGetAbsences.d.ts +23 -0
- package/esm/funcs/hrisGetAbsences.d.ts.map +1 -0
- package/esm/funcs/hrisGetAbsences.js +125 -0
- package/esm/funcs/hrisGetAbsences.js.map +1 -0
- package/esm/funcs/hrisGetEmployeeDocumentCategories.d.ts +23 -0
- package/esm/funcs/hrisGetEmployeeDocumentCategories.d.ts.map +1 -0
- package/esm/funcs/hrisGetEmployeeDocumentCategories.js +120 -0
- package/esm/funcs/hrisGetEmployeeDocumentCategories.js.map +1 -0
- package/esm/funcs/hrisGetEmployeeForm.d.ts +96 -0
- package/esm/funcs/hrisGetEmployeeForm.d.ts.map +1 -0
- package/esm/funcs/hrisGetEmployeeForm.js +151 -0
- package/esm/funcs/hrisGetEmployeeForm.js.map +1 -0
- package/esm/funcs/hrisGetEmployees.d.ts +25 -0
- package/esm/funcs/hrisGetEmployees.d.ts.map +1 -0
- package/esm/funcs/hrisGetEmployees.js +130 -0
- package/esm/funcs/hrisGetEmployees.js.map +1 -0
- package/esm/funcs/hrisGetEmployments.d.ts +23 -0
- package/esm/funcs/hrisGetEmployments.d.ts.map +1 -0
- package/esm/funcs/hrisGetEmployments.js +121 -0
- package/esm/funcs/hrisGetEmployments.js.map +1 -0
- package/esm/funcs/hrisGetGroups.d.ts +23 -0
- package/esm/funcs/hrisGetGroups.d.ts.map +1 -0
- package/esm/funcs/hrisGetGroups.js +123 -0
- package/esm/funcs/hrisGetGroups.js.map +1 -0
- package/esm/funcs/hrisGetLegalEntities.d.ts +23 -0
- package/esm/funcs/hrisGetLegalEntities.d.ts.map +1 -0
- package/esm/funcs/hrisGetLegalEntities.js +122 -0
- package/esm/funcs/hrisGetLegalEntities.js.map +1 -0
- package/esm/funcs/hrisGetLocations.d.ts +23 -0
- package/esm/funcs/hrisGetLocations.d.ts.map +1 -0
- package/esm/funcs/hrisGetLocations.js +122 -0
- package/esm/funcs/hrisGetLocations.js.map +1 -0
- package/esm/funcs/hrisGetPerformanceReviewCycles.d.ts +27 -0
- package/esm/funcs/hrisGetPerformanceReviewCycles.d.ts.map +1 -0
- package/esm/funcs/hrisGetPerformanceReviewCycles.js +124 -0
- package/esm/funcs/hrisGetPerformanceReviewCycles.js.map +1 -0
- package/esm/funcs/hrisGetPerformanceReviews.d.ts +27 -0
- package/esm/funcs/hrisGetPerformanceReviews.d.ts.map +1 -0
- package/esm/funcs/hrisGetPerformanceReviews.js +129 -0
- package/esm/funcs/hrisGetPerformanceReviews.js.map +1 -0
- package/esm/funcs/hrisGetTimeOffBalances.d.ts +23 -0
- package/esm/funcs/hrisGetTimeOffBalances.d.ts.map +1 -0
- package/esm/funcs/hrisGetTimeOffBalances.js +122 -0
- package/esm/funcs/hrisGetTimeOffBalances.js.map +1 -0
- package/esm/funcs/hrisGetTimesheets.d.ts +29 -0
- package/esm/funcs/hrisGetTimesheets.d.ts.map +1 -0
- package/esm/funcs/hrisGetTimesheets.js +132 -0
- package/esm/funcs/hrisGetTimesheets.js.map +1 -0
- package/esm/hooks/hooks.d.ts +25 -0
- package/esm/hooks/hooks.d.ts.map +1 -0
- package/esm/hooks/hooks.js +82 -0
- package/esm/hooks/hooks.js.map +1 -0
- package/esm/hooks/index.d.ts +3 -0
- package/esm/hooks/index.d.ts.map +1 -0
- package/esm/hooks/index.js +6 -0
- package/esm/hooks/index.js.map +1 -0
- package/esm/hooks/registration.d.ts +3 -0
- package/esm/hooks/registration.d.ts.map +1 -0
- package/esm/hooks/registration.js +12 -0
- package/esm/hooks/registration.js.map +1 -0
- package/esm/hooks/types.d.ts +78 -0
- package/esm/hooks/types.d.ts.map +1 -0
- package/esm/hooks/types.js +5 -0
- package/esm/hooks/types.js.map +1 -0
- package/esm/index.d.ts +6 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +8 -0
- package/esm/index.js.map +1 -0
- package/esm/lib/base64.d.ts +10 -0
- package/esm/lib/base64.d.ts.map +1 -0
- package/esm/lib/base64.js +29 -0
- package/esm/lib/base64.js.map +1 -0
- package/esm/lib/config.d.ts +53 -0
- package/esm/lib/config.d.ts.map +1 -0
- package/esm/lib/config.js +37 -0
- package/esm/lib/config.js.map +1 -0
- package/esm/lib/dlv.d.ts +14 -0
- package/esm/lib/dlv.d.ts.map +1 -0
- package/esm/lib/dlv.js +46 -0
- package/esm/lib/dlv.js.map +1 -0
- package/esm/lib/encodings.d.ts +52 -0
- package/esm/lib/encodings.d.ts.map +1 -0
- package/esm/lib/encodings.js +354 -0
- package/esm/lib/encodings.js.map +1 -0
- package/esm/lib/files.d.ts +13 -0
- package/esm/lib/files.d.ts.map +1 -0
- package/esm/lib/files.js +73 -0
- package/esm/lib/files.js.map +1 -0
- package/esm/lib/http.d.ts +67 -0
- package/esm/lib/http.d.ts.map +1 -0
- package/esm/lib/http.js +207 -0
- package/esm/lib/http.js.map +1 -0
- package/esm/lib/is-plain-object.d.ts +2 -0
- package/esm/lib/is-plain-object.d.ts.map +1 -0
- package/esm/lib/is-plain-object.js +38 -0
- package/esm/lib/is-plain-object.js.map +1 -0
- package/esm/lib/logger.d.ts +6 -0
- package/esm/lib/logger.d.ts.map +1 -0
- package/esm/lib/logger.js +5 -0
- package/esm/lib/logger.js.map +1 -0
- package/esm/lib/matchers.d.ts +59 -0
- package/esm/lib/matchers.d.ts.map +1 -0
- package/esm/lib/matchers.js +203 -0
- package/esm/lib/matchers.js.map +1 -0
- package/esm/lib/primitives.d.ts +26 -0
- package/esm/lib/primitives.d.ts.map +1 -0
- package/esm/lib/primitives.js +103 -0
- package/esm/lib/primitives.js.map +1 -0
- package/esm/lib/retries.d.ts +38 -0
- package/esm/lib/retries.d.ts.map +1 -0
- package/esm/lib/retries.js +147 -0
- package/esm/lib/retries.js.map +1 -0
- package/esm/lib/schemas.d.ts +19 -0
- package/esm/lib/schemas.d.ts.map +1 -0
- package/esm/lib/schemas.js +57 -0
- package/esm/lib/schemas.js.map +1 -0
- package/esm/lib/sdks.d.ts +63 -0
- package/esm/lib/sdks.d.ts.map +1 -0
- package/esm/lib/sdks.js +265 -0
- package/esm/lib/sdks.js.map +1 -0
- package/esm/lib/security.d.ts +83 -0
- package/esm/lib/security.d.ts.map +1 -0
- package/esm/lib/security.js +136 -0
- package/esm/lib/security.js.map +1 -0
- package/esm/lib/url.d.ts +5 -0
- package/esm/lib/url.d.ts.map +1 -0
- package/esm/lib/url.js +22 -0
- package/esm/lib/url.js.map +1 -0
- package/esm/models/assessmentorderreceivedwebhookpayload.d.ts +416 -0
- package/esm/models/assessmentorderreceivedwebhookpayload.d.ts.map +1 -0
- package/esm/models/assessmentorderreceivedwebhookpayload.js +297 -0
- package/esm/models/assessmentorderreceivedwebhookpayload.js.map +1 -0
- package/esm/models/connectionflowfailedwebhookpayload.d.ts +186 -0
- package/esm/models/connectionflowfailedwebhookpayload.d.ts.map +1 -0
- package/esm/models/connectionflowfailedwebhookpayload.js +139 -0
- package/esm/models/connectionflowfailedwebhookpayload.js.map +1 -0
- package/esm/models/datachangedwebhookpayload.d.ts +288 -0
- package/esm/models/datachangedwebhookpayload.d.ts.map +1 -0
- package/esm/models/datachangedwebhookpayload.js +185 -0
- package/esm/models/datachangedwebhookpayload.js.map +1 -0
- package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.d.ts +82 -0
- package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.d.ts.map +1 -0
- package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.js +84 -0
- package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.js.map +1 -0
- package/esm/models/deleteatscandidatescandidateidtagsrequestbody.d.ts +191 -0
- package/esm/models/deleteatscandidatescandidateidtagsrequestbody.d.ts.map +1 -0
- package/esm/models/deleteatscandidatescandidateidtagsrequestbody.js +175 -0
- package/esm/models/deleteatscandidatescandidateidtagsrequestbody.js.map +1 -0
- package/esm/models/deletehrisabsencesabsenceidpositiveresponse.d.ts +218 -0
- package/esm/models/deletehrisabsencesabsenceidpositiveresponse.d.ts.map +1 -0
- package/esm/models/deletehrisabsencesabsenceidpositiveresponse.js +168 -0
- package/esm/models/deletehrisabsencesabsenceidpositiveresponse.js.map +1 -0
- package/esm/models/deletehrisabsencesabsenceidrequestbody.d.ts +94 -0
- package/esm/models/deletehrisabsencesabsenceidrequestbody.d.ts.map +1 -0
- package/esm/models/deletehrisabsencesabsenceidrequestbody.js +81 -0
- package/esm/models/deletehrisabsencesabsenceidrequestbody.js.map +1 -0
- package/esm/models/deleteintegrationsintegrationidpositiveresponse.d.ts +52 -0
- package/esm/models/deleteintegrationsintegrationidpositiveresponse.d.ts.map +1 -0
- package/esm/models/deleteintegrationsintegrationidpositiveresponse.js +54 -0
- package/esm/models/deleteintegrationsintegrationidpositiveresponse.js.map +1 -0
- package/esm/models/deleteintegrationsintegrationidrequestbody.d.ts +25 -0
- package/esm/models/deleteintegrationsintegrationidrequestbody.d.ts.map +1 -0
- package/esm/models/deleteintegrationsintegrationidrequestbody.js +27 -0
- package/esm/models/deleteintegrationsintegrationidrequestbody.js.map +1 -0
- package/esm/models/errors/httpclienterrors.d.ts +44 -0
- package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
- package/esm/models/errors/httpclienterrors.js +69 -0
- package/esm/models/errors/httpclienterrors.js.map +1 -0
- package/esm/models/errors/index.d.ts +9 -0
- package/esm/models/errors/index.d.ts.map +1 -0
- package/esm/models/errors/index.js +12 -0
- package/esm/models/errors/index.js.map +1 -0
- package/esm/models/errors/komboatserror.d.ts +52 -0
- package/esm/models/errors/komboatserror.d.ts.map +1 -0
- package/esm/models/errors/komboatserror.js +54 -0
- package/esm/models/errors/komboatserror.js.map +1 -0
- package/esm/models/errors/kombodefaulterror.d.ts +10 -0
- package/esm/models/errors/kombodefaulterror.d.ts.map +1 -0
- package/esm/models/errors/kombodefaulterror.js +30 -0
- package/esm/models/errors/kombodefaulterror.js.map +1 -0
- package/esm/models/errors/komboerror.d.ts +19 -0
- package/esm/models/errors/komboerror.d.ts.map +1 -0
- package/esm/models/errors/komboerror.js +16 -0
- package/esm/models/errors/komboerror.js.map +1 -0
- package/esm/models/errors/kombogeneralerror.d.ts +52 -0
- package/esm/models/errors/kombogeneralerror.d.ts.map +1 -0
- package/esm/models/errors/kombogeneralerror.js +54 -0
- package/esm/models/errors/kombogeneralerror.js.map +1 -0
- package/esm/models/errors/kombohriserror.d.ts +52 -0
- package/esm/models/errors/kombohriserror.d.ts.map +1 -0
- package/esm/models/errors/kombohriserror.js +54 -0
- package/esm/models/errors/kombohriserror.js.map +1 -0
- package/esm/models/errors/responsevalidationerror.d.ts +26 -0
- package/esm/models/errors/responsevalidationerror.d.ts.map +1 -0
- package/esm/models/errors/responsevalidationerror.js +29 -0
- package/esm/models/errors/responsevalidationerror.js.map +1 -0
- package/esm/models/errors/sdkvalidationerror.d.ts +21 -0
- package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/esm/models/errors/sdkvalidationerror.js +91 -0
- package/esm/models/errors/sdkvalidationerror.js.map +1 -0
- package/esm/models/getassessmentordersopenpositiveresponse.d.ts +360 -0
- package/esm/models/getassessmentordersopenpositiveresponse.d.ts.map +1 -0
- package/esm/models/getassessmentordersopenpositiveresponse.js +271 -0
- package/esm/models/getassessmentordersopenpositiveresponse.js.map +1 -0
- package/esm/models/getassessmentpackagespositiveresponse.d.ts +127 -0
- package/esm/models/getassessmentpackagespositiveresponse.d.ts.map +1 -0
- package/esm/models/getassessmentpackagespositiveresponse.js +114 -0
- package/esm/models/getassessmentpackagespositiveresponse.js.map +1 -0
- package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.d.ts +160 -0
- package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.js +152 -0
- package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.js.map +1 -0
- package/esm/models/getatsapplicationspositiveresponse.d.ts +1307 -0
- package/esm/models/getatsapplicationspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsapplicationspositiveresponse.js +1145 -0
- package/esm/models/getatsapplicationspositiveresponse.js.map +1 -0
- package/esm/models/getatsapplicationstagespositiveresponse.d.ts +109 -0
- package/esm/models/getatsapplicationstagespositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsapplicationstagespositiveresponse.js +93 -0
- package/esm/models/getatsapplicationstagespositiveresponse.js.map +1 -0
- package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.d.ts +173 -0
- package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.js +155 -0
- package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.js.map +1 -0
- package/esm/models/getatscandidatespositiveresponse.d.ts +549 -0
- package/esm/models/getatscandidatespositiveresponse.d.ts.map +1 -0
- package/esm/models/getatscandidatespositiveresponse.js +404 -0
- package/esm/models/getatscandidatespositiveresponse.js.map +1 -0
- package/esm/models/getatsinterviewspositiveresponse.d.ts +457 -0
- package/esm/models/getatsinterviewspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsinterviewspositiveresponse.js +335 -0
- package/esm/models/getatsinterviewspositiveresponse.js.map +1 -0
- package/esm/models/getatsjobspositiveresponse.d.ts +1232 -0
- package/esm/models/getatsjobspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsjobspositiveresponse.js +1015 -0
- package/esm/models/getatsjobspositiveresponse.js.map +1 -0
- package/esm/models/getatsofferspositiveresponse.d.ts +363 -0
- package/esm/models/getatsofferspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsofferspositiveresponse.js +259 -0
- package/esm/models/getatsofferspositiveresponse.js.map +1 -0
- package/esm/models/getatsrejectionreasonspositiveresponse.d.ts +109 -0
- package/esm/models/getatsrejectionreasonspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsrejectionreasonspositiveresponse.js +93 -0
- package/esm/models/getatsrejectionreasonspositiveresponse.js.map +1 -0
- package/esm/models/getatstagspositiveresponse.d.ts +106 -0
- package/esm/models/getatstagspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatstagspositiveresponse.js +93 -0
- package/esm/models/getatstagspositiveresponse.js.map +1 -0
- package/esm/models/getatsuserspositiveresponse.d.ts +156 -0
- package/esm/models/getatsuserspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsuserspositiveresponse.js +121 -0
- package/esm/models/getatsuserspositiveresponse.js.map +1 -0
- package/esm/models/getcheckapikeypositiveresponse.d.ts +56 -0
- package/esm/models/getcheckapikeypositiveresponse.d.ts.map +1 -0
- package/esm/models/getcheckapikeypositiveresponse.js +58 -0
- package/esm/models/getcheckapikeypositiveresponse.js.map +1 -0
- package/esm/models/getconnectintegrationbytokentokenpositiveresponse.d.ts +122 -0
- package/esm/models/getconnectintegrationbytokentokenpositiveresponse.d.ts.map +1 -0
- package/esm/models/getconnectintegrationbytokentokenpositiveresponse.js +97 -0
- package/esm/models/getconnectintegrationbytokentokenpositiveresponse.js.map +1 -0
- package/esm/models/gethrisabsencespositiveresponse.d.ts +314 -0
- package/esm/models/gethrisabsencespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisabsencespositiveresponse.js +233 -0
- package/esm/models/gethrisabsencespositiveresponse.js.map +1 -0
- package/esm/models/gethrisabsencetypespositiveresponse.d.ts +156 -0
- package/esm/models/gethrisabsencetypespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisabsencetypespositiveresponse.js +122 -0
- package/esm/models/gethrisabsencetypespositiveresponse.js.map +1 -0
- package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.d.ts +109 -0
- package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.js +95 -0
- package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.js.map +1 -0
- package/esm/models/gethrisemployeesformpositiveresponse.d.ts +1356 -0
- package/esm/models/gethrisemployeesformpositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisemployeesformpositiveresponse.js +1084 -0
- package/esm/models/gethrisemployeesformpositiveresponse.js.map +1 -0
- package/esm/models/gethrisemployeespositiveresponse.d.ts +1266 -0
- package/esm/models/gethrisemployeespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisemployeespositiveresponse.js +950 -0
- package/esm/models/gethrisemployeespositiveresponse.js.map +1 -0
- package/esm/models/gethrisemploymentspositiveresponse.d.ts +253 -0
- package/esm/models/gethrisemploymentspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisemploymentspositiveresponse.js +209 -0
- package/esm/models/gethrisemploymentspositiveresponse.js.map +1 -0
- package/esm/models/gethrisgroupspositiveresponse.d.ts +154 -0
- package/esm/models/gethrisgroupspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisgroupspositiveresponse.js +120 -0
- package/esm/models/gethrisgroupspositiveresponse.js.map +1 -0
- package/esm/models/gethrislegalentitiespositiveresponse.d.ts +163 -0
- package/esm/models/gethrislegalentitiespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrislegalentitiespositiveresponse.js +132 -0
- package/esm/models/gethrislegalentitiespositiveresponse.js.map +1 -0
- package/esm/models/gethrislocationspositiveresponse.d.ts +168 -0
- package/esm/models/gethrislocationspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrislocationspositiveresponse.js +134 -0
- package/esm/models/gethrislocationspositiveresponse.js.map +1 -0
- package/esm/models/gethrisperformancereviewcyclespositiveresponse.d.ts +114 -0
- package/esm/models/gethrisperformancereviewcyclespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisperformancereviewcyclespositiveresponse.js +95 -0
- package/esm/models/gethrisperformancereviewcyclespositiveresponse.js.map +1 -0
- package/esm/models/gethrisperformancereviewspositiveresponse.d.ts +443 -0
- package/esm/models/gethrisperformancereviewspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisperformancereviewspositiveresponse.js +330 -0
- package/esm/models/gethrisperformancereviewspositiveresponse.js.map +1 -0
- package/esm/models/gethristimeoffbalancespositiveresponse.d.ts +290 -0
- package/esm/models/gethristimeoffbalancespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethristimeoffbalancespositiveresponse.js +213 -0
- package/esm/models/gethristimeoffbalancespositiveresponse.js.map +1 -0
- package/esm/models/gethristimesheetspositiveresponse.d.ts +201 -0
- package/esm/models/gethristimesheetspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethristimesheetspositiveresponse.js +143 -0
- package/esm/models/gethristimesheetspositiveresponse.js.map +1 -0
- package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.d.ts +192 -0
- package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.d.ts.map +1 -0
- package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.js +156 -0
- package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.js.map +1 -0
- package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.d.ts +151 -0
- package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.d.ts.map +1 -0
- package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.js +125 -0
- package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.js.map +1 -0
- package/esm/models/getintegrationsintegrationidpositiveresponse.d.ts +607 -0
- package/esm/models/getintegrationsintegrationidpositiveresponse.d.ts.map +1 -0
- package/esm/models/getintegrationsintegrationidpositiveresponse.js +422 -0
- package/esm/models/getintegrationsintegrationidpositiveresponse.js.map +1 -0
- package/esm/models/gettoolscategoryparametercategory.d.ts +31 -0
- package/esm/models/gettoolscategoryparametercategory.d.ts.map +1 -0
- package/esm/models/gettoolscategoryparametercategory.js +25 -0
- package/esm/models/gettoolscategoryparametercategory.js.map +1 -0
- package/esm/models/gettoolscategorypositiveresponse.d.ts +552 -0
- package/esm/models/gettoolscategorypositiveresponse.d.ts.map +1 -0
- package/esm/models/gettoolscategorypositiveresponse.js +398 -0
- package/esm/models/gettoolscategorypositiveresponse.js.map +1 -0
- package/esm/models/index.d.ts +102 -0
- package/esm/models/index.d.ts.map +1 -0
- package/esm/models/index.js +105 -0
- package/esm/models/index.js.map +1 -0
- package/esm/models/inlineassessmentorderreceivedwebhookpayload.d.ts +416 -0
- package/esm/models/inlineassessmentorderreceivedwebhookpayload.d.ts.map +1 -0
- package/esm/models/inlineassessmentorderreceivedwebhookpayload.js +298 -0
- package/esm/models/inlineassessmentorderreceivedwebhookpayload.js.map +1 -0
- package/esm/models/integrationcreatedwebhookpayload.d.ts +186 -0
- package/esm/models/integrationcreatedwebhookpayload.d.ts.map +1 -0
- package/esm/models/integrationcreatedwebhookpayload.js +140 -0
- package/esm/models/integrationcreatedwebhookpayload.js.map +1 -0
- package/esm/models/integrationdeletedwebhookpayload.d.ts +191 -0
- package/esm/models/integrationdeletedwebhookpayload.d.ts.map +1 -0
- package/esm/models/integrationdeletedwebhookpayload.js +142 -0
- package/esm/models/integrationdeletedwebhookpayload.js.map +1 -0
- package/esm/models/integrationstatechangedwebhookpayload.d.ts +269 -0
- package/esm/models/integrationstatechangedwebhookpayload.d.ts.map +1 -0
- package/esm/models/integrationstatechangedwebhookpayload.js +193 -0
- package/esm/models/integrationstatechangedwebhookpayload.js.map +1 -0
- package/esm/models/komboatserror.d.ts +164 -0
- package/esm/models/komboatserror.d.ts.map +1 -0
- package/esm/models/komboatserror.js +97 -0
- package/esm/models/komboatserror.js.map +1 -0
- package/esm/models/kombogeneralerror.d.ts +116 -0
- package/esm/models/kombogeneralerror.d.ts.map +1 -0
- package/esm/models/kombogeneralerror.js +81 -0
- package/esm/models/kombogeneralerror.js.map +1 -0
- package/esm/models/kombohriserror.d.ts +158 -0
- package/esm/models/kombohriserror.d.ts.map +1 -0
- package/esm/models/kombohriserror.js +95 -0
- package/esm/models/kombohriserror.js.map +1 -0
- package/esm/models/operations/deleteatscandidatescandidateidtags.d.ts +66 -0
- package/esm/models/operations/deleteatscandidatescandidateidtags.d.ts.map +1 -0
- package/esm/models/operations/deleteatscandidatescandidateidtags.js +68 -0
- package/esm/models/operations/deleteatscandidatescandidateidtags.js.map +1 -0
- package/esm/models/operations/deletehrisabsencesabsenceid.d.ts +66 -0
- package/esm/models/operations/deletehrisabsencesabsenceid.d.ts.map +1 -0
- package/esm/models/operations/deletehrisabsencesabsenceid.js +68 -0
- package/esm/models/operations/deletehrisabsencesabsenceid.js.map +1 -0
- package/esm/models/operations/deleteintegrationsintegrationid.d.ts +38 -0
- package/esm/models/operations/deleteintegrationsintegrationid.d.ts.map +1 -0
- package/esm/models/operations/deleteintegrationsintegrationid.js +43 -0
- package/esm/models/operations/deleteintegrationsintegrationid.js.map +1 -0
- package/esm/models/operations/getassessmentordersopen.d.ts +91 -0
- package/esm/models/operations/getassessmentordersopen.d.ts.map +1 -0
- package/esm/models/operations/getassessmentordersopen.js +93 -0
- package/esm/models/operations/getassessmentordersopen.js.map +1 -0
- package/esm/models/operations/getassessmentpackages.d.ts +53 -0
- package/esm/models/operations/getassessmentpackages.d.ts.map +1 -0
- package/esm/models/operations/getassessmentpackages.js +52 -0
- package/esm/models/operations/getassessmentpackages.js.map +1 -0
- package/esm/models/operations/getatsapplications.d.ts +143 -0
- package/esm/models/operations/getatsapplications.d.ts.map +1 -0
- package/esm/models/operations/getatsapplications.js +111 -0
- package/esm/models/operations/getatsapplications.js.map +1 -0
- package/esm/models/operations/getatsapplicationsapplicationidattachments.d.ts +60 -0
- package/esm/models/operations/getatsapplicationsapplicationidattachments.d.ts.map +1 -0
- package/esm/models/operations/getatsapplicationsapplicationidattachments.js +56 -0
- package/esm/models/operations/getatsapplicationsapplicationidattachments.js.map +1 -0
- package/esm/models/operations/getatsapplicationstages.d.ts +111 -0
- package/esm/models/operations/getatsapplicationstages.d.ts.map +1 -0
- package/esm/models/operations/getatsapplicationstages.js +101 -0
- package/esm/models/operations/getatsapplicationstages.js.map +1 -0
- package/esm/models/operations/getatscandidates.d.ts +131 -0
- package/esm/models/operations/getatscandidates.d.ts.map +1 -0
- package/esm/models/operations/getatscandidates.js +109 -0
- package/esm/models/operations/getatscandidates.js.map +1 -0
- package/esm/models/operations/getatscandidatescandidateidattachments.d.ts +60 -0
- package/esm/models/operations/getatscandidatescandidateidattachments.d.ts.map +1 -0
- package/esm/models/operations/getatscandidatescandidateidattachments.js +56 -0
- package/esm/models/operations/getatscandidatescandidateidattachments.js.map +1 -0
- package/esm/models/operations/getatsinterviews.d.ts +116 -0
- package/esm/models/operations/getatsinterviews.d.ts.map +1 -0
- package/esm/models/operations/getatsinterviews.js +103 -0
- package/esm/models/operations/getatsinterviews.js.map +1 -0
- package/esm/models/operations/getatsjobs.d.ts +158 -0
- package/esm/models/operations/getatsjobs.d.ts.map +1 -0
- package/esm/models/operations/getatsjobs.js +115 -0
- package/esm/models/operations/getatsjobs.js.map +1 -0
- package/esm/models/operations/getatsoffers.d.ts +111 -0
- package/esm/models/operations/getatsoffers.d.ts.map +1 -0
- package/esm/models/operations/getatsoffers.js +101 -0
- package/esm/models/operations/getatsoffers.js.map +1 -0
- package/esm/models/operations/getatsrejectionreasons.d.ts +111 -0
- package/esm/models/operations/getatsrejectionreasons.d.ts.map +1 -0
- package/esm/models/operations/getatsrejectionreasons.js +101 -0
- package/esm/models/operations/getatsrejectionreasons.js.map +1 -0
- package/esm/models/operations/getatstags.d.ts +111 -0
- package/esm/models/operations/getatstags.d.ts.map +1 -0
- package/esm/models/operations/getatstags.js +101 -0
- package/esm/models/operations/getatstags.js.map +1 -0
- package/esm/models/operations/getatsusers.d.ts +116 -0
- package/esm/models/operations/getatsusers.d.ts.map +1 -0
- package/esm/models/operations/getatsusers.js +103 -0
- package/esm/models/operations/getatsusers.js.map +1 -0
- package/esm/models/operations/getconnectintegrationbytokentoken.d.ts +32 -0
- package/esm/models/operations/getconnectintegrationbytokentoken.d.ts.map +1 -0
- package/esm/models/operations/getconnectintegrationbytokentoken.js +31 -0
- package/esm/models/operations/getconnectintegrationbytokentoken.js.map +1 -0
- package/esm/models/operations/gethrisabsences.d.ts +131 -0
- package/esm/models/operations/gethrisabsences.d.ts.map +1 -0
- package/esm/models/operations/gethrisabsences.js +111 -0
- package/esm/models/operations/gethrisabsences.js.map +1 -0
- package/esm/models/operations/gethrisabsencetypes.d.ts +111 -0
- package/esm/models/operations/gethrisabsencetypes.d.ts.map +1 -0
- package/esm/models/operations/gethrisabsencetypes.js +101 -0
- package/esm/models/operations/gethrisabsencetypes.js.map +1 -0
- package/esm/models/operations/gethrisemployeedocumentcategories.d.ts +111 -0
- package/esm/models/operations/gethrisemployeedocumentcategories.d.ts.map +1 -0
- package/esm/models/operations/gethrisemployeedocumentcategories.js +101 -0
- package/esm/models/operations/gethrisemployeedocumentcategories.js.map +1 -0
- package/esm/models/operations/gethrisemployees.d.ts +154 -0
- package/esm/models/operations/gethrisemployees.d.ts.map +1 -0
- package/esm/models/operations/gethrisemployees.js +115 -0
- package/esm/models/operations/gethrisemployees.js.map +1 -0
- package/esm/models/operations/gethrisemployeesform.d.ts +53 -0
- package/esm/models/operations/gethrisemployeesform.d.ts.map +1 -0
- package/esm/models/operations/gethrisemployeesform.js +52 -0
- package/esm/models/operations/gethrisemployeesform.js.map +1 -0
- package/esm/models/operations/gethrisemployments.d.ts +111 -0
- package/esm/models/operations/gethrisemployments.d.ts.map +1 -0
- package/esm/models/operations/gethrisemployments.js +101 -0
- package/esm/models/operations/gethrisemployments.js.map +1 -0
- package/esm/models/operations/gethrisgroups.d.ts +125 -0
- package/esm/models/operations/gethrisgroups.d.ts.map +1 -0
- package/esm/models/operations/gethrisgroups.js +105 -0
- package/esm/models/operations/gethrisgroups.js.map +1 -0
- package/esm/models/operations/gethrislegalentities.d.ts +116 -0
- package/esm/models/operations/gethrislegalentities.d.ts.map +1 -0
- package/esm/models/operations/gethrislegalentities.js +103 -0
- package/esm/models/operations/gethrislegalentities.js.map +1 -0
- package/esm/models/operations/gethrislocations.d.ts +116 -0
- package/esm/models/operations/gethrislocations.d.ts.map +1 -0
- package/esm/models/operations/gethrislocations.js +103 -0
- package/esm/models/operations/gethrislocations.js.map +1 -0
- package/esm/models/operations/gethrisperformancereviewcycles.d.ts +111 -0
- package/esm/models/operations/gethrisperformancereviewcycles.d.ts.map +1 -0
- package/esm/models/operations/gethrisperformancereviewcycles.js +101 -0
- package/esm/models/operations/gethrisperformancereviewcycles.js.map +1 -0
- package/esm/models/operations/gethrisperformancereviews.d.ts +130 -0
- package/esm/models/operations/gethrisperformancereviews.d.ts.map +1 -0
- package/esm/models/operations/gethrisperformancereviews.js +107 -0
- package/esm/models/operations/gethrisperformancereviews.js.map +1 -0
- package/esm/models/operations/gethristimeoffbalances.d.ts +116 -0
- package/esm/models/operations/gethristimeoffbalances.d.ts.map +1 -0
- package/esm/models/operations/gethristimeoffbalances.js +103 -0
- package/esm/models/operations/gethristimeoffbalances.js.map +1 -0
- package/esm/models/operations/gethristimesheets.d.ts +136 -0
- package/esm/models/operations/gethristimesheets.d.ts.map +1 -0
- package/esm/models/operations/gethristimesheets.js +112 -0
- package/esm/models/operations/gethristimesheets.js.map +1 -0
- package/esm/models/operations/getintegrationsintegrationid.d.ts +32 -0
- package/esm/models/operations/getintegrationsintegrationid.d.ts.map +1 -0
- package/esm/models/operations/getintegrationsintegrationid.js +31 -0
- package/esm/models/operations/getintegrationsintegrationid.js.map +1 -0
- package/esm/models/operations/getintegrationsintegrationidcustomfields.d.ts +68 -0
- package/esm/models/operations/getintegrationsintegrationidcustomfields.d.ts.map +1 -0
- package/esm/models/operations/getintegrationsintegrationidcustomfields.js +72 -0
- package/esm/models/operations/getintegrationsintegrationidcustomfields.js.map +1 -0
- package/esm/models/operations/getintegrationsintegrationidintegrationfields.d.ts +68 -0
- package/esm/models/operations/getintegrationsintegrationidintegrationfields.d.ts.map +1 -0
- package/esm/models/operations/getintegrationsintegrationidintegrationfields.js +72 -0
- package/esm/models/operations/getintegrationsintegrationidintegrationfields.js.map +1 -0
- package/esm/models/operations/gettoolscategory.d.ts +33 -0
- package/esm/models/operations/gettoolscategory.d.ts.map +1 -0
- package/esm/models/operations/gettoolscategory.js +32 -0
- package/esm/models/operations/gettoolscategory.js.map +1 -0
- package/esm/models/operations/index.d.ts +56 -0
- package/esm/models/operations/index.d.ts.map +1 -0
- package/esm/models/operations/index.js +59 -0
- package/esm/models/operations/index.js.map +1 -0
- package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.d.ts +43 -0
- package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.d.ts.map +1 -0
- package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.js +49 -0
- package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.js.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidattachments.d.ts +66 -0
- package/esm/models/operations/postatsapplicationsapplicationidattachments.d.ts.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidattachments.js +70 -0
- package/esm/models/operations/postatsapplicationsapplicationidattachments.js.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidnotes.d.ts +66 -0
- package/esm/models/operations/postatsapplicationsapplicationidnotes.d.ts.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidnotes.js +68 -0
- package/esm/models/operations/postatsapplicationsapplicationidnotes.js.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidreject.d.ts +66 -0
- package/esm/models/operations/postatsapplicationsapplicationidreject.d.ts.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidreject.js +68 -0
- package/esm/models/operations/postatsapplicationsapplicationidreject.js.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidresultlinks.d.ts +66 -0
- package/esm/models/operations/postatsapplicationsapplicationidresultlinks.d.ts.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidresultlinks.js +70 -0
- package/esm/models/operations/postatsapplicationsapplicationidresultlinks.js.map +1 -0
- package/esm/models/operations/postatscandidates.d.ts +32 -0
- package/esm/models/operations/postatscandidates.d.ts.map +1 -0
- package/esm/models/operations/postatscandidates.js +31 -0
- package/esm/models/operations/postatscandidates.js.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidattachments.d.ts +66 -0
- package/esm/models/operations/postatscandidatescandidateidattachments.d.ts.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidattachments.js +68 -0
- package/esm/models/operations/postatscandidatescandidateidattachments.js.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidresultlinks.d.ts +66 -0
- package/esm/models/operations/postatscandidatescandidateidresultlinks.d.ts.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidresultlinks.js +68 -0
- package/esm/models/operations/postatscandidatescandidateidresultlinks.js.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidtags.d.ts +66 -0
- package/esm/models/operations/postatscandidatescandidateidtags.d.ts.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidtags.js +68 -0
- package/esm/models/operations/postatscandidatescandidateidtags.js.map +1 -0
- package/esm/models/operations/postatsimporttrackedapplication.d.ts +32 -0
- package/esm/models/operations/postatsimporttrackedapplication.d.ts.map +1 -0
- package/esm/models/operations/postatsimporttrackedapplication.js +31 -0
- package/esm/models/operations/postatsimporttrackedapplication.js.map +1 -0
- package/esm/models/operations/postatsjobsjobidapplications.d.ts +66 -0
- package/esm/models/operations/postatsjobsjobidapplications.d.ts.map +1 -0
- package/esm/models/operations/postatsjobsjobidapplications.js +68 -0
- package/esm/models/operations/postatsjobsjobidapplications.js.map +1 -0
- package/esm/models/operations/postforcesync.d.ts +32 -0
- package/esm/models/operations/postforcesync.d.ts.map +1 -0
- package/esm/models/operations/postforcesync.js +31 -0
- package/esm/models/operations/postforcesync.js.map +1 -0
- package/esm/models/operations/posthrisabsences.d.ts +32 -0
- package/esm/models/operations/posthrisabsences.d.ts.map +1 -0
- package/esm/models/operations/posthrisabsences.js +31 -0
- package/esm/models/operations/posthrisabsences.js.map +1 -0
- package/esm/models/operations/posthrisemployeesemployeeiddocuments.d.ts +66 -0
- package/esm/models/operations/posthrisemployeesemployeeiddocuments.d.ts.map +1 -0
- package/esm/models/operations/posthrisemployeesemployeeiddocuments.js +68 -0
- package/esm/models/operations/posthrisemployeesemployeeiddocuments.js.map +1 -0
- package/esm/models/operations/posthrisemployeesform.d.ts +32 -0
- package/esm/models/operations/posthrisemployeesform.d.ts.map +1 -0
- package/esm/models/operations/posthrisemployeesform.js +31 -0
- package/esm/models/operations/posthrisemployeesform.js.map +1 -0
- package/esm/models/operations/postintegrationsintegrationidrelink.d.ts +38 -0
- package/esm/models/operations/postintegrationsintegrationidrelink.d.ts.map +1 -0
- package/esm/models/operations/postintegrationsintegrationidrelink.js +43 -0
- package/esm/models/operations/postintegrationsintegrationidrelink.js.map +1 -0
- package/esm/models/operations/postpassthroughtoolapi.d.ts +71 -0
- package/esm/models/operations/postpassthroughtoolapi.d.ts.map +1 -0
- package/esm/models/operations/postpassthroughtoolapi.js +70 -0
- package/esm/models/operations/postpassthroughtoolapi.js.map +1 -0
- package/esm/models/operations/putassessmentordersassessmentorderidresult.d.ts +66 -0
- package/esm/models/operations/putassessmentordersassessmentorderidresult.d.ts.map +1 -0
- package/esm/models/operations/putassessmentordersassessmentorderidresult.js +70 -0
- package/esm/models/operations/putassessmentordersassessmentorderidresult.js.map +1 -0
- package/esm/models/operations/putassessmentpackages.d.ts +32 -0
- package/esm/models/operations/putassessmentpackages.d.ts.map +1 -0
- package/esm/models/operations/putassessmentpackages.js +31 -0
- package/esm/models/operations/putassessmentpackages.js.map +1 -0
- package/esm/models/operations/putatsapplicationsapplicationidstage.d.ts +66 -0
- package/esm/models/operations/putatsapplicationsapplicationidstage.d.ts.map +1 -0
- package/esm/models/operations/putatsapplicationsapplicationidstage.js +68 -0
- package/esm/models/operations/putatsapplicationsapplicationidstage.js.map +1 -0
- package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.d.ts +43 -0
- package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.d.ts.map +1 -0
- package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.js +49 -0
- package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.js.map +1 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.d.ts +121 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.d.ts.map +1 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.js +96 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.js.map +1 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.d.ts +29 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.d.ts.map +1 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.js +33 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.d.ts +82 -0
- package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.js +87 -0
- package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.d.ts +337 -0
- package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.js +268 -0
- package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.d.ts +82 -0
- package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.js +85 -0
- package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidnotesrequestbody.d.ts +313 -0
- package/esm/models/postatsapplicationsapplicationidnotesrequestbody.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidnotesrequestbody.js +265 -0
- package/esm/models/postatsapplicationsapplicationidnotesrequestbody.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.d.ts +82 -0
- package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.js +86 -0
- package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidrejectrequestbody.d.ts +171 -0
- package/esm/models/postatsapplicationsapplicationidrejectrequestbody.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidrejectrequestbody.js +154 -0
- package/esm/models/postatsapplicationsapplicationidrejectrequestbody.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.d.ts +82 -0
- package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.js +87 -0
- package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.d.ts +365 -0
- package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.js +301 -0
- package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.js.map +1 -0
- package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.d.ts +82 -0
- package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.js +87 -0
- package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.js.map +1 -0
- package/esm/models/postatscandidatescandidateidattachmentsrequestbody.d.ts +262 -0
- package/esm/models/postatscandidatescandidateidattachmentsrequestbody.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidattachmentsrequestbody.js +210 -0
- package/esm/models/postatscandidatescandidateidattachmentsrequestbody.js.map +1 -0
- package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.d.ts +82 -0
- package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.js +87 -0
- package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.js.map +1 -0
- package/esm/models/postatscandidatescandidateidresultlinksrequestbody.d.ts +365 -0
- package/esm/models/postatscandidatescandidateidresultlinksrequestbody.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidresultlinksrequestbody.js +300 -0
- package/esm/models/postatscandidatescandidateidresultlinksrequestbody.js.map +1 -0
- package/esm/models/postatscandidatescandidateidtagspositiveresponse.d.ts +82 -0
- package/esm/models/postatscandidatescandidateidtagspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidtagspositiveresponse.js +83 -0
- package/esm/models/postatscandidatescandidateidtagspositiveresponse.js.map +1 -0
- package/esm/models/postatscandidatescandidateidtagsrequestbody.d.ts +191 -0
- package/esm/models/postatscandidatescandidateidtagsrequestbody.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidtagsrequestbody.js +172 -0
- package/esm/models/postatscandidatescandidateidtagsrequestbody.js.map +1 -0
- package/esm/models/postatscandidatespositiveresponse.d.ts +549 -0
- package/esm/models/postatscandidatespositiveresponse.d.ts.map +1 -0
- package/esm/models/postatscandidatespositiveresponse.js +404 -0
- package/esm/models/postatscandidatespositiveresponse.js.map +1 -0
- package/esm/models/postatscandidatesrequestbody.d.ts +2531 -0
- package/esm/models/postatscandidatesrequestbody.d.ts.map +1 -0
- package/esm/models/postatscandidatesrequestbody.js +2316 -0
- package/esm/models/postatscandidatesrequestbody.js.map +1 -0
- package/esm/models/postatsimporttrackedapplicationpositiveresponse.d.ts +470 -0
- package/esm/models/postatsimporttrackedapplicationpositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsimporttrackedapplicationpositiveresponse.js +484 -0
- package/esm/models/postatsimporttrackedapplicationpositiveresponse.js.map +1 -0
- package/esm/models/postatsimporttrackedapplicationrequestbody.d.ts +386 -0
- package/esm/models/postatsimporttrackedapplicationrequestbody.d.ts.map +1 -0
- package/esm/models/postatsimporttrackedapplicationrequestbody.js +400 -0
- package/esm/models/postatsimporttrackedapplicationrequestbody.js.map +1 -0
- package/esm/models/postatsjobsjobidapplicationspositiveresponse.d.ts +1177 -0
- package/esm/models/postatsjobsjobidapplicationspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsjobsjobidapplicationspositiveresponse.js +1073 -0
- package/esm/models/postatsjobsjobidapplicationspositiveresponse.js.map +1 -0
- package/esm/models/postatsjobsjobidapplicationsrequestbody.d.ts +2495 -0
- package/esm/models/postatsjobsjobidapplicationsrequestbody.d.ts.map +1 -0
- package/esm/models/postatsjobsjobidapplicationsrequestbody.js +2288 -0
- package/esm/models/postatsjobsjobidapplicationsrequestbody.js.map +1 -0
- package/esm/models/postconnectcreatelinkpositiveresponse.d.ts +56 -0
- package/esm/models/postconnectcreatelinkpositiveresponse.d.ts.map +1 -0
- package/esm/models/postconnectcreatelinkpositiveresponse.js +58 -0
- package/esm/models/postconnectcreatelinkpositiveresponse.js.map +1 -0
- package/esm/models/postconnectcreatelinkrequestbody.d.ts +723 -0
- package/esm/models/postconnectcreatelinkrequestbody.d.ts.map +1 -0
- package/esm/models/postconnectcreatelinkrequestbody.js +313 -0
- package/esm/models/postconnectcreatelinkrequestbody.js.map +1 -0
- package/esm/models/postforcesyncpositiveresponse.d.ts +101 -0
- package/esm/models/postforcesyncpositiveresponse.d.ts.map +1 -0
- package/esm/models/postforcesyncpositiveresponse.js +84 -0
- package/esm/models/postforcesyncpositiveresponse.js.map +1 -0
- package/esm/models/postforcesyncrequestbody.d.ts +64 -0
- package/esm/models/postforcesyncrequestbody.d.ts.map +1 -0
- package/esm/models/postforcesyncrequestbody.js +53 -0
- package/esm/models/postforcesyncrequestbody.js.map +1 -0
- package/esm/models/posthrisabsencespositiveresponse.d.ts +218 -0
- package/esm/models/posthrisabsencespositiveresponse.d.ts.map +1 -0
- package/esm/models/posthrisabsencespositiveresponse.js +169 -0
- package/esm/models/posthrisabsencespositiveresponse.js.map +1 -0
- package/esm/models/posthrisabsencesrequestbody.d.ts +222 -0
- package/esm/models/posthrisabsencesrequestbody.d.ts.map +1 -0
- package/esm/models/posthrisabsencesrequestbody.js +151 -0
- package/esm/models/posthrisabsencesrequestbody.js.map +1 -0
- package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.d.ts +82 -0
- package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.d.ts.map +1 -0
- package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.js +85 -0
- package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.js.map +1 -0
- package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.d.ts +90 -0
- package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.d.ts.map +1 -0
- package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.js +64 -0
- package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.js.map +1 -0
- package/esm/models/posthrisemployeesformpositiveresponse.d.ts +89 -0
- package/esm/models/posthrisemployeesformpositiveresponse.d.ts.map +1 -0
- package/esm/models/posthrisemployeesformpositiveresponse.js +85 -0
- package/esm/models/posthrisemployeesformpositiveresponse.js.map +1 -0
- package/esm/models/posthrisemployeesformrequestbody.d.ts +34 -0
- package/esm/models/posthrisemployeesformrequestbody.d.ts.map +1 -0
- package/esm/models/posthrisemployeesformrequestbody.js +32 -0
- package/esm/models/posthrisemployeesformrequestbody.js.map +1 -0
- package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.d.ts +56 -0
- package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.d.ts.map +1 -0
- package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.js +60 -0
- package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.js.map +1 -0
- package/esm/models/postintegrationsintegrationidrelinkrequestbody.d.ts +130 -0
- package/esm/models/postintegrationsintegrationidrelinkrequestbody.d.ts.map +1 -0
- package/esm/models/postintegrationsintegrationidrelinkrequestbody.js +90 -0
- package/esm/models/postintegrationsintegrationidrelinkrequestbody.js.map +1 -0
- package/esm/models/postpassthroughtoolapipositiveresponse.d.ts +129 -0
- package/esm/models/postpassthroughtoolapipositiveresponse.d.ts.map +1 -0
- package/esm/models/postpassthroughtoolapipositiveresponse.js +112 -0
- package/esm/models/postpassthroughtoolapipositiveresponse.js.map +1 -0
- package/esm/models/postpassthroughtoolapirequestbody.d.ts +230 -0
- package/esm/models/postpassthroughtoolapirequestbody.d.ts.map +1 -0
- package/esm/models/postpassthroughtoolapirequestbody.js +153 -0
- package/esm/models/postpassthroughtoolapirequestbody.js.map +1 -0
- package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.d.ts +82 -0
- package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.d.ts.map +1 -0
- package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.js +87 -0
- package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.js.map +1 -0
- package/esm/models/putassessmentordersassessmentorderidresultrequestbody.d.ts +363 -0
- package/esm/models/putassessmentordersassessmentorderidresultrequestbody.d.ts.map +1 -0
- package/esm/models/putassessmentordersassessmentorderidresultrequestbody.js +310 -0
- package/esm/models/putassessmentordersassessmentorderidresultrequestbody.js.map +1 -0
- package/esm/models/putassessmentpackagespositiveresponse.d.ts +82 -0
- package/esm/models/putassessmentpackagespositiveresponse.d.ts.map +1 -0
- package/esm/models/putassessmentpackagespositiveresponse.js +81 -0
- package/esm/models/putassessmentpackagespositiveresponse.js.map +1 -0
- package/esm/models/putassessmentpackagesrequestbody.d.ts +104 -0
- package/esm/models/putassessmentpackagesrequestbody.d.ts.map +1 -0
- package/esm/models/putassessmentpackagesrequestbody.js +84 -0
- package/esm/models/putassessmentpackagesrequestbody.js.map +1 -0
- package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.d.ts +82 -0
- package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.d.ts.map +1 -0
- package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.js +85 -0
- package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.js.map +1 -0
- package/esm/models/putatsapplicationsapplicationidstagerequestbody.d.ts +166 -0
- package/esm/models/putatsapplicationsapplicationidstagerequestbody.d.ts.map +1 -0
- package/esm/models/putatsapplicationsapplicationidstagerequestbody.js +152 -0
- package/esm/models/putatsapplicationsapplicationidstagerequestbody.js.map +1 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.d.ts +162 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.d.ts.map +1 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.js +127 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.js.map +1 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.d.ts +32 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.d.ts.map +1 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.js +33 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.js.map +1 -0
- package/esm/models/schema1.d.ts +25 -0
- package/esm/models/schema1.d.ts.map +1 -0
- package/esm/models/schema1.js +27 -0
- package/esm/models/schema1.js.map +1 -0
- package/esm/models/schema1union1.d.ts +1266 -0
- package/esm/models/schema1union1.d.ts.map +1 -0
- package/esm/models/schema1union1.js +975 -0
- package/esm/models/schema1union1.js.map +1 -0
- package/esm/models/schema1union2.d.ts +66 -0
- package/esm/models/schema1union2.d.ts.map +1 -0
- package/esm/models/schema1union2.js +88 -0
- package/esm/models/schema1union2.js.map +1 -0
- package/esm/models/schema2union1.d.ts +1265 -0
- package/esm/models/schema2union1.d.ts.map +1 -0
- package/esm/models/schema2union1.js +994 -0
- package/esm/models/schema2union1.js.map +1 -0
- package/esm/models/schema2union2.d.ts +105 -0
- package/esm/models/schema2union2.d.ts.map +1 -0
- package/esm/models/schema2union2.js +143 -0
- package/esm/models/schema2union2.js.map +1 -0
- package/esm/models/schema4.d.ts +29 -0
- package/esm/models/schema4.d.ts.map +1 -0
- package/esm/models/schema4.js +39 -0
- package/esm/models/schema4.js.map +1 -0
- package/esm/models/security.d.ts +29 -0
- package/esm/models/security.d.ts.map +1 -0
- package/esm/models/security.js +40 -0
- package/esm/models/security.js.map +1 -0
- package/esm/models/syncfinishedwebhookpayload.d.ts +216 -0
- package/esm/models/syncfinishedwebhookpayload.d.ts.map +1 -0
- package/esm/models/syncfinishedwebhookpayload.js +152 -0
- package/esm/models/syncfinishedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/index.d.ts +9 -0
- package/esm/models/webhooks/index.d.ts.map +1 -0
- package/esm/models/webhooks/index.js +12 -0
- package/esm/models/webhooks/index.js.map +1 -0
- package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookdatachangedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookdatachangedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookdatachangedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookdatachangedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.js +47 -0
- package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.js.map +1 -0
- package/esm/sdk/assessment.d.ts +100 -0
- package/esm/sdk/assessment.d.ts.map +1 -0
- package/esm/sdk/assessment.js +112 -0
- package/esm/sdk/assessment.js.map +1 -0
- package/esm/sdk/ats.d.ts +580 -0
- package/esm/sdk/ats.d.ts.map +1 -0
- package/esm/sdk/ats.js +633 -0
- package/esm/sdk/ats.js.map +1 -0
- package/esm/sdk/connect.d.ts +48 -0
- package/esm/sdk/connect.d.ts.map +1 -0
- package/esm/sdk/connect.js +56 -0
- package/esm/sdk/connect.js.map +1 -0
- package/esm/sdk/general.d.ts +257 -0
- package/esm/sdk/general.d.ts.map +1 -0
- package/esm/sdk/general.js +288 -0
- package/esm/sdk/general.js.map +1 -0
- package/esm/sdk/hris.d.ts +341 -0
- package/esm/sdk/hris.d.ts.map +1 -0
- package/esm/sdk/hris.js +370 -0
- package/esm/sdk/hris.js.map +1 -0
- package/esm/sdk/index.d.ts +2 -0
- package/esm/sdk/index.d.ts.map +1 -0
- package/esm/sdk/index.js +5 -0
- package/esm/sdk/index.js.map +1 -0
- package/esm/sdk/sdk.d.ts +19 -0
- package/esm/sdk/sdk.d.ts.map +1 -0
- package/esm/sdk/sdk.js +27 -0
- package/esm/sdk/sdk.js.map +1 -0
- package/esm/types/async.d.ts +23 -0
- package/esm/types/async.d.ts.map +1 -0
- package/esm/types/async.js +40 -0
- package/esm/types/async.js.map +1 -0
- package/esm/types/blobs.d.ts +4 -0
- package/esm/types/blobs.d.ts.map +1 -0
- package/esm/types/blobs.js +25 -0
- package/esm/types/blobs.js.map +1 -0
- package/esm/types/constdatetime.d.ts +3 -0
- package/esm/types/constdatetime.d.ts.map +1 -0
- package/esm/types/constdatetime.js +10 -0
- package/esm/types/constdatetime.js.map +1 -0
- package/esm/types/enums.d.ts +12 -0
- package/esm/types/enums.d.ts.map +1 -0
- package/esm/types/enums.js +7 -0
- package/esm/types/enums.js.map +1 -0
- package/esm/types/fp.d.ts +31 -0
- package/esm/types/fp.d.ts.map +1 -0
- package/esm/types/fp.js +31 -0
- package/esm/types/fp.js.map +1 -0
- package/esm/types/index.d.ts +9 -0
- package/esm/types/index.d.ts.map +1 -0
- package/esm/types/index.js +8 -0
- package/esm/types/index.js.map +1 -0
- package/esm/types/operations.d.ts +27 -0
- package/esm/types/operations.d.ts.map +1 -0
- package/esm/types/operations.js +77 -0
- package/esm/types/operations.js.map +1 -0
- package/esm/types/rfcdate.d.ts +21 -0
- package/esm/types/rfcdate.d.ts.map +1 -0
- package/esm/types/rfcdate.js +42 -0
- package/esm/types/rfcdate.js.map +1 -0
- package/esm/types/streams.d.ts +2 -0
- package/esm/types/streams.d.ts.map +1 -0
- package/esm/types/streams.js +15 -0
- package/esm/types/streams.js.map +1 -0
- package/esm/types/webhooks.d.ts +4 -0
- package/esm/types/webhooks.d.ts.map +1 -0
- package/esm/types/webhooks.js +5 -0
- package/esm/types/webhooks.js.map +1 -0
- package/examples/README.md +31 -0
- package/examples/generalCheckApiKey.example.ts +26 -0
- package/examples/package-lock.json +610 -0
- package/examples/package.json +18 -0
- package/jsr.json +27 -0
- package/package.json +73 -0
- package/src/core.ts +13 -0
- package/src/funcs/assessmentGetOpenOrders.ts +244 -0
- package/src/funcs/assessmentGetPackages.ts +161 -0
- package/src/funcs/assessmentSetPackages.ts +198 -0
- package/src/funcs/assessmentUpdateOrderResult.ts +231 -0
- package/src/funcs/atsAddApplicationAttachment.ts +216 -0
- package/src/funcs/atsAddApplicationNote.ts +208 -0
- package/src/funcs/atsAddApplicationResultLink.ts +223 -0
- package/src/funcs/atsAddCandidateAttachment.ts +216 -0
- package/src/funcs/atsAddCandidateResultLink.ts +226 -0
- package/src/funcs/atsAddCandidateTag.ts +206 -0
- package/src/funcs/atsCreateApplication.ts +251 -0
- package/src/funcs/atsCreateCandidate.ts +245 -0
- package/src/funcs/atsGetApplicationAttachments.ts +195 -0
- package/src/funcs/atsGetApplicationStages.ts +264 -0
- package/src/funcs/atsGetApplications.ts +266 -0
- package/src/funcs/atsGetCandidateAttachments.ts +191 -0
- package/src/funcs/atsGetCandidates.ts +256 -0
- package/src/funcs/atsGetInterviews.ts +253 -0
- package/src/funcs/atsGetJobs.ts +265 -0
- package/src/funcs/atsGetOffers.ts +252 -0
- package/src/funcs/atsGetRejectionReasons.ts +256 -0
- package/src/funcs/atsGetTags.ts +250 -0
- package/src/funcs/atsGetUsers.ts +253 -0
- package/src/funcs/atsImportTrackedApplication.ts +196 -0
- package/src/funcs/atsMoveApplicationToStage.ts +203 -0
- package/src/funcs/atsRejectApplication.ts +208 -0
- package/src/funcs/atsRemoveCandidateTag.ts +206 -0
- package/src/funcs/connectCreateConnectionLink.ts +186 -0
- package/src/funcs/connectGetIntegrationByToken.ts +190 -0
- package/src/funcs/generalCheckApiKey.ts +149 -0
- package/src/funcs/generalCreateReconnectionLink.ts +196 -0
- package/src/funcs/generalDeleteIntegration.ts +186 -0
- package/src/funcs/generalGetCustomFields.ts +250 -0
- package/src/funcs/generalGetIntegrationDetails.ts +180 -0
- package/src/funcs/generalGetIntegrationFields.ts +252 -0
- package/src/funcs/generalGetTools.ts +175 -0
- package/src/funcs/generalSendPassthroughRequest.ts +338 -0
- package/src/funcs/generalTriggerSync.ts +174 -0
- package/src/funcs/generalUpdateCustomFieldMapping.ts +194 -0
- package/src/funcs/generalUpdateIntegrationField.ts +197 -0
- package/src/funcs/hrisAddEmployeeDocument.ts +208 -0
- package/src/funcs/hrisCreateAbsence.ts +194 -0
- package/src/funcs/hrisCreateEmployeeWithForm.ts +200 -0
- package/src/funcs/hrisDeleteAbsence.ts +200 -0
- package/src/funcs/hrisGetAbsenceTypes.ts +254 -0
- package/src/funcs/hrisGetAbsences.ts +256 -0
- package/src/funcs/hrisGetEmployeeDocumentCategories.ts +255 -0
- package/src/funcs/hrisGetEmployeeForm.ts +236 -0
- package/src/funcs/hrisGetEmployees.ts +261 -0
- package/src/funcs/hrisGetEmployments.ts +254 -0
- package/src/funcs/hrisGetGroups.ts +254 -0
- package/src/funcs/hrisGetLegalEntities.ts +255 -0
- package/src/funcs/hrisGetLocations.ts +253 -0
- package/src/funcs/hrisGetPerformanceReviewCycles.ts +259 -0
- package/src/funcs/hrisGetPerformanceReviews.ts +260 -0
- package/src/funcs/hrisGetTimeOffBalances.ts +255 -0
- package/src/funcs/hrisGetTimesheets.ts +265 -0
- package/src/hooks/hooks.ts +132 -0
- package/src/hooks/index.ts +6 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +109 -0
- package/src/index.ts +9 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +75 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +483 -0
- package/src/lib/files.ts +82 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +352 -0
- package/src/lib/primitives.ts +150 -0
- package/src/lib/retries.ts +218 -0
- package/src/lib/schemas.ts +91 -0
- package/src/lib/sdks.ts +402 -0
- package/src/lib/security.ts +263 -0
- package/src/lib/url.ts +33 -0
- package/src/models/assessmentorderreceivedwebhookpayload.ts +825 -0
- package/src/models/connectionflowfailedwebhookpayload.ts +346 -0
- package/src/models/datachangedwebhookpayload.ts +358 -0
- package/src/models/deleteatscandidatescandidateidtagspositiveresponse.ts +240 -0
- package/src/models/deleteatscandidatescandidateidtagsrequestbody.ts +519 -0
- package/src/models/deletehrisabsencesabsenceidpositiveresponse.ts +456 -0
- package/src/models/deletehrisabsencesabsenceidrequestbody.ts +247 -0
- package/src/models/deleteintegrationsintegrationidpositiveresponse.ts +152 -0
- package/src/models/deleteintegrationsintegrationidrequestbody.ts +68 -0
- package/src/models/errors/httpclienterrors.ts +62 -0
- package/src/models/errors/index.ts +12 -0
- package/src/models/errors/komboatserror.ts +97 -0
- package/src/models/errors/kombodefaulterror.ts +40 -0
- package/src/models/errors/komboerror.ts +35 -0
- package/src/models/errors/kombogeneralerror.ts +97 -0
- package/src/models/errors/kombohriserror.ts +97 -0
- package/src/models/errors/responsevalidationerror.ts +50 -0
- package/src/models/errors/sdkvalidationerror.ts +109 -0
- package/src/models/getassessmentordersopenpositiveresponse.ts +830 -0
- package/src/models/getassessmentpackagespositiveresponse.ts +276 -0
- package/src/models/getatsapplicationsapplicationidattachmentspositiveresponse.ts +412 -0
- package/src/models/getatsapplicationspositiveresponse.ts +3260 -0
- package/src/models/getatsapplicationstagespositiveresponse.ts +273 -0
- package/src/models/getatscandidatescandidateidattachmentspositiveresponse.ts +420 -0
- package/src/models/getatscandidatespositiveresponse.ts +1194 -0
- package/src/models/getatsinterviewspositiveresponse.ts +942 -0
- package/src/models/getatsjobspositiveresponse.ts +2264 -0
- package/src/models/getatsofferspositiveresponse.ts +702 -0
- package/src/models/getatsrejectionreasonspositiveresponse.ts +263 -0
- package/src/models/getatstagspositiveresponse.ts +231 -0
- package/src/models/getatsuserspositiveresponse.ts +295 -0
- package/src/models/getcheckapikeypositiveresponse.ts +134 -0
- package/src/models/getconnectintegrationbytokentokenpositiveresponse.ts +248 -0
- package/src/models/gethrisabsencespositiveresponse.ts +571 -0
- package/src/models/gethrisabsencetypespositiveresponse.ts +317 -0
- package/src/models/gethrisemployeedocumentcategoriespositiveresponse.ts +282 -0
- package/src/models/gethrisemployeesformpositiveresponse.ts +2406 -0
- package/src/models/gethrisemployeespositiveresponse.ts +2174 -0
- package/src/models/gethrisemploymentspositiveresponse.ts +506 -0
- package/src/models/gethrisgroupspositiveresponse.ts +292 -0
- package/src/models/gethrislegalentitiespositiveresponse.ts +379 -0
- package/src/models/gethrislocationspositiveresponse.ts +366 -0
- package/src/models/gethrisperformancereviewcyclespositiveresponse.ts +293 -0
- package/src/models/gethrisperformancereviewspositiveresponse.ts +887 -0
- package/src/models/gethristimeoffbalancespositiveresponse.ts +549 -0
- package/src/models/gethristimesheetspositiveresponse.ts +395 -0
- package/src/models/getintegrationsintegrationidcustomfieldspositiveresponse.ts +445 -0
- package/src/models/getintegrationsintegrationidintegrationfieldspositiveresponse.ts +345 -0
- package/src/models/getintegrationsintegrationidpositiveresponse.ts +1042 -0
- package/src/models/gettoolscategoryparametercategory.ts +37 -0
- package/src/models/gettoolscategorypositiveresponse.ts +921 -0
- package/src/models/index.ts +105 -0
- package/src/models/inlineassessmentorderreceivedwebhookpayload.ts +860 -0
- package/src/models/integrationcreatedwebhookpayload.ts +336 -0
- package/src/models/integrationdeletedwebhookpayload.ts +343 -0
- package/src/models/integrationstatechangedwebhookpayload.ts +439 -0
- package/src/models/komboatserror.ts +173 -0
- package/src/models/kombogeneralerror.ts +159 -0
- package/src/models/kombohriserror.ts +171 -0
- package/src/models/operations/deleteatscandidatescandidateidtags.ts +177 -0
- package/src/models/operations/deletehrisabsencesabsenceid.ts +161 -0
- package/src/models/operations/deleteintegrationsintegrationid.ts +98 -0
- package/src/models/operations/getassessmentordersopen.ts +211 -0
- package/src/models/operations/getassessmentpackages.ts +123 -0
- package/src/models/operations/getatsapplications.ts +279 -0
- package/src/models/operations/getatsapplicationsapplicationidattachments.ts +158 -0
- package/src/models/operations/getatsapplicationstages.ts +241 -0
- package/src/models/operations/getatscandidates.ts +263 -0
- package/src/models/operations/getatscandidatescandidateidattachments.ts +156 -0
- package/src/models/operations/getatsinterviews.ts +242 -0
- package/src/models/operations/getatsjobs.ts +298 -0
- package/src/models/operations/getatsoffers.ts +235 -0
- package/src/models/operations/getatsrejectionreasons.ts +241 -0
- package/src/models/operations/getatstags.ts +235 -0
- package/src/models/operations/getatsusers.ts +242 -0
- package/src/models/operations/getconnectintegrationbytokentoken.ts +80 -0
- package/src/models/operations/gethrisabsences.ts +265 -0
- package/src/models/operations/gethrisabsencetypes.ts +237 -0
- package/src/models/operations/gethrisemployeedocumentcategories.ts +271 -0
- package/src/models/operations/gethrisemployees.ts +292 -0
- package/src/models/operations/gethrisemployeesform.ts +123 -0
- package/src/models/operations/gethrisemployments.ts +235 -0
- package/src/models/operations/gethrisgroups.ts +253 -0
- package/src/models/operations/gethrislegalentities.ts +248 -0
- package/src/models/operations/gethrislocations.ts +242 -0
- package/src/models/operations/gethrisperformancereviewcycles.ts +251 -0
- package/src/models/operations/gethrisperformancereviews.ts +267 -0
- package/src/models/operations/gethristimeoffbalances.ts +248 -0
- package/src/models/operations/gethristimesheets.ts +277 -0
- package/src/models/operations/getintegrationsintegrationid.ts +74 -0
- package/src/models/operations/getintegrationsintegrationidcustomfields.ts +184 -0
- package/src/models/operations/getintegrationsintegrationidintegrationfields.ts +184 -0
- package/src/models/operations/gettoolscategory.ts +70 -0
- package/src/models/operations/index.ts +59 -0
- package/src/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.ts +117 -0
- package/src/models/operations/postatsapplicationsapplicationidattachments.ts +183 -0
- package/src/models/operations/postatsapplicationsapplicationidnotes.ts +179 -0
- package/src/models/operations/postatsapplicationsapplicationidreject.ts +179 -0
- package/src/models/operations/postatsapplicationsapplicationidresultlinks.ts +183 -0
- package/src/models/operations/postatscandidates.ts +69 -0
- package/src/models/operations/postatscandidatescandidateidattachments.ts +181 -0
- package/src/models/operations/postatscandidatescandidateidresultlinks.ts +181 -0
- package/src/models/operations/postatscandidatescandidateidtags.ts +175 -0
- package/src/models/operations/postatsimporttrackedapplication.ts +75 -0
- package/src/models/operations/postatsjobsjobidapplications.ts +163 -0
- package/src/models/operations/postforcesync.ts +69 -0
- package/src/models/operations/posthrisabsences.ts +69 -0
- package/src/models/operations/posthrisemployeesemployeeiddocuments.ts +179 -0
- package/src/models/operations/posthrisemployeesform.ts +71 -0
- package/src/models/operations/postintegrationsintegrationidrelink.ts +102 -0
- package/src/models/operations/postpassthroughtoolapi.ts +163 -0
- package/src/models/operations/putassessmentordersassessmentorderidresult.ts +183 -0
- package/src/models/operations/putassessmentpackages.ts +71 -0
- package/src/models/operations/putatsapplicationsapplicationidstage.ts +179 -0
- package/src/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.ts +114 -0
- package/src/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.ts +259 -0
- package/src/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.ts +82 -0
- package/src/models/postatsapplicationsapplicationidattachmentspositiveresponse.ts +245 -0
- package/src/models/postatsapplicationsapplicationidattachmentsrequestbody.ts +759 -0
- package/src/models/postatsapplicationsapplicationidnotespositiveresponse.ts +239 -0
- package/src/models/postatsapplicationsapplicationidnotesrequestbody.ts +767 -0
- package/src/models/postatsapplicationsapplicationidrejectpositiveresponse.ts +240 -0
- package/src/models/postatsapplicationsapplicationidrejectrequestbody.ts +453 -0
- package/src/models/postatsapplicationsapplicationidresultlinkspositiveresponse.ts +245 -0
- package/src/models/postatsapplicationsapplicationidresultlinksrequestbody.ts +897 -0
- package/src/models/postatscandidatescandidateidattachmentspositiveresponse.ts +239 -0
- package/src/models/postatscandidatescandidateidattachmentsrequestbody.ts +607 -0
- package/src/models/postatscandidatescandidateidresultlinkspositiveresponse.ts +239 -0
- package/src/models/postatscandidatescandidateidresultlinksrequestbody.ts +889 -0
- package/src/models/postatscandidatescandidateidtagspositiveresponse.ts +239 -0
- package/src/models/postatscandidatescandidateidtagsrequestbody.ts +520 -0
- package/src/models/postatscandidatespositiveresponse.ts +1205 -0
- package/src/models/postatscandidatesrequestbody.ts +6126 -0
- package/src/models/postatsimporttrackedapplicationpositiveresponse.ts +1398 -0
- package/src/models/postatsimporttrackedapplicationrequestbody.ts +1158 -0
- package/src/models/postatsjobsjobidapplicationspositiveresponse.ts +3193 -0
- package/src/models/postatsjobsjobidapplicationsrequestbody.ts +6501 -0
- package/src/models/postconnectcreatelinkpositiveresponse.ts +145 -0
- package/src/models/postconnectcreatelinkrequestbody.ts +482 -0
- package/src/models/postforcesyncpositiveresponse.ts +187 -0
- package/src/models/postforcesyncrequestbody.ts +105 -0
- package/src/models/posthrisabsencespositiveresponse.ts +416 -0
- package/src/models/posthrisabsencesrequestbody.ts +393 -0
- package/src/models/posthrisemployeesemployeeiddocumentspositiveresponse.ts +239 -0
- package/src/models/posthrisemployeesemployeeiddocumentsrequestbody.ts +178 -0
- package/src/models/posthrisemployeesformpositiveresponse.ts +230 -0
- package/src/models/posthrisemployeesformrequestbody.ts +74 -0
- package/src/models/postintegrationsintegrationidrelinkpositiveresponse.ts +158 -0
- package/src/models/postintegrationsintegrationidrelinkrequestbody.ts +210 -0
- package/src/models/postpassthroughtoolapipositiveresponse.ts +293 -0
- package/src/models/postpassthroughtoolapirequestbody.ts +360 -0
- package/src/models/putassessmentordersassessmentorderidresultpositiveresponse.ts +242 -0
- package/src/models/putassessmentordersassessmentorderidresultrequestbody.ts +775 -0
- package/src/models/putassessmentpackagespositiveresponse.ts +219 -0
- package/src/models/putassessmentpackagesrequestbody.ts +198 -0
- package/src/models/putatsapplicationsapplicationidstagepositiveresponse.ts +239 -0
- package/src/models/putatsapplicationsapplicationidstagerequestbody.ts +445 -0
- package/src/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.ts +365 -0
- package/src/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.ts +82 -0
- package/src/models/schema1.ts +51 -0
- package/src/models/schema1union1.ts +1835 -0
- package/src/models/schema1union2.ts +217 -0
- package/src/models/schema2union1.ts +1867 -0
- package/src/models/schema2union2.ts +328 -0
- package/src/models/schema4.ts +70 -0
- package/src/models/security.ts +71 -0
- package/src/models/syncfinishedwebhookpayload.ts +366 -0
- package/src/models/webhooks/index.ts +12 -0
- package/src/models/webhooks/webhookassessmentorderreceivedwebhookpayload.ts +105 -0
- package/src/models/webhooks/webhookconnectionflowfailedwebhookpayload.ts +105 -0
- package/src/models/webhooks/webhookdatachangedwebhookpayload.ts +96 -0
- package/src/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.ts +104 -0
- package/src/models/webhooks/webhookintegrationcreatedwebhookpayload.ts +102 -0
- package/src/models/webhooks/webhookintegrationdeletedwebhookpayload.ts +102 -0
- package/src/models/webhooks/webhookintegrationstatechangedwebhookpayload.ts +105 -0
- package/src/models/webhooks/webhooksyncfinishedwebhookpayload.ts +97 -0
- package/src/sdk/assessment.ts +150 -0
- package/src/sdk/ats.ts +837 -0
- package/src/sdk/connect.ts +74 -0
- package/src/sdk/general.ts +392 -0
- package/src/sdk/hris.ts +541 -0
- package/src/sdk/index.ts +5 -0
- package/src/sdk/sdk.ts +37 -0
- package/src/types/async.ts +68 -0
- package/src/types/blobs.ts +32 -0
- package/src/types/constdatetime.ts +15 -0
- package/src/types/enums.ts +16 -0
- package/src/types/fp.ts +50 -0
- package/src/types/index.ts +12 -0
- package/src/types/operations.ts +105 -0
- package/src/types/rfcdate.ts +54 -0
- package/src/types/streams.ts +21 -0
- package/src/types/webhooks.ts +7 -0
- package/tsconfig.json +41 -0
|
@@ -0,0 +1,2288 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v3";
|
|
5
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
6
|
+
import { safeParse } from "../lib/schemas.js";
|
|
7
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType = {
|
|
8
|
+
Personal: "PERSONAL",
|
|
9
|
+
Work: "WORK",
|
|
10
|
+
Other: "OTHER",
|
|
11
|
+
};
|
|
12
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType = {
|
|
13
|
+
Personal: "PERSONAL",
|
|
14
|
+
Work: "WORK",
|
|
15
|
+
Other: "OTHER",
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* The gender of the candidate. Must be one of `MALE`, `FEMALE`, or `OTHER`.
|
|
19
|
+
*/
|
|
20
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGender = {
|
|
21
|
+
Male: "MALE",
|
|
22
|
+
Female: "FEMALE",
|
|
23
|
+
Other: "OTHER",
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* The period of the salary expectations. Must be one of `MONTH` or `YEAR`.
|
|
27
|
+
*/
|
|
28
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyPeriod = {
|
|
29
|
+
Month: "MONTH",
|
|
30
|
+
Year: "YEAR",
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Type of the attachment in the ATS. This may affect where the uploaded file will be shown in your customer's system.
|
|
34
|
+
*/
|
|
35
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAttachmentType = {
|
|
36
|
+
Cv: "CV",
|
|
37
|
+
CoverLetter: "COVER_LETTER",
|
|
38
|
+
Other: "OTHER",
|
|
39
|
+
};
|
|
40
|
+
/** @internal */
|
|
41
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$inboundSchema = z.nativeEnum(PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType);
|
|
42
|
+
/** @internal */
|
|
43
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$inboundSchema;
|
|
44
|
+
/**
|
|
45
|
+
* @internal
|
|
46
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
47
|
+
*/
|
|
48
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$;
|
|
49
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$) {
|
|
50
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$inboundSchema` instead. */
|
|
51
|
+
PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$inboundSchema;
|
|
52
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$outboundSchema` instead. */
|
|
53
|
+
PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$outboundSchema;
|
|
54
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$ || (PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$ = {}));
|
|
55
|
+
/** @internal */
|
|
56
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$inboundSchema = z.object({
|
|
57
|
+
type: PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$inboundSchema,
|
|
58
|
+
email_address: z.string(),
|
|
59
|
+
});
|
|
60
|
+
/** @internal */
|
|
61
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$outboundSchema = z.object({
|
|
62
|
+
type: PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressType$outboundSchema,
|
|
63
|
+
email_address: z.string(),
|
|
64
|
+
});
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
68
|
+
*/
|
|
69
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$;
|
|
70
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$) {
|
|
71
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$inboundSchema` instead. */
|
|
72
|
+
PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$inboundSchema;
|
|
73
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$outboundSchema` instead. */
|
|
74
|
+
PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$outboundSchema;
|
|
75
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$ || (PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$ = {}));
|
|
76
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressToJSON(postAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress) {
|
|
77
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$outboundSchema
|
|
78
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress));
|
|
79
|
+
}
|
|
80
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddressFromJSON(jsonString) {
|
|
81
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$inboundSchema
|
|
82
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress' from JSON`);
|
|
83
|
+
}
|
|
84
|
+
/** @internal */
|
|
85
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$inboundSchema = z.nativeEnum(PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType);
|
|
86
|
+
/** @internal */
|
|
87
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$inboundSchema;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
91
|
+
*/
|
|
92
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$;
|
|
93
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$) {
|
|
94
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$inboundSchema` instead. */
|
|
95
|
+
PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$inboundSchema;
|
|
96
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$outboundSchema` instead. */
|
|
97
|
+
PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$outboundSchema;
|
|
98
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$ || (PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$ = {}));
|
|
99
|
+
/** @internal */
|
|
100
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$inboundSchema = z.object({
|
|
101
|
+
type: PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$inboundSchema,
|
|
102
|
+
phone_number: z.string(),
|
|
103
|
+
});
|
|
104
|
+
/** @internal */
|
|
105
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$outboundSchema = z.object({
|
|
106
|
+
type: PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberType$outboundSchema,
|
|
107
|
+
phone_number: z.string(),
|
|
108
|
+
});
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
112
|
+
*/
|
|
113
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$;
|
|
114
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$) {
|
|
115
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$inboundSchema` instead. */
|
|
116
|
+
PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$inboundSchema;
|
|
117
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$outboundSchema` instead. */
|
|
118
|
+
PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$outboundSchema;
|
|
119
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$ || (PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$ = {}));
|
|
120
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberToJSON(postAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber) {
|
|
121
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$outboundSchema
|
|
122
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber));
|
|
123
|
+
}
|
|
124
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumberFromJSON(jsonString) {
|
|
125
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$inboundSchema
|
|
126
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber' from JSON`);
|
|
127
|
+
}
|
|
128
|
+
/** @internal */
|
|
129
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLocation$inboundSchema = z.object({
|
|
130
|
+
city: z.string().optional(),
|
|
131
|
+
country: z.string(),
|
|
132
|
+
state: z.string().optional(),
|
|
133
|
+
zip_code: z.string().optional(),
|
|
134
|
+
});
|
|
135
|
+
/** @internal */
|
|
136
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLocation$outboundSchema = z.object({
|
|
137
|
+
city: z.string().optional(),
|
|
138
|
+
country: z.string(),
|
|
139
|
+
state: z.string().optional(),
|
|
140
|
+
zip_code: z.string().optional(),
|
|
141
|
+
});
|
|
142
|
+
/**
|
|
143
|
+
* @internal
|
|
144
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
145
|
+
*/
|
|
146
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLocation$;
|
|
147
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLocation$) {
|
|
148
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocation$inboundSchema` instead. */
|
|
149
|
+
PostAtsJobsJobIdApplicationsRequestBodyLocation$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLocation$inboundSchema;
|
|
150
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocation$outboundSchema` instead. */
|
|
151
|
+
PostAtsJobsJobIdApplicationsRequestBodyLocation$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLocation$outboundSchema;
|
|
152
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLocation$ || (PostAtsJobsJobIdApplicationsRequestBodyLocation$ = {}));
|
|
153
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLocationToJSON(postAtsJobsJobIdApplicationsRequestBodyLocation) {
|
|
154
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLocation$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyLocation));
|
|
155
|
+
}
|
|
156
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLocationFromJSON(jsonString) {
|
|
157
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLocation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLocation' from JSON`);
|
|
158
|
+
}
|
|
159
|
+
/** @internal */
|
|
160
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGender$inboundSchema = z
|
|
161
|
+
.nativeEnum(PostAtsJobsJobIdApplicationsRequestBodyGender);
|
|
162
|
+
/** @internal */
|
|
163
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGender$outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGender$inboundSchema;
|
|
164
|
+
/**
|
|
165
|
+
* @internal
|
|
166
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
167
|
+
*/
|
|
168
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyGender$;
|
|
169
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyGender$) {
|
|
170
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGender$inboundSchema` instead. */
|
|
171
|
+
PostAtsJobsJobIdApplicationsRequestBodyGender$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGender$inboundSchema;
|
|
172
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGender$outboundSchema` instead. */
|
|
173
|
+
PostAtsJobsJobIdApplicationsRequestBodyGender$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGender$outboundSchema;
|
|
174
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyGender$ || (PostAtsJobsJobIdApplicationsRequestBodyGender$ = {}));
|
|
175
|
+
/** @internal */
|
|
176
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyPeriod$inboundSchema = z
|
|
177
|
+
.nativeEnum(PostAtsJobsJobIdApplicationsRequestBodyPeriod);
|
|
178
|
+
/** @internal */
|
|
179
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyPeriod$outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyPeriod$inboundSchema;
|
|
180
|
+
/**
|
|
181
|
+
* @internal
|
|
182
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
183
|
+
*/
|
|
184
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyPeriod$;
|
|
185
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyPeriod$) {
|
|
186
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPeriod$inboundSchema` instead. */
|
|
187
|
+
PostAtsJobsJobIdApplicationsRequestBodyPeriod$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyPeriod$inboundSchema;
|
|
188
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPeriod$outboundSchema` instead. */
|
|
189
|
+
PostAtsJobsJobIdApplicationsRequestBodyPeriod$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyPeriod$outboundSchema;
|
|
190
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyPeriod$ || (PostAtsJobsJobIdApplicationsRequestBodyPeriod$ = {}));
|
|
191
|
+
/** @internal */
|
|
192
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$inboundSchema = z.object({
|
|
193
|
+
period: PostAtsJobsJobIdApplicationsRequestBodyPeriod$inboundSchema,
|
|
194
|
+
amount: z.number(),
|
|
195
|
+
});
|
|
196
|
+
/** @internal */
|
|
197
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$outboundSchema = z.object({
|
|
198
|
+
period: PostAtsJobsJobIdApplicationsRequestBodyPeriod$outboundSchema,
|
|
199
|
+
amount: z.number(),
|
|
200
|
+
});
|
|
201
|
+
/**
|
|
202
|
+
* @internal
|
|
203
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
204
|
+
*/
|
|
205
|
+
export var PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$;
|
|
206
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$) {
|
|
207
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$inboundSchema` instead. */
|
|
208
|
+
PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$inboundSchema;
|
|
209
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$outboundSchema` instead. */
|
|
210
|
+
PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$outboundSchema;
|
|
211
|
+
})(PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$ || (PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$ = {}));
|
|
212
|
+
export function postAtsJobsJobIdApplicationsRequestBodySalaryExpectationsToJSON(postAtsJobsJobIdApplicationsRequestBodySalaryExpectations) {
|
|
213
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$outboundSchema
|
|
214
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodySalaryExpectations));
|
|
215
|
+
}
|
|
216
|
+
export function postAtsJobsJobIdApplicationsRequestBodySalaryExpectationsFromJSON(jsonString) {
|
|
217
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$inboundSchema
|
|
218
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations' from JSON`);
|
|
219
|
+
}
|
|
220
|
+
/** @internal */
|
|
221
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySocialLink$inboundSchema = z.object({
|
|
222
|
+
url: z.string(),
|
|
223
|
+
});
|
|
224
|
+
/** @internal */
|
|
225
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySocialLink$outboundSchema = z.object({
|
|
226
|
+
url: z.string(),
|
|
227
|
+
});
|
|
228
|
+
/**
|
|
229
|
+
* @internal
|
|
230
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
231
|
+
*/
|
|
232
|
+
export var PostAtsJobsJobIdApplicationsRequestBodySocialLink$;
|
|
233
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodySocialLink$) {
|
|
234
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialLink$inboundSchema` instead. */
|
|
235
|
+
PostAtsJobsJobIdApplicationsRequestBodySocialLink$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodySocialLink$inboundSchema;
|
|
236
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialLink$outboundSchema` instead. */
|
|
237
|
+
PostAtsJobsJobIdApplicationsRequestBodySocialLink$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodySocialLink$outboundSchema;
|
|
238
|
+
})(PostAtsJobsJobIdApplicationsRequestBodySocialLink$ || (PostAtsJobsJobIdApplicationsRequestBodySocialLink$ = {}));
|
|
239
|
+
export function postAtsJobsJobIdApplicationsRequestBodySocialLinkToJSON(postAtsJobsJobIdApplicationsRequestBodySocialLink) {
|
|
240
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodySocialLink$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodySocialLink));
|
|
241
|
+
}
|
|
242
|
+
export function postAtsJobsJobIdApplicationsRequestBodySocialLinkFromJSON(jsonString) {
|
|
243
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodySocialLink$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodySocialLink' from JSON`);
|
|
244
|
+
}
|
|
245
|
+
/** @internal */
|
|
246
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyCandidate$inboundSchema = z.object({
|
|
247
|
+
first_name: z.string(),
|
|
248
|
+
last_name: z.string(),
|
|
249
|
+
email_address: z.string(),
|
|
250
|
+
additional_email_addresses: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$inboundSchema)).optional(),
|
|
251
|
+
company: z.string().optional(),
|
|
252
|
+
title: z.string().optional(),
|
|
253
|
+
phone_number: z.string().optional(),
|
|
254
|
+
additional_phone_numbers: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$inboundSchema)).optional(),
|
|
255
|
+
location: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLocation$inboundSchema).optional(),
|
|
256
|
+
gender: PostAtsJobsJobIdApplicationsRequestBodyGender$inboundSchema
|
|
257
|
+
.optional(),
|
|
258
|
+
availability_date: z.string().datetime({ offset: true }).transform(v => new Date(v)).optional(),
|
|
259
|
+
salary_expectations: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$inboundSchema).optional(),
|
|
260
|
+
social_links: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySocialLink$inboundSchema)).optional(),
|
|
261
|
+
});
|
|
262
|
+
/** @internal */
|
|
263
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyCandidate$outboundSchema = z.object({
|
|
264
|
+
first_name: z.string(),
|
|
265
|
+
last_name: z.string(),
|
|
266
|
+
email_address: z.string(),
|
|
267
|
+
additional_email_addresses: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAdditionalEmailAddress$outboundSchema)).optional(),
|
|
268
|
+
company: z.string().optional(),
|
|
269
|
+
title: z.string().optional(),
|
|
270
|
+
phone_number: z.string().optional(),
|
|
271
|
+
additional_phone_numbers: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAdditionalPhoneNumber$outboundSchema)).optional(),
|
|
272
|
+
location: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLocation$outboundSchema).optional(),
|
|
273
|
+
gender: PostAtsJobsJobIdApplicationsRequestBodyGender$outboundSchema
|
|
274
|
+
.optional(),
|
|
275
|
+
availability_date: z.date().transform(v => v.toISOString()).optional(),
|
|
276
|
+
salary_expectations: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySalaryExpectations$outboundSchema).optional(),
|
|
277
|
+
social_links: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySocialLink$outboundSchema)).optional(),
|
|
278
|
+
});
|
|
279
|
+
/**
|
|
280
|
+
* @internal
|
|
281
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
282
|
+
*/
|
|
283
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyCandidate$;
|
|
284
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyCandidate$) {
|
|
285
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidate$inboundSchema` instead. */
|
|
286
|
+
PostAtsJobsJobIdApplicationsRequestBodyCandidate$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyCandidate$inboundSchema;
|
|
287
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidate$outboundSchema` instead. */
|
|
288
|
+
PostAtsJobsJobIdApplicationsRequestBodyCandidate$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyCandidate$outboundSchema;
|
|
289
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyCandidate$ || (PostAtsJobsJobIdApplicationsRequestBodyCandidate$ = {}));
|
|
290
|
+
export function postAtsJobsJobIdApplicationsRequestBodyCandidateToJSON(postAtsJobsJobIdApplicationsRequestBodyCandidate) {
|
|
291
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyCandidate$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyCandidate));
|
|
292
|
+
}
|
|
293
|
+
export function postAtsJobsJobIdApplicationsRequestBodyCandidateFromJSON(jsonString) {
|
|
294
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyCandidate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyCandidate' from JSON`);
|
|
295
|
+
}
|
|
296
|
+
/** @internal */
|
|
297
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$inboundSchema = z.nativeEnum(PostAtsJobsJobIdApplicationsRequestBodyAttachmentType);
|
|
298
|
+
/** @internal */
|
|
299
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$inboundSchema;
|
|
300
|
+
/**
|
|
301
|
+
* @internal
|
|
302
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
303
|
+
*/
|
|
304
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$;
|
|
305
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$) {
|
|
306
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$inboundSchema` instead. */
|
|
307
|
+
PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$inboundSchema;
|
|
308
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$outboundSchema` instead. */
|
|
309
|
+
PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$outboundSchema;
|
|
310
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$ || (PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$ = {}));
|
|
311
|
+
/** @internal */
|
|
312
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAttachment$inboundSchema = z.object({
|
|
313
|
+
name: z.string(),
|
|
314
|
+
content_type: z.string().optional(),
|
|
315
|
+
data_url: z.string().optional(),
|
|
316
|
+
data: z.string().optional(),
|
|
317
|
+
type: PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$inboundSchema,
|
|
318
|
+
});
|
|
319
|
+
/** @internal */
|
|
320
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAttachment$outboundSchema = z.object({
|
|
321
|
+
name: z.string(),
|
|
322
|
+
content_type: z.string().optional(),
|
|
323
|
+
data_url: z.string().optional(),
|
|
324
|
+
data: z.string().optional(),
|
|
325
|
+
type: PostAtsJobsJobIdApplicationsRequestBodyAttachmentType$outboundSchema,
|
|
326
|
+
});
|
|
327
|
+
/**
|
|
328
|
+
* @internal
|
|
329
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
330
|
+
*/
|
|
331
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyAttachment$;
|
|
332
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyAttachment$) {
|
|
333
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAttachment$inboundSchema` instead. */
|
|
334
|
+
PostAtsJobsJobIdApplicationsRequestBodyAttachment$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAttachment$inboundSchema;
|
|
335
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAttachment$outboundSchema` instead. */
|
|
336
|
+
PostAtsJobsJobIdApplicationsRequestBodyAttachment$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAttachment$outboundSchema;
|
|
337
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyAttachment$ || (PostAtsJobsJobIdApplicationsRequestBodyAttachment$ = {}));
|
|
338
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAttachmentToJSON(postAtsJobsJobIdApplicationsRequestBodyAttachment) {
|
|
339
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyAttachment$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyAttachment));
|
|
340
|
+
}
|
|
341
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAttachmentFromJSON(jsonString) {
|
|
342
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyAttachment$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyAttachment' from JSON`);
|
|
343
|
+
}
|
|
344
|
+
/** @internal */
|
|
345
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySource$inboundSchema = z.object({
|
|
346
|
+
name: z.string().optional(),
|
|
347
|
+
unified_key: z.string().optional(),
|
|
348
|
+
id: z.string().optional(),
|
|
349
|
+
});
|
|
350
|
+
/** @internal */
|
|
351
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySource$outboundSchema = z.object({
|
|
352
|
+
name: z.string().optional(),
|
|
353
|
+
unified_key: z.string().optional(),
|
|
354
|
+
id: z.string().optional(),
|
|
355
|
+
});
|
|
356
|
+
/**
|
|
357
|
+
* @internal
|
|
358
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
359
|
+
*/
|
|
360
|
+
export var PostAtsJobsJobIdApplicationsRequestBodySource$;
|
|
361
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodySource$) {
|
|
362
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySource$inboundSchema` instead. */
|
|
363
|
+
PostAtsJobsJobIdApplicationsRequestBodySource$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodySource$inboundSchema;
|
|
364
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySource$outboundSchema` instead. */
|
|
365
|
+
PostAtsJobsJobIdApplicationsRequestBodySource$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodySource$outboundSchema;
|
|
366
|
+
})(PostAtsJobsJobIdApplicationsRequestBodySource$ || (PostAtsJobsJobIdApplicationsRequestBodySource$ = {}));
|
|
367
|
+
export function postAtsJobsJobIdApplicationsRequestBodySourceToJSON(postAtsJobsJobIdApplicationsRequestBodySource) {
|
|
368
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodySource$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodySource));
|
|
369
|
+
}
|
|
370
|
+
export function postAtsJobsJobIdApplicationsRequestBodySourceFromJSON(jsonString) {
|
|
371
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodySource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodySource' from JSON`);
|
|
372
|
+
}
|
|
373
|
+
/** @internal */
|
|
374
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySourcedBy$inboundSchema = z.object({
|
|
375
|
+
user_id: z.string(),
|
|
376
|
+
});
|
|
377
|
+
/** @internal */
|
|
378
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySourcedBy$outboundSchema = z.object({
|
|
379
|
+
user_id: z.string(),
|
|
380
|
+
});
|
|
381
|
+
/**
|
|
382
|
+
* @internal
|
|
383
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
384
|
+
*/
|
|
385
|
+
export var PostAtsJobsJobIdApplicationsRequestBodySourcedBy$;
|
|
386
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodySourcedBy$) {
|
|
387
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySourcedBy$inboundSchema` instead. */
|
|
388
|
+
PostAtsJobsJobIdApplicationsRequestBodySourcedBy$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodySourcedBy$inboundSchema;
|
|
389
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySourcedBy$outboundSchema` instead. */
|
|
390
|
+
PostAtsJobsJobIdApplicationsRequestBodySourcedBy$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodySourcedBy$outboundSchema;
|
|
391
|
+
})(PostAtsJobsJobIdApplicationsRequestBodySourcedBy$ || (PostAtsJobsJobIdApplicationsRequestBodySourcedBy$ = {}));
|
|
392
|
+
export function postAtsJobsJobIdApplicationsRequestBodySourcedByToJSON(postAtsJobsJobIdApplicationsRequestBodySourcedBy) {
|
|
393
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodySourcedBy$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodySourcedBy));
|
|
394
|
+
}
|
|
395
|
+
export function postAtsJobsJobIdApplicationsRequestBodySourcedByFromJSON(jsonString) {
|
|
396
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodySourcedBy$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodySourcedBy' from JSON`);
|
|
397
|
+
}
|
|
398
|
+
/** @internal */
|
|
399
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$inboundSchema = z.object({
|
|
400
|
+
expires_at: z.string().datetime({ offset: true }).transform(v => new Date(v)).optional(),
|
|
401
|
+
given: z.boolean().optional(),
|
|
402
|
+
});
|
|
403
|
+
/** @internal */
|
|
404
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$outboundSchema = z.object({
|
|
405
|
+
expires_at: z.date().transform(v => v.toISOString()).optional(),
|
|
406
|
+
given: z.boolean().optional(),
|
|
407
|
+
});
|
|
408
|
+
/**
|
|
409
|
+
* @internal
|
|
410
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
411
|
+
*/
|
|
412
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$;
|
|
413
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$) {
|
|
414
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$inboundSchema` instead. */
|
|
415
|
+
PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$inboundSchema;
|
|
416
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$outboundSchema` instead. */
|
|
417
|
+
PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$outboundSchema;
|
|
418
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$ || (PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$ = {}));
|
|
419
|
+
export function postAtsJobsJobIdApplicationsRequestBodyGdprConsentToJSON(postAtsJobsJobIdApplicationsRequestBodyGdprConsent) {
|
|
420
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyGdprConsent));
|
|
421
|
+
}
|
|
422
|
+
export function postAtsJobsJobIdApplicationsRequestBodyGdprConsentFromJSON(jsonString) {
|
|
423
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyGdprConsent' from JSON`);
|
|
424
|
+
}
|
|
425
|
+
/** @internal */
|
|
426
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$inboundSchema = z.object({
|
|
427
|
+
Candidate: z.record(z.any()).optional(),
|
|
428
|
+
JobApplication: z.record(z.any()).optional(),
|
|
429
|
+
copyJobApplicationAttachments: z.boolean().optional(),
|
|
430
|
+
update_existing_candidate: z.nullable(z.boolean()).optional(),
|
|
431
|
+
}).transform((v) => {
|
|
432
|
+
return remap$(v, {
|
|
433
|
+
"Candidate": "candidate",
|
|
434
|
+
"JobApplication": "job_application",
|
|
435
|
+
"copyJobApplicationAttachments": "copy_job_application_attachments",
|
|
436
|
+
});
|
|
437
|
+
});
|
|
438
|
+
/** @internal */
|
|
439
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$outboundSchema = z.object({
|
|
440
|
+
candidate: z.record(z.any()).optional(),
|
|
441
|
+
job_application: z.record(z.any()).optional(),
|
|
442
|
+
copy_job_application_attachments: z.boolean().optional(),
|
|
443
|
+
update_existing_candidate: z.nullable(z.boolean()).optional(),
|
|
444
|
+
}).transform((v) => {
|
|
445
|
+
return remap$(v, {
|
|
446
|
+
candidate: "Candidate",
|
|
447
|
+
job_application: "JobApplication",
|
|
448
|
+
copy_job_application_attachments: "copyJobApplicationAttachments",
|
|
449
|
+
});
|
|
450
|
+
});
|
|
451
|
+
/**
|
|
452
|
+
* @internal
|
|
453
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
454
|
+
*/
|
|
455
|
+
export var PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$;
|
|
456
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$) {
|
|
457
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$inboundSchema` instead. */
|
|
458
|
+
PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$inboundSchema;
|
|
459
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$outboundSchema` instead. */
|
|
460
|
+
PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$outboundSchema;
|
|
461
|
+
})(PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$ || (PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$ = {}));
|
|
462
|
+
export function postAtsJobsJobIdApplicationsRequestBodySuccessfactorsToJSON(postAtsJobsJobIdApplicationsRequestBodySuccessfactors) {
|
|
463
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodySuccessfactors));
|
|
464
|
+
}
|
|
465
|
+
export function postAtsJobsJobIdApplicationsRequestBodySuccessfactorsFromJSON(jsonString) {
|
|
466
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodySuccessfactors' from JSON`);
|
|
467
|
+
}
|
|
468
|
+
/** @internal */
|
|
469
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyPersonio$inboundSchema = z.object({
|
|
470
|
+
application: z.record(z.any()).optional(),
|
|
471
|
+
});
|
|
472
|
+
/** @internal */
|
|
473
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyPersonio$outboundSchema = z.object({
|
|
474
|
+
application: z.record(z.any()).optional(),
|
|
475
|
+
});
|
|
476
|
+
/**
|
|
477
|
+
* @internal
|
|
478
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
479
|
+
*/
|
|
480
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyPersonio$;
|
|
481
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyPersonio$) {
|
|
482
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPersonio$inboundSchema` instead. */
|
|
483
|
+
PostAtsJobsJobIdApplicationsRequestBodyPersonio$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyPersonio$inboundSchema;
|
|
484
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPersonio$outboundSchema` instead. */
|
|
485
|
+
PostAtsJobsJobIdApplicationsRequestBodyPersonio$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyPersonio$outboundSchema;
|
|
486
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyPersonio$ || (PostAtsJobsJobIdApplicationsRequestBodyPersonio$ = {}));
|
|
487
|
+
export function postAtsJobsJobIdApplicationsRequestBodyPersonioToJSON(postAtsJobsJobIdApplicationsRequestBodyPersonio) {
|
|
488
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyPersonio$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyPersonio));
|
|
489
|
+
}
|
|
490
|
+
export function postAtsJobsJobIdApplicationsRequestBodyPersonioFromJSON(jsonString) {
|
|
491
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyPersonio$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyPersonio' from JSON`);
|
|
492
|
+
}
|
|
493
|
+
/** @internal */
|
|
494
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$inboundSchema = z.object({
|
|
495
|
+
applicant: z.record(z.any()).optional(),
|
|
496
|
+
application: z.record(z.any()).optional(),
|
|
497
|
+
});
|
|
498
|
+
/** @internal */
|
|
499
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$outboundSchema = z.object({
|
|
500
|
+
applicant: z.record(z.any()).optional(),
|
|
501
|
+
application: z.record(z.any()).optional(),
|
|
502
|
+
});
|
|
503
|
+
/**
|
|
504
|
+
* @internal
|
|
505
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
506
|
+
*/
|
|
507
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$;
|
|
508
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$) {
|
|
509
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$inboundSchema` instead. */
|
|
510
|
+
PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$inboundSchema;
|
|
511
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$outboundSchema` instead. */
|
|
512
|
+
PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$outboundSchema;
|
|
513
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$ || (PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$ = {}));
|
|
514
|
+
export function postAtsJobsJobIdApplicationsRequestBodyTalentsoftToJSON(postAtsJobsJobIdApplicationsRequestBodyTalentsoft) {
|
|
515
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyTalentsoft));
|
|
516
|
+
}
|
|
517
|
+
export function postAtsJobsJobIdApplicationsRequestBodyTalentsoftFromJSON(jsonString) {
|
|
518
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyTalentsoft' from JSON`);
|
|
519
|
+
}
|
|
520
|
+
/** @internal */
|
|
521
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$inboundSchema = z.object({
|
|
522
|
+
attributes: z.record(z.any()).optional(),
|
|
523
|
+
});
|
|
524
|
+
/** @internal */
|
|
525
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$outboundSchema = z.object({
|
|
526
|
+
attributes: z.record(z.any()).optional(),
|
|
527
|
+
});
|
|
528
|
+
/**
|
|
529
|
+
* @internal
|
|
530
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
531
|
+
*/
|
|
532
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$;
|
|
533
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$) {
|
|
534
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$inboundSchema` instead. */
|
|
535
|
+
PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$inboundSchema;
|
|
536
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$outboundSchema` instead. */
|
|
537
|
+
PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$outboundSchema;
|
|
538
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$ || (PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$ = {}));
|
|
539
|
+
export function postAtsJobsJobIdApplicationsRequestBodyTeamtailorApplicationToJSON(postAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication) {
|
|
540
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$outboundSchema
|
|
541
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication));
|
|
542
|
+
}
|
|
543
|
+
export function postAtsJobsJobIdApplicationsRequestBodyTeamtailorApplicationFromJSON(jsonString) {
|
|
544
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$inboundSchema
|
|
545
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication' from JSON`);
|
|
546
|
+
}
|
|
547
|
+
/** @internal */
|
|
548
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$inboundSchema = z.object({
|
|
549
|
+
candidate: z.record(z.any()).optional(),
|
|
550
|
+
application: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$inboundSchema).optional(),
|
|
551
|
+
});
|
|
552
|
+
/** @internal */
|
|
553
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$outboundSchema = z.object({
|
|
554
|
+
candidate: z.record(z.any()).optional(),
|
|
555
|
+
application: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyTeamtailorApplication$outboundSchema).optional(),
|
|
556
|
+
});
|
|
557
|
+
/**
|
|
558
|
+
* @internal
|
|
559
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
560
|
+
*/
|
|
561
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$;
|
|
562
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$) {
|
|
563
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$inboundSchema` instead. */
|
|
564
|
+
PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$inboundSchema;
|
|
565
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$outboundSchema` instead. */
|
|
566
|
+
PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$outboundSchema;
|
|
567
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$ || (PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$ = {}));
|
|
568
|
+
export function postAtsJobsJobIdApplicationsRequestBodyTeamtailorToJSON(postAtsJobsJobIdApplicationsRequestBodyTeamtailor) {
|
|
569
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyTeamtailor));
|
|
570
|
+
}
|
|
571
|
+
export function postAtsJobsJobIdApplicationsRequestBodyTeamtailorFromJSON(jsonString) {
|
|
572
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyTeamtailor' from JSON`);
|
|
573
|
+
}
|
|
574
|
+
/** @internal */
|
|
575
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$inboundSchema = z.object({
|
|
576
|
+
"On-Behalf-Of": z.nullable(z.string()).optional(),
|
|
577
|
+
}).transform((v) => {
|
|
578
|
+
return remap$(v, {
|
|
579
|
+
"On-Behalf-Of": "on_behalf_of",
|
|
580
|
+
});
|
|
581
|
+
});
|
|
582
|
+
/** @internal */
|
|
583
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$outboundSchema = z.object({
|
|
584
|
+
on_behalf_of: z.nullable(z.string()).optional(),
|
|
585
|
+
}).transform((v) => {
|
|
586
|
+
return remap$(v, {
|
|
587
|
+
on_behalf_of: "On-Behalf-Of",
|
|
588
|
+
});
|
|
589
|
+
});
|
|
590
|
+
/**
|
|
591
|
+
* @internal
|
|
592
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
593
|
+
*/
|
|
594
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$;
|
|
595
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$) {
|
|
596
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$inboundSchema` instead. */
|
|
597
|
+
PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$inboundSchema;
|
|
598
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$outboundSchema` instead. */
|
|
599
|
+
PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$outboundSchema;
|
|
600
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$ || (PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$ = {}));
|
|
601
|
+
export function postAtsJobsJobIdApplicationsRequestBodyPostHeadersToJSON(postAtsJobsJobIdApplicationsRequestBodyPostHeaders) {
|
|
602
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyPostHeaders));
|
|
603
|
+
}
|
|
604
|
+
export function postAtsJobsJobIdApplicationsRequestBodyPostHeadersFromJSON(jsonString) {
|
|
605
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyPostHeaders' from JSON`);
|
|
606
|
+
}
|
|
607
|
+
/** @internal */
|
|
608
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$inboundSchema = z.object({
|
|
609
|
+
post_headers: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$inboundSchema).optional(),
|
|
610
|
+
});
|
|
611
|
+
/** @internal */
|
|
612
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$outboundSchema = z.object({
|
|
613
|
+
post_headers: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyPostHeaders$outboundSchema).optional(),
|
|
614
|
+
});
|
|
615
|
+
/**
|
|
616
|
+
* @internal
|
|
617
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
618
|
+
*/
|
|
619
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$;
|
|
620
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$) {
|
|
621
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$inboundSchema` instead. */
|
|
622
|
+
PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$inboundSchema;
|
|
623
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$outboundSchema` instead. */
|
|
624
|
+
PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$outboundSchema;
|
|
625
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$ || (PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$ = {}));
|
|
626
|
+
export function postAtsJobsJobIdApplicationsRequestBodyGreenhouseToJSON(postAtsJobsJobIdApplicationsRequestBodyGreenhouse) {
|
|
627
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyGreenhouse));
|
|
628
|
+
}
|
|
629
|
+
export function postAtsJobsJobIdApplicationsRequestBodyGreenhouseFromJSON(jsonString) {
|
|
630
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyGreenhouse' from JSON`);
|
|
631
|
+
}
|
|
632
|
+
/** @internal */
|
|
633
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLever$inboundSchema = z.object({
|
|
634
|
+
candidate: z.record(z.any()).optional(),
|
|
635
|
+
});
|
|
636
|
+
/** @internal */
|
|
637
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLever$outboundSchema = z.object({
|
|
638
|
+
candidate: z.record(z.any()).optional(),
|
|
639
|
+
});
|
|
640
|
+
/**
|
|
641
|
+
* @internal
|
|
642
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
643
|
+
*/
|
|
644
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLever$;
|
|
645
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLever$) {
|
|
646
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLever$inboundSchema` instead. */
|
|
647
|
+
PostAtsJobsJobIdApplicationsRequestBodyLever$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLever$inboundSchema;
|
|
648
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLever$outboundSchema` instead. */
|
|
649
|
+
PostAtsJobsJobIdApplicationsRequestBodyLever$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLever$outboundSchema;
|
|
650
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLever$ || (PostAtsJobsJobIdApplicationsRequestBodyLever$ = {}));
|
|
651
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLeverToJSON(postAtsJobsJobIdApplicationsRequestBodyLever) {
|
|
652
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLever$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyLever));
|
|
653
|
+
}
|
|
654
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLeverFromJSON(jsonString) {
|
|
655
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLever$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLever' from JSON`);
|
|
656
|
+
}
|
|
657
|
+
/** @internal */
|
|
658
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyWorkable$inboundSchema = z.object({
|
|
659
|
+
on_behalf_of_user_remote_id: z.string().optional(),
|
|
660
|
+
});
|
|
661
|
+
/** @internal */
|
|
662
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyWorkable$outboundSchema = z.object({
|
|
663
|
+
on_behalf_of_user_remote_id: z.string().optional(),
|
|
664
|
+
});
|
|
665
|
+
/**
|
|
666
|
+
* @internal
|
|
667
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
668
|
+
*/
|
|
669
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyWorkable$;
|
|
670
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyWorkable$) {
|
|
671
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkable$inboundSchema` instead. */
|
|
672
|
+
PostAtsJobsJobIdApplicationsRequestBodyWorkable$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyWorkable$inboundSchema;
|
|
673
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkable$outboundSchema` instead. */
|
|
674
|
+
PostAtsJobsJobIdApplicationsRequestBodyWorkable$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyWorkable$outboundSchema;
|
|
675
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyWorkable$ || (PostAtsJobsJobIdApplicationsRequestBodyWorkable$ = {}));
|
|
676
|
+
export function postAtsJobsJobIdApplicationsRequestBodyWorkableToJSON(postAtsJobsJobIdApplicationsRequestBodyWorkable) {
|
|
677
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyWorkable$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyWorkable));
|
|
678
|
+
}
|
|
679
|
+
export function postAtsJobsJobIdApplicationsRequestBodyWorkableFromJSON(jsonString) {
|
|
680
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyWorkable$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyWorkable' from JSON`);
|
|
681
|
+
}
|
|
682
|
+
/** @internal */
|
|
683
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$inboundSchema = z.object({
|
|
684
|
+
Predefined_Name_Component_ID: z.string(),
|
|
685
|
+
}).transform((v) => {
|
|
686
|
+
return remap$(v, {
|
|
687
|
+
"Predefined_Name_Component_ID": "predefined_name_component_id",
|
|
688
|
+
});
|
|
689
|
+
});
|
|
690
|
+
/** @internal */
|
|
691
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$outboundSchema = z.object({
|
|
692
|
+
predefined_name_component_id: z.string(),
|
|
693
|
+
}).transform((v) => {
|
|
694
|
+
return remap$(v, {
|
|
695
|
+
predefined_name_component_id: "Predefined_Name_Component_ID",
|
|
696
|
+
});
|
|
697
|
+
});
|
|
698
|
+
/**
|
|
699
|
+
* @internal
|
|
700
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
701
|
+
*/
|
|
702
|
+
export var PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$;
|
|
703
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$) {
|
|
704
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$inboundSchema` instead. */
|
|
705
|
+
PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$inboundSchema;
|
|
706
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$outboundSchema` instead. */
|
|
707
|
+
PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$outboundSchema;
|
|
708
|
+
})(PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$ || (PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$ = {}));
|
|
709
|
+
export function postAtsJobsJobIdApplicationsRequestBodySocialSuffixReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodySocialSuffixReference) {
|
|
710
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$outboundSchema
|
|
711
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodySocialSuffixReference));
|
|
712
|
+
}
|
|
713
|
+
export function postAtsJobsJobIdApplicationsRequestBodySocialSuffixReferenceFromJSON(jsonString) {
|
|
714
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$inboundSchema
|
|
715
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference' from JSON`);
|
|
716
|
+
}
|
|
717
|
+
/** @internal */
|
|
718
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$inboundSchema = z.object({
|
|
719
|
+
Middle_Name: z.string().optional(),
|
|
720
|
+
Social_Suffix_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$inboundSchema).optional(),
|
|
721
|
+
}).transform((v) => {
|
|
722
|
+
return remap$(v, {
|
|
723
|
+
"Middle_Name": "middle_name",
|
|
724
|
+
"Social_Suffix_Reference": "social_suffix_reference",
|
|
725
|
+
});
|
|
726
|
+
});
|
|
727
|
+
/** @internal */
|
|
728
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$outboundSchema = z.object({
|
|
729
|
+
middle_name: z.string().optional(),
|
|
730
|
+
social_suffix_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySocialSuffixReference$outboundSchema).optional(),
|
|
731
|
+
}).transform((v) => {
|
|
732
|
+
return remap$(v, {
|
|
733
|
+
middle_name: "Middle_Name",
|
|
734
|
+
social_suffix_reference: "Social_Suffix_Reference",
|
|
735
|
+
});
|
|
736
|
+
});
|
|
737
|
+
/**
|
|
738
|
+
* @internal
|
|
739
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
740
|
+
*/
|
|
741
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$;
|
|
742
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$) {
|
|
743
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$inboundSchema` instead. */
|
|
744
|
+
PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$inboundSchema;
|
|
745
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$outboundSchema` instead. */
|
|
746
|
+
PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$outboundSchema;
|
|
747
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$ || (PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$ = {}));
|
|
748
|
+
export function postAtsJobsJobIdApplicationsRequestBodyNameDetailDataToJSON(postAtsJobsJobIdApplicationsRequestBodyNameDetailData) {
|
|
749
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyNameDetailData));
|
|
750
|
+
}
|
|
751
|
+
export function postAtsJobsJobIdApplicationsRequestBodyNameDetailDataFromJSON(jsonString) {
|
|
752
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyNameDetailData' from JSON`);
|
|
753
|
+
}
|
|
754
|
+
/** @internal */
|
|
755
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$inboundSchema = z.object({
|
|
756
|
+
WID: z.string(),
|
|
757
|
+
}).transform((v) => {
|
|
758
|
+
return remap$(v, {
|
|
759
|
+
"WID": "wid",
|
|
760
|
+
});
|
|
761
|
+
});
|
|
762
|
+
/** @internal */
|
|
763
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$outboundSchema = z.object({
|
|
764
|
+
wid: z.string(),
|
|
765
|
+
}).transform((v) => {
|
|
766
|
+
return remap$(v, {
|
|
767
|
+
wid: "WID",
|
|
768
|
+
});
|
|
769
|
+
});
|
|
770
|
+
/**
|
|
771
|
+
* @internal
|
|
772
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
773
|
+
*/
|
|
774
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$;
|
|
775
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$) {
|
|
776
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$inboundSchema` instead. */
|
|
777
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$inboundSchema;
|
|
778
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$outboundSchema` instead. */
|
|
779
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$outboundSchema;
|
|
780
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$ || (PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$ = {}));
|
|
781
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageReference) {
|
|
782
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$outboundSchema
|
|
783
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyLanguageReference));
|
|
784
|
+
}
|
|
785
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageReferenceFromJSON(jsonString) {
|
|
786
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$inboundSchema
|
|
787
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLanguageReference' from JSON`);
|
|
788
|
+
}
|
|
789
|
+
/** @internal */
|
|
790
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$inboundSchema = z.object({
|
|
791
|
+
Date_of_Birth: z.string().optional(),
|
|
792
|
+
}).transform((v) => {
|
|
793
|
+
return remap$(v, {
|
|
794
|
+
"Date_of_Birth": "date_of_birth",
|
|
795
|
+
});
|
|
796
|
+
});
|
|
797
|
+
/** @internal */
|
|
798
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$outboundSchema = z.object({
|
|
799
|
+
date_of_birth: z.string().optional(),
|
|
800
|
+
}).transform((v) => {
|
|
801
|
+
return remap$(v, {
|
|
802
|
+
date_of_birth: "Date_of_Birth",
|
|
803
|
+
});
|
|
804
|
+
});
|
|
805
|
+
/**
|
|
806
|
+
* @internal
|
|
807
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
808
|
+
*/
|
|
809
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$;
|
|
810
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$) {
|
|
811
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$inboundSchema` instead. */
|
|
812
|
+
PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$inboundSchema;
|
|
813
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$outboundSchema` instead. */
|
|
814
|
+
PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$outboundSchema;
|
|
815
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$ || (PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$ = {}));
|
|
816
|
+
export function postAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationDataToJSON(postAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData) {
|
|
817
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$outboundSchema
|
|
818
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData));
|
|
819
|
+
}
|
|
820
|
+
export function postAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationDataFromJSON(jsonString) {
|
|
821
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$inboundSchema
|
|
822
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData' from JSON`);
|
|
823
|
+
}
|
|
824
|
+
/** @internal */
|
|
825
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$inboundSchema = z.object({
|
|
826
|
+
Global_Personal_Information_Data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$inboundSchema).optional(),
|
|
827
|
+
}).transform((v) => {
|
|
828
|
+
return remap$(v, {
|
|
829
|
+
"Global_Personal_Information_Data": "global_personal_information_data",
|
|
830
|
+
});
|
|
831
|
+
});
|
|
832
|
+
/** @internal */
|
|
833
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$outboundSchema = z.object({
|
|
834
|
+
global_personal_information_data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyGlobalPersonalInformationData$outboundSchema).optional(),
|
|
835
|
+
}).transform((v) => {
|
|
836
|
+
return remap$(v, {
|
|
837
|
+
global_personal_information_data: "Global_Personal_Information_Data",
|
|
838
|
+
});
|
|
839
|
+
});
|
|
840
|
+
/**
|
|
841
|
+
* @internal
|
|
842
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
843
|
+
*/
|
|
844
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$;
|
|
845
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$) {
|
|
846
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$inboundSchema` instead. */
|
|
847
|
+
PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$inboundSchema;
|
|
848
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$outboundSchema` instead. */
|
|
849
|
+
PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$outboundSchema;
|
|
850
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$ || (PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$ = {}));
|
|
851
|
+
export function postAtsJobsJobIdApplicationsRequestBodyJobAppliedToDataToJSON(postAtsJobsJobIdApplicationsRequestBodyJobAppliedToData) {
|
|
852
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$outboundSchema
|
|
853
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyJobAppliedToData));
|
|
854
|
+
}
|
|
855
|
+
export function postAtsJobsJobIdApplicationsRequestBodyJobAppliedToDataFromJSON(jsonString) {
|
|
856
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$inboundSchema
|
|
857
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData' from JSON`);
|
|
858
|
+
}
|
|
859
|
+
/** @internal */
|
|
860
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$inboundSchema = z.object({
|
|
861
|
+
WID: z.string(),
|
|
862
|
+
}).transform((v) => {
|
|
863
|
+
return remap$(v, {
|
|
864
|
+
"WID": "wid",
|
|
865
|
+
});
|
|
866
|
+
});
|
|
867
|
+
/** @internal */
|
|
868
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$outboundSchema = z.object({
|
|
869
|
+
wid: z.string(),
|
|
870
|
+
}).transform((v) => {
|
|
871
|
+
return remap$(v, {
|
|
872
|
+
wid: "WID",
|
|
873
|
+
});
|
|
874
|
+
});
|
|
875
|
+
/**
|
|
876
|
+
* @internal
|
|
877
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
878
|
+
*/
|
|
879
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$;
|
|
880
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$) {
|
|
881
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$inboundSchema` instead. */
|
|
882
|
+
PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$inboundSchema;
|
|
883
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$outboundSchema` instead. */
|
|
884
|
+
PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$outboundSchema;
|
|
885
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$ || (PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$ = {}));
|
|
886
|
+
export function postAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference) {
|
|
887
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$outboundSchema
|
|
888
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference));
|
|
889
|
+
}
|
|
890
|
+
export function postAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReferenceFromJSON(jsonString) {
|
|
891
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$inboundSchema
|
|
892
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference' from JSON`);
|
|
893
|
+
}
|
|
894
|
+
/** @internal */
|
|
895
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$inboundSchema = z.object({
|
|
896
|
+
WID: z.string(),
|
|
897
|
+
}).transform((v) => {
|
|
898
|
+
return remap$(v, {
|
|
899
|
+
"WID": "wid",
|
|
900
|
+
});
|
|
901
|
+
});
|
|
902
|
+
/** @internal */
|
|
903
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$outboundSchema = z.object({
|
|
904
|
+
wid: z.string(),
|
|
905
|
+
}).transform((v) => {
|
|
906
|
+
return remap$(v, {
|
|
907
|
+
wid: "WID",
|
|
908
|
+
});
|
|
909
|
+
});
|
|
910
|
+
/**
|
|
911
|
+
* @internal
|
|
912
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
913
|
+
*/
|
|
914
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$;
|
|
915
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$) {
|
|
916
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$inboundSchema` instead. */
|
|
917
|
+
PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$inboundSchema;
|
|
918
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$outboundSchema` instead. */
|
|
919
|
+
PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$outboundSchema;
|
|
920
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$ || (PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$ = {}));
|
|
921
|
+
export function postAtsJobsJobIdApplicationsRequestBodyDegreeReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyDegreeReference) {
|
|
922
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyDegreeReference));
|
|
923
|
+
}
|
|
924
|
+
export function postAtsJobsJobIdApplicationsRequestBodyDegreeReferenceFromJSON(jsonString) {
|
|
925
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$inboundSchema
|
|
926
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyDegreeReference' from JSON`);
|
|
927
|
+
}
|
|
928
|
+
/** @internal */
|
|
929
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$inboundSchema = z.object({
|
|
930
|
+
School_Name: z.string().optional(),
|
|
931
|
+
First_Year_Attended: z.number().optional(),
|
|
932
|
+
Last_Year_Attended: z.number().optional(),
|
|
933
|
+
Field_of_Study_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$inboundSchema).optional(),
|
|
934
|
+
Degree_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$inboundSchema).optional(),
|
|
935
|
+
Grade_Average: z.string().optional(),
|
|
936
|
+
}).transform((v) => {
|
|
937
|
+
return remap$(v, {
|
|
938
|
+
"School_Name": "school_name",
|
|
939
|
+
"First_Year_Attended": "first_year_attended",
|
|
940
|
+
"Last_Year_Attended": "last_year_attended",
|
|
941
|
+
"Field_of_Study_Reference": "field_of_study_reference",
|
|
942
|
+
"Degree_Reference": "degree_reference",
|
|
943
|
+
"Grade_Average": "grade_average",
|
|
944
|
+
});
|
|
945
|
+
});
|
|
946
|
+
/** @internal */
|
|
947
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$outboundSchema = z.object({
|
|
948
|
+
school_name: z.string().optional(),
|
|
949
|
+
first_year_attended: z.number().optional(),
|
|
950
|
+
last_year_attended: z.number().optional(),
|
|
951
|
+
field_of_study_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyFieldOfStudyReference$outboundSchema).optional(),
|
|
952
|
+
degree_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyDegreeReference$outboundSchema).optional(),
|
|
953
|
+
grade_average: z.string().optional(),
|
|
954
|
+
}).transform((v) => {
|
|
955
|
+
return remap$(v, {
|
|
956
|
+
school_name: "School_Name",
|
|
957
|
+
first_year_attended: "First_Year_Attended",
|
|
958
|
+
last_year_attended: "Last_Year_Attended",
|
|
959
|
+
field_of_study_reference: "Field_of_Study_Reference",
|
|
960
|
+
degree_reference: "Degree_Reference",
|
|
961
|
+
grade_average: "Grade_Average",
|
|
962
|
+
});
|
|
963
|
+
});
|
|
964
|
+
/**
|
|
965
|
+
* @internal
|
|
966
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
967
|
+
*/
|
|
968
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$;
|
|
969
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$) {
|
|
970
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$inboundSchema` instead. */
|
|
971
|
+
PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$inboundSchema;
|
|
972
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$outboundSchema` instead. */
|
|
973
|
+
PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$outboundSchema;
|
|
974
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$ || (PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$ = {}));
|
|
975
|
+
export function postAtsJobsJobIdApplicationsRequestBodyEducationDatumToJSON(postAtsJobsJobIdApplicationsRequestBodyEducationDatum) {
|
|
976
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyEducationDatum));
|
|
977
|
+
}
|
|
978
|
+
export function postAtsJobsJobIdApplicationsRequestBodyEducationDatumFromJSON(jsonString) {
|
|
979
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyEducationDatum' from JSON`);
|
|
980
|
+
}
|
|
981
|
+
/** @internal */
|
|
982
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySkillDatum$inboundSchema = z.object({
|
|
983
|
+
Skill_Name: z.string().optional(),
|
|
984
|
+
}).transform((v) => {
|
|
985
|
+
return remap$(v, {
|
|
986
|
+
"Skill_Name": "skill_name",
|
|
987
|
+
});
|
|
988
|
+
});
|
|
989
|
+
/** @internal */
|
|
990
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySkillDatum$outboundSchema = z.object({
|
|
991
|
+
skill_name: z.string().optional(),
|
|
992
|
+
}).transform((v) => {
|
|
993
|
+
return remap$(v, {
|
|
994
|
+
skill_name: "Skill_Name",
|
|
995
|
+
});
|
|
996
|
+
});
|
|
997
|
+
/**
|
|
998
|
+
* @internal
|
|
999
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1000
|
+
*/
|
|
1001
|
+
export var PostAtsJobsJobIdApplicationsRequestBodySkillDatum$;
|
|
1002
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodySkillDatum$) {
|
|
1003
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySkillDatum$inboundSchema` instead. */
|
|
1004
|
+
PostAtsJobsJobIdApplicationsRequestBodySkillDatum$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodySkillDatum$inboundSchema;
|
|
1005
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySkillDatum$outboundSchema` instead. */
|
|
1006
|
+
PostAtsJobsJobIdApplicationsRequestBodySkillDatum$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodySkillDatum$outboundSchema;
|
|
1007
|
+
})(PostAtsJobsJobIdApplicationsRequestBodySkillDatum$ || (PostAtsJobsJobIdApplicationsRequestBodySkillDatum$ = {}));
|
|
1008
|
+
export function postAtsJobsJobIdApplicationsRequestBodySkillDatumToJSON(postAtsJobsJobIdApplicationsRequestBodySkillDatum) {
|
|
1009
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodySkillDatum$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodySkillDatum));
|
|
1010
|
+
}
|
|
1011
|
+
export function postAtsJobsJobIdApplicationsRequestBodySkillDatumFromJSON(jsonString) {
|
|
1012
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodySkillDatum$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodySkillDatum' from JSON`);
|
|
1013
|
+
}
|
|
1014
|
+
/** @internal */
|
|
1015
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$inboundSchema = z.object({
|
|
1016
|
+
WID: z.string().optional(),
|
|
1017
|
+
}).transform((v) => {
|
|
1018
|
+
return remap$(v, {
|
|
1019
|
+
"WID": "wid",
|
|
1020
|
+
});
|
|
1021
|
+
});
|
|
1022
|
+
/** @internal */
|
|
1023
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$outboundSchema = z.object({
|
|
1024
|
+
wid: z.string().optional(),
|
|
1025
|
+
}).transform((v) => {
|
|
1026
|
+
return remap$(v, {
|
|
1027
|
+
wid: "WID",
|
|
1028
|
+
});
|
|
1029
|
+
});
|
|
1030
|
+
/**
|
|
1031
|
+
* @internal
|
|
1032
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1033
|
+
*/
|
|
1034
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$;
|
|
1035
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$) {
|
|
1036
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$inboundSchema` instead. */
|
|
1037
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$inboundSchema;
|
|
1038
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$outboundSchema` instead. */
|
|
1039
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$outboundSchema;
|
|
1040
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$ || (PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$ = {}));
|
|
1041
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference) {
|
|
1042
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$outboundSchema
|
|
1043
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference));
|
|
1044
|
+
}
|
|
1045
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReferenceFromJSON(jsonString) {
|
|
1046
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$inboundSchema
|
|
1047
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference' from JSON`);
|
|
1048
|
+
}
|
|
1049
|
+
/** @internal */
|
|
1050
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$inboundSchema = z.object({
|
|
1051
|
+
WID: z.string(),
|
|
1052
|
+
}).transform((v) => {
|
|
1053
|
+
return remap$(v, {
|
|
1054
|
+
"WID": "wid",
|
|
1055
|
+
});
|
|
1056
|
+
});
|
|
1057
|
+
/** @internal */
|
|
1058
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$outboundSchema = z.object({
|
|
1059
|
+
wid: z.string(),
|
|
1060
|
+
}).transform((v) => {
|
|
1061
|
+
return remap$(v, {
|
|
1062
|
+
wid: "WID",
|
|
1063
|
+
});
|
|
1064
|
+
});
|
|
1065
|
+
/**
|
|
1066
|
+
* @internal
|
|
1067
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1068
|
+
*/
|
|
1069
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$;
|
|
1070
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$) {
|
|
1071
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$inboundSchema` instead. */
|
|
1072
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$inboundSchema;
|
|
1073
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$outboundSchema` instead. */
|
|
1074
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$outboundSchema;
|
|
1075
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$ || (PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$ = {}));
|
|
1076
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference) {
|
|
1077
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$outboundSchema
|
|
1078
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference));
|
|
1079
|
+
}
|
|
1080
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReferenceFromJSON(jsonString) {
|
|
1081
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$inboundSchema
|
|
1082
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference' from JSON`);
|
|
1083
|
+
}
|
|
1084
|
+
/** @internal */
|
|
1085
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$inboundSchema = z.object({
|
|
1086
|
+
WID: z.string(),
|
|
1087
|
+
}).transform((v) => {
|
|
1088
|
+
return remap$(v, {
|
|
1089
|
+
"WID": "wid",
|
|
1090
|
+
});
|
|
1091
|
+
});
|
|
1092
|
+
/** @internal */
|
|
1093
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$outboundSchema = z.object({
|
|
1094
|
+
wid: z.string(),
|
|
1095
|
+
}).transform((v) => {
|
|
1096
|
+
return remap$(v, {
|
|
1097
|
+
wid: "WID",
|
|
1098
|
+
});
|
|
1099
|
+
});
|
|
1100
|
+
/**
|
|
1101
|
+
* @internal
|
|
1102
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1103
|
+
*/
|
|
1104
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$;
|
|
1105
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$) {
|
|
1106
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$inboundSchema` instead. */
|
|
1107
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$inboundSchema;
|
|
1108
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$outboundSchema` instead. */
|
|
1109
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$outboundSchema;
|
|
1110
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$ || (PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$ = {}));
|
|
1111
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference) {
|
|
1112
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$outboundSchema
|
|
1113
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference));
|
|
1114
|
+
}
|
|
1115
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReferenceFromJSON(jsonString) {
|
|
1116
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$inboundSchema
|
|
1117
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference' from JSON`);
|
|
1118
|
+
}
|
|
1119
|
+
/** @internal */
|
|
1120
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$inboundSchema = z.object({
|
|
1121
|
+
Language_Proficiency_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$inboundSchema).optional(),
|
|
1122
|
+
Language_Ability_Type_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$inboundSchema).optional(),
|
|
1123
|
+
}).transform((v) => {
|
|
1124
|
+
return remap$(v, {
|
|
1125
|
+
"Language_Proficiency_Reference": "language_proficiency_reference",
|
|
1126
|
+
"Language_Ability_Type_Reference": "language_ability_type_reference",
|
|
1127
|
+
});
|
|
1128
|
+
});
|
|
1129
|
+
/** @internal */
|
|
1130
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$outboundSchema = z.object({
|
|
1131
|
+
language_proficiency_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageProficiencyReference$outboundSchema).optional(),
|
|
1132
|
+
language_ability_type_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityTypeReference$outboundSchema).optional(),
|
|
1133
|
+
}).transform((v) => {
|
|
1134
|
+
return remap$(v, {
|
|
1135
|
+
language_proficiency_reference: "Language_Proficiency_Reference",
|
|
1136
|
+
language_ability_type_reference: "Language_Ability_Type_Reference",
|
|
1137
|
+
});
|
|
1138
|
+
});
|
|
1139
|
+
/**
|
|
1140
|
+
* @internal
|
|
1141
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1142
|
+
*/
|
|
1143
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$;
|
|
1144
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$) {
|
|
1145
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$inboundSchema` instead. */
|
|
1146
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$inboundSchema;
|
|
1147
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$outboundSchema` instead. */
|
|
1148
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$outboundSchema;
|
|
1149
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$ || (PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$ = {}));
|
|
1150
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityDataToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData) {
|
|
1151
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$outboundSchema
|
|
1152
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData));
|
|
1153
|
+
}
|
|
1154
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityDataFromJSON(jsonString) {
|
|
1155
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$inboundSchema
|
|
1156
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData' from JSON`);
|
|
1157
|
+
}
|
|
1158
|
+
/** @internal */
|
|
1159
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$inboundSchema = z.object({
|
|
1160
|
+
Language_Ability_Data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$inboundSchema).optional(),
|
|
1161
|
+
}).transform((v) => {
|
|
1162
|
+
return remap$(v, {
|
|
1163
|
+
"Language_Ability_Data": "language_ability_data",
|
|
1164
|
+
});
|
|
1165
|
+
});
|
|
1166
|
+
/** @internal */
|
|
1167
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$outboundSchema = z.object({
|
|
1168
|
+
language_ability_data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageAbilityData$outboundSchema).optional(),
|
|
1169
|
+
}).transform((v) => {
|
|
1170
|
+
return remap$(v, {
|
|
1171
|
+
language_ability_data: "Language_Ability_Data",
|
|
1172
|
+
});
|
|
1173
|
+
});
|
|
1174
|
+
/**
|
|
1175
|
+
* @internal
|
|
1176
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1177
|
+
*/
|
|
1178
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$;
|
|
1179
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$) {
|
|
1180
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$inboundSchema` instead. */
|
|
1181
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$inboundSchema;
|
|
1182
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$outboundSchema` instead. */
|
|
1183
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$outboundSchema;
|
|
1184
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$ || (PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$ = {}));
|
|
1185
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageAbility) {
|
|
1186
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyLanguageAbility));
|
|
1187
|
+
}
|
|
1188
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageAbilityFromJSON(jsonString) {
|
|
1189
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$inboundSchema
|
|
1190
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility' from JSON`);
|
|
1191
|
+
}
|
|
1192
|
+
/** @internal */
|
|
1193
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguage$inboundSchema = z.object({
|
|
1194
|
+
Native: z.boolean().optional(),
|
|
1195
|
+
Language_Ability: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$inboundSchema)),
|
|
1196
|
+
}).transform((v) => {
|
|
1197
|
+
return remap$(v, {
|
|
1198
|
+
"Native": "native",
|
|
1199
|
+
"Language_Ability": "language_ability",
|
|
1200
|
+
});
|
|
1201
|
+
});
|
|
1202
|
+
/** @internal */
|
|
1203
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguage$outboundSchema = z.object({
|
|
1204
|
+
native: z.boolean().optional(),
|
|
1205
|
+
language_ability: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageAbility$outboundSchema)),
|
|
1206
|
+
}).transform((v) => {
|
|
1207
|
+
return remap$(v, {
|
|
1208
|
+
native: "Native",
|
|
1209
|
+
language_ability: "Language_Ability",
|
|
1210
|
+
});
|
|
1211
|
+
});
|
|
1212
|
+
/**
|
|
1213
|
+
* @internal
|
|
1214
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1215
|
+
*/
|
|
1216
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLanguage$;
|
|
1217
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLanguage$) {
|
|
1218
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguage$inboundSchema` instead. */
|
|
1219
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguage$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguage$inboundSchema;
|
|
1220
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguage$outboundSchema` instead. */
|
|
1221
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguage$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguage$outboundSchema;
|
|
1222
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLanguage$ || (PostAtsJobsJobIdApplicationsRequestBodyLanguage$ = {}));
|
|
1223
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguage) {
|
|
1224
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLanguage$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyLanguage));
|
|
1225
|
+
}
|
|
1226
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageFromJSON(jsonString) {
|
|
1227
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLanguage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLanguage' from JSON`);
|
|
1228
|
+
}
|
|
1229
|
+
/** @internal */
|
|
1230
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$inboundSchema = z.object({
|
|
1231
|
+
Language_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$inboundSchema).optional(),
|
|
1232
|
+
Language: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguage$inboundSchema).optional(),
|
|
1233
|
+
}).transform((v) => {
|
|
1234
|
+
return remap$(v, {
|
|
1235
|
+
"Language_Reference": "language_reference",
|
|
1236
|
+
"Language": "language",
|
|
1237
|
+
});
|
|
1238
|
+
});
|
|
1239
|
+
/** @internal */
|
|
1240
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$outboundSchema = z.object({
|
|
1241
|
+
language_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageDatumLanguageReference$outboundSchema).optional(),
|
|
1242
|
+
language: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguage$outboundSchema).optional(),
|
|
1243
|
+
}).transform((v) => {
|
|
1244
|
+
return remap$(v, {
|
|
1245
|
+
language_reference: "Language_Reference",
|
|
1246
|
+
language: "Language",
|
|
1247
|
+
});
|
|
1248
|
+
});
|
|
1249
|
+
/**
|
|
1250
|
+
* @internal
|
|
1251
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1252
|
+
*/
|
|
1253
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$;
|
|
1254
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$) {
|
|
1255
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$inboundSchema` instead. */
|
|
1256
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$inboundSchema;
|
|
1257
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$outboundSchema` instead. */
|
|
1258
|
+
PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$outboundSchema;
|
|
1259
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$ || (PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$ = {}));
|
|
1260
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageDatumToJSON(postAtsJobsJobIdApplicationsRequestBodyLanguageDatum) {
|
|
1261
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyLanguageDatum));
|
|
1262
|
+
}
|
|
1263
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLanguageDatumFromJSON(jsonString) {
|
|
1264
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum' from JSON`);
|
|
1265
|
+
}
|
|
1266
|
+
/** @internal */
|
|
1267
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$inboundSchema = z.object({
|
|
1268
|
+
Company_Name: z.string(),
|
|
1269
|
+
Title: z.string(),
|
|
1270
|
+
Location: z.string().optional(),
|
|
1271
|
+
Start_Date: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
1272
|
+
End_Date: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1273
|
+
.optional(),
|
|
1274
|
+
Currently_Work_Here: z.boolean().optional(),
|
|
1275
|
+
Description: z.string().optional(),
|
|
1276
|
+
}).transform((v) => {
|
|
1277
|
+
return remap$(v, {
|
|
1278
|
+
"Company_Name": "company_name",
|
|
1279
|
+
"Title": "title",
|
|
1280
|
+
"Location": "location",
|
|
1281
|
+
"Start_Date": "start_date",
|
|
1282
|
+
"End_Date": "end_date",
|
|
1283
|
+
"Currently_Work_Here": "currently_work_here",
|
|
1284
|
+
"Description": "description",
|
|
1285
|
+
});
|
|
1286
|
+
});
|
|
1287
|
+
/** @internal */
|
|
1288
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$outboundSchema = z.object({
|
|
1289
|
+
company_name: z.string(),
|
|
1290
|
+
title: z.string(),
|
|
1291
|
+
location: z.string().optional(),
|
|
1292
|
+
start_date: z.date().transform(v => v.toISOString()),
|
|
1293
|
+
end_date: z.date().transform(v => v.toISOString()).optional(),
|
|
1294
|
+
currently_work_here: z.boolean().optional(),
|
|
1295
|
+
description: z.string().optional(),
|
|
1296
|
+
}).transform((v) => {
|
|
1297
|
+
return remap$(v, {
|
|
1298
|
+
company_name: "Company_Name",
|
|
1299
|
+
title: "Title",
|
|
1300
|
+
location: "Location",
|
|
1301
|
+
start_date: "Start_Date",
|
|
1302
|
+
end_date: "End_Date",
|
|
1303
|
+
currently_work_here: "Currently_Work_Here",
|
|
1304
|
+
description: "Description",
|
|
1305
|
+
});
|
|
1306
|
+
});
|
|
1307
|
+
/**
|
|
1308
|
+
* @internal
|
|
1309
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1310
|
+
*/
|
|
1311
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$;
|
|
1312
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$) {
|
|
1313
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$inboundSchema` instead. */
|
|
1314
|
+
PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$inboundSchema;
|
|
1315
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$outboundSchema` instead. */
|
|
1316
|
+
PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$outboundSchema;
|
|
1317
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$ || (PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$ = {}));
|
|
1318
|
+
export function postAtsJobsJobIdApplicationsRequestBodyExperienceDatumToJSON(postAtsJobsJobIdApplicationsRequestBodyExperienceDatum) {
|
|
1319
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyExperienceDatum));
|
|
1320
|
+
}
|
|
1321
|
+
export function postAtsJobsJobIdApplicationsRequestBodyExperienceDatumFromJSON(jsonString) {
|
|
1322
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$inboundSchema
|
|
1323
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum' from JSON`);
|
|
1324
|
+
}
|
|
1325
|
+
/** @internal */
|
|
1326
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyResumeData$inboundSchema = z.object({
|
|
1327
|
+
Education_Data: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$inboundSchema)).optional(),
|
|
1328
|
+
Skill_Data: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySkillDatum$inboundSchema)).optional(),
|
|
1329
|
+
Language_Data: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$inboundSchema)).optional(),
|
|
1330
|
+
Experience_Data: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$inboundSchema)).optional(),
|
|
1331
|
+
}).transform((v) => {
|
|
1332
|
+
return remap$(v, {
|
|
1333
|
+
"Education_Data": "education_data",
|
|
1334
|
+
"Skill_Data": "skill_data",
|
|
1335
|
+
"Language_Data": "language_data",
|
|
1336
|
+
"Experience_Data": "experience_data",
|
|
1337
|
+
});
|
|
1338
|
+
});
|
|
1339
|
+
/** @internal */
|
|
1340
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyResumeData$outboundSchema = z.object({
|
|
1341
|
+
education_data: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyEducationDatum$outboundSchema)).optional(),
|
|
1342
|
+
skill_data: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySkillDatum$outboundSchema)).optional(),
|
|
1343
|
+
language_data: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageDatum$outboundSchema)).optional(),
|
|
1344
|
+
experience_data: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyExperienceDatum$outboundSchema)).optional(),
|
|
1345
|
+
}).transform((v) => {
|
|
1346
|
+
return remap$(v, {
|
|
1347
|
+
education_data: "Education_Data",
|
|
1348
|
+
skill_data: "Skill_Data",
|
|
1349
|
+
language_data: "Language_Data",
|
|
1350
|
+
experience_data: "Experience_Data",
|
|
1351
|
+
});
|
|
1352
|
+
});
|
|
1353
|
+
/**
|
|
1354
|
+
* @internal
|
|
1355
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1356
|
+
*/
|
|
1357
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyResumeData$;
|
|
1358
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyResumeData$) {
|
|
1359
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyResumeData$inboundSchema` instead. */
|
|
1360
|
+
PostAtsJobsJobIdApplicationsRequestBodyResumeData$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyResumeData$inboundSchema;
|
|
1361
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyResumeData$outboundSchema` instead. */
|
|
1362
|
+
PostAtsJobsJobIdApplicationsRequestBodyResumeData$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyResumeData$outboundSchema;
|
|
1363
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyResumeData$ || (PostAtsJobsJobIdApplicationsRequestBodyResumeData$ = {}));
|
|
1364
|
+
export function postAtsJobsJobIdApplicationsRequestBodyResumeDataToJSON(postAtsJobsJobIdApplicationsRequestBodyResumeData) {
|
|
1365
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyResumeData$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyResumeData));
|
|
1366
|
+
}
|
|
1367
|
+
export function postAtsJobsJobIdApplicationsRequestBodyResumeDataFromJSON(jsonString) {
|
|
1368
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyResumeData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyResumeData' from JSON`);
|
|
1369
|
+
}
|
|
1370
|
+
/** @internal */
|
|
1371
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$inboundSchema = z.object({
|
|
1372
|
+
Job_Applied_To_Data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$inboundSchema).optional(),
|
|
1373
|
+
Resume_Data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyResumeData$inboundSchema).optional(),
|
|
1374
|
+
}).transform((v) => {
|
|
1375
|
+
return remap$(v, {
|
|
1376
|
+
"Job_Applied_To_Data": "job_applied_to_data",
|
|
1377
|
+
"Resume_Data": "resume_data",
|
|
1378
|
+
});
|
|
1379
|
+
});
|
|
1380
|
+
/** @internal */
|
|
1381
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$outboundSchema = z.object({
|
|
1382
|
+
job_applied_to_data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyJobAppliedToData$outboundSchema).optional(),
|
|
1383
|
+
resume_data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyResumeData$outboundSchema).optional(),
|
|
1384
|
+
}).transform((v) => {
|
|
1385
|
+
return remap$(v, {
|
|
1386
|
+
job_applied_to_data: "Job_Applied_To_Data",
|
|
1387
|
+
resume_data: "Resume_Data",
|
|
1388
|
+
});
|
|
1389
|
+
});
|
|
1390
|
+
/**
|
|
1391
|
+
* @internal
|
|
1392
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1393
|
+
*/
|
|
1394
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$;
|
|
1395
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$) {
|
|
1396
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$inboundSchema` instead. */
|
|
1397
|
+
PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$inboundSchema;
|
|
1398
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$outboundSchema` instead. */
|
|
1399
|
+
PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$outboundSchema;
|
|
1400
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$ || (PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$ = {}));
|
|
1401
|
+
export function postAtsJobsJobIdApplicationsRequestBodyJobApplicationDataToJSON(postAtsJobsJobIdApplicationsRequestBodyJobApplicationData) {
|
|
1402
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$outboundSchema
|
|
1403
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyJobApplicationData));
|
|
1404
|
+
}
|
|
1405
|
+
export function postAtsJobsJobIdApplicationsRequestBodyJobApplicationDataFromJSON(jsonString) {
|
|
1406
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$inboundSchema
|
|
1407
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData' from JSON`);
|
|
1408
|
+
}
|
|
1409
|
+
/** @internal */
|
|
1410
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$inboundSchema = z.object({
|
|
1411
|
+
Country_Region_ID: z.string(),
|
|
1412
|
+
}).transform((v) => {
|
|
1413
|
+
return remap$(v, {
|
|
1414
|
+
"Country_Region_ID": "country_region_id",
|
|
1415
|
+
});
|
|
1416
|
+
});
|
|
1417
|
+
/** @internal */
|
|
1418
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$outboundSchema = z.object({
|
|
1419
|
+
country_region_id: z.string(),
|
|
1420
|
+
}).transform((v) => {
|
|
1421
|
+
return remap$(v, {
|
|
1422
|
+
country_region_id: "Country_Region_ID",
|
|
1423
|
+
});
|
|
1424
|
+
});
|
|
1425
|
+
/**
|
|
1426
|
+
* @internal
|
|
1427
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1428
|
+
*/
|
|
1429
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$;
|
|
1430
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$) {
|
|
1431
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$inboundSchema` instead. */
|
|
1432
|
+
PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$inboundSchema;
|
|
1433
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$outboundSchema` instead. */
|
|
1434
|
+
PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$outboundSchema;
|
|
1435
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$ || (PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$ = {}));
|
|
1436
|
+
export function postAtsJobsJobIdApplicationsRequestBodyCountryRegionReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyCountryRegionReference) {
|
|
1437
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$outboundSchema
|
|
1438
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyCountryRegionReference));
|
|
1439
|
+
}
|
|
1440
|
+
export function postAtsJobsJobIdApplicationsRequestBodyCountryRegionReferenceFromJSON(jsonString) {
|
|
1441
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$inboundSchema
|
|
1442
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference' from JSON`);
|
|
1443
|
+
}
|
|
1444
|
+
/** @internal */
|
|
1445
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$inboundSchema = z.object({
|
|
1446
|
+
WID: z.string(),
|
|
1447
|
+
}).transform((v) => {
|
|
1448
|
+
return remap$(v, {
|
|
1449
|
+
"WID": "wid",
|
|
1450
|
+
});
|
|
1451
|
+
});
|
|
1452
|
+
/** @internal */
|
|
1453
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$outboundSchema = z.object({
|
|
1454
|
+
wid: z.string(),
|
|
1455
|
+
}).transform((v) => {
|
|
1456
|
+
return remap$(v, {
|
|
1457
|
+
wid: "WID",
|
|
1458
|
+
});
|
|
1459
|
+
});
|
|
1460
|
+
/**
|
|
1461
|
+
* @internal
|
|
1462
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1463
|
+
*/
|
|
1464
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$;
|
|
1465
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$) {
|
|
1466
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$inboundSchema` instead. */
|
|
1467
|
+
PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$inboundSchema;
|
|
1468
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$outboundSchema` instead. */
|
|
1469
|
+
PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$outboundSchema;
|
|
1470
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$ || (PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$ = {}));
|
|
1471
|
+
export function postAtsJobsJobIdApplicationsRequestBodyCountryCityReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyCountryCityReference) {
|
|
1472
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$outboundSchema
|
|
1473
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyCountryCityReference));
|
|
1474
|
+
}
|
|
1475
|
+
export function postAtsJobsJobIdApplicationsRequestBodyCountryCityReferenceFromJSON(jsonString) {
|
|
1476
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$inboundSchema
|
|
1477
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference' from JSON`);
|
|
1478
|
+
}
|
|
1479
|
+
/** @internal */
|
|
1480
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLocationData$inboundSchema = z.object({
|
|
1481
|
+
Address_Line_1: z.string().optional(),
|
|
1482
|
+
Address_Line_2: z.string().optional(),
|
|
1483
|
+
Region_Subdivision_1: z.string().optional(),
|
|
1484
|
+
Country_Region_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$inboundSchema).optional(),
|
|
1485
|
+
Country_City_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$inboundSchema).optional(),
|
|
1486
|
+
}).transform((v) => {
|
|
1487
|
+
return remap$(v, {
|
|
1488
|
+
"Address_Line_1": "address_line_1",
|
|
1489
|
+
"Address_Line_2": "address_line_2",
|
|
1490
|
+
"Region_Subdivision_1": "region_subdivision_1",
|
|
1491
|
+
"Country_Region_Reference": "country_region_reference",
|
|
1492
|
+
"Country_City_Reference": "country_city_reference",
|
|
1493
|
+
});
|
|
1494
|
+
});
|
|
1495
|
+
/** @internal */
|
|
1496
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyLocationData$outboundSchema = z.object({
|
|
1497
|
+
address_line_1: z.string().optional(),
|
|
1498
|
+
address_line_2: z.string().optional(),
|
|
1499
|
+
region_subdivision_1: z.string().optional(),
|
|
1500
|
+
country_region_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyCountryRegionReference$outboundSchema).optional(),
|
|
1501
|
+
country_city_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyCountryCityReference$outboundSchema).optional(),
|
|
1502
|
+
}).transform((v) => {
|
|
1503
|
+
return remap$(v, {
|
|
1504
|
+
address_line_1: "Address_Line_1",
|
|
1505
|
+
address_line_2: "Address_Line_2",
|
|
1506
|
+
region_subdivision_1: "Region_Subdivision_1",
|
|
1507
|
+
country_region_reference: "Country_Region_Reference",
|
|
1508
|
+
country_city_reference: "Country_City_Reference",
|
|
1509
|
+
});
|
|
1510
|
+
});
|
|
1511
|
+
/**
|
|
1512
|
+
* @internal
|
|
1513
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1514
|
+
*/
|
|
1515
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyLocationData$;
|
|
1516
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyLocationData$) {
|
|
1517
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocationData$inboundSchema` instead. */
|
|
1518
|
+
PostAtsJobsJobIdApplicationsRequestBodyLocationData$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLocationData$inboundSchema;
|
|
1519
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyLocationData$outboundSchema` instead. */
|
|
1520
|
+
PostAtsJobsJobIdApplicationsRequestBodyLocationData$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyLocationData$outboundSchema;
|
|
1521
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyLocationData$ || (PostAtsJobsJobIdApplicationsRequestBodyLocationData$ = {}));
|
|
1522
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLocationDataToJSON(postAtsJobsJobIdApplicationsRequestBodyLocationData) {
|
|
1523
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyLocationData$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyLocationData));
|
|
1524
|
+
}
|
|
1525
|
+
export function postAtsJobsJobIdApplicationsRequestBodyLocationDataFromJSON(jsonString) {
|
|
1526
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyLocationData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyLocationData' from JSON`);
|
|
1527
|
+
}
|
|
1528
|
+
/** @internal */
|
|
1529
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyContactData$inboundSchema = z.object({
|
|
1530
|
+
Location_Data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLocationData$inboundSchema).optional(),
|
|
1531
|
+
}).transform((v) => {
|
|
1532
|
+
return remap$(v, {
|
|
1533
|
+
"Location_Data": "location_data",
|
|
1534
|
+
});
|
|
1535
|
+
});
|
|
1536
|
+
/** @internal */
|
|
1537
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyContactData$outboundSchema = z.object({
|
|
1538
|
+
location_data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLocationData$outboundSchema).optional(),
|
|
1539
|
+
}).transform((v) => {
|
|
1540
|
+
return remap$(v, {
|
|
1541
|
+
location_data: "Location_Data",
|
|
1542
|
+
});
|
|
1543
|
+
});
|
|
1544
|
+
/**
|
|
1545
|
+
* @internal
|
|
1546
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1547
|
+
*/
|
|
1548
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyContactData$;
|
|
1549
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyContactData$) {
|
|
1550
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyContactData$inboundSchema` instead. */
|
|
1551
|
+
PostAtsJobsJobIdApplicationsRequestBodyContactData$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyContactData$inboundSchema;
|
|
1552
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyContactData$outboundSchema` instead. */
|
|
1553
|
+
PostAtsJobsJobIdApplicationsRequestBodyContactData$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyContactData$outboundSchema;
|
|
1554
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyContactData$ || (PostAtsJobsJobIdApplicationsRequestBodyContactData$ = {}));
|
|
1555
|
+
export function postAtsJobsJobIdApplicationsRequestBodyContactDataToJSON(postAtsJobsJobIdApplicationsRequestBodyContactData) {
|
|
1556
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyContactData$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyContactData));
|
|
1557
|
+
}
|
|
1558
|
+
export function postAtsJobsJobIdApplicationsRequestBodyContactDataFromJSON(jsonString) {
|
|
1559
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyContactData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyContactData' from JSON`);
|
|
1560
|
+
}
|
|
1561
|
+
/** @internal */
|
|
1562
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$inboundSchema = z.object({
|
|
1563
|
+
WID: z.string().optional(),
|
|
1564
|
+
Employee_ID: z.string().optional(),
|
|
1565
|
+
}).transform((v) => {
|
|
1566
|
+
return remap$(v, {
|
|
1567
|
+
"WID": "wid",
|
|
1568
|
+
"Employee_ID": "employee_id",
|
|
1569
|
+
});
|
|
1570
|
+
});
|
|
1571
|
+
/** @internal */
|
|
1572
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$outboundSchema = z.object({
|
|
1573
|
+
wid: z.string().optional(),
|
|
1574
|
+
employee_id: z.string().optional(),
|
|
1575
|
+
}).transform((v) => {
|
|
1576
|
+
return remap$(v, {
|
|
1577
|
+
wid: "WID",
|
|
1578
|
+
employee_id: "Employee_ID",
|
|
1579
|
+
});
|
|
1580
|
+
});
|
|
1581
|
+
/**
|
|
1582
|
+
* @internal
|
|
1583
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1584
|
+
*/
|
|
1585
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$;
|
|
1586
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$) {
|
|
1587
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$inboundSchema` instead. */
|
|
1588
|
+
PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$inboundSchema;
|
|
1589
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$outboundSchema` instead. */
|
|
1590
|
+
PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$outboundSchema;
|
|
1591
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$ || (PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$ = {}));
|
|
1592
|
+
export function postAtsJobsJobIdApplicationsRequestBodyWorkerReferenceToJSON(postAtsJobsJobIdApplicationsRequestBodyWorkerReference) {
|
|
1593
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyWorkerReference));
|
|
1594
|
+
}
|
|
1595
|
+
export function postAtsJobsJobIdApplicationsRequestBodyWorkerReferenceFromJSON(jsonString) {
|
|
1596
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$inboundSchema
|
|
1597
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyWorkerReference' from JSON`);
|
|
1598
|
+
}
|
|
1599
|
+
/** @internal */
|
|
1600
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyCandidateData$inboundSchema = z.object({
|
|
1601
|
+
Name_Detail_Data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$inboundSchema).optional(),
|
|
1602
|
+
Language_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$inboundSchema).optional(),
|
|
1603
|
+
Job_Application_Data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$inboundSchema).optional(),
|
|
1604
|
+
Contact_Data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyContactData$inboundSchema).optional(),
|
|
1605
|
+
Worker_Reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$inboundSchema).optional(),
|
|
1606
|
+
}).transform((v) => {
|
|
1607
|
+
return remap$(v, {
|
|
1608
|
+
"Name_Detail_Data": "name_detail_data",
|
|
1609
|
+
"Language_Reference": "language_reference",
|
|
1610
|
+
"Job_Application_Data": "job_application_data",
|
|
1611
|
+
"Contact_Data": "contact_data",
|
|
1612
|
+
"Worker_Reference": "worker_reference",
|
|
1613
|
+
});
|
|
1614
|
+
});
|
|
1615
|
+
/** @internal */
|
|
1616
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyCandidateData$outboundSchema = z.object({
|
|
1617
|
+
name_detail_data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyNameDetailData$outboundSchema).optional(),
|
|
1618
|
+
language_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLanguageReference$outboundSchema).optional(),
|
|
1619
|
+
job_application_data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyJobApplicationData$outboundSchema).optional(),
|
|
1620
|
+
contact_data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyContactData$outboundSchema).optional(),
|
|
1621
|
+
worker_reference: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyWorkerReference$outboundSchema).optional(),
|
|
1622
|
+
}).transform((v) => {
|
|
1623
|
+
return remap$(v, {
|
|
1624
|
+
name_detail_data: "Name_Detail_Data",
|
|
1625
|
+
language_reference: "Language_Reference",
|
|
1626
|
+
job_application_data: "Job_Application_Data",
|
|
1627
|
+
contact_data: "Contact_Data",
|
|
1628
|
+
worker_reference: "Worker_Reference",
|
|
1629
|
+
});
|
|
1630
|
+
});
|
|
1631
|
+
/**
|
|
1632
|
+
* @internal
|
|
1633
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1634
|
+
*/
|
|
1635
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyCandidateData$;
|
|
1636
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyCandidateData$) {
|
|
1637
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidateData$inboundSchema` instead. */
|
|
1638
|
+
PostAtsJobsJobIdApplicationsRequestBodyCandidateData$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyCandidateData$inboundSchema;
|
|
1639
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyCandidateData$outboundSchema` instead. */
|
|
1640
|
+
PostAtsJobsJobIdApplicationsRequestBodyCandidateData$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyCandidateData$outboundSchema;
|
|
1641
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyCandidateData$ || (PostAtsJobsJobIdApplicationsRequestBodyCandidateData$ = {}));
|
|
1642
|
+
export function postAtsJobsJobIdApplicationsRequestBodyCandidateDataToJSON(postAtsJobsJobIdApplicationsRequestBodyCandidateData) {
|
|
1643
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyCandidateData$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyCandidateData));
|
|
1644
|
+
}
|
|
1645
|
+
export function postAtsJobsJobIdApplicationsRequestBodyCandidateDataFromJSON(jsonString) {
|
|
1646
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyCandidateData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyCandidateData' from JSON`);
|
|
1647
|
+
}
|
|
1648
|
+
/** @internal */
|
|
1649
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyWorkday$inboundSchema = z.object({
|
|
1650
|
+
Candidate_Data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyCandidateData$inboundSchema).optional(),
|
|
1651
|
+
Override_Source_Reference_WID: z.string().optional(),
|
|
1652
|
+
}).transform((v) => {
|
|
1653
|
+
return remap$(v, {
|
|
1654
|
+
"Candidate_Data": "candidate_data",
|
|
1655
|
+
"Override_Source_Reference_WID": "override_source_reference_wid",
|
|
1656
|
+
});
|
|
1657
|
+
});
|
|
1658
|
+
/** @internal */
|
|
1659
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyWorkday$outboundSchema = z.object({
|
|
1660
|
+
candidate_data: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyCandidateData$outboundSchema).optional(),
|
|
1661
|
+
override_source_reference_wid: z.string().optional(),
|
|
1662
|
+
}).transform((v) => {
|
|
1663
|
+
return remap$(v, {
|
|
1664
|
+
candidate_data: "Candidate_Data",
|
|
1665
|
+
override_source_reference_wid: "Override_Source_Reference_WID",
|
|
1666
|
+
});
|
|
1667
|
+
});
|
|
1668
|
+
/**
|
|
1669
|
+
* @internal
|
|
1670
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1671
|
+
*/
|
|
1672
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyWorkday$;
|
|
1673
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyWorkday$) {
|
|
1674
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkday$inboundSchema` instead. */
|
|
1675
|
+
PostAtsJobsJobIdApplicationsRequestBodyWorkday$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyWorkday$inboundSchema;
|
|
1676
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkday$outboundSchema` instead. */
|
|
1677
|
+
PostAtsJobsJobIdApplicationsRequestBodyWorkday$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyWorkday$outboundSchema;
|
|
1678
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyWorkday$ || (PostAtsJobsJobIdApplicationsRequestBodyWorkday$ = {}));
|
|
1679
|
+
export function postAtsJobsJobIdApplicationsRequestBodyWorkdayToJSON(postAtsJobsJobIdApplicationsRequestBodyWorkday) {
|
|
1680
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyWorkday$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyWorkday));
|
|
1681
|
+
}
|
|
1682
|
+
export function postAtsJobsJobIdApplicationsRequestBodyWorkdayFromJSON(jsonString) {
|
|
1683
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyWorkday$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyWorkday' from JSON`);
|
|
1684
|
+
}
|
|
1685
|
+
/** @internal */
|
|
1686
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$inboundSchema = z.object({
|
|
1687
|
+
candidate: z.record(z.any()).optional(),
|
|
1688
|
+
});
|
|
1689
|
+
/** @internal */
|
|
1690
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$outboundSchema = z.object({
|
|
1691
|
+
candidate: z.record(z.any()).optional(),
|
|
1692
|
+
});
|
|
1693
|
+
/**
|
|
1694
|
+
* @internal
|
|
1695
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1696
|
+
*/
|
|
1697
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$;
|
|
1698
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$) {
|
|
1699
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$inboundSchema` instead. */
|
|
1700
|
+
PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$inboundSchema;
|
|
1701
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$outboundSchema` instead. */
|
|
1702
|
+
PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$outboundSchema;
|
|
1703
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$ || (PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$ = {}));
|
|
1704
|
+
export function postAtsJobsJobIdApplicationsRequestBodyZohorecruitToJSON(postAtsJobsJobIdApplicationsRequestBodyZohorecruit) {
|
|
1705
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyZohorecruit));
|
|
1706
|
+
}
|
|
1707
|
+
export function postAtsJobsJobIdApplicationsRequestBodyZohorecruitFromJSON(jsonString) {
|
|
1708
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyZohorecruit' from JSON`);
|
|
1709
|
+
}
|
|
1710
|
+
/** @internal */
|
|
1711
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyBullhorn$inboundSchema = z.object({
|
|
1712
|
+
candidate: z.record(z.any()).optional(),
|
|
1713
|
+
job_submission: z.record(z.any()).optional(),
|
|
1714
|
+
});
|
|
1715
|
+
/** @internal */
|
|
1716
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyBullhorn$outboundSchema = z.object({
|
|
1717
|
+
candidate: z.record(z.any()).optional(),
|
|
1718
|
+
job_submission: z.record(z.any()).optional(),
|
|
1719
|
+
});
|
|
1720
|
+
/**
|
|
1721
|
+
* @internal
|
|
1722
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1723
|
+
*/
|
|
1724
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyBullhorn$;
|
|
1725
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyBullhorn$) {
|
|
1726
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyBullhorn$inboundSchema` instead. */
|
|
1727
|
+
PostAtsJobsJobIdApplicationsRequestBodyBullhorn$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyBullhorn$inboundSchema;
|
|
1728
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyBullhorn$outboundSchema` instead. */
|
|
1729
|
+
PostAtsJobsJobIdApplicationsRequestBodyBullhorn$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyBullhorn$outboundSchema;
|
|
1730
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyBullhorn$ || (PostAtsJobsJobIdApplicationsRequestBodyBullhorn$ = {}));
|
|
1731
|
+
export function postAtsJobsJobIdApplicationsRequestBodyBullhornToJSON(postAtsJobsJobIdApplicationsRequestBodyBullhorn) {
|
|
1732
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyBullhorn$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyBullhorn));
|
|
1733
|
+
}
|
|
1734
|
+
export function postAtsJobsJobIdApplicationsRequestBodyBullhornFromJSON(jsonString) {
|
|
1735
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyBullhorn$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyBullhorn' from JSON`);
|
|
1736
|
+
}
|
|
1737
|
+
/** @internal */
|
|
1738
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$inboundSchema = z.object({
|
|
1739
|
+
candidate_with_questions: z.record(z.any()).optional(),
|
|
1740
|
+
candidate_without_questions: z.record(z.any()).optional(),
|
|
1741
|
+
candidate: z.record(z.any()).optional(),
|
|
1742
|
+
});
|
|
1743
|
+
/** @internal */
|
|
1744
|
+
export const PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$outboundSchema = z.object({
|
|
1745
|
+
candidate_with_questions: z.record(z.any()).optional(),
|
|
1746
|
+
candidate_without_questions: z.record(z.any()).optional(),
|
|
1747
|
+
candidate: z.record(z.any()).optional(),
|
|
1748
|
+
});
|
|
1749
|
+
/**
|
|
1750
|
+
* @internal
|
|
1751
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1752
|
+
*/
|
|
1753
|
+
export var PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$;
|
|
1754
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$) {
|
|
1755
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$inboundSchema` instead. */
|
|
1756
|
+
PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$inboundSchema;
|
|
1757
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$outboundSchema` instead. */
|
|
1758
|
+
PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$outboundSchema;
|
|
1759
|
+
})(PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$ || (PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$ = {}));
|
|
1760
|
+
export function postAtsJobsJobIdApplicationsRequestBodySmartrecruitersToJSON(postAtsJobsJobIdApplicationsRequestBodySmartrecruiters) {
|
|
1761
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodySmartrecruiters));
|
|
1762
|
+
}
|
|
1763
|
+
export function postAtsJobsJobIdApplicationsRequestBodySmartrecruitersFromJSON(jsonString) {
|
|
1764
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$inboundSchema
|
|
1765
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters' from JSON`);
|
|
1766
|
+
}
|
|
1767
|
+
/** @internal */
|
|
1768
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyTalentadore$inboundSchema = z.object({
|
|
1769
|
+
applications: z.record(z.any()).optional(),
|
|
1770
|
+
});
|
|
1771
|
+
/** @internal */
|
|
1772
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyTalentadore$outboundSchema = z.object({
|
|
1773
|
+
applications: z.record(z.any()).optional(),
|
|
1774
|
+
});
|
|
1775
|
+
/**
|
|
1776
|
+
* @internal
|
|
1777
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1778
|
+
*/
|
|
1779
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyTalentadore$;
|
|
1780
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyTalentadore$) {
|
|
1781
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentadore$inboundSchema` instead. */
|
|
1782
|
+
PostAtsJobsJobIdApplicationsRequestBodyTalentadore$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyTalentadore$inboundSchema;
|
|
1783
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyTalentadore$outboundSchema` instead. */
|
|
1784
|
+
PostAtsJobsJobIdApplicationsRequestBodyTalentadore$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyTalentadore$outboundSchema;
|
|
1785
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyTalentadore$ || (PostAtsJobsJobIdApplicationsRequestBodyTalentadore$ = {}));
|
|
1786
|
+
export function postAtsJobsJobIdApplicationsRequestBodyTalentadoreToJSON(postAtsJobsJobIdApplicationsRequestBodyTalentadore) {
|
|
1787
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyTalentadore$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyTalentadore));
|
|
1788
|
+
}
|
|
1789
|
+
export function postAtsJobsJobIdApplicationsRequestBodyTalentadoreFromJSON(jsonString) {
|
|
1790
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyTalentadore$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyTalentadore' from JSON`);
|
|
1791
|
+
}
|
|
1792
|
+
/** @internal */
|
|
1793
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGuidecom$inboundSchema = z.object({
|
|
1794
|
+
candidate: z.record(z.any()).optional(),
|
|
1795
|
+
});
|
|
1796
|
+
/** @internal */
|
|
1797
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyGuidecom$outboundSchema = z.object({
|
|
1798
|
+
candidate: z.record(z.any()).optional(),
|
|
1799
|
+
});
|
|
1800
|
+
/**
|
|
1801
|
+
* @internal
|
|
1802
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1803
|
+
*/
|
|
1804
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyGuidecom$;
|
|
1805
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyGuidecom$) {
|
|
1806
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGuidecom$inboundSchema` instead. */
|
|
1807
|
+
PostAtsJobsJobIdApplicationsRequestBodyGuidecom$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGuidecom$inboundSchema;
|
|
1808
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyGuidecom$outboundSchema` instead. */
|
|
1809
|
+
PostAtsJobsJobIdApplicationsRequestBodyGuidecom$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyGuidecom$outboundSchema;
|
|
1810
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyGuidecom$ || (PostAtsJobsJobIdApplicationsRequestBodyGuidecom$ = {}));
|
|
1811
|
+
export function postAtsJobsJobIdApplicationsRequestBodyGuidecomToJSON(postAtsJobsJobIdApplicationsRequestBodyGuidecom) {
|
|
1812
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyGuidecom$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyGuidecom));
|
|
1813
|
+
}
|
|
1814
|
+
export function postAtsJobsJobIdApplicationsRequestBodyGuidecomFromJSON(jsonString) {
|
|
1815
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyGuidecom$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyGuidecom' from JSON`);
|
|
1816
|
+
}
|
|
1817
|
+
/** @internal */
|
|
1818
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyDvinci$inboundSchema = z.object({
|
|
1819
|
+
application: z.record(z.any()).optional(),
|
|
1820
|
+
});
|
|
1821
|
+
/** @internal */
|
|
1822
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyDvinci$outboundSchema = z.object({
|
|
1823
|
+
application: z.record(z.any()).optional(),
|
|
1824
|
+
});
|
|
1825
|
+
/**
|
|
1826
|
+
* @internal
|
|
1827
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1828
|
+
*/
|
|
1829
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyDvinci$;
|
|
1830
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyDvinci$) {
|
|
1831
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDvinci$inboundSchema` instead. */
|
|
1832
|
+
PostAtsJobsJobIdApplicationsRequestBodyDvinci$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyDvinci$inboundSchema;
|
|
1833
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyDvinci$outboundSchema` instead. */
|
|
1834
|
+
PostAtsJobsJobIdApplicationsRequestBodyDvinci$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyDvinci$outboundSchema;
|
|
1835
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyDvinci$ || (PostAtsJobsJobIdApplicationsRequestBodyDvinci$ = {}));
|
|
1836
|
+
export function postAtsJobsJobIdApplicationsRequestBodyDvinciToJSON(postAtsJobsJobIdApplicationsRequestBodyDvinci) {
|
|
1837
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyDvinci$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyDvinci));
|
|
1838
|
+
}
|
|
1839
|
+
export function postAtsJobsJobIdApplicationsRequestBodyDvinciFromJSON(jsonString) {
|
|
1840
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyDvinci$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyDvinci' from JSON`);
|
|
1841
|
+
}
|
|
1842
|
+
/** @internal */
|
|
1843
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyHrworks$inboundSchema = z.object({
|
|
1844
|
+
jobApplication: z.record(z.any()).optional(),
|
|
1845
|
+
}).transform((v) => {
|
|
1846
|
+
return remap$(v, {
|
|
1847
|
+
"jobApplication": "job_application",
|
|
1848
|
+
});
|
|
1849
|
+
});
|
|
1850
|
+
/** @internal */
|
|
1851
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyHrworks$outboundSchema = z.object({
|
|
1852
|
+
job_application: z.record(z.any()).optional(),
|
|
1853
|
+
}).transform((v) => {
|
|
1854
|
+
return remap$(v, {
|
|
1855
|
+
job_application: "jobApplication",
|
|
1856
|
+
});
|
|
1857
|
+
});
|
|
1858
|
+
/**
|
|
1859
|
+
* @internal
|
|
1860
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1861
|
+
*/
|
|
1862
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyHrworks$;
|
|
1863
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyHrworks$) {
|
|
1864
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyHrworks$inboundSchema` instead. */
|
|
1865
|
+
PostAtsJobsJobIdApplicationsRequestBodyHrworks$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyHrworks$inboundSchema;
|
|
1866
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyHrworks$outboundSchema` instead. */
|
|
1867
|
+
PostAtsJobsJobIdApplicationsRequestBodyHrworks$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyHrworks$outboundSchema;
|
|
1868
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyHrworks$ || (PostAtsJobsJobIdApplicationsRequestBodyHrworks$ = {}));
|
|
1869
|
+
export function postAtsJobsJobIdApplicationsRequestBodyHrworksToJSON(postAtsJobsJobIdApplicationsRequestBodyHrworks) {
|
|
1870
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyHrworks$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyHrworks));
|
|
1871
|
+
}
|
|
1872
|
+
export function postAtsJobsJobIdApplicationsRequestBodyHrworksFromJSON(jsonString) {
|
|
1873
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyHrworks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyHrworks' from JSON`);
|
|
1874
|
+
}
|
|
1875
|
+
/** @internal */
|
|
1876
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$inboundSchema = z.object({
|
|
1877
|
+
message: z.string().optional(),
|
|
1878
|
+
});
|
|
1879
|
+
/** @internal */
|
|
1880
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$outboundSchema = z.object({
|
|
1881
|
+
message: z.string().optional(),
|
|
1882
|
+
});
|
|
1883
|
+
/**
|
|
1884
|
+
* @internal
|
|
1885
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1886
|
+
*/
|
|
1887
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$;
|
|
1888
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$) {
|
|
1889
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$inboundSchema` instead. */
|
|
1890
|
+
PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$inboundSchema;
|
|
1891
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$outboundSchema` instead. */
|
|
1892
|
+
PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$outboundSchema;
|
|
1893
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$ || (PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$ = {}));
|
|
1894
|
+
export function postAtsJobsJobIdApplicationsRequestBodyJobylonApplicationToJSON(postAtsJobsJobIdApplicationsRequestBodyJobylonApplication) {
|
|
1895
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$outboundSchema
|
|
1896
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyJobylonApplication));
|
|
1897
|
+
}
|
|
1898
|
+
export function postAtsJobsJobIdApplicationsRequestBodyJobylonApplicationFromJSON(jsonString) {
|
|
1899
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$inboundSchema
|
|
1900
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication' from JSON`);
|
|
1901
|
+
}
|
|
1902
|
+
/** @internal */
|
|
1903
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyJobylon$inboundSchema = z.object({
|
|
1904
|
+
application: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$inboundSchema).optional(),
|
|
1905
|
+
});
|
|
1906
|
+
/** @internal */
|
|
1907
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyJobylon$outboundSchema = z.object({
|
|
1908
|
+
application: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyJobylonApplication$outboundSchema).optional(),
|
|
1909
|
+
});
|
|
1910
|
+
/**
|
|
1911
|
+
* @internal
|
|
1912
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1913
|
+
*/
|
|
1914
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyJobylon$;
|
|
1915
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyJobylon$) {
|
|
1916
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylon$inboundSchema` instead. */
|
|
1917
|
+
PostAtsJobsJobIdApplicationsRequestBodyJobylon$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyJobylon$inboundSchema;
|
|
1918
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyJobylon$outboundSchema` instead. */
|
|
1919
|
+
PostAtsJobsJobIdApplicationsRequestBodyJobylon$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyJobylon$outboundSchema;
|
|
1920
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyJobylon$ || (PostAtsJobsJobIdApplicationsRequestBodyJobylon$ = {}));
|
|
1921
|
+
export function postAtsJobsJobIdApplicationsRequestBodyJobylonToJSON(postAtsJobsJobIdApplicationsRequestBodyJobylon) {
|
|
1922
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyJobylon$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyJobylon));
|
|
1923
|
+
}
|
|
1924
|
+
export function postAtsJobsJobIdApplicationsRequestBodyJobylonFromJSON(jsonString) {
|
|
1925
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyJobylon$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyJobylon' from JSON`);
|
|
1926
|
+
}
|
|
1927
|
+
/** @internal */
|
|
1928
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyStep$inboundSchema = z.object({
|
|
1929
|
+
id: z.number().int(),
|
|
1930
|
+
});
|
|
1931
|
+
/** @internal */
|
|
1932
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyStep$outboundSchema = z.object({
|
|
1933
|
+
id: z.number().int(),
|
|
1934
|
+
});
|
|
1935
|
+
/**
|
|
1936
|
+
* @internal
|
|
1937
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1938
|
+
*/
|
|
1939
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyStep$;
|
|
1940
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyStep$) {
|
|
1941
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyStep$inboundSchema` instead. */
|
|
1942
|
+
PostAtsJobsJobIdApplicationsRequestBodyStep$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyStep$inboundSchema;
|
|
1943
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyStep$outboundSchema` instead. */
|
|
1944
|
+
PostAtsJobsJobIdApplicationsRequestBodyStep$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyStep$outboundSchema;
|
|
1945
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyStep$ || (PostAtsJobsJobIdApplicationsRequestBodyStep$ = {}));
|
|
1946
|
+
export function postAtsJobsJobIdApplicationsRequestBodyStepToJSON(postAtsJobsJobIdApplicationsRequestBodyStep) {
|
|
1947
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyStep$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyStep));
|
|
1948
|
+
}
|
|
1949
|
+
export function postAtsJobsJobIdApplicationsRequestBodyStepFromJSON(jsonString) {
|
|
1950
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyStep$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyStep' from JSON`);
|
|
1951
|
+
}
|
|
1952
|
+
/** @internal */
|
|
1953
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyWorkflow$inboundSchema = z.object({
|
|
1954
|
+
step: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyStep$inboundSchema).optional(),
|
|
1955
|
+
});
|
|
1956
|
+
/** @internal */
|
|
1957
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyWorkflow$outboundSchema = z.object({
|
|
1958
|
+
step: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyStep$outboundSchema).optional(),
|
|
1959
|
+
});
|
|
1960
|
+
/**
|
|
1961
|
+
* @internal
|
|
1962
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1963
|
+
*/
|
|
1964
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyWorkflow$;
|
|
1965
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyWorkflow$) {
|
|
1966
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkflow$inboundSchema` instead. */
|
|
1967
|
+
PostAtsJobsJobIdApplicationsRequestBodyWorkflow$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyWorkflow$inboundSchema;
|
|
1968
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyWorkflow$outboundSchema` instead. */
|
|
1969
|
+
PostAtsJobsJobIdApplicationsRequestBodyWorkflow$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyWorkflow$outboundSchema;
|
|
1970
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyWorkflow$ || (PostAtsJobsJobIdApplicationsRequestBodyWorkflow$ = {}));
|
|
1971
|
+
export function postAtsJobsJobIdApplicationsRequestBodyWorkflowToJSON(postAtsJobsJobIdApplicationsRequestBodyWorkflow) {
|
|
1972
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyWorkflow$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyWorkflow));
|
|
1973
|
+
}
|
|
1974
|
+
export function postAtsJobsJobIdApplicationsRequestBodyWorkflowFromJSON(jsonString) {
|
|
1975
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyWorkflow$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyWorkflow' from JSON`);
|
|
1976
|
+
}
|
|
1977
|
+
/** @internal */
|
|
1978
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAvature$inboundSchema = z.object({
|
|
1979
|
+
workflow: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyWorkflow$inboundSchema).optional(),
|
|
1980
|
+
});
|
|
1981
|
+
/** @internal */
|
|
1982
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAvature$outboundSchema = z.object({
|
|
1983
|
+
workflow: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyWorkflow$outboundSchema).optional(),
|
|
1984
|
+
});
|
|
1985
|
+
/**
|
|
1986
|
+
* @internal
|
|
1987
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1988
|
+
*/
|
|
1989
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyAvature$;
|
|
1990
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyAvature$) {
|
|
1991
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAvature$inboundSchema` instead. */
|
|
1992
|
+
PostAtsJobsJobIdApplicationsRequestBodyAvature$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAvature$inboundSchema;
|
|
1993
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAvature$outboundSchema` instead. */
|
|
1994
|
+
PostAtsJobsJobIdApplicationsRequestBodyAvature$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAvature$outboundSchema;
|
|
1995
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyAvature$ || (PostAtsJobsJobIdApplicationsRequestBodyAvature$ = {}));
|
|
1996
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAvatureToJSON(postAtsJobsJobIdApplicationsRequestBodyAvature) {
|
|
1997
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyAvature$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyAvature));
|
|
1998
|
+
}
|
|
1999
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAvatureFromJSON(jsonString) {
|
|
2000
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyAvature$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyAvature' from JSON`);
|
|
2001
|
+
}
|
|
2002
|
+
/** @internal */
|
|
2003
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$inboundSchema = z.object({
|
|
2004
|
+
cover_letter_text: z.string().optional(),
|
|
2005
|
+
});
|
|
2006
|
+
/** @internal */
|
|
2007
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$outboundSchema = z.object({
|
|
2008
|
+
cover_letter_text: z.string().optional(),
|
|
2009
|
+
});
|
|
2010
|
+
/**
|
|
2011
|
+
* @internal
|
|
2012
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2013
|
+
*/
|
|
2014
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$;
|
|
2015
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$) {
|
|
2016
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$inboundSchema` instead. */
|
|
2017
|
+
PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$inboundSchema;
|
|
2018
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$outboundSchema` instead. */
|
|
2019
|
+
PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$outboundSchema;
|
|
2020
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$ || (PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$ = {}));
|
|
2021
|
+
export function postAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidateToJSON(postAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate) {
|
|
2022
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$outboundSchema
|
|
2023
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate));
|
|
2024
|
+
}
|
|
2025
|
+
export function postAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidateFromJSON(jsonString) {
|
|
2026
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$inboundSchema
|
|
2027
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate' from JSON`);
|
|
2028
|
+
}
|
|
2029
|
+
/** @internal */
|
|
2030
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyRecruitee$inboundSchema = z.object({
|
|
2031
|
+
candidate: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$inboundSchema).optional(),
|
|
2032
|
+
});
|
|
2033
|
+
/** @internal */
|
|
2034
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyRecruitee$outboundSchema = z.object({
|
|
2035
|
+
candidate: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyRecruiteeCandidate$outboundSchema).optional(),
|
|
2036
|
+
});
|
|
2037
|
+
/**
|
|
2038
|
+
* @internal
|
|
2039
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2040
|
+
*/
|
|
2041
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyRecruitee$;
|
|
2042
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyRecruitee$) {
|
|
2043
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruitee$inboundSchema` instead. */
|
|
2044
|
+
PostAtsJobsJobIdApplicationsRequestBodyRecruitee$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyRecruitee$inboundSchema;
|
|
2045
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRecruitee$outboundSchema` instead. */
|
|
2046
|
+
PostAtsJobsJobIdApplicationsRequestBodyRecruitee$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyRecruitee$outboundSchema;
|
|
2047
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyRecruitee$ || (PostAtsJobsJobIdApplicationsRequestBodyRecruitee$ = {}));
|
|
2048
|
+
export function postAtsJobsJobIdApplicationsRequestBodyRecruiteeToJSON(postAtsJobsJobIdApplicationsRequestBodyRecruitee) {
|
|
2049
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyRecruitee$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyRecruitee));
|
|
2050
|
+
}
|
|
2051
|
+
export function postAtsJobsJobIdApplicationsRequestBodyRecruiteeFromJSON(jsonString) {
|
|
2052
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyRecruitee$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyRecruitee' from JSON`);
|
|
2053
|
+
}
|
|
2054
|
+
/** @internal */
|
|
2055
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyUmantis$inboundSchema = z.object({
|
|
2056
|
+
person: z.record(z.any()).optional(),
|
|
2057
|
+
});
|
|
2058
|
+
/** @internal */
|
|
2059
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyUmantis$outboundSchema = z.object({
|
|
2060
|
+
person: z.record(z.any()).optional(),
|
|
2061
|
+
});
|
|
2062
|
+
/**
|
|
2063
|
+
* @internal
|
|
2064
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2065
|
+
*/
|
|
2066
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyUmantis$;
|
|
2067
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyUmantis$) {
|
|
2068
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyUmantis$inboundSchema` instead. */
|
|
2069
|
+
PostAtsJobsJobIdApplicationsRequestBodyUmantis$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyUmantis$inboundSchema;
|
|
2070
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyUmantis$outboundSchema` instead. */
|
|
2071
|
+
PostAtsJobsJobIdApplicationsRequestBodyUmantis$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyUmantis$outboundSchema;
|
|
2072
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyUmantis$ || (PostAtsJobsJobIdApplicationsRequestBodyUmantis$ = {}));
|
|
2073
|
+
export function postAtsJobsJobIdApplicationsRequestBodyUmantisToJSON(postAtsJobsJobIdApplicationsRequestBodyUmantis) {
|
|
2074
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyUmantis$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyUmantis));
|
|
2075
|
+
}
|
|
2076
|
+
export function postAtsJobsJobIdApplicationsRequestBodyUmantisFromJSON(jsonString) {
|
|
2077
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyUmantis$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyUmantis' from JSON`);
|
|
2078
|
+
}
|
|
2079
|
+
/** @internal */
|
|
2080
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$inboundSchema = z.object({
|
|
2081
|
+
successfactors: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$inboundSchema).optional(),
|
|
2082
|
+
personio: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyPersonio$inboundSchema).optional(),
|
|
2083
|
+
talentsoft: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$inboundSchema).optional(),
|
|
2084
|
+
teamtailor: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$inboundSchema).optional(),
|
|
2085
|
+
greenhouse: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$inboundSchema).optional(),
|
|
2086
|
+
lever: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLever$inboundSchema).optional(),
|
|
2087
|
+
workable: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyWorkable$inboundSchema).optional(),
|
|
2088
|
+
workday: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyWorkday$inboundSchema).optional(),
|
|
2089
|
+
zohorecruit: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$inboundSchema).optional(),
|
|
2090
|
+
bullhorn: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyBullhorn$inboundSchema).optional(),
|
|
2091
|
+
smartrecruiters: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$inboundSchema).optional(),
|
|
2092
|
+
talentadore: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyTalentadore$inboundSchema).optional(),
|
|
2093
|
+
guidecom: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyGuidecom$inboundSchema).optional(),
|
|
2094
|
+
dvinci: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyDvinci$inboundSchema).optional(),
|
|
2095
|
+
hrworks: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyHrworks$inboundSchema).optional(),
|
|
2096
|
+
jobylon: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyJobylon$inboundSchema).optional(),
|
|
2097
|
+
avature: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAvature$inboundSchema).optional(),
|
|
2098
|
+
recruitee: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyRecruitee$inboundSchema).optional(),
|
|
2099
|
+
umantis: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyUmantis$inboundSchema).optional(),
|
|
2100
|
+
});
|
|
2101
|
+
/** @internal */
|
|
2102
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$outboundSchema = z.object({
|
|
2103
|
+
successfactors: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySuccessfactors$outboundSchema).optional(),
|
|
2104
|
+
personio: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyPersonio$outboundSchema).optional(),
|
|
2105
|
+
talentsoft: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyTalentsoft$outboundSchema).optional(),
|
|
2106
|
+
teamtailor: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyTeamtailor$outboundSchema).optional(),
|
|
2107
|
+
greenhouse: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyGreenhouse$outboundSchema).optional(),
|
|
2108
|
+
lever: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyLever$outboundSchema).optional(),
|
|
2109
|
+
workable: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyWorkable$outboundSchema).optional(),
|
|
2110
|
+
workday: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyWorkday$outboundSchema).optional(),
|
|
2111
|
+
zohorecruit: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyZohorecruit$outboundSchema).optional(),
|
|
2112
|
+
bullhorn: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyBullhorn$outboundSchema).optional(),
|
|
2113
|
+
smartrecruiters: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySmartrecruiters$outboundSchema).optional(),
|
|
2114
|
+
talentadore: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyTalentadore$outboundSchema).optional(),
|
|
2115
|
+
guidecom: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyGuidecom$outboundSchema).optional(),
|
|
2116
|
+
dvinci: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyDvinci$outboundSchema).optional(),
|
|
2117
|
+
hrworks: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyHrworks$outboundSchema).optional(),
|
|
2118
|
+
jobylon: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyJobylon$outboundSchema).optional(),
|
|
2119
|
+
avature: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAvature$outboundSchema).optional(),
|
|
2120
|
+
recruitee: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyRecruitee$outboundSchema).optional(),
|
|
2121
|
+
umantis: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyUmantis$outboundSchema).optional(),
|
|
2122
|
+
});
|
|
2123
|
+
/**
|
|
2124
|
+
* @internal
|
|
2125
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2126
|
+
*/
|
|
2127
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$;
|
|
2128
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$) {
|
|
2129
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$inboundSchema` instead. */
|
|
2130
|
+
PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$inboundSchema;
|
|
2131
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$outboundSchema` instead. */
|
|
2132
|
+
PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$outboundSchema;
|
|
2133
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$ || (PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$ = {}));
|
|
2134
|
+
export function postAtsJobsJobIdApplicationsRequestBodyRemoteFieldsToJSON(postAtsJobsJobIdApplicationsRequestBodyRemoteFields) {
|
|
2135
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyRemoteFields));
|
|
2136
|
+
}
|
|
2137
|
+
export function postAtsJobsJobIdApplicationsRequestBodyRemoteFieldsFromJSON(jsonString) {
|
|
2138
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyRemoteFields' from JSON`);
|
|
2139
|
+
}
|
|
2140
|
+
/** @internal */
|
|
2141
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAnswer$inboundSchema = z.object({
|
|
2142
|
+
name: z.string(),
|
|
2143
|
+
content_type: z.string().optional(),
|
|
2144
|
+
data_url: z.string().optional(),
|
|
2145
|
+
data: z.string().optional(),
|
|
2146
|
+
});
|
|
2147
|
+
/** @internal */
|
|
2148
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAnswer$outboundSchema = z.object({
|
|
2149
|
+
name: z.string(),
|
|
2150
|
+
content_type: z.string().optional(),
|
|
2151
|
+
data_url: z.string().optional(),
|
|
2152
|
+
data: z.string().optional(),
|
|
2153
|
+
});
|
|
2154
|
+
/**
|
|
2155
|
+
* @internal
|
|
2156
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2157
|
+
*/
|
|
2158
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyAnswer$;
|
|
2159
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyAnswer$) {
|
|
2160
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswer$inboundSchema` instead. */
|
|
2161
|
+
PostAtsJobsJobIdApplicationsRequestBodyAnswer$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAnswer$inboundSchema;
|
|
2162
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswer$outboundSchema` instead. */
|
|
2163
|
+
PostAtsJobsJobIdApplicationsRequestBodyAnswer$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAnswer$outboundSchema;
|
|
2164
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyAnswer$ || (PostAtsJobsJobIdApplicationsRequestBodyAnswer$ = {}));
|
|
2165
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAnswerToJSON(postAtsJobsJobIdApplicationsRequestBodyAnswer) {
|
|
2166
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyAnswer$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyAnswer));
|
|
2167
|
+
}
|
|
2168
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAnswerFromJSON(jsonString) {
|
|
2169
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyAnswer$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyAnswer' from JSON`);
|
|
2170
|
+
}
|
|
2171
|
+
/** @internal */
|
|
2172
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$inboundSchema = z.union([
|
|
2173
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAnswer$inboundSchema),
|
|
2174
|
+
z.string(),
|
|
2175
|
+
z.boolean(),
|
|
2176
|
+
z.number(),
|
|
2177
|
+
z.array(z.string()),
|
|
2178
|
+
z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
2179
|
+
]);
|
|
2180
|
+
/** @internal */
|
|
2181
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$outboundSchema = z.union([
|
|
2182
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAnswer$outboundSchema),
|
|
2183
|
+
z.string(),
|
|
2184
|
+
z.boolean(),
|
|
2185
|
+
z.number(),
|
|
2186
|
+
z.array(z.string()),
|
|
2187
|
+
z.date().transform(v => v.toISOString()),
|
|
2188
|
+
]);
|
|
2189
|
+
/**
|
|
2190
|
+
* @internal
|
|
2191
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2192
|
+
*/
|
|
2193
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$;
|
|
2194
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$) {
|
|
2195
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$inboundSchema` instead. */
|
|
2196
|
+
PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$inboundSchema;
|
|
2197
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$outboundSchema` instead. */
|
|
2198
|
+
PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$outboundSchema;
|
|
2199
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$ || (PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$ = {}));
|
|
2200
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAnswerUnionToJSON(postAtsJobsJobIdApplicationsRequestBodyAnswerUnion) {
|
|
2201
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBodyAnswerUnion));
|
|
2202
|
+
}
|
|
2203
|
+
export function postAtsJobsJobIdApplicationsRequestBodyAnswerUnionFromJSON(jsonString) {
|
|
2204
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyAnswerUnion' from JSON`);
|
|
2205
|
+
}
|
|
2206
|
+
/** @internal */
|
|
2207
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$inboundSchema = z.object({
|
|
2208
|
+
question_id: z.string(),
|
|
2209
|
+
answer: z.union([
|
|
2210
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAnswer$inboundSchema),
|
|
2211
|
+
z.string(),
|
|
2212
|
+
z.boolean(),
|
|
2213
|
+
z.number(),
|
|
2214
|
+
z.array(z.string()),
|
|
2215
|
+
z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
2216
|
+
]),
|
|
2217
|
+
});
|
|
2218
|
+
/** @internal */
|
|
2219
|
+
export const PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$outboundSchema = z.object({
|
|
2220
|
+
question_id: z.string(),
|
|
2221
|
+
answer: z.union([
|
|
2222
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAnswer$outboundSchema),
|
|
2223
|
+
z.string(),
|
|
2224
|
+
z.boolean(),
|
|
2225
|
+
z.number(),
|
|
2226
|
+
z.array(z.string()),
|
|
2227
|
+
z.date().transform(v => v.toISOString()),
|
|
2228
|
+
]),
|
|
2229
|
+
});
|
|
2230
|
+
/**
|
|
2231
|
+
* @internal
|
|
2232
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2233
|
+
*/
|
|
2234
|
+
export var PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$;
|
|
2235
|
+
(function (PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$) {
|
|
2236
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$inboundSchema` instead. */
|
|
2237
|
+
PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$inboundSchema;
|
|
2238
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$outboundSchema` instead. */
|
|
2239
|
+
PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$outboundSchema;
|
|
2240
|
+
})(PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$ || (PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$ = {}));
|
|
2241
|
+
export function postAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswerToJSON(postAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer) {
|
|
2242
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$outboundSchema
|
|
2243
|
+
.parse(postAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer));
|
|
2244
|
+
}
|
|
2245
|
+
export function postAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswerFromJSON(jsonString) {
|
|
2246
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$inboundSchema
|
|
2247
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer' from JSON`);
|
|
2248
|
+
}
|
|
2249
|
+
/** @internal */
|
|
2250
|
+
export const PostAtsJobsJobIdApplicationsRequestBody$inboundSchema = z.object({
|
|
2251
|
+
stage_id: z.string().optional(),
|
|
2252
|
+
candidate: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyCandidate$inboundSchema),
|
|
2253
|
+
attachments: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAttachment$inboundSchema)).optional(),
|
|
2254
|
+
source: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySource$inboundSchema).optional(),
|
|
2255
|
+
sourced_by: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySourcedBy$inboundSchema).optional(),
|
|
2256
|
+
gdpr_consent: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$inboundSchema).optional(),
|
|
2257
|
+
remote_fields: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$inboundSchema).optional(),
|
|
2258
|
+
screening_question_answers: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$inboundSchema)).optional(),
|
|
2259
|
+
});
|
|
2260
|
+
/** @internal */
|
|
2261
|
+
export const PostAtsJobsJobIdApplicationsRequestBody$outboundSchema = z.object({
|
|
2262
|
+
stage_id: z.string().optional(),
|
|
2263
|
+
candidate: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyCandidate$outboundSchema),
|
|
2264
|
+
attachments: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyAttachment$outboundSchema)).optional(),
|
|
2265
|
+
source: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySource$outboundSchema).optional(),
|
|
2266
|
+
sourced_by: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodySourcedBy$outboundSchema).optional(),
|
|
2267
|
+
gdpr_consent: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyGdprConsent$outboundSchema).optional(),
|
|
2268
|
+
remote_fields: z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyRemoteFields$outboundSchema).optional(),
|
|
2269
|
+
screening_question_answers: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsRequestBodyScreeningQuestionAnswer$outboundSchema)).optional(),
|
|
2270
|
+
});
|
|
2271
|
+
/**
|
|
2272
|
+
* @internal
|
|
2273
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2274
|
+
*/
|
|
2275
|
+
export var PostAtsJobsJobIdApplicationsRequestBody$;
|
|
2276
|
+
(function (PostAtsJobsJobIdApplicationsRequestBody$) {
|
|
2277
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBody$inboundSchema` instead. */
|
|
2278
|
+
PostAtsJobsJobIdApplicationsRequestBody$.inboundSchema = PostAtsJobsJobIdApplicationsRequestBody$inboundSchema;
|
|
2279
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsRequestBody$outboundSchema` instead. */
|
|
2280
|
+
PostAtsJobsJobIdApplicationsRequestBody$.outboundSchema = PostAtsJobsJobIdApplicationsRequestBody$outboundSchema;
|
|
2281
|
+
})(PostAtsJobsJobIdApplicationsRequestBody$ || (PostAtsJobsJobIdApplicationsRequestBody$ = {}));
|
|
2282
|
+
export function postAtsJobsJobIdApplicationsRequestBodyToJSON(postAtsJobsJobIdApplicationsRequestBody) {
|
|
2283
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsRequestBody$outboundSchema.parse(postAtsJobsJobIdApplicationsRequestBody));
|
|
2284
|
+
}
|
|
2285
|
+
export function postAtsJobsJobIdApplicationsRequestBodyFromJSON(jsonString) {
|
|
2286
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsRequestBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsRequestBody' from JSON`);
|
|
2287
|
+
}
|
|
2288
|
+
//# sourceMappingURL=postatsjobsjobidapplicationsrequestbody.js.map
|