@kombo-api/sdk 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +87 -0
- package/README.md +737 -0
- package/RUNTIMES.md +48 -0
- package/docs/sdks/assessment/README.md +462 -0
- package/docs/sdks/ats/README.md +2513 -0
- package/docs/sdks/connect/README.md +191 -0
- package/docs/sdks/general/README.md +1038 -0
- package/docs/sdks/hris/README.md +1559 -0
- package/esm/core.d.ts +10 -0
- package/esm/core.d.ts.map +1 -0
- package/esm/core.js +13 -0
- package/esm/core.js.map +1 -0
- package/esm/funcs/assessmentGetOpenOrders.d.ts +21 -0
- package/esm/funcs/assessmentGetOpenOrders.d.ts.map +1 -0
- package/esm/funcs/assessmentGetOpenOrders.js +114 -0
- package/esm/funcs/assessmentGetOpenOrders.js.map +1 -0
- package/esm/funcs/assessmentGetPackages.d.ts +21 -0
- package/esm/funcs/assessmentGetPackages.d.ts.map +1 -0
- package/esm/funcs/assessmentGetPackages.js +76 -0
- package/esm/funcs/assessmentGetPackages.js.map +1 -0
- package/esm/funcs/assessmentSetPackages.d.ts +43 -0
- package/esm/funcs/assessmentSetPackages.d.ts.map +1 -0
- package/esm/funcs/assessmentSetPackages.js +108 -0
- package/esm/funcs/assessmentSetPackages.js.map +1 -0
- package/esm/funcs/assessmentUpdateOrderResult.d.ts +55 -0
- package/esm/funcs/assessmentUpdateOrderResult.d.ts.map +1 -0
- package/esm/funcs/assessmentUpdateOrderResult.js +125 -0
- package/esm/funcs/assessmentUpdateOrderResult.js.map +1 -0
- package/esm/funcs/atsAddApplicationAttachment.d.ts +42 -0
- package/esm/funcs/atsAddApplicationAttachment.d.ts.map +1 -0
- package/esm/funcs/atsAddApplicationAttachment.js +116 -0
- package/esm/funcs/atsAddApplicationAttachment.js.map +1 -0
- package/esm/funcs/atsAddApplicationNote.d.ts +35 -0
- package/esm/funcs/atsAddApplicationNote.d.ts.map +1 -0
- package/esm/funcs/atsAddApplicationNote.js +108 -0
- package/esm/funcs/atsAddApplicationNote.js.map +1 -0
- package/esm/funcs/atsAddApplicationResultLink.d.ts +49 -0
- package/esm/funcs/atsAddApplicationResultLink.d.ts.map +1 -0
- package/esm/funcs/atsAddApplicationResultLink.js +123 -0
- package/esm/funcs/atsAddApplicationResultLink.js.map +1 -0
- package/esm/funcs/atsAddCandidateAttachment.d.ts +43 -0
- package/esm/funcs/atsAddCandidateAttachment.d.ts.map +1 -0
- package/esm/funcs/atsAddCandidateAttachment.js +116 -0
- package/esm/funcs/atsAddCandidateAttachment.js.map +1 -0
- package/esm/funcs/atsAddCandidateResultLink.d.ts +53 -0
- package/esm/funcs/atsAddCandidateResultLink.d.ts.map +1 -0
- package/esm/funcs/atsAddCandidateResultLink.js +126 -0
- package/esm/funcs/atsAddCandidateResultLink.js.map +1 -0
- package/esm/funcs/atsAddCandidateTag.d.ts +35 -0
- package/esm/funcs/atsAddCandidateTag.d.ts.map +1 -0
- package/esm/funcs/atsAddCandidateTag.js +106 -0
- package/esm/funcs/atsAddCandidateTag.js.map +1 -0
- package/esm/funcs/atsCreateApplication.d.ts +80 -0
- package/esm/funcs/atsCreateApplication.d.ts.map +1 -0
- package/esm/funcs/atsCreateApplication.js +151 -0
- package/esm/funcs/atsCreateApplication.js.map +1 -0
- package/esm/funcs/atsCreateCandidate.d.ts +91 -0
- package/esm/funcs/atsCreateCandidate.d.ts.map +1 -0
- package/esm/funcs/atsCreateCandidate.js +156 -0
- package/esm/funcs/atsCreateCandidate.js.map +1 -0
- package/esm/funcs/atsGetApplicationAttachments.d.ts +25 -0
- package/esm/funcs/atsGetApplicationAttachments.d.ts.map +1 -0
- package/esm/funcs/atsGetApplicationAttachments.js +97 -0
- package/esm/funcs/atsGetApplicationAttachments.js.map +1 -0
- package/esm/funcs/atsGetApplicationStages.d.ts +33 -0
- package/esm/funcs/atsGetApplicationStages.d.ts.map +1 -0
- package/esm/funcs/atsGetApplicationStages.js +131 -0
- package/esm/funcs/atsGetApplicationStages.js.map +1 -0
- package/esm/funcs/atsGetApplications.d.ts +30 -0
- package/esm/funcs/atsGetApplications.d.ts.map +1 -0
- package/esm/funcs/atsGetApplications.js +133 -0
- package/esm/funcs/atsGetApplications.js.map +1 -0
- package/esm/funcs/atsGetCandidateAttachments.d.ts +23 -0
- package/esm/funcs/atsGetCandidateAttachments.d.ts.map +1 -0
- package/esm/funcs/atsGetCandidateAttachments.js +95 -0
- package/esm/funcs/atsGetCandidateAttachments.js.map +1 -0
- package/esm/funcs/atsGetCandidates.d.ts +23 -0
- package/esm/funcs/atsGetCandidates.d.ts.map +1 -0
- package/esm/funcs/atsGetCandidates.js +125 -0
- package/esm/funcs/atsGetCandidates.js.map +1 -0
- package/esm/funcs/atsGetInterviews.d.ts +23 -0
- package/esm/funcs/atsGetInterviews.d.ts.map +1 -0
- package/esm/funcs/atsGetInterviews.js +122 -0
- package/esm/funcs/atsGetInterviews.js.map +1 -0
- package/esm/funcs/atsGetJobs.d.ts +31 -0
- package/esm/funcs/atsGetJobs.d.ts.map +1 -0
- package/esm/funcs/atsGetJobs.js +134 -0
- package/esm/funcs/atsGetJobs.js.map +1 -0
- package/esm/funcs/atsGetOffers.d.ts +23 -0
- package/esm/funcs/atsGetOffers.d.ts.map +1 -0
- package/esm/funcs/atsGetOffers.js +121 -0
- package/esm/funcs/atsGetOffers.js.map +1 -0
- package/esm/funcs/atsGetRejectionReasons.d.ts +25 -0
- package/esm/funcs/atsGetRejectionReasons.d.ts.map +1 -0
- package/esm/funcs/atsGetRejectionReasons.js +123 -0
- package/esm/funcs/atsGetRejectionReasons.js.map +1 -0
- package/esm/funcs/atsGetTags.d.ts +23 -0
- package/esm/funcs/atsGetTags.d.ts.map +1 -0
- package/esm/funcs/atsGetTags.js +119 -0
- package/esm/funcs/atsGetTags.js.map +1 -0
- package/esm/funcs/atsGetUsers.d.ts +23 -0
- package/esm/funcs/atsGetUsers.d.ts.map +1 -0
- package/esm/funcs/atsGetUsers.js +122 -0
- package/esm/funcs/atsGetUsers.js.map +1 -0
- package/esm/funcs/atsImportTrackedApplication.d.ts +36 -0
- package/esm/funcs/atsImportTrackedApplication.d.ts.map +1 -0
- package/esm/funcs/atsImportTrackedApplication.js +101 -0
- package/esm/funcs/atsImportTrackedApplication.js.map +1 -0
- package/esm/funcs/atsMoveApplicationToStage.d.ts +31 -0
- package/esm/funcs/atsMoveApplicationToStage.d.ts.map +1 -0
- package/esm/funcs/atsMoveApplicationToStage.js +103 -0
- package/esm/funcs/atsMoveApplicationToStage.js.map +1 -0
- package/esm/funcs/atsRejectApplication.d.ts +35 -0
- package/esm/funcs/atsRejectApplication.d.ts.map +1 -0
- package/esm/funcs/atsRejectApplication.js +108 -0
- package/esm/funcs/atsRejectApplication.js.map +1 -0
- package/esm/funcs/atsRemoveCandidateTag.d.ts +35 -0
- package/esm/funcs/atsRemoveCandidateTag.d.ts.map +1 -0
- package/esm/funcs/atsRemoveCandidateTag.js +106 -0
- package/esm/funcs/atsRemoveCandidateTag.js.map +1 -0
- package/esm/funcs/connectCreateConnectionLink.d.ts +36 -0
- package/esm/funcs/connectCreateConnectionLink.d.ts.map +1 -0
- package/esm/funcs/connectCreateConnectionLink.js +100 -0
- package/esm/funcs/connectCreateConnectionLink.js.map +1 -0
- package/esm/funcs/connectGetIntegrationByToken.d.ts +29 -0
- package/esm/funcs/connectGetIntegrationByToken.d.ts.map +1 -0
- package/esm/funcs/connectGetIntegrationByToken.js +98 -0
- package/esm/funcs/connectGetIntegrationByToken.js.map +1 -0
- package/esm/funcs/generalCheckApiKey.d.ts +18 -0
- package/esm/funcs/generalCheckApiKey.d.ts.map +1 -0
- package/esm/funcs/generalCheckApiKey.js +72 -0
- package/esm/funcs/generalCheckApiKey.js.map +1 -0
- package/esm/funcs/generalCreateReconnectionLink.d.ts +31 -0
- package/esm/funcs/generalCreateReconnectionLink.d.ts.map +1 -0
- package/esm/funcs/generalCreateReconnectionLink.js +102 -0
- package/esm/funcs/generalCreateReconnectionLink.js.map +1 -0
- package/esm/funcs/generalDeleteIntegration.d.ts +20 -0
- package/esm/funcs/generalDeleteIntegration.d.ts.map +1 -0
- package/esm/funcs/generalDeleteIntegration.js +90 -0
- package/esm/funcs/generalDeleteIntegration.js.map +1 -0
- package/esm/funcs/generalGetCustomFields.d.ts +22 -0
- package/esm/funcs/generalGetCustomFields.d.ts.map +1 -0
- package/esm/funcs/generalGetCustomFields.js +119 -0
- package/esm/funcs/generalGetCustomFields.js.map +1 -0
- package/esm/funcs/generalGetIntegrationDetails.d.ts +19 -0
- package/esm/funcs/generalGetIntegrationDetails.d.ts.map +1 -0
- package/esm/funcs/generalGetIntegrationDetails.js +88 -0
- package/esm/funcs/generalGetIntegrationDetails.js.map +1 -0
- package/esm/funcs/generalGetIntegrationFields.d.ts +22 -0
- package/esm/funcs/generalGetIntegrationFields.d.ts.map +1 -0
- package/esm/funcs/generalGetIntegrationFields.js +121 -0
- package/esm/funcs/generalGetIntegrationFields.js.map +1 -0
- package/esm/funcs/generalGetTools.d.ts +20 -0
- package/esm/funcs/generalGetTools.d.ts.map +1 -0
- package/esm/funcs/generalGetTools.js +89 -0
- package/esm/funcs/generalGetTools.js.map +1 -0
- package/esm/funcs/generalSendPassthroughRequest.d.ts +170 -0
- package/esm/funcs/generalSendPassthroughRequest.d.ts.map +1 -0
- package/esm/funcs/generalSendPassthroughRequest.js +247 -0
- package/esm/funcs/generalSendPassthroughRequest.js.map +1 -0
- package/esm/funcs/generalTriggerSync.d.ts +20 -0
- package/esm/funcs/generalTriggerSync.d.ts.map +1 -0
- package/esm/funcs/generalTriggerSync.js +85 -0
- package/esm/funcs/generalTriggerSync.js.map +1 -0
- package/esm/funcs/generalUpdateCustomFieldMapping.d.ts +19 -0
- package/esm/funcs/generalUpdateCustomFieldMapping.d.ts.map +1 -0
- package/esm/funcs/generalUpdateCustomFieldMapping.js +96 -0
- package/esm/funcs/generalUpdateCustomFieldMapping.js.map +1 -0
- package/esm/funcs/generalUpdateIntegrationField.d.ts +19 -0
- package/esm/funcs/generalUpdateIntegrationField.d.ts.map +1 -0
- package/esm/funcs/generalUpdateIntegrationField.js +94 -0
- package/esm/funcs/generalUpdateIntegrationField.js.map +1 -0
- package/esm/funcs/hrisAddEmployeeDocument.d.ts +36 -0
- package/esm/funcs/hrisAddEmployeeDocument.d.ts.map +1 -0
- package/esm/funcs/hrisAddEmployeeDocument.js +108 -0
- package/esm/funcs/hrisAddEmployeeDocument.js.map +1 -0
- package/esm/funcs/hrisCreateAbsence.d.ts +40 -0
- package/esm/funcs/hrisCreateAbsence.d.ts.map +1 -0
- package/esm/funcs/hrisCreateAbsence.js +105 -0
- package/esm/funcs/hrisCreateAbsence.js.map +1 -0
- package/esm/funcs/hrisCreateEmployeeWithForm.d.ts +41 -0
- package/esm/funcs/hrisCreateEmployeeWithForm.d.ts.map +1 -0
- package/esm/funcs/hrisCreateEmployeeWithForm.js +108 -0
- package/esm/funcs/hrisCreateEmployeeWithForm.js.map +1 -0
- package/esm/funcs/hrisDeleteAbsence.d.ts +31 -0
- package/esm/funcs/hrisDeleteAbsence.d.ts.map +1 -0
- package/esm/funcs/hrisDeleteAbsence.js +102 -0
- package/esm/funcs/hrisDeleteAbsence.js.map +1 -0
- package/esm/funcs/hrisGetAbsenceTypes.d.ts +23 -0
- package/esm/funcs/hrisGetAbsenceTypes.d.ts.map +1 -0
- package/esm/funcs/hrisGetAbsenceTypes.js +121 -0
- package/esm/funcs/hrisGetAbsenceTypes.js.map +1 -0
- package/esm/funcs/hrisGetAbsences.d.ts +23 -0
- package/esm/funcs/hrisGetAbsences.d.ts.map +1 -0
- package/esm/funcs/hrisGetAbsences.js +125 -0
- package/esm/funcs/hrisGetAbsences.js.map +1 -0
- package/esm/funcs/hrisGetEmployeeDocumentCategories.d.ts +23 -0
- package/esm/funcs/hrisGetEmployeeDocumentCategories.d.ts.map +1 -0
- package/esm/funcs/hrisGetEmployeeDocumentCategories.js +120 -0
- package/esm/funcs/hrisGetEmployeeDocumentCategories.js.map +1 -0
- package/esm/funcs/hrisGetEmployeeForm.d.ts +96 -0
- package/esm/funcs/hrisGetEmployeeForm.d.ts.map +1 -0
- package/esm/funcs/hrisGetEmployeeForm.js +151 -0
- package/esm/funcs/hrisGetEmployeeForm.js.map +1 -0
- package/esm/funcs/hrisGetEmployees.d.ts +25 -0
- package/esm/funcs/hrisGetEmployees.d.ts.map +1 -0
- package/esm/funcs/hrisGetEmployees.js +130 -0
- package/esm/funcs/hrisGetEmployees.js.map +1 -0
- package/esm/funcs/hrisGetEmployments.d.ts +23 -0
- package/esm/funcs/hrisGetEmployments.d.ts.map +1 -0
- package/esm/funcs/hrisGetEmployments.js +121 -0
- package/esm/funcs/hrisGetEmployments.js.map +1 -0
- package/esm/funcs/hrisGetGroups.d.ts +23 -0
- package/esm/funcs/hrisGetGroups.d.ts.map +1 -0
- package/esm/funcs/hrisGetGroups.js +123 -0
- package/esm/funcs/hrisGetGroups.js.map +1 -0
- package/esm/funcs/hrisGetLegalEntities.d.ts +23 -0
- package/esm/funcs/hrisGetLegalEntities.d.ts.map +1 -0
- package/esm/funcs/hrisGetLegalEntities.js +122 -0
- package/esm/funcs/hrisGetLegalEntities.js.map +1 -0
- package/esm/funcs/hrisGetLocations.d.ts +23 -0
- package/esm/funcs/hrisGetLocations.d.ts.map +1 -0
- package/esm/funcs/hrisGetLocations.js +122 -0
- package/esm/funcs/hrisGetLocations.js.map +1 -0
- package/esm/funcs/hrisGetPerformanceReviewCycles.d.ts +27 -0
- package/esm/funcs/hrisGetPerformanceReviewCycles.d.ts.map +1 -0
- package/esm/funcs/hrisGetPerformanceReviewCycles.js +124 -0
- package/esm/funcs/hrisGetPerformanceReviewCycles.js.map +1 -0
- package/esm/funcs/hrisGetPerformanceReviews.d.ts +27 -0
- package/esm/funcs/hrisGetPerformanceReviews.d.ts.map +1 -0
- package/esm/funcs/hrisGetPerformanceReviews.js +129 -0
- package/esm/funcs/hrisGetPerformanceReviews.js.map +1 -0
- package/esm/funcs/hrisGetTimeOffBalances.d.ts +23 -0
- package/esm/funcs/hrisGetTimeOffBalances.d.ts.map +1 -0
- package/esm/funcs/hrisGetTimeOffBalances.js +122 -0
- package/esm/funcs/hrisGetTimeOffBalances.js.map +1 -0
- package/esm/funcs/hrisGetTimesheets.d.ts +29 -0
- package/esm/funcs/hrisGetTimesheets.d.ts.map +1 -0
- package/esm/funcs/hrisGetTimesheets.js +132 -0
- package/esm/funcs/hrisGetTimesheets.js.map +1 -0
- package/esm/hooks/hooks.d.ts +25 -0
- package/esm/hooks/hooks.d.ts.map +1 -0
- package/esm/hooks/hooks.js +82 -0
- package/esm/hooks/hooks.js.map +1 -0
- package/esm/hooks/index.d.ts +3 -0
- package/esm/hooks/index.d.ts.map +1 -0
- package/esm/hooks/index.js +6 -0
- package/esm/hooks/index.js.map +1 -0
- package/esm/hooks/registration.d.ts +3 -0
- package/esm/hooks/registration.d.ts.map +1 -0
- package/esm/hooks/registration.js +12 -0
- package/esm/hooks/registration.js.map +1 -0
- package/esm/hooks/types.d.ts +78 -0
- package/esm/hooks/types.d.ts.map +1 -0
- package/esm/hooks/types.js +5 -0
- package/esm/hooks/types.js.map +1 -0
- package/esm/index.d.ts +6 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +8 -0
- package/esm/index.js.map +1 -0
- package/esm/lib/base64.d.ts +10 -0
- package/esm/lib/base64.d.ts.map +1 -0
- package/esm/lib/base64.js +29 -0
- package/esm/lib/base64.js.map +1 -0
- package/esm/lib/config.d.ts +53 -0
- package/esm/lib/config.d.ts.map +1 -0
- package/esm/lib/config.js +37 -0
- package/esm/lib/config.js.map +1 -0
- package/esm/lib/dlv.d.ts +14 -0
- package/esm/lib/dlv.d.ts.map +1 -0
- package/esm/lib/dlv.js +46 -0
- package/esm/lib/dlv.js.map +1 -0
- package/esm/lib/encodings.d.ts +52 -0
- package/esm/lib/encodings.d.ts.map +1 -0
- package/esm/lib/encodings.js +354 -0
- package/esm/lib/encodings.js.map +1 -0
- package/esm/lib/files.d.ts +13 -0
- package/esm/lib/files.d.ts.map +1 -0
- package/esm/lib/files.js +73 -0
- package/esm/lib/files.js.map +1 -0
- package/esm/lib/http.d.ts +67 -0
- package/esm/lib/http.d.ts.map +1 -0
- package/esm/lib/http.js +207 -0
- package/esm/lib/http.js.map +1 -0
- package/esm/lib/is-plain-object.d.ts +2 -0
- package/esm/lib/is-plain-object.d.ts.map +1 -0
- package/esm/lib/is-plain-object.js +38 -0
- package/esm/lib/is-plain-object.js.map +1 -0
- package/esm/lib/logger.d.ts +6 -0
- package/esm/lib/logger.d.ts.map +1 -0
- package/esm/lib/logger.js +5 -0
- package/esm/lib/logger.js.map +1 -0
- package/esm/lib/matchers.d.ts +59 -0
- package/esm/lib/matchers.d.ts.map +1 -0
- package/esm/lib/matchers.js +203 -0
- package/esm/lib/matchers.js.map +1 -0
- package/esm/lib/primitives.d.ts +26 -0
- package/esm/lib/primitives.d.ts.map +1 -0
- package/esm/lib/primitives.js +103 -0
- package/esm/lib/primitives.js.map +1 -0
- package/esm/lib/retries.d.ts +38 -0
- package/esm/lib/retries.d.ts.map +1 -0
- package/esm/lib/retries.js +147 -0
- package/esm/lib/retries.js.map +1 -0
- package/esm/lib/schemas.d.ts +19 -0
- package/esm/lib/schemas.d.ts.map +1 -0
- package/esm/lib/schemas.js +57 -0
- package/esm/lib/schemas.js.map +1 -0
- package/esm/lib/sdks.d.ts +63 -0
- package/esm/lib/sdks.d.ts.map +1 -0
- package/esm/lib/sdks.js +265 -0
- package/esm/lib/sdks.js.map +1 -0
- package/esm/lib/security.d.ts +83 -0
- package/esm/lib/security.d.ts.map +1 -0
- package/esm/lib/security.js +136 -0
- package/esm/lib/security.js.map +1 -0
- package/esm/lib/url.d.ts +5 -0
- package/esm/lib/url.d.ts.map +1 -0
- package/esm/lib/url.js +22 -0
- package/esm/lib/url.js.map +1 -0
- package/esm/models/assessmentorderreceivedwebhookpayload.d.ts +416 -0
- package/esm/models/assessmentorderreceivedwebhookpayload.d.ts.map +1 -0
- package/esm/models/assessmentorderreceivedwebhookpayload.js +297 -0
- package/esm/models/assessmentorderreceivedwebhookpayload.js.map +1 -0
- package/esm/models/connectionflowfailedwebhookpayload.d.ts +186 -0
- package/esm/models/connectionflowfailedwebhookpayload.d.ts.map +1 -0
- package/esm/models/connectionflowfailedwebhookpayload.js +139 -0
- package/esm/models/connectionflowfailedwebhookpayload.js.map +1 -0
- package/esm/models/datachangedwebhookpayload.d.ts +288 -0
- package/esm/models/datachangedwebhookpayload.d.ts.map +1 -0
- package/esm/models/datachangedwebhookpayload.js +185 -0
- package/esm/models/datachangedwebhookpayload.js.map +1 -0
- package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.d.ts +82 -0
- package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.d.ts.map +1 -0
- package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.js +84 -0
- package/esm/models/deleteatscandidatescandidateidtagspositiveresponse.js.map +1 -0
- package/esm/models/deleteatscandidatescandidateidtagsrequestbody.d.ts +191 -0
- package/esm/models/deleteatscandidatescandidateidtagsrequestbody.d.ts.map +1 -0
- package/esm/models/deleteatscandidatescandidateidtagsrequestbody.js +175 -0
- package/esm/models/deleteatscandidatescandidateidtagsrequestbody.js.map +1 -0
- package/esm/models/deletehrisabsencesabsenceidpositiveresponse.d.ts +218 -0
- package/esm/models/deletehrisabsencesabsenceidpositiveresponse.d.ts.map +1 -0
- package/esm/models/deletehrisabsencesabsenceidpositiveresponse.js +168 -0
- package/esm/models/deletehrisabsencesabsenceidpositiveresponse.js.map +1 -0
- package/esm/models/deletehrisabsencesabsenceidrequestbody.d.ts +94 -0
- package/esm/models/deletehrisabsencesabsenceidrequestbody.d.ts.map +1 -0
- package/esm/models/deletehrisabsencesabsenceidrequestbody.js +81 -0
- package/esm/models/deletehrisabsencesabsenceidrequestbody.js.map +1 -0
- package/esm/models/deleteintegrationsintegrationidpositiveresponse.d.ts +52 -0
- package/esm/models/deleteintegrationsintegrationidpositiveresponse.d.ts.map +1 -0
- package/esm/models/deleteintegrationsintegrationidpositiveresponse.js +54 -0
- package/esm/models/deleteintegrationsintegrationidpositiveresponse.js.map +1 -0
- package/esm/models/deleteintegrationsintegrationidrequestbody.d.ts +25 -0
- package/esm/models/deleteintegrationsintegrationidrequestbody.d.ts.map +1 -0
- package/esm/models/deleteintegrationsintegrationidrequestbody.js +27 -0
- package/esm/models/deleteintegrationsintegrationidrequestbody.js.map +1 -0
- package/esm/models/errors/httpclienterrors.d.ts +44 -0
- package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
- package/esm/models/errors/httpclienterrors.js +69 -0
- package/esm/models/errors/httpclienterrors.js.map +1 -0
- package/esm/models/errors/index.d.ts +9 -0
- package/esm/models/errors/index.d.ts.map +1 -0
- package/esm/models/errors/index.js +12 -0
- package/esm/models/errors/index.js.map +1 -0
- package/esm/models/errors/komboatserror.d.ts +52 -0
- package/esm/models/errors/komboatserror.d.ts.map +1 -0
- package/esm/models/errors/komboatserror.js +54 -0
- package/esm/models/errors/komboatserror.js.map +1 -0
- package/esm/models/errors/kombodefaulterror.d.ts +10 -0
- package/esm/models/errors/kombodefaulterror.d.ts.map +1 -0
- package/esm/models/errors/kombodefaulterror.js +30 -0
- package/esm/models/errors/kombodefaulterror.js.map +1 -0
- package/esm/models/errors/komboerror.d.ts +19 -0
- package/esm/models/errors/komboerror.d.ts.map +1 -0
- package/esm/models/errors/komboerror.js +16 -0
- package/esm/models/errors/komboerror.js.map +1 -0
- package/esm/models/errors/kombogeneralerror.d.ts +52 -0
- package/esm/models/errors/kombogeneralerror.d.ts.map +1 -0
- package/esm/models/errors/kombogeneralerror.js +54 -0
- package/esm/models/errors/kombogeneralerror.js.map +1 -0
- package/esm/models/errors/kombohriserror.d.ts +52 -0
- package/esm/models/errors/kombohriserror.d.ts.map +1 -0
- package/esm/models/errors/kombohriserror.js +54 -0
- package/esm/models/errors/kombohriserror.js.map +1 -0
- package/esm/models/errors/responsevalidationerror.d.ts +26 -0
- package/esm/models/errors/responsevalidationerror.d.ts.map +1 -0
- package/esm/models/errors/responsevalidationerror.js +29 -0
- package/esm/models/errors/responsevalidationerror.js.map +1 -0
- package/esm/models/errors/sdkvalidationerror.d.ts +21 -0
- package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/esm/models/errors/sdkvalidationerror.js +91 -0
- package/esm/models/errors/sdkvalidationerror.js.map +1 -0
- package/esm/models/getassessmentordersopenpositiveresponse.d.ts +360 -0
- package/esm/models/getassessmentordersopenpositiveresponse.d.ts.map +1 -0
- package/esm/models/getassessmentordersopenpositiveresponse.js +271 -0
- package/esm/models/getassessmentordersopenpositiveresponse.js.map +1 -0
- package/esm/models/getassessmentpackagespositiveresponse.d.ts +127 -0
- package/esm/models/getassessmentpackagespositiveresponse.d.ts.map +1 -0
- package/esm/models/getassessmentpackagespositiveresponse.js +114 -0
- package/esm/models/getassessmentpackagespositiveresponse.js.map +1 -0
- package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.d.ts +160 -0
- package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.js +152 -0
- package/esm/models/getatsapplicationsapplicationidattachmentspositiveresponse.js.map +1 -0
- package/esm/models/getatsapplicationspositiveresponse.d.ts +1307 -0
- package/esm/models/getatsapplicationspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsapplicationspositiveresponse.js +1145 -0
- package/esm/models/getatsapplicationspositiveresponse.js.map +1 -0
- package/esm/models/getatsapplicationstagespositiveresponse.d.ts +109 -0
- package/esm/models/getatsapplicationstagespositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsapplicationstagespositiveresponse.js +93 -0
- package/esm/models/getatsapplicationstagespositiveresponse.js.map +1 -0
- package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.d.ts +173 -0
- package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.js +155 -0
- package/esm/models/getatscandidatescandidateidattachmentspositiveresponse.js.map +1 -0
- package/esm/models/getatscandidatespositiveresponse.d.ts +549 -0
- package/esm/models/getatscandidatespositiveresponse.d.ts.map +1 -0
- package/esm/models/getatscandidatespositiveresponse.js +404 -0
- package/esm/models/getatscandidatespositiveresponse.js.map +1 -0
- package/esm/models/getatsinterviewspositiveresponse.d.ts +457 -0
- package/esm/models/getatsinterviewspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsinterviewspositiveresponse.js +335 -0
- package/esm/models/getatsinterviewspositiveresponse.js.map +1 -0
- package/esm/models/getatsjobspositiveresponse.d.ts +1232 -0
- package/esm/models/getatsjobspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsjobspositiveresponse.js +1015 -0
- package/esm/models/getatsjobspositiveresponse.js.map +1 -0
- package/esm/models/getatsofferspositiveresponse.d.ts +363 -0
- package/esm/models/getatsofferspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsofferspositiveresponse.js +259 -0
- package/esm/models/getatsofferspositiveresponse.js.map +1 -0
- package/esm/models/getatsrejectionreasonspositiveresponse.d.ts +109 -0
- package/esm/models/getatsrejectionreasonspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsrejectionreasonspositiveresponse.js +93 -0
- package/esm/models/getatsrejectionreasonspositiveresponse.js.map +1 -0
- package/esm/models/getatstagspositiveresponse.d.ts +106 -0
- package/esm/models/getatstagspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatstagspositiveresponse.js +93 -0
- package/esm/models/getatstagspositiveresponse.js.map +1 -0
- package/esm/models/getatsuserspositiveresponse.d.ts +156 -0
- package/esm/models/getatsuserspositiveresponse.d.ts.map +1 -0
- package/esm/models/getatsuserspositiveresponse.js +121 -0
- package/esm/models/getatsuserspositiveresponse.js.map +1 -0
- package/esm/models/getcheckapikeypositiveresponse.d.ts +56 -0
- package/esm/models/getcheckapikeypositiveresponse.d.ts.map +1 -0
- package/esm/models/getcheckapikeypositiveresponse.js +58 -0
- package/esm/models/getcheckapikeypositiveresponse.js.map +1 -0
- package/esm/models/getconnectintegrationbytokentokenpositiveresponse.d.ts +122 -0
- package/esm/models/getconnectintegrationbytokentokenpositiveresponse.d.ts.map +1 -0
- package/esm/models/getconnectintegrationbytokentokenpositiveresponse.js +97 -0
- package/esm/models/getconnectintegrationbytokentokenpositiveresponse.js.map +1 -0
- package/esm/models/gethrisabsencespositiveresponse.d.ts +314 -0
- package/esm/models/gethrisabsencespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisabsencespositiveresponse.js +233 -0
- package/esm/models/gethrisabsencespositiveresponse.js.map +1 -0
- package/esm/models/gethrisabsencetypespositiveresponse.d.ts +156 -0
- package/esm/models/gethrisabsencetypespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisabsencetypespositiveresponse.js +122 -0
- package/esm/models/gethrisabsencetypespositiveresponse.js.map +1 -0
- package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.d.ts +109 -0
- package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.js +95 -0
- package/esm/models/gethrisemployeedocumentcategoriespositiveresponse.js.map +1 -0
- package/esm/models/gethrisemployeesformpositiveresponse.d.ts +1356 -0
- package/esm/models/gethrisemployeesformpositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisemployeesformpositiveresponse.js +1084 -0
- package/esm/models/gethrisemployeesformpositiveresponse.js.map +1 -0
- package/esm/models/gethrisemployeespositiveresponse.d.ts +1266 -0
- package/esm/models/gethrisemployeespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisemployeespositiveresponse.js +950 -0
- package/esm/models/gethrisemployeespositiveresponse.js.map +1 -0
- package/esm/models/gethrisemploymentspositiveresponse.d.ts +253 -0
- package/esm/models/gethrisemploymentspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisemploymentspositiveresponse.js +209 -0
- package/esm/models/gethrisemploymentspositiveresponse.js.map +1 -0
- package/esm/models/gethrisgroupspositiveresponse.d.ts +154 -0
- package/esm/models/gethrisgroupspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisgroupspositiveresponse.js +120 -0
- package/esm/models/gethrisgroupspositiveresponse.js.map +1 -0
- package/esm/models/gethrislegalentitiespositiveresponse.d.ts +163 -0
- package/esm/models/gethrislegalentitiespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrislegalentitiespositiveresponse.js +132 -0
- package/esm/models/gethrislegalentitiespositiveresponse.js.map +1 -0
- package/esm/models/gethrislocationspositiveresponse.d.ts +168 -0
- package/esm/models/gethrislocationspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrislocationspositiveresponse.js +134 -0
- package/esm/models/gethrislocationspositiveresponse.js.map +1 -0
- package/esm/models/gethrisperformancereviewcyclespositiveresponse.d.ts +114 -0
- package/esm/models/gethrisperformancereviewcyclespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisperformancereviewcyclespositiveresponse.js +95 -0
- package/esm/models/gethrisperformancereviewcyclespositiveresponse.js.map +1 -0
- package/esm/models/gethrisperformancereviewspositiveresponse.d.ts +443 -0
- package/esm/models/gethrisperformancereviewspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethrisperformancereviewspositiveresponse.js +330 -0
- package/esm/models/gethrisperformancereviewspositiveresponse.js.map +1 -0
- package/esm/models/gethristimeoffbalancespositiveresponse.d.ts +290 -0
- package/esm/models/gethristimeoffbalancespositiveresponse.d.ts.map +1 -0
- package/esm/models/gethristimeoffbalancespositiveresponse.js +213 -0
- package/esm/models/gethristimeoffbalancespositiveresponse.js.map +1 -0
- package/esm/models/gethristimesheetspositiveresponse.d.ts +201 -0
- package/esm/models/gethristimesheetspositiveresponse.d.ts.map +1 -0
- package/esm/models/gethristimesheetspositiveresponse.js +143 -0
- package/esm/models/gethristimesheetspositiveresponse.js.map +1 -0
- package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.d.ts +192 -0
- package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.d.ts.map +1 -0
- package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.js +156 -0
- package/esm/models/getintegrationsintegrationidcustomfieldspositiveresponse.js.map +1 -0
- package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.d.ts +151 -0
- package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.d.ts.map +1 -0
- package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.js +125 -0
- package/esm/models/getintegrationsintegrationidintegrationfieldspositiveresponse.js.map +1 -0
- package/esm/models/getintegrationsintegrationidpositiveresponse.d.ts +607 -0
- package/esm/models/getintegrationsintegrationidpositiveresponse.d.ts.map +1 -0
- package/esm/models/getintegrationsintegrationidpositiveresponse.js +422 -0
- package/esm/models/getintegrationsintegrationidpositiveresponse.js.map +1 -0
- package/esm/models/gettoolscategoryparametercategory.d.ts +31 -0
- package/esm/models/gettoolscategoryparametercategory.d.ts.map +1 -0
- package/esm/models/gettoolscategoryparametercategory.js +25 -0
- package/esm/models/gettoolscategoryparametercategory.js.map +1 -0
- package/esm/models/gettoolscategorypositiveresponse.d.ts +552 -0
- package/esm/models/gettoolscategorypositiveresponse.d.ts.map +1 -0
- package/esm/models/gettoolscategorypositiveresponse.js +398 -0
- package/esm/models/gettoolscategorypositiveresponse.js.map +1 -0
- package/esm/models/index.d.ts +102 -0
- package/esm/models/index.d.ts.map +1 -0
- package/esm/models/index.js +105 -0
- package/esm/models/index.js.map +1 -0
- package/esm/models/inlineassessmentorderreceivedwebhookpayload.d.ts +416 -0
- package/esm/models/inlineassessmentorderreceivedwebhookpayload.d.ts.map +1 -0
- package/esm/models/inlineassessmentorderreceivedwebhookpayload.js +298 -0
- package/esm/models/inlineassessmentorderreceivedwebhookpayload.js.map +1 -0
- package/esm/models/integrationcreatedwebhookpayload.d.ts +186 -0
- package/esm/models/integrationcreatedwebhookpayload.d.ts.map +1 -0
- package/esm/models/integrationcreatedwebhookpayload.js +140 -0
- package/esm/models/integrationcreatedwebhookpayload.js.map +1 -0
- package/esm/models/integrationdeletedwebhookpayload.d.ts +191 -0
- package/esm/models/integrationdeletedwebhookpayload.d.ts.map +1 -0
- package/esm/models/integrationdeletedwebhookpayload.js +142 -0
- package/esm/models/integrationdeletedwebhookpayload.js.map +1 -0
- package/esm/models/integrationstatechangedwebhookpayload.d.ts +269 -0
- package/esm/models/integrationstatechangedwebhookpayload.d.ts.map +1 -0
- package/esm/models/integrationstatechangedwebhookpayload.js +193 -0
- package/esm/models/integrationstatechangedwebhookpayload.js.map +1 -0
- package/esm/models/komboatserror.d.ts +164 -0
- package/esm/models/komboatserror.d.ts.map +1 -0
- package/esm/models/komboatserror.js +97 -0
- package/esm/models/komboatserror.js.map +1 -0
- package/esm/models/kombogeneralerror.d.ts +116 -0
- package/esm/models/kombogeneralerror.d.ts.map +1 -0
- package/esm/models/kombogeneralerror.js +81 -0
- package/esm/models/kombogeneralerror.js.map +1 -0
- package/esm/models/kombohriserror.d.ts +158 -0
- package/esm/models/kombohriserror.d.ts.map +1 -0
- package/esm/models/kombohriserror.js +95 -0
- package/esm/models/kombohriserror.js.map +1 -0
- package/esm/models/operations/deleteatscandidatescandidateidtags.d.ts +66 -0
- package/esm/models/operations/deleteatscandidatescandidateidtags.d.ts.map +1 -0
- package/esm/models/operations/deleteatscandidatescandidateidtags.js +68 -0
- package/esm/models/operations/deleteatscandidatescandidateidtags.js.map +1 -0
- package/esm/models/operations/deletehrisabsencesabsenceid.d.ts +66 -0
- package/esm/models/operations/deletehrisabsencesabsenceid.d.ts.map +1 -0
- package/esm/models/operations/deletehrisabsencesabsenceid.js +68 -0
- package/esm/models/operations/deletehrisabsencesabsenceid.js.map +1 -0
- package/esm/models/operations/deleteintegrationsintegrationid.d.ts +38 -0
- package/esm/models/operations/deleteintegrationsintegrationid.d.ts.map +1 -0
- package/esm/models/operations/deleteintegrationsintegrationid.js +43 -0
- package/esm/models/operations/deleteintegrationsintegrationid.js.map +1 -0
- package/esm/models/operations/getassessmentordersopen.d.ts +91 -0
- package/esm/models/operations/getassessmentordersopen.d.ts.map +1 -0
- package/esm/models/operations/getassessmentordersopen.js +93 -0
- package/esm/models/operations/getassessmentordersopen.js.map +1 -0
- package/esm/models/operations/getassessmentpackages.d.ts +53 -0
- package/esm/models/operations/getassessmentpackages.d.ts.map +1 -0
- package/esm/models/operations/getassessmentpackages.js +52 -0
- package/esm/models/operations/getassessmentpackages.js.map +1 -0
- package/esm/models/operations/getatsapplications.d.ts +143 -0
- package/esm/models/operations/getatsapplications.d.ts.map +1 -0
- package/esm/models/operations/getatsapplications.js +111 -0
- package/esm/models/operations/getatsapplications.js.map +1 -0
- package/esm/models/operations/getatsapplicationsapplicationidattachments.d.ts +60 -0
- package/esm/models/operations/getatsapplicationsapplicationidattachments.d.ts.map +1 -0
- package/esm/models/operations/getatsapplicationsapplicationidattachments.js +56 -0
- package/esm/models/operations/getatsapplicationsapplicationidattachments.js.map +1 -0
- package/esm/models/operations/getatsapplicationstages.d.ts +111 -0
- package/esm/models/operations/getatsapplicationstages.d.ts.map +1 -0
- package/esm/models/operations/getatsapplicationstages.js +101 -0
- package/esm/models/operations/getatsapplicationstages.js.map +1 -0
- package/esm/models/operations/getatscandidates.d.ts +131 -0
- package/esm/models/operations/getatscandidates.d.ts.map +1 -0
- package/esm/models/operations/getatscandidates.js +109 -0
- package/esm/models/operations/getatscandidates.js.map +1 -0
- package/esm/models/operations/getatscandidatescandidateidattachments.d.ts +60 -0
- package/esm/models/operations/getatscandidatescandidateidattachments.d.ts.map +1 -0
- package/esm/models/operations/getatscandidatescandidateidattachments.js +56 -0
- package/esm/models/operations/getatscandidatescandidateidattachments.js.map +1 -0
- package/esm/models/operations/getatsinterviews.d.ts +116 -0
- package/esm/models/operations/getatsinterviews.d.ts.map +1 -0
- package/esm/models/operations/getatsinterviews.js +103 -0
- package/esm/models/operations/getatsinterviews.js.map +1 -0
- package/esm/models/operations/getatsjobs.d.ts +158 -0
- package/esm/models/operations/getatsjobs.d.ts.map +1 -0
- package/esm/models/operations/getatsjobs.js +115 -0
- package/esm/models/operations/getatsjobs.js.map +1 -0
- package/esm/models/operations/getatsoffers.d.ts +111 -0
- package/esm/models/operations/getatsoffers.d.ts.map +1 -0
- package/esm/models/operations/getatsoffers.js +101 -0
- package/esm/models/operations/getatsoffers.js.map +1 -0
- package/esm/models/operations/getatsrejectionreasons.d.ts +111 -0
- package/esm/models/operations/getatsrejectionreasons.d.ts.map +1 -0
- package/esm/models/operations/getatsrejectionreasons.js +101 -0
- package/esm/models/operations/getatsrejectionreasons.js.map +1 -0
- package/esm/models/operations/getatstags.d.ts +111 -0
- package/esm/models/operations/getatstags.d.ts.map +1 -0
- package/esm/models/operations/getatstags.js +101 -0
- package/esm/models/operations/getatstags.js.map +1 -0
- package/esm/models/operations/getatsusers.d.ts +116 -0
- package/esm/models/operations/getatsusers.d.ts.map +1 -0
- package/esm/models/operations/getatsusers.js +103 -0
- package/esm/models/operations/getatsusers.js.map +1 -0
- package/esm/models/operations/getconnectintegrationbytokentoken.d.ts +32 -0
- package/esm/models/operations/getconnectintegrationbytokentoken.d.ts.map +1 -0
- package/esm/models/operations/getconnectintegrationbytokentoken.js +31 -0
- package/esm/models/operations/getconnectintegrationbytokentoken.js.map +1 -0
- package/esm/models/operations/gethrisabsences.d.ts +131 -0
- package/esm/models/operations/gethrisabsences.d.ts.map +1 -0
- package/esm/models/operations/gethrisabsences.js +111 -0
- package/esm/models/operations/gethrisabsences.js.map +1 -0
- package/esm/models/operations/gethrisabsencetypes.d.ts +111 -0
- package/esm/models/operations/gethrisabsencetypes.d.ts.map +1 -0
- package/esm/models/operations/gethrisabsencetypes.js +101 -0
- package/esm/models/operations/gethrisabsencetypes.js.map +1 -0
- package/esm/models/operations/gethrisemployeedocumentcategories.d.ts +111 -0
- package/esm/models/operations/gethrisemployeedocumentcategories.d.ts.map +1 -0
- package/esm/models/operations/gethrisemployeedocumentcategories.js +101 -0
- package/esm/models/operations/gethrisemployeedocumentcategories.js.map +1 -0
- package/esm/models/operations/gethrisemployees.d.ts +154 -0
- package/esm/models/operations/gethrisemployees.d.ts.map +1 -0
- package/esm/models/operations/gethrisemployees.js +115 -0
- package/esm/models/operations/gethrisemployees.js.map +1 -0
- package/esm/models/operations/gethrisemployeesform.d.ts +53 -0
- package/esm/models/operations/gethrisemployeesform.d.ts.map +1 -0
- package/esm/models/operations/gethrisemployeesform.js +52 -0
- package/esm/models/operations/gethrisemployeesform.js.map +1 -0
- package/esm/models/operations/gethrisemployments.d.ts +111 -0
- package/esm/models/operations/gethrisemployments.d.ts.map +1 -0
- package/esm/models/operations/gethrisemployments.js +101 -0
- package/esm/models/operations/gethrisemployments.js.map +1 -0
- package/esm/models/operations/gethrisgroups.d.ts +125 -0
- package/esm/models/operations/gethrisgroups.d.ts.map +1 -0
- package/esm/models/operations/gethrisgroups.js +105 -0
- package/esm/models/operations/gethrisgroups.js.map +1 -0
- package/esm/models/operations/gethrislegalentities.d.ts +116 -0
- package/esm/models/operations/gethrislegalentities.d.ts.map +1 -0
- package/esm/models/operations/gethrislegalentities.js +103 -0
- package/esm/models/operations/gethrislegalentities.js.map +1 -0
- package/esm/models/operations/gethrislocations.d.ts +116 -0
- package/esm/models/operations/gethrislocations.d.ts.map +1 -0
- package/esm/models/operations/gethrislocations.js +103 -0
- package/esm/models/operations/gethrislocations.js.map +1 -0
- package/esm/models/operations/gethrisperformancereviewcycles.d.ts +111 -0
- package/esm/models/operations/gethrisperformancereviewcycles.d.ts.map +1 -0
- package/esm/models/operations/gethrisperformancereviewcycles.js +101 -0
- package/esm/models/operations/gethrisperformancereviewcycles.js.map +1 -0
- package/esm/models/operations/gethrisperformancereviews.d.ts +130 -0
- package/esm/models/operations/gethrisperformancereviews.d.ts.map +1 -0
- package/esm/models/operations/gethrisperformancereviews.js +107 -0
- package/esm/models/operations/gethrisperformancereviews.js.map +1 -0
- package/esm/models/operations/gethristimeoffbalances.d.ts +116 -0
- package/esm/models/operations/gethristimeoffbalances.d.ts.map +1 -0
- package/esm/models/operations/gethristimeoffbalances.js +103 -0
- package/esm/models/operations/gethristimeoffbalances.js.map +1 -0
- package/esm/models/operations/gethristimesheets.d.ts +136 -0
- package/esm/models/operations/gethristimesheets.d.ts.map +1 -0
- package/esm/models/operations/gethristimesheets.js +112 -0
- package/esm/models/operations/gethristimesheets.js.map +1 -0
- package/esm/models/operations/getintegrationsintegrationid.d.ts +32 -0
- package/esm/models/operations/getintegrationsintegrationid.d.ts.map +1 -0
- package/esm/models/operations/getintegrationsintegrationid.js +31 -0
- package/esm/models/operations/getintegrationsintegrationid.js.map +1 -0
- package/esm/models/operations/getintegrationsintegrationidcustomfields.d.ts +68 -0
- package/esm/models/operations/getintegrationsintegrationidcustomfields.d.ts.map +1 -0
- package/esm/models/operations/getintegrationsintegrationidcustomfields.js +72 -0
- package/esm/models/operations/getintegrationsintegrationidcustomfields.js.map +1 -0
- package/esm/models/operations/getintegrationsintegrationidintegrationfields.d.ts +68 -0
- package/esm/models/operations/getintegrationsintegrationidintegrationfields.d.ts.map +1 -0
- package/esm/models/operations/getintegrationsintegrationidintegrationfields.js +72 -0
- package/esm/models/operations/getintegrationsintegrationidintegrationfields.js.map +1 -0
- package/esm/models/operations/gettoolscategory.d.ts +33 -0
- package/esm/models/operations/gettoolscategory.d.ts.map +1 -0
- package/esm/models/operations/gettoolscategory.js +32 -0
- package/esm/models/operations/gettoolscategory.js.map +1 -0
- package/esm/models/operations/index.d.ts +56 -0
- package/esm/models/operations/index.d.ts.map +1 -0
- package/esm/models/operations/index.js +59 -0
- package/esm/models/operations/index.js.map +1 -0
- package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.d.ts +43 -0
- package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.d.ts.map +1 -0
- package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.js +49 -0
- package/esm/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.js.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidattachments.d.ts +66 -0
- package/esm/models/operations/postatsapplicationsapplicationidattachments.d.ts.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidattachments.js +70 -0
- package/esm/models/operations/postatsapplicationsapplicationidattachments.js.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidnotes.d.ts +66 -0
- package/esm/models/operations/postatsapplicationsapplicationidnotes.d.ts.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidnotes.js +68 -0
- package/esm/models/operations/postatsapplicationsapplicationidnotes.js.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidreject.d.ts +66 -0
- package/esm/models/operations/postatsapplicationsapplicationidreject.d.ts.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidreject.js +68 -0
- package/esm/models/operations/postatsapplicationsapplicationidreject.js.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidresultlinks.d.ts +66 -0
- package/esm/models/operations/postatsapplicationsapplicationidresultlinks.d.ts.map +1 -0
- package/esm/models/operations/postatsapplicationsapplicationidresultlinks.js +70 -0
- package/esm/models/operations/postatsapplicationsapplicationidresultlinks.js.map +1 -0
- package/esm/models/operations/postatscandidates.d.ts +32 -0
- package/esm/models/operations/postatscandidates.d.ts.map +1 -0
- package/esm/models/operations/postatscandidates.js +31 -0
- package/esm/models/operations/postatscandidates.js.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidattachments.d.ts +66 -0
- package/esm/models/operations/postatscandidatescandidateidattachments.d.ts.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidattachments.js +68 -0
- package/esm/models/operations/postatscandidatescandidateidattachments.js.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidresultlinks.d.ts +66 -0
- package/esm/models/operations/postatscandidatescandidateidresultlinks.d.ts.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidresultlinks.js +68 -0
- package/esm/models/operations/postatscandidatescandidateidresultlinks.js.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidtags.d.ts +66 -0
- package/esm/models/operations/postatscandidatescandidateidtags.d.ts.map +1 -0
- package/esm/models/operations/postatscandidatescandidateidtags.js +68 -0
- package/esm/models/operations/postatscandidatescandidateidtags.js.map +1 -0
- package/esm/models/operations/postatsimporttrackedapplication.d.ts +32 -0
- package/esm/models/operations/postatsimporttrackedapplication.d.ts.map +1 -0
- package/esm/models/operations/postatsimporttrackedapplication.js +31 -0
- package/esm/models/operations/postatsimporttrackedapplication.js.map +1 -0
- package/esm/models/operations/postatsjobsjobidapplications.d.ts +66 -0
- package/esm/models/operations/postatsjobsjobidapplications.d.ts.map +1 -0
- package/esm/models/operations/postatsjobsjobidapplications.js +68 -0
- package/esm/models/operations/postatsjobsjobidapplications.js.map +1 -0
- package/esm/models/operations/postforcesync.d.ts +32 -0
- package/esm/models/operations/postforcesync.d.ts.map +1 -0
- package/esm/models/operations/postforcesync.js +31 -0
- package/esm/models/operations/postforcesync.js.map +1 -0
- package/esm/models/operations/posthrisabsences.d.ts +32 -0
- package/esm/models/operations/posthrisabsences.d.ts.map +1 -0
- package/esm/models/operations/posthrisabsences.js +31 -0
- package/esm/models/operations/posthrisabsences.js.map +1 -0
- package/esm/models/operations/posthrisemployeesemployeeiddocuments.d.ts +66 -0
- package/esm/models/operations/posthrisemployeesemployeeiddocuments.d.ts.map +1 -0
- package/esm/models/operations/posthrisemployeesemployeeiddocuments.js +68 -0
- package/esm/models/operations/posthrisemployeesemployeeiddocuments.js.map +1 -0
- package/esm/models/operations/posthrisemployeesform.d.ts +32 -0
- package/esm/models/operations/posthrisemployeesform.d.ts.map +1 -0
- package/esm/models/operations/posthrisemployeesform.js +31 -0
- package/esm/models/operations/posthrisemployeesform.js.map +1 -0
- package/esm/models/operations/postintegrationsintegrationidrelink.d.ts +38 -0
- package/esm/models/operations/postintegrationsintegrationidrelink.d.ts.map +1 -0
- package/esm/models/operations/postintegrationsintegrationidrelink.js +43 -0
- package/esm/models/operations/postintegrationsintegrationidrelink.js.map +1 -0
- package/esm/models/operations/postpassthroughtoolapi.d.ts +71 -0
- package/esm/models/operations/postpassthroughtoolapi.d.ts.map +1 -0
- package/esm/models/operations/postpassthroughtoolapi.js +70 -0
- package/esm/models/operations/postpassthroughtoolapi.js.map +1 -0
- package/esm/models/operations/putassessmentordersassessmentorderidresult.d.ts +66 -0
- package/esm/models/operations/putassessmentordersassessmentorderidresult.d.ts.map +1 -0
- package/esm/models/operations/putassessmentordersassessmentorderidresult.js +70 -0
- package/esm/models/operations/putassessmentordersassessmentorderidresult.js.map +1 -0
- package/esm/models/operations/putassessmentpackages.d.ts +32 -0
- package/esm/models/operations/putassessmentpackages.d.ts.map +1 -0
- package/esm/models/operations/putassessmentpackages.js +31 -0
- package/esm/models/operations/putassessmentpackages.js.map +1 -0
- package/esm/models/operations/putatsapplicationsapplicationidstage.d.ts +66 -0
- package/esm/models/operations/putatsapplicationsapplicationidstage.d.ts.map +1 -0
- package/esm/models/operations/putatsapplicationsapplicationidstage.js +68 -0
- package/esm/models/operations/putatsapplicationsapplicationidstage.js.map +1 -0
- package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.d.ts +43 -0
- package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.d.ts.map +1 -0
- package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.js +49 -0
- package/esm/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.js.map +1 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.d.ts +121 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.d.ts.map +1 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.js +96 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.js.map +1 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.d.ts +29 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.d.ts.map +1 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.js +33 -0
- package/esm/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.d.ts +82 -0
- package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.js +87 -0
- package/esm/models/postatsapplicationsapplicationidattachmentspositiveresponse.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.d.ts +337 -0
- package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.js +268 -0
- package/esm/models/postatsapplicationsapplicationidattachmentsrequestbody.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.d.ts +82 -0
- package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.js +85 -0
- package/esm/models/postatsapplicationsapplicationidnotespositiveresponse.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidnotesrequestbody.d.ts +313 -0
- package/esm/models/postatsapplicationsapplicationidnotesrequestbody.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidnotesrequestbody.js +265 -0
- package/esm/models/postatsapplicationsapplicationidnotesrequestbody.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.d.ts +82 -0
- package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.js +86 -0
- package/esm/models/postatsapplicationsapplicationidrejectpositiveresponse.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidrejectrequestbody.d.ts +171 -0
- package/esm/models/postatsapplicationsapplicationidrejectrequestbody.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidrejectrequestbody.js +154 -0
- package/esm/models/postatsapplicationsapplicationidrejectrequestbody.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.d.ts +82 -0
- package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.js +87 -0
- package/esm/models/postatsapplicationsapplicationidresultlinkspositiveresponse.js.map +1 -0
- package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.d.ts +365 -0
- package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.d.ts.map +1 -0
- package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.js +301 -0
- package/esm/models/postatsapplicationsapplicationidresultlinksrequestbody.js.map +1 -0
- package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.d.ts +82 -0
- package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.js +87 -0
- package/esm/models/postatscandidatescandidateidattachmentspositiveresponse.js.map +1 -0
- package/esm/models/postatscandidatescandidateidattachmentsrequestbody.d.ts +262 -0
- package/esm/models/postatscandidatescandidateidattachmentsrequestbody.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidattachmentsrequestbody.js +210 -0
- package/esm/models/postatscandidatescandidateidattachmentsrequestbody.js.map +1 -0
- package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.d.ts +82 -0
- package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.js +87 -0
- package/esm/models/postatscandidatescandidateidresultlinkspositiveresponse.js.map +1 -0
- package/esm/models/postatscandidatescandidateidresultlinksrequestbody.d.ts +365 -0
- package/esm/models/postatscandidatescandidateidresultlinksrequestbody.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidresultlinksrequestbody.js +300 -0
- package/esm/models/postatscandidatescandidateidresultlinksrequestbody.js.map +1 -0
- package/esm/models/postatscandidatescandidateidtagspositiveresponse.d.ts +82 -0
- package/esm/models/postatscandidatescandidateidtagspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidtagspositiveresponse.js +83 -0
- package/esm/models/postatscandidatescandidateidtagspositiveresponse.js.map +1 -0
- package/esm/models/postatscandidatescandidateidtagsrequestbody.d.ts +191 -0
- package/esm/models/postatscandidatescandidateidtagsrequestbody.d.ts.map +1 -0
- package/esm/models/postatscandidatescandidateidtagsrequestbody.js +172 -0
- package/esm/models/postatscandidatescandidateidtagsrequestbody.js.map +1 -0
- package/esm/models/postatscandidatespositiveresponse.d.ts +549 -0
- package/esm/models/postatscandidatespositiveresponse.d.ts.map +1 -0
- package/esm/models/postatscandidatespositiveresponse.js +404 -0
- package/esm/models/postatscandidatespositiveresponse.js.map +1 -0
- package/esm/models/postatscandidatesrequestbody.d.ts +2531 -0
- package/esm/models/postatscandidatesrequestbody.d.ts.map +1 -0
- package/esm/models/postatscandidatesrequestbody.js +2316 -0
- package/esm/models/postatscandidatesrequestbody.js.map +1 -0
- package/esm/models/postatsimporttrackedapplicationpositiveresponse.d.ts +470 -0
- package/esm/models/postatsimporttrackedapplicationpositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsimporttrackedapplicationpositiveresponse.js +484 -0
- package/esm/models/postatsimporttrackedapplicationpositiveresponse.js.map +1 -0
- package/esm/models/postatsimporttrackedapplicationrequestbody.d.ts +386 -0
- package/esm/models/postatsimporttrackedapplicationrequestbody.d.ts.map +1 -0
- package/esm/models/postatsimporttrackedapplicationrequestbody.js +400 -0
- package/esm/models/postatsimporttrackedapplicationrequestbody.js.map +1 -0
- package/esm/models/postatsjobsjobidapplicationspositiveresponse.d.ts +1177 -0
- package/esm/models/postatsjobsjobidapplicationspositiveresponse.d.ts.map +1 -0
- package/esm/models/postatsjobsjobidapplicationspositiveresponse.js +1073 -0
- package/esm/models/postatsjobsjobidapplicationspositiveresponse.js.map +1 -0
- package/esm/models/postatsjobsjobidapplicationsrequestbody.d.ts +2495 -0
- package/esm/models/postatsjobsjobidapplicationsrequestbody.d.ts.map +1 -0
- package/esm/models/postatsjobsjobidapplicationsrequestbody.js +2288 -0
- package/esm/models/postatsjobsjobidapplicationsrequestbody.js.map +1 -0
- package/esm/models/postconnectcreatelinkpositiveresponse.d.ts +56 -0
- package/esm/models/postconnectcreatelinkpositiveresponse.d.ts.map +1 -0
- package/esm/models/postconnectcreatelinkpositiveresponse.js +58 -0
- package/esm/models/postconnectcreatelinkpositiveresponse.js.map +1 -0
- package/esm/models/postconnectcreatelinkrequestbody.d.ts +723 -0
- package/esm/models/postconnectcreatelinkrequestbody.d.ts.map +1 -0
- package/esm/models/postconnectcreatelinkrequestbody.js +313 -0
- package/esm/models/postconnectcreatelinkrequestbody.js.map +1 -0
- package/esm/models/postforcesyncpositiveresponse.d.ts +101 -0
- package/esm/models/postforcesyncpositiveresponse.d.ts.map +1 -0
- package/esm/models/postforcesyncpositiveresponse.js +84 -0
- package/esm/models/postforcesyncpositiveresponse.js.map +1 -0
- package/esm/models/postforcesyncrequestbody.d.ts +64 -0
- package/esm/models/postforcesyncrequestbody.d.ts.map +1 -0
- package/esm/models/postforcesyncrequestbody.js +53 -0
- package/esm/models/postforcesyncrequestbody.js.map +1 -0
- package/esm/models/posthrisabsencespositiveresponse.d.ts +218 -0
- package/esm/models/posthrisabsencespositiveresponse.d.ts.map +1 -0
- package/esm/models/posthrisabsencespositiveresponse.js +169 -0
- package/esm/models/posthrisabsencespositiveresponse.js.map +1 -0
- package/esm/models/posthrisabsencesrequestbody.d.ts +222 -0
- package/esm/models/posthrisabsencesrequestbody.d.ts.map +1 -0
- package/esm/models/posthrisabsencesrequestbody.js +151 -0
- package/esm/models/posthrisabsencesrequestbody.js.map +1 -0
- package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.d.ts +82 -0
- package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.d.ts.map +1 -0
- package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.js +85 -0
- package/esm/models/posthrisemployeesemployeeiddocumentspositiveresponse.js.map +1 -0
- package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.d.ts +90 -0
- package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.d.ts.map +1 -0
- package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.js +64 -0
- package/esm/models/posthrisemployeesemployeeiddocumentsrequestbody.js.map +1 -0
- package/esm/models/posthrisemployeesformpositiveresponse.d.ts +89 -0
- package/esm/models/posthrisemployeesformpositiveresponse.d.ts.map +1 -0
- package/esm/models/posthrisemployeesformpositiveresponse.js +85 -0
- package/esm/models/posthrisemployeesformpositiveresponse.js.map +1 -0
- package/esm/models/posthrisemployeesformrequestbody.d.ts +34 -0
- package/esm/models/posthrisemployeesformrequestbody.d.ts.map +1 -0
- package/esm/models/posthrisemployeesformrequestbody.js +32 -0
- package/esm/models/posthrisemployeesformrequestbody.js.map +1 -0
- package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.d.ts +56 -0
- package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.d.ts.map +1 -0
- package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.js +60 -0
- package/esm/models/postintegrationsintegrationidrelinkpositiveresponse.js.map +1 -0
- package/esm/models/postintegrationsintegrationidrelinkrequestbody.d.ts +130 -0
- package/esm/models/postintegrationsintegrationidrelinkrequestbody.d.ts.map +1 -0
- package/esm/models/postintegrationsintegrationidrelinkrequestbody.js +90 -0
- package/esm/models/postintegrationsintegrationidrelinkrequestbody.js.map +1 -0
- package/esm/models/postpassthroughtoolapipositiveresponse.d.ts +129 -0
- package/esm/models/postpassthroughtoolapipositiveresponse.d.ts.map +1 -0
- package/esm/models/postpassthroughtoolapipositiveresponse.js +112 -0
- package/esm/models/postpassthroughtoolapipositiveresponse.js.map +1 -0
- package/esm/models/postpassthroughtoolapirequestbody.d.ts +230 -0
- package/esm/models/postpassthroughtoolapirequestbody.d.ts.map +1 -0
- package/esm/models/postpassthroughtoolapirequestbody.js +153 -0
- package/esm/models/postpassthroughtoolapirequestbody.js.map +1 -0
- package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.d.ts +82 -0
- package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.d.ts.map +1 -0
- package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.js +87 -0
- package/esm/models/putassessmentordersassessmentorderidresultpositiveresponse.js.map +1 -0
- package/esm/models/putassessmentordersassessmentorderidresultrequestbody.d.ts +363 -0
- package/esm/models/putassessmentordersassessmentorderidresultrequestbody.d.ts.map +1 -0
- package/esm/models/putassessmentordersassessmentorderidresultrequestbody.js +310 -0
- package/esm/models/putassessmentordersassessmentorderidresultrequestbody.js.map +1 -0
- package/esm/models/putassessmentpackagespositiveresponse.d.ts +82 -0
- package/esm/models/putassessmentpackagespositiveresponse.d.ts.map +1 -0
- package/esm/models/putassessmentpackagespositiveresponse.js +81 -0
- package/esm/models/putassessmentpackagespositiveresponse.js.map +1 -0
- package/esm/models/putassessmentpackagesrequestbody.d.ts +104 -0
- package/esm/models/putassessmentpackagesrequestbody.d.ts.map +1 -0
- package/esm/models/putassessmentpackagesrequestbody.js +84 -0
- package/esm/models/putassessmentpackagesrequestbody.js.map +1 -0
- package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.d.ts +82 -0
- package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.d.ts.map +1 -0
- package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.js +85 -0
- package/esm/models/putatsapplicationsapplicationidstagepositiveresponse.js.map +1 -0
- package/esm/models/putatsapplicationsapplicationidstagerequestbody.d.ts +166 -0
- package/esm/models/putatsapplicationsapplicationidstagerequestbody.d.ts.map +1 -0
- package/esm/models/putatsapplicationsapplicationidstagerequestbody.js +152 -0
- package/esm/models/putatsapplicationsapplicationidstagerequestbody.js.map +1 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.d.ts +162 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.d.ts.map +1 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.js +127 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.js.map +1 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.d.ts +32 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.d.ts.map +1 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.js +33 -0
- package/esm/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.js.map +1 -0
- package/esm/models/schema1.d.ts +25 -0
- package/esm/models/schema1.d.ts.map +1 -0
- package/esm/models/schema1.js +27 -0
- package/esm/models/schema1.js.map +1 -0
- package/esm/models/schema1union1.d.ts +1266 -0
- package/esm/models/schema1union1.d.ts.map +1 -0
- package/esm/models/schema1union1.js +975 -0
- package/esm/models/schema1union1.js.map +1 -0
- package/esm/models/schema1union2.d.ts +66 -0
- package/esm/models/schema1union2.d.ts.map +1 -0
- package/esm/models/schema1union2.js +88 -0
- package/esm/models/schema1union2.js.map +1 -0
- package/esm/models/schema2union1.d.ts +1265 -0
- package/esm/models/schema2union1.d.ts.map +1 -0
- package/esm/models/schema2union1.js +994 -0
- package/esm/models/schema2union1.js.map +1 -0
- package/esm/models/schema2union2.d.ts +105 -0
- package/esm/models/schema2union2.d.ts.map +1 -0
- package/esm/models/schema2union2.js +143 -0
- package/esm/models/schema2union2.js.map +1 -0
- package/esm/models/schema4.d.ts +29 -0
- package/esm/models/schema4.d.ts.map +1 -0
- package/esm/models/schema4.js +39 -0
- package/esm/models/schema4.js.map +1 -0
- package/esm/models/security.d.ts +29 -0
- package/esm/models/security.d.ts.map +1 -0
- package/esm/models/security.js +40 -0
- package/esm/models/security.js.map +1 -0
- package/esm/models/syncfinishedwebhookpayload.d.ts +216 -0
- package/esm/models/syncfinishedwebhookpayload.d.ts.map +1 -0
- package/esm/models/syncfinishedwebhookpayload.js +152 -0
- package/esm/models/syncfinishedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/index.d.ts +9 -0
- package/esm/models/webhooks/index.d.ts.map +1 -0
- package/esm/models/webhooks/index.js +12 -0
- package/esm/models/webhooks/index.js.map +1 -0
- package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookassessmentorderreceivedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookconnectionflowfailedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookdatachangedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookdatachangedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookdatachangedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookdatachangedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.js +47 -0
- package/esm/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookintegrationcreatedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookintegrationdeletedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhookintegrationstatechangedwebhookpayload.js.map +1 -0
- package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.d.ts +35 -0
- package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.d.ts.map +1 -0
- package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.js +45 -0
- package/esm/models/webhooks/webhooksyncfinishedwebhookpayload.js.map +1 -0
- package/esm/sdk/assessment.d.ts +100 -0
- package/esm/sdk/assessment.d.ts.map +1 -0
- package/esm/sdk/assessment.js +112 -0
- package/esm/sdk/assessment.js.map +1 -0
- package/esm/sdk/ats.d.ts +580 -0
- package/esm/sdk/ats.d.ts.map +1 -0
- package/esm/sdk/ats.js +633 -0
- package/esm/sdk/ats.js.map +1 -0
- package/esm/sdk/connect.d.ts +48 -0
- package/esm/sdk/connect.d.ts.map +1 -0
- package/esm/sdk/connect.js +56 -0
- package/esm/sdk/connect.js.map +1 -0
- package/esm/sdk/general.d.ts +257 -0
- package/esm/sdk/general.d.ts.map +1 -0
- package/esm/sdk/general.js +288 -0
- package/esm/sdk/general.js.map +1 -0
- package/esm/sdk/hris.d.ts +341 -0
- package/esm/sdk/hris.d.ts.map +1 -0
- package/esm/sdk/hris.js +370 -0
- package/esm/sdk/hris.js.map +1 -0
- package/esm/sdk/index.d.ts +2 -0
- package/esm/sdk/index.d.ts.map +1 -0
- package/esm/sdk/index.js +5 -0
- package/esm/sdk/index.js.map +1 -0
- package/esm/sdk/sdk.d.ts +19 -0
- package/esm/sdk/sdk.d.ts.map +1 -0
- package/esm/sdk/sdk.js +27 -0
- package/esm/sdk/sdk.js.map +1 -0
- package/esm/types/async.d.ts +23 -0
- package/esm/types/async.d.ts.map +1 -0
- package/esm/types/async.js +40 -0
- package/esm/types/async.js.map +1 -0
- package/esm/types/blobs.d.ts +4 -0
- package/esm/types/blobs.d.ts.map +1 -0
- package/esm/types/blobs.js +25 -0
- package/esm/types/blobs.js.map +1 -0
- package/esm/types/constdatetime.d.ts +3 -0
- package/esm/types/constdatetime.d.ts.map +1 -0
- package/esm/types/constdatetime.js +10 -0
- package/esm/types/constdatetime.js.map +1 -0
- package/esm/types/enums.d.ts +12 -0
- package/esm/types/enums.d.ts.map +1 -0
- package/esm/types/enums.js +7 -0
- package/esm/types/enums.js.map +1 -0
- package/esm/types/fp.d.ts +31 -0
- package/esm/types/fp.d.ts.map +1 -0
- package/esm/types/fp.js +31 -0
- package/esm/types/fp.js.map +1 -0
- package/esm/types/index.d.ts +9 -0
- package/esm/types/index.d.ts.map +1 -0
- package/esm/types/index.js +8 -0
- package/esm/types/index.js.map +1 -0
- package/esm/types/operations.d.ts +27 -0
- package/esm/types/operations.d.ts.map +1 -0
- package/esm/types/operations.js +77 -0
- package/esm/types/operations.js.map +1 -0
- package/esm/types/rfcdate.d.ts +21 -0
- package/esm/types/rfcdate.d.ts.map +1 -0
- package/esm/types/rfcdate.js +42 -0
- package/esm/types/rfcdate.js.map +1 -0
- package/esm/types/streams.d.ts +2 -0
- package/esm/types/streams.d.ts.map +1 -0
- package/esm/types/streams.js +15 -0
- package/esm/types/streams.js.map +1 -0
- package/esm/types/webhooks.d.ts +4 -0
- package/esm/types/webhooks.d.ts.map +1 -0
- package/esm/types/webhooks.js +5 -0
- package/esm/types/webhooks.js.map +1 -0
- package/examples/README.md +31 -0
- package/examples/generalCheckApiKey.example.ts +26 -0
- package/examples/package-lock.json +610 -0
- package/examples/package.json +18 -0
- package/jsr.json +27 -0
- package/package.json +73 -0
- package/src/core.ts +13 -0
- package/src/funcs/assessmentGetOpenOrders.ts +244 -0
- package/src/funcs/assessmentGetPackages.ts +161 -0
- package/src/funcs/assessmentSetPackages.ts +198 -0
- package/src/funcs/assessmentUpdateOrderResult.ts +231 -0
- package/src/funcs/atsAddApplicationAttachment.ts +216 -0
- package/src/funcs/atsAddApplicationNote.ts +208 -0
- package/src/funcs/atsAddApplicationResultLink.ts +223 -0
- package/src/funcs/atsAddCandidateAttachment.ts +216 -0
- package/src/funcs/atsAddCandidateResultLink.ts +226 -0
- package/src/funcs/atsAddCandidateTag.ts +206 -0
- package/src/funcs/atsCreateApplication.ts +251 -0
- package/src/funcs/atsCreateCandidate.ts +245 -0
- package/src/funcs/atsGetApplicationAttachments.ts +195 -0
- package/src/funcs/atsGetApplicationStages.ts +264 -0
- package/src/funcs/atsGetApplications.ts +266 -0
- package/src/funcs/atsGetCandidateAttachments.ts +191 -0
- package/src/funcs/atsGetCandidates.ts +256 -0
- package/src/funcs/atsGetInterviews.ts +253 -0
- package/src/funcs/atsGetJobs.ts +265 -0
- package/src/funcs/atsGetOffers.ts +252 -0
- package/src/funcs/atsGetRejectionReasons.ts +256 -0
- package/src/funcs/atsGetTags.ts +250 -0
- package/src/funcs/atsGetUsers.ts +253 -0
- package/src/funcs/atsImportTrackedApplication.ts +196 -0
- package/src/funcs/atsMoveApplicationToStage.ts +203 -0
- package/src/funcs/atsRejectApplication.ts +208 -0
- package/src/funcs/atsRemoveCandidateTag.ts +206 -0
- package/src/funcs/connectCreateConnectionLink.ts +186 -0
- package/src/funcs/connectGetIntegrationByToken.ts +190 -0
- package/src/funcs/generalCheckApiKey.ts +149 -0
- package/src/funcs/generalCreateReconnectionLink.ts +196 -0
- package/src/funcs/generalDeleteIntegration.ts +186 -0
- package/src/funcs/generalGetCustomFields.ts +250 -0
- package/src/funcs/generalGetIntegrationDetails.ts +180 -0
- package/src/funcs/generalGetIntegrationFields.ts +252 -0
- package/src/funcs/generalGetTools.ts +175 -0
- package/src/funcs/generalSendPassthroughRequest.ts +338 -0
- package/src/funcs/generalTriggerSync.ts +174 -0
- package/src/funcs/generalUpdateCustomFieldMapping.ts +194 -0
- package/src/funcs/generalUpdateIntegrationField.ts +197 -0
- package/src/funcs/hrisAddEmployeeDocument.ts +208 -0
- package/src/funcs/hrisCreateAbsence.ts +194 -0
- package/src/funcs/hrisCreateEmployeeWithForm.ts +200 -0
- package/src/funcs/hrisDeleteAbsence.ts +200 -0
- package/src/funcs/hrisGetAbsenceTypes.ts +254 -0
- package/src/funcs/hrisGetAbsences.ts +256 -0
- package/src/funcs/hrisGetEmployeeDocumentCategories.ts +255 -0
- package/src/funcs/hrisGetEmployeeForm.ts +236 -0
- package/src/funcs/hrisGetEmployees.ts +261 -0
- package/src/funcs/hrisGetEmployments.ts +254 -0
- package/src/funcs/hrisGetGroups.ts +254 -0
- package/src/funcs/hrisGetLegalEntities.ts +255 -0
- package/src/funcs/hrisGetLocations.ts +253 -0
- package/src/funcs/hrisGetPerformanceReviewCycles.ts +259 -0
- package/src/funcs/hrisGetPerformanceReviews.ts +260 -0
- package/src/funcs/hrisGetTimeOffBalances.ts +255 -0
- package/src/funcs/hrisGetTimesheets.ts +265 -0
- package/src/hooks/hooks.ts +132 -0
- package/src/hooks/index.ts +6 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +109 -0
- package/src/index.ts +9 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +75 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +483 -0
- package/src/lib/files.ts +82 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +352 -0
- package/src/lib/primitives.ts +150 -0
- package/src/lib/retries.ts +218 -0
- package/src/lib/schemas.ts +91 -0
- package/src/lib/sdks.ts +402 -0
- package/src/lib/security.ts +263 -0
- package/src/lib/url.ts +33 -0
- package/src/models/assessmentorderreceivedwebhookpayload.ts +825 -0
- package/src/models/connectionflowfailedwebhookpayload.ts +346 -0
- package/src/models/datachangedwebhookpayload.ts +358 -0
- package/src/models/deleteatscandidatescandidateidtagspositiveresponse.ts +240 -0
- package/src/models/deleteatscandidatescandidateidtagsrequestbody.ts +519 -0
- package/src/models/deletehrisabsencesabsenceidpositiveresponse.ts +456 -0
- package/src/models/deletehrisabsencesabsenceidrequestbody.ts +247 -0
- package/src/models/deleteintegrationsintegrationidpositiveresponse.ts +152 -0
- package/src/models/deleteintegrationsintegrationidrequestbody.ts +68 -0
- package/src/models/errors/httpclienterrors.ts +62 -0
- package/src/models/errors/index.ts +12 -0
- package/src/models/errors/komboatserror.ts +97 -0
- package/src/models/errors/kombodefaulterror.ts +40 -0
- package/src/models/errors/komboerror.ts +35 -0
- package/src/models/errors/kombogeneralerror.ts +97 -0
- package/src/models/errors/kombohriserror.ts +97 -0
- package/src/models/errors/responsevalidationerror.ts +50 -0
- package/src/models/errors/sdkvalidationerror.ts +109 -0
- package/src/models/getassessmentordersopenpositiveresponse.ts +830 -0
- package/src/models/getassessmentpackagespositiveresponse.ts +276 -0
- package/src/models/getatsapplicationsapplicationidattachmentspositiveresponse.ts +412 -0
- package/src/models/getatsapplicationspositiveresponse.ts +3260 -0
- package/src/models/getatsapplicationstagespositiveresponse.ts +273 -0
- package/src/models/getatscandidatescandidateidattachmentspositiveresponse.ts +420 -0
- package/src/models/getatscandidatespositiveresponse.ts +1194 -0
- package/src/models/getatsinterviewspositiveresponse.ts +942 -0
- package/src/models/getatsjobspositiveresponse.ts +2264 -0
- package/src/models/getatsofferspositiveresponse.ts +702 -0
- package/src/models/getatsrejectionreasonspositiveresponse.ts +263 -0
- package/src/models/getatstagspositiveresponse.ts +231 -0
- package/src/models/getatsuserspositiveresponse.ts +295 -0
- package/src/models/getcheckapikeypositiveresponse.ts +134 -0
- package/src/models/getconnectintegrationbytokentokenpositiveresponse.ts +248 -0
- package/src/models/gethrisabsencespositiveresponse.ts +571 -0
- package/src/models/gethrisabsencetypespositiveresponse.ts +317 -0
- package/src/models/gethrisemployeedocumentcategoriespositiveresponse.ts +282 -0
- package/src/models/gethrisemployeesformpositiveresponse.ts +2406 -0
- package/src/models/gethrisemployeespositiveresponse.ts +2174 -0
- package/src/models/gethrisemploymentspositiveresponse.ts +506 -0
- package/src/models/gethrisgroupspositiveresponse.ts +292 -0
- package/src/models/gethrislegalentitiespositiveresponse.ts +379 -0
- package/src/models/gethrislocationspositiveresponse.ts +366 -0
- package/src/models/gethrisperformancereviewcyclespositiveresponse.ts +293 -0
- package/src/models/gethrisperformancereviewspositiveresponse.ts +887 -0
- package/src/models/gethristimeoffbalancespositiveresponse.ts +549 -0
- package/src/models/gethristimesheetspositiveresponse.ts +395 -0
- package/src/models/getintegrationsintegrationidcustomfieldspositiveresponse.ts +445 -0
- package/src/models/getintegrationsintegrationidintegrationfieldspositiveresponse.ts +345 -0
- package/src/models/getintegrationsintegrationidpositiveresponse.ts +1042 -0
- package/src/models/gettoolscategoryparametercategory.ts +37 -0
- package/src/models/gettoolscategorypositiveresponse.ts +921 -0
- package/src/models/index.ts +105 -0
- package/src/models/inlineassessmentorderreceivedwebhookpayload.ts +860 -0
- package/src/models/integrationcreatedwebhookpayload.ts +336 -0
- package/src/models/integrationdeletedwebhookpayload.ts +343 -0
- package/src/models/integrationstatechangedwebhookpayload.ts +439 -0
- package/src/models/komboatserror.ts +173 -0
- package/src/models/kombogeneralerror.ts +159 -0
- package/src/models/kombohriserror.ts +171 -0
- package/src/models/operations/deleteatscandidatescandidateidtags.ts +177 -0
- package/src/models/operations/deletehrisabsencesabsenceid.ts +161 -0
- package/src/models/operations/deleteintegrationsintegrationid.ts +98 -0
- package/src/models/operations/getassessmentordersopen.ts +211 -0
- package/src/models/operations/getassessmentpackages.ts +123 -0
- package/src/models/operations/getatsapplications.ts +279 -0
- package/src/models/operations/getatsapplicationsapplicationidattachments.ts +158 -0
- package/src/models/operations/getatsapplicationstages.ts +241 -0
- package/src/models/operations/getatscandidates.ts +263 -0
- package/src/models/operations/getatscandidatescandidateidattachments.ts +156 -0
- package/src/models/operations/getatsinterviews.ts +242 -0
- package/src/models/operations/getatsjobs.ts +298 -0
- package/src/models/operations/getatsoffers.ts +235 -0
- package/src/models/operations/getatsrejectionreasons.ts +241 -0
- package/src/models/operations/getatstags.ts +235 -0
- package/src/models/operations/getatsusers.ts +242 -0
- package/src/models/operations/getconnectintegrationbytokentoken.ts +80 -0
- package/src/models/operations/gethrisabsences.ts +265 -0
- package/src/models/operations/gethrisabsencetypes.ts +237 -0
- package/src/models/operations/gethrisemployeedocumentcategories.ts +271 -0
- package/src/models/operations/gethrisemployees.ts +292 -0
- package/src/models/operations/gethrisemployeesform.ts +123 -0
- package/src/models/operations/gethrisemployments.ts +235 -0
- package/src/models/operations/gethrisgroups.ts +253 -0
- package/src/models/operations/gethrislegalentities.ts +248 -0
- package/src/models/operations/gethrislocations.ts +242 -0
- package/src/models/operations/gethrisperformancereviewcycles.ts +251 -0
- package/src/models/operations/gethrisperformancereviews.ts +267 -0
- package/src/models/operations/gethristimeoffbalances.ts +248 -0
- package/src/models/operations/gethristimesheets.ts +277 -0
- package/src/models/operations/getintegrationsintegrationid.ts +74 -0
- package/src/models/operations/getintegrationsintegrationidcustomfields.ts +184 -0
- package/src/models/operations/getintegrationsintegrationidintegrationfields.ts +184 -0
- package/src/models/operations/gettoolscategory.ts +70 -0
- package/src/models/operations/index.ts +59 -0
- package/src/models/operations/patchintegrationsintegrationidintegrationfieldsintegrationfieldid.ts +117 -0
- package/src/models/operations/postatsapplicationsapplicationidattachments.ts +183 -0
- package/src/models/operations/postatsapplicationsapplicationidnotes.ts +179 -0
- package/src/models/operations/postatsapplicationsapplicationidreject.ts +179 -0
- package/src/models/operations/postatsapplicationsapplicationidresultlinks.ts +183 -0
- package/src/models/operations/postatscandidates.ts +69 -0
- package/src/models/operations/postatscandidatescandidateidattachments.ts +181 -0
- package/src/models/operations/postatscandidatescandidateidresultlinks.ts +181 -0
- package/src/models/operations/postatscandidatescandidateidtags.ts +175 -0
- package/src/models/operations/postatsimporttrackedapplication.ts +75 -0
- package/src/models/operations/postatsjobsjobidapplications.ts +163 -0
- package/src/models/operations/postforcesync.ts +69 -0
- package/src/models/operations/posthrisabsences.ts +69 -0
- package/src/models/operations/posthrisemployeesemployeeiddocuments.ts +179 -0
- package/src/models/operations/posthrisemployeesform.ts +71 -0
- package/src/models/operations/postintegrationsintegrationidrelink.ts +102 -0
- package/src/models/operations/postpassthroughtoolapi.ts +163 -0
- package/src/models/operations/putassessmentordersassessmentorderidresult.ts +183 -0
- package/src/models/operations/putassessmentpackages.ts +71 -0
- package/src/models/operations/putatsapplicationsapplicationidstage.ts +179 -0
- package/src/models/operations/putintegrationsintegrationidcustomfieldscustomfieldid.ts +114 -0
- package/src/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositiveresponse.ts +259 -0
- package/src/models/patchintegrationsintegrationidintegrationfieldsintegrationfieldidrequestbody.ts +82 -0
- package/src/models/postatsapplicationsapplicationidattachmentspositiveresponse.ts +245 -0
- package/src/models/postatsapplicationsapplicationidattachmentsrequestbody.ts +759 -0
- package/src/models/postatsapplicationsapplicationidnotespositiveresponse.ts +239 -0
- package/src/models/postatsapplicationsapplicationidnotesrequestbody.ts +767 -0
- package/src/models/postatsapplicationsapplicationidrejectpositiveresponse.ts +240 -0
- package/src/models/postatsapplicationsapplicationidrejectrequestbody.ts +453 -0
- package/src/models/postatsapplicationsapplicationidresultlinkspositiveresponse.ts +245 -0
- package/src/models/postatsapplicationsapplicationidresultlinksrequestbody.ts +897 -0
- package/src/models/postatscandidatescandidateidattachmentspositiveresponse.ts +239 -0
- package/src/models/postatscandidatescandidateidattachmentsrequestbody.ts +607 -0
- package/src/models/postatscandidatescandidateidresultlinkspositiveresponse.ts +239 -0
- package/src/models/postatscandidatescandidateidresultlinksrequestbody.ts +889 -0
- package/src/models/postatscandidatescandidateidtagspositiveresponse.ts +239 -0
- package/src/models/postatscandidatescandidateidtagsrequestbody.ts +520 -0
- package/src/models/postatscandidatespositiveresponse.ts +1205 -0
- package/src/models/postatscandidatesrequestbody.ts +6126 -0
- package/src/models/postatsimporttrackedapplicationpositiveresponse.ts +1398 -0
- package/src/models/postatsimporttrackedapplicationrequestbody.ts +1158 -0
- package/src/models/postatsjobsjobidapplicationspositiveresponse.ts +3193 -0
- package/src/models/postatsjobsjobidapplicationsrequestbody.ts +6501 -0
- package/src/models/postconnectcreatelinkpositiveresponse.ts +145 -0
- package/src/models/postconnectcreatelinkrequestbody.ts +482 -0
- package/src/models/postforcesyncpositiveresponse.ts +187 -0
- package/src/models/postforcesyncrequestbody.ts +105 -0
- package/src/models/posthrisabsencespositiveresponse.ts +416 -0
- package/src/models/posthrisabsencesrequestbody.ts +393 -0
- package/src/models/posthrisemployeesemployeeiddocumentspositiveresponse.ts +239 -0
- package/src/models/posthrisemployeesemployeeiddocumentsrequestbody.ts +178 -0
- package/src/models/posthrisemployeesformpositiveresponse.ts +230 -0
- package/src/models/posthrisemployeesformrequestbody.ts +74 -0
- package/src/models/postintegrationsintegrationidrelinkpositiveresponse.ts +158 -0
- package/src/models/postintegrationsintegrationidrelinkrequestbody.ts +210 -0
- package/src/models/postpassthroughtoolapipositiveresponse.ts +293 -0
- package/src/models/postpassthroughtoolapirequestbody.ts +360 -0
- package/src/models/putassessmentordersassessmentorderidresultpositiveresponse.ts +242 -0
- package/src/models/putassessmentordersassessmentorderidresultrequestbody.ts +775 -0
- package/src/models/putassessmentpackagespositiveresponse.ts +219 -0
- package/src/models/putassessmentpackagesrequestbody.ts +198 -0
- package/src/models/putatsapplicationsapplicationidstagepositiveresponse.ts +239 -0
- package/src/models/putatsapplicationsapplicationidstagerequestbody.ts +445 -0
- package/src/models/putintegrationsintegrationidcustomfieldscustomfieldidpositiveresponse.ts +365 -0
- package/src/models/putintegrationsintegrationidcustomfieldscustomfieldidrequestbody.ts +82 -0
- package/src/models/schema1.ts +51 -0
- package/src/models/schema1union1.ts +1835 -0
- package/src/models/schema1union2.ts +217 -0
- package/src/models/schema2union1.ts +1867 -0
- package/src/models/schema2union2.ts +328 -0
- package/src/models/schema4.ts +70 -0
- package/src/models/security.ts +71 -0
- package/src/models/syncfinishedwebhookpayload.ts +366 -0
- package/src/models/webhooks/index.ts +12 -0
- package/src/models/webhooks/webhookassessmentorderreceivedwebhookpayload.ts +105 -0
- package/src/models/webhooks/webhookconnectionflowfailedwebhookpayload.ts +105 -0
- package/src/models/webhooks/webhookdatachangedwebhookpayload.ts +96 -0
- package/src/models/webhooks/webhookinlineassessmentorderreceivedwebhookpayload.ts +104 -0
- package/src/models/webhooks/webhookintegrationcreatedwebhookpayload.ts +102 -0
- package/src/models/webhooks/webhookintegrationdeletedwebhookpayload.ts +102 -0
- package/src/models/webhooks/webhookintegrationstatechangedwebhookpayload.ts +105 -0
- package/src/models/webhooks/webhooksyncfinishedwebhookpayload.ts +97 -0
- package/src/sdk/assessment.ts +150 -0
- package/src/sdk/ats.ts +837 -0
- package/src/sdk/connect.ts +74 -0
- package/src/sdk/general.ts +392 -0
- package/src/sdk/hris.ts +541 -0
- package/src/sdk/index.ts +5 -0
- package/src/sdk/sdk.ts +37 -0
- package/src/types/async.ts +68 -0
- package/src/types/blobs.ts +32 -0
- package/src/types/constdatetime.ts +15 -0
- package/src/types/enums.ts +16 -0
- package/src/types/fp.ts +50 -0
- package/src/types/index.ts +12 -0
- package/src/types/operations.ts +105 -0
- package/src/types/rfcdate.ts +54 -0
- package/src/types/streams.ts +21 -0
- package/src/types/webhooks.ts +7 -0
- package/tsconfig.json +41 -0
|
@@ -0,0 +1,1266 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
+
import { Schema1, Schema1$Outbound } from "./schema1.js";
|
|
6
|
+
import { Schema2Union1, Schema2Union1$Outbound } from "./schema2union1.js";
|
|
7
|
+
export declare const Schema1UnifiedKey8: {
|
|
8
|
+
readonly FirstName: "first_name";
|
|
9
|
+
readonly LastName: "last_name";
|
|
10
|
+
readonly DateOfBirth: "date_of_birth";
|
|
11
|
+
readonly Gender: "gender";
|
|
12
|
+
readonly HomeAddressCity: "home_address.city";
|
|
13
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
14
|
+
readonly HomeAddressState: "home_address.state";
|
|
15
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
16
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
17
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
18
|
+
readonly JobTitle: "job_title";
|
|
19
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
20
|
+
readonly LocationId: "location_id";
|
|
21
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
22
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
23
|
+
readonly Nationality: "nationality";
|
|
24
|
+
readonly StartDate: "start_date";
|
|
25
|
+
readonly WorkEmail: "work_email";
|
|
26
|
+
readonly PrivateEmail: "private_email";
|
|
27
|
+
readonly YearlySalary: "yearly_salary";
|
|
28
|
+
};
|
|
29
|
+
export type Schema1UnifiedKey8 = ClosedEnum<typeof Schema1UnifiedKey8>;
|
|
30
|
+
export type Schema1FileRestrictions = {
|
|
31
|
+
accepted_mime_types: Array<string>;
|
|
32
|
+
max_file_size?: number | null | undefined;
|
|
33
|
+
};
|
|
34
|
+
export type Schema1File = {
|
|
35
|
+
label: string;
|
|
36
|
+
required: boolean;
|
|
37
|
+
description?: string | null | undefined;
|
|
38
|
+
unified_key?: Schema1UnifiedKey8 | null | undefined;
|
|
39
|
+
type: "file";
|
|
40
|
+
file_restrictions: Schema1FileRestrictions;
|
|
41
|
+
};
|
|
42
|
+
export declare const Schema1UnifiedKey7: {
|
|
43
|
+
readonly FirstName: "first_name";
|
|
44
|
+
readonly LastName: "last_name";
|
|
45
|
+
readonly DateOfBirth: "date_of_birth";
|
|
46
|
+
readonly Gender: "gender";
|
|
47
|
+
readonly HomeAddressCity: "home_address.city";
|
|
48
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
49
|
+
readonly HomeAddressState: "home_address.state";
|
|
50
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
51
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
52
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
53
|
+
readonly JobTitle: "job_title";
|
|
54
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
55
|
+
readonly LocationId: "location_id";
|
|
56
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
57
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
58
|
+
readonly Nationality: "nationality";
|
|
59
|
+
readonly StartDate: "start_date";
|
|
60
|
+
readonly WorkEmail: "work_email";
|
|
61
|
+
readonly PrivateEmail: "private_email";
|
|
62
|
+
readonly YearlySalary: "yearly_salary";
|
|
63
|
+
};
|
|
64
|
+
export type Schema1UnifiedKey7 = ClosedEnum<typeof Schema1UnifiedKey7>;
|
|
65
|
+
export type Schema1Array1 = {
|
|
66
|
+
label: string;
|
|
67
|
+
required: boolean;
|
|
68
|
+
description?: string | null | undefined;
|
|
69
|
+
unified_key?: Schema1UnifiedKey7 | null | undefined;
|
|
70
|
+
type: "array";
|
|
71
|
+
item_type: Schema2Union1;
|
|
72
|
+
min_items?: number | null | undefined;
|
|
73
|
+
max_items?: number | null | undefined;
|
|
74
|
+
};
|
|
75
|
+
export declare const Schema1UnifiedKey6: {
|
|
76
|
+
readonly FirstName: "first_name";
|
|
77
|
+
readonly LastName: "last_name";
|
|
78
|
+
readonly DateOfBirth: "date_of_birth";
|
|
79
|
+
readonly Gender: "gender";
|
|
80
|
+
readonly HomeAddressCity: "home_address.city";
|
|
81
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
82
|
+
readonly HomeAddressState: "home_address.state";
|
|
83
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
84
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
85
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
86
|
+
readonly JobTitle: "job_title";
|
|
87
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
88
|
+
readonly LocationId: "location_id";
|
|
89
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
90
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
91
|
+
readonly Nationality: "nationality";
|
|
92
|
+
readonly StartDate: "start_date";
|
|
93
|
+
readonly WorkEmail: "work_email";
|
|
94
|
+
readonly PrivateEmail: "private_email";
|
|
95
|
+
readonly YearlySalary: "yearly_salary";
|
|
96
|
+
};
|
|
97
|
+
export type Schema1UnifiedKey6 = ClosedEnum<typeof Schema1UnifiedKey6>;
|
|
98
|
+
export type Schema1Object = {
|
|
99
|
+
label: string;
|
|
100
|
+
required: boolean;
|
|
101
|
+
description?: string | null | undefined;
|
|
102
|
+
unified_key?: Schema1UnifiedKey6 | null | undefined;
|
|
103
|
+
type: "object";
|
|
104
|
+
properties: Schema1;
|
|
105
|
+
};
|
|
106
|
+
export declare const Schema1UnifiedKey5: {
|
|
107
|
+
readonly FirstName: "first_name";
|
|
108
|
+
readonly LastName: "last_name";
|
|
109
|
+
readonly DateOfBirth: "date_of_birth";
|
|
110
|
+
readonly Gender: "gender";
|
|
111
|
+
readonly HomeAddressCity: "home_address.city";
|
|
112
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
113
|
+
readonly HomeAddressState: "home_address.state";
|
|
114
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
115
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
116
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
117
|
+
readonly JobTitle: "job_title";
|
|
118
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
119
|
+
readonly LocationId: "location_id";
|
|
120
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
121
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
122
|
+
readonly Nationality: "nationality";
|
|
123
|
+
readonly StartDate: "start_date";
|
|
124
|
+
readonly WorkEmail: "work_email";
|
|
125
|
+
readonly PrivateEmail: "private_email";
|
|
126
|
+
readonly YearlySalary: "yearly_salary";
|
|
127
|
+
};
|
|
128
|
+
export type Schema1UnifiedKey5 = ClosedEnum<typeof Schema1UnifiedKey5>;
|
|
129
|
+
export type Schema1Checkbox = {
|
|
130
|
+
label: string;
|
|
131
|
+
required: boolean;
|
|
132
|
+
description?: string | null | undefined;
|
|
133
|
+
unified_key?: Schema1UnifiedKey5 | null | undefined;
|
|
134
|
+
type: "checkbox";
|
|
135
|
+
};
|
|
136
|
+
export type Schema1OptionsReferenced2 = {
|
|
137
|
+
type: "referenced";
|
|
138
|
+
link: string;
|
|
139
|
+
};
|
|
140
|
+
export type Schema1RemoteId2 = string | number;
|
|
141
|
+
export type Schema1Entry2 = {
|
|
142
|
+
id: string;
|
|
143
|
+
label: string;
|
|
144
|
+
unified_value?: string | undefined;
|
|
145
|
+
remote_id: string | number;
|
|
146
|
+
};
|
|
147
|
+
export type Schema1OptionsInline2 = {
|
|
148
|
+
type: "inline";
|
|
149
|
+
entries: Array<Schema1Entry2>;
|
|
150
|
+
};
|
|
151
|
+
export type Schema1OptionsUnion2 = Schema1OptionsInline2 | Schema1OptionsReferenced2;
|
|
152
|
+
export type Schema1MultiSelect = {
|
|
153
|
+
label: string;
|
|
154
|
+
required: boolean;
|
|
155
|
+
description?: string | null | undefined;
|
|
156
|
+
unified_key?: string | null | undefined;
|
|
157
|
+
type: "multi_select";
|
|
158
|
+
min_items?: number | null | undefined;
|
|
159
|
+
max_items?: number | null | undefined;
|
|
160
|
+
options: Schema1OptionsInline2 | Schema1OptionsReferenced2;
|
|
161
|
+
};
|
|
162
|
+
export declare const Schema1UnifiedKey4: {
|
|
163
|
+
readonly FirstName: "first_name";
|
|
164
|
+
readonly LastName: "last_name";
|
|
165
|
+
readonly DateOfBirth: "date_of_birth";
|
|
166
|
+
readonly Gender: "gender";
|
|
167
|
+
readonly HomeAddressCity: "home_address.city";
|
|
168
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
169
|
+
readonly HomeAddressState: "home_address.state";
|
|
170
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
171
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
172
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
173
|
+
readonly JobTitle: "job_title";
|
|
174
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
175
|
+
readonly LocationId: "location_id";
|
|
176
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
177
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
178
|
+
readonly Nationality: "nationality";
|
|
179
|
+
readonly StartDate: "start_date";
|
|
180
|
+
readonly WorkEmail: "work_email";
|
|
181
|
+
readonly PrivateEmail: "private_email";
|
|
182
|
+
readonly YearlySalary: "yearly_salary";
|
|
183
|
+
};
|
|
184
|
+
export type Schema1UnifiedKey4 = ClosedEnum<typeof Schema1UnifiedKey4>;
|
|
185
|
+
export type Schema1OptionsReferenced1 = {
|
|
186
|
+
type: "referenced";
|
|
187
|
+
link: string;
|
|
188
|
+
};
|
|
189
|
+
export type Schema1RemoteId1 = string | number;
|
|
190
|
+
export type Schema1Entry1 = {
|
|
191
|
+
id: string;
|
|
192
|
+
label: string;
|
|
193
|
+
unified_value?: string | undefined;
|
|
194
|
+
remote_id: string | number;
|
|
195
|
+
};
|
|
196
|
+
export type Schema1OptionsInline1 = {
|
|
197
|
+
type: "inline";
|
|
198
|
+
entries: Array<Schema1Entry1>;
|
|
199
|
+
};
|
|
200
|
+
export type Schema1OptionsUnion1 = Schema1OptionsInline1 | Schema1OptionsReferenced1;
|
|
201
|
+
export type Schema1SingleSelect = {
|
|
202
|
+
label: string;
|
|
203
|
+
required: boolean;
|
|
204
|
+
description?: string | null | undefined;
|
|
205
|
+
unified_key?: Schema1UnifiedKey4 | null | undefined;
|
|
206
|
+
type: "single_select";
|
|
207
|
+
options: Schema1OptionsInline1 | Schema1OptionsReferenced1;
|
|
208
|
+
};
|
|
209
|
+
export declare const Schema1UnifiedKey3: {
|
|
210
|
+
readonly FirstName: "first_name";
|
|
211
|
+
readonly LastName: "last_name";
|
|
212
|
+
readonly DateOfBirth: "date_of_birth";
|
|
213
|
+
readonly Gender: "gender";
|
|
214
|
+
readonly HomeAddressCity: "home_address.city";
|
|
215
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
216
|
+
readonly HomeAddressState: "home_address.state";
|
|
217
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
218
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
219
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
220
|
+
readonly JobTitle: "job_title";
|
|
221
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
222
|
+
readonly LocationId: "location_id";
|
|
223
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
224
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
225
|
+
readonly Nationality: "nationality";
|
|
226
|
+
readonly StartDate: "start_date";
|
|
227
|
+
readonly WorkEmail: "work_email";
|
|
228
|
+
readonly PrivateEmail: "private_email";
|
|
229
|
+
readonly YearlySalary: "yearly_salary";
|
|
230
|
+
};
|
|
231
|
+
export type Schema1UnifiedKey3 = ClosedEnum<typeof Schema1UnifiedKey3>;
|
|
232
|
+
export type Schema1Date = {
|
|
233
|
+
label: string;
|
|
234
|
+
required: boolean;
|
|
235
|
+
description?: string | null | undefined;
|
|
236
|
+
unified_key?: Schema1UnifiedKey3 | null | undefined;
|
|
237
|
+
type: "date";
|
|
238
|
+
};
|
|
239
|
+
export declare const Schema1UnifiedKey2: {
|
|
240
|
+
readonly FirstName: "first_name";
|
|
241
|
+
readonly LastName: "last_name";
|
|
242
|
+
readonly DateOfBirth: "date_of_birth";
|
|
243
|
+
readonly Gender: "gender";
|
|
244
|
+
readonly HomeAddressCity: "home_address.city";
|
|
245
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
246
|
+
readonly HomeAddressState: "home_address.state";
|
|
247
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
248
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
249
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
250
|
+
readonly JobTitle: "job_title";
|
|
251
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
252
|
+
readonly LocationId: "location_id";
|
|
253
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
254
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
255
|
+
readonly Nationality: "nationality";
|
|
256
|
+
readonly StartDate: "start_date";
|
|
257
|
+
readonly WorkEmail: "work_email";
|
|
258
|
+
readonly PrivateEmail: "private_email";
|
|
259
|
+
readonly YearlySalary: "yearly_salary";
|
|
260
|
+
};
|
|
261
|
+
export type Schema1UnifiedKey2 = ClosedEnum<typeof Schema1UnifiedKey2>;
|
|
262
|
+
export type Schema1Number = {
|
|
263
|
+
label: string;
|
|
264
|
+
required: boolean;
|
|
265
|
+
description?: string | null | undefined;
|
|
266
|
+
unified_key?: Schema1UnifiedKey2 | null | undefined;
|
|
267
|
+
type: "number";
|
|
268
|
+
min?: number | null | undefined;
|
|
269
|
+
max?: number | null | undefined;
|
|
270
|
+
};
|
|
271
|
+
export declare const Schema1UnifiedKey1: {
|
|
272
|
+
readonly FirstName: "first_name";
|
|
273
|
+
readonly LastName: "last_name";
|
|
274
|
+
readonly DateOfBirth: "date_of_birth";
|
|
275
|
+
readonly Gender: "gender";
|
|
276
|
+
readonly HomeAddressCity: "home_address.city";
|
|
277
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
278
|
+
readonly HomeAddressState: "home_address.state";
|
|
279
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
280
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
281
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
282
|
+
readonly JobTitle: "job_title";
|
|
283
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
284
|
+
readonly LocationId: "location_id";
|
|
285
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
286
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
287
|
+
readonly Nationality: "nationality";
|
|
288
|
+
readonly StartDate: "start_date";
|
|
289
|
+
readonly WorkEmail: "work_email";
|
|
290
|
+
readonly PrivateEmail: "private_email";
|
|
291
|
+
readonly YearlySalary: "yearly_salary";
|
|
292
|
+
};
|
|
293
|
+
export type Schema1UnifiedKey1 = ClosedEnum<typeof Schema1UnifiedKey1>;
|
|
294
|
+
export type Schema1Text = {
|
|
295
|
+
label: string;
|
|
296
|
+
required: boolean;
|
|
297
|
+
description?: string | null | undefined;
|
|
298
|
+
unified_key?: Schema1UnifiedKey1 | null | undefined;
|
|
299
|
+
type: "text";
|
|
300
|
+
min_length?: number | null | undefined;
|
|
301
|
+
max_length?: number | null | undefined;
|
|
302
|
+
reg_exp?: string | null | undefined;
|
|
303
|
+
};
|
|
304
|
+
export type Schema1Union1 = Schema1SingleSelect | Schema1MultiSelect | Schema1Object | Schema1Array1 | Schema1File | Schema1Text | Schema1Number | Schema1Date | Schema1Checkbox;
|
|
305
|
+
/** @internal */
|
|
306
|
+
export declare const Schema1UnifiedKey8$inboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey8>;
|
|
307
|
+
/** @internal */
|
|
308
|
+
export declare const Schema1UnifiedKey8$outboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey8>;
|
|
309
|
+
/**
|
|
310
|
+
* @internal
|
|
311
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
312
|
+
*/
|
|
313
|
+
export declare namespace Schema1UnifiedKey8$ {
|
|
314
|
+
/** @deprecated use `Schema1UnifiedKey8$inboundSchema` instead. */
|
|
315
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
316
|
+
readonly FirstName: "first_name";
|
|
317
|
+
readonly LastName: "last_name";
|
|
318
|
+
readonly DateOfBirth: "date_of_birth";
|
|
319
|
+
readonly Gender: "gender";
|
|
320
|
+
readonly HomeAddressCity: "home_address.city";
|
|
321
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
322
|
+
readonly HomeAddressState: "home_address.state";
|
|
323
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
324
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
325
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
326
|
+
readonly JobTitle: "job_title";
|
|
327
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
328
|
+
readonly LocationId: "location_id";
|
|
329
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
330
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
331
|
+
readonly Nationality: "nationality";
|
|
332
|
+
readonly StartDate: "start_date";
|
|
333
|
+
readonly WorkEmail: "work_email";
|
|
334
|
+
readonly PrivateEmail: "private_email";
|
|
335
|
+
readonly YearlySalary: "yearly_salary";
|
|
336
|
+
}>;
|
|
337
|
+
/** @deprecated use `Schema1UnifiedKey8$outboundSchema` instead. */
|
|
338
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
339
|
+
readonly FirstName: "first_name";
|
|
340
|
+
readonly LastName: "last_name";
|
|
341
|
+
readonly DateOfBirth: "date_of_birth";
|
|
342
|
+
readonly Gender: "gender";
|
|
343
|
+
readonly HomeAddressCity: "home_address.city";
|
|
344
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
345
|
+
readonly HomeAddressState: "home_address.state";
|
|
346
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
347
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
348
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
349
|
+
readonly JobTitle: "job_title";
|
|
350
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
351
|
+
readonly LocationId: "location_id";
|
|
352
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
353
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
354
|
+
readonly Nationality: "nationality";
|
|
355
|
+
readonly StartDate: "start_date";
|
|
356
|
+
readonly WorkEmail: "work_email";
|
|
357
|
+
readonly PrivateEmail: "private_email";
|
|
358
|
+
readonly YearlySalary: "yearly_salary";
|
|
359
|
+
}>;
|
|
360
|
+
}
|
|
361
|
+
/** @internal */
|
|
362
|
+
export declare const Schema1FileRestrictions$inboundSchema: z.ZodType<Schema1FileRestrictions, z.ZodTypeDef, unknown>;
|
|
363
|
+
/** @internal */
|
|
364
|
+
export type Schema1FileRestrictions$Outbound = {
|
|
365
|
+
accepted_mime_types: Array<string>;
|
|
366
|
+
max_file_size?: number | null | undefined;
|
|
367
|
+
};
|
|
368
|
+
/** @internal */
|
|
369
|
+
export declare const Schema1FileRestrictions$outboundSchema: z.ZodType<Schema1FileRestrictions$Outbound, z.ZodTypeDef, Schema1FileRestrictions>;
|
|
370
|
+
/**
|
|
371
|
+
* @internal
|
|
372
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
373
|
+
*/
|
|
374
|
+
export declare namespace Schema1FileRestrictions$ {
|
|
375
|
+
/** @deprecated use `Schema1FileRestrictions$inboundSchema` instead. */
|
|
376
|
+
const inboundSchema: z.ZodType<Schema1FileRestrictions, z.ZodTypeDef, unknown>;
|
|
377
|
+
/** @deprecated use `Schema1FileRestrictions$outboundSchema` instead. */
|
|
378
|
+
const outboundSchema: z.ZodType<Schema1FileRestrictions$Outbound, z.ZodTypeDef, Schema1FileRestrictions>;
|
|
379
|
+
/** @deprecated use `Schema1FileRestrictions$Outbound` instead. */
|
|
380
|
+
type Outbound = Schema1FileRestrictions$Outbound;
|
|
381
|
+
}
|
|
382
|
+
export declare function schema1FileRestrictionsToJSON(schema1FileRestrictions: Schema1FileRestrictions): string;
|
|
383
|
+
export declare function schema1FileRestrictionsFromJSON(jsonString: string): SafeParseResult<Schema1FileRestrictions, SDKValidationError>;
|
|
384
|
+
/** @internal */
|
|
385
|
+
export declare const Schema1File$inboundSchema: z.ZodType<Schema1File, z.ZodTypeDef, unknown>;
|
|
386
|
+
/** @internal */
|
|
387
|
+
export type Schema1File$Outbound = {
|
|
388
|
+
label: string;
|
|
389
|
+
required: boolean;
|
|
390
|
+
description?: string | null | undefined;
|
|
391
|
+
unified_key?: string | null | undefined;
|
|
392
|
+
type: "file";
|
|
393
|
+
file_restrictions: Schema1FileRestrictions$Outbound;
|
|
394
|
+
};
|
|
395
|
+
/** @internal */
|
|
396
|
+
export declare const Schema1File$outboundSchema: z.ZodType<Schema1File$Outbound, z.ZodTypeDef, Schema1File>;
|
|
397
|
+
/**
|
|
398
|
+
* @internal
|
|
399
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
400
|
+
*/
|
|
401
|
+
export declare namespace Schema1File$ {
|
|
402
|
+
/** @deprecated use `Schema1File$inboundSchema` instead. */
|
|
403
|
+
const inboundSchema: z.ZodType<Schema1File, z.ZodTypeDef, unknown>;
|
|
404
|
+
/** @deprecated use `Schema1File$outboundSchema` instead. */
|
|
405
|
+
const outboundSchema: z.ZodType<Schema1File$Outbound, z.ZodTypeDef, Schema1File>;
|
|
406
|
+
/** @deprecated use `Schema1File$Outbound` instead. */
|
|
407
|
+
type Outbound = Schema1File$Outbound;
|
|
408
|
+
}
|
|
409
|
+
export declare function schema1FileToJSON(schema1File: Schema1File): string;
|
|
410
|
+
export declare function schema1FileFromJSON(jsonString: string): SafeParseResult<Schema1File, SDKValidationError>;
|
|
411
|
+
/** @internal */
|
|
412
|
+
export declare const Schema1UnifiedKey7$inboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey7>;
|
|
413
|
+
/** @internal */
|
|
414
|
+
export declare const Schema1UnifiedKey7$outboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey7>;
|
|
415
|
+
/**
|
|
416
|
+
* @internal
|
|
417
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
418
|
+
*/
|
|
419
|
+
export declare namespace Schema1UnifiedKey7$ {
|
|
420
|
+
/** @deprecated use `Schema1UnifiedKey7$inboundSchema` instead. */
|
|
421
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
422
|
+
readonly FirstName: "first_name";
|
|
423
|
+
readonly LastName: "last_name";
|
|
424
|
+
readonly DateOfBirth: "date_of_birth";
|
|
425
|
+
readonly Gender: "gender";
|
|
426
|
+
readonly HomeAddressCity: "home_address.city";
|
|
427
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
428
|
+
readonly HomeAddressState: "home_address.state";
|
|
429
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
430
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
431
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
432
|
+
readonly JobTitle: "job_title";
|
|
433
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
434
|
+
readonly LocationId: "location_id";
|
|
435
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
436
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
437
|
+
readonly Nationality: "nationality";
|
|
438
|
+
readonly StartDate: "start_date";
|
|
439
|
+
readonly WorkEmail: "work_email";
|
|
440
|
+
readonly PrivateEmail: "private_email";
|
|
441
|
+
readonly YearlySalary: "yearly_salary";
|
|
442
|
+
}>;
|
|
443
|
+
/** @deprecated use `Schema1UnifiedKey7$outboundSchema` instead. */
|
|
444
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
445
|
+
readonly FirstName: "first_name";
|
|
446
|
+
readonly LastName: "last_name";
|
|
447
|
+
readonly DateOfBirth: "date_of_birth";
|
|
448
|
+
readonly Gender: "gender";
|
|
449
|
+
readonly HomeAddressCity: "home_address.city";
|
|
450
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
451
|
+
readonly HomeAddressState: "home_address.state";
|
|
452
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
453
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
454
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
455
|
+
readonly JobTitle: "job_title";
|
|
456
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
457
|
+
readonly LocationId: "location_id";
|
|
458
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
459
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
460
|
+
readonly Nationality: "nationality";
|
|
461
|
+
readonly StartDate: "start_date";
|
|
462
|
+
readonly WorkEmail: "work_email";
|
|
463
|
+
readonly PrivateEmail: "private_email";
|
|
464
|
+
readonly YearlySalary: "yearly_salary";
|
|
465
|
+
}>;
|
|
466
|
+
}
|
|
467
|
+
/** @internal */
|
|
468
|
+
export declare const Schema1Array1$inboundSchema: z.ZodType<Schema1Array1, z.ZodTypeDef, unknown>;
|
|
469
|
+
/** @internal */
|
|
470
|
+
export type Schema1Array1$Outbound = {
|
|
471
|
+
label: string;
|
|
472
|
+
required: boolean;
|
|
473
|
+
description?: string | null | undefined;
|
|
474
|
+
unified_key?: string | null | undefined;
|
|
475
|
+
type: "array";
|
|
476
|
+
item_type: Schema2Union1$Outbound;
|
|
477
|
+
min_items?: number | null | undefined;
|
|
478
|
+
max_items?: number | null | undefined;
|
|
479
|
+
};
|
|
480
|
+
/** @internal */
|
|
481
|
+
export declare const Schema1Array1$outboundSchema: z.ZodType<Schema1Array1$Outbound, z.ZodTypeDef, Schema1Array1>;
|
|
482
|
+
/**
|
|
483
|
+
* @internal
|
|
484
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
485
|
+
*/
|
|
486
|
+
export declare namespace Schema1Array1$ {
|
|
487
|
+
/** @deprecated use `Schema1Array1$inboundSchema` instead. */
|
|
488
|
+
const inboundSchema: z.ZodType<Schema1Array1, z.ZodTypeDef, unknown>;
|
|
489
|
+
/** @deprecated use `Schema1Array1$outboundSchema` instead. */
|
|
490
|
+
const outboundSchema: z.ZodType<Schema1Array1$Outbound, z.ZodTypeDef, Schema1Array1>;
|
|
491
|
+
/** @deprecated use `Schema1Array1$Outbound` instead. */
|
|
492
|
+
type Outbound = Schema1Array1$Outbound;
|
|
493
|
+
}
|
|
494
|
+
export declare function schema1Array1ToJSON(schema1Array1: Schema1Array1): string;
|
|
495
|
+
export declare function schema1Array1FromJSON(jsonString: string): SafeParseResult<Schema1Array1, SDKValidationError>;
|
|
496
|
+
/** @internal */
|
|
497
|
+
export declare const Schema1UnifiedKey6$inboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey6>;
|
|
498
|
+
/** @internal */
|
|
499
|
+
export declare const Schema1UnifiedKey6$outboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey6>;
|
|
500
|
+
/**
|
|
501
|
+
* @internal
|
|
502
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
503
|
+
*/
|
|
504
|
+
export declare namespace Schema1UnifiedKey6$ {
|
|
505
|
+
/** @deprecated use `Schema1UnifiedKey6$inboundSchema` instead. */
|
|
506
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
507
|
+
readonly FirstName: "first_name";
|
|
508
|
+
readonly LastName: "last_name";
|
|
509
|
+
readonly DateOfBirth: "date_of_birth";
|
|
510
|
+
readonly Gender: "gender";
|
|
511
|
+
readonly HomeAddressCity: "home_address.city";
|
|
512
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
513
|
+
readonly HomeAddressState: "home_address.state";
|
|
514
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
515
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
516
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
517
|
+
readonly JobTitle: "job_title";
|
|
518
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
519
|
+
readonly LocationId: "location_id";
|
|
520
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
521
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
522
|
+
readonly Nationality: "nationality";
|
|
523
|
+
readonly StartDate: "start_date";
|
|
524
|
+
readonly WorkEmail: "work_email";
|
|
525
|
+
readonly PrivateEmail: "private_email";
|
|
526
|
+
readonly YearlySalary: "yearly_salary";
|
|
527
|
+
}>;
|
|
528
|
+
/** @deprecated use `Schema1UnifiedKey6$outboundSchema` instead. */
|
|
529
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
530
|
+
readonly FirstName: "first_name";
|
|
531
|
+
readonly LastName: "last_name";
|
|
532
|
+
readonly DateOfBirth: "date_of_birth";
|
|
533
|
+
readonly Gender: "gender";
|
|
534
|
+
readonly HomeAddressCity: "home_address.city";
|
|
535
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
536
|
+
readonly HomeAddressState: "home_address.state";
|
|
537
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
538
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
539
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
540
|
+
readonly JobTitle: "job_title";
|
|
541
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
542
|
+
readonly LocationId: "location_id";
|
|
543
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
544
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
545
|
+
readonly Nationality: "nationality";
|
|
546
|
+
readonly StartDate: "start_date";
|
|
547
|
+
readonly WorkEmail: "work_email";
|
|
548
|
+
readonly PrivateEmail: "private_email";
|
|
549
|
+
readonly YearlySalary: "yearly_salary";
|
|
550
|
+
}>;
|
|
551
|
+
}
|
|
552
|
+
/** @internal */
|
|
553
|
+
export declare const Schema1Object$inboundSchema: z.ZodType<Schema1Object, z.ZodTypeDef, unknown>;
|
|
554
|
+
/** @internal */
|
|
555
|
+
export type Schema1Object$Outbound = {
|
|
556
|
+
label: string;
|
|
557
|
+
required: boolean;
|
|
558
|
+
description?: string | null | undefined;
|
|
559
|
+
unified_key?: string | null | undefined;
|
|
560
|
+
type: "object";
|
|
561
|
+
properties: Schema1$Outbound;
|
|
562
|
+
};
|
|
563
|
+
/** @internal */
|
|
564
|
+
export declare const Schema1Object$outboundSchema: z.ZodType<Schema1Object$Outbound, z.ZodTypeDef, Schema1Object>;
|
|
565
|
+
/**
|
|
566
|
+
* @internal
|
|
567
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
568
|
+
*/
|
|
569
|
+
export declare namespace Schema1Object$ {
|
|
570
|
+
/** @deprecated use `Schema1Object$inboundSchema` instead. */
|
|
571
|
+
const inboundSchema: z.ZodType<Schema1Object, z.ZodTypeDef, unknown>;
|
|
572
|
+
/** @deprecated use `Schema1Object$outboundSchema` instead. */
|
|
573
|
+
const outboundSchema: z.ZodType<Schema1Object$Outbound, z.ZodTypeDef, Schema1Object>;
|
|
574
|
+
/** @deprecated use `Schema1Object$Outbound` instead. */
|
|
575
|
+
type Outbound = Schema1Object$Outbound;
|
|
576
|
+
}
|
|
577
|
+
export declare function schema1ObjectToJSON(schema1Object: Schema1Object): string;
|
|
578
|
+
export declare function schema1ObjectFromJSON(jsonString: string): SafeParseResult<Schema1Object, SDKValidationError>;
|
|
579
|
+
/** @internal */
|
|
580
|
+
export declare const Schema1UnifiedKey5$inboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey5>;
|
|
581
|
+
/** @internal */
|
|
582
|
+
export declare const Schema1UnifiedKey5$outboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey5>;
|
|
583
|
+
/**
|
|
584
|
+
* @internal
|
|
585
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
586
|
+
*/
|
|
587
|
+
export declare namespace Schema1UnifiedKey5$ {
|
|
588
|
+
/** @deprecated use `Schema1UnifiedKey5$inboundSchema` instead. */
|
|
589
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
590
|
+
readonly FirstName: "first_name";
|
|
591
|
+
readonly LastName: "last_name";
|
|
592
|
+
readonly DateOfBirth: "date_of_birth";
|
|
593
|
+
readonly Gender: "gender";
|
|
594
|
+
readonly HomeAddressCity: "home_address.city";
|
|
595
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
596
|
+
readonly HomeAddressState: "home_address.state";
|
|
597
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
598
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
599
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
600
|
+
readonly JobTitle: "job_title";
|
|
601
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
602
|
+
readonly LocationId: "location_id";
|
|
603
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
604
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
605
|
+
readonly Nationality: "nationality";
|
|
606
|
+
readonly StartDate: "start_date";
|
|
607
|
+
readonly WorkEmail: "work_email";
|
|
608
|
+
readonly PrivateEmail: "private_email";
|
|
609
|
+
readonly YearlySalary: "yearly_salary";
|
|
610
|
+
}>;
|
|
611
|
+
/** @deprecated use `Schema1UnifiedKey5$outboundSchema` instead. */
|
|
612
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
613
|
+
readonly FirstName: "first_name";
|
|
614
|
+
readonly LastName: "last_name";
|
|
615
|
+
readonly DateOfBirth: "date_of_birth";
|
|
616
|
+
readonly Gender: "gender";
|
|
617
|
+
readonly HomeAddressCity: "home_address.city";
|
|
618
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
619
|
+
readonly HomeAddressState: "home_address.state";
|
|
620
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
621
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
622
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
623
|
+
readonly JobTitle: "job_title";
|
|
624
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
625
|
+
readonly LocationId: "location_id";
|
|
626
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
627
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
628
|
+
readonly Nationality: "nationality";
|
|
629
|
+
readonly StartDate: "start_date";
|
|
630
|
+
readonly WorkEmail: "work_email";
|
|
631
|
+
readonly PrivateEmail: "private_email";
|
|
632
|
+
readonly YearlySalary: "yearly_salary";
|
|
633
|
+
}>;
|
|
634
|
+
}
|
|
635
|
+
/** @internal */
|
|
636
|
+
export declare const Schema1Checkbox$inboundSchema: z.ZodType<Schema1Checkbox, z.ZodTypeDef, unknown>;
|
|
637
|
+
/** @internal */
|
|
638
|
+
export type Schema1Checkbox$Outbound = {
|
|
639
|
+
label: string;
|
|
640
|
+
required: boolean;
|
|
641
|
+
description?: string | null | undefined;
|
|
642
|
+
unified_key?: string | null | undefined;
|
|
643
|
+
type: "checkbox";
|
|
644
|
+
};
|
|
645
|
+
/** @internal */
|
|
646
|
+
export declare const Schema1Checkbox$outboundSchema: z.ZodType<Schema1Checkbox$Outbound, z.ZodTypeDef, Schema1Checkbox>;
|
|
647
|
+
/**
|
|
648
|
+
* @internal
|
|
649
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
650
|
+
*/
|
|
651
|
+
export declare namespace Schema1Checkbox$ {
|
|
652
|
+
/** @deprecated use `Schema1Checkbox$inboundSchema` instead. */
|
|
653
|
+
const inboundSchema: z.ZodType<Schema1Checkbox, z.ZodTypeDef, unknown>;
|
|
654
|
+
/** @deprecated use `Schema1Checkbox$outboundSchema` instead. */
|
|
655
|
+
const outboundSchema: z.ZodType<Schema1Checkbox$Outbound, z.ZodTypeDef, Schema1Checkbox>;
|
|
656
|
+
/** @deprecated use `Schema1Checkbox$Outbound` instead. */
|
|
657
|
+
type Outbound = Schema1Checkbox$Outbound;
|
|
658
|
+
}
|
|
659
|
+
export declare function schema1CheckboxToJSON(schema1Checkbox: Schema1Checkbox): string;
|
|
660
|
+
export declare function schema1CheckboxFromJSON(jsonString: string): SafeParseResult<Schema1Checkbox, SDKValidationError>;
|
|
661
|
+
/** @internal */
|
|
662
|
+
export declare const Schema1OptionsReferenced2$inboundSchema: z.ZodType<Schema1OptionsReferenced2, z.ZodTypeDef, unknown>;
|
|
663
|
+
/** @internal */
|
|
664
|
+
export type Schema1OptionsReferenced2$Outbound = {
|
|
665
|
+
type: "referenced";
|
|
666
|
+
link: string;
|
|
667
|
+
};
|
|
668
|
+
/** @internal */
|
|
669
|
+
export declare const Schema1OptionsReferenced2$outboundSchema: z.ZodType<Schema1OptionsReferenced2$Outbound, z.ZodTypeDef, Schema1OptionsReferenced2>;
|
|
670
|
+
/**
|
|
671
|
+
* @internal
|
|
672
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
673
|
+
*/
|
|
674
|
+
export declare namespace Schema1OptionsReferenced2$ {
|
|
675
|
+
/** @deprecated use `Schema1OptionsReferenced2$inboundSchema` instead. */
|
|
676
|
+
const inboundSchema: z.ZodType<Schema1OptionsReferenced2, z.ZodTypeDef, unknown>;
|
|
677
|
+
/** @deprecated use `Schema1OptionsReferenced2$outboundSchema` instead. */
|
|
678
|
+
const outboundSchema: z.ZodType<Schema1OptionsReferenced2$Outbound, z.ZodTypeDef, Schema1OptionsReferenced2>;
|
|
679
|
+
/** @deprecated use `Schema1OptionsReferenced2$Outbound` instead. */
|
|
680
|
+
type Outbound = Schema1OptionsReferenced2$Outbound;
|
|
681
|
+
}
|
|
682
|
+
export declare function schema1OptionsReferenced2ToJSON(schema1OptionsReferenced2: Schema1OptionsReferenced2): string;
|
|
683
|
+
export declare function schema1OptionsReferenced2FromJSON(jsonString: string): SafeParseResult<Schema1OptionsReferenced2, SDKValidationError>;
|
|
684
|
+
/** @internal */
|
|
685
|
+
export declare const Schema1RemoteId2$inboundSchema: z.ZodType<Schema1RemoteId2, z.ZodTypeDef, unknown>;
|
|
686
|
+
/** @internal */
|
|
687
|
+
export type Schema1RemoteId2$Outbound = string | number;
|
|
688
|
+
/** @internal */
|
|
689
|
+
export declare const Schema1RemoteId2$outboundSchema: z.ZodType<Schema1RemoteId2$Outbound, z.ZodTypeDef, Schema1RemoteId2>;
|
|
690
|
+
/**
|
|
691
|
+
* @internal
|
|
692
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
693
|
+
*/
|
|
694
|
+
export declare namespace Schema1RemoteId2$ {
|
|
695
|
+
/** @deprecated use `Schema1RemoteId2$inboundSchema` instead. */
|
|
696
|
+
const inboundSchema: z.ZodType<Schema1RemoteId2, z.ZodTypeDef, unknown>;
|
|
697
|
+
/** @deprecated use `Schema1RemoteId2$outboundSchema` instead. */
|
|
698
|
+
const outboundSchema: z.ZodType<Schema1RemoteId2$Outbound, z.ZodTypeDef, Schema1RemoteId2>;
|
|
699
|
+
/** @deprecated use `Schema1RemoteId2$Outbound` instead. */
|
|
700
|
+
type Outbound = Schema1RemoteId2$Outbound;
|
|
701
|
+
}
|
|
702
|
+
export declare function schema1RemoteId2ToJSON(schema1RemoteId2: Schema1RemoteId2): string;
|
|
703
|
+
export declare function schema1RemoteId2FromJSON(jsonString: string): SafeParseResult<Schema1RemoteId2, SDKValidationError>;
|
|
704
|
+
/** @internal */
|
|
705
|
+
export declare const Schema1Entry2$inboundSchema: z.ZodType<Schema1Entry2, z.ZodTypeDef, unknown>;
|
|
706
|
+
/** @internal */
|
|
707
|
+
export type Schema1Entry2$Outbound = {
|
|
708
|
+
id: string;
|
|
709
|
+
label: string;
|
|
710
|
+
unified_value?: string | undefined;
|
|
711
|
+
remote_id: string | number;
|
|
712
|
+
};
|
|
713
|
+
/** @internal */
|
|
714
|
+
export declare const Schema1Entry2$outboundSchema: z.ZodType<Schema1Entry2$Outbound, z.ZodTypeDef, Schema1Entry2>;
|
|
715
|
+
/**
|
|
716
|
+
* @internal
|
|
717
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
718
|
+
*/
|
|
719
|
+
export declare namespace Schema1Entry2$ {
|
|
720
|
+
/** @deprecated use `Schema1Entry2$inboundSchema` instead. */
|
|
721
|
+
const inboundSchema: z.ZodType<Schema1Entry2, z.ZodTypeDef, unknown>;
|
|
722
|
+
/** @deprecated use `Schema1Entry2$outboundSchema` instead. */
|
|
723
|
+
const outboundSchema: z.ZodType<Schema1Entry2$Outbound, z.ZodTypeDef, Schema1Entry2>;
|
|
724
|
+
/** @deprecated use `Schema1Entry2$Outbound` instead. */
|
|
725
|
+
type Outbound = Schema1Entry2$Outbound;
|
|
726
|
+
}
|
|
727
|
+
export declare function schema1Entry2ToJSON(schema1Entry2: Schema1Entry2): string;
|
|
728
|
+
export declare function schema1Entry2FromJSON(jsonString: string): SafeParseResult<Schema1Entry2, SDKValidationError>;
|
|
729
|
+
/** @internal */
|
|
730
|
+
export declare const Schema1OptionsInline2$inboundSchema: z.ZodType<Schema1OptionsInline2, z.ZodTypeDef, unknown>;
|
|
731
|
+
/** @internal */
|
|
732
|
+
export type Schema1OptionsInline2$Outbound = {
|
|
733
|
+
type: "inline";
|
|
734
|
+
entries: Array<Schema1Entry2$Outbound>;
|
|
735
|
+
};
|
|
736
|
+
/** @internal */
|
|
737
|
+
export declare const Schema1OptionsInline2$outboundSchema: z.ZodType<Schema1OptionsInline2$Outbound, z.ZodTypeDef, Schema1OptionsInline2>;
|
|
738
|
+
/**
|
|
739
|
+
* @internal
|
|
740
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
741
|
+
*/
|
|
742
|
+
export declare namespace Schema1OptionsInline2$ {
|
|
743
|
+
/** @deprecated use `Schema1OptionsInline2$inboundSchema` instead. */
|
|
744
|
+
const inboundSchema: z.ZodType<Schema1OptionsInline2, z.ZodTypeDef, unknown>;
|
|
745
|
+
/** @deprecated use `Schema1OptionsInline2$outboundSchema` instead. */
|
|
746
|
+
const outboundSchema: z.ZodType<Schema1OptionsInline2$Outbound, z.ZodTypeDef, Schema1OptionsInline2>;
|
|
747
|
+
/** @deprecated use `Schema1OptionsInline2$Outbound` instead. */
|
|
748
|
+
type Outbound = Schema1OptionsInline2$Outbound;
|
|
749
|
+
}
|
|
750
|
+
export declare function schema1OptionsInline2ToJSON(schema1OptionsInline2: Schema1OptionsInline2): string;
|
|
751
|
+
export declare function schema1OptionsInline2FromJSON(jsonString: string): SafeParseResult<Schema1OptionsInline2, SDKValidationError>;
|
|
752
|
+
/** @internal */
|
|
753
|
+
export declare const Schema1OptionsUnion2$inboundSchema: z.ZodType<Schema1OptionsUnion2, z.ZodTypeDef, unknown>;
|
|
754
|
+
/** @internal */
|
|
755
|
+
export type Schema1OptionsUnion2$Outbound = Schema1OptionsInline2$Outbound | Schema1OptionsReferenced2$Outbound;
|
|
756
|
+
/** @internal */
|
|
757
|
+
export declare const Schema1OptionsUnion2$outboundSchema: z.ZodType<Schema1OptionsUnion2$Outbound, z.ZodTypeDef, Schema1OptionsUnion2>;
|
|
758
|
+
/**
|
|
759
|
+
* @internal
|
|
760
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
761
|
+
*/
|
|
762
|
+
export declare namespace Schema1OptionsUnion2$ {
|
|
763
|
+
/** @deprecated use `Schema1OptionsUnion2$inboundSchema` instead. */
|
|
764
|
+
const inboundSchema: z.ZodType<Schema1OptionsUnion2, z.ZodTypeDef, unknown>;
|
|
765
|
+
/** @deprecated use `Schema1OptionsUnion2$outboundSchema` instead. */
|
|
766
|
+
const outboundSchema: z.ZodType<Schema1OptionsUnion2$Outbound, z.ZodTypeDef, Schema1OptionsUnion2>;
|
|
767
|
+
/** @deprecated use `Schema1OptionsUnion2$Outbound` instead. */
|
|
768
|
+
type Outbound = Schema1OptionsUnion2$Outbound;
|
|
769
|
+
}
|
|
770
|
+
export declare function schema1OptionsUnion2ToJSON(schema1OptionsUnion2: Schema1OptionsUnion2): string;
|
|
771
|
+
export declare function schema1OptionsUnion2FromJSON(jsonString: string): SafeParseResult<Schema1OptionsUnion2, SDKValidationError>;
|
|
772
|
+
/** @internal */
|
|
773
|
+
export declare const Schema1MultiSelect$inboundSchema: z.ZodType<Schema1MultiSelect, z.ZodTypeDef, unknown>;
|
|
774
|
+
/** @internal */
|
|
775
|
+
export type Schema1MultiSelect$Outbound = {
|
|
776
|
+
label: string;
|
|
777
|
+
required: boolean;
|
|
778
|
+
description?: string | null | undefined;
|
|
779
|
+
unified_key?: string | null | undefined;
|
|
780
|
+
type: "multi_select";
|
|
781
|
+
min_items?: number | null | undefined;
|
|
782
|
+
max_items?: number | null | undefined;
|
|
783
|
+
options: Schema1OptionsInline2$Outbound | Schema1OptionsReferenced2$Outbound;
|
|
784
|
+
};
|
|
785
|
+
/** @internal */
|
|
786
|
+
export declare const Schema1MultiSelect$outboundSchema: z.ZodType<Schema1MultiSelect$Outbound, z.ZodTypeDef, Schema1MultiSelect>;
|
|
787
|
+
/**
|
|
788
|
+
* @internal
|
|
789
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
790
|
+
*/
|
|
791
|
+
export declare namespace Schema1MultiSelect$ {
|
|
792
|
+
/** @deprecated use `Schema1MultiSelect$inboundSchema` instead. */
|
|
793
|
+
const inboundSchema: z.ZodType<Schema1MultiSelect, z.ZodTypeDef, unknown>;
|
|
794
|
+
/** @deprecated use `Schema1MultiSelect$outboundSchema` instead. */
|
|
795
|
+
const outboundSchema: z.ZodType<Schema1MultiSelect$Outbound, z.ZodTypeDef, Schema1MultiSelect>;
|
|
796
|
+
/** @deprecated use `Schema1MultiSelect$Outbound` instead. */
|
|
797
|
+
type Outbound = Schema1MultiSelect$Outbound;
|
|
798
|
+
}
|
|
799
|
+
export declare function schema1MultiSelectToJSON(schema1MultiSelect: Schema1MultiSelect): string;
|
|
800
|
+
export declare function schema1MultiSelectFromJSON(jsonString: string): SafeParseResult<Schema1MultiSelect, SDKValidationError>;
|
|
801
|
+
/** @internal */
|
|
802
|
+
export declare const Schema1UnifiedKey4$inboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey4>;
|
|
803
|
+
/** @internal */
|
|
804
|
+
export declare const Schema1UnifiedKey4$outboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey4>;
|
|
805
|
+
/**
|
|
806
|
+
* @internal
|
|
807
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
808
|
+
*/
|
|
809
|
+
export declare namespace Schema1UnifiedKey4$ {
|
|
810
|
+
/** @deprecated use `Schema1UnifiedKey4$inboundSchema` instead. */
|
|
811
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
812
|
+
readonly FirstName: "first_name";
|
|
813
|
+
readonly LastName: "last_name";
|
|
814
|
+
readonly DateOfBirth: "date_of_birth";
|
|
815
|
+
readonly Gender: "gender";
|
|
816
|
+
readonly HomeAddressCity: "home_address.city";
|
|
817
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
818
|
+
readonly HomeAddressState: "home_address.state";
|
|
819
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
820
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
821
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
822
|
+
readonly JobTitle: "job_title";
|
|
823
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
824
|
+
readonly LocationId: "location_id";
|
|
825
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
826
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
827
|
+
readonly Nationality: "nationality";
|
|
828
|
+
readonly StartDate: "start_date";
|
|
829
|
+
readonly WorkEmail: "work_email";
|
|
830
|
+
readonly PrivateEmail: "private_email";
|
|
831
|
+
readonly YearlySalary: "yearly_salary";
|
|
832
|
+
}>;
|
|
833
|
+
/** @deprecated use `Schema1UnifiedKey4$outboundSchema` instead. */
|
|
834
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
835
|
+
readonly FirstName: "first_name";
|
|
836
|
+
readonly LastName: "last_name";
|
|
837
|
+
readonly DateOfBirth: "date_of_birth";
|
|
838
|
+
readonly Gender: "gender";
|
|
839
|
+
readonly HomeAddressCity: "home_address.city";
|
|
840
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
841
|
+
readonly HomeAddressState: "home_address.state";
|
|
842
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
843
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
844
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
845
|
+
readonly JobTitle: "job_title";
|
|
846
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
847
|
+
readonly LocationId: "location_id";
|
|
848
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
849
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
850
|
+
readonly Nationality: "nationality";
|
|
851
|
+
readonly StartDate: "start_date";
|
|
852
|
+
readonly WorkEmail: "work_email";
|
|
853
|
+
readonly PrivateEmail: "private_email";
|
|
854
|
+
readonly YearlySalary: "yearly_salary";
|
|
855
|
+
}>;
|
|
856
|
+
}
|
|
857
|
+
/** @internal */
|
|
858
|
+
export declare const Schema1OptionsReferenced1$inboundSchema: z.ZodType<Schema1OptionsReferenced1, z.ZodTypeDef, unknown>;
|
|
859
|
+
/** @internal */
|
|
860
|
+
export type Schema1OptionsReferenced1$Outbound = {
|
|
861
|
+
type: "referenced";
|
|
862
|
+
link: string;
|
|
863
|
+
};
|
|
864
|
+
/** @internal */
|
|
865
|
+
export declare const Schema1OptionsReferenced1$outboundSchema: z.ZodType<Schema1OptionsReferenced1$Outbound, z.ZodTypeDef, Schema1OptionsReferenced1>;
|
|
866
|
+
/**
|
|
867
|
+
* @internal
|
|
868
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
869
|
+
*/
|
|
870
|
+
export declare namespace Schema1OptionsReferenced1$ {
|
|
871
|
+
/** @deprecated use `Schema1OptionsReferenced1$inboundSchema` instead. */
|
|
872
|
+
const inboundSchema: z.ZodType<Schema1OptionsReferenced1, z.ZodTypeDef, unknown>;
|
|
873
|
+
/** @deprecated use `Schema1OptionsReferenced1$outboundSchema` instead. */
|
|
874
|
+
const outboundSchema: z.ZodType<Schema1OptionsReferenced1$Outbound, z.ZodTypeDef, Schema1OptionsReferenced1>;
|
|
875
|
+
/** @deprecated use `Schema1OptionsReferenced1$Outbound` instead. */
|
|
876
|
+
type Outbound = Schema1OptionsReferenced1$Outbound;
|
|
877
|
+
}
|
|
878
|
+
export declare function schema1OptionsReferenced1ToJSON(schema1OptionsReferenced1: Schema1OptionsReferenced1): string;
|
|
879
|
+
export declare function schema1OptionsReferenced1FromJSON(jsonString: string): SafeParseResult<Schema1OptionsReferenced1, SDKValidationError>;
|
|
880
|
+
/** @internal */
|
|
881
|
+
export declare const Schema1RemoteId1$inboundSchema: z.ZodType<Schema1RemoteId1, z.ZodTypeDef, unknown>;
|
|
882
|
+
/** @internal */
|
|
883
|
+
export type Schema1RemoteId1$Outbound = string | number;
|
|
884
|
+
/** @internal */
|
|
885
|
+
export declare const Schema1RemoteId1$outboundSchema: z.ZodType<Schema1RemoteId1$Outbound, z.ZodTypeDef, Schema1RemoteId1>;
|
|
886
|
+
/**
|
|
887
|
+
* @internal
|
|
888
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
889
|
+
*/
|
|
890
|
+
export declare namespace Schema1RemoteId1$ {
|
|
891
|
+
/** @deprecated use `Schema1RemoteId1$inboundSchema` instead. */
|
|
892
|
+
const inboundSchema: z.ZodType<Schema1RemoteId1, z.ZodTypeDef, unknown>;
|
|
893
|
+
/** @deprecated use `Schema1RemoteId1$outboundSchema` instead. */
|
|
894
|
+
const outboundSchema: z.ZodType<Schema1RemoteId1$Outbound, z.ZodTypeDef, Schema1RemoteId1>;
|
|
895
|
+
/** @deprecated use `Schema1RemoteId1$Outbound` instead. */
|
|
896
|
+
type Outbound = Schema1RemoteId1$Outbound;
|
|
897
|
+
}
|
|
898
|
+
export declare function schema1RemoteId1ToJSON(schema1RemoteId1: Schema1RemoteId1): string;
|
|
899
|
+
export declare function schema1RemoteId1FromJSON(jsonString: string): SafeParseResult<Schema1RemoteId1, SDKValidationError>;
|
|
900
|
+
/** @internal */
|
|
901
|
+
export declare const Schema1Entry1$inboundSchema: z.ZodType<Schema1Entry1, z.ZodTypeDef, unknown>;
|
|
902
|
+
/** @internal */
|
|
903
|
+
export type Schema1Entry1$Outbound = {
|
|
904
|
+
id: string;
|
|
905
|
+
label: string;
|
|
906
|
+
unified_value?: string | undefined;
|
|
907
|
+
remote_id: string | number;
|
|
908
|
+
};
|
|
909
|
+
/** @internal */
|
|
910
|
+
export declare const Schema1Entry1$outboundSchema: z.ZodType<Schema1Entry1$Outbound, z.ZodTypeDef, Schema1Entry1>;
|
|
911
|
+
/**
|
|
912
|
+
* @internal
|
|
913
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
914
|
+
*/
|
|
915
|
+
export declare namespace Schema1Entry1$ {
|
|
916
|
+
/** @deprecated use `Schema1Entry1$inboundSchema` instead. */
|
|
917
|
+
const inboundSchema: z.ZodType<Schema1Entry1, z.ZodTypeDef, unknown>;
|
|
918
|
+
/** @deprecated use `Schema1Entry1$outboundSchema` instead. */
|
|
919
|
+
const outboundSchema: z.ZodType<Schema1Entry1$Outbound, z.ZodTypeDef, Schema1Entry1>;
|
|
920
|
+
/** @deprecated use `Schema1Entry1$Outbound` instead. */
|
|
921
|
+
type Outbound = Schema1Entry1$Outbound;
|
|
922
|
+
}
|
|
923
|
+
export declare function schema1Entry1ToJSON(schema1Entry1: Schema1Entry1): string;
|
|
924
|
+
export declare function schema1Entry1FromJSON(jsonString: string): SafeParseResult<Schema1Entry1, SDKValidationError>;
|
|
925
|
+
/** @internal */
|
|
926
|
+
export declare const Schema1OptionsInline1$inboundSchema: z.ZodType<Schema1OptionsInline1, z.ZodTypeDef, unknown>;
|
|
927
|
+
/** @internal */
|
|
928
|
+
export type Schema1OptionsInline1$Outbound = {
|
|
929
|
+
type: "inline";
|
|
930
|
+
entries: Array<Schema1Entry1$Outbound>;
|
|
931
|
+
};
|
|
932
|
+
/** @internal */
|
|
933
|
+
export declare const Schema1OptionsInline1$outboundSchema: z.ZodType<Schema1OptionsInline1$Outbound, z.ZodTypeDef, Schema1OptionsInline1>;
|
|
934
|
+
/**
|
|
935
|
+
* @internal
|
|
936
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
937
|
+
*/
|
|
938
|
+
export declare namespace Schema1OptionsInline1$ {
|
|
939
|
+
/** @deprecated use `Schema1OptionsInline1$inboundSchema` instead. */
|
|
940
|
+
const inboundSchema: z.ZodType<Schema1OptionsInline1, z.ZodTypeDef, unknown>;
|
|
941
|
+
/** @deprecated use `Schema1OptionsInline1$outboundSchema` instead. */
|
|
942
|
+
const outboundSchema: z.ZodType<Schema1OptionsInline1$Outbound, z.ZodTypeDef, Schema1OptionsInline1>;
|
|
943
|
+
/** @deprecated use `Schema1OptionsInline1$Outbound` instead. */
|
|
944
|
+
type Outbound = Schema1OptionsInline1$Outbound;
|
|
945
|
+
}
|
|
946
|
+
export declare function schema1OptionsInline1ToJSON(schema1OptionsInline1: Schema1OptionsInline1): string;
|
|
947
|
+
export declare function schema1OptionsInline1FromJSON(jsonString: string): SafeParseResult<Schema1OptionsInline1, SDKValidationError>;
|
|
948
|
+
/** @internal */
|
|
949
|
+
export declare const Schema1OptionsUnion1$inboundSchema: z.ZodType<Schema1OptionsUnion1, z.ZodTypeDef, unknown>;
|
|
950
|
+
/** @internal */
|
|
951
|
+
export type Schema1OptionsUnion1$Outbound = Schema1OptionsInline1$Outbound | Schema1OptionsReferenced1$Outbound;
|
|
952
|
+
/** @internal */
|
|
953
|
+
export declare const Schema1OptionsUnion1$outboundSchema: z.ZodType<Schema1OptionsUnion1$Outbound, z.ZodTypeDef, Schema1OptionsUnion1>;
|
|
954
|
+
/**
|
|
955
|
+
* @internal
|
|
956
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
957
|
+
*/
|
|
958
|
+
export declare namespace Schema1OptionsUnion1$ {
|
|
959
|
+
/** @deprecated use `Schema1OptionsUnion1$inboundSchema` instead. */
|
|
960
|
+
const inboundSchema: z.ZodType<Schema1OptionsUnion1, z.ZodTypeDef, unknown>;
|
|
961
|
+
/** @deprecated use `Schema1OptionsUnion1$outboundSchema` instead. */
|
|
962
|
+
const outboundSchema: z.ZodType<Schema1OptionsUnion1$Outbound, z.ZodTypeDef, Schema1OptionsUnion1>;
|
|
963
|
+
/** @deprecated use `Schema1OptionsUnion1$Outbound` instead. */
|
|
964
|
+
type Outbound = Schema1OptionsUnion1$Outbound;
|
|
965
|
+
}
|
|
966
|
+
export declare function schema1OptionsUnion1ToJSON(schema1OptionsUnion1: Schema1OptionsUnion1): string;
|
|
967
|
+
export declare function schema1OptionsUnion1FromJSON(jsonString: string): SafeParseResult<Schema1OptionsUnion1, SDKValidationError>;
|
|
968
|
+
/** @internal */
|
|
969
|
+
export declare const Schema1SingleSelect$inboundSchema: z.ZodType<Schema1SingleSelect, z.ZodTypeDef, unknown>;
|
|
970
|
+
/** @internal */
|
|
971
|
+
export type Schema1SingleSelect$Outbound = {
|
|
972
|
+
label: string;
|
|
973
|
+
required: boolean;
|
|
974
|
+
description?: string | null | undefined;
|
|
975
|
+
unified_key?: string | null | undefined;
|
|
976
|
+
type: "single_select";
|
|
977
|
+
options: Schema1OptionsInline1$Outbound | Schema1OptionsReferenced1$Outbound;
|
|
978
|
+
};
|
|
979
|
+
/** @internal */
|
|
980
|
+
export declare const Schema1SingleSelect$outboundSchema: z.ZodType<Schema1SingleSelect$Outbound, z.ZodTypeDef, Schema1SingleSelect>;
|
|
981
|
+
/**
|
|
982
|
+
* @internal
|
|
983
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
984
|
+
*/
|
|
985
|
+
export declare namespace Schema1SingleSelect$ {
|
|
986
|
+
/** @deprecated use `Schema1SingleSelect$inboundSchema` instead. */
|
|
987
|
+
const inboundSchema: z.ZodType<Schema1SingleSelect, z.ZodTypeDef, unknown>;
|
|
988
|
+
/** @deprecated use `Schema1SingleSelect$outboundSchema` instead. */
|
|
989
|
+
const outboundSchema: z.ZodType<Schema1SingleSelect$Outbound, z.ZodTypeDef, Schema1SingleSelect>;
|
|
990
|
+
/** @deprecated use `Schema1SingleSelect$Outbound` instead. */
|
|
991
|
+
type Outbound = Schema1SingleSelect$Outbound;
|
|
992
|
+
}
|
|
993
|
+
export declare function schema1SingleSelectToJSON(schema1SingleSelect: Schema1SingleSelect): string;
|
|
994
|
+
export declare function schema1SingleSelectFromJSON(jsonString: string): SafeParseResult<Schema1SingleSelect, SDKValidationError>;
|
|
995
|
+
/** @internal */
|
|
996
|
+
export declare const Schema1UnifiedKey3$inboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey3>;
|
|
997
|
+
/** @internal */
|
|
998
|
+
export declare const Schema1UnifiedKey3$outboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey3>;
|
|
999
|
+
/**
|
|
1000
|
+
* @internal
|
|
1001
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1002
|
+
*/
|
|
1003
|
+
export declare namespace Schema1UnifiedKey3$ {
|
|
1004
|
+
/** @deprecated use `Schema1UnifiedKey3$inboundSchema` instead. */
|
|
1005
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1006
|
+
readonly FirstName: "first_name";
|
|
1007
|
+
readonly LastName: "last_name";
|
|
1008
|
+
readonly DateOfBirth: "date_of_birth";
|
|
1009
|
+
readonly Gender: "gender";
|
|
1010
|
+
readonly HomeAddressCity: "home_address.city";
|
|
1011
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
1012
|
+
readonly HomeAddressState: "home_address.state";
|
|
1013
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
1014
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
1015
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
1016
|
+
readonly JobTitle: "job_title";
|
|
1017
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
1018
|
+
readonly LocationId: "location_id";
|
|
1019
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
1020
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
1021
|
+
readonly Nationality: "nationality";
|
|
1022
|
+
readonly StartDate: "start_date";
|
|
1023
|
+
readonly WorkEmail: "work_email";
|
|
1024
|
+
readonly PrivateEmail: "private_email";
|
|
1025
|
+
readonly YearlySalary: "yearly_salary";
|
|
1026
|
+
}>;
|
|
1027
|
+
/** @deprecated use `Schema1UnifiedKey3$outboundSchema` instead. */
|
|
1028
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1029
|
+
readonly FirstName: "first_name";
|
|
1030
|
+
readonly LastName: "last_name";
|
|
1031
|
+
readonly DateOfBirth: "date_of_birth";
|
|
1032
|
+
readonly Gender: "gender";
|
|
1033
|
+
readonly HomeAddressCity: "home_address.city";
|
|
1034
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
1035
|
+
readonly HomeAddressState: "home_address.state";
|
|
1036
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
1037
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
1038
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
1039
|
+
readonly JobTitle: "job_title";
|
|
1040
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
1041
|
+
readonly LocationId: "location_id";
|
|
1042
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
1043
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
1044
|
+
readonly Nationality: "nationality";
|
|
1045
|
+
readonly StartDate: "start_date";
|
|
1046
|
+
readonly WorkEmail: "work_email";
|
|
1047
|
+
readonly PrivateEmail: "private_email";
|
|
1048
|
+
readonly YearlySalary: "yearly_salary";
|
|
1049
|
+
}>;
|
|
1050
|
+
}
|
|
1051
|
+
/** @internal */
|
|
1052
|
+
export declare const Schema1Date$inboundSchema: z.ZodType<Schema1Date, z.ZodTypeDef, unknown>;
|
|
1053
|
+
/** @internal */
|
|
1054
|
+
export type Schema1Date$Outbound = {
|
|
1055
|
+
label: string;
|
|
1056
|
+
required: boolean;
|
|
1057
|
+
description?: string | null | undefined;
|
|
1058
|
+
unified_key?: string | null | undefined;
|
|
1059
|
+
type: "date";
|
|
1060
|
+
};
|
|
1061
|
+
/** @internal */
|
|
1062
|
+
export declare const Schema1Date$outboundSchema: z.ZodType<Schema1Date$Outbound, z.ZodTypeDef, Schema1Date>;
|
|
1063
|
+
/**
|
|
1064
|
+
* @internal
|
|
1065
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1066
|
+
*/
|
|
1067
|
+
export declare namespace Schema1Date$ {
|
|
1068
|
+
/** @deprecated use `Schema1Date$inboundSchema` instead. */
|
|
1069
|
+
const inboundSchema: z.ZodType<Schema1Date, z.ZodTypeDef, unknown>;
|
|
1070
|
+
/** @deprecated use `Schema1Date$outboundSchema` instead. */
|
|
1071
|
+
const outboundSchema: z.ZodType<Schema1Date$Outbound, z.ZodTypeDef, Schema1Date>;
|
|
1072
|
+
/** @deprecated use `Schema1Date$Outbound` instead. */
|
|
1073
|
+
type Outbound = Schema1Date$Outbound;
|
|
1074
|
+
}
|
|
1075
|
+
export declare function schema1DateToJSON(schema1Date: Schema1Date): string;
|
|
1076
|
+
export declare function schema1DateFromJSON(jsonString: string): SafeParseResult<Schema1Date, SDKValidationError>;
|
|
1077
|
+
/** @internal */
|
|
1078
|
+
export declare const Schema1UnifiedKey2$inboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey2>;
|
|
1079
|
+
/** @internal */
|
|
1080
|
+
export declare const Schema1UnifiedKey2$outboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey2>;
|
|
1081
|
+
/**
|
|
1082
|
+
* @internal
|
|
1083
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1084
|
+
*/
|
|
1085
|
+
export declare namespace Schema1UnifiedKey2$ {
|
|
1086
|
+
/** @deprecated use `Schema1UnifiedKey2$inboundSchema` instead. */
|
|
1087
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1088
|
+
readonly FirstName: "first_name";
|
|
1089
|
+
readonly LastName: "last_name";
|
|
1090
|
+
readonly DateOfBirth: "date_of_birth";
|
|
1091
|
+
readonly Gender: "gender";
|
|
1092
|
+
readonly HomeAddressCity: "home_address.city";
|
|
1093
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
1094
|
+
readonly HomeAddressState: "home_address.state";
|
|
1095
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
1096
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
1097
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
1098
|
+
readonly JobTitle: "job_title";
|
|
1099
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
1100
|
+
readonly LocationId: "location_id";
|
|
1101
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
1102
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
1103
|
+
readonly Nationality: "nationality";
|
|
1104
|
+
readonly StartDate: "start_date";
|
|
1105
|
+
readonly WorkEmail: "work_email";
|
|
1106
|
+
readonly PrivateEmail: "private_email";
|
|
1107
|
+
readonly YearlySalary: "yearly_salary";
|
|
1108
|
+
}>;
|
|
1109
|
+
/** @deprecated use `Schema1UnifiedKey2$outboundSchema` instead. */
|
|
1110
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1111
|
+
readonly FirstName: "first_name";
|
|
1112
|
+
readonly LastName: "last_name";
|
|
1113
|
+
readonly DateOfBirth: "date_of_birth";
|
|
1114
|
+
readonly Gender: "gender";
|
|
1115
|
+
readonly HomeAddressCity: "home_address.city";
|
|
1116
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
1117
|
+
readonly HomeAddressState: "home_address.state";
|
|
1118
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
1119
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
1120
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
1121
|
+
readonly JobTitle: "job_title";
|
|
1122
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
1123
|
+
readonly LocationId: "location_id";
|
|
1124
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
1125
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
1126
|
+
readonly Nationality: "nationality";
|
|
1127
|
+
readonly StartDate: "start_date";
|
|
1128
|
+
readonly WorkEmail: "work_email";
|
|
1129
|
+
readonly PrivateEmail: "private_email";
|
|
1130
|
+
readonly YearlySalary: "yearly_salary";
|
|
1131
|
+
}>;
|
|
1132
|
+
}
|
|
1133
|
+
/** @internal */
|
|
1134
|
+
export declare const Schema1Number$inboundSchema: z.ZodType<Schema1Number, z.ZodTypeDef, unknown>;
|
|
1135
|
+
/** @internal */
|
|
1136
|
+
export type Schema1Number$Outbound = {
|
|
1137
|
+
label: string;
|
|
1138
|
+
required: boolean;
|
|
1139
|
+
description?: string | null | undefined;
|
|
1140
|
+
unified_key?: string | null | undefined;
|
|
1141
|
+
type: "number";
|
|
1142
|
+
min?: number | null | undefined;
|
|
1143
|
+
max?: number | null | undefined;
|
|
1144
|
+
};
|
|
1145
|
+
/** @internal */
|
|
1146
|
+
export declare const Schema1Number$outboundSchema: z.ZodType<Schema1Number$Outbound, z.ZodTypeDef, Schema1Number>;
|
|
1147
|
+
/**
|
|
1148
|
+
* @internal
|
|
1149
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1150
|
+
*/
|
|
1151
|
+
export declare namespace Schema1Number$ {
|
|
1152
|
+
/** @deprecated use `Schema1Number$inboundSchema` instead. */
|
|
1153
|
+
const inboundSchema: z.ZodType<Schema1Number, z.ZodTypeDef, unknown>;
|
|
1154
|
+
/** @deprecated use `Schema1Number$outboundSchema` instead. */
|
|
1155
|
+
const outboundSchema: z.ZodType<Schema1Number$Outbound, z.ZodTypeDef, Schema1Number>;
|
|
1156
|
+
/** @deprecated use `Schema1Number$Outbound` instead. */
|
|
1157
|
+
type Outbound = Schema1Number$Outbound;
|
|
1158
|
+
}
|
|
1159
|
+
export declare function schema1NumberToJSON(schema1Number: Schema1Number): string;
|
|
1160
|
+
export declare function schema1NumberFromJSON(jsonString: string): SafeParseResult<Schema1Number, SDKValidationError>;
|
|
1161
|
+
/** @internal */
|
|
1162
|
+
export declare const Schema1UnifiedKey1$inboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey1>;
|
|
1163
|
+
/** @internal */
|
|
1164
|
+
export declare const Schema1UnifiedKey1$outboundSchema: z.ZodNativeEnum<typeof Schema1UnifiedKey1>;
|
|
1165
|
+
/**
|
|
1166
|
+
* @internal
|
|
1167
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1168
|
+
*/
|
|
1169
|
+
export declare namespace Schema1UnifiedKey1$ {
|
|
1170
|
+
/** @deprecated use `Schema1UnifiedKey1$inboundSchema` instead. */
|
|
1171
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1172
|
+
readonly FirstName: "first_name";
|
|
1173
|
+
readonly LastName: "last_name";
|
|
1174
|
+
readonly DateOfBirth: "date_of_birth";
|
|
1175
|
+
readonly Gender: "gender";
|
|
1176
|
+
readonly HomeAddressCity: "home_address.city";
|
|
1177
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
1178
|
+
readonly HomeAddressState: "home_address.state";
|
|
1179
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
1180
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
1181
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
1182
|
+
readonly JobTitle: "job_title";
|
|
1183
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
1184
|
+
readonly LocationId: "location_id";
|
|
1185
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
1186
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
1187
|
+
readonly Nationality: "nationality";
|
|
1188
|
+
readonly StartDate: "start_date";
|
|
1189
|
+
readonly WorkEmail: "work_email";
|
|
1190
|
+
readonly PrivateEmail: "private_email";
|
|
1191
|
+
readonly YearlySalary: "yearly_salary";
|
|
1192
|
+
}>;
|
|
1193
|
+
/** @deprecated use `Schema1UnifiedKey1$outboundSchema` instead. */
|
|
1194
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1195
|
+
readonly FirstName: "first_name";
|
|
1196
|
+
readonly LastName: "last_name";
|
|
1197
|
+
readonly DateOfBirth: "date_of_birth";
|
|
1198
|
+
readonly Gender: "gender";
|
|
1199
|
+
readonly HomeAddressCity: "home_address.city";
|
|
1200
|
+
readonly HomeAddressCountry: "home_address.country";
|
|
1201
|
+
readonly HomeAddressState: "home_address.state";
|
|
1202
|
+
readonly HomeAddressStreet1: "home_address.street_1";
|
|
1203
|
+
readonly HomeAddressStreet2: "home_address.street_2";
|
|
1204
|
+
readonly HomeAddressZipCode: "home_address.zip_code";
|
|
1205
|
+
readonly JobTitle: "job_title";
|
|
1206
|
+
readonly LegalEntityId: "legal_entity_id";
|
|
1207
|
+
readonly LocationId: "location_id";
|
|
1208
|
+
readonly MobilePhoneNumber: "mobile_phone_number";
|
|
1209
|
+
readonly HomePhoneNumber: "home_phone_number";
|
|
1210
|
+
readonly Nationality: "nationality";
|
|
1211
|
+
readonly StartDate: "start_date";
|
|
1212
|
+
readonly WorkEmail: "work_email";
|
|
1213
|
+
readonly PrivateEmail: "private_email";
|
|
1214
|
+
readonly YearlySalary: "yearly_salary";
|
|
1215
|
+
}>;
|
|
1216
|
+
}
|
|
1217
|
+
/** @internal */
|
|
1218
|
+
export declare const Schema1Text$inboundSchema: z.ZodType<Schema1Text, z.ZodTypeDef, unknown>;
|
|
1219
|
+
/** @internal */
|
|
1220
|
+
export type Schema1Text$Outbound = {
|
|
1221
|
+
label: string;
|
|
1222
|
+
required: boolean;
|
|
1223
|
+
description?: string | null | undefined;
|
|
1224
|
+
unified_key?: string | null | undefined;
|
|
1225
|
+
type: "text";
|
|
1226
|
+
min_length?: number | null | undefined;
|
|
1227
|
+
max_length?: number | null | undefined;
|
|
1228
|
+
reg_exp?: string | null | undefined;
|
|
1229
|
+
};
|
|
1230
|
+
/** @internal */
|
|
1231
|
+
export declare const Schema1Text$outboundSchema: z.ZodType<Schema1Text$Outbound, z.ZodTypeDef, Schema1Text>;
|
|
1232
|
+
/**
|
|
1233
|
+
* @internal
|
|
1234
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1235
|
+
*/
|
|
1236
|
+
export declare namespace Schema1Text$ {
|
|
1237
|
+
/** @deprecated use `Schema1Text$inboundSchema` instead. */
|
|
1238
|
+
const inboundSchema: z.ZodType<Schema1Text, z.ZodTypeDef, unknown>;
|
|
1239
|
+
/** @deprecated use `Schema1Text$outboundSchema` instead. */
|
|
1240
|
+
const outboundSchema: z.ZodType<Schema1Text$Outbound, z.ZodTypeDef, Schema1Text>;
|
|
1241
|
+
/** @deprecated use `Schema1Text$Outbound` instead. */
|
|
1242
|
+
type Outbound = Schema1Text$Outbound;
|
|
1243
|
+
}
|
|
1244
|
+
export declare function schema1TextToJSON(schema1Text: Schema1Text): string;
|
|
1245
|
+
export declare function schema1TextFromJSON(jsonString: string): SafeParseResult<Schema1Text, SDKValidationError>;
|
|
1246
|
+
/** @internal */
|
|
1247
|
+
export declare const Schema1Union1$inboundSchema: z.ZodType<Schema1Union1, z.ZodTypeDef, unknown>;
|
|
1248
|
+
/** @internal */
|
|
1249
|
+
export type Schema1Union1$Outbound = Schema1SingleSelect$Outbound | Schema1MultiSelect$Outbound | Schema1Object$Outbound | Schema1Array1$Outbound | Schema1File$Outbound | Schema1Text$Outbound | Schema1Number$Outbound | Schema1Date$Outbound | Schema1Checkbox$Outbound;
|
|
1250
|
+
/** @internal */
|
|
1251
|
+
export declare const Schema1Union1$outboundSchema: z.ZodType<Schema1Union1$Outbound, z.ZodTypeDef, Schema1Union1>;
|
|
1252
|
+
/**
|
|
1253
|
+
* @internal
|
|
1254
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1255
|
+
*/
|
|
1256
|
+
export declare namespace Schema1Union1$ {
|
|
1257
|
+
/** @deprecated use `Schema1Union1$inboundSchema` instead. */
|
|
1258
|
+
const inboundSchema: z.ZodType<Schema1Union1, z.ZodTypeDef, unknown>;
|
|
1259
|
+
/** @deprecated use `Schema1Union1$outboundSchema` instead. */
|
|
1260
|
+
const outboundSchema: z.ZodType<Schema1Union1$Outbound, z.ZodTypeDef, Schema1Union1>;
|
|
1261
|
+
/** @deprecated use `Schema1Union1$Outbound` instead. */
|
|
1262
|
+
type Outbound = Schema1Union1$Outbound;
|
|
1263
|
+
}
|
|
1264
|
+
export declare function schema1Union1ToJSON(schema1Union1: Schema1Union1): string;
|
|
1265
|
+
export declare function schema1Union1FromJSON(jsonString: string): SafeParseResult<Schema1Union1, SDKValidationError>;
|
|
1266
|
+
//# sourceMappingURL=schema1union1.d.ts.map
|