@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,1177 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
+
/**
|
|
6
|
+
* Parsed status of the application. If Kombo identifies that the application was accepted and the candidate hired, it will be `HIRED`. If the application was rejected or the candidate declined, it will be `DECLINED`. If the application is still in process, it will be `PENDING`.
|
|
7
|
+
*
|
|
8
|
+
* @remarks
|
|
9
|
+
* Kombo will always try to deliver this information as reliably as possible.
|
|
10
|
+
*/
|
|
11
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseOutcome: {
|
|
12
|
+
readonly Pending: "PENDING";
|
|
13
|
+
readonly Hired: "HIRED";
|
|
14
|
+
readonly Declined: "DECLINED";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Parsed status of the application. If Kombo identifies that the application was accepted and the candidate hired, it will be `HIRED`. If the application was rejected or the candidate declined, it will be `DECLINED`. If the application is still in process, it will be `PENDING`.
|
|
18
|
+
*
|
|
19
|
+
* @remarks
|
|
20
|
+
* Kombo will always try to deliver this information as reliably as possible.
|
|
21
|
+
*/
|
|
22
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseOutcome = ClosedEnum<typeof PostAtsJobsJobIdApplicationsPositiveResponseOutcome>;
|
|
23
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer7 = {
|
|
24
|
+
/**
|
|
25
|
+
* We pass the original question data along so you can handle it.
|
|
26
|
+
*/
|
|
27
|
+
raw?: any | null | undefined;
|
|
28
|
+
};
|
|
29
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown = {
|
|
30
|
+
remote_id: string | null;
|
|
31
|
+
title: string;
|
|
32
|
+
/**
|
|
33
|
+
* When we're not able to map a specific question type yet, we will return this type. Every `UNKNOWN` question will also be parsed and unified by us at some point.
|
|
34
|
+
*/
|
|
35
|
+
type: "UNKNOWN";
|
|
36
|
+
};
|
|
37
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7 = {
|
|
38
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer7;
|
|
39
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown;
|
|
40
|
+
};
|
|
41
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer6 = {
|
|
42
|
+
date: Date | null;
|
|
43
|
+
};
|
|
44
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate = {
|
|
45
|
+
remote_id: string | null;
|
|
46
|
+
title: string;
|
|
47
|
+
type: "DATE";
|
|
48
|
+
};
|
|
49
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6 = {
|
|
50
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer6;
|
|
51
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate;
|
|
52
|
+
};
|
|
53
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer5 = {
|
|
54
|
+
number: number | null;
|
|
55
|
+
};
|
|
56
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber = {
|
|
57
|
+
remote_id: string | null;
|
|
58
|
+
title: string;
|
|
59
|
+
type: "NUMBER";
|
|
60
|
+
};
|
|
61
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5 = {
|
|
62
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer5;
|
|
63
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber;
|
|
64
|
+
};
|
|
65
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer4 = {
|
|
66
|
+
checked: boolean | null;
|
|
67
|
+
};
|
|
68
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean = {
|
|
69
|
+
remote_id: string | null;
|
|
70
|
+
title: string;
|
|
71
|
+
type: "BOOLEAN";
|
|
72
|
+
};
|
|
73
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4 = {
|
|
74
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer4;
|
|
75
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean;
|
|
76
|
+
};
|
|
77
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer3 = {
|
|
78
|
+
choices?: Array<string> | undefined;
|
|
79
|
+
};
|
|
80
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect = {
|
|
81
|
+
remote_id: string | null;
|
|
82
|
+
title: string;
|
|
83
|
+
type: "MULTI_SELECT";
|
|
84
|
+
};
|
|
85
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3 = {
|
|
86
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer3;
|
|
87
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect;
|
|
88
|
+
};
|
|
89
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer2 = {
|
|
90
|
+
choice: string | null;
|
|
91
|
+
};
|
|
92
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect = {
|
|
93
|
+
remote_id: string | null;
|
|
94
|
+
title: string;
|
|
95
|
+
type: "SINGLE_SELECT";
|
|
96
|
+
};
|
|
97
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2 = {
|
|
98
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer2;
|
|
99
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect;
|
|
100
|
+
};
|
|
101
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer1 = {
|
|
102
|
+
content: string | null;
|
|
103
|
+
};
|
|
104
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionText = {
|
|
105
|
+
remote_id: string | null;
|
|
106
|
+
title: string;
|
|
107
|
+
type: "TEXT";
|
|
108
|
+
};
|
|
109
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1 = {
|
|
110
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer1;
|
|
111
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionText;
|
|
112
|
+
};
|
|
113
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7;
|
|
114
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage = {
|
|
115
|
+
/**
|
|
116
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
117
|
+
*/
|
|
118
|
+
id: string;
|
|
119
|
+
/**
|
|
120
|
+
* The application stage name. For example, "Initial Screening".
|
|
121
|
+
*/
|
|
122
|
+
name: string | null;
|
|
123
|
+
/**
|
|
124
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
125
|
+
*/
|
|
126
|
+
remote_id: string | null;
|
|
127
|
+
index: number | null;
|
|
128
|
+
};
|
|
129
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseJob = {
|
|
130
|
+
/**
|
|
131
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
132
|
+
*/
|
|
133
|
+
id: string;
|
|
134
|
+
/**
|
|
135
|
+
* Title of the job.
|
|
136
|
+
*/
|
|
137
|
+
name: string | null;
|
|
138
|
+
/**
|
|
139
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
140
|
+
*/
|
|
141
|
+
remote_id: string;
|
|
142
|
+
};
|
|
143
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber = {
|
|
144
|
+
phone_number: string;
|
|
145
|
+
/**
|
|
146
|
+
* Kombo exposes type information through this field. If we don't get any information from the tool, we will set this to `null`.
|
|
147
|
+
*/
|
|
148
|
+
type?: string | null | undefined;
|
|
149
|
+
};
|
|
150
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress = {
|
|
151
|
+
email_address?: string | null | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* Kombo exposes type information through this field. If we don't get any information from the tool, we will set this to `null`.
|
|
154
|
+
*/
|
|
155
|
+
type: string | null;
|
|
156
|
+
};
|
|
157
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia = {
|
|
158
|
+
link?: string | null | undefined;
|
|
159
|
+
type?: string | null | undefined;
|
|
160
|
+
username?: string | null | undefined;
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* Location of the candidate.
|
|
164
|
+
*/
|
|
165
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseLocation = {
|
|
166
|
+
city?: string | null | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* Contains the ISO2 country code if possible. If not, it contains the original value.
|
|
169
|
+
*/
|
|
170
|
+
country?: string | null | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* If we have address data, this is filled with the raw address string.
|
|
173
|
+
*/
|
|
174
|
+
raw?: string | null | undefined;
|
|
175
|
+
state?: string | null | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* If we can parse the address data, this field contains the first part of the street information.
|
|
178
|
+
*/
|
|
179
|
+
street_1?: string | null | undefined;
|
|
180
|
+
street_2?: string | null | undefined;
|
|
181
|
+
zip_code?: string | null | undefined;
|
|
182
|
+
};
|
|
183
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseTag = {
|
|
184
|
+
/**
|
|
185
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
186
|
+
*/
|
|
187
|
+
id: string;
|
|
188
|
+
name: string | null;
|
|
189
|
+
/**
|
|
190
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
191
|
+
*/
|
|
192
|
+
remote_id: string | null;
|
|
193
|
+
};
|
|
194
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseCandidate = {
|
|
195
|
+
/**
|
|
196
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
197
|
+
*/
|
|
198
|
+
id: string;
|
|
199
|
+
/**
|
|
200
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
201
|
+
*/
|
|
202
|
+
remote_id: string;
|
|
203
|
+
/**
|
|
204
|
+
* First name of the candidate.
|
|
205
|
+
*/
|
|
206
|
+
first_name: string | null;
|
|
207
|
+
/**
|
|
208
|
+
* Last name of the candidate.
|
|
209
|
+
*/
|
|
210
|
+
last_name: string | null;
|
|
211
|
+
/**
|
|
212
|
+
* The current company of the candidate.
|
|
213
|
+
*/
|
|
214
|
+
company: string | null;
|
|
215
|
+
/**
|
|
216
|
+
* The current job title of the candidate.
|
|
217
|
+
*/
|
|
218
|
+
title: string | null;
|
|
219
|
+
/**
|
|
220
|
+
* Whether the candidate’s profile is confidential in the ATS.
|
|
221
|
+
*/
|
|
222
|
+
confidential: boolean | null;
|
|
223
|
+
/**
|
|
224
|
+
* The hiring source of the candidate. If you're a job board or recruiting service, you can use this to validate which candidates applied through your service and ensure that the correct referral compensation is paid out.
|
|
225
|
+
*/
|
|
226
|
+
source: string | null;
|
|
227
|
+
/**
|
|
228
|
+
* A list of phone numbers of the candidate.
|
|
229
|
+
*/
|
|
230
|
+
phone_numbers?: Array<PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber> | null | undefined;
|
|
231
|
+
/**
|
|
232
|
+
* A list of email addresses of the candidate with an optional type. If an email address is invalid, it will be filtered out.
|
|
233
|
+
*/
|
|
234
|
+
email_addresses?: Array<PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress> | null | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* List of social media accounts of the candidate.
|
|
237
|
+
*/
|
|
238
|
+
social_media?: Array<PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia> | null | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* Location of the candidate.
|
|
241
|
+
*/
|
|
242
|
+
location?: PostAtsJobsJobIdApplicationsPositiveResponseLocation | null | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
245
|
+
*/
|
|
246
|
+
custom_fields: {
|
|
247
|
+
[k: string]: any;
|
|
248
|
+
} | null;
|
|
249
|
+
/**
|
|
250
|
+
* URL to the candidate profile in the source ATS system. When embedding this in your system, please consider that not for all ATS a dedicated candidate profile URL is available, so you might need to fall back to the application URL.
|
|
251
|
+
*/
|
|
252
|
+
remote_url: string | null;
|
|
253
|
+
/**
|
|
254
|
+
* The date and time the object was created in the remote system.
|
|
255
|
+
*/
|
|
256
|
+
remote_created_at: Date | null;
|
|
257
|
+
/**
|
|
258
|
+
* A timestamp retrieved from the remote system, describing when the resource was last updated.
|
|
259
|
+
*/
|
|
260
|
+
remote_updated_at: Date | null;
|
|
261
|
+
/**
|
|
262
|
+
* The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
|
|
263
|
+
*/
|
|
264
|
+
changed_at: Date;
|
|
265
|
+
/**
|
|
266
|
+
* The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
|
|
267
|
+
*/
|
|
268
|
+
remote_deleted_at: Date | null;
|
|
269
|
+
tags: Array<PostAtsJobsJobIdApplicationsPositiveResponseTag>;
|
|
270
|
+
};
|
|
271
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseData = {
|
|
272
|
+
/**
|
|
273
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
274
|
+
*/
|
|
275
|
+
id: string;
|
|
276
|
+
/**
|
|
277
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
278
|
+
*/
|
|
279
|
+
remote_id: string | null;
|
|
280
|
+
/**
|
|
281
|
+
* Parsed status of the application. If Kombo identifies that the application was accepted and the candidate hired, it will be `HIRED`. If the application was rejected or the candidate declined, it will be `DECLINED`. If the application is still in process, it will be `PENDING`.
|
|
282
|
+
*
|
|
283
|
+
* @remarks
|
|
284
|
+
* Kombo will always try to deliver this information as reliably as possible.
|
|
285
|
+
*/
|
|
286
|
+
outcome: PostAtsJobsJobIdApplicationsPositiveResponseOutcome | null;
|
|
287
|
+
/**
|
|
288
|
+
* Reason for the rejection of the candidate.
|
|
289
|
+
*/
|
|
290
|
+
rejection_reason_name: string | null;
|
|
291
|
+
/**
|
|
292
|
+
* The time that the application was rejected.
|
|
293
|
+
*/
|
|
294
|
+
rejected_at: Date | null;
|
|
295
|
+
/**
|
|
296
|
+
* ID of the current application stage
|
|
297
|
+
*/
|
|
298
|
+
current_stage_id: string | null;
|
|
299
|
+
/**
|
|
300
|
+
* The Kombo ID of the job which the candidate applied to. The ID can be used to retrieve the job from the `get jobs` endpoint.
|
|
301
|
+
*/
|
|
302
|
+
job_id: string | null;
|
|
303
|
+
/**
|
|
304
|
+
* The Kombo ID of the candidate who applied to the job. The ID can be used to retrieve the candidate from the `get candidates` endpoint.
|
|
305
|
+
*/
|
|
306
|
+
candidate_id: string | null;
|
|
307
|
+
/**
|
|
308
|
+
* A list of answers to screening questions. The screening answer type `FILE` is currently unsupported.
|
|
309
|
+
*/
|
|
310
|
+
screening_question_answers?: Array<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6 | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7> | null | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
313
|
+
*/
|
|
314
|
+
custom_fields: {
|
|
315
|
+
[k: string]: any;
|
|
316
|
+
} | null;
|
|
317
|
+
/**
|
|
318
|
+
* URL to the application in the source ATS system. When embedding this in your system, please consider that not for all ATS a dedicated application URL is available, so you might need to fall back to the candidate URL.
|
|
319
|
+
*/
|
|
320
|
+
remote_url: string | null;
|
|
321
|
+
/**
|
|
322
|
+
* The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
|
|
323
|
+
*/
|
|
324
|
+
changed_at: Date;
|
|
325
|
+
/**
|
|
326
|
+
* The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
|
|
327
|
+
*/
|
|
328
|
+
remote_deleted_at: Date | null;
|
|
329
|
+
/**
|
|
330
|
+
* The date and time the object was created in the remote system.
|
|
331
|
+
*/
|
|
332
|
+
remote_created_at: Date | null;
|
|
333
|
+
/**
|
|
334
|
+
* A timestamp retrieved from the remote system, describing when the resource was last updated.
|
|
335
|
+
*/
|
|
336
|
+
remote_updated_at: Date | null;
|
|
337
|
+
current_stage: PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage | null;
|
|
338
|
+
job: PostAtsJobsJobIdApplicationsPositiveResponseJob | null;
|
|
339
|
+
candidate: PostAtsJobsJobIdApplicationsPositiveResponseCandidate | null;
|
|
340
|
+
};
|
|
341
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseWarning = {
|
|
342
|
+
message: string;
|
|
343
|
+
};
|
|
344
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponse = {
|
|
345
|
+
status: "success";
|
|
346
|
+
data: PostAtsJobsJobIdApplicationsPositiveResponseData;
|
|
347
|
+
/**
|
|
348
|
+
* These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.
|
|
349
|
+
*/
|
|
350
|
+
warnings: Array<PostAtsJobsJobIdApplicationsPositiveResponseWarning>;
|
|
351
|
+
};
|
|
352
|
+
/** @internal */
|
|
353
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseOutcome$inboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsPositiveResponseOutcome>;
|
|
354
|
+
/** @internal */
|
|
355
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseOutcome$outboundSchema: z.ZodNativeEnum<typeof PostAtsJobsJobIdApplicationsPositiveResponseOutcome>;
|
|
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 declare namespace PostAtsJobsJobIdApplicationsPositiveResponseOutcome$ {
|
|
361
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseOutcome$inboundSchema` instead. */
|
|
362
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
363
|
+
readonly Pending: "PENDING";
|
|
364
|
+
readonly Hired: "HIRED";
|
|
365
|
+
readonly Declined: "DECLINED";
|
|
366
|
+
}>;
|
|
367
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseOutcome$outboundSchema` instead. */
|
|
368
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
369
|
+
readonly Pending: "PENDING";
|
|
370
|
+
readonly Hired: "HIRED";
|
|
371
|
+
readonly Declined: "DECLINED";
|
|
372
|
+
}>;
|
|
373
|
+
}
|
|
374
|
+
/** @internal */
|
|
375
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer7, z.ZodTypeDef, unknown>;
|
|
376
|
+
/** @internal */
|
|
377
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$Outbound = {
|
|
378
|
+
raw?: any | null | undefined;
|
|
379
|
+
};
|
|
380
|
+
/** @internal */
|
|
381
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer7>;
|
|
382
|
+
/**
|
|
383
|
+
* @internal
|
|
384
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
385
|
+
*/
|
|
386
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$ {
|
|
387
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$inboundSchema` instead. */
|
|
388
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer7, z.ZodTypeDef, unknown>;
|
|
389
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$outboundSchema` instead. */
|
|
390
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer7>;
|
|
391
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$Outbound` instead. */
|
|
392
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$Outbound;
|
|
393
|
+
}
|
|
394
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer7ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer7: PostAtsJobsJobIdApplicationsPositiveResponseAnswer7): string;
|
|
395
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer7FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseAnswer7, SDKValidationError>;
|
|
396
|
+
/** @internal */
|
|
397
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown, z.ZodTypeDef, unknown>;
|
|
398
|
+
/** @internal */
|
|
399
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$Outbound = {
|
|
400
|
+
remote_id: string | null;
|
|
401
|
+
title: string;
|
|
402
|
+
type: "UNKNOWN";
|
|
403
|
+
};
|
|
404
|
+
/** @internal */
|
|
405
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown>;
|
|
406
|
+
/**
|
|
407
|
+
* @internal
|
|
408
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
409
|
+
*/
|
|
410
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$ {
|
|
411
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$inboundSchema` instead. */
|
|
412
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown, z.ZodTypeDef, unknown>;
|
|
413
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$outboundSchema` instead. */
|
|
414
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown>;
|
|
415
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$Outbound` instead. */
|
|
416
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$Outbound;
|
|
417
|
+
}
|
|
418
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionUnknownToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown: PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown): string;
|
|
419
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionUnknownFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown, SDKValidationError>;
|
|
420
|
+
/** @internal */
|
|
421
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7, z.ZodTypeDef, unknown>;
|
|
422
|
+
/** @internal */
|
|
423
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound = {
|
|
424
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$Outbound;
|
|
425
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$Outbound;
|
|
426
|
+
};
|
|
427
|
+
/** @internal */
|
|
428
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7>;
|
|
429
|
+
/**
|
|
430
|
+
* @internal
|
|
431
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
432
|
+
*/
|
|
433
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$ {
|
|
434
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema` instead. */
|
|
435
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7, z.ZodTypeDef, unknown>;
|
|
436
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema` instead. */
|
|
437
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7>;
|
|
438
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound` instead. */
|
|
439
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound;
|
|
440
|
+
}
|
|
441
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7: PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7): string;
|
|
442
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7, SDKValidationError>;
|
|
443
|
+
/** @internal */
|
|
444
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer6, z.ZodTypeDef, unknown>;
|
|
445
|
+
/** @internal */
|
|
446
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$Outbound = {
|
|
447
|
+
date: string | null;
|
|
448
|
+
};
|
|
449
|
+
/** @internal */
|
|
450
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer6>;
|
|
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 declare namespace PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$ {
|
|
456
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$inboundSchema` instead. */
|
|
457
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer6, z.ZodTypeDef, unknown>;
|
|
458
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$outboundSchema` instead. */
|
|
459
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer6>;
|
|
460
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$Outbound` instead. */
|
|
461
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$Outbound;
|
|
462
|
+
}
|
|
463
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer6ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer6: PostAtsJobsJobIdApplicationsPositiveResponseAnswer6): string;
|
|
464
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer6FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseAnswer6, SDKValidationError>;
|
|
465
|
+
/** @internal */
|
|
466
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate, z.ZodTypeDef, unknown>;
|
|
467
|
+
/** @internal */
|
|
468
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$Outbound = {
|
|
469
|
+
remote_id: string | null;
|
|
470
|
+
title: string;
|
|
471
|
+
type: "DATE";
|
|
472
|
+
};
|
|
473
|
+
/** @internal */
|
|
474
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate>;
|
|
475
|
+
/**
|
|
476
|
+
* @internal
|
|
477
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
478
|
+
*/
|
|
479
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$ {
|
|
480
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$inboundSchema` instead. */
|
|
481
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate, z.ZodTypeDef, unknown>;
|
|
482
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$outboundSchema` instead. */
|
|
483
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate>;
|
|
484
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$Outbound` instead. */
|
|
485
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$Outbound;
|
|
486
|
+
}
|
|
487
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionDateToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionDate: PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate): string;
|
|
488
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionDateFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate, SDKValidationError>;
|
|
489
|
+
/** @internal */
|
|
490
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6, z.ZodTypeDef, unknown>;
|
|
491
|
+
/** @internal */
|
|
492
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound = {
|
|
493
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$Outbound;
|
|
494
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$Outbound;
|
|
495
|
+
};
|
|
496
|
+
/** @internal */
|
|
497
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6>;
|
|
498
|
+
/**
|
|
499
|
+
* @internal
|
|
500
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
501
|
+
*/
|
|
502
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$ {
|
|
503
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema` instead. */
|
|
504
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6, z.ZodTypeDef, unknown>;
|
|
505
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema` instead. */
|
|
506
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6>;
|
|
507
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound` instead. */
|
|
508
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound;
|
|
509
|
+
}
|
|
510
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6: PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6): string;
|
|
511
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6, SDKValidationError>;
|
|
512
|
+
/** @internal */
|
|
513
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer5, z.ZodTypeDef, unknown>;
|
|
514
|
+
/** @internal */
|
|
515
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$Outbound = {
|
|
516
|
+
number: number | null;
|
|
517
|
+
};
|
|
518
|
+
/** @internal */
|
|
519
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer5>;
|
|
520
|
+
/**
|
|
521
|
+
* @internal
|
|
522
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
523
|
+
*/
|
|
524
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$ {
|
|
525
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$inboundSchema` instead. */
|
|
526
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer5, z.ZodTypeDef, unknown>;
|
|
527
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$outboundSchema` instead. */
|
|
528
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer5>;
|
|
529
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$Outbound` instead. */
|
|
530
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$Outbound;
|
|
531
|
+
}
|
|
532
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer5ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer5: PostAtsJobsJobIdApplicationsPositiveResponseAnswer5): string;
|
|
533
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer5FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseAnswer5, SDKValidationError>;
|
|
534
|
+
/** @internal */
|
|
535
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber, z.ZodTypeDef, unknown>;
|
|
536
|
+
/** @internal */
|
|
537
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$Outbound = {
|
|
538
|
+
remote_id: string | null;
|
|
539
|
+
title: string;
|
|
540
|
+
type: "NUMBER";
|
|
541
|
+
};
|
|
542
|
+
/** @internal */
|
|
543
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber>;
|
|
544
|
+
/**
|
|
545
|
+
* @internal
|
|
546
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
547
|
+
*/
|
|
548
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$ {
|
|
549
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$inboundSchema` instead. */
|
|
550
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber, z.ZodTypeDef, unknown>;
|
|
551
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$outboundSchema` instead. */
|
|
552
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber>;
|
|
553
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$Outbound` instead. */
|
|
554
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$Outbound;
|
|
555
|
+
}
|
|
556
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionNumberToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionNumber: PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber): string;
|
|
557
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionNumberFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber, SDKValidationError>;
|
|
558
|
+
/** @internal */
|
|
559
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5, z.ZodTypeDef, unknown>;
|
|
560
|
+
/** @internal */
|
|
561
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound = {
|
|
562
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$Outbound;
|
|
563
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$Outbound;
|
|
564
|
+
};
|
|
565
|
+
/** @internal */
|
|
566
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5>;
|
|
567
|
+
/**
|
|
568
|
+
* @internal
|
|
569
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
570
|
+
*/
|
|
571
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$ {
|
|
572
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema` instead. */
|
|
573
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5, z.ZodTypeDef, unknown>;
|
|
574
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema` instead. */
|
|
575
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5>;
|
|
576
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound` instead. */
|
|
577
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound;
|
|
578
|
+
}
|
|
579
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5: PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5): string;
|
|
580
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5, SDKValidationError>;
|
|
581
|
+
/** @internal */
|
|
582
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer4, z.ZodTypeDef, unknown>;
|
|
583
|
+
/** @internal */
|
|
584
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$Outbound = {
|
|
585
|
+
checked: boolean | null;
|
|
586
|
+
};
|
|
587
|
+
/** @internal */
|
|
588
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer4>;
|
|
589
|
+
/**
|
|
590
|
+
* @internal
|
|
591
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
592
|
+
*/
|
|
593
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$ {
|
|
594
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$inboundSchema` instead. */
|
|
595
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer4, z.ZodTypeDef, unknown>;
|
|
596
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$outboundSchema` instead. */
|
|
597
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer4>;
|
|
598
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$Outbound` instead. */
|
|
599
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$Outbound;
|
|
600
|
+
}
|
|
601
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer4ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer4: PostAtsJobsJobIdApplicationsPositiveResponseAnswer4): string;
|
|
602
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer4FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseAnswer4, SDKValidationError>;
|
|
603
|
+
/** @internal */
|
|
604
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean, z.ZodTypeDef, unknown>;
|
|
605
|
+
/** @internal */
|
|
606
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$Outbound = {
|
|
607
|
+
remote_id: string | null;
|
|
608
|
+
title: string;
|
|
609
|
+
type: "BOOLEAN";
|
|
610
|
+
};
|
|
611
|
+
/** @internal */
|
|
612
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean>;
|
|
613
|
+
/**
|
|
614
|
+
* @internal
|
|
615
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
616
|
+
*/
|
|
617
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$ {
|
|
618
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$inboundSchema` instead. */
|
|
619
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean, z.ZodTypeDef, unknown>;
|
|
620
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$outboundSchema` instead. */
|
|
621
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean>;
|
|
622
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$Outbound` instead. */
|
|
623
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$Outbound;
|
|
624
|
+
}
|
|
625
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionBooleanToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean: PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean): string;
|
|
626
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionBooleanFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean, SDKValidationError>;
|
|
627
|
+
/** @internal */
|
|
628
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4, z.ZodTypeDef, unknown>;
|
|
629
|
+
/** @internal */
|
|
630
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound = {
|
|
631
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$Outbound;
|
|
632
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$Outbound;
|
|
633
|
+
};
|
|
634
|
+
/** @internal */
|
|
635
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4>;
|
|
636
|
+
/**
|
|
637
|
+
* @internal
|
|
638
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
639
|
+
*/
|
|
640
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$ {
|
|
641
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema` instead. */
|
|
642
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4, z.ZodTypeDef, unknown>;
|
|
643
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema` instead. */
|
|
644
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4>;
|
|
645
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound` instead. */
|
|
646
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound;
|
|
647
|
+
}
|
|
648
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4: PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4): string;
|
|
649
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4, SDKValidationError>;
|
|
650
|
+
/** @internal */
|
|
651
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer3, z.ZodTypeDef, unknown>;
|
|
652
|
+
/** @internal */
|
|
653
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$Outbound = {
|
|
654
|
+
choices?: Array<string> | undefined;
|
|
655
|
+
};
|
|
656
|
+
/** @internal */
|
|
657
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer3>;
|
|
658
|
+
/**
|
|
659
|
+
* @internal
|
|
660
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
661
|
+
*/
|
|
662
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$ {
|
|
663
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$inboundSchema` instead. */
|
|
664
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer3, z.ZodTypeDef, unknown>;
|
|
665
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$outboundSchema` instead. */
|
|
666
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer3>;
|
|
667
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$Outbound` instead. */
|
|
668
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$Outbound;
|
|
669
|
+
}
|
|
670
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer3ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer3: PostAtsJobsJobIdApplicationsPositiveResponseAnswer3): string;
|
|
671
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer3FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseAnswer3, SDKValidationError>;
|
|
672
|
+
/** @internal */
|
|
673
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect, z.ZodTypeDef, unknown>;
|
|
674
|
+
/** @internal */
|
|
675
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$Outbound = {
|
|
676
|
+
remote_id: string | null;
|
|
677
|
+
title: string;
|
|
678
|
+
type: "MULTI_SELECT";
|
|
679
|
+
};
|
|
680
|
+
/** @internal */
|
|
681
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect>;
|
|
682
|
+
/**
|
|
683
|
+
* @internal
|
|
684
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
685
|
+
*/
|
|
686
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$ {
|
|
687
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$inboundSchema` instead. */
|
|
688
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect, z.ZodTypeDef, unknown>;
|
|
689
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$outboundSchema` instead. */
|
|
690
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect>;
|
|
691
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$Outbound` instead. */
|
|
692
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$Outbound;
|
|
693
|
+
}
|
|
694
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelectToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect: PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect): string;
|
|
695
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelectFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect, SDKValidationError>;
|
|
696
|
+
/** @internal */
|
|
697
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3, z.ZodTypeDef, unknown>;
|
|
698
|
+
/** @internal */
|
|
699
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound = {
|
|
700
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$Outbound;
|
|
701
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$Outbound;
|
|
702
|
+
};
|
|
703
|
+
/** @internal */
|
|
704
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3>;
|
|
705
|
+
/**
|
|
706
|
+
* @internal
|
|
707
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
708
|
+
*/
|
|
709
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$ {
|
|
710
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema` instead. */
|
|
711
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3, z.ZodTypeDef, unknown>;
|
|
712
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema` instead. */
|
|
713
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3>;
|
|
714
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound` instead. */
|
|
715
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound;
|
|
716
|
+
}
|
|
717
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3: PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3): string;
|
|
718
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3, SDKValidationError>;
|
|
719
|
+
/** @internal */
|
|
720
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer2, z.ZodTypeDef, unknown>;
|
|
721
|
+
/** @internal */
|
|
722
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$Outbound = {
|
|
723
|
+
choice: string | null;
|
|
724
|
+
};
|
|
725
|
+
/** @internal */
|
|
726
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer2>;
|
|
727
|
+
/**
|
|
728
|
+
* @internal
|
|
729
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
730
|
+
*/
|
|
731
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$ {
|
|
732
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$inboundSchema` instead. */
|
|
733
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer2, z.ZodTypeDef, unknown>;
|
|
734
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$outboundSchema` instead. */
|
|
735
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer2>;
|
|
736
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$Outbound` instead. */
|
|
737
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$Outbound;
|
|
738
|
+
}
|
|
739
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer2ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer2: PostAtsJobsJobIdApplicationsPositiveResponseAnswer2): string;
|
|
740
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer2FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseAnswer2, SDKValidationError>;
|
|
741
|
+
/** @internal */
|
|
742
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect, z.ZodTypeDef, unknown>;
|
|
743
|
+
/** @internal */
|
|
744
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$Outbound = {
|
|
745
|
+
remote_id: string | null;
|
|
746
|
+
title: string;
|
|
747
|
+
type: "SINGLE_SELECT";
|
|
748
|
+
};
|
|
749
|
+
/** @internal */
|
|
750
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect>;
|
|
751
|
+
/**
|
|
752
|
+
* @internal
|
|
753
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
754
|
+
*/
|
|
755
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$ {
|
|
756
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$inboundSchema` instead. */
|
|
757
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect, z.ZodTypeDef, unknown>;
|
|
758
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$outboundSchema` instead. */
|
|
759
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect>;
|
|
760
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$Outbound` instead. */
|
|
761
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$Outbound;
|
|
762
|
+
}
|
|
763
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelectToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect: PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect): string;
|
|
764
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelectFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect, SDKValidationError>;
|
|
765
|
+
/** @internal */
|
|
766
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2, z.ZodTypeDef, unknown>;
|
|
767
|
+
/** @internal */
|
|
768
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound = {
|
|
769
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$Outbound;
|
|
770
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$Outbound;
|
|
771
|
+
};
|
|
772
|
+
/** @internal */
|
|
773
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2>;
|
|
774
|
+
/**
|
|
775
|
+
* @internal
|
|
776
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
777
|
+
*/
|
|
778
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$ {
|
|
779
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema` instead. */
|
|
780
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2, z.ZodTypeDef, unknown>;
|
|
781
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema` instead. */
|
|
782
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2>;
|
|
783
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound` instead. */
|
|
784
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound;
|
|
785
|
+
}
|
|
786
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2: PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2): string;
|
|
787
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2, SDKValidationError>;
|
|
788
|
+
/** @internal */
|
|
789
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer1, z.ZodTypeDef, unknown>;
|
|
790
|
+
/** @internal */
|
|
791
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$Outbound = {
|
|
792
|
+
content: string | null;
|
|
793
|
+
};
|
|
794
|
+
/** @internal */
|
|
795
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer1>;
|
|
796
|
+
/**
|
|
797
|
+
* @internal
|
|
798
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
799
|
+
*/
|
|
800
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$ {
|
|
801
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$inboundSchema` instead. */
|
|
802
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer1, z.ZodTypeDef, unknown>;
|
|
803
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$outboundSchema` instead. */
|
|
804
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseAnswer1>;
|
|
805
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$Outbound` instead. */
|
|
806
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$Outbound;
|
|
807
|
+
}
|
|
808
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer1ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer1: PostAtsJobsJobIdApplicationsPositiveResponseAnswer1): string;
|
|
809
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseAnswer1FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseAnswer1, SDKValidationError>;
|
|
810
|
+
/** @internal */
|
|
811
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionText, z.ZodTypeDef, unknown>;
|
|
812
|
+
/** @internal */
|
|
813
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$Outbound = {
|
|
814
|
+
remote_id: string | null;
|
|
815
|
+
title: string;
|
|
816
|
+
type: "TEXT";
|
|
817
|
+
};
|
|
818
|
+
/** @internal */
|
|
819
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionText>;
|
|
820
|
+
/**
|
|
821
|
+
* @internal
|
|
822
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
823
|
+
*/
|
|
824
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$ {
|
|
825
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$inboundSchema` instead. */
|
|
826
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionText, z.ZodTypeDef, unknown>;
|
|
827
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$outboundSchema` instead. */
|
|
828
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseQuestionText>;
|
|
829
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$Outbound` instead. */
|
|
830
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$Outbound;
|
|
831
|
+
}
|
|
832
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionTextToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionText: PostAtsJobsJobIdApplicationsPositiveResponseQuestionText): string;
|
|
833
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseQuestionTextFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseQuestionText, SDKValidationError>;
|
|
834
|
+
/** @internal */
|
|
835
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1, z.ZodTypeDef, unknown>;
|
|
836
|
+
/** @internal */
|
|
837
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound = {
|
|
838
|
+
answer: PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$Outbound;
|
|
839
|
+
question: PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$Outbound;
|
|
840
|
+
};
|
|
841
|
+
/** @internal */
|
|
842
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1>;
|
|
843
|
+
/**
|
|
844
|
+
* @internal
|
|
845
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
846
|
+
*/
|
|
847
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$ {
|
|
848
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema` instead. */
|
|
849
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1, z.ZodTypeDef, unknown>;
|
|
850
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema` instead. */
|
|
851
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1>;
|
|
852
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound` instead. */
|
|
853
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound;
|
|
854
|
+
}
|
|
855
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1: PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1): string;
|
|
856
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1FromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1, SDKValidationError>;
|
|
857
|
+
/** @internal */
|
|
858
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion, z.ZodTypeDef, unknown>;
|
|
859
|
+
/** @internal */
|
|
860
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound;
|
|
861
|
+
/** @internal */
|
|
862
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion>;
|
|
863
|
+
/**
|
|
864
|
+
* @internal
|
|
865
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
866
|
+
*/
|
|
867
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$ {
|
|
868
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema` instead. */
|
|
869
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion, z.ZodTypeDef, unknown>;
|
|
870
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema` instead. */
|
|
871
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion>;
|
|
872
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound` instead. */
|
|
873
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound;
|
|
874
|
+
}
|
|
875
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnionToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion: PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion): string;
|
|
876
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnionFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion, SDKValidationError>;
|
|
877
|
+
/** @internal */
|
|
878
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage, z.ZodTypeDef, unknown>;
|
|
879
|
+
/** @internal */
|
|
880
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$Outbound = {
|
|
881
|
+
id: string;
|
|
882
|
+
name: string | null;
|
|
883
|
+
remote_id: string | null;
|
|
884
|
+
index: number | null;
|
|
885
|
+
};
|
|
886
|
+
/** @internal */
|
|
887
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage>;
|
|
888
|
+
/**
|
|
889
|
+
* @internal
|
|
890
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
891
|
+
*/
|
|
892
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$ {
|
|
893
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$inboundSchema` instead. */
|
|
894
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage, z.ZodTypeDef, unknown>;
|
|
895
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$outboundSchema` instead. */
|
|
896
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage>;
|
|
897
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$Outbound` instead. */
|
|
898
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$Outbound;
|
|
899
|
+
}
|
|
900
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseCurrentStageToJSON(postAtsJobsJobIdApplicationsPositiveResponseCurrentStage: PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage): string;
|
|
901
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseCurrentStageFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage, SDKValidationError>;
|
|
902
|
+
/** @internal */
|
|
903
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseJob$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseJob, z.ZodTypeDef, unknown>;
|
|
904
|
+
/** @internal */
|
|
905
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseJob$Outbound = {
|
|
906
|
+
id: string;
|
|
907
|
+
name: string | null;
|
|
908
|
+
remote_id: string;
|
|
909
|
+
};
|
|
910
|
+
/** @internal */
|
|
911
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseJob$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseJob$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseJob>;
|
|
912
|
+
/**
|
|
913
|
+
* @internal
|
|
914
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
915
|
+
*/
|
|
916
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseJob$ {
|
|
917
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseJob$inboundSchema` instead. */
|
|
918
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseJob, z.ZodTypeDef, unknown>;
|
|
919
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseJob$outboundSchema` instead. */
|
|
920
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseJob$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseJob>;
|
|
921
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseJob$Outbound` instead. */
|
|
922
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseJob$Outbound;
|
|
923
|
+
}
|
|
924
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseJobToJSON(postAtsJobsJobIdApplicationsPositiveResponseJob: PostAtsJobsJobIdApplicationsPositiveResponseJob): string;
|
|
925
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseJobFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseJob, SDKValidationError>;
|
|
926
|
+
/** @internal */
|
|
927
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber, z.ZodTypeDef, unknown>;
|
|
928
|
+
/** @internal */
|
|
929
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$Outbound = {
|
|
930
|
+
phone_number: string;
|
|
931
|
+
type?: string | null | undefined;
|
|
932
|
+
};
|
|
933
|
+
/** @internal */
|
|
934
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber>;
|
|
935
|
+
/**
|
|
936
|
+
* @internal
|
|
937
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
938
|
+
*/
|
|
939
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$ {
|
|
940
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$inboundSchema` instead. */
|
|
941
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber, z.ZodTypeDef, unknown>;
|
|
942
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$outboundSchema` instead. */
|
|
943
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber>;
|
|
944
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$Outbound` instead. */
|
|
945
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$Outbound;
|
|
946
|
+
}
|
|
947
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponsePhoneNumberToJSON(postAtsJobsJobIdApplicationsPositiveResponsePhoneNumber: PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber): string;
|
|
948
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponsePhoneNumberFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber, SDKValidationError>;
|
|
949
|
+
/** @internal */
|
|
950
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress, z.ZodTypeDef, unknown>;
|
|
951
|
+
/** @internal */
|
|
952
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$Outbound = {
|
|
953
|
+
email_address?: string | null | undefined;
|
|
954
|
+
type: string | null;
|
|
955
|
+
};
|
|
956
|
+
/** @internal */
|
|
957
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress>;
|
|
958
|
+
/**
|
|
959
|
+
* @internal
|
|
960
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
961
|
+
*/
|
|
962
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$ {
|
|
963
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$inboundSchema` instead. */
|
|
964
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress, z.ZodTypeDef, unknown>;
|
|
965
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$outboundSchema` instead. */
|
|
966
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress>;
|
|
967
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$Outbound` instead. */
|
|
968
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$Outbound;
|
|
969
|
+
}
|
|
970
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseEmailAddressToJSON(postAtsJobsJobIdApplicationsPositiveResponseEmailAddress: PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress): string;
|
|
971
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseEmailAddressFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress, SDKValidationError>;
|
|
972
|
+
/** @internal */
|
|
973
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia, z.ZodTypeDef, unknown>;
|
|
974
|
+
/** @internal */
|
|
975
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$Outbound = {
|
|
976
|
+
link?: string | null | undefined;
|
|
977
|
+
type?: string | null | undefined;
|
|
978
|
+
username?: string | null | undefined;
|
|
979
|
+
};
|
|
980
|
+
/** @internal */
|
|
981
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia>;
|
|
982
|
+
/**
|
|
983
|
+
* @internal
|
|
984
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
985
|
+
*/
|
|
986
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$ {
|
|
987
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$inboundSchema` instead. */
|
|
988
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia, z.ZodTypeDef, unknown>;
|
|
989
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$outboundSchema` instead. */
|
|
990
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia>;
|
|
991
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$Outbound` instead. */
|
|
992
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$Outbound;
|
|
993
|
+
}
|
|
994
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseSocialMediaToJSON(postAtsJobsJobIdApplicationsPositiveResponseSocialMedia: PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia): string;
|
|
995
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseSocialMediaFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia, SDKValidationError>;
|
|
996
|
+
/** @internal */
|
|
997
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseLocation$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseLocation, z.ZodTypeDef, unknown>;
|
|
998
|
+
/** @internal */
|
|
999
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseLocation$Outbound = {
|
|
1000
|
+
city?: string | null | undefined;
|
|
1001
|
+
country?: string | null | undefined;
|
|
1002
|
+
raw?: string | null | undefined;
|
|
1003
|
+
state?: string | null | undefined;
|
|
1004
|
+
street_1?: string | null | undefined;
|
|
1005
|
+
street_2?: string | null | undefined;
|
|
1006
|
+
zip_code?: string | null | undefined;
|
|
1007
|
+
};
|
|
1008
|
+
/** @internal */
|
|
1009
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseLocation$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseLocation$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseLocation>;
|
|
1010
|
+
/**
|
|
1011
|
+
* @internal
|
|
1012
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1013
|
+
*/
|
|
1014
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseLocation$ {
|
|
1015
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseLocation$inboundSchema` instead. */
|
|
1016
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseLocation, z.ZodTypeDef, unknown>;
|
|
1017
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseLocation$outboundSchema` instead. */
|
|
1018
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseLocation$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseLocation>;
|
|
1019
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseLocation$Outbound` instead. */
|
|
1020
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseLocation$Outbound;
|
|
1021
|
+
}
|
|
1022
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseLocationToJSON(postAtsJobsJobIdApplicationsPositiveResponseLocation: PostAtsJobsJobIdApplicationsPositiveResponseLocation): string;
|
|
1023
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseLocationFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseLocation, SDKValidationError>;
|
|
1024
|
+
/** @internal */
|
|
1025
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseTag$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseTag, z.ZodTypeDef, unknown>;
|
|
1026
|
+
/** @internal */
|
|
1027
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseTag$Outbound = {
|
|
1028
|
+
id: string;
|
|
1029
|
+
name: string | null;
|
|
1030
|
+
remote_id: string | null;
|
|
1031
|
+
};
|
|
1032
|
+
/** @internal */
|
|
1033
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseTag$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseTag$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseTag>;
|
|
1034
|
+
/**
|
|
1035
|
+
* @internal
|
|
1036
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1037
|
+
*/
|
|
1038
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseTag$ {
|
|
1039
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseTag$inboundSchema` instead. */
|
|
1040
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseTag, z.ZodTypeDef, unknown>;
|
|
1041
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseTag$outboundSchema` instead. */
|
|
1042
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseTag$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseTag>;
|
|
1043
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseTag$Outbound` instead. */
|
|
1044
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseTag$Outbound;
|
|
1045
|
+
}
|
|
1046
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseTagToJSON(postAtsJobsJobIdApplicationsPositiveResponseTag: PostAtsJobsJobIdApplicationsPositiveResponseTag): string;
|
|
1047
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseTagFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseTag, SDKValidationError>;
|
|
1048
|
+
/** @internal */
|
|
1049
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseCandidate$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseCandidate, z.ZodTypeDef, unknown>;
|
|
1050
|
+
/** @internal */
|
|
1051
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseCandidate$Outbound = {
|
|
1052
|
+
id: string;
|
|
1053
|
+
remote_id: string;
|
|
1054
|
+
first_name: string | null;
|
|
1055
|
+
last_name: string | null;
|
|
1056
|
+
company: string | null;
|
|
1057
|
+
title: string | null;
|
|
1058
|
+
confidential: boolean | null;
|
|
1059
|
+
source: string | null;
|
|
1060
|
+
phone_numbers?: Array<PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$Outbound> | null | undefined;
|
|
1061
|
+
email_addresses?: Array<PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$Outbound> | null | undefined;
|
|
1062
|
+
social_media?: Array<PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$Outbound> | null | undefined;
|
|
1063
|
+
location?: PostAtsJobsJobIdApplicationsPositiveResponseLocation$Outbound | null | undefined;
|
|
1064
|
+
custom_fields: {
|
|
1065
|
+
[k: string]: any;
|
|
1066
|
+
} | null;
|
|
1067
|
+
remote_url: string | null;
|
|
1068
|
+
remote_created_at: string | null;
|
|
1069
|
+
remote_updated_at: string | null;
|
|
1070
|
+
changed_at: string;
|
|
1071
|
+
remote_deleted_at: string | null;
|
|
1072
|
+
tags: Array<PostAtsJobsJobIdApplicationsPositiveResponseTag$Outbound>;
|
|
1073
|
+
};
|
|
1074
|
+
/** @internal */
|
|
1075
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseCandidate$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseCandidate$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseCandidate>;
|
|
1076
|
+
/**
|
|
1077
|
+
* @internal
|
|
1078
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1079
|
+
*/
|
|
1080
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseCandidate$ {
|
|
1081
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCandidate$inboundSchema` instead. */
|
|
1082
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseCandidate, z.ZodTypeDef, unknown>;
|
|
1083
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCandidate$outboundSchema` instead. */
|
|
1084
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseCandidate$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseCandidate>;
|
|
1085
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCandidate$Outbound` instead. */
|
|
1086
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseCandidate$Outbound;
|
|
1087
|
+
}
|
|
1088
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseCandidateToJSON(postAtsJobsJobIdApplicationsPositiveResponseCandidate: PostAtsJobsJobIdApplicationsPositiveResponseCandidate): string;
|
|
1089
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseCandidateFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseCandidate, SDKValidationError>;
|
|
1090
|
+
/** @internal */
|
|
1091
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseData$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseData, z.ZodTypeDef, unknown>;
|
|
1092
|
+
/** @internal */
|
|
1093
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseData$Outbound = {
|
|
1094
|
+
id: string;
|
|
1095
|
+
remote_id: string | null;
|
|
1096
|
+
outcome: string | null;
|
|
1097
|
+
rejection_reason_name: string | null;
|
|
1098
|
+
rejected_at: string | null;
|
|
1099
|
+
current_stage_id: string | null;
|
|
1100
|
+
job_id: string | null;
|
|
1101
|
+
candidate_id: string | null;
|
|
1102
|
+
screening_question_answers?: Array<PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound | PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound> | null | undefined;
|
|
1103
|
+
custom_fields: {
|
|
1104
|
+
[k: string]: any;
|
|
1105
|
+
} | null;
|
|
1106
|
+
remote_url: string | null;
|
|
1107
|
+
changed_at: string;
|
|
1108
|
+
remote_deleted_at: string | null;
|
|
1109
|
+
remote_created_at: string | null;
|
|
1110
|
+
remote_updated_at: string | null;
|
|
1111
|
+
current_stage: PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$Outbound | null;
|
|
1112
|
+
job: PostAtsJobsJobIdApplicationsPositiveResponseJob$Outbound | null;
|
|
1113
|
+
candidate: PostAtsJobsJobIdApplicationsPositiveResponseCandidate$Outbound | null;
|
|
1114
|
+
};
|
|
1115
|
+
/** @internal */
|
|
1116
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseData$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseData>;
|
|
1117
|
+
/**
|
|
1118
|
+
* @internal
|
|
1119
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1120
|
+
*/
|
|
1121
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponseData$ {
|
|
1122
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseData$inboundSchema` instead. */
|
|
1123
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseData, z.ZodTypeDef, unknown>;
|
|
1124
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseData$outboundSchema` instead. */
|
|
1125
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseData$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseData>;
|
|
1126
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseData$Outbound` instead. */
|
|
1127
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseData$Outbound;
|
|
1128
|
+
}
|
|
1129
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseDataToJSON(postAtsJobsJobIdApplicationsPositiveResponseData: PostAtsJobsJobIdApplicationsPositiveResponseData): string;
|
|
1130
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseDataFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseData, SDKValidationError>;
|
|
1131
|
+
/** @internal */
|
|
1132
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseWarning$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseWarning, z.ZodTypeDef, unknown>;
|
|
1133
|
+
/** @internal */
|
|
1134
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponseWarning$Outbound = {
|
|
1135
|
+
message: string;
|
|
1136
|
+
};
|
|
1137
|
+
/** @internal */
|
|
1138
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponseWarning$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseWarning$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseWarning>;
|
|
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 declare namespace PostAtsJobsJobIdApplicationsPositiveResponseWarning$ {
|
|
1144
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseWarning$inboundSchema` instead. */
|
|
1145
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseWarning, z.ZodTypeDef, unknown>;
|
|
1146
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseWarning$outboundSchema` instead. */
|
|
1147
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponseWarning$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponseWarning>;
|
|
1148
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseWarning$Outbound` instead. */
|
|
1149
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponseWarning$Outbound;
|
|
1150
|
+
}
|
|
1151
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseWarningToJSON(postAtsJobsJobIdApplicationsPositiveResponseWarning: PostAtsJobsJobIdApplicationsPositiveResponseWarning): string;
|
|
1152
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseWarningFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponseWarning, SDKValidationError>;
|
|
1153
|
+
/** @internal */
|
|
1154
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponse$inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponse, z.ZodTypeDef, unknown>;
|
|
1155
|
+
/** @internal */
|
|
1156
|
+
export type PostAtsJobsJobIdApplicationsPositiveResponse$Outbound = {
|
|
1157
|
+
status: "success";
|
|
1158
|
+
data: PostAtsJobsJobIdApplicationsPositiveResponseData$Outbound;
|
|
1159
|
+
warnings: Array<PostAtsJobsJobIdApplicationsPositiveResponseWarning$Outbound>;
|
|
1160
|
+
};
|
|
1161
|
+
/** @internal */
|
|
1162
|
+
export declare const PostAtsJobsJobIdApplicationsPositiveResponse$outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponse$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponse>;
|
|
1163
|
+
/**
|
|
1164
|
+
* @internal
|
|
1165
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1166
|
+
*/
|
|
1167
|
+
export declare namespace PostAtsJobsJobIdApplicationsPositiveResponse$ {
|
|
1168
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponse$inboundSchema` instead. */
|
|
1169
|
+
const inboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponse, z.ZodTypeDef, unknown>;
|
|
1170
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponse$outboundSchema` instead. */
|
|
1171
|
+
const outboundSchema: z.ZodType<PostAtsJobsJobIdApplicationsPositiveResponse$Outbound, z.ZodTypeDef, PostAtsJobsJobIdApplicationsPositiveResponse>;
|
|
1172
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponse$Outbound` instead. */
|
|
1173
|
+
type Outbound = PostAtsJobsJobIdApplicationsPositiveResponse$Outbound;
|
|
1174
|
+
}
|
|
1175
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseToJSON(postAtsJobsJobIdApplicationsPositiveResponse: PostAtsJobsJobIdApplicationsPositiveResponse): string;
|
|
1176
|
+
export declare function postAtsJobsJobIdApplicationsPositiveResponseFromJSON(jsonString: string): SafeParseResult<PostAtsJobsJobIdApplicationsPositiveResponse, SDKValidationError>;
|
|
1177
|
+
//# sourceMappingURL=postatsjobsjobidapplicationspositiveresponse.d.ts.map
|