@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,1232 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum, OpenEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
+
export declare const GetAtsJobsPositiveResponseEmploymentType: {
|
|
6
|
+
readonly FullTime: "FULL_TIME";
|
|
7
|
+
readonly PartTime: "PART_TIME";
|
|
8
|
+
readonly Contract: "CONTRACT";
|
|
9
|
+
readonly Seasonal: "SEASONAL";
|
|
10
|
+
readonly Internship: "INTERNSHIP";
|
|
11
|
+
};
|
|
12
|
+
export type GetAtsJobsPositiveResponseEmploymentType = OpenEnum<typeof GetAtsJobsPositiveResponseEmploymentType>;
|
|
13
|
+
export declare const GetAtsJobsPositiveResponseStatus: {
|
|
14
|
+
readonly Open: "OPEN";
|
|
15
|
+
readonly Closed: "CLOSED";
|
|
16
|
+
readonly Draft: "DRAFT";
|
|
17
|
+
readonly Archived: "ARCHIVED";
|
|
18
|
+
};
|
|
19
|
+
export type GetAtsJobsPositiveResponseStatus = OpenEnum<typeof GetAtsJobsPositiveResponseStatus>;
|
|
20
|
+
export declare const Visibility: {
|
|
21
|
+
readonly Public: "PUBLIC";
|
|
22
|
+
readonly Internal: "INTERNAL";
|
|
23
|
+
readonly Unlisted: "UNLISTED";
|
|
24
|
+
readonly Confidential: "CONFIDENTIAL";
|
|
25
|
+
};
|
|
26
|
+
export type Visibility = OpenEnum<typeof Visibility>;
|
|
27
|
+
export declare const RemoteWorkStatus: {
|
|
28
|
+
readonly Remote: "REMOTE";
|
|
29
|
+
readonly Hybrid: "HYBRID";
|
|
30
|
+
readonly Temporary: "TEMPORARY";
|
|
31
|
+
readonly OnSite: "ON_SITE";
|
|
32
|
+
};
|
|
33
|
+
export type RemoteWorkStatus = OpenEnum<typeof RemoteWorkStatus>;
|
|
34
|
+
export declare const SalaryPeriod: {
|
|
35
|
+
readonly Year: "YEAR";
|
|
36
|
+
readonly Month: "MONTH";
|
|
37
|
+
readonly TwoWeeks: "TWO_WEEKS";
|
|
38
|
+
readonly Week: "WEEK";
|
|
39
|
+
readonly Day: "DAY";
|
|
40
|
+
readonly Hour: "HOUR";
|
|
41
|
+
};
|
|
42
|
+
export type SalaryPeriod = OpenEnum<typeof SalaryPeriod>;
|
|
43
|
+
/**
|
|
44
|
+
* The location of the listed job.
|
|
45
|
+
*/
|
|
46
|
+
export type GetAtsJobsPositiveResponseLocation = {
|
|
47
|
+
city?: string | null | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* Contains the ISO2 country code if possible. If not, it contains the original value.
|
|
50
|
+
*/
|
|
51
|
+
country?: string | null | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* If we have address data, this is filled with the raw address string.
|
|
54
|
+
*/
|
|
55
|
+
raw?: string | null | undefined;
|
|
56
|
+
state?: string | null | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* If we can parse the address data, this field contains the first part of the street information.
|
|
59
|
+
*/
|
|
60
|
+
street_1?: string | null | undefined;
|
|
61
|
+
street_2?: string | null | undefined;
|
|
62
|
+
zip_code?: string | null | undefined;
|
|
63
|
+
};
|
|
64
|
+
export type Stage = {
|
|
65
|
+
/**
|
|
66
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
67
|
+
*/
|
|
68
|
+
id: string;
|
|
69
|
+
/**
|
|
70
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
71
|
+
*/
|
|
72
|
+
remote_id: string | null;
|
|
73
|
+
/**
|
|
74
|
+
* The application stage name. For example, "Initial Screening".
|
|
75
|
+
*/
|
|
76
|
+
name: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* Numeric index following the order of the stages if they are ordered in the underlying tool.
|
|
79
|
+
*/
|
|
80
|
+
index?: number | null | undefined;
|
|
81
|
+
};
|
|
82
|
+
export type FormatUnknown = {
|
|
83
|
+
/**
|
|
84
|
+
* We pass the original question data along so you can handle it.
|
|
85
|
+
*/
|
|
86
|
+
raw_question?: any | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* When we're not able to map a specific question type yet, we will return this type. Every `UNKNOWN` question will also be parsed and unified by us at some point.
|
|
89
|
+
*/
|
|
90
|
+
type: "UNKNOWN";
|
|
91
|
+
};
|
|
92
|
+
export type FormatInformation = {
|
|
93
|
+
/**
|
|
94
|
+
* This is just a text block.
|
|
95
|
+
*/
|
|
96
|
+
type: "INFORMATION";
|
|
97
|
+
};
|
|
98
|
+
export type Option2 = {
|
|
99
|
+
/**
|
|
100
|
+
* The Kombo ID of this question option. Use this ID to specify the answer to this question.
|
|
101
|
+
*/
|
|
102
|
+
id: string;
|
|
103
|
+
/**
|
|
104
|
+
* ID in the connected ATS. This might be null as some systems only use the name to identify the option.
|
|
105
|
+
*/
|
|
106
|
+
remote_id?: string | null | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* Content of the question option.
|
|
109
|
+
*/
|
|
110
|
+
name: string;
|
|
111
|
+
};
|
|
112
|
+
export type FormatMultiSelect = {
|
|
113
|
+
options: Array<Option2>;
|
|
114
|
+
type: "MULTI_SELECT";
|
|
115
|
+
};
|
|
116
|
+
export type FormatDate = {
|
|
117
|
+
type: "DATE";
|
|
118
|
+
};
|
|
119
|
+
export type FormatBoolean = {
|
|
120
|
+
type: "BOOLEAN";
|
|
121
|
+
};
|
|
122
|
+
export declare const DisplayType3: {
|
|
123
|
+
readonly Dropdown: "DROPDOWN";
|
|
124
|
+
readonly Radio: "RADIO";
|
|
125
|
+
};
|
|
126
|
+
export type DisplayType3 = ClosedEnum<typeof DisplayType3>;
|
|
127
|
+
export type Option1 = {
|
|
128
|
+
/**
|
|
129
|
+
* The Kombo ID of this question option. Use this ID to specify the answer to this question.
|
|
130
|
+
*/
|
|
131
|
+
id: string;
|
|
132
|
+
/**
|
|
133
|
+
* ID in the connected ATS. This might be null as some systems only use the name to identify the option.
|
|
134
|
+
*/
|
|
135
|
+
remote_id?: string | null | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* Content of the question option.
|
|
138
|
+
*/
|
|
139
|
+
name: string;
|
|
140
|
+
};
|
|
141
|
+
export type FormatSingleSelect = {
|
|
142
|
+
display_type?: DisplayType3 | null | undefined;
|
|
143
|
+
options: Array<Option1>;
|
|
144
|
+
type: "SINGLE_SELECT";
|
|
145
|
+
};
|
|
146
|
+
export type FormatFile = {
|
|
147
|
+
accepted_mime_types?: Array<string> | null | undefined;
|
|
148
|
+
max_file_size_bytes?: number | null | undefined;
|
|
149
|
+
type: "FILE";
|
|
150
|
+
};
|
|
151
|
+
export declare const DisplayType2: {
|
|
152
|
+
readonly Slider: "SLIDER";
|
|
153
|
+
readonly Field: "FIELD";
|
|
154
|
+
};
|
|
155
|
+
export type DisplayType2 = ClosedEnum<typeof DisplayType2>;
|
|
156
|
+
export type FormatNumber = {
|
|
157
|
+
display_type?: DisplayType2 | null | undefined;
|
|
158
|
+
max?: number | null | undefined;
|
|
159
|
+
min?: number | null | undefined;
|
|
160
|
+
type: "NUMBER";
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* If unavailable, we recommend displaying a single-line input.
|
|
164
|
+
*/
|
|
165
|
+
export declare const DisplayType1: {
|
|
166
|
+
readonly SingleLine: "SINGLE_LINE";
|
|
167
|
+
readonly MultiLine: "MULTI_LINE";
|
|
168
|
+
readonly Email: "EMAIL";
|
|
169
|
+
readonly Url: "URL";
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* If unavailable, we recommend displaying a single-line input.
|
|
173
|
+
*/
|
|
174
|
+
export type DisplayType1 = ClosedEnum<typeof DisplayType1>;
|
|
175
|
+
export type FormatText = {
|
|
176
|
+
/**
|
|
177
|
+
* If unavailable, we recommend displaying a single-line input.
|
|
178
|
+
*/
|
|
179
|
+
display_type?: DisplayType1 | null | undefined;
|
|
180
|
+
max_length?: number | null | undefined;
|
|
181
|
+
type: "TEXT";
|
|
182
|
+
};
|
|
183
|
+
export type Format = FormatSingleSelect | FormatMultiSelect | FormatText | FormatNumber | FormatFile | FormatBoolean | FormatDate | FormatInformation | FormatUnknown;
|
|
184
|
+
/**
|
|
185
|
+
* The category of the screening question (default `null`). "EEO" questions are related to Equal Employment Opportunity (e.g. "What is your veteran status?"), while "DEMOGRAPHIC" questions are for other diversity and demographic data collection.
|
|
186
|
+
*/
|
|
187
|
+
export declare const GetAtsJobsPositiveResponseCategory: {
|
|
188
|
+
readonly Eeo: "EEO";
|
|
189
|
+
readonly Demographic: "DEMOGRAPHIC";
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* The category of the screening question (default `null`). "EEO" questions are related to Equal Employment Opportunity (e.g. "What is your veteran status?"), while "DEMOGRAPHIC" questions are for other diversity and demographic data collection.
|
|
193
|
+
*/
|
|
194
|
+
export type GetAtsJobsPositiveResponseCategory = ClosedEnum<typeof GetAtsJobsPositiveResponseCategory>;
|
|
195
|
+
/**
|
|
196
|
+
* Where the screening question specified by `precondition_question_id` is of type `MULTI_SELECT` or `SINGLE_SELECT`, this is an array of Kombo IDs describing the valid options. If the question is of type `BOOLEAN`, this is an array containing either `true` or `false`.
|
|
197
|
+
*/
|
|
198
|
+
export type PreconditionOptions = Array<string> | Array<boolean>;
|
|
199
|
+
export type ScreeningQuestion = {
|
|
200
|
+
/**
|
|
201
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
202
|
+
*/
|
|
203
|
+
id: string;
|
|
204
|
+
/**
|
|
205
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
206
|
+
*/
|
|
207
|
+
remote_id: string | null;
|
|
208
|
+
title: string | null;
|
|
209
|
+
/**
|
|
210
|
+
* Additional instructions or context. Typically a short sentence, but sometimes a long detailed description (e.g., for EEO questions). May include HTML for extra formatting.
|
|
211
|
+
*/
|
|
212
|
+
description: string | null;
|
|
213
|
+
format?: FormatSingleSelect | FormatMultiSelect | FormatText | FormatNumber | FormatFile | FormatBoolean | FormatDate | FormatInformation | FormatUnknown | null | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* The category of the screening question (default `null`). "EEO" questions are related to Equal Employment Opportunity (e.g. "What is your veteran status?"), while "DEMOGRAPHIC" questions are for other diversity and demographic data collection.
|
|
216
|
+
*/
|
|
217
|
+
category: GetAtsJobsPositiveResponseCategory | null;
|
|
218
|
+
index?: number | null | undefined;
|
|
219
|
+
required: boolean | null;
|
|
220
|
+
/**
|
|
221
|
+
* The Kombo ID of another screening question. Only display this question if the specified "precondition question" is answered with one of the values in `precondition_options`.
|
|
222
|
+
*/
|
|
223
|
+
precondition_question_id?: string | null | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* Where the screening question specified by `precondition_question_id` is of type `MULTI_SELECT` or `SINGLE_SELECT`, this is an array of Kombo IDs describing the valid options. If the question is of type `BOOLEAN`, this is an array containing either `true` or `false`.
|
|
226
|
+
*/
|
|
227
|
+
precondition_options?: Array<string> | Array<boolean> | null | undefined;
|
|
228
|
+
};
|
|
229
|
+
/**
|
|
230
|
+
* The job posting’s current status.
|
|
231
|
+
*/
|
|
232
|
+
export declare const JobPostingStatus: {
|
|
233
|
+
readonly Active: "ACTIVE";
|
|
234
|
+
readonly Inactive: "INACTIVE";
|
|
235
|
+
readonly Draft: "DRAFT";
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* The job posting’s current status.
|
|
239
|
+
*/
|
|
240
|
+
export type JobPostingStatus = ClosedEnum<typeof JobPostingStatus>;
|
|
241
|
+
export declare const JobPostingVisibility: {
|
|
242
|
+
readonly Public: "PUBLIC";
|
|
243
|
+
readonly Internal: "INTERNAL";
|
|
244
|
+
readonly Unlisted: "UNLISTED";
|
|
245
|
+
};
|
|
246
|
+
export type JobPostingVisibility = ClosedEnum<typeof JobPostingVisibility>;
|
|
247
|
+
export type JobPosting = {
|
|
248
|
+
/**
|
|
249
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
250
|
+
*/
|
|
251
|
+
id: string;
|
|
252
|
+
/**
|
|
253
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
254
|
+
*/
|
|
255
|
+
remote_id: string | null;
|
|
256
|
+
/**
|
|
257
|
+
* The job posting’s title.
|
|
258
|
+
*/
|
|
259
|
+
title: string | null;
|
|
260
|
+
/**
|
|
261
|
+
* The job posting’s description in HTML format.
|
|
262
|
+
*/
|
|
263
|
+
description_html: string | null;
|
|
264
|
+
/**
|
|
265
|
+
* The job posting’s current status.
|
|
266
|
+
*/
|
|
267
|
+
status: JobPostingStatus | null;
|
|
268
|
+
visibility: JobPostingVisibility | null;
|
|
269
|
+
/**
|
|
270
|
+
* The public URL to the job posting on the ATS platform.
|
|
271
|
+
*/
|
|
272
|
+
url: string | null;
|
|
273
|
+
};
|
|
274
|
+
export declare const GetAtsJobsPositiveResponseHiringTeamRole: {
|
|
275
|
+
readonly Recruiter: "RECRUITER";
|
|
276
|
+
readonly HiringManager: "HIRING_MANAGER";
|
|
277
|
+
};
|
|
278
|
+
export type GetAtsJobsPositiveResponseHiringTeamRole = ClosedEnum<typeof GetAtsJobsPositiveResponseHiringTeamRole>;
|
|
279
|
+
export type GetAtsJobsPositiveResponseHiringTeam = {
|
|
280
|
+
/**
|
|
281
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
282
|
+
*/
|
|
283
|
+
id: string;
|
|
284
|
+
/**
|
|
285
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
286
|
+
*/
|
|
287
|
+
remote_id: string | null;
|
|
288
|
+
/**
|
|
289
|
+
* First name of the user.
|
|
290
|
+
*/
|
|
291
|
+
first_name: string | null;
|
|
292
|
+
/**
|
|
293
|
+
* Last name of the user.
|
|
294
|
+
*/
|
|
295
|
+
last_name: string | null;
|
|
296
|
+
/**
|
|
297
|
+
* Email of the user. If the email address is invalid, it will be set to null.
|
|
298
|
+
*/
|
|
299
|
+
email?: string | null | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* Array of the roles of the user for this specific job. Currently only `RECRUITER` and `HIRING_MANAGER` are mapped into our unified schema.
|
|
302
|
+
*/
|
|
303
|
+
hiring_team_roles: Array<GetAtsJobsPositiveResponseHiringTeamRole>;
|
|
304
|
+
};
|
|
305
|
+
export type GetAtsJobsPositiveResponseResult = {
|
|
306
|
+
/**
|
|
307
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
308
|
+
*/
|
|
309
|
+
id: string;
|
|
310
|
+
/**
|
|
311
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
312
|
+
*/
|
|
313
|
+
remote_id: string;
|
|
314
|
+
/**
|
|
315
|
+
* Title of the job.
|
|
316
|
+
*/
|
|
317
|
+
name: string | null;
|
|
318
|
+
/**
|
|
319
|
+
* The human readable job code. Some systems expose this as the Requisition Code/ID.
|
|
320
|
+
*/
|
|
321
|
+
job_code: string | null;
|
|
322
|
+
/**
|
|
323
|
+
* Description of the job. This field is usually returned as HTML.
|
|
324
|
+
*/
|
|
325
|
+
description: string | null;
|
|
326
|
+
/**
|
|
327
|
+
* **(⚠️ Deprecated)** It makes more sense to store the visibility of a job in an enum. Therefore, we introduced the `visibility` enum on jobs.
|
|
328
|
+
*
|
|
329
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
330
|
+
*/
|
|
331
|
+
confidential: boolean | null;
|
|
332
|
+
/**
|
|
333
|
+
* The number of hours per week an employee is expected to work.
|
|
334
|
+
*/
|
|
335
|
+
weekly_hours: number | null;
|
|
336
|
+
/**
|
|
337
|
+
* The type of employment contract. In rare cases where can't find a clear mapping, the original string is passed through.
|
|
338
|
+
*/
|
|
339
|
+
employment_type?: GetAtsJobsPositiveResponseEmploymentType | null | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* The job's current status.
|
|
342
|
+
*
|
|
343
|
+
* @remarks
|
|
344
|
+
*
|
|
345
|
+
* *Note: For any checks (e.g., "can we publish this job?"), always evaluate both `status` and `visibility`. For example, a job can be `status=OPEN` with `visibility=INTERNAL`, meaning only existing employees can apply.*
|
|
346
|
+
*
|
|
347
|
+
* In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
348
|
+
*/
|
|
349
|
+
status?: GetAtsJobsPositiveResponseStatus | null | undefined;
|
|
350
|
+
/**
|
|
351
|
+
* Describes the visibility of the job:
|
|
352
|
+
*
|
|
353
|
+
* @remarks
|
|
354
|
+
*
|
|
355
|
+
* - `PUBLIC`: visible to everyone, published on a job board
|
|
356
|
+
* - `INTERNAL`: only visible to employees of the company itself
|
|
357
|
+
* - `UNLISTED`: anyone can apply but only if they have the link to it
|
|
358
|
+
* - `CONFIDENTIAL`: nobody can apply and it's only visible in the ATS to people who were invited to it
|
|
359
|
+
*
|
|
360
|
+
* *Note: For any checks (e.g., "can we publish this job?"), always evaluate both `status` and `visibility`.*
|
|
361
|
+
*
|
|
362
|
+
* In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
363
|
+
*/
|
|
364
|
+
visibility?: Visibility | null | undefined;
|
|
365
|
+
/**
|
|
366
|
+
* The category of the job (often the job industry). The original string is passed through, for example "Information Technology", "Quality Assurance", "Marketing".
|
|
367
|
+
*/
|
|
368
|
+
category: string | null;
|
|
369
|
+
/**
|
|
370
|
+
* The internal department or team the job belongs to. The original string is passed through, for example "IT/Operations", "Engineering - Platform", "Customer Success".
|
|
371
|
+
*/
|
|
372
|
+
department: string | null;
|
|
373
|
+
/**
|
|
374
|
+
* The public job posting URL of the ATS itself. This can be used by external job boards to redirect applicants.
|
|
375
|
+
*/
|
|
376
|
+
post_url: string | null;
|
|
377
|
+
/**
|
|
378
|
+
* The role's seniority or experience level. The original string is passed through, for example "Mid-Senior Level", "5+ years", "Associate", "IC3".
|
|
379
|
+
*/
|
|
380
|
+
experience_level: string | null;
|
|
381
|
+
/**
|
|
382
|
+
* Defines if the job supports remote work and if so, to what extent.
|
|
383
|
+
*/
|
|
384
|
+
remote_work_status?: RemoteWorkStatus | null | undefined;
|
|
385
|
+
/**
|
|
386
|
+
* The salary amount in the given currency.
|
|
387
|
+
*/
|
|
388
|
+
salary_amount: number | null;
|
|
389
|
+
/**
|
|
390
|
+
* The lower bound of the salary range.
|
|
391
|
+
*/
|
|
392
|
+
salary_amount_from: number | null;
|
|
393
|
+
/**
|
|
394
|
+
* The upper bound of the salary range.
|
|
395
|
+
*/
|
|
396
|
+
salary_amount_to: number | null;
|
|
397
|
+
/**
|
|
398
|
+
* Salary currency usually returned in [ISO 4217 currency codes](https://www.iso.org/iso-4217-currency-codes.html).
|
|
399
|
+
*/
|
|
400
|
+
salary_currency: string | null;
|
|
401
|
+
/**
|
|
402
|
+
* The period of time over which the salary amount is paid (not equal to the pay frequency). In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
403
|
+
*/
|
|
404
|
+
salary_period?: SalaryPeriod | null | undefined;
|
|
405
|
+
/**
|
|
406
|
+
* The location of the listed job.
|
|
407
|
+
*/
|
|
408
|
+
location?: GetAtsJobsPositiveResponseLocation | null | undefined;
|
|
409
|
+
/**
|
|
410
|
+
* A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
411
|
+
*/
|
|
412
|
+
custom_fields: {
|
|
413
|
+
[k: string]: any;
|
|
414
|
+
} | null;
|
|
415
|
+
/**
|
|
416
|
+
* URL to the job posting in the source ATS system.
|
|
417
|
+
*/
|
|
418
|
+
remote_url: string | null;
|
|
419
|
+
/**
|
|
420
|
+
* YYYY-MM-DDTHH:mm:ss.sssZ
|
|
421
|
+
*/
|
|
422
|
+
opened_at: Date | null;
|
|
423
|
+
/**
|
|
424
|
+
* The date the job closed or is scheduled to close. A future value typically indicates the job remains open for applications until that date.
|
|
425
|
+
*
|
|
426
|
+
* @remarks
|
|
427
|
+
*
|
|
428
|
+
* Please use the `status` and `visibility` fields to determine if a job can be published.
|
|
429
|
+
*/
|
|
430
|
+
closed_at: Date | null;
|
|
431
|
+
/**
|
|
432
|
+
* The date and time the object was created in the remote system.
|
|
433
|
+
*/
|
|
434
|
+
remote_created_at: Date | null;
|
|
435
|
+
/**
|
|
436
|
+
* A timestamp retrieved from the remote system, describing when the resource was last updated.
|
|
437
|
+
*/
|
|
438
|
+
remote_updated_at: Date | null;
|
|
439
|
+
/**
|
|
440
|
+
* **(⚠️ Deprecated)** The user ID of the contact person for this job. We strongly recommend using the new `hiring_team` property instead as it provides more complete and accurate information about the ATS users connected to a job.
|
|
441
|
+
*
|
|
442
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
443
|
+
*/
|
|
444
|
+
contact_id: string | null;
|
|
445
|
+
/**
|
|
446
|
+
* The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
|
|
447
|
+
*/
|
|
448
|
+
changed_at: Date;
|
|
449
|
+
/**
|
|
450
|
+
* The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
|
|
451
|
+
*/
|
|
452
|
+
remote_deleted_at: Date | null;
|
|
453
|
+
/**
|
|
454
|
+
* Application stages a candidate can be in for this particular job.
|
|
455
|
+
*/
|
|
456
|
+
stages: Array<Stage>;
|
|
457
|
+
screening_questions: Array<ScreeningQuestion>;
|
|
458
|
+
job_postings: Array<JobPosting>;
|
|
459
|
+
/**
|
|
460
|
+
* The hiring team allows you to sync users into your system who can access the job and its applications.
|
|
461
|
+
*/
|
|
462
|
+
hiring_team: Array<GetAtsJobsPositiveResponseHiringTeam>;
|
|
463
|
+
};
|
|
464
|
+
export type GetAtsJobsPositiveResponseData = {
|
|
465
|
+
/**
|
|
466
|
+
* Cursor string that can be passed to the `cursor` query parameter to get the next page. If this is `null`, then there are no more pages.
|
|
467
|
+
*/
|
|
468
|
+
next: string | null;
|
|
469
|
+
results: Array<GetAtsJobsPositiveResponseResult>;
|
|
470
|
+
};
|
|
471
|
+
export type GetAtsJobsPositiveResponse = {
|
|
472
|
+
status: "success";
|
|
473
|
+
data: GetAtsJobsPositiveResponseData;
|
|
474
|
+
};
|
|
475
|
+
/** @internal */
|
|
476
|
+
export declare const GetAtsJobsPositiveResponseEmploymentType$inboundSchema: z.ZodType<GetAtsJobsPositiveResponseEmploymentType, z.ZodTypeDef, unknown>;
|
|
477
|
+
/** @internal */
|
|
478
|
+
export declare const GetAtsJobsPositiveResponseEmploymentType$outboundSchema: z.ZodType<GetAtsJobsPositiveResponseEmploymentType, z.ZodTypeDef, GetAtsJobsPositiveResponseEmploymentType>;
|
|
479
|
+
/**
|
|
480
|
+
* @internal
|
|
481
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
482
|
+
*/
|
|
483
|
+
export declare namespace GetAtsJobsPositiveResponseEmploymentType$ {
|
|
484
|
+
/** @deprecated use `GetAtsJobsPositiveResponseEmploymentType$inboundSchema` instead. */
|
|
485
|
+
const inboundSchema: z.ZodType<GetAtsJobsPositiveResponseEmploymentType, z.ZodTypeDef, unknown>;
|
|
486
|
+
/** @deprecated use `GetAtsJobsPositiveResponseEmploymentType$outboundSchema` instead. */
|
|
487
|
+
const outboundSchema: z.ZodType<GetAtsJobsPositiveResponseEmploymentType, z.ZodTypeDef, GetAtsJobsPositiveResponseEmploymentType>;
|
|
488
|
+
}
|
|
489
|
+
/** @internal */
|
|
490
|
+
export declare const GetAtsJobsPositiveResponseStatus$inboundSchema: z.ZodType<GetAtsJobsPositiveResponseStatus, z.ZodTypeDef, unknown>;
|
|
491
|
+
/** @internal */
|
|
492
|
+
export declare const GetAtsJobsPositiveResponseStatus$outboundSchema: z.ZodType<GetAtsJobsPositiveResponseStatus, z.ZodTypeDef, GetAtsJobsPositiveResponseStatus>;
|
|
493
|
+
/**
|
|
494
|
+
* @internal
|
|
495
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
496
|
+
*/
|
|
497
|
+
export declare namespace GetAtsJobsPositiveResponseStatus$ {
|
|
498
|
+
/** @deprecated use `GetAtsJobsPositiveResponseStatus$inboundSchema` instead. */
|
|
499
|
+
const inboundSchema: z.ZodType<GetAtsJobsPositiveResponseStatus, z.ZodTypeDef, unknown>;
|
|
500
|
+
/** @deprecated use `GetAtsJobsPositiveResponseStatus$outboundSchema` instead. */
|
|
501
|
+
const outboundSchema: z.ZodType<GetAtsJobsPositiveResponseStatus, z.ZodTypeDef, GetAtsJobsPositiveResponseStatus>;
|
|
502
|
+
}
|
|
503
|
+
/** @internal */
|
|
504
|
+
export declare const Visibility$inboundSchema: z.ZodType<Visibility, z.ZodTypeDef, unknown>;
|
|
505
|
+
/** @internal */
|
|
506
|
+
export declare const Visibility$outboundSchema: z.ZodType<Visibility, z.ZodTypeDef, Visibility>;
|
|
507
|
+
/**
|
|
508
|
+
* @internal
|
|
509
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
510
|
+
*/
|
|
511
|
+
export declare namespace Visibility$ {
|
|
512
|
+
/** @deprecated use `Visibility$inboundSchema` instead. */
|
|
513
|
+
const inboundSchema: z.ZodType<Visibility, z.ZodTypeDef, unknown>;
|
|
514
|
+
/** @deprecated use `Visibility$outboundSchema` instead. */
|
|
515
|
+
const outboundSchema: z.ZodType<Visibility, z.ZodTypeDef, Visibility>;
|
|
516
|
+
}
|
|
517
|
+
/** @internal */
|
|
518
|
+
export declare const RemoteWorkStatus$inboundSchema: z.ZodType<RemoteWorkStatus, z.ZodTypeDef, unknown>;
|
|
519
|
+
/** @internal */
|
|
520
|
+
export declare const RemoteWorkStatus$outboundSchema: z.ZodType<RemoteWorkStatus, z.ZodTypeDef, RemoteWorkStatus>;
|
|
521
|
+
/**
|
|
522
|
+
* @internal
|
|
523
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
524
|
+
*/
|
|
525
|
+
export declare namespace RemoteWorkStatus$ {
|
|
526
|
+
/** @deprecated use `RemoteWorkStatus$inboundSchema` instead. */
|
|
527
|
+
const inboundSchema: z.ZodType<RemoteWorkStatus, z.ZodTypeDef, unknown>;
|
|
528
|
+
/** @deprecated use `RemoteWorkStatus$outboundSchema` instead. */
|
|
529
|
+
const outboundSchema: z.ZodType<RemoteWorkStatus, z.ZodTypeDef, RemoteWorkStatus>;
|
|
530
|
+
}
|
|
531
|
+
/** @internal */
|
|
532
|
+
export declare const SalaryPeriod$inboundSchema: z.ZodType<SalaryPeriod, z.ZodTypeDef, unknown>;
|
|
533
|
+
/** @internal */
|
|
534
|
+
export declare const SalaryPeriod$outboundSchema: z.ZodType<SalaryPeriod, z.ZodTypeDef, SalaryPeriod>;
|
|
535
|
+
/**
|
|
536
|
+
* @internal
|
|
537
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
538
|
+
*/
|
|
539
|
+
export declare namespace SalaryPeriod$ {
|
|
540
|
+
/** @deprecated use `SalaryPeriod$inboundSchema` instead. */
|
|
541
|
+
const inboundSchema: z.ZodType<SalaryPeriod, z.ZodTypeDef, unknown>;
|
|
542
|
+
/** @deprecated use `SalaryPeriod$outboundSchema` instead. */
|
|
543
|
+
const outboundSchema: z.ZodType<SalaryPeriod, z.ZodTypeDef, SalaryPeriod>;
|
|
544
|
+
}
|
|
545
|
+
/** @internal */
|
|
546
|
+
export declare const GetAtsJobsPositiveResponseLocation$inboundSchema: z.ZodType<GetAtsJobsPositiveResponseLocation, z.ZodTypeDef, unknown>;
|
|
547
|
+
/** @internal */
|
|
548
|
+
export type GetAtsJobsPositiveResponseLocation$Outbound = {
|
|
549
|
+
city?: string | null | undefined;
|
|
550
|
+
country?: string | null | undefined;
|
|
551
|
+
raw?: string | null | undefined;
|
|
552
|
+
state?: string | null | undefined;
|
|
553
|
+
street_1?: string | null | undefined;
|
|
554
|
+
street_2?: string | null | undefined;
|
|
555
|
+
zip_code?: string | null | undefined;
|
|
556
|
+
};
|
|
557
|
+
/** @internal */
|
|
558
|
+
export declare const GetAtsJobsPositiveResponseLocation$outboundSchema: z.ZodType<GetAtsJobsPositiveResponseLocation$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponseLocation>;
|
|
559
|
+
/**
|
|
560
|
+
* @internal
|
|
561
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
562
|
+
*/
|
|
563
|
+
export declare namespace GetAtsJobsPositiveResponseLocation$ {
|
|
564
|
+
/** @deprecated use `GetAtsJobsPositiveResponseLocation$inboundSchema` instead. */
|
|
565
|
+
const inboundSchema: z.ZodType<GetAtsJobsPositiveResponseLocation, z.ZodTypeDef, unknown>;
|
|
566
|
+
/** @deprecated use `GetAtsJobsPositiveResponseLocation$outboundSchema` instead. */
|
|
567
|
+
const outboundSchema: z.ZodType<GetAtsJobsPositiveResponseLocation$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponseLocation>;
|
|
568
|
+
/** @deprecated use `GetAtsJobsPositiveResponseLocation$Outbound` instead. */
|
|
569
|
+
type Outbound = GetAtsJobsPositiveResponseLocation$Outbound;
|
|
570
|
+
}
|
|
571
|
+
export declare function getAtsJobsPositiveResponseLocationToJSON(getAtsJobsPositiveResponseLocation: GetAtsJobsPositiveResponseLocation): string;
|
|
572
|
+
export declare function getAtsJobsPositiveResponseLocationFromJSON(jsonString: string): SafeParseResult<GetAtsJobsPositiveResponseLocation, SDKValidationError>;
|
|
573
|
+
/** @internal */
|
|
574
|
+
export declare const Stage$inboundSchema: z.ZodType<Stage, z.ZodTypeDef, unknown>;
|
|
575
|
+
/** @internal */
|
|
576
|
+
export type Stage$Outbound = {
|
|
577
|
+
id: string;
|
|
578
|
+
remote_id: string | null;
|
|
579
|
+
name: string | null;
|
|
580
|
+
index?: number | null | undefined;
|
|
581
|
+
};
|
|
582
|
+
/** @internal */
|
|
583
|
+
export declare const Stage$outboundSchema: z.ZodType<Stage$Outbound, z.ZodTypeDef, Stage>;
|
|
584
|
+
/**
|
|
585
|
+
* @internal
|
|
586
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
587
|
+
*/
|
|
588
|
+
export declare namespace Stage$ {
|
|
589
|
+
/** @deprecated use `Stage$inboundSchema` instead. */
|
|
590
|
+
const inboundSchema: z.ZodType<Stage, z.ZodTypeDef, unknown>;
|
|
591
|
+
/** @deprecated use `Stage$outboundSchema` instead. */
|
|
592
|
+
const outboundSchema: z.ZodType<Stage$Outbound, z.ZodTypeDef, Stage>;
|
|
593
|
+
/** @deprecated use `Stage$Outbound` instead. */
|
|
594
|
+
type Outbound = Stage$Outbound;
|
|
595
|
+
}
|
|
596
|
+
export declare function stageToJSON(stage: Stage): string;
|
|
597
|
+
export declare function stageFromJSON(jsonString: string): SafeParseResult<Stage, SDKValidationError>;
|
|
598
|
+
/** @internal */
|
|
599
|
+
export declare const FormatUnknown$inboundSchema: z.ZodType<FormatUnknown, z.ZodTypeDef, unknown>;
|
|
600
|
+
/** @internal */
|
|
601
|
+
export type FormatUnknown$Outbound = {
|
|
602
|
+
raw_question?: any | undefined;
|
|
603
|
+
type: "UNKNOWN";
|
|
604
|
+
};
|
|
605
|
+
/** @internal */
|
|
606
|
+
export declare const FormatUnknown$outboundSchema: z.ZodType<FormatUnknown$Outbound, z.ZodTypeDef, FormatUnknown>;
|
|
607
|
+
/**
|
|
608
|
+
* @internal
|
|
609
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
610
|
+
*/
|
|
611
|
+
export declare namespace FormatUnknown$ {
|
|
612
|
+
/** @deprecated use `FormatUnknown$inboundSchema` instead. */
|
|
613
|
+
const inboundSchema: z.ZodType<FormatUnknown, z.ZodTypeDef, unknown>;
|
|
614
|
+
/** @deprecated use `FormatUnknown$outboundSchema` instead. */
|
|
615
|
+
const outboundSchema: z.ZodType<FormatUnknown$Outbound, z.ZodTypeDef, FormatUnknown>;
|
|
616
|
+
/** @deprecated use `FormatUnknown$Outbound` instead. */
|
|
617
|
+
type Outbound = FormatUnknown$Outbound;
|
|
618
|
+
}
|
|
619
|
+
export declare function formatUnknownToJSON(formatUnknown: FormatUnknown): string;
|
|
620
|
+
export declare function formatUnknownFromJSON(jsonString: string): SafeParseResult<FormatUnknown, SDKValidationError>;
|
|
621
|
+
/** @internal */
|
|
622
|
+
export declare const FormatInformation$inboundSchema: z.ZodType<FormatInformation, z.ZodTypeDef, unknown>;
|
|
623
|
+
/** @internal */
|
|
624
|
+
export type FormatInformation$Outbound = {
|
|
625
|
+
type: "INFORMATION";
|
|
626
|
+
};
|
|
627
|
+
/** @internal */
|
|
628
|
+
export declare const FormatInformation$outboundSchema: z.ZodType<FormatInformation$Outbound, z.ZodTypeDef, FormatInformation>;
|
|
629
|
+
/**
|
|
630
|
+
* @internal
|
|
631
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
632
|
+
*/
|
|
633
|
+
export declare namespace FormatInformation$ {
|
|
634
|
+
/** @deprecated use `FormatInformation$inboundSchema` instead. */
|
|
635
|
+
const inboundSchema: z.ZodType<FormatInformation, z.ZodTypeDef, unknown>;
|
|
636
|
+
/** @deprecated use `FormatInformation$outboundSchema` instead. */
|
|
637
|
+
const outboundSchema: z.ZodType<FormatInformation$Outbound, z.ZodTypeDef, FormatInformation>;
|
|
638
|
+
/** @deprecated use `FormatInformation$Outbound` instead. */
|
|
639
|
+
type Outbound = FormatInformation$Outbound;
|
|
640
|
+
}
|
|
641
|
+
export declare function formatInformationToJSON(formatInformation: FormatInformation): string;
|
|
642
|
+
export declare function formatInformationFromJSON(jsonString: string): SafeParseResult<FormatInformation, SDKValidationError>;
|
|
643
|
+
/** @internal */
|
|
644
|
+
export declare const Option2$inboundSchema: z.ZodType<Option2, z.ZodTypeDef, unknown>;
|
|
645
|
+
/** @internal */
|
|
646
|
+
export type Option2$Outbound = {
|
|
647
|
+
id: string;
|
|
648
|
+
remote_id?: string | null | undefined;
|
|
649
|
+
name: string;
|
|
650
|
+
};
|
|
651
|
+
/** @internal */
|
|
652
|
+
export declare const Option2$outboundSchema: z.ZodType<Option2$Outbound, z.ZodTypeDef, Option2>;
|
|
653
|
+
/**
|
|
654
|
+
* @internal
|
|
655
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
656
|
+
*/
|
|
657
|
+
export declare namespace Option2$ {
|
|
658
|
+
/** @deprecated use `Option2$inboundSchema` instead. */
|
|
659
|
+
const inboundSchema: z.ZodType<Option2, z.ZodTypeDef, unknown>;
|
|
660
|
+
/** @deprecated use `Option2$outboundSchema` instead. */
|
|
661
|
+
const outboundSchema: z.ZodType<Option2$Outbound, z.ZodTypeDef, Option2>;
|
|
662
|
+
/** @deprecated use `Option2$Outbound` instead. */
|
|
663
|
+
type Outbound = Option2$Outbound;
|
|
664
|
+
}
|
|
665
|
+
export declare function option2ToJSON(option2: Option2): string;
|
|
666
|
+
export declare function option2FromJSON(jsonString: string): SafeParseResult<Option2, SDKValidationError>;
|
|
667
|
+
/** @internal */
|
|
668
|
+
export declare const FormatMultiSelect$inboundSchema: z.ZodType<FormatMultiSelect, z.ZodTypeDef, unknown>;
|
|
669
|
+
/** @internal */
|
|
670
|
+
export type FormatMultiSelect$Outbound = {
|
|
671
|
+
options: Array<Option2$Outbound>;
|
|
672
|
+
type: "MULTI_SELECT";
|
|
673
|
+
};
|
|
674
|
+
/** @internal */
|
|
675
|
+
export declare const FormatMultiSelect$outboundSchema: z.ZodType<FormatMultiSelect$Outbound, z.ZodTypeDef, FormatMultiSelect>;
|
|
676
|
+
/**
|
|
677
|
+
* @internal
|
|
678
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
679
|
+
*/
|
|
680
|
+
export declare namespace FormatMultiSelect$ {
|
|
681
|
+
/** @deprecated use `FormatMultiSelect$inboundSchema` instead. */
|
|
682
|
+
const inboundSchema: z.ZodType<FormatMultiSelect, z.ZodTypeDef, unknown>;
|
|
683
|
+
/** @deprecated use `FormatMultiSelect$outboundSchema` instead. */
|
|
684
|
+
const outboundSchema: z.ZodType<FormatMultiSelect$Outbound, z.ZodTypeDef, FormatMultiSelect>;
|
|
685
|
+
/** @deprecated use `FormatMultiSelect$Outbound` instead. */
|
|
686
|
+
type Outbound = FormatMultiSelect$Outbound;
|
|
687
|
+
}
|
|
688
|
+
export declare function formatMultiSelectToJSON(formatMultiSelect: FormatMultiSelect): string;
|
|
689
|
+
export declare function formatMultiSelectFromJSON(jsonString: string): SafeParseResult<FormatMultiSelect, SDKValidationError>;
|
|
690
|
+
/** @internal */
|
|
691
|
+
export declare const FormatDate$inboundSchema: z.ZodType<FormatDate, z.ZodTypeDef, unknown>;
|
|
692
|
+
/** @internal */
|
|
693
|
+
export type FormatDate$Outbound = {
|
|
694
|
+
type: "DATE";
|
|
695
|
+
};
|
|
696
|
+
/** @internal */
|
|
697
|
+
export declare const FormatDate$outboundSchema: z.ZodType<FormatDate$Outbound, z.ZodTypeDef, FormatDate>;
|
|
698
|
+
/**
|
|
699
|
+
* @internal
|
|
700
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
701
|
+
*/
|
|
702
|
+
export declare namespace FormatDate$ {
|
|
703
|
+
/** @deprecated use `FormatDate$inboundSchema` instead. */
|
|
704
|
+
const inboundSchema: z.ZodType<FormatDate, z.ZodTypeDef, unknown>;
|
|
705
|
+
/** @deprecated use `FormatDate$outboundSchema` instead. */
|
|
706
|
+
const outboundSchema: z.ZodType<FormatDate$Outbound, z.ZodTypeDef, FormatDate>;
|
|
707
|
+
/** @deprecated use `FormatDate$Outbound` instead. */
|
|
708
|
+
type Outbound = FormatDate$Outbound;
|
|
709
|
+
}
|
|
710
|
+
export declare function formatDateToJSON(formatDate: FormatDate): string;
|
|
711
|
+
export declare function formatDateFromJSON(jsonString: string): SafeParseResult<FormatDate, SDKValidationError>;
|
|
712
|
+
/** @internal */
|
|
713
|
+
export declare const FormatBoolean$inboundSchema: z.ZodType<FormatBoolean, z.ZodTypeDef, unknown>;
|
|
714
|
+
/** @internal */
|
|
715
|
+
export type FormatBoolean$Outbound = {
|
|
716
|
+
type: "BOOLEAN";
|
|
717
|
+
};
|
|
718
|
+
/** @internal */
|
|
719
|
+
export declare const FormatBoolean$outboundSchema: z.ZodType<FormatBoolean$Outbound, z.ZodTypeDef, FormatBoolean>;
|
|
720
|
+
/**
|
|
721
|
+
* @internal
|
|
722
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
723
|
+
*/
|
|
724
|
+
export declare namespace FormatBoolean$ {
|
|
725
|
+
/** @deprecated use `FormatBoolean$inboundSchema` instead. */
|
|
726
|
+
const inboundSchema: z.ZodType<FormatBoolean, z.ZodTypeDef, unknown>;
|
|
727
|
+
/** @deprecated use `FormatBoolean$outboundSchema` instead. */
|
|
728
|
+
const outboundSchema: z.ZodType<FormatBoolean$Outbound, z.ZodTypeDef, FormatBoolean>;
|
|
729
|
+
/** @deprecated use `FormatBoolean$Outbound` instead. */
|
|
730
|
+
type Outbound = FormatBoolean$Outbound;
|
|
731
|
+
}
|
|
732
|
+
export declare function formatBooleanToJSON(formatBoolean: FormatBoolean): string;
|
|
733
|
+
export declare function formatBooleanFromJSON(jsonString: string): SafeParseResult<FormatBoolean, SDKValidationError>;
|
|
734
|
+
/** @internal */
|
|
735
|
+
export declare const DisplayType3$inboundSchema: z.ZodNativeEnum<typeof DisplayType3>;
|
|
736
|
+
/** @internal */
|
|
737
|
+
export declare const DisplayType3$outboundSchema: z.ZodNativeEnum<typeof DisplayType3>;
|
|
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 declare namespace DisplayType3$ {
|
|
743
|
+
/** @deprecated use `DisplayType3$inboundSchema` instead. */
|
|
744
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
745
|
+
readonly Dropdown: "DROPDOWN";
|
|
746
|
+
readonly Radio: "RADIO";
|
|
747
|
+
}>;
|
|
748
|
+
/** @deprecated use `DisplayType3$outboundSchema` instead. */
|
|
749
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
750
|
+
readonly Dropdown: "DROPDOWN";
|
|
751
|
+
readonly Radio: "RADIO";
|
|
752
|
+
}>;
|
|
753
|
+
}
|
|
754
|
+
/** @internal */
|
|
755
|
+
export declare const Option1$inboundSchema: z.ZodType<Option1, z.ZodTypeDef, unknown>;
|
|
756
|
+
/** @internal */
|
|
757
|
+
export type Option1$Outbound = {
|
|
758
|
+
id: string;
|
|
759
|
+
remote_id?: string | null | undefined;
|
|
760
|
+
name: string;
|
|
761
|
+
};
|
|
762
|
+
/** @internal */
|
|
763
|
+
export declare const Option1$outboundSchema: z.ZodType<Option1$Outbound, z.ZodTypeDef, Option1>;
|
|
764
|
+
/**
|
|
765
|
+
* @internal
|
|
766
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
767
|
+
*/
|
|
768
|
+
export declare namespace Option1$ {
|
|
769
|
+
/** @deprecated use `Option1$inboundSchema` instead. */
|
|
770
|
+
const inboundSchema: z.ZodType<Option1, z.ZodTypeDef, unknown>;
|
|
771
|
+
/** @deprecated use `Option1$outboundSchema` instead. */
|
|
772
|
+
const outboundSchema: z.ZodType<Option1$Outbound, z.ZodTypeDef, Option1>;
|
|
773
|
+
/** @deprecated use `Option1$Outbound` instead. */
|
|
774
|
+
type Outbound = Option1$Outbound;
|
|
775
|
+
}
|
|
776
|
+
export declare function option1ToJSON(option1: Option1): string;
|
|
777
|
+
export declare function option1FromJSON(jsonString: string): SafeParseResult<Option1, SDKValidationError>;
|
|
778
|
+
/** @internal */
|
|
779
|
+
export declare const FormatSingleSelect$inboundSchema: z.ZodType<FormatSingleSelect, z.ZodTypeDef, unknown>;
|
|
780
|
+
/** @internal */
|
|
781
|
+
export type FormatSingleSelect$Outbound = {
|
|
782
|
+
display_type?: string | null | undefined;
|
|
783
|
+
options: Array<Option1$Outbound>;
|
|
784
|
+
type: "SINGLE_SELECT";
|
|
785
|
+
};
|
|
786
|
+
/** @internal */
|
|
787
|
+
export declare const FormatSingleSelect$outboundSchema: z.ZodType<FormatSingleSelect$Outbound, z.ZodTypeDef, FormatSingleSelect>;
|
|
788
|
+
/**
|
|
789
|
+
* @internal
|
|
790
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
791
|
+
*/
|
|
792
|
+
export declare namespace FormatSingleSelect$ {
|
|
793
|
+
/** @deprecated use `FormatSingleSelect$inboundSchema` instead. */
|
|
794
|
+
const inboundSchema: z.ZodType<FormatSingleSelect, z.ZodTypeDef, unknown>;
|
|
795
|
+
/** @deprecated use `FormatSingleSelect$outboundSchema` instead. */
|
|
796
|
+
const outboundSchema: z.ZodType<FormatSingleSelect$Outbound, z.ZodTypeDef, FormatSingleSelect>;
|
|
797
|
+
/** @deprecated use `FormatSingleSelect$Outbound` instead. */
|
|
798
|
+
type Outbound = FormatSingleSelect$Outbound;
|
|
799
|
+
}
|
|
800
|
+
export declare function formatSingleSelectToJSON(formatSingleSelect: FormatSingleSelect): string;
|
|
801
|
+
export declare function formatSingleSelectFromJSON(jsonString: string): SafeParseResult<FormatSingleSelect, SDKValidationError>;
|
|
802
|
+
/** @internal */
|
|
803
|
+
export declare const FormatFile$inboundSchema: z.ZodType<FormatFile, z.ZodTypeDef, unknown>;
|
|
804
|
+
/** @internal */
|
|
805
|
+
export type FormatFile$Outbound = {
|
|
806
|
+
accepted_mime_types?: Array<string> | null | undefined;
|
|
807
|
+
max_file_size_bytes?: number | null | undefined;
|
|
808
|
+
type: "FILE";
|
|
809
|
+
};
|
|
810
|
+
/** @internal */
|
|
811
|
+
export declare const FormatFile$outboundSchema: z.ZodType<FormatFile$Outbound, z.ZodTypeDef, FormatFile>;
|
|
812
|
+
/**
|
|
813
|
+
* @internal
|
|
814
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
815
|
+
*/
|
|
816
|
+
export declare namespace FormatFile$ {
|
|
817
|
+
/** @deprecated use `FormatFile$inboundSchema` instead. */
|
|
818
|
+
const inboundSchema: z.ZodType<FormatFile, z.ZodTypeDef, unknown>;
|
|
819
|
+
/** @deprecated use `FormatFile$outboundSchema` instead. */
|
|
820
|
+
const outboundSchema: z.ZodType<FormatFile$Outbound, z.ZodTypeDef, FormatFile>;
|
|
821
|
+
/** @deprecated use `FormatFile$Outbound` instead. */
|
|
822
|
+
type Outbound = FormatFile$Outbound;
|
|
823
|
+
}
|
|
824
|
+
export declare function formatFileToJSON(formatFile: FormatFile): string;
|
|
825
|
+
export declare function formatFileFromJSON(jsonString: string): SafeParseResult<FormatFile, SDKValidationError>;
|
|
826
|
+
/** @internal */
|
|
827
|
+
export declare const DisplayType2$inboundSchema: z.ZodNativeEnum<typeof DisplayType2>;
|
|
828
|
+
/** @internal */
|
|
829
|
+
export declare const DisplayType2$outboundSchema: z.ZodNativeEnum<typeof DisplayType2>;
|
|
830
|
+
/**
|
|
831
|
+
* @internal
|
|
832
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
833
|
+
*/
|
|
834
|
+
export declare namespace DisplayType2$ {
|
|
835
|
+
/** @deprecated use `DisplayType2$inboundSchema` instead. */
|
|
836
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
837
|
+
readonly Slider: "SLIDER";
|
|
838
|
+
readonly Field: "FIELD";
|
|
839
|
+
}>;
|
|
840
|
+
/** @deprecated use `DisplayType2$outboundSchema` instead. */
|
|
841
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
842
|
+
readonly Slider: "SLIDER";
|
|
843
|
+
readonly Field: "FIELD";
|
|
844
|
+
}>;
|
|
845
|
+
}
|
|
846
|
+
/** @internal */
|
|
847
|
+
export declare const FormatNumber$inboundSchema: z.ZodType<FormatNumber, z.ZodTypeDef, unknown>;
|
|
848
|
+
/** @internal */
|
|
849
|
+
export type FormatNumber$Outbound = {
|
|
850
|
+
display_type: string | null;
|
|
851
|
+
max?: number | null | undefined;
|
|
852
|
+
min?: number | null | undefined;
|
|
853
|
+
type: "NUMBER";
|
|
854
|
+
};
|
|
855
|
+
/** @internal */
|
|
856
|
+
export declare const FormatNumber$outboundSchema: z.ZodType<FormatNumber$Outbound, z.ZodTypeDef, FormatNumber>;
|
|
857
|
+
/**
|
|
858
|
+
* @internal
|
|
859
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
860
|
+
*/
|
|
861
|
+
export declare namespace FormatNumber$ {
|
|
862
|
+
/** @deprecated use `FormatNumber$inboundSchema` instead. */
|
|
863
|
+
const inboundSchema: z.ZodType<FormatNumber, z.ZodTypeDef, unknown>;
|
|
864
|
+
/** @deprecated use `FormatNumber$outboundSchema` instead. */
|
|
865
|
+
const outboundSchema: z.ZodType<FormatNumber$Outbound, z.ZodTypeDef, FormatNumber>;
|
|
866
|
+
/** @deprecated use `FormatNumber$Outbound` instead. */
|
|
867
|
+
type Outbound = FormatNumber$Outbound;
|
|
868
|
+
}
|
|
869
|
+
export declare function formatNumberToJSON(formatNumber: FormatNumber): string;
|
|
870
|
+
export declare function formatNumberFromJSON(jsonString: string): SafeParseResult<FormatNumber, SDKValidationError>;
|
|
871
|
+
/** @internal */
|
|
872
|
+
export declare const DisplayType1$inboundSchema: z.ZodNativeEnum<typeof DisplayType1>;
|
|
873
|
+
/** @internal */
|
|
874
|
+
export declare const DisplayType1$outboundSchema: z.ZodNativeEnum<typeof DisplayType1>;
|
|
875
|
+
/**
|
|
876
|
+
* @internal
|
|
877
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
878
|
+
*/
|
|
879
|
+
export declare namespace DisplayType1$ {
|
|
880
|
+
/** @deprecated use `DisplayType1$inboundSchema` instead. */
|
|
881
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
882
|
+
readonly SingleLine: "SINGLE_LINE";
|
|
883
|
+
readonly MultiLine: "MULTI_LINE";
|
|
884
|
+
readonly Email: "EMAIL";
|
|
885
|
+
readonly Url: "URL";
|
|
886
|
+
}>;
|
|
887
|
+
/** @deprecated use `DisplayType1$outboundSchema` instead. */
|
|
888
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
889
|
+
readonly SingleLine: "SINGLE_LINE";
|
|
890
|
+
readonly MultiLine: "MULTI_LINE";
|
|
891
|
+
readonly Email: "EMAIL";
|
|
892
|
+
readonly Url: "URL";
|
|
893
|
+
}>;
|
|
894
|
+
}
|
|
895
|
+
/** @internal */
|
|
896
|
+
export declare const FormatText$inboundSchema: z.ZodType<FormatText, z.ZodTypeDef, unknown>;
|
|
897
|
+
/** @internal */
|
|
898
|
+
export type FormatText$Outbound = {
|
|
899
|
+
display_type?: string | null | undefined;
|
|
900
|
+
max_length?: number | null | undefined;
|
|
901
|
+
type: "TEXT";
|
|
902
|
+
};
|
|
903
|
+
/** @internal */
|
|
904
|
+
export declare const FormatText$outboundSchema: z.ZodType<FormatText$Outbound, z.ZodTypeDef, FormatText>;
|
|
905
|
+
/**
|
|
906
|
+
* @internal
|
|
907
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
908
|
+
*/
|
|
909
|
+
export declare namespace FormatText$ {
|
|
910
|
+
/** @deprecated use `FormatText$inboundSchema` instead. */
|
|
911
|
+
const inboundSchema: z.ZodType<FormatText, z.ZodTypeDef, unknown>;
|
|
912
|
+
/** @deprecated use `FormatText$outboundSchema` instead. */
|
|
913
|
+
const outboundSchema: z.ZodType<FormatText$Outbound, z.ZodTypeDef, FormatText>;
|
|
914
|
+
/** @deprecated use `FormatText$Outbound` instead. */
|
|
915
|
+
type Outbound = FormatText$Outbound;
|
|
916
|
+
}
|
|
917
|
+
export declare function formatTextToJSON(formatText: FormatText): string;
|
|
918
|
+
export declare function formatTextFromJSON(jsonString: string): SafeParseResult<FormatText, SDKValidationError>;
|
|
919
|
+
/** @internal */
|
|
920
|
+
export declare const Format$inboundSchema: z.ZodType<Format, z.ZodTypeDef, unknown>;
|
|
921
|
+
/** @internal */
|
|
922
|
+
export type Format$Outbound = FormatSingleSelect$Outbound | FormatMultiSelect$Outbound | FormatText$Outbound | FormatNumber$Outbound | FormatFile$Outbound | FormatBoolean$Outbound | FormatDate$Outbound | FormatInformation$Outbound | FormatUnknown$Outbound;
|
|
923
|
+
/** @internal */
|
|
924
|
+
export declare const Format$outboundSchema: z.ZodType<Format$Outbound, z.ZodTypeDef, Format>;
|
|
925
|
+
/**
|
|
926
|
+
* @internal
|
|
927
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
928
|
+
*/
|
|
929
|
+
export declare namespace Format$ {
|
|
930
|
+
/** @deprecated use `Format$inboundSchema` instead. */
|
|
931
|
+
const inboundSchema: z.ZodType<Format, z.ZodTypeDef, unknown>;
|
|
932
|
+
/** @deprecated use `Format$outboundSchema` instead. */
|
|
933
|
+
const outboundSchema: z.ZodType<Format$Outbound, z.ZodTypeDef, Format>;
|
|
934
|
+
/** @deprecated use `Format$Outbound` instead. */
|
|
935
|
+
type Outbound = Format$Outbound;
|
|
936
|
+
}
|
|
937
|
+
export declare function formatToJSON(format: Format): string;
|
|
938
|
+
export declare function formatFromJSON(jsonString: string): SafeParseResult<Format, SDKValidationError>;
|
|
939
|
+
/** @internal */
|
|
940
|
+
export declare const GetAtsJobsPositiveResponseCategory$inboundSchema: z.ZodNativeEnum<typeof GetAtsJobsPositiveResponseCategory>;
|
|
941
|
+
/** @internal */
|
|
942
|
+
export declare const GetAtsJobsPositiveResponseCategory$outboundSchema: z.ZodNativeEnum<typeof GetAtsJobsPositiveResponseCategory>;
|
|
943
|
+
/**
|
|
944
|
+
* @internal
|
|
945
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
946
|
+
*/
|
|
947
|
+
export declare namespace GetAtsJobsPositiveResponseCategory$ {
|
|
948
|
+
/** @deprecated use `GetAtsJobsPositiveResponseCategory$inboundSchema` instead. */
|
|
949
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
950
|
+
readonly Eeo: "EEO";
|
|
951
|
+
readonly Demographic: "DEMOGRAPHIC";
|
|
952
|
+
}>;
|
|
953
|
+
/** @deprecated use `GetAtsJobsPositiveResponseCategory$outboundSchema` instead. */
|
|
954
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
955
|
+
readonly Eeo: "EEO";
|
|
956
|
+
readonly Demographic: "DEMOGRAPHIC";
|
|
957
|
+
}>;
|
|
958
|
+
}
|
|
959
|
+
/** @internal */
|
|
960
|
+
export declare const PreconditionOptions$inboundSchema: z.ZodType<PreconditionOptions, z.ZodTypeDef, unknown>;
|
|
961
|
+
/** @internal */
|
|
962
|
+
export type PreconditionOptions$Outbound = Array<string> | Array<boolean>;
|
|
963
|
+
/** @internal */
|
|
964
|
+
export declare const PreconditionOptions$outboundSchema: z.ZodType<PreconditionOptions$Outbound, z.ZodTypeDef, PreconditionOptions>;
|
|
965
|
+
/**
|
|
966
|
+
* @internal
|
|
967
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
968
|
+
*/
|
|
969
|
+
export declare namespace PreconditionOptions$ {
|
|
970
|
+
/** @deprecated use `PreconditionOptions$inboundSchema` instead. */
|
|
971
|
+
const inboundSchema: z.ZodType<PreconditionOptions, z.ZodTypeDef, unknown>;
|
|
972
|
+
/** @deprecated use `PreconditionOptions$outboundSchema` instead. */
|
|
973
|
+
const outboundSchema: z.ZodType<PreconditionOptions$Outbound, z.ZodTypeDef, PreconditionOptions>;
|
|
974
|
+
/** @deprecated use `PreconditionOptions$Outbound` instead. */
|
|
975
|
+
type Outbound = PreconditionOptions$Outbound;
|
|
976
|
+
}
|
|
977
|
+
export declare function preconditionOptionsToJSON(preconditionOptions: PreconditionOptions): string;
|
|
978
|
+
export declare function preconditionOptionsFromJSON(jsonString: string): SafeParseResult<PreconditionOptions, SDKValidationError>;
|
|
979
|
+
/** @internal */
|
|
980
|
+
export declare const ScreeningQuestion$inboundSchema: z.ZodType<ScreeningQuestion, z.ZodTypeDef, unknown>;
|
|
981
|
+
/** @internal */
|
|
982
|
+
export type ScreeningQuestion$Outbound = {
|
|
983
|
+
id: string;
|
|
984
|
+
remote_id: string | null;
|
|
985
|
+
title: string | null;
|
|
986
|
+
description: string | null;
|
|
987
|
+
format?: FormatSingleSelect$Outbound | FormatMultiSelect$Outbound | FormatText$Outbound | FormatNumber$Outbound | FormatFile$Outbound | FormatBoolean$Outbound | FormatDate$Outbound | FormatInformation$Outbound | FormatUnknown$Outbound | null | undefined;
|
|
988
|
+
category: string | null;
|
|
989
|
+
index?: number | null | undefined;
|
|
990
|
+
required: boolean | null;
|
|
991
|
+
precondition_question_id?: string | null | undefined;
|
|
992
|
+
precondition_options?: Array<string> | Array<boolean> | null | undefined;
|
|
993
|
+
};
|
|
994
|
+
/** @internal */
|
|
995
|
+
export declare const ScreeningQuestion$outboundSchema: z.ZodType<ScreeningQuestion$Outbound, z.ZodTypeDef, ScreeningQuestion>;
|
|
996
|
+
/**
|
|
997
|
+
* @internal
|
|
998
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
999
|
+
*/
|
|
1000
|
+
export declare namespace ScreeningQuestion$ {
|
|
1001
|
+
/** @deprecated use `ScreeningQuestion$inboundSchema` instead. */
|
|
1002
|
+
const inboundSchema: z.ZodType<ScreeningQuestion, z.ZodTypeDef, unknown>;
|
|
1003
|
+
/** @deprecated use `ScreeningQuestion$outboundSchema` instead. */
|
|
1004
|
+
const outboundSchema: z.ZodType<ScreeningQuestion$Outbound, z.ZodTypeDef, ScreeningQuestion>;
|
|
1005
|
+
/** @deprecated use `ScreeningQuestion$Outbound` instead. */
|
|
1006
|
+
type Outbound = ScreeningQuestion$Outbound;
|
|
1007
|
+
}
|
|
1008
|
+
export declare function screeningQuestionToJSON(screeningQuestion: ScreeningQuestion): string;
|
|
1009
|
+
export declare function screeningQuestionFromJSON(jsonString: string): SafeParseResult<ScreeningQuestion, SDKValidationError>;
|
|
1010
|
+
/** @internal */
|
|
1011
|
+
export declare const JobPostingStatus$inboundSchema: z.ZodNativeEnum<typeof JobPostingStatus>;
|
|
1012
|
+
/** @internal */
|
|
1013
|
+
export declare const JobPostingStatus$outboundSchema: z.ZodNativeEnum<typeof JobPostingStatus>;
|
|
1014
|
+
/**
|
|
1015
|
+
* @internal
|
|
1016
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1017
|
+
*/
|
|
1018
|
+
export declare namespace JobPostingStatus$ {
|
|
1019
|
+
/** @deprecated use `JobPostingStatus$inboundSchema` instead. */
|
|
1020
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1021
|
+
readonly Active: "ACTIVE";
|
|
1022
|
+
readonly Inactive: "INACTIVE";
|
|
1023
|
+
readonly Draft: "DRAFT";
|
|
1024
|
+
}>;
|
|
1025
|
+
/** @deprecated use `JobPostingStatus$outboundSchema` instead. */
|
|
1026
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1027
|
+
readonly Active: "ACTIVE";
|
|
1028
|
+
readonly Inactive: "INACTIVE";
|
|
1029
|
+
readonly Draft: "DRAFT";
|
|
1030
|
+
}>;
|
|
1031
|
+
}
|
|
1032
|
+
/** @internal */
|
|
1033
|
+
export declare const JobPostingVisibility$inboundSchema: z.ZodNativeEnum<typeof JobPostingVisibility>;
|
|
1034
|
+
/** @internal */
|
|
1035
|
+
export declare const JobPostingVisibility$outboundSchema: z.ZodNativeEnum<typeof JobPostingVisibility>;
|
|
1036
|
+
/**
|
|
1037
|
+
* @internal
|
|
1038
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1039
|
+
*/
|
|
1040
|
+
export declare namespace JobPostingVisibility$ {
|
|
1041
|
+
/** @deprecated use `JobPostingVisibility$inboundSchema` instead. */
|
|
1042
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1043
|
+
readonly Public: "PUBLIC";
|
|
1044
|
+
readonly Internal: "INTERNAL";
|
|
1045
|
+
readonly Unlisted: "UNLISTED";
|
|
1046
|
+
}>;
|
|
1047
|
+
/** @deprecated use `JobPostingVisibility$outboundSchema` instead. */
|
|
1048
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1049
|
+
readonly Public: "PUBLIC";
|
|
1050
|
+
readonly Internal: "INTERNAL";
|
|
1051
|
+
readonly Unlisted: "UNLISTED";
|
|
1052
|
+
}>;
|
|
1053
|
+
}
|
|
1054
|
+
/** @internal */
|
|
1055
|
+
export declare const JobPosting$inboundSchema: z.ZodType<JobPosting, z.ZodTypeDef, unknown>;
|
|
1056
|
+
/** @internal */
|
|
1057
|
+
export type JobPosting$Outbound = {
|
|
1058
|
+
id: string;
|
|
1059
|
+
remote_id: string | null;
|
|
1060
|
+
title: string | null;
|
|
1061
|
+
description_html: string | null;
|
|
1062
|
+
status: string | null;
|
|
1063
|
+
visibility: string | null;
|
|
1064
|
+
url: string | null;
|
|
1065
|
+
};
|
|
1066
|
+
/** @internal */
|
|
1067
|
+
export declare const JobPosting$outboundSchema: z.ZodType<JobPosting$Outbound, z.ZodTypeDef, JobPosting>;
|
|
1068
|
+
/**
|
|
1069
|
+
* @internal
|
|
1070
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1071
|
+
*/
|
|
1072
|
+
export declare namespace JobPosting$ {
|
|
1073
|
+
/** @deprecated use `JobPosting$inboundSchema` instead. */
|
|
1074
|
+
const inboundSchema: z.ZodType<JobPosting, z.ZodTypeDef, unknown>;
|
|
1075
|
+
/** @deprecated use `JobPosting$outboundSchema` instead. */
|
|
1076
|
+
const outboundSchema: z.ZodType<JobPosting$Outbound, z.ZodTypeDef, JobPosting>;
|
|
1077
|
+
/** @deprecated use `JobPosting$Outbound` instead. */
|
|
1078
|
+
type Outbound = JobPosting$Outbound;
|
|
1079
|
+
}
|
|
1080
|
+
export declare function jobPostingToJSON(jobPosting: JobPosting): string;
|
|
1081
|
+
export declare function jobPostingFromJSON(jsonString: string): SafeParseResult<JobPosting, SDKValidationError>;
|
|
1082
|
+
/** @internal */
|
|
1083
|
+
export declare const GetAtsJobsPositiveResponseHiringTeamRole$inboundSchema: z.ZodNativeEnum<typeof GetAtsJobsPositiveResponseHiringTeamRole>;
|
|
1084
|
+
/** @internal */
|
|
1085
|
+
export declare const GetAtsJobsPositiveResponseHiringTeamRole$outboundSchema: z.ZodNativeEnum<typeof GetAtsJobsPositiveResponseHiringTeamRole>;
|
|
1086
|
+
/**
|
|
1087
|
+
* @internal
|
|
1088
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1089
|
+
*/
|
|
1090
|
+
export declare namespace GetAtsJobsPositiveResponseHiringTeamRole$ {
|
|
1091
|
+
/** @deprecated use `GetAtsJobsPositiveResponseHiringTeamRole$inboundSchema` instead. */
|
|
1092
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1093
|
+
readonly Recruiter: "RECRUITER";
|
|
1094
|
+
readonly HiringManager: "HIRING_MANAGER";
|
|
1095
|
+
}>;
|
|
1096
|
+
/** @deprecated use `GetAtsJobsPositiveResponseHiringTeamRole$outboundSchema` instead. */
|
|
1097
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1098
|
+
readonly Recruiter: "RECRUITER";
|
|
1099
|
+
readonly HiringManager: "HIRING_MANAGER";
|
|
1100
|
+
}>;
|
|
1101
|
+
}
|
|
1102
|
+
/** @internal */
|
|
1103
|
+
export declare const GetAtsJobsPositiveResponseHiringTeam$inboundSchema: z.ZodType<GetAtsJobsPositiveResponseHiringTeam, z.ZodTypeDef, unknown>;
|
|
1104
|
+
/** @internal */
|
|
1105
|
+
export type GetAtsJobsPositiveResponseHiringTeam$Outbound = {
|
|
1106
|
+
id: string;
|
|
1107
|
+
remote_id: string | null;
|
|
1108
|
+
first_name: string | null;
|
|
1109
|
+
last_name: string | null;
|
|
1110
|
+
email?: string | null | undefined;
|
|
1111
|
+
hiring_team_roles: Array<string>;
|
|
1112
|
+
};
|
|
1113
|
+
/** @internal */
|
|
1114
|
+
export declare const GetAtsJobsPositiveResponseHiringTeam$outboundSchema: z.ZodType<GetAtsJobsPositiveResponseHiringTeam$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponseHiringTeam>;
|
|
1115
|
+
/**
|
|
1116
|
+
* @internal
|
|
1117
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1118
|
+
*/
|
|
1119
|
+
export declare namespace GetAtsJobsPositiveResponseHiringTeam$ {
|
|
1120
|
+
/** @deprecated use `GetAtsJobsPositiveResponseHiringTeam$inboundSchema` instead. */
|
|
1121
|
+
const inboundSchema: z.ZodType<GetAtsJobsPositiveResponseHiringTeam, z.ZodTypeDef, unknown>;
|
|
1122
|
+
/** @deprecated use `GetAtsJobsPositiveResponseHiringTeam$outboundSchema` instead. */
|
|
1123
|
+
const outboundSchema: z.ZodType<GetAtsJobsPositiveResponseHiringTeam$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponseHiringTeam>;
|
|
1124
|
+
/** @deprecated use `GetAtsJobsPositiveResponseHiringTeam$Outbound` instead. */
|
|
1125
|
+
type Outbound = GetAtsJobsPositiveResponseHiringTeam$Outbound;
|
|
1126
|
+
}
|
|
1127
|
+
export declare function getAtsJobsPositiveResponseHiringTeamToJSON(getAtsJobsPositiveResponseHiringTeam: GetAtsJobsPositiveResponseHiringTeam): string;
|
|
1128
|
+
export declare function getAtsJobsPositiveResponseHiringTeamFromJSON(jsonString: string): SafeParseResult<GetAtsJobsPositiveResponseHiringTeam, SDKValidationError>;
|
|
1129
|
+
/** @internal */
|
|
1130
|
+
export declare const GetAtsJobsPositiveResponseResult$inboundSchema: z.ZodType<GetAtsJobsPositiveResponseResult, z.ZodTypeDef, unknown>;
|
|
1131
|
+
/** @internal */
|
|
1132
|
+
export type GetAtsJobsPositiveResponseResult$Outbound = {
|
|
1133
|
+
id: string;
|
|
1134
|
+
remote_id: string;
|
|
1135
|
+
name: string | null;
|
|
1136
|
+
job_code: string | null;
|
|
1137
|
+
description: string | null;
|
|
1138
|
+
confidential: boolean | null;
|
|
1139
|
+
weekly_hours: number | null;
|
|
1140
|
+
employment_type?: string | null | undefined;
|
|
1141
|
+
status?: string | null | undefined;
|
|
1142
|
+
visibility?: string | null | undefined;
|
|
1143
|
+
category: string | null;
|
|
1144
|
+
department: string | null;
|
|
1145
|
+
post_url: string | null;
|
|
1146
|
+
experience_level: string | null;
|
|
1147
|
+
remote_work_status?: string | null | undefined;
|
|
1148
|
+
salary_amount: number | null;
|
|
1149
|
+
salary_amount_from: number | null;
|
|
1150
|
+
salary_amount_to: number | null;
|
|
1151
|
+
salary_currency: string | null;
|
|
1152
|
+
salary_period?: string | null | undefined;
|
|
1153
|
+
location?: GetAtsJobsPositiveResponseLocation$Outbound | null | undefined;
|
|
1154
|
+
custom_fields: {
|
|
1155
|
+
[k: string]: any;
|
|
1156
|
+
} | null;
|
|
1157
|
+
remote_url: string | null;
|
|
1158
|
+
opened_at: string | null;
|
|
1159
|
+
closed_at: string | null;
|
|
1160
|
+
remote_created_at: string | null;
|
|
1161
|
+
remote_updated_at: string | null;
|
|
1162
|
+
contact_id: string | null;
|
|
1163
|
+
changed_at: string;
|
|
1164
|
+
remote_deleted_at: string | null;
|
|
1165
|
+
stages: Array<Stage$Outbound>;
|
|
1166
|
+
screening_questions: Array<ScreeningQuestion$Outbound>;
|
|
1167
|
+
job_postings: Array<JobPosting$Outbound>;
|
|
1168
|
+
hiring_team: Array<GetAtsJobsPositiveResponseHiringTeam$Outbound>;
|
|
1169
|
+
};
|
|
1170
|
+
/** @internal */
|
|
1171
|
+
export declare const GetAtsJobsPositiveResponseResult$outboundSchema: z.ZodType<GetAtsJobsPositiveResponseResult$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponseResult>;
|
|
1172
|
+
/**
|
|
1173
|
+
* @internal
|
|
1174
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1175
|
+
*/
|
|
1176
|
+
export declare namespace GetAtsJobsPositiveResponseResult$ {
|
|
1177
|
+
/** @deprecated use `GetAtsJobsPositiveResponseResult$inboundSchema` instead. */
|
|
1178
|
+
const inboundSchema: z.ZodType<GetAtsJobsPositiveResponseResult, z.ZodTypeDef, unknown>;
|
|
1179
|
+
/** @deprecated use `GetAtsJobsPositiveResponseResult$outboundSchema` instead. */
|
|
1180
|
+
const outboundSchema: z.ZodType<GetAtsJobsPositiveResponseResult$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponseResult>;
|
|
1181
|
+
/** @deprecated use `GetAtsJobsPositiveResponseResult$Outbound` instead. */
|
|
1182
|
+
type Outbound = GetAtsJobsPositiveResponseResult$Outbound;
|
|
1183
|
+
}
|
|
1184
|
+
export declare function getAtsJobsPositiveResponseResultToJSON(getAtsJobsPositiveResponseResult: GetAtsJobsPositiveResponseResult): string;
|
|
1185
|
+
export declare function getAtsJobsPositiveResponseResultFromJSON(jsonString: string): SafeParseResult<GetAtsJobsPositiveResponseResult, SDKValidationError>;
|
|
1186
|
+
/** @internal */
|
|
1187
|
+
export declare const GetAtsJobsPositiveResponseData$inboundSchema: z.ZodType<GetAtsJobsPositiveResponseData, z.ZodTypeDef, unknown>;
|
|
1188
|
+
/** @internal */
|
|
1189
|
+
export type GetAtsJobsPositiveResponseData$Outbound = {
|
|
1190
|
+
next: string | null;
|
|
1191
|
+
results: Array<GetAtsJobsPositiveResponseResult$Outbound>;
|
|
1192
|
+
};
|
|
1193
|
+
/** @internal */
|
|
1194
|
+
export declare const GetAtsJobsPositiveResponseData$outboundSchema: z.ZodType<GetAtsJobsPositiveResponseData$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponseData>;
|
|
1195
|
+
/**
|
|
1196
|
+
* @internal
|
|
1197
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1198
|
+
*/
|
|
1199
|
+
export declare namespace GetAtsJobsPositiveResponseData$ {
|
|
1200
|
+
/** @deprecated use `GetAtsJobsPositiveResponseData$inboundSchema` instead. */
|
|
1201
|
+
const inboundSchema: z.ZodType<GetAtsJobsPositiveResponseData, z.ZodTypeDef, unknown>;
|
|
1202
|
+
/** @deprecated use `GetAtsJobsPositiveResponseData$outboundSchema` instead. */
|
|
1203
|
+
const outboundSchema: z.ZodType<GetAtsJobsPositiveResponseData$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponseData>;
|
|
1204
|
+
/** @deprecated use `GetAtsJobsPositiveResponseData$Outbound` instead. */
|
|
1205
|
+
type Outbound = GetAtsJobsPositiveResponseData$Outbound;
|
|
1206
|
+
}
|
|
1207
|
+
export declare function getAtsJobsPositiveResponseDataToJSON(getAtsJobsPositiveResponseData: GetAtsJobsPositiveResponseData): string;
|
|
1208
|
+
export declare function getAtsJobsPositiveResponseDataFromJSON(jsonString: string): SafeParseResult<GetAtsJobsPositiveResponseData, SDKValidationError>;
|
|
1209
|
+
/** @internal */
|
|
1210
|
+
export declare const GetAtsJobsPositiveResponse$inboundSchema: z.ZodType<GetAtsJobsPositiveResponse, z.ZodTypeDef, unknown>;
|
|
1211
|
+
/** @internal */
|
|
1212
|
+
export type GetAtsJobsPositiveResponse$Outbound = {
|
|
1213
|
+
status: "success";
|
|
1214
|
+
data: GetAtsJobsPositiveResponseData$Outbound;
|
|
1215
|
+
};
|
|
1216
|
+
/** @internal */
|
|
1217
|
+
export declare const GetAtsJobsPositiveResponse$outboundSchema: z.ZodType<GetAtsJobsPositiveResponse$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponse>;
|
|
1218
|
+
/**
|
|
1219
|
+
* @internal
|
|
1220
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1221
|
+
*/
|
|
1222
|
+
export declare namespace GetAtsJobsPositiveResponse$ {
|
|
1223
|
+
/** @deprecated use `GetAtsJobsPositiveResponse$inboundSchema` instead. */
|
|
1224
|
+
const inboundSchema: z.ZodType<GetAtsJobsPositiveResponse, z.ZodTypeDef, unknown>;
|
|
1225
|
+
/** @deprecated use `GetAtsJobsPositiveResponse$outboundSchema` instead. */
|
|
1226
|
+
const outboundSchema: z.ZodType<GetAtsJobsPositiveResponse$Outbound, z.ZodTypeDef, GetAtsJobsPositiveResponse>;
|
|
1227
|
+
/** @deprecated use `GetAtsJobsPositiveResponse$Outbound` instead. */
|
|
1228
|
+
type Outbound = GetAtsJobsPositiveResponse$Outbound;
|
|
1229
|
+
}
|
|
1230
|
+
export declare function getAtsJobsPositiveResponseToJSON(getAtsJobsPositiveResponse: GetAtsJobsPositiveResponse): string;
|
|
1231
|
+
export declare function getAtsJobsPositiveResponseFromJSON(jsonString: string): SafeParseResult<GetAtsJobsPositiveResponse, SDKValidationError>;
|
|
1232
|
+
//# sourceMappingURL=getatsjobspositiveresponse.d.ts.map
|