@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,1307 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
+
/**
|
|
6
|
+
* Parsed status of the application. If Kombo identifies that the application was accepted and the candidate hired, it will be `HIRED`. If the application was rejected or the candidate declined, it will be `DECLINED`. If the application is still in process, it will be `PENDING`.
|
|
7
|
+
*
|
|
8
|
+
* @remarks
|
|
9
|
+
* Kombo will always try to deliver this information as reliably as possible.
|
|
10
|
+
*/
|
|
11
|
+
export declare const GetAtsApplicationsPositiveResponseOutcome: {
|
|
12
|
+
readonly Pending: "PENDING";
|
|
13
|
+
readonly Hired: "HIRED";
|
|
14
|
+
readonly Declined: "DECLINED";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Parsed status of the application. If Kombo identifies that the application was accepted and the candidate hired, it will be `HIRED`. If the application was rejected or the candidate declined, it will be `DECLINED`. If the application is still in process, it will be `PENDING`.
|
|
18
|
+
*
|
|
19
|
+
* @remarks
|
|
20
|
+
* Kombo will always try to deliver this information as reliably as possible.
|
|
21
|
+
*/
|
|
22
|
+
export type GetAtsApplicationsPositiveResponseOutcome = ClosedEnum<typeof GetAtsApplicationsPositiveResponseOutcome>;
|
|
23
|
+
export type GetAtsApplicationsPositiveResponseAnswer7 = {
|
|
24
|
+
/**
|
|
25
|
+
* We pass the original question data along so you can handle it.
|
|
26
|
+
*/
|
|
27
|
+
raw?: any | null | undefined;
|
|
28
|
+
};
|
|
29
|
+
export type GetAtsApplicationsPositiveResponseQuestionUnknown = {
|
|
30
|
+
remote_id: string | null;
|
|
31
|
+
title: string;
|
|
32
|
+
/**
|
|
33
|
+
* When we're not able to map a specific question type yet, we will return this type. Every `UNKNOWN` question will also be parsed and unified by us at some point.
|
|
34
|
+
*/
|
|
35
|
+
type: "UNKNOWN";
|
|
36
|
+
};
|
|
37
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7 = {
|
|
38
|
+
answer: GetAtsApplicationsPositiveResponseAnswer7;
|
|
39
|
+
question: GetAtsApplicationsPositiveResponseQuestionUnknown;
|
|
40
|
+
};
|
|
41
|
+
export type GetAtsApplicationsPositiveResponseAnswer6 = {
|
|
42
|
+
date: Date | null;
|
|
43
|
+
};
|
|
44
|
+
export type GetAtsApplicationsPositiveResponseQuestionDate = {
|
|
45
|
+
remote_id: string | null;
|
|
46
|
+
title: string;
|
|
47
|
+
type: "DATE";
|
|
48
|
+
};
|
|
49
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6 = {
|
|
50
|
+
answer: GetAtsApplicationsPositiveResponseAnswer6;
|
|
51
|
+
question: GetAtsApplicationsPositiveResponseQuestionDate;
|
|
52
|
+
};
|
|
53
|
+
export type GetAtsApplicationsPositiveResponseAnswer5 = {
|
|
54
|
+
number: number | null;
|
|
55
|
+
};
|
|
56
|
+
export type GetAtsApplicationsPositiveResponseQuestionNumber = {
|
|
57
|
+
remote_id: string | null;
|
|
58
|
+
title: string;
|
|
59
|
+
type: "NUMBER";
|
|
60
|
+
};
|
|
61
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5 = {
|
|
62
|
+
answer: GetAtsApplicationsPositiveResponseAnswer5;
|
|
63
|
+
question: GetAtsApplicationsPositiveResponseQuestionNumber;
|
|
64
|
+
};
|
|
65
|
+
export type GetAtsApplicationsPositiveResponseAnswer4 = {
|
|
66
|
+
checked: boolean | null;
|
|
67
|
+
};
|
|
68
|
+
export type GetAtsApplicationsPositiveResponseQuestionBoolean = {
|
|
69
|
+
remote_id: string | null;
|
|
70
|
+
title: string;
|
|
71
|
+
type: "BOOLEAN";
|
|
72
|
+
};
|
|
73
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4 = {
|
|
74
|
+
answer: GetAtsApplicationsPositiveResponseAnswer4;
|
|
75
|
+
question: GetAtsApplicationsPositiveResponseQuestionBoolean;
|
|
76
|
+
};
|
|
77
|
+
export type GetAtsApplicationsPositiveResponseAnswer3 = {
|
|
78
|
+
choices?: Array<string> | undefined;
|
|
79
|
+
};
|
|
80
|
+
export type GetAtsApplicationsPositiveResponseQuestionMultiSelect = {
|
|
81
|
+
remote_id: string | null;
|
|
82
|
+
title: string;
|
|
83
|
+
type: "MULTI_SELECT";
|
|
84
|
+
};
|
|
85
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3 = {
|
|
86
|
+
answer: GetAtsApplicationsPositiveResponseAnswer3;
|
|
87
|
+
question: GetAtsApplicationsPositiveResponseQuestionMultiSelect;
|
|
88
|
+
};
|
|
89
|
+
export type GetAtsApplicationsPositiveResponseAnswer2 = {
|
|
90
|
+
choice: string | null;
|
|
91
|
+
};
|
|
92
|
+
export type GetAtsApplicationsPositiveResponseQuestionSingleSelect = {
|
|
93
|
+
remote_id: string | null;
|
|
94
|
+
title: string;
|
|
95
|
+
type: "SINGLE_SELECT";
|
|
96
|
+
};
|
|
97
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2 = {
|
|
98
|
+
answer: GetAtsApplicationsPositiveResponseAnswer2;
|
|
99
|
+
question: GetAtsApplicationsPositiveResponseQuestionSingleSelect;
|
|
100
|
+
};
|
|
101
|
+
export type GetAtsApplicationsPositiveResponseAnswer1 = {
|
|
102
|
+
content: string | null;
|
|
103
|
+
};
|
|
104
|
+
export type GetAtsApplicationsPositiveResponseQuestionText = {
|
|
105
|
+
remote_id: string | null;
|
|
106
|
+
title: string;
|
|
107
|
+
type: "TEXT";
|
|
108
|
+
};
|
|
109
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1 = {
|
|
110
|
+
answer: GetAtsApplicationsPositiveResponseAnswer1;
|
|
111
|
+
question: GetAtsApplicationsPositiveResponseQuestionText;
|
|
112
|
+
};
|
|
113
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7;
|
|
114
|
+
export type GetAtsApplicationsPositiveResponseEmailAddress = {
|
|
115
|
+
email_address?: string | null | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* Kombo exposes type information through this field. If we don't get any information from the tool, we will set this to `null`.
|
|
118
|
+
*/
|
|
119
|
+
type: string | null;
|
|
120
|
+
};
|
|
121
|
+
export type GetAtsApplicationsPositiveResponsePhoneNumber = {
|
|
122
|
+
phone_number: string;
|
|
123
|
+
/**
|
|
124
|
+
* Kombo exposes type information through this field. If we don't get any information from the tool, we will set this to `null`.
|
|
125
|
+
*/
|
|
126
|
+
type?: string | null | undefined;
|
|
127
|
+
};
|
|
128
|
+
export type GetAtsApplicationsPositiveResponseSocialMedia = {
|
|
129
|
+
link?: string | null | undefined;
|
|
130
|
+
type?: string | null | undefined;
|
|
131
|
+
username?: string | null | undefined;
|
|
132
|
+
};
|
|
133
|
+
export type GetAtsApplicationsPositiveResponseTag = {
|
|
134
|
+
/**
|
|
135
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
136
|
+
*/
|
|
137
|
+
id: string;
|
|
138
|
+
/**
|
|
139
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
140
|
+
*/
|
|
141
|
+
remote_id: string | null;
|
|
142
|
+
name: string | null;
|
|
143
|
+
};
|
|
144
|
+
export type GetAtsApplicationsPositiveResponseCandidate = {
|
|
145
|
+
/**
|
|
146
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
147
|
+
*/
|
|
148
|
+
id: string;
|
|
149
|
+
/**
|
|
150
|
+
* 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.
|
|
151
|
+
*/
|
|
152
|
+
remote_id: string;
|
|
153
|
+
/**
|
|
154
|
+
* First name of the candidate.
|
|
155
|
+
*/
|
|
156
|
+
first_name: string | null;
|
|
157
|
+
/**
|
|
158
|
+
* Last name of the candidate.
|
|
159
|
+
*/
|
|
160
|
+
last_name: string | null;
|
|
161
|
+
/**
|
|
162
|
+
* A list of email addresses of the candidate with an optional type. If an email address is invalid, it will be filtered out.
|
|
163
|
+
*/
|
|
164
|
+
email_addresses?: Array<GetAtsApplicationsPositiveResponseEmailAddress> | null | undefined;
|
|
165
|
+
/**
|
|
166
|
+
* A list of phone numbers of the candidate.
|
|
167
|
+
*/
|
|
168
|
+
phone_numbers?: Array<GetAtsApplicationsPositiveResponsePhoneNumber> | null | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* List of social media accounts of the candidate.
|
|
171
|
+
*/
|
|
172
|
+
social_media?: Array<GetAtsApplicationsPositiveResponseSocialMedia> | null | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* 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.
|
|
175
|
+
*/
|
|
176
|
+
source: string | null;
|
|
177
|
+
/**
|
|
178
|
+
* 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.
|
|
179
|
+
*/
|
|
180
|
+
remote_url: string | null;
|
|
181
|
+
tags: Array<GetAtsApplicationsPositiveResponseTag>;
|
|
182
|
+
};
|
|
183
|
+
export type GetAtsApplicationsPositiveResponseCurrentStage = {
|
|
184
|
+
/**
|
|
185
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
186
|
+
*/
|
|
187
|
+
id: string;
|
|
188
|
+
/**
|
|
189
|
+
* 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.
|
|
190
|
+
*/
|
|
191
|
+
remote_id: string | null;
|
|
192
|
+
/**
|
|
193
|
+
* The application stage name. For example, "Initial Screening".
|
|
194
|
+
*/
|
|
195
|
+
name: string | null;
|
|
196
|
+
index: number | null;
|
|
197
|
+
};
|
|
198
|
+
export type GetAtsApplicationsPositiveResponseJob = {
|
|
199
|
+
/**
|
|
200
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
201
|
+
*/
|
|
202
|
+
id: string;
|
|
203
|
+
/**
|
|
204
|
+
* 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.
|
|
205
|
+
*/
|
|
206
|
+
remote_id: string;
|
|
207
|
+
/**
|
|
208
|
+
* Title of the job.
|
|
209
|
+
*/
|
|
210
|
+
name: string | null;
|
|
211
|
+
};
|
|
212
|
+
/**
|
|
213
|
+
* Location of the interview.
|
|
214
|
+
*/
|
|
215
|
+
export type GetAtsApplicationsPositiveResponseLocation = {
|
|
216
|
+
city?: string | null | undefined;
|
|
217
|
+
/**
|
|
218
|
+
* Contains the ISO2 country code if possible. If not, it contains the original value.
|
|
219
|
+
*/
|
|
220
|
+
country?: string | null | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* If we have address data, this is filled with the raw address string.
|
|
223
|
+
*/
|
|
224
|
+
raw?: string | null | undefined;
|
|
225
|
+
state?: string | null | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* If we can parse the address data, this field contains the first part of the street information.
|
|
228
|
+
*/
|
|
229
|
+
street_1?: string | null | undefined;
|
|
230
|
+
street_2?: string | null | undefined;
|
|
231
|
+
zip_code?: string | null | undefined;
|
|
232
|
+
};
|
|
233
|
+
export type Interview = {
|
|
234
|
+
/**
|
|
235
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
236
|
+
*/
|
|
237
|
+
id: string;
|
|
238
|
+
/**
|
|
239
|
+
* 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.
|
|
240
|
+
*/
|
|
241
|
+
remote_id: string | null;
|
|
242
|
+
/**
|
|
243
|
+
* The title of the interview.
|
|
244
|
+
*/
|
|
245
|
+
title: string | null;
|
|
246
|
+
/**
|
|
247
|
+
* The start time of the interview.
|
|
248
|
+
*/
|
|
249
|
+
starting_at: Date | null;
|
|
250
|
+
/**
|
|
251
|
+
* The end time of the interview.
|
|
252
|
+
*/
|
|
253
|
+
ending_at: Date | null;
|
|
254
|
+
/**
|
|
255
|
+
* Location of the interview.
|
|
256
|
+
*/
|
|
257
|
+
location?: GetAtsApplicationsPositiveResponseLocation | null | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* Whether the interview was canceled or not. If we have no information, this field will be `null`.
|
|
260
|
+
*/
|
|
261
|
+
canceled: boolean | null;
|
|
262
|
+
};
|
|
263
|
+
/**
|
|
264
|
+
* The offer’s current status. The usual flow of statuses is as follows:
|
|
265
|
+
*
|
|
266
|
+
* @remarks
|
|
267
|
+
* `DRAFT` -> `APPROVED` -> `SENT` -> `ACCEPTED` or `DECLINED`.
|
|
268
|
+
*
|
|
269
|
+
* Please note that not all systems will expose all statuses. For example, most systems do not include the `APPROVED` status
|
|
270
|
+
*
|
|
271
|
+
* - `ACCEPTED`: The offer was accepted by the candidate.
|
|
272
|
+
* - `DECLINED`: The offer was declined by the candidate.
|
|
273
|
+
* - `SENT`: The offer was sent to the candidate.
|
|
274
|
+
* - `APPROVED`: The draft was approved.
|
|
275
|
+
* - `DRAFT`: The offer is a draft and has not yet been sent to the candidate.
|
|
276
|
+
* - `ABANDONED`: The offer has expired or is no longer valid and should not be considered.
|
|
277
|
+
*/
|
|
278
|
+
export declare const GetAtsApplicationsPositiveResponseStatus: {
|
|
279
|
+
readonly Accepted: "ACCEPTED";
|
|
280
|
+
readonly Declined: "DECLINED";
|
|
281
|
+
readonly Sent: "SENT";
|
|
282
|
+
readonly Approved: "APPROVED";
|
|
283
|
+
readonly Draft: "DRAFT";
|
|
284
|
+
readonly Abandoned: "ABANDONED";
|
|
285
|
+
};
|
|
286
|
+
/**
|
|
287
|
+
* The offer’s current status. The usual flow of statuses is as follows:
|
|
288
|
+
*
|
|
289
|
+
* @remarks
|
|
290
|
+
* `DRAFT` -> `APPROVED` -> `SENT` -> `ACCEPTED` or `DECLINED`.
|
|
291
|
+
*
|
|
292
|
+
* Please note that not all systems will expose all statuses. For example, most systems do not include the `APPROVED` status
|
|
293
|
+
*
|
|
294
|
+
* - `ACCEPTED`: The offer was accepted by the candidate.
|
|
295
|
+
* - `DECLINED`: The offer was declined by the candidate.
|
|
296
|
+
* - `SENT`: The offer was sent to the candidate.
|
|
297
|
+
* - `APPROVED`: The draft was approved.
|
|
298
|
+
* - `DRAFT`: The offer is a draft and has not yet been sent to the candidate.
|
|
299
|
+
* - `ABANDONED`: The offer has expired or is no longer valid and should not be considered.
|
|
300
|
+
*/
|
|
301
|
+
export type GetAtsApplicationsPositiveResponseStatus = ClosedEnum<typeof GetAtsApplicationsPositiveResponseStatus>;
|
|
302
|
+
export type Offer = {
|
|
303
|
+
/**
|
|
304
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
305
|
+
*/
|
|
306
|
+
id: string;
|
|
307
|
+
/**
|
|
308
|
+
* 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.
|
|
309
|
+
*/
|
|
310
|
+
remote_id: string | null;
|
|
311
|
+
/**
|
|
312
|
+
* The offer’s current status. The usual flow of statuses is as follows:
|
|
313
|
+
*
|
|
314
|
+
* @remarks
|
|
315
|
+
* `DRAFT` -> `APPROVED` -> `SENT` -> `ACCEPTED` or `DECLINED`.
|
|
316
|
+
*
|
|
317
|
+
* Please note that not all systems will expose all statuses. For example, most systems do not include the `APPROVED` status
|
|
318
|
+
*
|
|
319
|
+
* - `ACCEPTED`: The offer was accepted by the candidate.
|
|
320
|
+
* - `DECLINED`: The offer was declined by the candidate.
|
|
321
|
+
* - `SENT`: The offer was sent to the candidate.
|
|
322
|
+
* - `APPROVED`: The draft was approved.
|
|
323
|
+
* - `DRAFT`: The offer is a draft and has not yet been sent to the candidate.
|
|
324
|
+
* - `ABANDONED`: The offer has expired or is no longer valid and should not be considered.
|
|
325
|
+
*/
|
|
326
|
+
status: GetAtsApplicationsPositiveResponseStatus | null;
|
|
327
|
+
};
|
|
328
|
+
export type GetAtsApplicationsPositiveResponseResult = {
|
|
329
|
+
/**
|
|
330
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
331
|
+
*/
|
|
332
|
+
id: string;
|
|
333
|
+
/**
|
|
334
|
+
* 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.
|
|
335
|
+
*/
|
|
336
|
+
remote_id: string | null;
|
|
337
|
+
/**
|
|
338
|
+
* 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`.
|
|
339
|
+
*
|
|
340
|
+
* @remarks
|
|
341
|
+
* Kombo will always try to deliver this information as reliably as possible.
|
|
342
|
+
*/
|
|
343
|
+
outcome: GetAtsApplicationsPositiveResponseOutcome | null;
|
|
344
|
+
/**
|
|
345
|
+
* Reason for the rejection of the candidate.
|
|
346
|
+
*/
|
|
347
|
+
rejection_reason_name: string | null;
|
|
348
|
+
/**
|
|
349
|
+
* The time that the application was rejected.
|
|
350
|
+
*/
|
|
351
|
+
rejected_at: Date | null;
|
|
352
|
+
/**
|
|
353
|
+
* ID of the current application stage
|
|
354
|
+
*/
|
|
355
|
+
current_stage_id: string | null;
|
|
356
|
+
/**
|
|
357
|
+
* The Kombo ID of the job which the candidate applied to. The ID can be used to retrieve the job from the `get jobs` endpoint.
|
|
358
|
+
*/
|
|
359
|
+
job_id: string | null;
|
|
360
|
+
/**
|
|
361
|
+
* The Kombo ID of the candidate who applied to the job. The ID can be used to retrieve the candidate from the `get candidates` endpoint.
|
|
362
|
+
*/
|
|
363
|
+
candidate_id: string | null;
|
|
364
|
+
/**
|
|
365
|
+
* A list of answers to screening questions. The screening answer type `FILE` is currently unsupported.
|
|
366
|
+
*/
|
|
367
|
+
screening_question_answers?: Array<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6 | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7> | null | undefined;
|
|
368
|
+
/**
|
|
369
|
+
* A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
370
|
+
*/
|
|
371
|
+
custom_fields: {
|
|
372
|
+
[k: string]: any;
|
|
373
|
+
} | null;
|
|
374
|
+
/**
|
|
375
|
+
* 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.
|
|
376
|
+
*/
|
|
377
|
+
remote_url: string | null;
|
|
378
|
+
/**
|
|
379
|
+
* 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.
|
|
380
|
+
*/
|
|
381
|
+
changed_at: Date;
|
|
382
|
+
/**
|
|
383
|
+
* 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.
|
|
384
|
+
*/
|
|
385
|
+
remote_deleted_at: Date | null;
|
|
386
|
+
/**
|
|
387
|
+
* The date and time the object was created in the remote system.
|
|
388
|
+
*/
|
|
389
|
+
remote_created_at: Date | null;
|
|
390
|
+
/**
|
|
391
|
+
* A timestamp retrieved from the remote system, describing when the resource was last updated.
|
|
392
|
+
*/
|
|
393
|
+
remote_updated_at: Date | null;
|
|
394
|
+
candidate: GetAtsApplicationsPositiveResponseCandidate | null;
|
|
395
|
+
current_stage: GetAtsApplicationsPositiveResponseCurrentStage | null;
|
|
396
|
+
job: GetAtsApplicationsPositiveResponseJob | null;
|
|
397
|
+
interviews: Array<Interview>;
|
|
398
|
+
offers: Array<Offer>;
|
|
399
|
+
};
|
|
400
|
+
export type GetAtsApplicationsPositiveResponseData = {
|
|
401
|
+
/**
|
|
402
|
+
* Cursor string that can be passed to the `cursor` query parameter to get the next page. If this is `null`, then there are no more pages.
|
|
403
|
+
*/
|
|
404
|
+
next: string | null;
|
|
405
|
+
results: Array<GetAtsApplicationsPositiveResponseResult>;
|
|
406
|
+
};
|
|
407
|
+
export type GetAtsApplicationsPositiveResponse = {
|
|
408
|
+
status: "success";
|
|
409
|
+
data: GetAtsApplicationsPositiveResponseData;
|
|
410
|
+
};
|
|
411
|
+
/** @internal */
|
|
412
|
+
export declare const GetAtsApplicationsPositiveResponseOutcome$inboundSchema: z.ZodNativeEnum<typeof GetAtsApplicationsPositiveResponseOutcome>;
|
|
413
|
+
/** @internal */
|
|
414
|
+
export declare const GetAtsApplicationsPositiveResponseOutcome$outboundSchema: z.ZodNativeEnum<typeof GetAtsApplicationsPositiveResponseOutcome>;
|
|
415
|
+
/**
|
|
416
|
+
* @internal
|
|
417
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
418
|
+
*/
|
|
419
|
+
export declare namespace GetAtsApplicationsPositiveResponseOutcome$ {
|
|
420
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseOutcome$inboundSchema` instead. */
|
|
421
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
422
|
+
readonly Pending: "PENDING";
|
|
423
|
+
readonly Hired: "HIRED";
|
|
424
|
+
readonly Declined: "DECLINED";
|
|
425
|
+
}>;
|
|
426
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseOutcome$outboundSchema` instead. */
|
|
427
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
428
|
+
readonly Pending: "PENDING";
|
|
429
|
+
readonly Hired: "HIRED";
|
|
430
|
+
readonly Declined: "DECLINED";
|
|
431
|
+
}>;
|
|
432
|
+
}
|
|
433
|
+
/** @internal */
|
|
434
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer7$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer7, z.ZodTypeDef, unknown>;
|
|
435
|
+
/** @internal */
|
|
436
|
+
export type GetAtsApplicationsPositiveResponseAnswer7$Outbound = {
|
|
437
|
+
raw?: any | null | undefined;
|
|
438
|
+
};
|
|
439
|
+
/** @internal */
|
|
440
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer7$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer7$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer7>;
|
|
441
|
+
/**
|
|
442
|
+
* @internal
|
|
443
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
444
|
+
*/
|
|
445
|
+
export declare namespace GetAtsApplicationsPositiveResponseAnswer7$ {
|
|
446
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer7$inboundSchema` instead. */
|
|
447
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer7, z.ZodTypeDef, unknown>;
|
|
448
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer7$outboundSchema` instead. */
|
|
449
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer7$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer7>;
|
|
450
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer7$Outbound` instead. */
|
|
451
|
+
type Outbound = GetAtsApplicationsPositiveResponseAnswer7$Outbound;
|
|
452
|
+
}
|
|
453
|
+
export declare function getAtsApplicationsPositiveResponseAnswer7ToJSON(getAtsApplicationsPositiveResponseAnswer7: GetAtsApplicationsPositiveResponseAnswer7): string;
|
|
454
|
+
export declare function getAtsApplicationsPositiveResponseAnswer7FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseAnswer7, SDKValidationError>;
|
|
455
|
+
/** @internal */
|
|
456
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionUnknown, z.ZodTypeDef, unknown>;
|
|
457
|
+
/** @internal */
|
|
458
|
+
export type GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound = {
|
|
459
|
+
remote_id: string | null;
|
|
460
|
+
title: string;
|
|
461
|
+
type: "UNKNOWN";
|
|
462
|
+
};
|
|
463
|
+
/** @internal */
|
|
464
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionUnknown>;
|
|
465
|
+
/**
|
|
466
|
+
* @internal
|
|
467
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
468
|
+
*/
|
|
469
|
+
export declare namespace GetAtsApplicationsPositiveResponseQuestionUnknown$ {
|
|
470
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionUnknown$inboundSchema` instead. */
|
|
471
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionUnknown, z.ZodTypeDef, unknown>;
|
|
472
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionUnknown$outboundSchema` instead. */
|
|
473
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionUnknown>;
|
|
474
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound` instead. */
|
|
475
|
+
type Outbound = GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound;
|
|
476
|
+
}
|
|
477
|
+
export declare function getAtsApplicationsPositiveResponseQuestionUnknownToJSON(getAtsApplicationsPositiveResponseQuestionUnknown: GetAtsApplicationsPositiveResponseQuestionUnknown): string;
|
|
478
|
+
export declare function getAtsApplicationsPositiveResponseQuestionUnknownFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseQuestionUnknown, SDKValidationError>;
|
|
479
|
+
/** @internal */
|
|
480
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7, z.ZodTypeDef, unknown>;
|
|
481
|
+
/** @internal */
|
|
482
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound = {
|
|
483
|
+
answer: GetAtsApplicationsPositiveResponseAnswer7$Outbound;
|
|
484
|
+
question: GetAtsApplicationsPositiveResponseQuestionUnknown$Outbound;
|
|
485
|
+
};
|
|
486
|
+
/** @internal */
|
|
487
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7>;
|
|
488
|
+
/**
|
|
489
|
+
* @internal
|
|
490
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
491
|
+
*/
|
|
492
|
+
export declare namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$ {
|
|
493
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$inboundSchema` instead. */
|
|
494
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7, z.ZodTypeDef, unknown>;
|
|
495
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$outboundSchema` instead. */
|
|
496
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7>;
|
|
497
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound` instead. */
|
|
498
|
+
type Outbound = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound;
|
|
499
|
+
}
|
|
500
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer7ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer7: GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7): string;
|
|
501
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer7FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7, SDKValidationError>;
|
|
502
|
+
/** @internal */
|
|
503
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer6$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer6, z.ZodTypeDef, unknown>;
|
|
504
|
+
/** @internal */
|
|
505
|
+
export type GetAtsApplicationsPositiveResponseAnswer6$Outbound = {
|
|
506
|
+
date: string | null;
|
|
507
|
+
};
|
|
508
|
+
/** @internal */
|
|
509
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer6$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer6$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer6>;
|
|
510
|
+
/**
|
|
511
|
+
* @internal
|
|
512
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
513
|
+
*/
|
|
514
|
+
export declare namespace GetAtsApplicationsPositiveResponseAnswer6$ {
|
|
515
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer6$inboundSchema` instead. */
|
|
516
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer6, z.ZodTypeDef, unknown>;
|
|
517
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer6$outboundSchema` instead. */
|
|
518
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer6$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer6>;
|
|
519
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer6$Outbound` instead. */
|
|
520
|
+
type Outbound = GetAtsApplicationsPositiveResponseAnswer6$Outbound;
|
|
521
|
+
}
|
|
522
|
+
export declare function getAtsApplicationsPositiveResponseAnswer6ToJSON(getAtsApplicationsPositiveResponseAnswer6: GetAtsApplicationsPositiveResponseAnswer6): string;
|
|
523
|
+
export declare function getAtsApplicationsPositiveResponseAnswer6FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseAnswer6, SDKValidationError>;
|
|
524
|
+
/** @internal */
|
|
525
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionDate, z.ZodTypeDef, unknown>;
|
|
526
|
+
/** @internal */
|
|
527
|
+
export type GetAtsApplicationsPositiveResponseQuestionDate$Outbound = {
|
|
528
|
+
remote_id: string | null;
|
|
529
|
+
title: string;
|
|
530
|
+
type: "DATE";
|
|
531
|
+
};
|
|
532
|
+
/** @internal */
|
|
533
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionDate$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionDate>;
|
|
534
|
+
/**
|
|
535
|
+
* @internal
|
|
536
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
537
|
+
*/
|
|
538
|
+
export declare namespace GetAtsApplicationsPositiveResponseQuestionDate$ {
|
|
539
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionDate$inboundSchema` instead. */
|
|
540
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionDate, z.ZodTypeDef, unknown>;
|
|
541
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionDate$outboundSchema` instead. */
|
|
542
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionDate$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionDate>;
|
|
543
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionDate$Outbound` instead. */
|
|
544
|
+
type Outbound = GetAtsApplicationsPositiveResponseQuestionDate$Outbound;
|
|
545
|
+
}
|
|
546
|
+
export declare function getAtsApplicationsPositiveResponseQuestionDateToJSON(getAtsApplicationsPositiveResponseQuestionDate: GetAtsApplicationsPositiveResponseQuestionDate): string;
|
|
547
|
+
export declare function getAtsApplicationsPositiveResponseQuestionDateFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseQuestionDate, SDKValidationError>;
|
|
548
|
+
/** @internal */
|
|
549
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6, z.ZodTypeDef, unknown>;
|
|
550
|
+
/** @internal */
|
|
551
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound = {
|
|
552
|
+
answer: GetAtsApplicationsPositiveResponseAnswer6$Outbound;
|
|
553
|
+
question: GetAtsApplicationsPositiveResponseQuestionDate$Outbound;
|
|
554
|
+
};
|
|
555
|
+
/** @internal */
|
|
556
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6>;
|
|
557
|
+
/**
|
|
558
|
+
* @internal
|
|
559
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
560
|
+
*/
|
|
561
|
+
export declare namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$ {
|
|
562
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$inboundSchema` instead. */
|
|
563
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6, z.ZodTypeDef, unknown>;
|
|
564
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$outboundSchema` instead. */
|
|
565
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6>;
|
|
566
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound` instead. */
|
|
567
|
+
type Outbound = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound;
|
|
568
|
+
}
|
|
569
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer6ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer6: GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6): string;
|
|
570
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer6FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6, SDKValidationError>;
|
|
571
|
+
/** @internal */
|
|
572
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer5$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer5, z.ZodTypeDef, unknown>;
|
|
573
|
+
/** @internal */
|
|
574
|
+
export type GetAtsApplicationsPositiveResponseAnswer5$Outbound = {
|
|
575
|
+
number: number | null;
|
|
576
|
+
};
|
|
577
|
+
/** @internal */
|
|
578
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer5$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer5$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer5>;
|
|
579
|
+
/**
|
|
580
|
+
* @internal
|
|
581
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
582
|
+
*/
|
|
583
|
+
export declare namespace GetAtsApplicationsPositiveResponseAnswer5$ {
|
|
584
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer5$inboundSchema` instead. */
|
|
585
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer5, z.ZodTypeDef, unknown>;
|
|
586
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer5$outboundSchema` instead. */
|
|
587
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer5$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer5>;
|
|
588
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer5$Outbound` instead. */
|
|
589
|
+
type Outbound = GetAtsApplicationsPositiveResponseAnswer5$Outbound;
|
|
590
|
+
}
|
|
591
|
+
export declare function getAtsApplicationsPositiveResponseAnswer5ToJSON(getAtsApplicationsPositiveResponseAnswer5: GetAtsApplicationsPositiveResponseAnswer5): string;
|
|
592
|
+
export declare function getAtsApplicationsPositiveResponseAnswer5FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseAnswer5, SDKValidationError>;
|
|
593
|
+
/** @internal */
|
|
594
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionNumber, z.ZodTypeDef, unknown>;
|
|
595
|
+
/** @internal */
|
|
596
|
+
export type GetAtsApplicationsPositiveResponseQuestionNumber$Outbound = {
|
|
597
|
+
remote_id: string | null;
|
|
598
|
+
title: string;
|
|
599
|
+
type: "NUMBER";
|
|
600
|
+
};
|
|
601
|
+
/** @internal */
|
|
602
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionNumber$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionNumber>;
|
|
603
|
+
/**
|
|
604
|
+
* @internal
|
|
605
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
606
|
+
*/
|
|
607
|
+
export declare namespace GetAtsApplicationsPositiveResponseQuestionNumber$ {
|
|
608
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionNumber$inboundSchema` instead. */
|
|
609
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionNumber, z.ZodTypeDef, unknown>;
|
|
610
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionNumber$outboundSchema` instead. */
|
|
611
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionNumber$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionNumber>;
|
|
612
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionNumber$Outbound` instead. */
|
|
613
|
+
type Outbound = GetAtsApplicationsPositiveResponseQuestionNumber$Outbound;
|
|
614
|
+
}
|
|
615
|
+
export declare function getAtsApplicationsPositiveResponseQuestionNumberToJSON(getAtsApplicationsPositiveResponseQuestionNumber: GetAtsApplicationsPositiveResponseQuestionNumber): string;
|
|
616
|
+
export declare function getAtsApplicationsPositiveResponseQuestionNumberFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseQuestionNumber, SDKValidationError>;
|
|
617
|
+
/** @internal */
|
|
618
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5, z.ZodTypeDef, unknown>;
|
|
619
|
+
/** @internal */
|
|
620
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound = {
|
|
621
|
+
answer: GetAtsApplicationsPositiveResponseAnswer5$Outbound;
|
|
622
|
+
question: GetAtsApplicationsPositiveResponseQuestionNumber$Outbound;
|
|
623
|
+
};
|
|
624
|
+
/** @internal */
|
|
625
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5>;
|
|
626
|
+
/**
|
|
627
|
+
* @internal
|
|
628
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
629
|
+
*/
|
|
630
|
+
export declare namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$ {
|
|
631
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$inboundSchema` instead. */
|
|
632
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5, z.ZodTypeDef, unknown>;
|
|
633
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$outboundSchema` instead. */
|
|
634
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5>;
|
|
635
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound` instead. */
|
|
636
|
+
type Outbound = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound;
|
|
637
|
+
}
|
|
638
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer5ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer5: GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5): string;
|
|
639
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer5FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5, SDKValidationError>;
|
|
640
|
+
/** @internal */
|
|
641
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer4$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer4, z.ZodTypeDef, unknown>;
|
|
642
|
+
/** @internal */
|
|
643
|
+
export type GetAtsApplicationsPositiveResponseAnswer4$Outbound = {
|
|
644
|
+
checked: boolean | null;
|
|
645
|
+
};
|
|
646
|
+
/** @internal */
|
|
647
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer4$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer4$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer4>;
|
|
648
|
+
/**
|
|
649
|
+
* @internal
|
|
650
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
651
|
+
*/
|
|
652
|
+
export declare namespace GetAtsApplicationsPositiveResponseAnswer4$ {
|
|
653
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer4$inboundSchema` instead. */
|
|
654
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer4, z.ZodTypeDef, unknown>;
|
|
655
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer4$outboundSchema` instead. */
|
|
656
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer4$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer4>;
|
|
657
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer4$Outbound` instead. */
|
|
658
|
+
type Outbound = GetAtsApplicationsPositiveResponseAnswer4$Outbound;
|
|
659
|
+
}
|
|
660
|
+
export declare function getAtsApplicationsPositiveResponseAnswer4ToJSON(getAtsApplicationsPositiveResponseAnswer4: GetAtsApplicationsPositiveResponseAnswer4): string;
|
|
661
|
+
export declare function getAtsApplicationsPositiveResponseAnswer4FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseAnswer4, SDKValidationError>;
|
|
662
|
+
/** @internal */
|
|
663
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionBoolean, z.ZodTypeDef, unknown>;
|
|
664
|
+
/** @internal */
|
|
665
|
+
export type GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound = {
|
|
666
|
+
remote_id: string | null;
|
|
667
|
+
title: string;
|
|
668
|
+
type: "BOOLEAN";
|
|
669
|
+
};
|
|
670
|
+
/** @internal */
|
|
671
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionBoolean>;
|
|
672
|
+
/**
|
|
673
|
+
* @internal
|
|
674
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
675
|
+
*/
|
|
676
|
+
export declare namespace GetAtsApplicationsPositiveResponseQuestionBoolean$ {
|
|
677
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionBoolean$inboundSchema` instead. */
|
|
678
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionBoolean, z.ZodTypeDef, unknown>;
|
|
679
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionBoolean$outboundSchema` instead. */
|
|
680
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionBoolean>;
|
|
681
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound` instead. */
|
|
682
|
+
type Outbound = GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound;
|
|
683
|
+
}
|
|
684
|
+
export declare function getAtsApplicationsPositiveResponseQuestionBooleanToJSON(getAtsApplicationsPositiveResponseQuestionBoolean: GetAtsApplicationsPositiveResponseQuestionBoolean): string;
|
|
685
|
+
export declare function getAtsApplicationsPositiveResponseQuestionBooleanFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseQuestionBoolean, SDKValidationError>;
|
|
686
|
+
/** @internal */
|
|
687
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4, z.ZodTypeDef, unknown>;
|
|
688
|
+
/** @internal */
|
|
689
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound = {
|
|
690
|
+
answer: GetAtsApplicationsPositiveResponseAnswer4$Outbound;
|
|
691
|
+
question: GetAtsApplicationsPositiveResponseQuestionBoolean$Outbound;
|
|
692
|
+
};
|
|
693
|
+
/** @internal */
|
|
694
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4>;
|
|
695
|
+
/**
|
|
696
|
+
* @internal
|
|
697
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
698
|
+
*/
|
|
699
|
+
export declare namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$ {
|
|
700
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$inboundSchema` instead. */
|
|
701
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4, z.ZodTypeDef, unknown>;
|
|
702
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$outboundSchema` instead. */
|
|
703
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4>;
|
|
704
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound` instead. */
|
|
705
|
+
type Outbound = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound;
|
|
706
|
+
}
|
|
707
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer4ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer4: GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4): string;
|
|
708
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer4FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4, SDKValidationError>;
|
|
709
|
+
/** @internal */
|
|
710
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer3$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer3, z.ZodTypeDef, unknown>;
|
|
711
|
+
/** @internal */
|
|
712
|
+
export type GetAtsApplicationsPositiveResponseAnswer3$Outbound = {
|
|
713
|
+
choices?: Array<string> | undefined;
|
|
714
|
+
};
|
|
715
|
+
/** @internal */
|
|
716
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer3$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer3$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer3>;
|
|
717
|
+
/**
|
|
718
|
+
* @internal
|
|
719
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
720
|
+
*/
|
|
721
|
+
export declare namespace GetAtsApplicationsPositiveResponseAnswer3$ {
|
|
722
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer3$inboundSchema` instead. */
|
|
723
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer3, z.ZodTypeDef, unknown>;
|
|
724
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer3$outboundSchema` instead. */
|
|
725
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer3$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer3>;
|
|
726
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer3$Outbound` instead. */
|
|
727
|
+
type Outbound = GetAtsApplicationsPositiveResponseAnswer3$Outbound;
|
|
728
|
+
}
|
|
729
|
+
export declare function getAtsApplicationsPositiveResponseAnswer3ToJSON(getAtsApplicationsPositiveResponseAnswer3: GetAtsApplicationsPositiveResponseAnswer3): string;
|
|
730
|
+
export declare function getAtsApplicationsPositiveResponseAnswer3FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseAnswer3, SDKValidationError>;
|
|
731
|
+
/** @internal */
|
|
732
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionMultiSelect, z.ZodTypeDef, unknown>;
|
|
733
|
+
/** @internal */
|
|
734
|
+
export type GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound = {
|
|
735
|
+
remote_id: string | null;
|
|
736
|
+
title: string;
|
|
737
|
+
type: "MULTI_SELECT";
|
|
738
|
+
};
|
|
739
|
+
/** @internal */
|
|
740
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionMultiSelect>;
|
|
741
|
+
/**
|
|
742
|
+
* @internal
|
|
743
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
744
|
+
*/
|
|
745
|
+
export declare namespace GetAtsApplicationsPositiveResponseQuestionMultiSelect$ {
|
|
746
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionMultiSelect$inboundSchema` instead. */
|
|
747
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionMultiSelect, z.ZodTypeDef, unknown>;
|
|
748
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionMultiSelect$outboundSchema` instead. */
|
|
749
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionMultiSelect>;
|
|
750
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound` instead. */
|
|
751
|
+
type Outbound = GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound;
|
|
752
|
+
}
|
|
753
|
+
export declare function getAtsApplicationsPositiveResponseQuestionMultiSelectToJSON(getAtsApplicationsPositiveResponseQuestionMultiSelect: GetAtsApplicationsPositiveResponseQuestionMultiSelect): string;
|
|
754
|
+
export declare function getAtsApplicationsPositiveResponseQuestionMultiSelectFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseQuestionMultiSelect, SDKValidationError>;
|
|
755
|
+
/** @internal */
|
|
756
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3, z.ZodTypeDef, unknown>;
|
|
757
|
+
/** @internal */
|
|
758
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound = {
|
|
759
|
+
answer: GetAtsApplicationsPositiveResponseAnswer3$Outbound;
|
|
760
|
+
question: GetAtsApplicationsPositiveResponseQuestionMultiSelect$Outbound;
|
|
761
|
+
};
|
|
762
|
+
/** @internal */
|
|
763
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3>;
|
|
764
|
+
/**
|
|
765
|
+
* @internal
|
|
766
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
767
|
+
*/
|
|
768
|
+
export declare namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$ {
|
|
769
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$inboundSchema` instead. */
|
|
770
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3, z.ZodTypeDef, unknown>;
|
|
771
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$outboundSchema` instead. */
|
|
772
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3>;
|
|
773
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound` instead. */
|
|
774
|
+
type Outbound = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound;
|
|
775
|
+
}
|
|
776
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer3ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer3: GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3): string;
|
|
777
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer3FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3, SDKValidationError>;
|
|
778
|
+
/** @internal */
|
|
779
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer2$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer2, z.ZodTypeDef, unknown>;
|
|
780
|
+
/** @internal */
|
|
781
|
+
export type GetAtsApplicationsPositiveResponseAnswer2$Outbound = {
|
|
782
|
+
choice: string | null;
|
|
783
|
+
};
|
|
784
|
+
/** @internal */
|
|
785
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer2$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer2$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer2>;
|
|
786
|
+
/**
|
|
787
|
+
* @internal
|
|
788
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
789
|
+
*/
|
|
790
|
+
export declare namespace GetAtsApplicationsPositiveResponseAnswer2$ {
|
|
791
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer2$inboundSchema` instead. */
|
|
792
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer2, z.ZodTypeDef, unknown>;
|
|
793
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer2$outboundSchema` instead. */
|
|
794
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer2$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer2>;
|
|
795
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer2$Outbound` instead. */
|
|
796
|
+
type Outbound = GetAtsApplicationsPositiveResponseAnswer2$Outbound;
|
|
797
|
+
}
|
|
798
|
+
export declare function getAtsApplicationsPositiveResponseAnswer2ToJSON(getAtsApplicationsPositiveResponseAnswer2: GetAtsApplicationsPositiveResponseAnswer2): string;
|
|
799
|
+
export declare function getAtsApplicationsPositiveResponseAnswer2FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseAnswer2, SDKValidationError>;
|
|
800
|
+
/** @internal */
|
|
801
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionSingleSelect, z.ZodTypeDef, unknown>;
|
|
802
|
+
/** @internal */
|
|
803
|
+
export type GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound = {
|
|
804
|
+
remote_id: string | null;
|
|
805
|
+
title: string;
|
|
806
|
+
type: "SINGLE_SELECT";
|
|
807
|
+
};
|
|
808
|
+
/** @internal */
|
|
809
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionSingleSelect>;
|
|
810
|
+
/**
|
|
811
|
+
* @internal
|
|
812
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
813
|
+
*/
|
|
814
|
+
export declare namespace GetAtsApplicationsPositiveResponseQuestionSingleSelect$ {
|
|
815
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionSingleSelect$inboundSchema` instead. */
|
|
816
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionSingleSelect, z.ZodTypeDef, unknown>;
|
|
817
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionSingleSelect$outboundSchema` instead. */
|
|
818
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionSingleSelect>;
|
|
819
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound` instead. */
|
|
820
|
+
type Outbound = GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound;
|
|
821
|
+
}
|
|
822
|
+
export declare function getAtsApplicationsPositiveResponseQuestionSingleSelectToJSON(getAtsApplicationsPositiveResponseQuestionSingleSelect: GetAtsApplicationsPositiveResponseQuestionSingleSelect): string;
|
|
823
|
+
export declare function getAtsApplicationsPositiveResponseQuestionSingleSelectFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseQuestionSingleSelect, SDKValidationError>;
|
|
824
|
+
/** @internal */
|
|
825
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2, z.ZodTypeDef, unknown>;
|
|
826
|
+
/** @internal */
|
|
827
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound = {
|
|
828
|
+
answer: GetAtsApplicationsPositiveResponseAnswer2$Outbound;
|
|
829
|
+
question: GetAtsApplicationsPositiveResponseQuestionSingleSelect$Outbound;
|
|
830
|
+
};
|
|
831
|
+
/** @internal */
|
|
832
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2>;
|
|
833
|
+
/**
|
|
834
|
+
* @internal
|
|
835
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
836
|
+
*/
|
|
837
|
+
export declare namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$ {
|
|
838
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$inboundSchema` instead. */
|
|
839
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2, z.ZodTypeDef, unknown>;
|
|
840
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$outboundSchema` instead. */
|
|
841
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2>;
|
|
842
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound` instead. */
|
|
843
|
+
type Outbound = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound;
|
|
844
|
+
}
|
|
845
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer2ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer2: GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2): string;
|
|
846
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer2FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2, SDKValidationError>;
|
|
847
|
+
/** @internal */
|
|
848
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer1$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer1, z.ZodTypeDef, unknown>;
|
|
849
|
+
/** @internal */
|
|
850
|
+
export type GetAtsApplicationsPositiveResponseAnswer1$Outbound = {
|
|
851
|
+
content: string | null;
|
|
852
|
+
};
|
|
853
|
+
/** @internal */
|
|
854
|
+
export declare const GetAtsApplicationsPositiveResponseAnswer1$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer1$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer1>;
|
|
855
|
+
/**
|
|
856
|
+
* @internal
|
|
857
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
858
|
+
*/
|
|
859
|
+
export declare namespace GetAtsApplicationsPositiveResponseAnswer1$ {
|
|
860
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer1$inboundSchema` instead. */
|
|
861
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer1, z.ZodTypeDef, unknown>;
|
|
862
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer1$outboundSchema` instead. */
|
|
863
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseAnswer1$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseAnswer1>;
|
|
864
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseAnswer1$Outbound` instead. */
|
|
865
|
+
type Outbound = GetAtsApplicationsPositiveResponseAnswer1$Outbound;
|
|
866
|
+
}
|
|
867
|
+
export declare function getAtsApplicationsPositiveResponseAnswer1ToJSON(getAtsApplicationsPositiveResponseAnswer1: GetAtsApplicationsPositiveResponseAnswer1): string;
|
|
868
|
+
export declare function getAtsApplicationsPositiveResponseAnswer1FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseAnswer1, SDKValidationError>;
|
|
869
|
+
/** @internal */
|
|
870
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionText$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionText, z.ZodTypeDef, unknown>;
|
|
871
|
+
/** @internal */
|
|
872
|
+
export type GetAtsApplicationsPositiveResponseQuestionText$Outbound = {
|
|
873
|
+
remote_id: string | null;
|
|
874
|
+
title: string;
|
|
875
|
+
type: "TEXT";
|
|
876
|
+
};
|
|
877
|
+
/** @internal */
|
|
878
|
+
export declare const GetAtsApplicationsPositiveResponseQuestionText$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionText$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionText>;
|
|
879
|
+
/**
|
|
880
|
+
* @internal
|
|
881
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
882
|
+
*/
|
|
883
|
+
export declare namespace GetAtsApplicationsPositiveResponseQuestionText$ {
|
|
884
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionText$inboundSchema` instead. */
|
|
885
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionText, z.ZodTypeDef, unknown>;
|
|
886
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionText$outboundSchema` instead. */
|
|
887
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseQuestionText$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseQuestionText>;
|
|
888
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseQuestionText$Outbound` instead. */
|
|
889
|
+
type Outbound = GetAtsApplicationsPositiveResponseQuestionText$Outbound;
|
|
890
|
+
}
|
|
891
|
+
export declare function getAtsApplicationsPositiveResponseQuestionTextToJSON(getAtsApplicationsPositiveResponseQuestionText: GetAtsApplicationsPositiveResponseQuestionText): string;
|
|
892
|
+
export declare function getAtsApplicationsPositiveResponseQuestionTextFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseQuestionText, SDKValidationError>;
|
|
893
|
+
/** @internal */
|
|
894
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1, z.ZodTypeDef, unknown>;
|
|
895
|
+
/** @internal */
|
|
896
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound = {
|
|
897
|
+
answer: GetAtsApplicationsPositiveResponseAnswer1$Outbound;
|
|
898
|
+
question: GetAtsApplicationsPositiveResponseQuestionText$Outbound;
|
|
899
|
+
};
|
|
900
|
+
/** @internal */
|
|
901
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1>;
|
|
902
|
+
/**
|
|
903
|
+
* @internal
|
|
904
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
905
|
+
*/
|
|
906
|
+
export declare namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$ {
|
|
907
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$inboundSchema` instead. */
|
|
908
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1, z.ZodTypeDef, unknown>;
|
|
909
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$outboundSchema` instead. */
|
|
910
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1>;
|
|
911
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound` instead. */
|
|
912
|
+
type Outbound = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound;
|
|
913
|
+
}
|
|
914
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer1ToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswer1: GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1): string;
|
|
915
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswer1FromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1, SDKValidationError>;
|
|
916
|
+
/** @internal */
|
|
917
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion, z.ZodTypeDef, unknown>;
|
|
918
|
+
/** @internal */
|
|
919
|
+
export type GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound = GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound;
|
|
920
|
+
/** @internal */
|
|
921
|
+
export declare const GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion>;
|
|
922
|
+
/**
|
|
923
|
+
* @internal
|
|
924
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
925
|
+
*/
|
|
926
|
+
export declare namespace GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$ {
|
|
927
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$inboundSchema` instead. */
|
|
928
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion, z.ZodTypeDef, unknown>;
|
|
929
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$outboundSchema` instead. */
|
|
930
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion>;
|
|
931
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound` instead. */
|
|
932
|
+
type Outbound = GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion$Outbound;
|
|
933
|
+
}
|
|
934
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnionToJSON(getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion: GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion): string;
|
|
935
|
+
export declare function getAtsApplicationsPositiveResponseScreeningQuestionAnswerUnionFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion, SDKValidationError>;
|
|
936
|
+
/** @internal */
|
|
937
|
+
export declare const GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseEmailAddress, z.ZodTypeDef, unknown>;
|
|
938
|
+
/** @internal */
|
|
939
|
+
export type GetAtsApplicationsPositiveResponseEmailAddress$Outbound = {
|
|
940
|
+
email_address?: string | null | undefined;
|
|
941
|
+
type: string | null;
|
|
942
|
+
};
|
|
943
|
+
/** @internal */
|
|
944
|
+
export declare const GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseEmailAddress$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseEmailAddress>;
|
|
945
|
+
/**
|
|
946
|
+
* @internal
|
|
947
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
948
|
+
*/
|
|
949
|
+
export declare namespace GetAtsApplicationsPositiveResponseEmailAddress$ {
|
|
950
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseEmailAddress$inboundSchema` instead. */
|
|
951
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseEmailAddress, z.ZodTypeDef, unknown>;
|
|
952
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseEmailAddress$outboundSchema` instead. */
|
|
953
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseEmailAddress$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseEmailAddress>;
|
|
954
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseEmailAddress$Outbound` instead. */
|
|
955
|
+
type Outbound = GetAtsApplicationsPositiveResponseEmailAddress$Outbound;
|
|
956
|
+
}
|
|
957
|
+
export declare function getAtsApplicationsPositiveResponseEmailAddressToJSON(getAtsApplicationsPositiveResponseEmailAddress: GetAtsApplicationsPositiveResponseEmailAddress): string;
|
|
958
|
+
export declare function getAtsApplicationsPositiveResponseEmailAddressFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseEmailAddress, SDKValidationError>;
|
|
959
|
+
/** @internal */
|
|
960
|
+
export declare const GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponsePhoneNumber, z.ZodTypeDef, unknown>;
|
|
961
|
+
/** @internal */
|
|
962
|
+
export type GetAtsApplicationsPositiveResponsePhoneNumber$Outbound = {
|
|
963
|
+
phone_number: string;
|
|
964
|
+
type?: string | null | undefined;
|
|
965
|
+
};
|
|
966
|
+
/** @internal */
|
|
967
|
+
export declare const GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponsePhoneNumber$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponsePhoneNumber>;
|
|
968
|
+
/**
|
|
969
|
+
* @internal
|
|
970
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
971
|
+
*/
|
|
972
|
+
export declare namespace GetAtsApplicationsPositiveResponsePhoneNumber$ {
|
|
973
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponsePhoneNumber$inboundSchema` instead. */
|
|
974
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponsePhoneNumber, z.ZodTypeDef, unknown>;
|
|
975
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponsePhoneNumber$outboundSchema` instead. */
|
|
976
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponsePhoneNumber$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponsePhoneNumber>;
|
|
977
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponsePhoneNumber$Outbound` instead. */
|
|
978
|
+
type Outbound = GetAtsApplicationsPositiveResponsePhoneNumber$Outbound;
|
|
979
|
+
}
|
|
980
|
+
export declare function getAtsApplicationsPositiveResponsePhoneNumberToJSON(getAtsApplicationsPositiveResponsePhoneNumber: GetAtsApplicationsPositiveResponsePhoneNumber): string;
|
|
981
|
+
export declare function getAtsApplicationsPositiveResponsePhoneNumberFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponsePhoneNumber, SDKValidationError>;
|
|
982
|
+
/** @internal */
|
|
983
|
+
export declare const GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseSocialMedia, z.ZodTypeDef, unknown>;
|
|
984
|
+
/** @internal */
|
|
985
|
+
export type GetAtsApplicationsPositiveResponseSocialMedia$Outbound = {
|
|
986
|
+
link?: string | null | undefined;
|
|
987
|
+
type?: string | null | undefined;
|
|
988
|
+
username?: string | null | undefined;
|
|
989
|
+
};
|
|
990
|
+
/** @internal */
|
|
991
|
+
export declare const GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseSocialMedia$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseSocialMedia>;
|
|
992
|
+
/**
|
|
993
|
+
* @internal
|
|
994
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
995
|
+
*/
|
|
996
|
+
export declare namespace GetAtsApplicationsPositiveResponseSocialMedia$ {
|
|
997
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseSocialMedia$inboundSchema` instead. */
|
|
998
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseSocialMedia, z.ZodTypeDef, unknown>;
|
|
999
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseSocialMedia$outboundSchema` instead. */
|
|
1000
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseSocialMedia$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseSocialMedia>;
|
|
1001
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseSocialMedia$Outbound` instead. */
|
|
1002
|
+
type Outbound = GetAtsApplicationsPositiveResponseSocialMedia$Outbound;
|
|
1003
|
+
}
|
|
1004
|
+
export declare function getAtsApplicationsPositiveResponseSocialMediaToJSON(getAtsApplicationsPositiveResponseSocialMedia: GetAtsApplicationsPositiveResponseSocialMedia): string;
|
|
1005
|
+
export declare function getAtsApplicationsPositiveResponseSocialMediaFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseSocialMedia, SDKValidationError>;
|
|
1006
|
+
/** @internal */
|
|
1007
|
+
export declare const GetAtsApplicationsPositiveResponseTag$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseTag, z.ZodTypeDef, unknown>;
|
|
1008
|
+
/** @internal */
|
|
1009
|
+
export type GetAtsApplicationsPositiveResponseTag$Outbound = {
|
|
1010
|
+
id: string;
|
|
1011
|
+
remote_id: string | null;
|
|
1012
|
+
name: string | null;
|
|
1013
|
+
};
|
|
1014
|
+
/** @internal */
|
|
1015
|
+
export declare const GetAtsApplicationsPositiveResponseTag$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseTag$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseTag>;
|
|
1016
|
+
/**
|
|
1017
|
+
* @internal
|
|
1018
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1019
|
+
*/
|
|
1020
|
+
export declare namespace GetAtsApplicationsPositiveResponseTag$ {
|
|
1021
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseTag$inboundSchema` instead. */
|
|
1022
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseTag, z.ZodTypeDef, unknown>;
|
|
1023
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseTag$outboundSchema` instead. */
|
|
1024
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseTag$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseTag>;
|
|
1025
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseTag$Outbound` instead. */
|
|
1026
|
+
type Outbound = GetAtsApplicationsPositiveResponseTag$Outbound;
|
|
1027
|
+
}
|
|
1028
|
+
export declare function getAtsApplicationsPositiveResponseTagToJSON(getAtsApplicationsPositiveResponseTag: GetAtsApplicationsPositiveResponseTag): string;
|
|
1029
|
+
export declare function getAtsApplicationsPositiveResponseTagFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseTag, SDKValidationError>;
|
|
1030
|
+
/** @internal */
|
|
1031
|
+
export declare const GetAtsApplicationsPositiveResponseCandidate$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseCandidate, z.ZodTypeDef, unknown>;
|
|
1032
|
+
/** @internal */
|
|
1033
|
+
export type GetAtsApplicationsPositiveResponseCandidate$Outbound = {
|
|
1034
|
+
id: string;
|
|
1035
|
+
remote_id: string;
|
|
1036
|
+
first_name: string | null;
|
|
1037
|
+
last_name: string | null;
|
|
1038
|
+
email_addresses?: Array<GetAtsApplicationsPositiveResponseEmailAddress$Outbound> | null | undefined;
|
|
1039
|
+
phone_numbers?: Array<GetAtsApplicationsPositiveResponsePhoneNumber$Outbound> | null | undefined;
|
|
1040
|
+
social_media?: Array<GetAtsApplicationsPositiveResponseSocialMedia$Outbound> | null | undefined;
|
|
1041
|
+
source: string | null;
|
|
1042
|
+
remote_url: string | null;
|
|
1043
|
+
tags: Array<GetAtsApplicationsPositiveResponseTag$Outbound>;
|
|
1044
|
+
};
|
|
1045
|
+
/** @internal */
|
|
1046
|
+
export declare const GetAtsApplicationsPositiveResponseCandidate$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseCandidate$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseCandidate>;
|
|
1047
|
+
/**
|
|
1048
|
+
* @internal
|
|
1049
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1050
|
+
*/
|
|
1051
|
+
export declare namespace GetAtsApplicationsPositiveResponseCandidate$ {
|
|
1052
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseCandidate$inboundSchema` instead. */
|
|
1053
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseCandidate, z.ZodTypeDef, unknown>;
|
|
1054
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseCandidate$outboundSchema` instead. */
|
|
1055
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseCandidate$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseCandidate>;
|
|
1056
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseCandidate$Outbound` instead. */
|
|
1057
|
+
type Outbound = GetAtsApplicationsPositiveResponseCandidate$Outbound;
|
|
1058
|
+
}
|
|
1059
|
+
export declare function getAtsApplicationsPositiveResponseCandidateToJSON(getAtsApplicationsPositiveResponseCandidate: GetAtsApplicationsPositiveResponseCandidate): string;
|
|
1060
|
+
export declare function getAtsApplicationsPositiveResponseCandidateFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseCandidate, SDKValidationError>;
|
|
1061
|
+
/** @internal */
|
|
1062
|
+
export declare const GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseCurrentStage, z.ZodTypeDef, unknown>;
|
|
1063
|
+
/** @internal */
|
|
1064
|
+
export type GetAtsApplicationsPositiveResponseCurrentStage$Outbound = {
|
|
1065
|
+
id: string;
|
|
1066
|
+
remote_id: string | null;
|
|
1067
|
+
name: string | null;
|
|
1068
|
+
index: number | null;
|
|
1069
|
+
};
|
|
1070
|
+
/** @internal */
|
|
1071
|
+
export declare const GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseCurrentStage$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseCurrentStage>;
|
|
1072
|
+
/**
|
|
1073
|
+
* @internal
|
|
1074
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1075
|
+
*/
|
|
1076
|
+
export declare namespace GetAtsApplicationsPositiveResponseCurrentStage$ {
|
|
1077
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseCurrentStage$inboundSchema` instead. */
|
|
1078
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseCurrentStage, z.ZodTypeDef, unknown>;
|
|
1079
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseCurrentStage$outboundSchema` instead. */
|
|
1080
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseCurrentStage$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseCurrentStage>;
|
|
1081
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseCurrentStage$Outbound` instead. */
|
|
1082
|
+
type Outbound = GetAtsApplicationsPositiveResponseCurrentStage$Outbound;
|
|
1083
|
+
}
|
|
1084
|
+
export declare function getAtsApplicationsPositiveResponseCurrentStageToJSON(getAtsApplicationsPositiveResponseCurrentStage: GetAtsApplicationsPositiveResponseCurrentStage): string;
|
|
1085
|
+
export declare function getAtsApplicationsPositiveResponseCurrentStageFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseCurrentStage, SDKValidationError>;
|
|
1086
|
+
/** @internal */
|
|
1087
|
+
export declare const GetAtsApplicationsPositiveResponseJob$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseJob, z.ZodTypeDef, unknown>;
|
|
1088
|
+
/** @internal */
|
|
1089
|
+
export type GetAtsApplicationsPositiveResponseJob$Outbound = {
|
|
1090
|
+
id: string;
|
|
1091
|
+
remote_id: string;
|
|
1092
|
+
name: string | null;
|
|
1093
|
+
};
|
|
1094
|
+
/** @internal */
|
|
1095
|
+
export declare const GetAtsApplicationsPositiveResponseJob$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseJob$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseJob>;
|
|
1096
|
+
/**
|
|
1097
|
+
* @internal
|
|
1098
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1099
|
+
*/
|
|
1100
|
+
export declare namespace GetAtsApplicationsPositiveResponseJob$ {
|
|
1101
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseJob$inboundSchema` instead. */
|
|
1102
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseJob, z.ZodTypeDef, unknown>;
|
|
1103
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseJob$outboundSchema` instead. */
|
|
1104
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseJob$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseJob>;
|
|
1105
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseJob$Outbound` instead. */
|
|
1106
|
+
type Outbound = GetAtsApplicationsPositiveResponseJob$Outbound;
|
|
1107
|
+
}
|
|
1108
|
+
export declare function getAtsApplicationsPositiveResponseJobToJSON(getAtsApplicationsPositiveResponseJob: GetAtsApplicationsPositiveResponseJob): string;
|
|
1109
|
+
export declare function getAtsApplicationsPositiveResponseJobFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseJob, SDKValidationError>;
|
|
1110
|
+
/** @internal */
|
|
1111
|
+
export declare const GetAtsApplicationsPositiveResponseLocation$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseLocation, z.ZodTypeDef, unknown>;
|
|
1112
|
+
/** @internal */
|
|
1113
|
+
export type GetAtsApplicationsPositiveResponseLocation$Outbound = {
|
|
1114
|
+
city?: string | null | undefined;
|
|
1115
|
+
country?: string | null | undefined;
|
|
1116
|
+
raw?: string | null | undefined;
|
|
1117
|
+
state?: string | null | undefined;
|
|
1118
|
+
street_1?: string | null | undefined;
|
|
1119
|
+
street_2?: string | null | undefined;
|
|
1120
|
+
zip_code?: string | null | undefined;
|
|
1121
|
+
};
|
|
1122
|
+
/** @internal */
|
|
1123
|
+
export declare const GetAtsApplicationsPositiveResponseLocation$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseLocation$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseLocation>;
|
|
1124
|
+
/**
|
|
1125
|
+
* @internal
|
|
1126
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1127
|
+
*/
|
|
1128
|
+
export declare namespace GetAtsApplicationsPositiveResponseLocation$ {
|
|
1129
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseLocation$inboundSchema` instead. */
|
|
1130
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseLocation, z.ZodTypeDef, unknown>;
|
|
1131
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseLocation$outboundSchema` instead. */
|
|
1132
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseLocation$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseLocation>;
|
|
1133
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseLocation$Outbound` instead. */
|
|
1134
|
+
type Outbound = GetAtsApplicationsPositiveResponseLocation$Outbound;
|
|
1135
|
+
}
|
|
1136
|
+
export declare function getAtsApplicationsPositiveResponseLocationToJSON(getAtsApplicationsPositiveResponseLocation: GetAtsApplicationsPositiveResponseLocation): string;
|
|
1137
|
+
export declare function getAtsApplicationsPositiveResponseLocationFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseLocation, SDKValidationError>;
|
|
1138
|
+
/** @internal */
|
|
1139
|
+
export declare const Interview$inboundSchema: z.ZodType<Interview, z.ZodTypeDef, unknown>;
|
|
1140
|
+
/** @internal */
|
|
1141
|
+
export type Interview$Outbound = {
|
|
1142
|
+
id: string;
|
|
1143
|
+
remote_id: string | null;
|
|
1144
|
+
title: string | null;
|
|
1145
|
+
starting_at: string | null;
|
|
1146
|
+
ending_at: string | null;
|
|
1147
|
+
location?: GetAtsApplicationsPositiveResponseLocation$Outbound | null | undefined;
|
|
1148
|
+
canceled: boolean | null;
|
|
1149
|
+
};
|
|
1150
|
+
/** @internal */
|
|
1151
|
+
export declare const Interview$outboundSchema: z.ZodType<Interview$Outbound, z.ZodTypeDef, Interview>;
|
|
1152
|
+
/**
|
|
1153
|
+
* @internal
|
|
1154
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1155
|
+
*/
|
|
1156
|
+
export declare namespace Interview$ {
|
|
1157
|
+
/** @deprecated use `Interview$inboundSchema` instead. */
|
|
1158
|
+
const inboundSchema: z.ZodType<Interview, z.ZodTypeDef, unknown>;
|
|
1159
|
+
/** @deprecated use `Interview$outboundSchema` instead. */
|
|
1160
|
+
const outboundSchema: z.ZodType<Interview$Outbound, z.ZodTypeDef, Interview>;
|
|
1161
|
+
/** @deprecated use `Interview$Outbound` instead. */
|
|
1162
|
+
type Outbound = Interview$Outbound;
|
|
1163
|
+
}
|
|
1164
|
+
export declare function interviewToJSON(interview: Interview): string;
|
|
1165
|
+
export declare function interviewFromJSON(jsonString: string): SafeParseResult<Interview, SDKValidationError>;
|
|
1166
|
+
/** @internal */
|
|
1167
|
+
export declare const GetAtsApplicationsPositiveResponseStatus$inboundSchema: z.ZodNativeEnum<typeof GetAtsApplicationsPositiveResponseStatus>;
|
|
1168
|
+
/** @internal */
|
|
1169
|
+
export declare const GetAtsApplicationsPositiveResponseStatus$outboundSchema: z.ZodNativeEnum<typeof GetAtsApplicationsPositiveResponseStatus>;
|
|
1170
|
+
/**
|
|
1171
|
+
* @internal
|
|
1172
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1173
|
+
*/
|
|
1174
|
+
export declare namespace GetAtsApplicationsPositiveResponseStatus$ {
|
|
1175
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseStatus$inboundSchema` instead. */
|
|
1176
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1177
|
+
readonly Accepted: "ACCEPTED";
|
|
1178
|
+
readonly Declined: "DECLINED";
|
|
1179
|
+
readonly Sent: "SENT";
|
|
1180
|
+
readonly Approved: "APPROVED";
|
|
1181
|
+
readonly Draft: "DRAFT";
|
|
1182
|
+
readonly Abandoned: "ABANDONED";
|
|
1183
|
+
}>;
|
|
1184
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseStatus$outboundSchema` instead. */
|
|
1185
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1186
|
+
readonly Accepted: "ACCEPTED";
|
|
1187
|
+
readonly Declined: "DECLINED";
|
|
1188
|
+
readonly Sent: "SENT";
|
|
1189
|
+
readonly Approved: "APPROVED";
|
|
1190
|
+
readonly Draft: "DRAFT";
|
|
1191
|
+
readonly Abandoned: "ABANDONED";
|
|
1192
|
+
}>;
|
|
1193
|
+
}
|
|
1194
|
+
/** @internal */
|
|
1195
|
+
export declare const Offer$inboundSchema: z.ZodType<Offer, z.ZodTypeDef, unknown>;
|
|
1196
|
+
/** @internal */
|
|
1197
|
+
export type Offer$Outbound = {
|
|
1198
|
+
id: string;
|
|
1199
|
+
remote_id: string | null;
|
|
1200
|
+
status: string | null;
|
|
1201
|
+
};
|
|
1202
|
+
/** @internal */
|
|
1203
|
+
export declare const Offer$outboundSchema: z.ZodType<Offer$Outbound, z.ZodTypeDef, Offer>;
|
|
1204
|
+
/**
|
|
1205
|
+
* @internal
|
|
1206
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1207
|
+
*/
|
|
1208
|
+
export declare namespace Offer$ {
|
|
1209
|
+
/** @deprecated use `Offer$inboundSchema` instead. */
|
|
1210
|
+
const inboundSchema: z.ZodType<Offer, z.ZodTypeDef, unknown>;
|
|
1211
|
+
/** @deprecated use `Offer$outboundSchema` instead. */
|
|
1212
|
+
const outboundSchema: z.ZodType<Offer$Outbound, z.ZodTypeDef, Offer>;
|
|
1213
|
+
/** @deprecated use `Offer$Outbound` instead. */
|
|
1214
|
+
type Outbound = Offer$Outbound;
|
|
1215
|
+
}
|
|
1216
|
+
export declare function offerToJSON(offer: Offer): string;
|
|
1217
|
+
export declare function offerFromJSON(jsonString: string): SafeParseResult<Offer, SDKValidationError>;
|
|
1218
|
+
/** @internal */
|
|
1219
|
+
export declare const GetAtsApplicationsPositiveResponseResult$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseResult, z.ZodTypeDef, unknown>;
|
|
1220
|
+
/** @internal */
|
|
1221
|
+
export type GetAtsApplicationsPositiveResponseResult$Outbound = {
|
|
1222
|
+
id: string;
|
|
1223
|
+
remote_id: string | null;
|
|
1224
|
+
outcome: string | null;
|
|
1225
|
+
rejection_reason_name: string | null;
|
|
1226
|
+
rejected_at: string | null;
|
|
1227
|
+
current_stage_id: string | null;
|
|
1228
|
+
job_id: string | null;
|
|
1229
|
+
candidate_id: string | null;
|
|
1230
|
+
screening_question_answers?: Array<GetAtsApplicationsPositiveResponseScreeningQuestionAnswer1$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer2$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer3$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer4$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer5$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer6$Outbound | GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7$Outbound> | null | undefined;
|
|
1231
|
+
custom_fields: {
|
|
1232
|
+
[k: string]: any;
|
|
1233
|
+
} | null;
|
|
1234
|
+
remote_url: string | null;
|
|
1235
|
+
changed_at: string;
|
|
1236
|
+
remote_deleted_at: string | null;
|
|
1237
|
+
remote_created_at: string | null;
|
|
1238
|
+
remote_updated_at: string | null;
|
|
1239
|
+
candidate: GetAtsApplicationsPositiveResponseCandidate$Outbound | null;
|
|
1240
|
+
current_stage: GetAtsApplicationsPositiveResponseCurrentStage$Outbound | null;
|
|
1241
|
+
job: GetAtsApplicationsPositiveResponseJob$Outbound | null;
|
|
1242
|
+
interviews: Array<Interview$Outbound>;
|
|
1243
|
+
offers: Array<Offer$Outbound>;
|
|
1244
|
+
};
|
|
1245
|
+
/** @internal */
|
|
1246
|
+
export declare const GetAtsApplicationsPositiveResponseResult$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseResult$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseResult>;
|
|
1247
|
+
/**
|
|
1248
|
+
* @internal
|
|
1249
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1250
|
+
*/
|
|
1251
|
+
export declare namespace GetAtsApplicationsPositiveResponseResult$ {
|
|
1252
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseResult$inboundSchema` instead. */
|
|
1253
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseResult, z.ZodTypeDef, unknown>;
|
|
1254
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseResult$outboundSchema` instead. */
|
|
1255
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseResult$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseResult>;
|
|
1256
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseResult$Outbound` instead. */
|
|
1257
|
+
type Outbound = GetAtsApplicationsPositiveResponseResult$Outbound;
|
|
1258
|
+
}
|
|
1259
|
+
export declare function getAtsApplicationsPositiveResponseResultToJSON(getAtsApplicationsPositiveResponseResult: GetAtsApplicationsPositiveResponseResult): string;
|
|
1260
|
+
export declare function getAtsApplicationsPositiveResponseResultFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseResult, SDKValidationError>;
|
|
1261
|
+
/** @internal */
|
|
1262
|
+
export declare const GetAtsApplicationsPositiveResponseData$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseData, z.ZodTypeDef, unknown>;
|
|
1263
|
+
/** @internal */
|
|
1264
|
+
export type GetAtsApplicationsPositiveResponseData$Outbound = {
|
|
1265
|
+
next: string | null;
|
|
1266
|
+
results: Array<GetAtsApplicationsPositiveResponseResult$Outbound>;
|
|
1267
|
+
};
|
|
1268
|
+
/** @internal */
|
|
1269
|
+
export declare const GetAtsApplicationsPositiveResponseData$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseData$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseData>;
|
|
1270
|
+
/**
|
|
1271
|
+
* @internal
|
|
1272
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1273
|
+
*/
|
|
1274
|
+
export declare namespace GetAtsApplicationsPositiveResponseData$ {
|
|
1275
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseData$inboundSchema` instead. */
|
|
1276
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseData, z.ZodTypeDef, unknown>;
|
|
1277
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseData$outboundSchema` instead. */
|
|
1278
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponseData$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponseData>;
|
|
1279
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponseData$Outbound` instead. */
|
|
1280
|
+
type Outbound = GetAtsApplicationsPositiveResponseData$Outbound;
|
|
1281
|
+
}
|
|
1282
|
+
export declare function getAtsApplicationsPositiveResponseDataToJSON(getAtsApplicationsPositiveResponseData: GetAtsApplicationsPositiveResponseData): string;
|
|
1283
|
+
export declare function getAtsApplicationsPositiveResponseDataFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponseData, SDKValidationError>;
|
|
1284
|
+
/** @internal */
|
|
1285
|
+
export declare const GetAtsApplicationsPositiveResponse$inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponse, z.ZodTypeDef, unknown>;
|
|
1286
|
+
/** @internal */
|
|
1287
|
+
export type GetAtsApplicationsPositiveResponse$Outbound = {
|
|
1288
|
+
status: "success";
|
|
1289
|
+
data: GetAtsApplicationsPositiveResponseData$Outbound;
|
|
1290
|
+
};
|
|
1291
|
+
/** @internal */
|
|
1292
|
+
export declare const GetAtsApplicationsPositiveResponse$outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponse$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponse>;
|
|
1293
|
+
/**
|
|
1294
|
+
* @internal
|
|
1295
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1296
|
+
*/
|
|
1297
|
+
export declare namespace GetAtsApplicationsPositiveResponse$ {
|
|
1298
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponse$inboundSchema` instead. */
|
|
1299
|
+
const inboundSchema: z.ZodType<GetAtsApplicationsPositiveResponse, z.ZodTypeDef, unknown>;
|
|
1300
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponse$outboundSchema` instead. */
|
|
1301
|
+
const outboundSchema: z.ZodType<GetAtsApplicationsPositiveResponse$Outbound, z.ZodTypeDef, GetAtsApplicationsPositiveResponse>;
|
|
1302
|
+
/** @deprecated use `GetAtsApplicationsPositiveResponse$Outbound` instead. */
|
|
1303
|
+
type Outbound = GetAtsApplicationsPositiveResponse$Outbound;
|
|
1304
|
+
}
|
|
1305
|
+
export declare function getAtsApplicationsPositiveResponseToJSON(getAtsApplicationsPositiveResponse: GetAtsApplicationsPositiveResponse): string;
|
|
1306
|
+
export declare function getAtsApplicationsPositiveResponseFromJSON(jsonString: string): SafeParseResult<GetAtsApplicationsPositiveResponse, SDKValidationError>;
|
|
1307
|
+
//# sourceMappingURL=getatsapplicationspositiveresponse.d.ts.map
|