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