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