@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,1266 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum, OpenEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
+
export declare const GetHrisEmployeesPositiveResponseGender: {
|
|
6
|
+
readonly Male: "MALE";
|
|
7
|
+
readonly Female: "FEMALE";
|
|
8
|
+
readonly NonBinary: "NON_BINARY";
|
|
9
|
+
readonly NotSpecified: "NOT_SPECIFIED";
|
|
10
|
+
};
|
|
11
|
+
export type GetHrisEmployeesPositiveResponseGender = OpenEnum<typeof GetHrisEmployeesPositiveResponseGender>;
|
|
12
|
+
export declare const Ethnicity: {
|
|
13
|
+
readonly White: "WHITE";
|
|
14
|
+
readonly Asian: "ASIAN";
|
|
15
|
+
readonly HispanicLatino: "HISPANIC_LATINO";
|
|
16
|
+
readonly Hawaiian: "HAWAIIAN";
|
|
17
|
+
readonly NativeAmerican: "NATIVE_AMERICAN";
|
|
18
|
+
readonly BlackAfricanAmerican: "BLACK_AFRICAN_AMERICAN";
|
|
19
|
+
readonly MultipleEthnicities: "MULTIPLE_ETHNICITIES";
|
|
20
|
+
readonly DeclineToSpecify: "DECLINE_TO_SPECIFY";
|
|
21
|
+
};
|
|
22
|
+
export type Ethnicity = OpenEnum<typeof Ethnicity>;
|
|
23
|
+
export declare const MaritalStatus: {
|
|
24
|
+
readonly Single: "SINGLE";
|
|
25
|
+
readonly Married: "MARRIED";
|
|
26
|
+
readonly DomesticPartnership: "DOMESTIC_PARTNERSHIP";
|
|
27
|
+
readonly Widowed: "WIDOWED";
|
|
28
|
+
readonly Divorced: "DIVORCED";
|
|
29
|
+
readonly Separated: "SEPARATED";
|
|
30
|
+
readonly NotMarried: "NOT_MARRIED";
|
|
31
|
+
};
|
|
32
|
+
export type MaritalStatus = OpenEnum<typeof MaritalStatus>;
|
|
33
|
+
export declare const EmploymentStatus: {
|
|
34
|
+
readonly Active: "ACTIVE";
|
|
35
|
+
readonly Pending: "PENDING";
|
|
36
|
+
readonly Inactive: "INACTIVE";
|
|
37
|
+
readonly Leave: "LEAVE";
|
|
38
|
+
};
|
|
39
|
+
export type EmploymentStatus = OpenEnum<typeof EmploymentStatus>;
|
|
40
|
+
export declare const GetHrisEmployeesPositiveResponseEmploymentType: {
|
|
41
|
+
readonly FullTime: "FULL_TIME";
|
|
42
|
+
readonly PartTime: "PART_TIME";
|
|
43
|
+
readonly Contract: "CONTRACT";
|
|
44
|
+
readonly Internship: "INTERNSHIP";
|
|
45
|
+
readonly Freelance: "FREELANCE";
|
|
46
|
+
readonly WorkingStudent: "WORKING_STUDENT";
|
|
47
|
+
readonly Apprenticeship: "APPRENTICESHIP";
|
|
48
|
+
readonly Training: "TRAINING";
|
|
49
|
+
};
|
|
50
|
+
export type GetHrisEmployeesPositiveResponseEmploymentType = OpenEnum<typeof GetHrisEmployeesPositiveResponseEmploymentType>;
|
|
51
|
+
/**
|
|
52
|
+
* The employee’s home address.
|
|
53
|
+
*/
|
|
54
|
+
export type HomeAddress = {
|
|
55
|
+
city?: string | null | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* Contains the ISO2 country code if possible. If not, it contains the original value.
|
|
58
|
+
*/
|
|
59
|
+
country?: string | null | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* If we have address data, this is filled with the raw address string.
|
|
62
|
+
*/
|
|
63
|
+
raw?: string | null | undefined;
|
|
64
|
+
state?: string | null | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* If we can parse the address data, this field contains the first part of the street information.
|
|
67
|
+
*/
|
|
68
|
+
street_1?: string | null | undefined;
|
|
69
|
+
street_2?: string | null | undefined;
|
|
70
|
+
zip_code?: string | null | undefined;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Enum of the routing type, prefixed with the iso-3166-1-alpha-2 banks origin country. If there is uncertainty about the type, it will be set to null.
|
|
74
|
+
*/
|
|
75
|
+
export declare const DomesticBankRoutingType: {
|
|
76
|
+
readonly GbSortCode: "GB_SORT_CODE";
|
|
77
|
+
readonly DeBankleitzahl: "DE_BANKLEITZAHL";
|
|
78
|
+
readonly UsAbaRoutingTransitNumber: "US_ABA_ROUTING_TRANSIT_NUMBER";
|
|
79
|
+
readonly CaRoutingNumber: "CA_ROUTING_NUMBER";
|
|
80
|
+
readonly AuBsbCode: "AU_BSB_CODE";
|
|
81
|
+
readonly FrRib: "FR_RIB";
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Enum of the routing type, prefixed with the iso-3166-1-alpha-2 banks origin country. If there is uncertainty about the type, it will be set to null.
|
|
85
|
+
*/
|
|
86
|
+
export type DomesticBankRoutingType = ClosedEnum<typeof DomesticBankRoutingType>;
|
|
87
|
+
export type DomesticBankRouting = {
|
|
88
|
+
/**
|
|
89
|
+
* Bank routing number (e.g. DE Bankleitzahl, GB Sort Code, US ABA routing number, AU BSB code). This field is not formatted and therefore might contain delimiters (eg. 01-23-45).
|
|
90
|
+
*/
|
|
91
|
+
number: string;
|
|
92
|
+
/**
|
|
93
|
+
* Enum of the routing type, prefixed with the iso-3166-1-alpha-2 banks origin country. If there is uncertainty about the type, it will be set to null.
|
|
94
|
+
*/
|
|
95
|
+
type: DomesticBankRoutingType | null;
|
|
96
|
+
};
|
|
97
|
+
export type BankAccount = {
|
|
98
|
+
/**
|
|
99
|
+
* The internationally unique IBAN identifying this account. If we detect a valid IBAN from the account number and this field would otherwise be empty, we will automatically populate this field.
|
|
100
|
+
*/
|
|
101
|
+
iban?: string | null | undefined;
|
|
102
|
+
/**
|
|
103
|
+
* The internationally unique BIC/SWIFT code identifying the bank behind this account. If we detect a valid BIC from the domestic bank routing number and this field would otherwise be empty, we will automatically populate this field.
|
|
104
|
+
*/
|
|
105
|
+
bic?: string | null | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* The bank-specific account number. Some companies use the account number field to put the IBAN here.
|
|
108
|
+
*/
|
|
109
|
+
account_number?: string | null | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* The name of the holder of this account.
|
|
112
|
+
*/
|
|
113
|
+
holder_name?: string | null | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* The name of the bank behind this account.
|
|
116
|
+
*/
|
|
117
|
+
bank_name?: string | null | undefined;
|
|
118
|
+
domestic_bank_routing?: DomesticBankRouting | null | undefined;
|
|
119
|
+
};
|
|
120
|
+
export declare const GetHrisEmployeesPositiveResponsePayPeriod: {
|
|
121
|
+
readonly Hour: "HOUR";
|
|
122
|
+
readonly Day: "DAY";
|
|
123
|
+
readonly Week: "WEEK";
|
|
124
|
+
readonly TwoWeeks: "TWO_WEEKS";
|
|
125
|
+
readonly HalfMonth: "HALF_MONTH";
|
|
126
|
+
readonly Month: "MONTH";
|
|
127
|
+
readonly TwoMonths: "TWO_MONTHS";
|
|
128
|
+
readonly Quarter: "QUARTER";
|
|
129
|
+
readonly HalfYear: "HALF_YEAR";
|
|
130
|
+
readonly Year: "YEAR";
|
|
131
|
+
};
|
|
132
|
+
export type GetHrisEmployeesPositiveResponsePayPeriod = OpenEnum<typeof GetHrisEmployeesPositiveResponsePayPeriod>;
|
|
133
|
+
export declare const GetHrisEmployeesPositiveResponsePayFrequency: {
|
|
134
|
+
readonly Daily: "DAILY";
|
|
135
|
+
readonly Weekly: "WEEKLY";
|
|
136
|
+
readonly Biweekly: "BIWEEKLY";
|
|
137
|
+
readonly Monthly: "MONTHLY";
|
|
138
|
+
readonly Semimonthly: "SEMIMONTHLY";
|
|
139
|
+
readonly Quarterly: "QUARTERLY";
|
|
140
|
+
readonly Semiannually: "SEMIANNUALLY";
|
|
141
|
+
readonly Annually: "ANNUALLY";
|
|
142
|
+
readonly ProRata: "PRO_RATA";
|
|
143
|
+
};
|
|
144
|
+
export type GetHrisEmployeesPositiveResponsePayFrequency = OpenEnum<typeof GetHrisEmployeesPositiveResponsePayFrequency>;
|
|
145
|
+
export declare const EmploymentEmploymentType: {
|
|
146
|
+
readonly FullTime: "FULL_TIME";
|
|
147
|
+
readonly PartTime: "PART_TIME";
|
|
148
|
+
readonly Contract: "CONTRACT";
|
|
149
|
+
readonly Internship: "INTERNSHIP";
|
|
150
|
+
readonly Freelance: "FREELANCE";
|
|
151
|
+
readonly WorkingStudent: "WORKING_STUDENT";
|
|
152
|
+
readonly Apprenticeship: "APPRENTICESHIP";
|
|
153
|
+
readonly Training: "TRAINING";
|
|
154
|
+
};
|
|
155
|
+
export type EmploymentEmploymentType = OpenEnum<typeof EmploymentEmploymentType>;
|
|
156
|
+
export type Employment = {
|
|
157
|
+
/**
|
|
158
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
159
|
+
*/
|
|
160
|
+
id: string;
|
|
161
|
+
/**
|
|
162
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
163
|
+
*/
|
|
164
|
+
remote_id: string | null;
|
|
165
|
+
/**
|
|
166
|
+
* The Kombo ID of the employment’s employee. The ID can be used to retrieve the employee from the `get employees` endpoint.
|
|
167
|
+
*/
|
|
168
|
+
employee_id: string;
|
|
169
|
+
/**
|
|
170
|
+
* This field can contain historic job titles. Please use the `job_title` field on the employee for the active job title of an employee.
|
|
171
|
+
*/
|
|
172
|
+
job_title: string | null;
|
|
173
|
+
/**
|
|
174
|
+
* The monetary amount paid to an employee.
|
|
175
|
+
*/
|
|
176
|
+
pay_rate: number | null;
|
|
177
|
+
/**
|
|
178
|
+
* The time interval which the `pay_rate` is describing.
|
|
179
|
+
*
|
|
180
|
+
* @remarks
|
|
181
|
+
*
|
|
182
|
+
* A `pay_rate` value of `12000` with a `pay_period` of `YEAR` would indicate that the employee receives 12000 over the course of a year. In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
183
|
+
*/
|
|
184
|
+
pay_period?: GetHrisEmployeesPositiveResponsePayPeriod | null | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* The time interval at which the employee receives payment.
|
|
187
|
+
*
|
|
188
|
+
* @remarks
|
|
189
|
+
*
|
|
190
|
+
* A `pay_rate` of `12000`, with a `pay_period` of `YEAR`, and a `pay_frequency` of `MONTHLY` would indicate that the employee is paid 1000 every month. In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
191
|
+
*/
|
|
192
|
+
pay_frequency?: GetHrisEmployeesPositiveResponsePayFrequency | null | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* The employee’s current employment type:
|
|
195
|
+
*
|
|
196
|
+
* @remarks
|
|
197
|
+
*
|
|
198
|
+
* - `FULL_TIME`: the employee is actively employed
|
|
199
|
+
* - `PART_TIME`: the employee is working only part of the usual working hours
|
|
200
|
+
* - `CONTRACT`: the employee is working temporarily under a contract
|
|
201
|
+
* - `INTERNSHIP`: the employee is working as an intern
|
|
202
|
+
* - `FREELANCE`: the employee is working as a freelancer
|
|
203
|
+
* - `WORKING_STUDENT`: the employee is working as a working student
|
|
204
|
+
* - `APPRENTICESHIP`: the employee is working in an apprenticeship
|
|
205
|
+
* - `TRAINING`: the employee is working in a training program
|
|
206
|
+
*
|
|
207
|
+
* In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
208
|
+
*/
|
|
209
|
+
employment_type?: EmploymentEmploymentType | null | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* The currency that the employee is paid in. Usually returned in [ISO 4217 currency codes](https://www.iso.org/iso-4217-currency-codes.html).
|
|
212
|
+
*/
|
|
213
|
+
pay_currency: string | null;
|
|
214
|
+
/**
|
|
215
|
+
* The date of when the employment started.
|
|
216
|
+
*/
|
|
217
|
+
effective_date: Date | null;
|
|
218
|
+
/**
|
|
219
|
+
* The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
|
|
220
|
+
*/
|
|
221
|
+
changed_at: Date;
|
|
222
|
+
/**
|
|
223
|
+
* The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
|
|
224
|
+
*/
|
|
225
|
+
remote_deleted_at: Date | null;
|
|
226
|
+
/**
|
|
227
|
+
* A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
228
|
+
*/
|
|
229
|
+
custom_fields: {
|
|
230
|
+
[k: string]: any;
|
|
231
|
+
} | null;
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* The time-unit of the balance.
|
|
235
|
+
*/
|
|
236
|
+
export declare const GetHrisEmployeesPositiveResponseBalanceUnit: {
|
|
237
|
+
readonly Hours: "HOURS";
|
|
238
|
+
readonly Days: "DAYS";
|
|
239
|
+
};
|
|
240
|
+
/**
|
|
241
|
+
* The time-unit of the balance.
|
|
242
|
+
*/
|
|
243
|
+
export type GetHrisEmployeesPositiveResponseBalanceUnit = ClosedEnum<typeof GetHrisEmployeesPositiveResponseBalanceUnit>;
|
|
244
|
+
/**
|
|
245
|
+
* The time-unit of the used time.
|
|
246
|
+
*/
|
|
247
|
+
export declare const GetHrisEmployeesPositiveResponseUsedUnit: {
|
|
248
|
+
readonly Hours: "HOURS";
|
|
249
|
+
readonly Days: "DAYS";
|
|
250
|
+
};
|
|
251
|
+
/**
|
|
252
|
+
* The time-unit of the used time.
|
|
253
|
+
*/
|
|
254
|
+
export type GetHrisEmployeesPositiveResponseUsedUnit = ClosedEnum<typeof GetHrisEmployeesPositiveResponseUsedUnit>;
|
|
255
|
+
export type TimeOffBalance = {
|
|
256
|
+
/**
|
|
257
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
258
|
+
*/
|
|
259
|
+
id: string;
|
|
260
|
+
/**
|
|
261
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
262
|
+
*/
|
|
263
|
+
remote_id: string | null;
|
|
264
|
+
/**
|
|
265
|
+
* The Kombo ID of the employee to which the balance belongs to. The ID can be used to retrieve the employee from the `get employees` endpoint.
|
|
266
|
+
*/
|
|
267
|
+
employee_id: string;
|
|
268
|
+
type_id: string;
|
|
269
|
+
/**
|
|
270
|
+
* The amount of time available to the employee.
|
|
271
|
+
*/
|
|
272
|
+
balance: number | null;
|
|
273
|
+
/**
|
|
274
|
+
* The time-unit of the balance.
|
|
275
|
+
*/
|
|
276
|
+
balance_unit: GetHrisEmployeesPositiveResponseBalanceUnit | null;
|
|
277
|
+
/**
|
|
278
|
+
* The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
|
|
279
|
+
*/
|
|
280
|
+
changed_at: Date;
|
|
281
|
+
/**
|
|
282
|
+
* The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
|
|
283
|
+
*/
|
|
284
|
+
remote_deleted_at: Date | null;
|
|
285
|
+
/**
|
|
286
|
+
* The amount of time used by the employee.
|
|
287
|
+
*/
|
|
288
|
+
used: number | null;
|
|
289
|
+
/**
|
|
290
|
+
* The time-unit of the used time.
|
|
291
|
+
*/
|
|
292
|
+
used_unit: GetHrisEmployeesPositiveResponseUsedUnit | null;
|
|
293
|
+
};
|
|
294
|
+
export declare const ManagerEmploymentStatus: {
|
|
295
|
+
readonly Active: "ACTIVE";
|
|
296
|
+
readonly Pending: "PENDING";
|
|
297
|
+
readonly Inactive: "INACTIVE";
|
|
298
|
+
readonly Leave: "LEAVE";
|
|
299
|
+
};
|
|
300
|
+
export type ManagerEmploymentStatus = OpenEnum<typeof ManagerEmploymentStatus>;
|
|
301
|
+
export type Manager = {
|
|
302
|
+
/**
|
|
303
|
+
* The employee’s first name.
|
|
304
|
+
*/
|
|
305
|
+
first_name: string | null;
|
|
306
|
+
/**
|
|
307
|
+
* The employee’s last name.
|
|
308
|
+
*/
|
|
309
|
+
last_name: string | null;
|
|
310
|
+
/**
|
|
311
|
+
* The employee’s full name, including any middle names. Not all HR systems provide an explicit display name, so we recommend falling back to `first_name` and `last_name`.
|
|
312
|
+
*/
|
|
313
|
+
display_full_name: string | null;
|
|
314
|
+
/**
|
|
315
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
316
|
+
*/
|
|
317
|
+
id: string;
|
|
318
|
+
/**
|
|
319
|
+
* The employee’s work email address. If the email address is invalid, we will set this to `null`.
|
|
320
|
+
*/
|
|
321
|
+
work_email?: string | null | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
324
|
+
*/
|
|
325
|
+
remote_id: string;
|
|
326
|
+
/**
|
|
327
|
+
* The employee’s current employment status:
|
|
328
|
+
*
|
|
329
|
+
* @remarks
|
|
330
|
+
*
|
|
331
|
+
* - `ACTIVE`: the employee is **actively employed**
|
|
332
|
+
* - `PENDING`: the employee is **not actively employed yet** (but they signed their contract or are part of an onboarding process)
|
|
333
|
+
* - `INACTIVE`: the employee is **not actively employed** anymore
|
|
334
|
+
* - `LEAVE`: the employee is still employed but **currently on leave** (note that not all HR systems support this status — use our absences API for detailed information)
|
|
335
|
+
*
|
|
336
|
+
* In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
337
|
+
*/
|
|
338
|
+
employment_status?: ManagerEmploymentStatus | null | undefined;
|
|
339
|
+
/**
|
|
340
|
+
* The date when the employment ends. Can be in the past or future.
|
|
341
|
+
*/
|
|
342
|
+
termination_date: Date | null;
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* Type of the group.
|
|
346
|
+
*/
|
|
347
|
+
export declare const GroupType: {
|
|
348
|
+
readonly Department: "DEPARTMENT";
|
|
349
|
+
readonly Team: "TEAM";
|
|
350
|
+
readonly CostCenter: "COST_CENTER";
|
|
351
|
+
};
|
|
352
|
+
/**
|
|
353
|
+
* Type of the group.
|
|
354
|
+
*/
|
|
355
|
+
export type GroupType = ClosedEnum<typeof GroupType>;
|
|
356
|
+
export type Group = {
|
|
357
|
+
/**
|
|
358
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
359
|
+
*/
|
|
360
|
+
id: string;
|
|
361
|
+
/**
|
|
362
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
363
|
+
*/
|
|
364
|
+
remote_id: string;
|
|
365
|
+
/**
|
|
366
|
+
* The name of the group.
|
|
367
|
+
*/
|
|
368
|
+
name: string | null;
|
|
369
|
+
/**
|
|
370
|
+
* Type of the group.
|
|
371
|
+
*/
|
|
372
|
+
type: GroupType | null;
|
|
373
|
+
};
|
|
374
|
+
/**
|
|
375
|
+
* The legal entity’s address.
|
|
376
|
+
*/
|
|
377
|
+
export type LegalEntityAddress = {
|
|
378
|
+
city?: string | null | undefined;
|
|
379
|
+
/**
|
|
380
|
+
* Contains the ISO2 country code if possible. If not, it contains the original value.
|
|
381
|
+
*/
|
|
382
|
+
country?: string | null | undefined;
|
|
383
|
+
/**
|
|
384
|
+
* If we have address data, this is filled with the raw address string.
|
|
385
|
+
*/
|
|
386
|
+
raw?: string | null | undefined;
|
|
387
|
+
state?: string | null | undefined;
|
|
388
|
+
/**
|
|
389
|
+
* If we can parse the address data, this field contains the first part of the street information.
|
|
390
|
+
*/
|
|
391
|
+
street_1?: string | null | undefined;
|
|
392
|
+
street_2?: string | null | undefined;
|
|
393
|
+
zip_code?: string | null | undefined;
|
|
394
|
+
};
|
|
395
|
+
export type LegalEntity = {
|
|
396
|
+
/**
|
|
397
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
398
|
+
*/
|
|
399
|
+
id: string;
|
|
400
|
+
/**
|
|
401
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
402
|
+
*/
|
|
403
|
+
remote_id: string | null;
|
|
404
|
+
/**
|
|
405
|
+
* The legal entity’s name.
|
|
406
|
+
*/
|
|
407
|
+
name: string | null;
|
|
408
|
+
/**
|
|
409
|
+
* The legal entity’s address.
|
|
410
|
+
*/
|
|
411
|
+
address?: LegalEntityAddress | null | undefined;
|
|
412
|
+
};
|
|
413
|
+
/**
|
|
414
|
+
* The work location’s address
|
|
415
|
+
*/
|
|
416
|
+
export type WorkLocationAddress = {
|
|
417
|
+
city?: string | null | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* Contains the ISO2 country code if possible. If not, it contains the original value.
|
|
420
|
+
*/
|
|
421
|
+
country?: string | null | undefined;
|
|
422
|
+
/**
|
|
423
|
+
* If we have address data, this is filled with the raw address string.
|
|
424
|
+
*/
|
|
425
|
+
raw?: string | null | undefined;
|
|
426
|
+
state?: string | null | undefined;
|
|
427
|
+
/**
|
|
428
|
+
* If we can parse the address data, this field contains the first part of the street information.
|
|
429
|
+
*/
|
|
430
|
+
street_1?: string | null | undefined;
|
|
431
|
+
street_2?: string | null | undefined;
|
|
432
|
+
zip_code?: string | null | undefined;
|
|
433
|
+
};
|
|
434
|
+
export type WorkLocation = {
|
|
435
|
+
/**
|
|
436
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
437
|
+
*/
|
|
438
|
+
id: string;
|
|
439
|
+
/**
|
|
440
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
441
|
+
*/
|
|
442
|
+
remote_id: string | null;
|
|
443
|
+
/**
|
|
444
|
+
* The work location’s name
|
|
445
|
+
*/
|
|
446
|
+
name: string | null;
|
|
447
|
+
/**
|
|
448
|
+
* The work location’s address
|
|
449
|
+
*/
|
|
450
|
+
address?: WorkLocationAddress | null | undefined;
|
|
451
|
+
/**
|
|
452
|
+
* The work location’s type. A freeform string.
|
|
453
|
+
*/
|
|
454
|
+
type: string | null;
|
|
455
|
+
/**
|
|
456
|
+
* The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
|
|
457
|
+
*/
|
|
458
|
+
changed_at: Date;
|
|
459
|
+
/**
|
|
460
|
+
* The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
|
|
461
|
+
*/
|
|
462
|
+
remote_deleted_at: Date | null;
|
|
463
|
+
};
|
|
464
|
+
export type GetHrisEmployeesPositiveResponseResult = {
|
|
465
|
+
/**
|
|
466
|
+
* The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
467
|
+
*/
|
|
468
|
+
id: string;
|
|
469
|
+
/**
|
|
470
|
+
* The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
471
|
+
*/
|
|
472
|
+
remote_id: string;
|
|
473
|
+
/**
|
|
474
|
+
* The employee’s organization-internal employee number.
|
|
475
|
+
*/
|
|
476
|
+
employee_number: string | null;
|
|
477
|
+
/**
|
|
478
|
+
* The employee’s first name.
|
|
479
|
+
*/
|
|
480
|
+
first_name: string | null;
|
|
481
|
+
/**
|
|
482
|
+
* The employee’s last name.
|
|
483
|
+
*/
|
|
484
|
+
last_name: string | null;
|
|
485
|
+
/**
|
|
486
|
+
* The employee’s nationality.
|
|
487
|
+
*/
|
|
488
|
+
nationality: string | null;
|
|
489
|
+
/**
|
|
490
|
+
* The employee’s full name, including any middle names. Not all HR systems provide an explicit display name, so we recommend falling back to `first_name` and `last_name`.
|
|
491
|
+
*/
|
|
492
|
+
display_full_name: string | null;
|
|
493
|
+
/**
|
|
494
|
+
* The employee’s job title.
|
|
495
|
+
*/
|
|
496
|
+
job_title: string | null;
|
|
497
|
+
/**
|
|
498
|
+
* The employee’s work email address. If the email address is invalid, we will set this to `null`.
|
|
499
|
+
*/
|
|
500
|
+
work_email?: string | null | undefined;
|
|
501
|
+
/**
|
|
502
|
+
* The employee’s personal email address. If the email address is invalid, we will set this to `null`.
|
|
503
|
+
*/
|
|
504
|
+
personal_email?: string | null | undefined;
|
|
505
|
+
/**
|
|
506
|
+
* The employee’s mobile phone number.
|
|
507
|
+
*/
|
|
508
|
+
mobile_phone_number: string | null;
|
|
509
|
+
/**
|
|
510
|
+
* The employee’s social security number
|
|
511
|
+
*/
|
|
512
|
+
ssn: string | null;
|
|
513
|
+
/**
|
|
514
|
+
* The employee’s tax ID.
|
|
515
|
+
*/
|
|
516
|
+
tax_id: string | null;
|
|
517
|
+
/**
|
|
518
|
+
* The employee’s gender.
|
|
519
|
+
*/
|
|
520
|
+
gender?: GetHrisEmployeesPositiveResponseGender | null | undefined;
|
|
521
|
+
/**
|
|
522
|
+
* The employee’s ethnicity. In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
523
|
+
*/
|
|
524
|
+
ethnicity?: Ethnicity | null | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* The employee’s current marital status. In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
527
|
+
*/
|
|
528
|
+
marital_status?: MaritalStatus | null | undefined;
|
|
529
|
+
/**
|
|
530
|
+
* The employee’s current employment status:
|
|
531
|
+
*
|
|
532
|
+
* @remarks
|
|
533
|
+
*
|
|
534
|
+
* - `ACTIVE`: the employee is **actively employed**
|
|
535
|
+
* - `PENDING`: the employee is **not actively employed yet** (but they signed their contract or are part of an onboarding process)
|
|
536
|
+
* - `INACTIVE`: the employee is **not actively employed** anymore
|
|
537
|
+
* - `LEAVE`: the employee is still employed but **currently on leave** (note that not all HR systems support this status — use our absences API for detailed information)
|
|
538
|
+
*
|
|
539
|
+
* In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
540
|
+
*/
|
|
541
|
+
employment_status?: EmploymentStatus | null | undefined;
|
|
542
|
+
/**
|
|
543
|
+
* The employee’s current employment type:
|
|
544
|
+
*
|
|
545
|
+
* @remarks
|
|
546
|
+
*
|
|
547
|
+
* - `FULL_TIME`: the employee is actively employed
|
|
548
|
+
* - `PART_TIME`: the employee is working only part of the usual working hours
|
|
549
|
+
* - `CONTRACT`: the employee is working temporarily under a contract
|
|
550
|
+
* - `INTERNSHIP`: the employee is working as an intern
|
|
551
|
+
* - `FREELANCE`: the employee is working as a freelancer
|
|
552
|
+
* - `WORKING_STUDENT`: the employee is working as a working student
|
|
553
|
+
* - `APPRENTICESHIP`: the employee is working in an apprenticeship
|
|
554
|
+
* - `TRAINING`: the employee is working in a training program
|
|
555
|
+
*
|
|
556
|
+
* In rare cases where we can’t find a clear mapping, the original string is passed through.
|
|
557
|
+
*/
|
|
558
|
+
employment_type?: GetHrisEmployeesPositiveResponseEmploymentType | null | undefined;
|
|
559
|
+
/**
|
|
560
|
+
* The employee’s weekly working hours.
|
|
561
|
+
*/
|
|
562
|
+
weekly_hours: number | null;
|
|
563
|
+
/**
|
|
564
|
+
* URL to the employee’s avatar. This is either the raw URL from the HR system (in cases where it can be requested without short-lived authentication) _or_ a URL to a temporarily cached version of the file hosted by Kombo. Kombo will delete the cached file after its deletion in the source system.
|
|
565
|
+
*/
|
|
566
|
+
avatar: string | null;
|
|
567
|
+
/**
|
|
568
|
+
* The Kombo ID of the employee’s work location. The ID can be used to retrieve the work location from the `get work locations` endpoint.
|
|
569
|
+
*/
|
|
570
|
+
work_location_id: string | null;
|
|
571
|
+
/**
|
|
572
|
+
* The Kombo ID of the employee’s legal entity. The ID can be used to retrieve the legal entity from the `get legal entities` endpoint.
|
|
573
|
+
*/
|
|
574
|
+
legal_entity_id: string | null;
|
|
575
|
+
/**
|
|
576
|
+
* The Kombo ID of the employee’s manager. The ID can be used to retrieve the manager from the `get employees` endpoint.
|
|
577
|
+
*/
|
|
578
|
+
manager_id: string | null;
|
|
579
|
+
/**
|
|
580
|
+
* The employee’s home address.
|
|
581
|
+
*/
|
|
582
|
+
home_address?: HomeAddress | null | undefined;
|
|
583
|
+
/**
|
|
584
|
+
* The employee’s bank accounts.
|
|
585
|
+
*/
|
|
586
|
+
bank_accounts?: Array<BankAccount> | null | undefined;
|
|
587
|
+
/**
|
|
588
|
+
* The employee’s date of birth.
|
|
589
|
+
*/
|
|
590
|
+
date_of_birth: Date | null;
|
|
591
|
+
/**
|
|
592
|
+
* The date the employee started working for the organization.
|
|
593
|
+
*/
|
|
594
|
+
start_date: Date | null;
|
|
595
|
+
/**
|
|
596
|
+
* The date when the employment ends. Can be in the past or future.
|
|
597
|
+
*/
|
|
598
|
+
termination_date: Date | null;
|
|
599
|
+
/**
|
|
600
|
+
* The date and time the object was created in the remote system.
|
|
601
|
+
*/
|
|
602
|
+
remote_created_at: Date | null;
|
|
603
|
+
/**
|
|
604
|
+
* The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
|
|
605
|
+
*/
|
|
606
|
+
changed_at: Date;
|
|
607
|
+
/**
|
|
608
|
+
* The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
|
|
609
|
+
*/
|
|
610
|
+
remote_deleted_at: Date | null;
|
|
611
|
+
/**
|
|
612
|
+
* A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
613
|
+
*/
|
|
614
|
+
custom_fields: {
|
|
615
|
+
[k: string]: any;
|
|
616
|
+
} | null;
|
|
617
|
+
employments: Array<Employment>;
|
|
618
|
+
time_off_balances: Array<TimeOffBalance>;
|
|
619
|
+
manager: Manager | null;
|
|
620
|
+
groups: Array<Group>;
|
|
621
|
+
legal_entity: LegalEntity | null;
|
|
622
|
+
work_location: WorkLocation | null;
|
|
623
|
+
};
|
|
624
|
+
export type GetHrisEmployeesPositiveResponseData = {
|
|
625
|
+
/**
|
|
626
|
+
* Cursor string that can be passed to the `cursor` query parameter to get the next page. If this is `null`, then there are no more pages.
|
|
627
|
+
*/
|
|
628
|
+
next: string | null;
|
|
629
|
+
results: Array<GetHrisEmployeesPositiveResponseResult>;
|
|
630
|
+
};
|
|
631
|
+
export type GetHrisEmployeesPositiveResponse = {
|
|
632
|
+
status: "success";
|
|
633
|
+
data: GetHrisEmployeesPositiveResponseData;
|
|
634
|
+
};
|
|
635
|
+
/** @internal */
|
|
636
|
+
export declare const GetHrisEmployeesPositiveResponseGender$inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseGender, z.ZodTypeDef, unknown>;
|
|
637
|
+
/** @internal */
|
|
638
|
+
export declare const GetHrisEmployeesPositiveResponseGender$outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseGender, z.ZodTypeDef, GetHrisEmployeesPositiveResponseGender>;
|
|
639
|
+
/**
|
|
640
|
+
* @internal
|
|
641
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
642
|
+
*/
|
|
643
|
+
export declare namespace GetHrisEmployeesPositiveResponseGender$ {
|
|
644
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseGender$inboundSchema` instead. */
|
|
645
|
+
const inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseGender, z.ZodTypeDef, unknown>;
|
|
646
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseGender$outboundSchema` instead. */
|
|
647
|
+
const outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseGender, z.ZodTypeDef, GetHrisEmployeesPositiveResponseGender>;
|
|
648
|
+
}
|
|
649
|
+
/** @internal */
|
|
650
|
+
export declare const Ethnicity$inboundSchema: z.ZodType<Ethnicity, z.ZodTypeDef, unknown>;
|
|
651
|
+
/** @internal */
|
|
652
|
+
export declare const Ethnicity$outboundSchema: z.ZodType<Ethnicity, z.ZodTypeDef, Ethnicity>;
|
|
653
|
+
/**
|
|
654
|
+
* @internal
|
|
655
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
656
|
+
*/
|
|
657
|
+
export declare namespace Ethnicity$ {
|
|
658
|
+
/** @deprecated use `Ethnicity$inboundSchema` instead. */
|
|
659
|
+
const inboundSchema: z.ZodType<Ethnicity, z.ZodTypeDef, unknown>;
|
|
660
|
+
/** @deprecated use `Ethnicity$outboundSchema` instead. */
|
|
661
|
+
const outboundSchema: z.ZodType<Ethnicity, z.ZodTypeDef, Ethnicity>;
|
|
662
|
+
}
|
|
663
|
+
/** @internal */
|
|
664
|
+
export declare const MaritalStatus$inboundSchema: z.ZodType<MaritalStatus, z.ZodTypeDef, unknown>;
|
|
665
|
+
/** @internal */
|
|
666
|
+
export declare const MaritalStatus$outboundSchema: z.ZodType<MaritalStatus, z.ZodTypeDef, MaritalStatus>;
|
|
667
|
+
/**
|
|
668
|
+
* @internal
|
|
669
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
670
|
+
*/
|
|
671
|
+
export declare namespace MaritalStatus$ {
|
|
672
|
+
/** @deprecated use `MaritalStatus$inboundSchema` instead. */
|
|
673
|
+
const inboundSchema: z.ZodType<MaritalStatus, z.ZodTypeDef, unknown>;
|
|
674
|
+
/** @deprecated use `MaritalStatus$outboundSchema` instead. */
|
|
675
|
+
const outboundSchema: z.ZodType<MaritalStatus, z.ZodTypeDef, MaritalStatus>;
|
|
676
|
+
}
|
|
677
|
+
/** @internal */
|
|
678
|
+
export declare const EmploymentStatus$inboundSchema: z.ZodType<EmploymentStatus, z.ZodTypeDef, unknown>;
|
|
679
|
+
/** @internal */
|
|
680
|
+
export declare const EmploymentStatus$outboundSchema: z.ZodType<EmploymentStatus, z.ZodTypeDef, EmploymentStatus>;
|
|
681
|
+
/**
|
|
682
|
+
* @internal
|
|
683
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
684
|
+
*/
|
|
685
|
+
export declare namespace EmploymentStatus$ {
|
|
686
|
+
/** @deprecated use `EmploymentStatus$inboundSchema` instead. */
|
|
687
|
+
const inboundSchema: z.ZodType<EmploymentStatus, z.ZodTypeDef, unknown>;
|
|
688
|
+
/** @deprecated use `EmploymentStatus$outboundSchema` instead. */
|
|
689
|
+
const outboundSchema: z.ZodType<EmploymentStatus, z.ZodTypeDef, EmploymentStatus>;
|
|
690
|
+
}
|
|
691
|
+
/** @internal */
|
|
692
|
+
export declare const GetHrisEmployeesPositiveResponseEmploymentType$inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseEmploymentType, z.ZodTypeDef, unknown>;
|
|
693
|
+
/** @internal */
|
|
694
|
+
export declare const GetHrisEmployeesPositiveResponseEmploymentType$outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseEmploymentType, z.ZodTypeDef, GetHrisEmployeesPositiveResponseEmploymentType>;
|
|
695
|
+
/**
|
|
696
|
+
* @internal
|
|
697
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
698
|
+
*/
|
|
699
|
+
export declare namespace GetHrisEmployeesPositiveResponseEmploymentType$ {
|
|
700
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseEmploymentType$inboundSchema` instead. */
|
|
701
|
+
const inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseEmploymentType, z.ZodTypeDef, unknown>;
|
|
702
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseEmploymentType$outboundSchema` instead. */
|
|
703
|
+
const outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseEmploymentType, z.ZodTypeDef, GetHrisEmployeesPositiveResponseEmploymentType>;
|
|
704
|
+
}
|
|
705
|
+
/** @internal */
|
|
706
|
+
export declare const HomeAddress$inboundSchema: z.ZodType<HomeAddress, z.ZodTypeDef, unknown>;
|
|
707
|
+
/** @internal */
|
|
708
|
+
export type HomeAddress$Outbound = {
|
|
709
|
+
city?: string | null | undefined;
|
|
710
|
+
country?: string | null | undefined;
|
|
711
|
+
raw?: string | null | undefined;
|
|
712
|
+
state?: string | null | undefined;
|
|
713
|
+
street_1?: string | null | undefined;
|
|
714
|
+
street_2?: string | null | undefined;
|
|
715
|
+
zip_code?: string | null | undefined;
|
|
716
|
+
};
|
|
717
|
+
/** @internal */
|
|
718
|
+
export declare const HomeAddress$outboundSchema: z.ZodType<HomeAddress$Outbound, z.ZodTypeDef, HomeAddress>;
|
|
719
|
+
/**
|
|
720
|
+
* @internal
|
|
721
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
722
|
+
*/
|
|
723
|
+
export declare namespace HomeAddress$ {
|
|
724
|
+
/** @deprecated use `HomeAddress$inboundSchema` instead. */
|
|
725
|
+
const inboundSchema: z.ZodType<HomeAddress, z.ZodTypeDef, unknown>;
|
|
726
|
+
/** @deprecated use `HomeAddress$outboundSchema` instead. */
|
|
727
|
+
const outboundSchema: z.ZodType<HomeAddress$Outbound, z.ZodTypeDef, HomeAddress>;
|
|
728
|
+
/** @deprecated use `HomeAddress$Outbound` instead. */
|
|
729
|
+
type Outbound = HomeAddress$Outbound;
|
|
730
|
+
}
|
|
731
|
+
export declare function homeAddressToJSON(homeAddress: HomeAddress): string;
|
|
732
|
+
export declare function homeAddressFromJSON(jsonString: string): SafeParseResult<HomeAddress, SDKValidationError>;
|
|
733
|
+
/** @internal */
|
|
734
|
+
export declare const DomesticBankRoutingType$inboundSchema: z.ZodNativeEnum<typeof DomesticBankRoutingType>;
|
|
735
|
+
/** @internal */
|
|
736
|
+
export declare const DomesticBankRoutingType$outboundSchema: z.ZodNativeEnum<typeof DomesticBankRoutingType>;
|
|
737
|
+
/**
|
|
738
|
+
* @internal
|
|
739
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
740
|
+
*/
|
|
741
|
+
export declare namespace DomesticBankRoutingType$ {
|
|
742
|
+
/** @deprecated use `DomesticBankRoutingType$inboundSchema` instead. */
|
|
743
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
744
|
+
readonly GbSortCode: "GB_SORT_CODE";
|
|
745
|
+
readonly DeBankleitzahl: "DE_BANKLEITZAHL";
|
|
746
|
+
readonly UsAbaRoutingTransitNumber: "US_ABA_ROUTING_TRANSIT_NUMBER";
|
|
747
|
+
readonly CaRoutingNumber: "CA_ROUTING_NUMBER";
|
|
748
|
+
readonly AuBsbCode: "AU_BSB_CODE";
|
|
749
|
+
readonly FrRib: "FR_RIB";
|
|
750
|
+
}>;
|
|
751
|
+
/** @deprecated use `DomesticBankRoutingType$outboundSchema` instead. */
|
|
752
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
753
|
+
readonly GbSortCode: "GB_SORT_CODE";
|
|
754
|
+
readonly DeBankleitzahl: "DE_BANKLEITZAHL";
|
|
755
|
+
readonly UsAbaRoutingTransitNumber: "US_ABA_ROUTING_TRANSIT_NUMBER";
|
|
756
|
+
readonly CaRoutingNumber: "CA_ROUTING_NUMBER";
|
|
757
|
+
readonly AuBsbCode: "AU_BSB_CODE";
|
|
758
|
+
readonly FrRib: "FR_RIB";
|
|
759
|
+
}>;
|
|
760
|
+
}
|
|
761
|
+
/** @internal */
|
|
762
|
+
export declare const DomesticBankRouting$inboundSchema: z.ZodType<DomesticBankRouting, z.ZodTypeDef, unknown>;
|
|
763
|
+
/** @internal */
|
|
764
|
+
export type DomesticBankRouting$Outbound = {
|
|
765
|
+
number: string;
|
|
766
|
+
type: string | null;
|
|
767
|
+
};
|
|
768
|
+
/** @internal */
|
|
769
|
+
export declare const DomesticBankRouting$outboundSchema: z.ZodType<DomesticBankRouting$Outbound, z.ZodTypeDef, DomesticBankRouting>;
|
|
770
|
+
/**
|
|
771
|
+
* @internal
|
|
772
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
773
|
+
*/
|
|
774
|
+
export declare namespace DomesticBankRouting$ {
|
|
775
|
+
/** @deprecated use `DomesticBankRouting$inboundSchema` instead. */
|
|
776
|
+
const inboundSchema: z.ZodType<DomesticBankRouting, z.ZodTypeDef, unknown>;
|
|
777
|
+
/** @deprecated use `DomesticBankRouting$outboundSchema` instead. */
|
|
778
|
+
const outboundSchema: z.ZodType<DomesticBankRouting$Outbound, z.ZodTypeDef, DomesticBankRouting>;
|
|
779
|
+
/** @deprecated use `DomesticBankRouting$Outbound` instead. */
|
|
780
|
+
type Outbound = DomesticBankRouting$Outbound;
|
|
781
|
+
}
|
|
782
|
+
export declare function domesticBankRoutingToJSON(domesticBankRouting: DomesticBankRouting): string;
|
|
783
|
+
export declare function domesticBankRoutingFromJSON(jsonString: string): SafeParseResult<DomesticBankRouting, SDKValidationError>;
|
|
784
|
+
/** @internal */
|
|
785
|
+
export declare const BankAccount$inboundSchema: z.ZodType<BankAccount, z.ZodTypeDef, unknown>;
|
|
786
|
+
/** @internal */
|
|
787
|
+
export type BankAccount$Outbound = {
|
|
788
|
+
iban?: string | null | undefined;
|
|
789
|
+
bic?: string | null | undefined;
|
|
790
|
+
account_number?: string | null | undefined;
|
|
791
|
+
holder_name?: string | null | undefined;
|
|
792
|
+
bank_name?: string | null | undefined;
|
|
793
|
+
domestic_bank_routing?: DomesticBankRouting$Outbound | null | undefined;
|
|
794
|
+
};
|
|
795
|
+
/** @internal */
|
|
796
|
+
export declare const BankAccount$outboundSchema: z.ZodType<BankAccount$Outbound, z.ZodTypeDef, BankAccount>;
|
|
797
|
+
/**
|
|
798
|
+
* @internal
|
|
799
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
800
|
+
*/
|
|
801
|
+
export declare namespace BankAccount$ {
|
|
802
|
+
/** @deprecated use `BankAccount$inboundSchema` instead. */
|
|
803
|
+
const inboundSchema: z.ZodType<BankAccount, z.ZodTypeDef, unknown>;
|
|
804
|
+
/** @deprecated use `BankAccount$outboundSchema` instead. */
|
|
805
|
+
const outboundSchema: z.ZodType<BankAccount$Outbound, z.ZodTypeDef, BankAccount>;
|
|
806
|
+
/** @deprecated use `BankAccount$Outbound` instead. */
|
|
807
|
+
type Outbound = BankAccount$Outbound;
|
|
808
|
+
}
|
|
809
|
+
export declare function bankAccountToJSON(bankAccount: BankAccount): string;
|
|
810
|
+
export declare function bankAccountFromJSON(jsonString: string): SafeParseResult<BankAccount, SDKValidationError>;
|
|
811
|
+
/** @internal */
|
|
812
|
+
export declare const GetHrisEmployeesPositiveResponsePayPeriod$inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponsePayPeriod, z.ZodTypeDef, unknown>;
|
|
813
|
+
/** @internal */
|
|
814
|
+
export declare const GetHrisEmployeesPositiveResponsePayPeriod$outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponsePayPeriod, z.ZodTypeDef, GetHrisEmployeesPositiveResponsePayPeriod>;
|
|
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 declare namespace GetHrisEmployeesPositiveResponsePayPeriod$ {
|
|
820
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponsePayPeriod$inboundSchema` instead. */
|
|
821
|
+
const inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponsePayPeriod, z.ZodTypeDef, unknown>;
|
|
822
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponsePayPeriod$outboundSchema` instead. */
|
|
823
|
+
const outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponsePayPeriod, z.ZodTypeDef, GetHrisEmployeesPositiveResponsePayPeriod>;
|
|
824
|
+
}
|
|
825
|
+
/** @internal */
|
|
826
|
+
export declare const GetHrisEmployeesPositiveResponsePayFrequency$inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponsePayFrequency, z.ZodTypeDef, unknown>;
|
|
827
|
+
/** @internal */
|
|
828
|
+
export declare const GetHrisEmployeesPositiveResponsePayFrequency$outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponsePayFrequency, z.ZodTypeDef, GetHrisEmployeesPositiveResponsePayFrequency>;
|
|
829
|
+
/**
|
|
830
|
+
* @internal
|
|
831
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
832
|
+
*/
|
|
833
|
+
export declare namespace GetHrisEmployeesPositiveResponsePayFrequency$ {
|
|
834
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponsePayFrequency$inboundSchema` instead. */
|
|
835
|
+
const inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponsePayFrequency, z.ZodTypeDef, unknown>;
|
|
836
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponsePayFrequency$outboundSchema` instead. */
|
|
837
|
+
const outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponsePayFrequency, z.ZodTypeDef, GetHrisEmployeesPositiveResponsePayFrequency>;
|
|
838
|
+
}
|
|
839
|
+
/** @internal */
|
|
840
|
+
export declare const EmploymentEmploymentType$inboundSchema: z.ZodType<EmploymentEmploymentType, z.ZodTypeDef, unknown>;
|
|
841
|
+
/** @internal */
|
|
842
|
+
export declare const EmploymentEmploymentType$outboundSchema: z.ZodType<EmploymentEmploymentType, z.ZodTypeDef, EmploymentEmploymentType>;
|
|
843
|
+
/**
|
|
844
|
+
* @internal
|
|
845
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
846
|
+
*/
|
|
847
|
+
export declare namespace EmploymentEmploymentType$ {
|
|
848
|
+
/** @deprecated use `EmploymentEmploymentType$inboundSchema` instead. */
|
|
849
|
+
const inboundSchema: z.ZodType<EmploymentEmploymentType, z.ZodTypeDef, unknown>;
|
|
850
|
+
/** @deprecated use `EmploymentEmploymentType$outboundSchema` instead. */
|
|
851
|
+
const outboundSchema: z.ZodType<EmploymentEmploymentType, z.ZodTypeDef, EmploymentEmploymentType>;
|
|
852
|
+
}
|
|
853
|
+
/** @internal */
|
|
854
|
+
export declare const Employment$inboundSchema: z.ZodType<Employment, z.ZodTypeDef, unknown>;
|
|
855
|
+
/** @internal */
|
|
856
|
+
export type Employment$Outbound = {
|
|
857
|
+
id: string;
|
|
858
|
+
remote_id: string | null;
|
|
859
|
+
employee_id: string;
|
|
860
|
+
job_title: string | null;
|
|
861
|
+
pay_rate: number | null;
|
|
862
|
+
pay_period?: string | null | undefined;
|
|
863
|
+
pay_frequency?: string | null | undefined;
|
|
864
|
+
employment_type?: string | null | undefined;
|
|
865
|
+
pay_currency: string | null;
|
|
866
|
+
effective_date: string | null;
|
|
867
|
+
changed_at: string;
|
|
868
|
+
remote_deleted_at: string | null;
|
|
869
|
+
custom_fields: {
|
|
870
|
+
[k: string]: any;
|
|
871
|
+
} | null;
|
|
872
|
+
};
|
|
873
|
+
/** @internal */
|
|
874
|
+
export declare const Employment$outboundSchema: z.ZodType<Employment$Outbound, z.ZodTypeDef, Employment>;
|
|
875
|
+
/**
|
|
876
|
+
* @internal
|
|
877
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
878
|
+
*/
|
|
879
|
+
export declare namespace Employment$ {
|
|
880
|
+
/** @deprecated use `Employment$inboundSchema` instead. */
|
|
881
|
+
const inboundSchema: z.ZodType<Employment, z.ZodTypeDef, unknown>;
|
|
882
|
+
/** @deprecated use `Employment$outboundSchema` instead. */
|
|
883
|
+
const outboundSchema: z.ZodType<Employment$Outbound, z.ZodTypeDef, Employment>;
|
|
884
|
+
/** @deprecated use `Employment$Outbound` instead. */
|
|
885
|
+
type Outbound = Employment$Outbound;
|
|
886
|
+
}
|
|
887
|
+
export declare function employmentToJSON(employment: Employment): string;
|
|
888
|
+
export declare function employmentFromJSON(jsonString: string): SafeParseResult<Employment, SDKValidationError>;
|
|
889
|
+
/** @internal */
|
|
890
|
+
export declare const GetHrisEmployeesPositiveResponseBalanceUnit$inboundSchema: z.ZodNativeEnum<typeof GetHrisEmployeesPositiveResponseBalanceUnit>;
|
|
891
|
+
/** @internal */
|
|
892
|
+
export declare const GetHrisEmployeesPositiveResponseBalanceUnit$outboundSchema: z.ZodNativeEnum<typeof GetHrisEmployeesPositiveResponseBalanceUnit>;
|
|
893
|
+
/**
|
|
894
|
+
* @internal
|
|
895
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
896
|
+
*/
|
|
897
|
+
export declare namespace GetHrisEmployeesPositiveResponseBalanceUnit$ {
|
|
898
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseBalanceUnit$inboundSchema` instead. */
|
|
899
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
900
|
+
readonly Hours: "HOURS";
|
|
901
|
+
readonly Days: "DAYS";
|
|
902
|
+
}>;
|
|
903
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseBalanceUnit$outboundSchema` instead. */
|
|
904
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
905
|
+
readonly Hours: "HOURS";
|
|
906
|
+
readonly Days: "DAYS";
|
|
907
|
+
}>;
|
|
908
|
+
}
|
|
909
|
+
/** @internal */
|
|
910
|
+
export declare const GetHrisEmployeesPositiveResponseUsedUnit$inboundSchema: z.ZodNativeEnum<typeof GetHrisEmployeesPositiveResponseUsedUnit>;
|
|
911
|
+
/** @internal */
|
|
912
|
+
export declare const GetHrisEmployeesPositiveResponseUsedUnit$outboundSchema: z.ZodNativeEnum<typeof GetHrisEmployeesPositiveResponseUsedUnit>;
|
|
913
|
+
/**
|
|
914
|
+
* @internal
|
|
915
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
916
|
+
*/
|
|
917
|
+
export declare namespace GetHrisEmployeesPositiveResponseUsedUnit$ {
|
|
918
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseUsedUnit$inboundSchema` instead. */
|
|
919
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
920
|
+
readonly Hours: "HOURS";
|
|
921
|
+
readonly Days: "DAYS";
|
|
922
|
+
}>;
|
|
923
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseUsedUnit$outboundSchema` instead. */
|
|
924
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
925
|
+
readonly Hours: "HOURS";
|
|
926
|
+
readonly Days: "DAYS";
|
|
927
|
+
}>;
|
|
928
|
+
}
|
|
929
|
+
/** @internal */
|
|
930
|
+
export declare const TimeOffBalance$inboundSchema: z.ZodType<TimeOffBalance, z.ZodTypeDef, unknown>;
|
|
931
|
+
/** @internal */
|
|
932
|
+
export type TimeOffBalance$Outbound = {
|
|
933
|
+
id: string;
|
|
934
|
+
remote_id: string | null;
|
|
935
|
+
employee_id: string;
|
|
936
|
+
type_id: string;
|
|
937
|
+
balance: number | null;
|
|
938
|
+
balance_unit: string | null;
|
|
939
|
+
changed_at: string;
|
|
940
|
+
remote_deleted_at: string | null;
|
|
941
|
+
used: number | null;
|
|
942
|
+
used_unit: string | null;
|
|
943
|
+
};
|
|
944
|
+
/** @internal */
|
|
945
|
+
export declare const TimeOffBalance$outboundSchema: z.ZodType<TimeOffBalance$Outbound, z.ZodTypeDef, TimeOffBalance>;
|
|
946
|
+
/**
|
|
947
|
+
* @internal
|
|
948
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
949
|
+
*/
|
|
950
|
+
export declare namespace TimeOffBalance$ {
|
|
951
|
+
/** @deprecated use `TimeOffBalance$inboundSchema` instead. */
|
|
952
|
+
const inboundSchema: z.ZodType<TimeOffBalance, z.ZodTypeDef, unknown>;
|
|
953
|
+
/** @deprecated use `TimeOffBalance$outboundSchema` instead. */
|
|
954
|
+
const outboundSchema: z.ZodType<TimeOffBalance$Outbound, z.ZodTypeDef, TimeOffBalance>;
|
|
955
|
+
/** @deprecated use `TimeOffBalance$Outbound` instead. */
|
|
956
|
+
type Outbound = TimeOffBalance$Outbound;
|
|
957
|
+
}
|
|
958
|
+
export declare function timeOffBalanceToJSON(timeOffBalance: TimeOffBalance): string;
|
|
959
|
+
export declare function timeOffBalanceFromJSON(jsonString: string): SafeParseResult<TimeOffBalance, SDKValidationError>;
|
|
960
|
+
/** @internal */
|
|
961
|
+
export declare const ManagerEmploymentStatus$inboundSchema: z.ZodType<ManagerEmploymentStatus, z.ZodTypeDef, unknown>;
|
|
962
|
+
/** @internal */
|
|
963
|
+
export declare const ManagerEmploymentStatus$outboundSchema: z.ZodType<ManagerEmploymentStatus, z.ZodTypeDef, ManagerEmploymentStatus>;
|
|
964
|
+
/**
|
|
965
|
+
* @internal
|
|
966
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
967
|
+
*/
|
|
968
|
+
export declare namespace ManagerEmploymentStatus$ {
|
|
969
|
+
/** @deprecated use `ManagerEmploymentStatus$inboundSchema` instead. */
|
|
970
|
+
const inboundSchema: z.ZodType<ManagerEmploymentStatus, z.ZodTypeDef, unknown>;
|
|
971
|
+
/** @deprecated use `ManagerEmploymentStatus$outboundSchema` instead. */
|
|
972
|
+
const outboundSchema: z.ZodType<ManagerEmploymentStatus, z.ZodTypeDef, ManagerEmploymentStatus>;
|
|
973
|
+
}
|
|
974
|
+
/** @internal */
|
|
975
|
+
export declare const Manager$inboundSchema: z.ZodType<Manager, z.ZodTypeDef, unknown>;
|
|
976
|
+
/** @internal */
|
|
977
|
+
export type Manager$Outbound = {
|
|
978
|
+
first_name: string | null;
|
|
979
|
+
last_name: string | null;
|
|
980
|
+
display_full_name: string | null;
|
|
981
|
+
id: string;
|
|
982
|
+
work_email?: string | null | undefined;
|
|
983
|
+
remote_id: string;
|
|
984
|
+
employment_status?: string | null | undefined;
|
|
985
|
+
termination_date: string | null;
|
|
986
|
+
};
|
|
987
|
+
/** @internal */
|
|
988
|
+
export declare const Manager$outboundSchema: z.ZodType<Manager$Outbound, z.ZodTypeDef, Manager>;
|
|
989
|
+
/**
|
|
990
|
+
* @internal
|
|
991
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
992
|
+
*/
|
|
993
|
+
export declare namespace Manager$ {
|
|
994
|
+
/** @deprecated use `Manager$inboundSchema` instead. */
|
|
995
|
+
const inboundSchema: z.ZodType<Manager, z.ZodTypeDef, unknown>;
|
|
996
|
+
/** @deprecated use `Manager$outboundSchema` instead. */
|
|
997
|
+
const outboundSchema: z.ZodType<Manager$Outbound, z.ZodTypeDef, Manager>;
|
|
998
|
+
/** @deprecated use `Manager$Outbound` instead. */
|
|
999
|
+
type Outbound = Manager$Outbound;
|
|
1000
|
+
}
|
|
1001
|
+
export declare function managerToJSON(manager: Manager): string;
|
|
1002
|
+
export declare function managerFromJSON(jsonString: string): SafeParseResult<Manager, SDKValidationError>;
|
|
1003
|
+
/** @internal */
|
|
1004
|
+
export declare const GroupType$inboundSchema: z.ZodNativeEnum<typeof GroupType>;
|
|
1005
|
+
/** @internal */
|
|
1006
|
+
export declare const GroupType$outboundSchema: z.ZodNativeEnum<typeof GroupType>;
|
|
1007
|
+
/**
|
|
1008
|
+
* @internal
|
|
1009
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1010
|
+
*/
|
|
1011
|
+
export declare namespace GroupType$ {
|
|
1012
|
+
/** @deprecated use `GroupType$inboundSchema` instead. */
|
|
1013
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1014
|
+
readonly Department: "DEPARTMENT";
|
|
1015
|
+
readonly Team: "TEAM";
|
|
1016
|
+
readonly CostCenter: "COST_CENTER";
|
|
1017
|
+
}>;
|
|
1018
|
+
/** @deprecated use `GroupType$outboundSchema` instead. */
|
|
1019
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1020
|
+
readonly Department: "DEPARTMENT";
|
|
1021
|
+
readonly Team: "TEAM";
|
|
1022
|
+
readonly CostCenter: "COST_CENTER";
|
|
1023
|
+
}>;
|
|
1024
|
+
}
|
|
1025
|
+
/** @internal */
|
|
1026
|
+
export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
|
|
1027
|
+
/** @internal */
|
|
1028
|
+
export type Group$Outbound = {
|
|
1029
|
+
id: string;
|
|
1030
|
+
remote_id: string;
|
|
1031
|
+
name: string | null;
|
|
1032
|
+
type: string | null;
|
|
1033
|
+
};
|
|
1034
|
+
/** @internal */
|
|
1035
|
+
export declare const Group$outboundSchema: z.ZodType<Group$Outbound, z.ZodTypeDef, Group>;
|
|
1036
|
+
/**
|
|
1037
|
+
* @internal
|
|
1038
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1039
|
+
*/
|
|
1040
|
+
export declare namespace Group$ {
|
|
1041
|
+
/** @deprecated use `Group$inboundSchema` instead. */
|
|
1042
|
+
const inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
|
|
1043
|
+
/** @deprecated use `Group$outboundSchema` instead. */
|
|
1044
|
+
const outboundSchema: z.ZodType<Group$Outbound, z.ZodTypeDef, Group>;
|
|
1045
|
+
/** @deprecated use `Group$Outbound` instead. */
|
|
1046
|
+
type Outbound = Group$Outbound;
|
|
1047
|
+
}
|
|
1048
|
+
export declare function groupToJSON(group: Group): string;
|
|
1049
|
+
export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
|
|
1050
|
+
/** @internal */
|
|
1051
|
+
export declare const LegalEntityAddress$inboundSchema: z.ZodType<LegalEntityAddress, z.ZodTypeDef, unknown>;
|
|
1052
|
+
/** @internal */
|
|
1053
|
+
export type LegalEntityAddress$Outbound = {
|
|
1054
|
+
city?: string | null | undefined;
|
|
1055
|
+
country?: string | null | undefined;
|
|
1056
|
+
raw?: string | null | undefined;
|
|
1057
|
+
state?: string | null | undefined;
|
|
1058
|
+
street_1?: string | null | undefined;
|
|
1059
|
+
street_2?: string | null | undefined;
|
|
1060
|
+
zip_code?: string | null | undefined;
|
|
1061
|
+
};
|
|
1062
|
+
/** @internal */
|
|
1063
|
+
export declare const LegalEntityAddress$outboundSchema: z.ZodType<LegalEntityAddress$Outbound, z.ZodTypeDef, LegalEntityAddress>;
|
|
1064
|
+
/**
|
|
1065
|
+
* @internal
|
|
1066
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1067
|
+
*/
|
|
1068
|
+
export declare namespace LegalEntityAddress$ {
|
|
1069
|
+
/** @deprecated use `LegalEntityAddress$inboundSchema` instead. */
|
|
1070
|
+
const inboundSchema: z.ZodType<LegalEntityAddress, z.ZodTypeDef, unknown>;
|
|
1071
|
+
/** @deprecated use `LegalEntityAddress$outboundSchema` instead. */
|
|
1072
|
+
const outboundSchema: z.ZodType<LegalEntityAddress$Outbound, z.ZodTypeDef, LegalEntityAddress>;
|
|
1073
|
+
/** @deprecated use `LegalEntityAddress$Outbound` instead. */
|
|
1074
|
+
type Outbound = LegalEntityAddress$Outbound;
|
|
1075
|
+
}
|
|
1076
|
+
export declare function legalEntityAddressToJSON(legalEntityAddress: LegalEntityAddress): string;
|
|
1077
|
+
export declare function legalEntityAddressFromJSON(jsonString: string): SafeParseResult<LegalEntityAddress, SDKValidationError>;
|
|
1078
|
+
/** @internal */
|
|
1079
|
+
export declare const LegalEntity$inboundSchema: z.ZodType<LegalEntity, z.ZodTypeDef, unknown>;
|
|
1080
|
+
/** @internal */
|
|
1081
|
+
export type LegalEntity$Outbound = {
|
|
1082
|
+
id: string;
|
|
1083
|
+
remote_id: string | null;
|
|
1084
|
+
name: string | null;
|
|
1085
|
+
address?: LegalEntityAddress$Outbound | null | undefined;
|
|
1086
|
+
};
|
|
1087
|
+
/** @internal */
|
|
1088
|
+
export declare const LegalEntity$outboundSchema: z.ZodType<LegalEntity$Outbound, z.ZodTypeDef, LegalEntity>;
|
|
1089
|
+
/**
|
|
1090
|
+
* @internal
|
|
1091
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1092
|
+
*/
|
|
1093
|
+
export declare namespace LegalEntity$ {
|
|
1094
|
+
/** @deprecated use `LegalEntity$inboundSchema` instead. */
|
|
1095
|
+
const inboundSchema: z.ZodType<LegalEntity, z.ZodTypeDef, unknown>;
|
|
1096
|
+
/** @deprecated use `LegalEntity$outboundSchema` instead. */
|
|
1097
|
+
const outboundSchema: z.ZodType<LegalEntity$Outbound, z.ZodTypeDef, LegalEntity>;
|
|
1098
|
+
/** @deprecated use `LegalEntity$Outbound` instead. */
|
|
1099
|
+
type Outbound = LegalEntity$Outbound;
|
|
1100
|
+
}
|
|
1101
|
+
export declare function legalEntityToJSON(legalEntity: LegalEntity): string;
|
|
1102
|
+
export declare function legalEntityFromJSON(jsonString: string): SafeParseResult<LegalEntity, SDKValidationError>;
|
|
1103
|
+
/** @internal */
|
|
1104
|
+
export declare const WorkLocationAddress$inboundSchema: z.ZodType<WorkLocationAddress, z.ZodTypeDef, unknown>;
|
|
1105
|
+
/** @internal */
|
|
1106
|
+
export type WorkLocationAddress$Outbound = {
|
|
1107
|
+
city?: string | null | undefined;
|
|
1108
|
+
country?: string | null | undefined;
|
|
1109
|
+
raw?: string | null | undefined;
|
|
1110
|
+
state?: string | null | undefined;
|
|
1111
|
+
street_1?: string | null | undefined;
|
|
1112
|
+
street_2?: string | null | undefined;
|
|
1113
|
+
zip_code?: string | null | undefined;
|
|
1114
|
+
};
|
|
1115
|
+
/** @internal */
|
|
1116
|
+
export declare const WorkLocationAddress$outboundSchema: z.ZodType<WorkLocationAddress$Outbound, z.ZodTypeDef, WorkLocationAddress>;
|
|
1117
|
+
/**
|
|
1118
|
+
* @internal
|
|
1119
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1120
|
+
*/
|
|
1121
|
+
export declare namespace WorkLocationAddress$ {
|
|
1122
|
+
/** @deprecated use `WorkLocationAddress$inboundSchema` instead. */
|
|
1123
|
+
const inboundSchema: z.ZodType<WorkLocationAddress, z.ZodTypeDef, unknown>;
|
|
1124
|
+
/** @deprecated use `WorkLocationAddress$outboundSchema` instead. */
|
|
1125
|
+
const outboundSchema: z.ZodType<WorkLocationAddress$Outbound, z.ZodTypeDef, WorkLocationAddress>;
|
|
1126
|
+
/** @deprecated use `WorkLocationAddress$Outbound` instead. */
|
|
1127
|
+
type Outbound = WorkLocationAddress$Outbound;
|
|
1128
|
+
}
|
|
1129
|
+
export declare function workLocationAddressToJSON(workLocationAddress: WorkLocationAddress): string;
|
|
1130
|
+
export declare function workLocationAddressFromJSON(jsonString: string): SafeParseResult<WorkLocationAddress, SDKValidationError>;
|
|
1131
|
+
/** @internal */
|
|
1132
|
+
export declare const WorkLocation$inboundSchema: z.ZodType<WorkLocation, z.ZodTypeDef, unknown>;
|
|
1133
|
+
/** @internal */
|
|
1134
|
+
export type WorkLocation$Outbound = {
|
|
1135
|
+
id: string;
|
|
1136
|
+
remote_id: string | null;
|
|
1137
|
+
name: string | null;
|
|
1138
|
+
address?: WorkLocationAddress$Outbound | null | undefined;
|
|
1139
|
+
type: string | null;
|
|
1140
|
+
changed_at: string;
|
|
1141
|
+
remote_deleted_at: string | null;
|
|
1142
|
+
};
|
|
1143
|
+
/** @internal */
|
|
1144
|
+
export declare const WorkLocation$outboundSchema: z.ZodType<WorkLocation$Outbound, z.ZodTypeDef, WorkLocation>;
|
|
1145
|
+
/**
|
|
1146
|
+
* @internal
|
|
1147
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1148
|
+
*/
|
|
1149
|
+
export declare namespace WorkLocation$ {
|
|
1150
|
+
/** @deprecated use `WorkLocation$inboundSchema` instead. */
|
|
1151
|
+
const inboundSchema: z.ZodType<WorkLocation, z.ZodTypeDef, unknown>;
|
|
1152
|
+
/** @deprecated use `WorkLocation$outboundSchema` instead. */
|
|
1153
|
+
const outboundSchema: z.ZodType<WorkLocation$Outbound, z.ZodTypeDef, WorkLocation>;
|
|
1154
|
+
/** @deprecated use `WorkLocation$Outbound` instead. */
|
|
1155
|
+
type Outbound = WorkLocation$Outbound;
|
|
1156
|
+
}
|
|
1157
|
+
export declare function workLocationToJSON(workLocation: WorkLocation): string;
|
|
1158
|
+
export declare function workLocationFromJSON(jsonString: string): SafeParseResult<WorkLocation, SDKValidationError>;
|
|
1159
|
+
/** @internal */
|
|
1160
|
+
export declare const GetHrisEmployeesPositiveResponseResult$inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseResult, z.ZodTypeDef, unknown>;
|
|
1161
|
+
/** @internal */
|
|
1162
|
+
export type GetHrisEmployeesPositiveResponseResult$Outbound = {
|
|
1163
|
+
id: string;
|
|
1164
|
+
remote_id: string;
|
|
1165
|
+
employee_number: string | null;
|
|
1166
|
+
first_name: string | null;
|
|
1167
|
+
last_name: string | null;
|
|
1168
|
+
nationality: string | null;
|
|
1169
|
+
display_full_name: string | null;
|
|
1170
|
+
job_title: string | null;
|
|
1171
|
+
work_email?: string | null | undefined;
|
|
1172
|
+
personal_email?: string | null | undefined;
|
|
1173
|
+
mobile_phone_number: string | null;
|
|
1174
|
+
ssn: string | null;
|
|
1175
|
+
tax_id: string | null;
|
|
1176
|
+
gender?: string | null | undefined;
|
|
1177
|
+
ethnicity?: string | null | undefined;
|
|
1178
|
+
marital_status?: string | null | undefined;
|
|
1179
|
+
employment_status?: string | null | undefined;
|
|
1180
|
+
employment_type?: string | null | undefined;
|
|
1181
|
+
weekly_hours: number | null;
|
|
1182
|
+
avatar: string | null;
|
|
1183
|
+
work_location_id: string | null;
|
|
1184
|
+
legal_entity_id: string | null;
|
|
1185
|
+
manager_id: string | null;
|
|
1186
|
+
home_address?: HomeAddress$Outbound | null | undefined;
|
|
1187
|
+
bank_accounts?: Array<BankAccount$Outbound> | null | undefined;
|
|
1188
|
+
date_of_birth: string | null;
|
|
1189
|
+
start_date: string | null;
|
|
1190
|
+
termination_date: string | null;
|
|
1191
|
+
remote_created_at: string | null;
|
|
1192
|
+
changed_at: string;
|
|
1193
|
+
remote_deleted_at: string | null;
|
|
1194
|
+
custom_fields: {
|
|
1195
|
+
[k: string]: any;
|
|
1196
|
+
} | null;
|
|
1197
|
+
employments: Array<Employment$Outbound>;
|
|
1198
|
+
time_off_balances: Array<TimeOffBalance$Outbound>;
|
|
1199
|
+
manager: Manager$Outbound | null;
|
|
1200
|
+
groups: Array<Group$Outbound>;
|
|
1201
|
+
legal_entity: LegalEntity$Outbound | null;
|
|
1202
|
+
work_location: WorkLocation$Outbound | null;
|
|
1203
|
+
};
|
|
1204
|
+
/** @internal */
|
|
1205
|
+
export declare const GetHrisEmployeesPositiveResponseResult$outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseResult$Outbound, z.ZodTypeDef, GetHrisEmployeesPositiveResponseResult>;
|
|
1206
|
+
/**
|
|
1207
|
+
* @internal
|
|
1208
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1209
|
+
*/
|
|
1210
|
+
export declare namespace GetHrisEmployeesPositiveResponseResult$ {
|
|
1211
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseResult$inboundSchema` instead. */
|
|
1212
|
+
const inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseResult, z.ZodTypeDef, unknown>;
|
|
1213
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseResult$outboundSchema` instead. */
|
|
1214
|
+
const outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseResult$Outbound, z.ZodTypeDef, GetHrisEmployeesPositiveResponseResult>;
|
|
1215
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseResult$Outbound` instead. */
|
|
1216
|
+
type Outbound = GetHrisEmployeesPositiveResponseResult$Outbound;
|
|
1217
|
+
}
|
|
1218
|
+
export declare function getHrisEmployeesPositiveResponseResultToJSON(getHrisEmployeesPositiveResponseResult: GetHrisEmployeesPositiveResponseResult): string;
|
|
1219
|
+
export declare function getHrisEmployeesPositiveResponseResultFromJSON(jsonString: string): SafeParseResult<GetHrisEmployeesPositiveResponseResult, SDKValidationError>;
|
|
1220
|
+
/** @internal */
|
|
1221
|
+
export declare const GetHrisEmployeesPositiveResponseData$inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseData, z.ZodTypeDef, unknown>;
|
|
1222
|
+
/** @internal */
|
|
1223
|
+
export type GetHrisEmployeesPositiveResponseData$Outbound = {
|
|
1224
|
+
next: string | null;
|
|
1225
|
+
results: Array<GetHrisEmployeesPositiveResponseResult$Outbound>;
|
|
1226
|
+
};
|
|
1227
|
+
/** @internal */
|
|
1228
|
+
export declare const GetHrisEmployeesPositiveResponseData$outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseData$Outbound, z.ZodTypeDef, GetHrisEmployeesPositiveResponseData>;
|
|
1229
|
+
/**
|
|
1230
|
+
* @internal
|
|
1231
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1232
|
+
*/
|
|
1233
|
+
export declare namespace GetHrisEmployeesPositiveResponseData$ {
|
|
1234
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseData$inboundSchema` instead. */
|
|
1235
|
+
const inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseData, z.ZodTypeDef, unknown>;
|
|
1236
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseData$outboundSchema` instead. */
|
|
1237
|
+
const outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponseData$Outbound, z.ZodTypeDef, GetHrisEmployeesPositiveResponseData>;
|
|
1238
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponseData$Outbound` instead. */
|
|
1239
|
+
type Outbound = GetHrisEmployeesPositiveResponseData$Outbound;
|
|
1240
|
+
}
|
|
1241
|
+
export declare function getHrisEmployeesPositiveResponseDataToJSON(getHrisEmployeesPositiveResponseData: GetHrisEmployeesPositiveResponseData): string;
|
|
1242
|
+
export declare function getHrisEmployeesPositiveResponseDataFromJSON(jsonString: string): SafeParseResult<GetHrisEmployeesPositiveResponseData, SDKValidationError>;
|
|
1243
|
+
/** @internal */
|
|
1244
|
+
export declare const GetHrisEmployeesPositiveResponse$inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponse, z.ZodTypeDef, unknown>;
|
|
1245
|
+
/** @internal */
|
|
1246
|
+
export type GetHrisEmployeesPositiveResponse$Outbound = {
|
|
1247
|
+
status: "success";
|
|
1248
|
+
data: GetHrisEmployeesPositiveResponseData$Outbound;
|
|
1249
|
+
};
|
|
1250
|
+
/** @internal */
|
|
1251
|
+
export declare const GetHrisEmployeesPositiveResponse$outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponse$Outbound, z.ZodTypeDef, GetHrisEmployeesPositiveResponse>;
|
|
1252
|
+
/**
|
|
1253
|
+
* @internal
|
|
1254
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1255
|
+
*/
|
|
1256
|
+
export declare namespace GetHrisEmployeesPositiveResponse$ {
|
|
1257
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponse$inboundSchema` instead. */
|
|
1258
|
+
const inboundSchema: z.ZodType<GetHrisEmployeesPositiveResponse, z.ZodTypeDef, unknown>;
|
|
1259
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponse$outboundSchema` instead. */
|
|
1260
|
+
const outboundSchema: z.ZodType<GetHrisEmployeesPositiveResponse$Outbound, z.ZodTypeDef, GetHrisEmployeesPositiveResponse>;
|
|
1261
|
+
/** @deprecated use `GetHrisEmployeesPositiveResponse$Outbound` instead. */
|
|
1262
|
+
type Outbound = GetHrisEmployeesPositiveResponse$Outbound;
|
|
1263
|
+
}
|
|
1264
|
+
export declare function getHrisEmployeesPositiveResponseToJSON(getHrisEmployeesPositiveResponse: GetHrisEmployeesPositiveResponse): string;
|
|
1265
|
+
export declare function getHrisEmployeesPositiveResponseFromJSON(jsonString: string): SafeParseResult<GetHrisEmployeesPositiveResponse, SDKValidationError>;
|
|
1266
|
+
//# sourceMappingURL=gethrisemployeespositiveresponse.d.ts.map
|