@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,338 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { KomboCore } from "../core.js";
|
|
6
|
+
import { encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
7
|
+
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
9
|
+
import { safeParse } from "../lib/schemas.js";
|
|
10
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
11
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
12
|
+
import { pathToFunc } from "../lib/url.js";
|
|
13
|
+
import {
|
|
14
|
+
ConnectionError,
|
|
15
|
+
InvalidRequestError,
|
|
16
|
+
RequestAbortedError,
|
|
17
|
+
RequestTimeoutError,
|
|
18
|
+
UnexpectedClientError,
|
|
19
|
+
} from "../models/errors/httpclienterrors.js";
|
|
20
|
+
import * as errors from "../models/errors/index.js";
|
|
21
|
+
import { KomboError } from "../models/errors/komboerror.js";
|
|
22
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
23
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
24
|
+
import * as models from "../models/index.js";
|
|
25
|
+
import * as operations from "../models/operations/index.js";
|
|
26
|
+
import { APICall, APIPromise } from "../types/async.js";
|
|
27
|
+
import { Result } from "../types/fp.js";
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Send passthrough request
|
|
31
|
+
*
|
|
32
|
+
* @remarks
|
|
33
|
+
* Send a request to the specified integration's native API.
|
|
34
|
+
*
|
|
35
|
+
* At Kombo we put a lot of work into making sure that our unified API covers all our customers' use cases and that they never have to think about integration-specific logic again. There are cases, however, where our customers want to build features that are very integration-specific. That's where this endpoint comes in.
|
|
36
|
+
*
|
|
37
|
+
* Pass in details about the request you want to make to the integration's API and we'll forward it for you. We'll also take care of setting the right base URL and authenticating your requests.
|
|
38
|
+
*
|
|
39
|
+
* To get started, please pick the relevant API (some tools provide multiple to due different base URLs or authentication schemes) from the table below and pass in the `{tool}/{api}` identifier as part of the path.
|
|
40
|
+
*
|
|
41
|
+
* |Integration|`{tool}/{api}`|Description|
|
|
42
|
+
* |---|---|---|
|
|
43
|
+
* |Personio|`personio/personnel`|Personio's [Personnel Data API](https://developer.personio.de/reference/get_company-employees). We automatically authenticate all requests using the client ID and secret and use `https://api.personio.de/v1` as the base URL.|
|
|
44
|
+
* |Personio|`personio/personnelv2`|Personio's [V2 Personnel Data API](https://developer.personio.de/v2.0/reference/introduction). We automatically authenticate all requests using the client ID and secret and use `https://api.personio.de/v2` as the base URL.|
|
|
45
|
+
* |Workday|`workday/soap`|[Workday's SOAP API](https://community.workday.com/sites/default/files/file-hosting/productionapi/index.html). We automatically authenticate all requests. Set `data` to your raw xml string. Use `/` as your `path`, as we will always send requests to `https://\{domain\}/ccx/service/\{tenant\}/\{service_name\}`. Set your `method` to `POST`. You need to specify the `api_options` object and set `service_name` to the name of the service you want to call. Find all available services [here](https://community.workday.com/sites/default/files/file-hosting/productionapi/versions/v41.0/index.html). The string that you submit as `data` will be the content of the `soapenv:Body` tag in the request. You can set the `service_version` to any valid Workday service version (the default is `38.2`).|
|
|
46
|
+
* |Workday|`workday/rest`|[Workday's REST API](https://community.workday.com/sites/default/files/file-hosting/restapi/index.html). We automatically authenticate all requests and use the correct Workday REST base URL for your tenant. The base URL follows the format: https://\{domain\}/api/\{service_name\}/\{version\}/\{tenant\}. You can specify any valid REST endpoint and method. See the Workday REST API documentation for available endpoints. You must specify the `api_options` object and set `service_name` to the name of the service you want to call. You can also specify the `version` (e.g., "v1", "v2"); if omitted, it defaults to "v1".|
|
|
47
|
+
* |SAP SuccessFactors|`successfactors/odata-v2`|[SuccessFactors' OData V2 API](https://help.sap.com/doc/74597e67f54d4f448252bad4c2b601c9/2211/en-US/SF_HCM_OData_API_REF_en.pdf). We automatically authenticate all requests and use `https://\{api_domain\}\{path?\}/odata/v2` as the base URL (the optional `\{path\}` is used when connecting via proxied/gateway domains).|
|
|
48
|
+
* |SmartRecruiters|`smartrecruiters/default`|Smartrecruiters [API](https://developers.smartrecruiters.com/reference/apply-api). We automatically authenticate all requests using OAuth and use `https://api.smartrecruiters.com` as the base URL.|
|
|
49
|
+
* |SmartRecruiters|`smartrecruiters/default`|Smartrecruiters [API](https://developers.smartrecruiters.com/reference/apply-api). We automatically authenticate all requests using the credentials supplied by the customer and use `https://api.smartrecruiters.com` as the base URL.|
|
|
50
|
+
* |Factorial|`factorial/api`|Factorial's [API](https://apidoc.factorialhr.com/). We automatically authenticate all requests and use `https://api.factorialhr.com/api` or `https://api.demo.factorial.dev/api` as the base URL, depending on the connected instance.|
|
|
51
|
+
* |Oracle Recruiting Cloud|`oraclerecruiting/rest`|[Oracles's REST API](https://docs.oracle.com/en/cloud/saas/human-resources/24d/farws/rest-endpoints.html). We automatically authenticate all requests and use 'https://\{company_url\}' as the base url.|
|
|
52
|
+
* |Oracle Recruiting Cloud|`oraclerecruiting/rest`|[Oracle's REST API](https://docs.oracle.com/en/cloud/saas/human-resources/24d/farws/rest-endpoints.html). We automatically authenticate all requests and use 'https://\{company_url\}' as the base url.|
|
|
53
|
+
* |Lever|`lever/v1`|[Lever's v1 API](https://hire.lever.co/developer/documentation). We automatically authenticate all requests using the partner credentials which have been configured in the Lever tool settings (this uses Kombo's partner credentials by default).|
|
|
54
|
+
* |iCIMS|`icims/default`|[iCIMS Default API](https://developer-community.icims.com/). We automatically authenticate all requests and use `https://api.icims.com/customers/\{customer_id\}` as the base url.|
|
|
55
|
+
* |Recruitee|`recruitee/default`|The [Recruitee API](https://api.recruitee.com/docs/index.html). We automatically authenticate all requests and use `https://api.recruitee.com/c/\{company_id\}` as the base URL.|
|
|
56
|
+
* |RecruiterFlow|`recruiterflow/v1`|RecruiterFlow API [docs](https://docs.recruiterflow.com/). We automatically authenticate all requests using the RF-Api-Key header and use `https://api.recruiterflow.com` as the base URL.|
|
|
57
|
+
* |Greenhouse|`greenhouse/harvest`|Greenhouse [Harvest API](https://developers.greenhouse.io/harvest.html). We automatically authenticate all requests using the API key and use `https://harvest.greenhouse.io/v1` as the base URL.|
|
|
58
|
+
* |Greenhouse Job Board|`greenhousejobboard/boards-api`|[Greenhouse Job Board API](https://developers.greenhouse.io/job-board). We automatically authenticate all requests and use 'https://boards-api.greenhouse.io/v1/boards/\{job_board_token\}' as the base URL. Optionally, you can provide a custom job_board_token to use a different job board.|
|
|
59
|
+
* |Teamtailor|`teamtailor/v1`|Teamtailor's [JSON-API](https://docs.teamtailor.com/). We authenticate all request with the Teamtailor API key and use the base URL `https://api.teamtailor.com/v1`.|
|
|
60
|
+
* |Teamtailor Job Boards|`teamtailorjobboards/direct-apply`|Teamtailor's [Job Board Direct Apply API](https://partner.teamtailor.com/job_boards/direct_apply/#direct-apply). We automatically authenticate all requests and use `https://5qbn6o9x4h.execute-api.eu-west-1.amazonaws.com/production` as the base URL. All requests are automatically signed with HMAC-SHA256 signature.|
|
|
61
|
+
* |Ashby|`ashby/v1`|Ashby's [V1 API](https://developers.ashbyhq.com/reference/introduction). We automatically authenticate all requests with the provided credentials and use `https://api.ashbyhq.com` as the base URL. Please note that Ashby uses an RPC-style API. Please check [the Ashby API documentation](https://developers.ashbyhq.com/reference/introduction) for details on how to use it.|
|
|
62
|
+
* |CEGID TalentSoft FrontOffice|`talentsoft/v2`|Cegid Talentsoft Recruiting FrontOffice [API](https://developers.cegid.com/api-details). We automatically authenticate all requests using the provided credentials and use `https://\{domain\}/api/v2` as the base URL.|
|
|
63
|
+
* |CEGID TalentSoft Customer|`talentsoftcustomer/v1`|Cegid Talentsoft Recruiting FrontOffice API: [API Documentation](https://developers.cegid.com/api-details#api=cegid-talentsoft-recruiting-frontoffice) We automatically authenticate all requests and use `https://\{customer_subdomain\}.talent-soft.com/api/v1` as the base URL.|
|
|
64
|
+
* |Talention|`talention/v1`|Talention's API. We automatically authenticate all requests and use `https://\{api_domain\}/tms/\{account_id\}/external/api/1.0` as the base URL. Documentation is provided privately by Talention. Contact Kombo support for assistance with specific endpoints.|
|
|
65
|
+
* |Onlyfy|`onlyfy/v1`|Onlyfy's [Public v1 REST API](https://onlyfy.io/doc/v1#section/Introduction). We automatically authenticate all requests using the `apikey` header and use `https://api.prescreenapp.io/v1` as the base URL.|
|
|
66
|
+
* |Personio|`personio/recruiting`|Personio's [Recruiting API](https://developer.personio.de/reference/get_company-employees). We automatically authenticate all requests using the Recruiting access token and use `https://api.personio.de/v1/recruiting` as the base URL.|
|
|
67
|
+
* |Personio|`personio/recruitingV2`|Personio's [V2 Recruiting API](https://developer.personio.de/reference/get_v2-recruiting-applications). We automatically authenticate all requests using the Recruiting access token, send the `Beta` header and use `https://api.personio.de/v2/recruiting` as the base URL.|
|
|
68
|
+
* |Personio|`personio/jobboard`|API endpoints exposed on Personio's public job board pages ([currently just the XML feed](https://developer.personio.de/reference/get_xml)). We automatically use the right `https://\{company\}.jobs.personio.de` base URL.|
|
|
69
|
+
* |UKG Pro|`ukgpro/recruting`|[UKG Pro's Recruiting API](https://developer.ukg.com/hcm/reference/retrieveapplications). We automatically authenticate all requests and use `https://\{hostname\}/talent/recruiting/v2/\{tenantalias\}/api` as the base URL.|
|
|
70
|
+
* |UKG Pro|`ukgpro/default`|[UKG Pro's HRIS API](https://developer.ukg.com/hcm/reference/get_personnel-v1-person-details). We automatically authenticate all requests and use `https://\{hostname\}` as the base URL.|
|
|
71
|
+
* |UKG Ready|`ukgready/api`|UKG Ready [API](https://secure.saashr.com/ta/docs/rest/public/). We automatically authenticate all requests using the provided credentials and use `https://\{api_domain\}` as the base URL.|
|
|
72
|
+
* |ADP Workforce Now|`adpworkforcenow/default`|[ADP Workforce Now API v2](https://developers.adp.com/build/api-explorer/hcm-offrg-wfn). We automatically authenticate all requests and use the correct subdomain.|
|
|
73
|
+
* |Taleo|`taleo/soap`|[Taleo's API](https://docs.oracle.com/en/cloud/saas/taleo-enterprise/23b/otwsu/c-taleoapi.html). We automatically authenticate all requests and use 'https://\{your-subdomain\}.taleo.net/enterprise/soap' as base URL.|
|
|
74
|
+
* |rexx systems|`rexx/default`|Rexx's HRIS export API. There is only one endpoint: `Get /`|
|
|
75
|
+
* |AFAS Software|`afas/api`|AFAS' [API](https://connect.afas.nl/rest/get). We automatically authenticate all requests and use `https://\{domain\}/ProfitRestServices` as the base URL.|
|
|
76
|
+
* |BambooHR|`bamboohr/v1`|BambooHR's [API](https://documentation.bamboohr.com/reference/get-employee). We automatically authenticate all requests using the customer credentials `https://api.bamboohr.com/api/gateway.php/\{subdomain\}/v1` as the base URL.|
|
|
77
|
+
* |Bullhorn|`bullhorn/default`|[Bullhorn's API](https://bullhorn.github.io/rest-api-docs/index.html). We automatically use the right `https://rest.bullhornstaffing.com/rest-services/\{corpToken\}` base URL.|
|
|
78
|
+
* |Workable|`workable/v1`|Workable's [API](https://workable.readme.io/reference/generate-an-access-token). We automatically authenticate all requests using the client ID and secret and use `https://\{subdomain\}.\{environment\}.com/spi/v3` as the base URL.|
|
|
79
|
+
* |PayFit|`payfitcustomer/api`|PayFit [Partner API](https://developers.payfit.io/reference). We automatically authenticate all requests using the provided API key and use `https://partner-api.payfit.com` as the base URL.|
|
|
80
|
+
* |PayFit|`payfitpartner/partner-api`|PayFit [Partner API](https://developers.payfit.io/reference). We automatically authenticate all requests using the OAuth access token and use `https://partner-api.payfit.com` as the base URL.|
|
|
81
|
+
* |Jobvite|`jobvite/api`|We automatically authenticate all requests and use 'https://api.jobvite.com/api/v2' as the base URL.|
|
|
82
|
+
* |Employment Hero|`employmenthero/default`|EmploymentHero [API](https://developer.employmenthero.com/api-references/#icon-book-open-introduction). We automatically authenticate all requests using the credentials supplied by the customer and use `https://api.employmenthero.com/api` as the base URL.|
|
|
83
|
+
* |Fountain|`fountain/v2`|Fountain's [Hire API](https://developer.fountain.com/reference/get_v2-applicants). We automatically authenticate all requests and use `https://api.fountain.com/v2` as the base URL.|
|
|
84
|
+
* |Fourth|`fourth/uk-employee`|Fourth [UK Employee API](https://developer.fourth.com/en-gb/docs/uk-employee-api/reference) We automatically authenticate all requests and use `https://api.fourth.com/hr/organisations/\{organisation_id\}/` as the base URL. We also enforce the required query params for all requests.|
|
|
85
|
+
* |Kenjo|`kenjo/api`|Kenjo's [API](https://kenjo.readme.io/reference/generate-the-api-key). We automatically authenticate all requests using the API key and use `https://api.kenjo.io/` as the base URL.|
|
|
86
|
+
* |HeavenHR|`heavenhr/v2`|[HeavenHR API](https://api.heavenhr.com/). We automatically authenticate all requests using the provided credentials and use `https://api.heavenhr.com/api/v2` as the base URL.|
|
|
87
|
+
* |HiBob|`hibob/v1`|[HibBob's v1 API](https://apidocs.hibob.com/reference/get_people). We automatically authenticate all requests using the service user credentials (or, for old integrations, the API key) and use `https://api.hibob.com/v1` as the base URL.|
|
|
88
|
+
* |HiBob|`hibob/hire`|[HiBob's Hire API](https://apidocs.hibob.com/docs/how-to-integrate-with-ats-hire-api). We automatically authenticate all requests using the hire service user credentials. The base URL is configured during the integration setup.|
|
|
89
|
+
* |Softgarden|`softgarden/frontend-v3`|[Softgarden's Frontend API v3](https://dev.softgarden.de/frontend-v3/. We automatically authenticate all requests and use 'https://api.softgarden.io/api/rest' as base URL.|
|
|
90
|
+
* |Softgarden|`softgarden/apply-api`|[Softgarden's Apply API](https://dev.softgarden.de/apply-api/). We automatically authenticate all requests and use 'https://jobdb.softgarden.de/jobdb/public' as base URL.|
|
|
91
|
+
* |Cezanne HR|`cezannehr/dataservice`|[CezanneHR's v7 dataservice API](https://api.cezannehr.com/).We automatically authenticate all requests and use the base URL `https://subdomain.cezanneondemand.com/cezanneondemand/v7/dataservice.svc`|
|
|
92
|
+
* |Microsoft Entra ID|`entraid/v1`|[AzureAD's API](https://learn.microsoft.com/en-us/graph/api/resources/identity-network-access-overview?view=graph-rest-1.0). We automatically authenticate all requests.|
|
|
93
|
+
* |Microsoft Azure AD|`azuread/v1`|[AzureAD's API](https://learn.microsoft.com/en-us/graph/api/resources/identity-network-access-overview?view=graph-rest-1.0). We automatically authenticate all requests.|
|
|
94
|
+
* |Google Workspace|`googleworkspace/people`|[Googles's API](https://developers.google.com/people/api/rest). We automatically authenticate all requests and use 'https://people.googleapis.com' as the base URL.|
|
|
95
|
+
* |Google Workspace|`googleworkspace/admin`|[Googles's API](https://developers.google.com/admin-sdk/directory/reference/rest). We automatically authenticate all requests and use 'https://admin.googleapis.com' as the base URL.|
|
|
96
|
+
* |Pinpoint|`pinpoint/v1`|Pinpoint's [JSON:API](https://developers.pinpointhq.com/docs). We automatically authenticate all requests using the `X-API-KEY` header and use `https://\{subdomain\}.pinpointhq.com/api/v1` as the base URL.|
|
|
97
|
+
* |d.vinci|`dvinci/rest-api`|The [DVinci REST API](https://static.dvinci-easy.com/files/d.vinci%20rest-api.html). All requests are authenticated by Kombo and use `https://\{dvinci_domain\}/restApi/` as the base URL.|
|
|
98
|
+
* |d.vinci|`dvinci/apply-api`|The [DVinci Apply API](https://static.dvinci-easy.com/files/d.vinci%20application-apply-api.html). All requests are authenticated by Kombo and use `https://\{dvinci_domain\}/p/\{portal_path\}/` as the base URL.|
|
|
99
|
+
* |d.vinci admin|`dvinciadmin/rest-api`|[DVinci REST API](https://static.dvinci-easy.com/files/d.vinci%20rest-api.html).|
|
|
100
|
+
* |d.vinci admin|`dvinciadmin/odata-api`|[DVinci ODATA API](https://dvinci.freshdesk.com/en/support/solutions/articles/75000059523-odata-reporting-api).|
|
|
101
|
+
* |JOIN|`join/v2`|Join's [V2 API](https://docs.join.com/reference/getting-started). We automatically authenticate all requests and use `https://api.join.com/v2` as the base URL.|
|
|
102
|
+
* |Deel|`deel/api`|Deel's [API](https://developer.deel.com/reference/). We automatically authenticate all requests using the provided credentials and use `https://\{api_domain\}/rest` as the base URL.|
|
|
103
|
+
* |Remote|`remotecom/default`|Remote's [API](https://remote.com/resources/api/getting-started). We automatically authenticate all requests using provided credentials.|
|
|
104
|
+
* |IRIS Cascade|`iriscascade/v2`|IRIS Cascade HR [API](https://swagger.hrapi.co.uk/). We automatically authenticate all requests using the provided credentials and use `https://api.iris.co.uk/hr/v2` as the base URL.|
|
|
105
|
+
* |Okta|`okta/v1`|[Okta's API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/ApiServiceIntegrations/). We automatically authenticate all request ans use 'https://\<your-okta-domain\>/api/v1' as the base URL.|
|
|
106
|
+
* |Sage HR|`sagehr/api`|Sage HR's [API](https://developer.sage.com/hr/reference/api-ref). We automatically authenticate all requests and use `https://\{subdomain\}.sage.hr/api` as the base URL.|
|
|
107
|
+
* |Sage People|`sagepeople/salesforce-rest-api`|Sage People is built on Salesforce's [API](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm). We automatically authenticate all requests and use `https://\{customer_name\}.my.salesforce.com/` as the base URL.|
|
|
108
|
+
* |Humaans|`humaans/api`|Humaans' [API](https://docs.humaans.io/api/). We automatically authenticate all requests using the API key and use `https://app.humaans.io/api` as the base URL.|
|
|
109
|
+
* |TRAFFIT|`traffit/v2`|Traffit's [v2 API](https://api.traffit.com). We authenticate all requests with the Traffit API key and use the base URL `https://yourdomain.traffit.com/api/integration/v2`.|
|
|
110
|
+
* |eRecruiter|`erecruiter/api`|[eRecruiter's API](https://api.erecruiter.net/swagger/ui/index). We automatically authenticate all requests and use `https://\{domain\}/Api` as the base URL.|
|
|
111
|
+
* |Eurécia|`eurecia/api`|Eurécia [REST API](https://api.eurecia.com/eurecia/fw/swagger/index.html#/) We automatically authenticate all requests and use `https://\{domain\}/eurecia/rest` as the base URL.|
|
|
112
|
+
* |Abacus Umantis|`abacusumantis/v1`|[Umantis API v1](https://recruitingapp-91005709.umantis.com/api/v1/swagger-ui). We automatically authenticate all requests and use `https://\{subdomain\}.umantis.com/api/v1` as the base URL.|
|
|
113
|
+
* |Haufe Umantis|`umantis/v1`|[Umantis API v1](https://recruitingapp-91005709.umantis.com/api/v1/swagger-ui). We automatically authenticate all requests and use `https://\{subdomain\}.umantis.com/api/v1` as the base URL.|
|
|
114
|
+
* |Jobylon|`jobylon/push`|The [Jobylon Push API](https://developer.jobylon.com/push-api-and-webhooks/). We automatically authenticate all requests and use `https://\{subdomain\}.jobylon.com/p1` as the base URL.|
|
|
115
|
+
* |Jobylon|`jobylon/feed`|The [Jobylon Feed API](https://developer.jobylon.com/feed-api/). We automatically authenticate all requests and use `https://\{subdomain\}.jobylon.com/feeds/\{job_hash\}` as the base URL.|
|
|
116
|
+
* |Oracle HCM|`oraclehcm/api`|Oracle HCM Cloud [REST API](https://docs.oracle.com/en/cloud/saas/human-resources/24d/farws/index.html). We automatically authenticate all requests and use `https://\{domain\}/` as the base URL, where domain is your Oracle Cloud domain.|
|
|
117
|
+
* |Taleez|`taleez/0`|[Taleez's API](https://api.taleez.com/swagger-ui/index.html). We automatically authenticate all requests and use `https://api.taleez.com/0` as the base URL.|
|
|
118
|
+
* |HR WORKS|`hrworks/v2`|HRWorks's v2 [API](https://developers.hrworks.de/2.0/endpoints). We automatically authenticate all requests using the customer credentials.|
|
|
119
|
+
* |Abacus|`abacus/api`|Abacus [REST API](https://apihub.abacus.ch/). We automatically authenticate all requests and use `https://\{\{abacusUrl\}\}/api/entity/v1/mandants/\{\{mandantId\}\}` as the base URL.|
|
|
120
|
+
* |Zoho Recruit|`zohorecruit/v2`|Zoho Recruit's [V2 API](https://www.zoho.com/recruit/developer-guide/apiv2/modules-api.html). We automatically authenticate all requests and use `https://recruit.\{domain\}/recruit/v2` as the base URL.|
|
|
121
|
+
* |AlexisHR|`alexishr/v1`|[AlexisHR's v1 API](https://docs.alexishr.com/) We automatically authenticate all requests and use `https://\{subdomain\}.alexishr.com` as base URL.|
|
|
122
|
+
* |Simployer|`simployer/v1`|[AlexisHR's v1 API](https://docs.alexishr.com/) We automatically authenticate all requests and use `https://\{subdomain\}.alexishr.com` as base URL.|
|
|
123
|
+
* |Eploy|`eploy/api`|Eploy's [API](https://www.eploy.com/resources/developers/api-documentation/). We automatically authenticate all requests and use `https://\{subdomain\}.eploy.net/api` as the base URL.|
|
|
124
|
+
* |JobDiva|`jobdiva/api`|We automatically authenticate all requests and use `https://api.jobdiva.com` as the base URL.|
|
|
125
|
+
* |Visma Peple|`peple/hrm`|[Visma Payroll Reporting API](https://api.analytics1.hrm.visma.net/docs/openapi.html). We automatically authenticate all requests using the client credentials and use 'https://api.analytics1.hrm.visma.net' as the base URL.|
|
|
126
|
+
* |Visma YouServe|`youserve/learning`|Visma YouServe [Learning API](https://youserve-domain-api.github.io/SwaggerUI/learning.html). We automatically authenticate all requests using OAuth 2.0 with the provided credentials and use `https://api.youserve.nl/learning/v1.0` as the base URL.|
|
|
127
|
+
* |Dayforce|`dayforce/V1`|[Dayforce's API](https://developers.dayforce.com/Build/Home.aspx). We automatically authenticate all requests and use `\{\{baseUrl\}\}/Api/\{\{clientNamespace\}\}/V1` as the base URL|
|
|
128
|
+
* |Hansalog|`hansalog/vision`|Hansalog's [Vision API](https://hansalog-vision.document360.io/docs/). We automatically authenticate all requests and use `https://\{subdomain\}.hansalog-cloud.de/vision` as the base URL.|
|
|
129
|
+
* |Lattice|`lattice/passthrough`|Lattice's [API](https://developers.lattice.com/v2/docs/base-url-1). We automatically authenticate all requests using OAuth credentials with `https://api.latticehq.com` as the base URL.|
|
|
130
|
+
* |Lattice|`lattice/talent`|Lattice's [Talent API](https://developers.lattice.com/docs/introduction-1). We automatically authenticate all requests using OAuth credentials with `https://api.latticehq.com` as the base URL.|
|
|
131
|
+
* |Paylocity|`paylocity/default`|[Paylocity's Weblink API](https://developer.paylocity.com/integrations/reference/authentication-weblink). We automatically authenticate all requests and use 'https://\{api|dc1demogw\}.paylocity.com/' as the base URL.|
|
|
132
|
+
* |Paylocity|`paylocity/next-gen`|[Paylocity's NextGen API](https://developer.paylocity.com/integrations/reference/authentication). We automatically authenticate all requests and use 'https://dc1prodgwext.paylocity.com/' as the base URL.|
|
|
133
|
+
* |Paycor|`paycor/v1`|[Paycors's v1 API](https://developers.paycor.com/explore#section/Getting-Started). We automatically authenticate all requests and use 'https://apis.paycor.com'.|
|
|
134
|
+
* |Paycom|`paycom/v1`|Paycom's REST API. We automatically authenticate all requests using the provided SID and API Token and use `https://api.paycomonline.net/v4/rest/index.php/api/v1` as the base URL.|
|
|
135
|
+
* |Insperity|`insperity/api`|Insperity [APIs](https://developer.insperity.com/) We automatically authenticate all requests and use `https://api.insperity.com` as the base URL. For staging environments, we use `https://apistage.insperity.com`. Note that all requests require the company ID to be specified in the path or body.|
|
|
136
|
+
* |Paychex|`paychex/api`|Paychex [REST API](https://developer.paychex.com/documentation). We automatically authenticate all requests and use `https://api.paychex.com` as the base URL.|
|
|
137
|
+
* |Avature|`avature/custom-api`|Avatures's Custom API. Call `Get /openapi` to retrieve the specific custom API schema. We automatically authenticate all requests and use the instance specific custom API URL as the base URL.|
|
|
138
|
+
* |Apploi|`apploi/rest-api`|The [Apploi API](https://integrate.apploi.com/). We automatically authenticate all requests and use `https://partners.apploi.com/` as the base URL.|
|
|
139
|
+
* |Phenom|`phenom/rest-api`|The [Phenom API](https://developer.phenom.com/). We automatically authenticate all requests and use `https://api-stg.phenompro.com` as the base URL.|
|
|
140
|
+
* |Rippling|`rippling/api`|Rippling's [API](https://developer.rippling.com/documentation). We automatically authenticate all requests and use `https://api.rippling.com/platform/api` or`https://rest.ripplingapis.com` as the base URL.|
|
|
141
|
+
* |Heyrecruit|`heyrecruit/v2`|[Heyrecruit's v2 API](https://documenter.getpostman.com/view/23241256/2s9YysBLcf#47e271ac-47c8-4c75-9cc6-b8c506e9dad6). We automatically authenticate all requests using the client ID and secret and use `https://app.heyrecruit.de/api/v2` as the base URL.|
|
|
142
|
+
* |PeopleHR|`peoplehr/default`|[PeopleHR's API](https://apidocs.peoplehr.com/#). We automatically authenticate all request ans use 'https://api.peoplehr.net' as the base URL.|
|
|
143
|
+
* |JazzHR|`jazzhr/v1`|[JazzHR's v1 API](https://www.resumatorapi.com/v1/#!`).We automatically authenticate all requests and use "https://api.resumatorapi.com/v1/" as the base URL.|
|
|
144
|
+
* |Lucca|`lucca/api`|[Luccas's API](https://developers.lucca.fr/api-reference/legacy/introduction). We automatically authenticate all requests and use 'https://\{account\}.\{ilucca|ilucca-demo\}.\{region\}/' as the base URL.|
|
|
145
|
+
* |BITE|`bite/v1`|[Bite's v1 API](https://api.b-ite.io/docs/#/). We automatically authenticate all requests and use 'https://api.b-ite.io/v1' as base URL.|
|
|
146
|
+
* |Zelt|`zelt/partner`|Zelt's [Partner API](https://go.zelt.app/apiv2/swagger). We automatically authenticate all requests using the connected OAuth credentials and use `https://go.zelt.app/apiv2/partner` as the base URL.|
|
|
147
|
+
* |Planday|`planday/api`|Planday's [HR API v1.0](https://openapi.planday.com/api/hr?version=v1.0). We automatically authenticate all requests and use `https://openapi.planday.com` as the base URL.|
|
|
148
|
+
* |Hailey HR|`haileyhr/api`|Hailey HR's [API](https://api.haileyhr.app/docs/index.html). We automatically authenticate all requests using the provided credentials and use `https://api.haileyhr.app` as the base URL.|
|
|
149
|
+
* |Silae|`silae/rest`|[Silae's REST API](https://silae-api.document360.io/docs). We automatically authenticate all requests and use 'https://payroll-api.silae.fr/payroll' as the base URL.|
|
|
150
|
+
* |Mysolution|`mysolution/default`|[Mysolution's API](https://swagger.mysolution.nl/). We automatically authenticate all requests and use the customer's domain as base URL.|
|
|
151
|
+
* |InRecruiting by Zucchetti|`inrecruiting/default`|[inRecruiting's v3 API](https://inrecruiting.intervieweb.it/api-docs/). We automatically authenticate all requests and use the customers domain as base URL|
|
|
152
|
+
* |Connexys By Bullhorn|`connexys/api`|[Connexy's API](https://api.conexsys.com/client/v2/docs/#section/Overview). We automatically authenticate all requests and use `https://\{connexys_domain\}/` as the base URL.|
|
|
153
|
+
* |HR4YOU|`hr4you/v2`|[HR4YOU's v2 API](https://apiprodemo.hr4you.org/api2/docs). We automatically authenticate all requests and use the customers provided base URL (e.g., https://`\{base_url\}`/ or https://`\{subdomain\}.hr4you.org`/).|
|
|
154
|
+
* |Cornerstone OnDemand|`cornerstoneondemand/recruiting`|Cornerstone's [Recruiting API](https://csod.dev/reference/recruiting/). We automatically authenticate all requests using the client ID and secret and use `https://your_domain.csod.com/services/api` as the base URL.|
|
|
155
|
+
* |Zvoove Recruit|`zvooverecruit/jobs`|[Zvoove Recruit's Jobs API](https://api.zvoove.com/docs/). We automatically authenticate all requests using the jobs API key and use 'https://\{domain\}/api/public' as base URL.|
|
|
156
|
+
* |Zvoove Recruit|`zvooverecruit/applicants`|[Zvoove Recruit's Applicants API](https://api.zvoove.com/docs/). We automatically authenticate all requests using the applicants API key and use 'https://\{domain\}/api/public' as base URL.|
|
|
157
|
+
* |Spark Hire Recruit|`comeet/api`|[Spark Hire Recruit's API.](https://developers.comeet.com/reference/recruiting-api-overview)We automatically authenticate all requests and use `https://api.comeet.com` as the base URL.|
|
|
158
|
+
* |Leapsome|`leapsome/scim`|Leapsome [SCIM API](https://api.leapsome.com/scim/v1/api-docs/). We automatically authenticate all requests using the credentials supplied by the customer and use `https://api.leapsome.com/scim/v1` as the base URL.|
|
|
159
|
+
* |Leapsome|`leapsome/v1`|Leapsome [API](https://api.leapsome.com/v1/api-docs/). We automatically authenticate all requests using the credentials supplied by the customer and use `https://api.leapsome.com/v1` as the base URL.|
|
|
160
|
+
* |Compleet|`compleetpitcher/pitcher`|Compleet's Pitcher API. We automatically authenticate all requests and use the configured base URL.|
|
|
161
|
+
* |Gem|`gem/api`|Gem's [ATS API](https://api.gem.com/ats/v0/reference) We automatically authenticate all requests.|
|
|
162
|
+
* |workforce.com|`workforcecom/api`|Workforce.com [API](https://my.workforce.com/api/v2/documentation). We automatically authenticate all requests using the provided credentials and use `https://my.tanda.co` as the base URL.|
|
|
163
|
+
* |Laura|`laura/api`|We automatically authenticate all requests and use `https://\{subdomain\}.rekrytointi.com/api/v1.2` as the base URL.|
|
|
164
|
+
* |Coveto (REST API)|`covetorest/v1`|We automatically use `https://\{subdomain\}.coveto.de/public/api/v1` as the base URL. https://demo.coveto.de/swagger-ui/index.html#/|
|
|
165
|
+
* |Coveto (legacy SOAP API)|`coveto/public`|We automatically use `https://\{subdomain\}.coveto.de` as the base URL.|
|
|
166
|
+
* |MHR People First|`peoplefirst/v1`|MHR People First [v1 API](https://docs.people-first.com/api/api-docs/api-docs.html). We automatically authenticate all requests using the access token and tenant/environment codes. For default environments, we use `https://\{tenant_code\}.people-first.com/api/v1` as the base URL. For non-default environments, we use `https://\{tenant_code\}-\{environment_code\}.people-first.com/api/v1`.|
|
|
167
|
+
* |SD Worx|`sdworx/default`|SD Worx's [OData API](https://apistaging.cobra.sdworx.com/Resources). We automatically authenticate all requests using the client ID and secret and use `\{api_url\}` as the base URL.|
|
|
168
|
+
* |Crelate|`crelate/api`|Crelate [REST API](https://help.crelate.com/en/articles/4120536-crelate-api-developer-guide). We automatically authenticate all requests and use `https://app.crelate.com/api3` as the base URL.|
|
|
169
|
+
* |Absence.io|`absenceio/v2`|Absence.io [API](https://docs.absence.io/). We automatically authenticate all requests and use `https://app.absence.io/api/v2` as the base URL.|
|
|
170
|
+
* |Manatal|`manatal/open-api-v3`|[Manatal's Open API v3](https://developers.manatal.com/reference/getting-started). We automatically authenticate all requests and use `https://api.manatal.com/open/v3` as the base URL.|
|
|
171
|
+
* |Manatal|`manatal/career-page`|Manatal's Career Page API. We use `https://api.manatal.com/open/v3/career-page/\{client_slug\}` as the base URL.|
|
|
172
|
+
* |Avionté|`avionte/front-office-v1`|Avionte's API. We automatically authenticate all requests and use `https://api.avionte.com/front-office/v1` as the base URL. Documentation for the BOLD Front Office API: https://developer.avionte.com/reference/get-all-talent-tags|
|
|
173
|
+
* |DATEV|`datevhr/hr-exports`|DATEV's [hr-exports](https://developer.datev.de/en/product-detail/hr-exports/1.0.0/overview). We automatically authenticate all requests and use `https://hr-exports.api.datev.de/\{platform|platform-sandbox\}/v1/clients/\{client-id\}` as the base URL.|
|
|
174
|
+
* |DATEV|`datevhr/hr:payrollreports`|DATEV's [hr:payrollreports](https://developer.datev.de/en/product-detail/hr-payrollreports/2.0.0/overview) API. We automatically authenticate all requests and use `https://hr-payrollreports.api.datev.de/\{platform|platform-sandbox\}/v1/clients/\{client-id\}/` as the base URL.|
|
|
175
|
+
* |DATEV|`datevhr/eau`|DATEV's [eau](https://developer.datev.de/en/product-detail/eau-api/1.0.0/overview) API. We automatically authenticate all requests and use `https://eau.api.datev.de/\{platform|platform-sandbox\}/v1/clients/\{client-id\}/` as the base URL.|
|
|
176
|
+
* |Sympa|`sympa/api`|Sympa's [API](https://documenter.getpostman.com/view/33639379/2sA3kXG1vX#intro). We automatically authenticate all requests and use `https://api.sympahr.net/api/` as the base URL.|
|
|
177
|
+
* |Breezy HR|`breezyhr/v3`|[BreezyHR's v3 API](https://developer.breezy.hr/reference/overview). We automatically authenticate all requests and use "https://api.breezy.hr/v3/" as the base URL.|
|
|
178
|
+
* |Flatchr|`flatchr/api`|Flatchr's [API](https://developers.flatchr.io/docs/getting_started). We automatically authenticate all requests and use `https://api.flatchr.io` as the base URL.|
|
|
179
|
+
* |Flatchr|`flatchr/career`|Flatchr's [Career API](https://developers.flatchr.io/docs/QuickStart/Candidats/Creer_un_candidat). We automatically authenticate all requests and use `https://career.flatchr.io` as the base URL.|
|
|
180
|
+
* |ApplicantStack|`applicantstack/api`|ApplicantStack's [API](https://helpas.payrollservers.info/s/article/API-Integration-Guide). We automatically authenticate all requests and use `https://\{subdomain\}.applicantstack.com/api/` as the base URL.|
|
|
181
|
+
* |Visma Raet - Youforce|`youforce/v1.0`|[Youforce's basic v1.0 API](https://vr-api-integration.github.io/youforce-api-documentation/postman_collections.html). We automatically authenticate all requests and use 'https://api.youforce.com' as base URL.|
|
|
182
|
+
* |PeopleXD|`peoplexd/b2b`|PeopleXD's [B2B API](https://documenter.getpostman.com/view/3101638/TzeTHUDu#intro). We automatically authenticate all requests and use `https://api.corehr.com/ws/\{tenant_id\}/corehr` or `https://uatapi.corehr.com/ws/\{tenant_id\}/corehr` as the base URL.|
|
|
183
|
+
*
|
|
184
|
+
* <Note>Please note that the passthrough API endpoints are only meant for edge cases. That's why we only expose them for new integrations after understanding a concrete customer use case. If you have such a use case in mind, please reach out to Kombo.</Note>
|
|
185
|
+
*/
|
|
186
|
+
export function generalSendPassthroughRequest(
|
|
187
|
+
client: KomboCore,
|
|
188
|
+
request: operations.PostPassthroughToolApiRequest,
|
|
189
|
+
options?: RequestOptions,
|
|
190
|
+
): APIPromise<
|
|
191
|
+
Result<
|
|
192
|
+
models.PostPassthroughToolApiPositiveResponse,
|
|
193
|
+
| errors.KomboGeneralError
|
|
194
|
+
| KomboError
|
|
195
|
+
| ResponseValidationError
|
|
196
|
+
| ConnectionError
|
|
197
|
+
| RequestAbortedError
|
|
198
|
+
| RequestTimeoutError
|
|
199
|
+
| InvalidRequestError
|
|
200
|
+
| UnexpectedClientError
|
|
201
|
+
| SDKValidationError
|
|
202
|
+
>
|
|
203
|
+
> {
|
|
204
|
+
return new APIPromise($do(
|
|
205
|
+
client,
|
|
206
|
+
request,
|
|
207
|
+
options,
|
|
208
|
+
));
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
async function $do(
|
|
212
|
+
client: KomboCore,
|
|
213
|
+
request: operations.PostPassthroughToolApiRequest,
|
|
214
|
+
options?: RequestOptions,
|
|
215
|
+
): Promise<
|
|
216
|
+
[
|
|
217
|
+
Result<
|
|
218
|
+
models.PostPassthroughToolApiPositiveResponse,
|
|
219
|
+
| errors.KomboGeneralError
|
|
220
|
+
| KomboError
|
|
221
|
+
| ResponseValidationError
|
|
222
|
+
| ConnectionError
|
|
223
|
+
| RequestAbortedError
|
|
224
|
+
| RequestTimeoutError
|
|
225
|
+
| InvalidRequestError
|
|
226
|
+
| UnexpectedClientError
|
|
227
|
+
| SDKValidationError
|
|
228
|
+
>,
|
|
229
|
+
APICall,
|
|
230
|
+
]
|
|
231
|
+
> {
|
|
232
|
+
const parsed = safeParse(
|
|
233
|
+
request,
|
|
234
|
+
(value) =>
|
|
235
|
+
operations.PostPassthroughToolApiRequest$outboundSchema.parse(value),
|
|
236
|
+
"Input validation failed",
|
|
237
|
+
);
|
|
238
|
+
if (!parsed.ok) {
|
|
239
|
+
return [parsed, { status: "invalid" }];
|
|
240
|
+
}
|
|
241
|
+
const payload = parsed.value;
|
|
242
|
+
const body = encodeJSON("body", payload.PostPassthroughToolApiRequestBody, {
|
|
243
|
+
explode: true,
|
|
244
|
+
});
|
|
245
|
+
|
|
246
|
+
const pathParams = {
|
|
247
|
+
api: encodeSimple("api", payload.api, {
|
|
248
|
+
explode: false,
|
|
249
|
+
charEncoding: "percent",
|
|
250
|
+
}),
|
|
251
|
+
tool: encodeSimple("tool", payload.tool, {
|
|
252
|
+
explode: false,
|
|
253
|
+
charEncoding: "percent",
|
|
254
|
+
}),
|
|
255
|
+
};
|
|
256
|
+
|
|
257
|
+
const path = pathToFunc("/passthrough/{tool}/{api}")(pathParams);
|
|
258
|
+
|
|
259
|
+
const headers = new Headers(compactMap({
|
|
260
|
+
"Content-Type": "application/json",
|
|
261
|
+
Accept: "application/json",
|
|
262
|
+
"X-Integration-Id": encodeSimple(
|
|
263
|
+
"X-Integration-Id",
|
|
264
|
+
client._options.integration_id,
|
|
265
|
+
{ explode: false, charEncoding: "none" },
|
|
266
|
+
),
|
|
267
|
+
}));
|
|
268
|
+
|
|
269
|
+
const secConfig = await extractSecurity(client._options.api_key);
|
|
270
|
+
const securityInput = secConfig == null ? {} : { api_key: secConfig };
|
|
271
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
272
|
+
|
|
273
|
+
const context = {
|
|
274
|
+
options: client._options,
|
|
275
|
+
base_url: options?.server_url ?? client._baseURL ?? "",
|
|
276
|
+
operation_id: "PostPassthroughToolApi",
|
|
277
|
+
o_auth2_scopes: null,
|
|
278
|
+
|
|
279
|
+
resolved_security: requestSecurity,
|
|
280
|
+
|
|
281
|
+
security_source: client._options.api_key,
|
|
282
|
+
retry_config: options?.retries
|
|
283
|
+
|| client._options.retry_config
|
|
284
|
+
|| { strategy: "none" },
|
|
285
|
+
retry_codes: options?.retry_codes || ["429", "500", "502", "503", "504"],
|
|
286
|
+
};
|
|
287
|
+
|
|
288
|
+
const requestRes = client._createRequest(context, {
|
|
289
|
+
security: requestSecurity,
|
|
290
|
+
method: "POST",
|
|
291
|
+
baseURL: options?.server_url,
|
|
292
|
+
path: path,
|
|
293
|
+
headers: headers,
|
|
294
|
+
body: body,
|
|
295
|
+
userAgent: client._options.user_agent,
|
|
296
|
+
timeout_ms: options?.timeout_ms || client._options.timeout_ms || -1,
|
|
297
|
+
}, options);
|
|
298
|
+
if (!requestRes.ok) {
|
|
299
|
+
return [requestRes, { status: "invalid" }];
|
|
300
|
+
}
|
|
301
|
+
const req = requestRes.value;
|
|
302
|
+
|
|
303
|
+
const doResult = await client._do(req, {
|
|
304
|
+
context,
|
|
305
|
+
errorCodes: ["default"],
|
|
306
|
+
retryConfig: context.retry_config,
|
|
307
|
+
retryCodes: context.retry_codes,
|
|
308
|
+
});
|
|
309
|
+
if (!doResult.ok) {
|
|
310
|
+
return [doResult, { status: "request-error", request: req }];
|
|
311
|
+
}
|
|
312
|
+
const response = doResult.value;
|
|
313
|
+
|
|
314
|
+
const responseFields = {
|
|
315
|
+
HttpMeta: { Response: response, Request: req },
|
|
316
|
+
};
|
|
317
|
+
|
|
318
|
+
const [result] = await M.match<
|
|
319
|
+
models.PostPassthroughToolApiPositiveResponse,
|
|
320
|
+
| errors.KomboGeneralError
|
|
321
|
+
| KomboError
|
|
322
|
+
| ResponseValidationError
|
|
323
|
+
| ConnectionError
|
|
324
|
+
| RequestAbortedError
|
|
325
|
+
| RequestTimeoutError
|
|
326
|
+
| InvalidRequestError
|
|
327
|
+
| UnexpectedClientError
|
|
328
|
+
| SDKValidationError
|
|
329
|
+
>(
|
|
330
|
+
M.json(200, models.PostPassthroughToolApiPositiveResponse$inboundSchema),
|
|
331
|
+
M.jsonErr("default", errors.KomboGeneralError$inboundSchema),
|
|
332
|
+
)(response, req, { extraFields: responseFields });
|
|
333
|
+
if (!result.ok) {
|
|
334
|
+
return [result, { status: "complete", request: req, response }];
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
return [result, { status: "complete", request: req, response }];
|
|
338
|
+
}
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { KomboCore } from "../core.js";
|
|
6
|
+
import { encodeJSON, encodeSimple } from "../lib/encodings.js";
|
|
7
|
+
import * as M from "../lib/matchers.js";
|
|
8
|
+
import { compactMap } from "../lib/primitives.js";
|
|
9
|
+
import { safeParse } from "../lib/schemas.js";
|
|
10
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
11
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
12
|
+
import { pathToFunc } from "../lib/url.js";
|
|
13
|
+
import {
|
|
14
|
+
ConnectionError,
|
|
15
|
+
InvalidRequestError,
|
|
16
|
+
RequestAbortedError,
|
|
17
|
+
RequestTimeoutError,
|
|
18
|
+
UnexpectedClientError,
|
|
19
|
+
} from "../models/errors/httpclienterrors.js";
|
|
20
|
+
import * as errors from "../models/errors/index.js";
|
|
21
|
+
import { KomboError } from "../models/errors/komboerror.js";
|
|
22
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
23
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
24
|
+
import * as models from "../models/index.js";
|
|
25
|
+
import { APICall, APIPromise } from "../types/async.js";
|
|
26
|
+
import { Result } from "../types/fp.js";
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Trigger sync
|
|
30
|
+
*
|
|
31
|
+
* @remarks
|
|
32
|
+
* Trigger a sync for a specific integration.
|
|
33
|
+
*
|
|
34
|
+
* <Warning>Please note that it is **not** necessary nor recommended to call this endpoint periodically on your side. Kombo already performs periodic syncs for you and you should only trigger syncs yourself in special cases (like when a user clicks on a "Sync" button in your app).</Warning>
|
|
35
|
+
*/
|
|
36
|
+
export function generalTriggerSync(
|
|
37
|
+
client: KomboCore,
|
|
38
|
+
request: models.PostForceSyncRequestBody,
|
|
39
|
+
options?: RequestOptions,
|
|
40
|
+
): APIPromise<
|
|
41
|
+
Result<
|
|
42
|
+
models.PostForceSyncPositiveResponse,
|
|
43
|
+
| errors.KomboGeneralError
|
|
44
|
+
| KomboError
|
|
45
|
+
| ResponseValidationError
|
|
46
|
+
| ConnectionError
|
|
47
|
+
| RequestAbortedError
|
|
48
|
+
| RequestTimeoutError
|
|
49
|
+
| InvalidRequestError
|
|
50
|
+
| UnexpectedClientError
|
|
51
|
+
| SDKValidationError
|
|
52
|
+
>
|
|
53
|
+
> {
|
|
54
|
+
return new APIPromise($do(
|
|
55
|
+
client,
|
|
56
|
+
request,
|
|
57
|
+
options,
|
|
58
|
+
));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
async function $do(
|
|
62
|
+
client: KomboCore,
|
|
63
|
+
request: models.PostForceSyncRequestBody,
|
|
64
|
+
options?: RequestOptions,
|
|
65
|
+
): Promise<
|
|
66
|
+
[
|
|
67
|
+
Result<
|
|
68
|
+
models.PostForceSyncPositiveResponse,
|
|
69
|
+
| errors.KomboGeneralError
|
|
70
|
+
| KomboError
|
|
71
|
+
| ResponseValidationError
|
|
72
|
+
| ConnectionError
|
|
73
|
+
| RequestAbortedError
|
|
74
|
+
| RequestTimeoutError
|
|
75
|
+
| InvalidRequestError
|
|
76
|
+
| UnexpectedClientError
|
|
77
|
+
| SDKValidationError
|
|
78
|
+
>,
|
|
79
|
+
APICall,
|
|
80
|
+
]
|
|
81
|
+
> {
|
|
82
|
+
const parsed = safeParse(
|
|
83
|
+
request,
|
|
84
|
+
(value) => models.PostForceSyncRequestBody$outboundSchema.parse(value),
|
|
85
|
+
"Input validation failed",
|
|
86
|
+
);
|
|
87
|
+
if (!parsed.ok) {
|
|
88
|
+
return [parsed, { status: "invalid" }];
|
|
89
|
+
}
|
|
90
|
+
const payload = parsed.value;
|
|
91
|
+
const body = encodeJSON("body", payload, { explode: true });
|
|
92
|
+
|
|
93
|
+
const path = pathToFunc("/force-sync")();
|
|
94
|
+
|
|
95
|
+
const headers = new Headers(compactMap({
|
|
96
|
+
"Content-Type": "application/json",
|
|
97
|
+
Accept: "application/json",
|
|
98
|
+
"X-Integration-Id": encodeSimple(
|
|
99
|
+
"X-Integration-Id",
|
|
100
|
+
client._options.integration_id,
|
|
101
|
+
{ explode: false, charEncoding: "none" },
|
|
102
|
+
),
|
|
103
|
+
}));
|
|
104
|
+
|
|
105
|
+
const secConfig = await extractSecurity(client._options.api_key);
|
|
106
|
+
const securityInput = secConfig == null ? {} : { api_key: secConfig };
|
|
107
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
108
|
+
|
|
109
|
+
const context = {
|
|
110
|
+
options: client._options,
|
|
111
|
+
base_url: options?.server_url ?? client._baseURL ?? "",
|
|
112
|
+
operation_id: "PostForceSync",
|
|
113
|
+
o_auth2_scopes: null,
|
|
114
|
+
|
|
115
|
+
resolved_security: requestSecurity,
|
|
116
|
+
|
|
117
|
+
security_source: client._options.api_key,
|
|
118
|
+
retry_config: options?.retries
|
|
119
|
+
|| client._options.retry_config
|
|
120
|
+
|| { strategy: "none" },
|
|
121
|
+
retry_codes: options?.retry_codes || ["429", "500", "502", "503", "504"],
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
const requestRes = client._createRequest(context, {
|
|
125
|
+
security: requestSecurity,
|
|
126
|
+
method: "POST",
|
|
127
|
+
baseURL: options?.server_url,
|
|
128
|
+
path: path,
|
|
129
|
+
headers: headers,
|
|
130
|
+
body: body,
|
|
131
|
+
userAgent: client._options.user_agent,
|
|
132
|
+
timeout_ms: options?.timeout_ms || client._options.timeout_ms || -1,
|
|
133
|
+
}, options);
|
|
134
|
+
if (!requestRes.ok) {
|
|
135
|
+
return [requestRes, { status: "invalid" }];
|
|
136
|
+
}
|
|
137
|
+
const req = requestRes.value;
|
|
138
|
+
|
|
139
|
+
const doResult = await client._do(req, {
|
|
140
|
+
context,
|
|
141
|
+
errorCodes: ["default"],
|
|
142
|
+
retryConfig: context.retry_config,
|
|
143
|
+
retryCodes: context.retry_codes,
|
|
144
|
+
});
|
|
145
|
+
if (!doResult.ok) {
|
|
146
|
+
return [doResult, { status: "request-error", request: req }];
|
|
147
|
+
}
|
|
148
|
+
const response = doResult.value;
|
|
149
|
+
|
|
150
|
+
const responseFields = {
|
|
151
|
+
HttpMeta: { Response: response, Request: req },
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
const [result] = await M.match<
|
|
155
|
+
models.PostForceSyncPositiveResponse,
|
|
156
|
+
| errors.KomboGeneralError
|
|
157
|
+
| KomboError
|
|
158
|
+
| ResponseValidationError
|
|
159
|
+
| ConnectionError
|
|
160
|
+
| RequestAbortedError
|
|
161
|
+
| RequestTimeoutError
|
|
162
|
+
| InvalidRequestError
|
|
163
|
+
| UnexpectedClientError
|
|
164
|
+
| SDKValidationError
|
|
165
|
+
>(
|
|
166
|
+
M.json(200, models.PostForceSyncPositiveResponse$inboundSchema),
|
|
167
|
+
M.jsonErr("default", errors.KomboGeneralError$inboundSchema),
|
|
168
|
+
)(response, req, { extraFields: responseFields });
|
|
169
|
+
if (!result.ok) {
|
|
170
|
+
return [result, { status: "complete", request: req, response }];
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
return [result, { status: "complete", request: req, response }];
|
|
174
|
+
}
|