@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,1073 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v3";
|
|
5
|
+
import { safeParse } from "../lib/schemas.js";
|
|
6
|
+
/**
|
|
7
|
+
* 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`.
|
|
8
|
+
*
|
|
9
|
+
* @remarks
|
|
10
|
+
* Kombo will always try to deliver this information as reliably as possible.
|
|
11
|
+
*/
|
|
12
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseOutcome = {
|
|
13
|
+
Pending: "PENDING",
|
|
14
|
+
Hired: "HIRED",
|
|
15
|
+
Declined: "DECLINED",
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseOutcome$inboundSchema = z.nativeEnum(PostAtsJobsJobIdApplicationsPositiveResponseOutcome);
|
|
19
|
+
/** @internal */
|
|
20
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseOutcome$outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseOutcome$inboundSchema;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
24
|
+
*/
|
|
25
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseOutcome$;
|
|
26
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseOutcome$) {
|
|
27
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseOutcome$inboundSchema` instead. */
|
|
28
|
+
PostAtsJobsJobIdApplicationsPositiveResponseOutcome$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseOutcome$inboundSchema;
|
|
29
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseOutcome$outboundSchema` instead. */
|
|
30
|
+
PostAtsJobsJobIdApplicationsPositiveResponseOutcome$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseOutcome$outboundSchema;
|
|
31
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseOutcome$ || (PostAtsJobsJobIdApplicationsPositiveResponseOutcome$ = {}));
|
|
32
|
+
/** @internal */
|
|
33
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$inboundSchema = z.object({
|
|
34
|
+
raw: z.nullable(z.any()).optional(),
|
|
35
|
+
});
|
|
36
|
+
/** @internal */
|
|
37
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$outboundSchema = z.object({
|
|
38
|
+
raw: z.nullable(z.any()).optional(),
|
|
39
|
+
});
|
|
40
|
+
/**
|
|
41
|
+
* @internal
|
|
42
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
43
|
+
*/
|
|
44
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$;
|
|
45
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$) {
|
|
46
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$inboundSchema` instead. */
|
|
47
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$inboundSchema;
|
|
48
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$outboundSchema` instead. */
|
|
49
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$outboundSchema;
|
|
50
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$ || (PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$ = {}));
|
|
51
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer7ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer7) {
|
|
52
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseAnswer7));
|
|
53
|
+
}
|
|
54
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer7FromJSON(jsonString) {
|
|
55
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseAnswer7' from JSON`);
|
|
56
|
+
}
|
|
57
|
+
/** @internal */
|
|
58
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$inboundSchema = z.object({
|
|
59
|
+
remote_id: z.nullable(z.string()),
|
|
60
|
+
title: z.string(),
|
|
61
|
+
type: z.literal("UNKNOWN"),
|
|
62
|
+
});
|
|
63
|
+
/** @internal */
|
|
64
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$outboundSchema = z.object({
|
|
65
|
+
remote_id: z.nullable(z.string()),
|
|
66
|
+
title: z.string(),
|
|
67
|
+
type: z.literal("UNKNOWN"),
|
|
68
|
+
});
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
72
|
+
*/
|
|
73
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$;
|
|
74
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$) {
|
|
75
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$inboundSchema` instead. */
|
|
76
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$inboundSchema;
|
|
77
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$outboundSchema` instead. */
|
|
78
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$outboundSchema;
|
|
79
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$ || (PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$ = {}));
|
|
80
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionUnknownToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown) {
|
|
81
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$outboundSchema
|
|
82
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown));
|
|
83
|
+
}
|
|
84
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionUnknownFromJSON(jsonString) {
|
|
85
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$inboundSchema
|
|
86
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown' from JSON`);
|
|
87
|
+
}
|
|
88
|
+
/** @internal */
|
|
89
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema = z.object({
|
|
90
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$inboundSchema),
|
|
91
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$inboundSchema),
|
|
92
|
+
});
|
|
93
|
+
/** @internal */
|
|
94
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema = z.object({
|
|
95
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer7$outboundSchema),
|
|
96
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionUnknown$outboundSchema),
|
|
97
|
+
});
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
101
|
+
*/
|
|
102
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$;
|
|
103
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$) {
|
|
104
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema` instead. */
|
|
105
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema;
|
|
106
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema` instead. */
|
|
107
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema;
|
|
108
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$ || (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$ = {}));
|
|
109
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7) {
|
|
110
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema
|
|
111
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7));
|
|
112
|
+
}
|
|
113
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7FromJSON(jsonString) {
|
|
114
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema
|
|
115
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7' from JSON`);
|
|
116
|
+
}
|
|
117
|
+
/** @internal */
|
|
118
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$inboundSchema = z.object({
|
|
119
|
+
date: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
|
|
120
|
+
});
|
|
121
|
+
/** @internal */
|
|
122
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$outboundSchema = z.object({
|
|
123
|
+
date: z.nullable(z.date().transform(v => v.toISOString())),
|
|
124
|
+
});
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
128
|
+
*/
|
|
129
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$;
|
|
130
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$) {
|
|
131
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$inboundSchema` instead. */
|
|
132
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$inboundSchema;
|
|
133
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$outboundSchema` instead. */
|
|
134
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$outboundSchema;
|
|
135
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$ || (PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$ = {}));
|
|
136
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer6ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer6) {
|
|
137
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseAnswer6));
|
|
138
|
+
}
|
|
139
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer6FromJSON(jsonString) {
|
|
140
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseAnswer6' from JSON`);
|
|
141
|
+
}
|
|
142
|
+
/** @internal */
|
|
143
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$inboundSchema = z.object({
|
|
144
|
+
remote_id: z.nullable(z.string()),
|
|
145
|
+
title: z.string(),
|
|
146
|
+
type: z.literal("DATE"),
|
|
147
|
+
});
|
|
148
|
+
/** @internal */
|
|
149
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$outboundSchema = z.object({
|
|
150
|
+
remote_id: z.nullable(z.string()),
|
|
151
|
+
title: z.string(),
|
|
152
|
+
type: z.literal("DATE"),
|
|
153
|
+
});
|
|
154
|
+
/**
|
|
155
|
+
* @internal
|
|
156
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
157
|
+
*/
|
|
158
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$;
|
|
159
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$) {
|
|
160
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$inboundSchema` instead. */
|
|
161
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$inboundSchema;
|
|
162
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$outboundSchema` instead. */
|
|
163
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$outboundSchema;
|
|
164
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$ || (PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$ = {}));
|
|
165
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionDateToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionDate) {
|
|
166
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$outboundSchema
|
|
167
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseQuestionDate));
|
|
168
|
+
}
|
|
169
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionDateFromJSON(jsonString) {
|
|
170
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$inboundSchema
|
|
171
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate' from JSON`);
|
|
172
|
+
}
|
|
173
|
+
/** @internal */
|
|
174
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema = z.object({
|
|
175
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$inboundSchema),
|
|
176
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$inboundSchema),
|
|
177
|
+
});
|
|
178
|
+
/** @internal */
|
|
179
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema = z.object({
|
|
180
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer6$outboundSchema),
|
|
181
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionDate$outboundSchema),
|
|
182
|
+
});
|
|
183
|
+
/**
|
|
184
|
+
* @internal
|
|
185
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
186
|
+
*/
|
|
187
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$;
|
|
188
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$) {
|
|
189
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema` instead. */
|
|
190
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema;
|
|
191
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema` instead. */
|
|
192
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema;
|
|
193
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$ || (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$ = {}));
|
|
194
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6) {
|
|
195
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema
|
|
196
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6));
|
|
197
|
+
}
|
|
198
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6FromJSON(jsonString) {
|
|
199
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema
|
|
200
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6' from JSON`);
|
|
201
|
+
}
|
|
202
|
+
/** @internal */
|
|
203
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$inboundSchema = z.object({
|
|
204
|
+
number: z.nullable(z.number()),
|
|
205
|
+
});
|
|
206
|
+
/** @internal */
|
|
207
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$outboundSchema = z.object({
|
|
208
|
+
number: z.nullable(z.number()),
|
|
209
|
+
});
|
|
210
|
+
/**
|
|
211
|
+
* @internal
|
|
212
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
213
|
+
*/
|
|
214
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$;
|
|
215
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$) {
|
|
216
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$inboundSchema` instead. */
|
|
217
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$inboundSchema;
|
|
218
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$outboundSchema` instead. */
|
|
219
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$outboundSchema;
|
|
220
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$ || (PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$ = {}));
|
|
221
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer5ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer5) {
|
|
222
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseAnswer5));
|
|
223
|
+
}
|
|
224
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer5FromJSON(jsonString) {
|
|
225
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseAnswer5' from JSON`);
|
|
226
|
+
}
|
|
227
|
+
/** @internal */
|
|
228
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$inboundSchema = z.object({
|
|
229
|
+
remote_id: z.nullable(z.string()),
|
|
230
|
+
title: z.string(),
|
|
231
|
+
type: z.literal("NUMBER"),
|
|
232
|
+
});
|
|
233
|
+
/** @internal */
|
|
234
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$outboundSchema = z.object({
|
|
235
|
+
remote_id: z.nullable(z.string()),
|
|
236
|
+
title: z.string(),
|
|
237
|
+
type: z.literal("NUMBER"),
|
|
238
|
+
});
|
|
239
|
+
/**
|
|
240
|
+
* @internal
|
|
241
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
242
|
+
*/
|
|
243
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$;
|
|
244
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$) {
|
|
245
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$inboundSchema` instead. */
|
|
246
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$inboundSchema;
|
|
247
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$outboundSchema` instead. */
|
|
248
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$outboundSchema;
|
|
249
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$ || (PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$ = {}));
|
|
250
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionNumberToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionNumber) {
|
|
251
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$outboundSchema
|
|
252
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseQuestionNumber));
|
|
253
|
+
}
|
|
254
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionNumberFromJSON(jsonString) {
|
|
255
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$inboundSchema
|
|
256
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber' from JSON`);
|
|
257
|
+
}
|
|
258
|
+
/** @internal */
|
|
259
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema = z.object({
|
|
260
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$inboundSchema),
|
|
261
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$inboundSchema),
|
|
262
|
+
});
|
|
263
|
+
/** @internal */
|
|
264
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema = z.object({
|
|
265
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer5$outboundSchema),
|
|
266
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionNumber$outboundSchema),
|
|
267
|
+
});
|
|
268
|
+
/**
|
|
269
|
+
* @internal
|
|
270
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
271
|
+
*/
|
|
272
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$;
|
|
273
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$) {
|
|
274
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema` instead. */
|
|
275
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema;
|
|
276
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema` instead. */
|
|
277
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema;
|
|
278
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$ || (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$ = {}));
|
|
279
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5) {
|
|
280
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema
|
|
281
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5));
|
|
282
|
+
}
|
|
283
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5FromJSON(jsonString) {
|
|
284
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema
|
|
285
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5' from JSON`);
|
|
286
|
+
}
|
|
287
|
+
/** @internal */
|
|
288
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$inboundSchema = z.object({
|
|
289
|
+
checked: z.nullable(z.boolean()),
|
|
290
|
+
});
|
|
291
|
+
/** @internal */
|
|
292
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$outboundSchema = z.object({
|
|
293
|
+
checked: z.nullable(z.boolean()),
|
|
294
|
+
});
|
|
295
|
+
/**
|
|
296
|
+
* @internal
|
|
297
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
298
|
+
*/
|
|
299
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$;
|
|
300
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$) {
|
|
301
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$inboundSchema` instead. */
|
|
302
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$inboundSchema;
|
|
303
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$outboundSchema` instead. */
|
|
304
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$outboundSchema;
|
|
305
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$ || (PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$ = {}));
|
|
306
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer4ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer4) {
|
|
307
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseAnswer4));
|
|
308
|
+
}
|
|
309
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer4FromJSON(jsonString) {
|
|
310
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseAnswer4' from JSON`);
|
|
311
|
+
}
|
|
312
|
+
/** @internal */
|
|
313
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$inboundSchema = z.object({
|
|
314
|
+
remote_id: z.nullable(z.string()),
|
|
315
|
+
title: z.string(),
|
|
316
|
+
type: z.literal("BOOLEAN"),
|
|
317
|
+
});
|
|
318
|
+
/** @internal */
|
|
319
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$outboundSchema = z.object({
|
|
320
|
+
remote_id: z.nullable(z.string()),
|
|
321
|
+
title: z.string(),
|
|
322
|
+
type: z.literal("BOOLEAN"),
|
|
323
|
+
});
|
|
324
|
+
/**
|
|
325
|
+
* @internal
|
|
326
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
327
|
+
*/
|
|
328
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$;
|
|
329
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$) {
|
|
330
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$inboundSchema` instead. */
|
|
331
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$inboundSchema;
|
|
332
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$outboundSchema` instead. */
|
|
333
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$outboundSchema;
|
|
334
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$ || (PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$ = {}));
|
|
335
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionBooleanToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean) {
|
|
336
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$outboundSchema
|
|
337
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean));
|
|
338
|
+
}
|
|
339
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionBooleanFromJSON(jsonString) {
|
|
340
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$inboundSchema
|
|
341
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean' from JSON`);
|
|
342
|
+
}
|
|
343
|
+
/** @internal */
|
|
344
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema = z.object({
|
|
345
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$inboundSchema),
|
|
346
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$inboundSchema),
|
|
347
|
+
});
|
|
348
|
+
/** @internal */
|
|
349
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema = z.object({
|
|
350
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer4$outboundSchema),
|
|
351
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionBoolean$outboundSchema),
|
|
352
|
+
});
|
|
353
|
+
/**
|
|
354
|
+
* @internal
|
|
355
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
356
|
+
*/
|
|
357
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$;
|
|
358
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$) {
|
|
359
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema` instead. */
|
|
360
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema;
|
|
361
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema` instead. */
|
|
362
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema;
|
|
363
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$ || (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$ = {}));
|
|
364
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4) {
|
|
365
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema
|
|
366
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4));
|
|
367
|
+
}
|
|
368
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4FromJSON(jsonString) {
|
|
369
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema
|
|
370
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4' from JSON`);
|
|
371
|
+
}
|
|
372
|
+
/** @internal */
|
|
373
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$inboundSchema = z.object({
|
|
374
|
+
choices: z.array(z.string()).optional(),
|
|
375
|
+
});
|
|
376
|
+
/** @internal */
|
|
377
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$outboundSchema = z.object({
|
|
378
|
+
choices: z.array(z.string()).optional(),
|
|
379
|
+
});
|
|
380
|
+
/**
|
|
381
|
+
* @internal
|
|
382
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
383
|
+
*/
|
|
384
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$;
|
|
385
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$) {
|
|
386
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$inboundSchema` instead. */
|
|
387
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$inboundSchema;
|
|
388
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$outboundSchema` instead. */
|
|
389
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$outboundSchema;
|
|
390
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$ || (PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$ = {}));
|
|
391
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer3ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer3) {
|
|
392
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseAnswer3));
|
|
393
|
+
}
|
|
394
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer3FromJSON(jsonString) {
|
|
395
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseAnswer3' from JSON`);
|
|
396
|
+
}
|
|
397
|
+
/** @internal */
|
|
398
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$inboundSchema = z.object({
|
|
399
|
+
remote_id: z.nullable(z.string()),
|
|
400
|
+
title: z.string(),
|
|
401
|
+
type: z.literal("MULTI_SELECT"),
|
|
402
|
+
});
|
|
403
|
+
/** @internal */
|
|
404
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$outboundSchema = z.object({
|
|
405
|
+
remote_id: z.nullable(z.string()),
|
|
406
|
+
title: z.string(),
|
|
407
|
+
type: z.literal("MULTI_SELECT"),
|
|
408
|
+
});
|
|
409
|
+
/**
|
|
410
|
+
* @internal
|
|
411
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
412
|
+
*/
|
|
413
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$;
|
|
414
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$) {
|
|
415
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$inboundSchema` instead. */
|
|
416
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$inboundSchema;
|
|
417
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$outboundSchema` instead. */
|
|
418
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$outboundSchema;
|
|
419
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$ || (PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$ = {}));
|
|
420
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelectToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect) {
|
|
421
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$outboundSchema
|
|
422
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect));
|
|
423
|
+
}
|
|
424
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelectFromJSON(jsonString) {
|
|
425
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$inboundSchema
|
|
426
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect' from JSON`);
|
|
427
|
+
}
|
|
428
|
+
/** @internal */
|
|
429
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema = z.object({
|
|
430
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$inboundSchema),
|
|
431
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$inboundSchema),
|
|
432
|
+
});
|
|
433
|
+
/** @internal */
|
|
434
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema = z.object({
|
|
435
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer3$outboundSchema),
|
|
436
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionMultiSelect$outboundSchema),
|
|
437
|
+
});
|
|
438
|
+
/**
|
|
439
|
+
* @internal
|
|
440
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
441
|
+
*/
|
|
442
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$;
|
|
443
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$) {
|
|
444
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema` instead. */
|
|
445
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema;
|
|
446
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema` instead. */
|
|
447
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema;
|
|
448
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$ || (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$ = {}));
|
|
449
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3) {
|
|
450
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema
|
|
451
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3));
|
|
452
|
+
}
|
|
453
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3FromJSON(jsonString) {
|
|
454
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema
|
|
455
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3' from JSON`);
|
|
456
|
+
}
|
|
457
|
+
/** @internal */
|
|
458
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$inboundSchema = z.object({
|
|
459
|
+
choice: z.nullable(z.string()),
|
|
460
|
+
});
|
|
461
|
+
/** @internal */
|
|
462
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$outboundSchema = z.object({
|
|
463
|
+
choice: z.nullable(z.string()),
|
|
464
|
+
});
|
|
465
|
+
/**
|
|
466
|
+
* @internal
|
|
467
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
468
|
+
*/
|
|
469
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$;
|
|
470
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$) {
|
|
471
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$inboundSchema` instead. */
|
|
472
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$inboundSchema;
|
|
473
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$outboundSchema` instead. */
|
|
474
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$outboundSchema;
|
|
475
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$ || (PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$ = {}));
|
|
476
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer2ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer2) {
|
|
477
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseAnswer2));
|
|
478
|
+
}
|
|
479
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer2FromJSON(jsonString) {
|
|
480
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseAnswer2' from JSON`);
|
|
481
|
+
}
|
|
482
|
+
/** @internal */
|
|
483
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$inboundSchema = z.object({
|
|
484
|
+
remote_id: z.nullable(z.string()),
|
|
485
|
+
title: z.string(),
|
|
486
|
+
type: z.literal("SINGLE_SELECT"),
|
|
487
|
+
});
|
|
488
|
+
/** @internal */
|
|
489
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$outboundSchema = z.object({
|
|
490
|
+
remote_id: z.nullable(z.string()),
|
|
491
|
+
title: z.string(),
|
|
492
|
+
type: z.literal("SINGLE_SELECT"),
|
|
493
|
+
});
|
|
494
|
+
/**
|
|
495
|
+
* @internal
|
|
496
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
497
|
+
*/
|
|
498
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$;
|
|
499
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$) {
|
|
500
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$inboundSchema` instead. */
|
|
501
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$inboundSchema;
|
|
502
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$outboundSchema` instead. */
|
|
503
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$outboundSchema;
|
|
504
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$ || (PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$ = {}));
|
|
505
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelectToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect) {
|
|
506
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$outboundSchema
|
|
507
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect));
|
|
508
|
+
}
|
|
509
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelectFromJSON(jsonString) {
|
|
510
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$inboundSchema
|
|
511
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect' from JSON`);
|
|
512
|
+
}
|
|
513
|
+
/** @internal */
|
|
514
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema = z.object({
|
|
515
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$inboundSchema),
|
|
516
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$inboundSchema),
|
|
517
|
+
});
|
|
518
|
+
/** @internal */
|
|
519
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema = z.object({
|
|
520
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer2$outboundSchema),
|
|
521
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionSingleSelect$outboundSchema),
|
|
522
|
+
});
|
|
523
|
+
/**
|
|
524
|
+
* @internal
|
|
525
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
526
|
+
*/
|
|
527
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$;
|
|
528
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$) {
|
|
529
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema` instead. */
|
|
530
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema;
|
|
531
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema` instead. */
|
|
532
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema;
|
|
533
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$ || (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$ = {}));
|
|
534
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2) {
|
|
535
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema
|
|
536
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2));
|
|
537
|
+
}
|
|
538
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2FromJSON(jsonString) {
|
|
539
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema
|
|
540
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2' from JSON`);
|
|
541
|
+
}
|
|
542
|
+
/** @internal */
|
|
543
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$inboundSchema = z.object({
|
|
544
|
+
content: z.nullable(z.string()),
|
|
545
|
+
});
|
|
546
|
+
/** @internal */
|
|
547
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$outboundSchema = z.object({
|
|
548
|
+
content: z.nullable(z.string()),
|
|
549
|
+
});
|
|
550
|
+
/**
|
|
551
|
+
* @internal
|
|
552
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
553
|
+
*/
|
|
554
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$;
|
|
555
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$) {
|
|
556
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$inboundSchema` instead. */
|
|
557
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$inboundSchema;
|
|
558
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$outboundSchema` instead. */
|
|
559
|
+
PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$outboundSchema;
|
|
560
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$ || (PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$ = {}));
|
|
561
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer1ToJSON(postAtsJobsJobIdApplicationsPositiveResponseAnswer1) {
|
|
562
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseAnswer1));
|
|
563
|
+
}
|
|
564
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseAnswer1FromJSON(jsonString) {
|
|
565
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseAnswer1' from JSON`);
|
|
566
|
+
}
|
|
567
|
+
/** @internal */
|
|
568
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$inboundSchema = z.object({
|
|
569
|
+
remote_id: z.nullable(z.string()),
|
|
570
|
+
title: z.string(),
|
|
571
|
+
type: z.literal("TEXT"),
|
|
572
|
+
});
|
|
573
|
+
/** @internal */
|
|
574
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$outboundSchema = z.object({
|
|
575
|
+
remote_id: z.nullable(z.string()),
|
|
576
|
+
title: z.string(),
|
|
577
|
+
type: z.literal("TEXT"),
|
|
578
|
+
});
|
|
579
|
+
/**
|
|
580
|
+
* @internal
|
|
581
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
582
|
+
*/
|
|
583
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$;
|
|
584
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$) {
|
|
585
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$inboundSchema` instead. */
|
|
586
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$inboundSchema;
|
|
587
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$outboundSchema` instead. */
|
|
588
|
+
PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$outboundSchema;
|
|
589
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$ || (PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$ = {}));
|
|
590
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionTextToJSON(postAtsJobsJobIdApplicationsPositiveResponseQuestionText) {
|
|
591
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$outboundSchema
|
|
592
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseQuestionText));
|
|
593
|
+
}
|
|
594
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseQuestionTextFromJSON(jsonString) {
|
|
595
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$inboundSchema
|
|
596
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseQuestionText' from JSON`);
|
|
597
|
+
}
|
|
598
|
+
/** @internal */
|
|
599
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema = z.object({
|
|
600
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$inboundSchema),
|
|
601
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$inboundSchema),
|
|
602
|
+
});
|
|
603
|
+
/** @internal */
|
|
604
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema = z.object({
|
|
605
|
+
answer: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseAnswer1$outboundSchema),
|
|
606
|
+
question: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseQuestionText$outboundSchema),
|
|
607
|
+
});
|
|
608
|
+
/**
|
|
609
|
+
* @internal
|
|
610
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
611
|
+
*/
|
|
612
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$;
|
|
613
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$) {
|
|
614
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema` instead. */
|
|
615
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema;
|
|
616
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema` instead. */
|
|
617
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema;
|
|
618
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$ || (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$ = {}));
|
|
619
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1ToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1) {
|
|
620
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema
|
|
621
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1));
|
|
622
|
+
}
|
|
623
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1FromJSON(jsonString) {
|
|
624
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema
|
|
625
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1' from JSON`);
|
|
626
|
+
}
|
|
627
|
+
/** @internal */
|
|
628
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema = z.union([
|
|
629
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema),
|
|
630
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema),
|
|
631
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema),
|
|
632
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema),
|
|
633
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema),
|
|
634
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema),
|
|
635
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema),
|
|
636
|
+
]);
|
|
637
|
+
/** @internal */
|
|
638
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema = z.union([
|
|
639
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema),
|
|
640
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema),
|
|
641
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema),
|
|
642
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema),
|
|
643
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema),
|
|
644
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema),
|
|
645
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema),
|
|
646
|
+
]);
|
|
647
|
+
/**
|
|
648
|
+
* @internal
|
|
649
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
650
|
+
*/
|
|
651
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$;
|
|
652
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$) {
|
|
653
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema` instead. */
|
|
654
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema;
|
|
655
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema` instead. */
|
|
656
|
+
PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema;
|
|
657
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$ || (PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$ = {}));
|
|
658
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnionToJSON(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion) {
|
|
659
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema
|
|
660
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion));
|
|
661
|
+
}
|
|
662
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnionFromJSON(jsonString) {
|
|
663
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema
|
|
664
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswerUnion' from JSON`);
|
|
665
|
+
}
|
|
666
|
+
/** @internal */
|
|
667
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$inboundSchema = z.object({
|
|
668
|
+
id: z.string(),
|
|
669
|
+
name: z.nullable(z.string()),
|
|
670
|
+
remote_id: z.nullable(z.string()),
|
|
671
|
+
index: z.nullable(z.number().int()),
|
|
672
|
+
});
|
|
673
|
+
/** @internal */
|
|
674
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$outboundSchema = z.object({
|
|
675
|
+
id: z.string(),
|
|
676
|
+
name: z.nullable(z.string()),
|
|
677
|
+
remote_id: z.nullable(z.string()),
|
|
678
|
+
index: z.nullable(z.number().int()),
|
|
679
|
+
});
|
|
680
|
+
/**
|
|
681
|
+
* @internal
|
|
682
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
683
|
+
*/
|
|
684
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$;
|
|
685
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$) {
|
|
686
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$inboundSchema` instead. */
|
|
687
|
+
PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$inboundSchema;
|
|
688
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$outboundSchema` instead. */
|
|
689
|
+
PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$outboundSchema;
|
|
690
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$ || (PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$ = {}));
|
|
691
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseCurrentStageToJSON(postAtsJobsJobIdApplicationsPositiveResponseCurrentStage) {
|
|
692
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$outboundSchema
|
|
693
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseCurrentStage));
|
|
694
|
+
}
|
|
695
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseCurrentStageFromJSON(jsonString) {
|
|
696
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$inboundSchema
|
|
697
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage' from JSON`);
|
|
698
|
+
}
|
|
699
|
+
/** @internal */
|
|
700
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseJob$inboundSchema = z.object({
|
|
701
|
+
id: z.string(),
|
|
702
|
+
name: z.nullable(z.string()),
|
|
703
|
+
remote_id: z.string(),
|
|
704
|
+
});
|
|
705
|
+
/** @internal */
|
|
706
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseJob$outboundSchema = z.object({
|
|
707
|
+
id: z.string(),
|
|
708
|
+
name: z.nullable(z.string()),
|
|
709
|
+
remote_id: z.string(),
|
|
710
|
+
});
|
|
711
|
+
/**
|
|
712
|
+
* @internal
|
|
713
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
714
|
+
*/
|
|
715
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseJob$;
|
|
716
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseJob$) {
|
|
717
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseJob$inboundSchema` instead. */
|
|
718
|
+
PostAtsJobsJobIdApplicationsPositiveResponseJob$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseJob$inboundSchema;
|
|
719
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseJob$outboundSchema` instead. */
|
|
720
|
+
PostAtsJobsJobIdApplicationsPositiveResponseJob$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseJob$outboundSchema;
|
|
721
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseJob$ || (PostAtsJobsJobIdApplicationsPositiveResponseJob$ = {}));
|
|
722
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseJobToJSON(postAtsJobsJobIdApplicationsPositiveResponseJob) {
|
|
723
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseJob$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseJob));
|
|
724
|
+
}
|
|
725
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseJobFromJSON(jsonString) {
|
|
726
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseJob$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseJob' from JSON`);
|
|
727
|
+
}
|
|
728
|
+
/** @internal */
|
|
729
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$inboundSchema = z.object({
|
|
730
|
+
phone_number: z.string(),
|
|
731
|
+
type: z.nullable(z.string()).optional(),
|
|
732
|
+
});
|
|
733
|
+
/** @internal */
|
|
734
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$outboundSchema = z.object({
|
|
735
|
+
phone_number: z.string(),
|
|
736
|
+
type: z.nullable(z.string()).optional(),
|
|
737
|
+
});
|
|
738
|
+
/**
|
|
739
|
+
* @internal
|
|
740
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
741
|
+
*/
|
|
742
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$;
|
|
743
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$) {
|
|
744
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$inboundSchema` instead. */
|
|
745
|
+
PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$inboundSchema;
|
|
746
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$outboundSchema` instead. */
|
|
747
|
+
PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$outboundSchema;
|
|
748
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$ || (PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$ = {}));
|
|
749
|
+
export function postAtsJobsJobIdApplicationsPositiveResponsePhoneNumberToJSON(postAtsJobsJobIdApplicationsPositiveResponsePhoneNumber) {
|
|
750
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$outboundSchema
|
|
751
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponsePhoneNumber));
|
|
752
|
+
}
|
|
753
|
+
export function postAtsJobsJobIdApplicationsPositiveResponsePhoneNumberFromJSON(jsonString) {
|
|
754
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$inboundSchema
|
|
755
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber' from JSON`);
|
|
756
|
+
}
|
|
757
|
+
/** @internal */
|
|
758
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$inboundSchema = z.object({
|
|
759
|
+
email_address: z.nullable(z.string()).optional(),
|
|
760
|
+
type: z.nullable(z.string()),
|
|
761
|
+
});
|
|
762
|
+
/** @internal */
|
|
763
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$outboundSchema = z.object({
|
|
764
|
+
email_address: z.nullable(z.string()).optional(),
|
|
765
|
+
type: z.nullable(z.string()),
|
|
766
|
+
});
|
|
767
|
+
/**
|
|
768
|
+
* @internal
|
|
769
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
770
|
+
*/
|
|
771
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$;
|
|
772
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$) {
|
|
773
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$inboundSchema` instead. */
|
|
774
|
+
PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$inboundSchema;
|
|
775
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$outboundSchema` instead. */
|
|
776
|
+
PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$outboundSchema;
|
|
777
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$ || (PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$ = {}));
|
|
778
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseEmailAddressToJSON(postAtsJobsJobIdApplicationsPositiveResponseEmailAddress) {
|
|
779
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$outboundSchema
|
|
780
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseEmailAddress));
|
|
781
|
+
}
|
|
782
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseEmailAddressFromJSON(jsonString) {
|
|
783
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$inboundSchema
|
|
784
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress' from JSON`);
|
|
785
|
+
}
|
|
786
|
+
/** @internal */
|
|
787
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$inboundSchema = z.object({
|
|
788
|
+
link: z.nullable(z.string()).optional(),
|
|
789
|
+
type: z.nullable(z.string()).optional(),
|
|
790
|
+
username: z.nullable(z.string()).optional(),
|
|
791
|
+
});
|
|
792
|
+
/** @internal */
|
|
793
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$outboundSchema = z.object({
|
|
794
|
+
link: z.nullable(z.string()).optional(),
|
|
795
|
+
type: z.nullable(z.string()).optional(),
|
|
796
|
+
username: z.nullable(z.string()).optional(),
|
|
797
|
+
});
|
|
798
|
+
/**
|
|
799
|
+
* @internal
|
|
800
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
801
|
+
*/
|
|
802
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$;
|
|
803
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$) {
|
|
804
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$inboundSchema` instead. */
|
|
805
|
+
PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$inboundSchema;
|
|
806
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$outboundSchema` instead. */
|
|
807
|
+
PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$outboundSchema;
|
|
808
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$ || (PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$ = {}));
|
|
809
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseSocialMediaToJSON(postAtsJobsJobIdApplicationsPositiveResponseSocialMedia) {
|
|
810
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$outboundSchema
|
|
811
|
+
.parse(postAtsJobsJobIdApplicationsPositiveResponseSocialMedia));
|
|
812
|
+
}
|
|
813
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseSocialMediaFromJSON(jsonString) {
|
|
814
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$inboundSchema
|
|
815
|
+
.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia' from JSON`);
|
|
816
|
+
}
|
|
817
|
+
/** @internal */
|
|
818
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseLocation$inboundSchema = z.object({
|
|
819
|
+
city: z.nullable(z.string()).optional(),
|
|
820
|
+
country: z.nullable(z.string()).optional(),
|
|
821
|
+
raw: z.nullable(z.string()).optional(),
|
|
822
|
+
state: z.nullable(z.string()).optional(),
|
|
823
|
+
street_1: z.nullable(z.string()).optional(),
|
|
824
|
+
street_2: z.nullable(z.string()).optional(),
|
|
825
|
+
zip_code: z.nullable(z.string()).optional(),
|
|
826
|
+
});
|
|
827
|
+
/** @internal */
|
|
828
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseLocation$outboundSchema = z.object({
|
|
829
|
+
city: z.nullable(z.string()).optional(),
|
|
830
|
+
country: z.nullable(z.string()).optional(),
|
|
831
|
+
raw: z.nullable(z.string()).optional(),
|
|
832
|
+
state: z.nullable(z.string()).optional(),
|
|
833
|
+
street_1: z.nullable(z.string()).optional(),
|
|
834
|
+
street_2: z.nullable(z.string()).optional(),
|
|
835
|
+
zip_code: z.nullable(z.string()).optional(),
|
|
836
|
+
});
|
|
837
|
+
/**
|
|
838
|
+
* @internal
|
|
839
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
840
|
+
*/
|
|
841
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseLocation$;
|
|
842
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseLocation$) {
|
|
843
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseLocation$inboundSchema` instead. */
|
|
844
|
+
PostAtsJobsJobIdApplicationsPositiveResponseLocation$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseLocation$inboundSchema;
|
|
845
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseLocation$outboundSchema` instead. */
|
|
846
|
+
PostAtsJobsJobIdApplicationsPositiveResponseLocation$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseLocation$outboundSchema;
|
|
847
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseLocation$ || (PostAtsJobsJobIdApplicationsPositiveResponseLocation$ = {}));
|
|
848
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseLocationToJSON(postAtsJobsJobIdApplicationsPositiveResponseLocation) {
|
|
849
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseLocation$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseLocation));
|
|
850
|
+
}
|
|
851
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseLocationFromJSON(jsonString) {
|
|
852
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseLocation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseLocation' from JSON`);
|
|
853
|
+
}
|
|
854
|
+
/** @internal */
|
|
855
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseTag$inboundSchema = z.object({
|
|
856
|
+
id: z.string(),
|
|
857
|
+
name: z.nullable(z.string()),
|
|
858
|
+
remote_id: z.nullable(z.string()),
|
|
859
|
+
});
|
|
860
|
+
/** @internal */
|
|
861
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseTag$outboundSchema = z.object({
|
|
862
|
+
id: z.string(),
|
|
863
|
+
name: z.nullable(z.string()),
|
|
864
|
+
remote_id: z.nullable(z.string()),
|
|
865
|
+
});
|
|
866
|
+
/**
|
|
867
|
+
* @internal
|
|
868
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
869
|
+
*/
|
|
870
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseTag$;
|
|
871
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseTag$) {
|
|
872
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseTag$inboundSchema` instead. */
|
|
873
|
+
PostAtsJobsJobIdApplicationsPositiveResponseTag$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseTag$inboundSchema;
|
|
874
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseTag$outboundSchema` instead. */
|
|
875
|
+
PostAtsJobsJobIdApplicationsPositiveResponseTag$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseTag$outboundSchema;
|
|
876
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseTag$ || (PostAtsJobsJobIdApplicationsPositiveResponseTag$ = {}));
|
|
877
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseTagToJSON(postAtsJobsJobIdApplicationsPositiveResponseTag) {
|
|
878
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseTag$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseTag));
|
|
879
|
+
}
|
|
880
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseTagFromJSON(jsonString) {
|
|
881
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseTag$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseTag' from JSON`);
|
|
882
|
+
}
|
|
883
|
+
/** @internal */
|
|
884
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseCandidate$inboundSchema = z.object({
|
|
885
|
+
id: z.string(),
|
|
886
|
+
remote_id: z.string(),
|
|
887
|
+
first_name: z.nullable(z.string()),
|
|
888
|
+
last_name: z.nullable(z.string()),
|
|
889
|
+
company: z.nullable(z.string()),
|
|
890
|
+
title: z.nullable(z.string()),
|
|
891
|
+
confidential: z.nullable(z.boolean()),
|
|
892
|
+
source: z.nullable(z.string()),
|
|
893
|
+
phone_numbers: z.nullable(z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$inboundSchema))).optional(),
|
|
894
|
+
email_addresses: z.nullable(z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$inboundSchema))).optional(),
|
|
895
|
+
social_media: z.nullable(z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$inboundSchema))).optional(),
|
|
896
|
+
location: z.nullable(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseLocation$inboundSchema)).optional(),
|
|
897
|
+
custom_fields: z.nullable(z.record(z.any())),
|
|
898
|
+
remote_url: z.nullable(z.string()),
|
|
899
|
+
remote_created_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
|
|
900
|
+
remote_updated_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
|
|
901
|
+
changed_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
902
|
+
remote_deleted_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
|
|
903
|
+
tags: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseTag$inboundSchema)),
|
|
904
|
+
});
|
|
905
|
+
/** @internal */
|
|
906
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseCandidate$outboundSchema = z.object({
|
|
907
|
+
id: z.string(),
|
|
908
|
+
remote_id: z.string(),
|
|
909
|
+
first_name: z.nullable(z.string()),
|
|
910
|
+
last_name: z.nullable(z.string()),
|
|
911
|
+
company: z.nullable(z.string()),
|
|
912
|
+
title: z.nullable(z.string()),
|
|
913
|
+
confidential: z.nullable(z.boolean()),
|
|
914
|
+
source: z.nullable(z.string()),
|
|
915
|
+
phone_numbers: z.nullable(z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponsePhoneNumber$outboundSchema))).optional(),
|
|
916
|
+
email_addresses: z.nullable(z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseEmailAddress$outboundSchema))).optional(),
|
|
917
|
+
social_media: z.nullable(z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseSocialMedia$outboundSchema))).optional(),
|
|
918
|
+
location: z.nullable(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseLocation$outboundSchema)).optional(),
|
|
919
|
+
custom_fields: z.nullable(z.record(z.any())),
|
|
920
|
+
remote_url: z.nullable(z.string()),
|
|
921
|
+
remote_created_at: z.nullable(z.date().transform(v => v.toISOString())),
|
|
922
|
+
remote_updated_at: z.nullable(z.date().transform(v => v.toISOString())),
|
|
923
|
+
changed_at: z.date().transform(v => v.toISOString()),
|
|
924
|
+
remote_deleted_at: z.nullable(z.date().transform(v => v.toISOString())),
|
|
925
|
+
tags: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseTag$outboundSchema)),
|
|
926
|
+
});
|
|
927
|
+
/**
|
|
928
|
+
* @internal
|
|
929
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
930
|
+
*/
|
|
931
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseCandidate$;
|
|
932
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseCandidate$) {
|
|
933
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCandidate$inboundSchema` instead. */
|
|
934
|
+
PostAtsJobsJobIdApplicationsPositiveResponseCandidate$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseCandidate$inboundSchema;
|
|
935
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseCandidate$outboundSchema` instead. */
|
|
936
|
+
PostAtsJobsJobIdApplicationsPositiveResponseCandidate$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseCandidate$outboundSchema;
|
|
937
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseCandidate$ || (PostAtsJobsJobIdApplicationsPositiveResponseCandidate$ = {}));
|
|
938
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseCandidateToJSON(postAtsJobsJobIdApplicationsPositiveResponseCandidate) {
|
|
939
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseCandidate$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseCandidate));
|
|
940
|
+
}
|
|
941
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseCandidateFromJSON(jsonString) {
|
|
942
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseCandidate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseCandidate' from JSON`);
|
|
943
|
+
}
|
|
944
|
+
/** @internal */
|
|
945
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseData$inboundSchema = z.object({
|
|
946
|
+
id: z.string(),
|
|
947
|
+
remote_id: z.nullable(z.string()),
|
|
948
|
+
outcome: z.nullable(PostAtsJobsJobIdApplicationsPositiveResponseOutcome$inboundSchema),
|
|
949
|
+
rejection_reason_name: z.nullable(z.string()),
|
|
950
|
+
rejected_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
|
|
951
|
+
current_stage_id: z.nullable(z.string()),
|
|
952
|
+
job_id: z.nullable(z.string()),
|
|
953
|
+
candidate_id: z.nullable(z.string()),
|
|
954
|
+
screening_question_answers: z.nullable(z.array(z.union([
|
|
955
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema),
|
|
956
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema),
|
|
957
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema),
|
|
958
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema),
|
|
959
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema),
|
|
960
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema),
|
|
961
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema),
|
|
962
|
+
]))).optional(),
|
|
963
|
+
custom_fields: z.nullable(z.record(z.any())),
|
|
964
|
+
remote_url: z.nullable(z.string()),
|
|
965
|
+
changed_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
966
|
+
remote_deleted_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
|
|
967
|
+
remote_created_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
|
|
968
|
+
remote_updated_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))),
|
|
969
|
+
current_stage: z.nullable(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$inboundSchema)),
|
|
970
|
+
job: z.nullable(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseJob$inboundSchema)),
|
|
971
|
+
candidate: z.nullable(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseCandidate$inboundSchema)),
|
|
972
|
+
});
|
|
973
|
+
/** @internal */
|
|
974
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseData$outboundSchema = z.object({
|
|
975
|
+
id: z.string(),
|
|
976
|
+
remote_id: z.nullable(z.string()),
|
|
977
|
+
outcome: z.nullable(PostAtsJobsJobIdApplicationsPositiveResponseOutcome$outboundSchema),
|
|
978
|
+
rejection_reason_name: z.nullable(z.string()),
|
|
979
|
+
rejected_at: z.nullable(z.date().transform(v => v.toISOString())),
|
|
980
|
+
current_stage_id: z.nullable(z.string()),
|
|
981
|
+
job_id: z.nullable(z.string()),
|
|
982
|
+
candidate_id: z.nullable(z.string()),
|
|
983
|
+
screening_question_answers: z.nullable(z.array(z.union([
|
|
984
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema),
|
|
985
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema),
|
|
986
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema),
|
|
987
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema),
|
|
988
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema),
|
|
989
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema),
|
|
990
|
+
z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema),
|
|
991
|
+
]))).optional(),
|
|
992
|
+
custom_fields: z.nullable(z.record(z.any())),
|
|
993
|
+
remote_url: z.nullable(z.string()),
|
|
994
|
+
changed_at: z.date().transform(v => v.toISOString()),
|
|
995
|
+
remote_deleted_at: z.nullable(z.date().transform(v => v.toISOString())),
|
|
996
|
+
remote_created_at: z.nullable(z.date().transform(v => v.toISOString())),
|
|
997
|
+
remote_updated_at: z.nullable(z.date().transform(v => v.toISOString())),
|
|
998
|
+
current_stage: z.nullable(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseCurrentStage$outboundSchema)),
|
|
999
|
+
job: z.nullable(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseJob$outboundSchema)),
|
|
1000
|
+
candidate: z.nullable(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseCandidate$outboundSchema)),
|
|
1001
|
+
});
|
|
1002
|
+
/**
|
|
1003
|
+
* @internal
|
|
1004
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1005
|
+
*/
|
|
1006
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseData$;
|
|
1007
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseData$) {
|
|
1008
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseData$inboundSchema` instead. */
|
|
1009
|
+
PostAtsJobsJobIdApplicationsPositiveResponseData$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseData$inboundSchema;
|
|
1010
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseData$outboundSchema` instead. */
|
|
1011
|
+
PostAtsJobsJobIdApplicationsPositiveResponseData$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseData$outboundSchema;
|
|
1012
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseData$ || (PostAtsJobsJobIdApplicationsPositiveResponseData$ = {}));
|
|
1013
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseDataToJSON(postAtsJobsJobIdApplicationsPositiveResponseData) {
|
|
1014
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseData$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseData));
|
|
1015
|
+
}
|
|
1016
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseDataFromJSON(jsonString) {
|
|
1017
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseData' from JSON`);
|
|
1018
|
+
}
|
|
1019
|
+
/** @internal */
|
|
1020
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseWarning$inboundSchema = z.object({
|
|
1021
|
+
message: z.string(),
|
|
1022
|
+
});
|
|
1023
|
+
/** @internal */
|
|
1024
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponseWarning$outboundSchema = z.object({
|
|
1025
|
+
message: z.string(),
|
|
1026
|
+
});
|
|
1027
|
+
/**
|
|
1028
|
+
* @internal
|
|
1029
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1030
|
+
*/
|
|
1031
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponseWarning$;
|
|
1032
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponseWarning$) {
|
|
1033
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseWarning$inboundSchema` instead. */
|
|
1034
|
+
PostAtsJobsJobIdApplicationsPositiveResponseWarning$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseWarning$inboundSchema;
|
|
1035
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponseWarning$outboundSchema` instead. */
|
|
1036
|
+
PostAtsJobsJobIdApplicationsPositiveResponseWarning$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponseWarning$outboundSchema;
|
|
1037
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponseWarning$ || (PostAtsJobsJobIdApplicationsPositiveResponseWarning$ = {}));
|
|
1038
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseWarningToJSON(postAtsJobsJobIdApplicationsPositiveResponseWarning) {
|
|
1039
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponseWarning$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponseWarning));
|
|
1040
|
+
}
|
|
1041
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseWarningFromJSON(jsonString) {
|
|
1042
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponseWarning$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponseWarning' from JSON`);
|
|
1043
|
+
}
|
|
1044
|
+
/** @internal */
|
|
1045
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponse$inboundSchema = z.object({
|
|
1046
|
+
status: z.literal("success"),
|
|
1047
|
+
data: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseData$inboundSchema),
|
|
1048
|
+
warnings: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseWarning$inboundSchema)),
|
|
1049
|
+
});
|
|
1050
|
+
/** @internal */
|
|
1051
|
+
export const PostAtsJobsJobIdApplicationsPositiveResponse$outboundSchema = z.object({
|
|
1052
|
+
status: z.literal("success"),
|
|
1053
|
+
data: z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseData$outboundSchema),
|
|
1054
|
+
warnings: z.array(z.lazy(() => PostAtsJobsJobIdApplicationsPositiveResponseWarning$outboundSchema)),
|
|
1055
|
+
});
|
|
1056
|
+
/**
|
|
1057
|
+
* @internal
|
|
1058
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1059
|
+
*/
|
|
1060
|
+
export var PostAtsJobsJobIdApplicationsPositiveResponse$;
|
|
1061
|
+
(function (PostAtsJobsJobIdApplicationsPositiveResponse$) {
|
|
1062
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponse$inboundSchema` instead. */
|
|
1063
|
+
PostAtsJobsJobIdApplicationsPositiveResponse$.inboundSchema = PostAtsJobsJobIdApplicationsPositiveResponse$inboundSchema;
|
|
1064
|
+
/** @deprecated use `PostAtsJobsJobIdApplicationsPositiveResponse$outboundSchema` instead. */
|
|
1065
|
+
PostAtsJobsJobIdApplicationsPositiveResponse$.outboundSchema = PostAtsJobsJobIdApplicationsPositiveResponse$outboundSchema;
|
|
1066
|
+
})(PostAtsJobsJobIdApplicationsPositiveResponse$ || (PostAtsJobsJobIdApplicationsPositiveResponse$ = {}));
|
|
1067
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseToJSON(postAtsJobsJobIdApplicationsPositiveResponse) {
|
|
1068
|
+
return JSON.stringify(PostAtsJobsJobIdApplicationsPositiveResponse$outboundSchema.parse(postAtsJobsJobIdApplicationsPositiveResponse));
|
|
1069
|
+
}
|
|
1070
|
+
export function postAtsJobsJobIdApplicationsPositiveResponseFromJSON(jsonString) {
|
|
1071
|
+
return safeParse(jsonString, (x) => PostAtsJobsJobIdApplicationsPositiveResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostAtsJobsJobIdApplicationsPositiveResponse' from JSON`);
|
|
1072
|
+
}
|
|
1073
|
+
//# sourceMappingURL=postatsjobsjobidapplicationspositiveresponse.js.map
|