@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,1835 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { safeParse } from "../lib/schemas.js";
|
|
7
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
10
|
+
import {
|
|
11
|
+
Schema1,
|
|
12
|
+
Schema1$inboundSchema,
|
|
13
|
+
Schema1$Outbound,
|
|
14
|
+
Schema1$outboundSchema,
|
|
15
|
+
} from "./schema1.js";
|
|
16
|
+
import {
|
|
17
|
+
Schema2Union1,
|
|
18
|
+
Schema2Union1$inboundSchema,
|
|
19
|
+
Schema2Union1$Outbound,
|
|
20
|
+
Schema2Union1$outboundSchema,
|
|
21
|
+
} from "./schema2union1.js";
|
|
22
|
+
|
|
23
|
+
export const Schema1UnifiedKey8 = {
|
|
24
|
+
FirstName: "first_name",
|
|
25
|
+
LastName: "last_name",
|
|
26
|
+
DateOfBirth: "date_of_birth",
|
|
27
|
+
Gender: "gender",
|
|
28
|
+
HomeAddressCity: "home_address.city",
|
|
29
|
+
HomeAddressCountry: "home_address.country",
|
|
30
|
+
HomeAddressState: "home_address.state",
|
|
31
|
+
HomeAddressStreet1: "home_address.street_1",
|
|
32
|
+
HomeAddressStreet2: "home_address.street_2",
|
|
33
|
+
HomeAddressZipCode: "home_address.zip_code",
|
|
34
|
+
JobTitle: "job_title",
|
|
35
|
+
LegalEntityId: "legal_entity_id",
|
|
36
|
+
LocationId: "location_id",
|
|
37
|
+
MobilePhoneNumber: "mobile_phone_number",
|
|
38
|
+
HomePhoneNumber: "home_phone_number",
|
|
39
|
+
Nationality: "nationality",
|
|
40
|
+
StartDate: "start_date",
|
|
41
|
+
WorkEmail: "work_email",
|
|
42
|
+
PrivateEmail: "private_email",
|
|
43
|
+
YearlySalary: "yearly_salary",
|
|
44
|
+
} as const;
|
|
45
|
+
export type Schema1UnifiedKey8 = ClosedEnum<typeof Schema1UnifiedKey8>;
|
|
46
|
+
|
|
47
|
+
export type Schema1FileRestrictions = {
|
|
48
|
+
accepted_mime_types: Array<string>;
|
|
49
|
+
max_file_size?: number | null | undefined;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export type Schema1File = {
|
|
53
|
+
label: string;
|
|
54
|
+
required: boolean;
|
|
55
|
+
description?: string | null | undefined;
|
|
56
|
+
unified_key?: Schema1UnifiedKey8 | null | undefined;
|
|
57
|
+
type: "file";
|
|
58
|
+
file_restrictions: Schema1FileRestrictions;
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export const Schema1UnifiedKey7 = {
|
|
62
|
+
FirstName: "first_name",
|
|
63
|
+
LastName: "last_name",
|
|
64
|
+
DateOfBirth: "date_of_birth",
|
|
65
|
+
Gender: "gender",
|
|
66
|
+
HomeAddressCity: "home_address.city",
|
|
67
|
+
HomeAddressCountry: "home_address.country",
|
|
68
|
+
HomeAddressState: "home_address.state",
|
|
69
|
+
HomeAddressStreet1: "home_address.street_1",
|
|
70
|
+
HomeAddressStreet2: "home_address.street_2",
|
|
71
|
+
HomeAddressZipCode: "home_address.zip_code",
|
|
72
|
+
JobTitle: "job_title",
|
|
73
|
+
LegalEntityId: "legal_entity_id",
|
|
74
|
+
LocationId: "location_id",
|
|
75
|
+
MobilePhoneNumber: "mobile_phone_number",
|
|
76
|
+
HomePhoneNumber: "home_phone_number",
|
|
77
|
+
Nationality: "nationality",
|
|
78
|
+
StartDate: "start_date",
|
|
79
|
+
WorkEmail: "work_email",
|
|
80
|
+
PrivateEmail: "private_email",
|
|
81
|
+
YearlySalary: "yearly_salary",
|
|
82
|
+
} as const;
|
|
83
|
+
export type Schema1UnifiedKey7 = ClosedEnum<typeof Schema1UnifiedKey7>;
|
|
84
|
+
|
|
85
|
+
export type Schema1Array1 = {
|
|
86
|
+
label: string;
|
|
87
|
+
required: boolean;
|
|
88
|
+
description?: string | null | undefined;
|
|
89
|
+
unified_key?: Schema1UnifiedKey7 | null | undefined;
|
|
90
|
+
type: "array";
|
|
91
|
+
item_type: Schema2Union1;
|
|
92
|
+
min_items?: number | null | undefined;
|
|
93
|
+
max_items?: number | null | undefined;
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
export const Schema1UnifiedKey6 = {
|
|
97
|
+
FirstName: "first_name",
|
|
98
|
+
LastName: "last_name",
|
|
99
|
+
DateOfBirth: "date_of_birth",
|
|
100
|
+
Gender: "gender",
|
|
101
|
+
HomeAddressCity: "home_address.city",
|
|
102
|
+
HomeAddressCountry: "home_address.country",
|
|
103
|
+
HomeAddressState: "home_address.state",
|
|
104
|
+
HomeAddressStreet1: "home_address.street_1",
|
|
105
|
+
HomeAddressStreet2: "home_address.street_2",
|
|
106
|
+
HomeAddressZipCode: "home_address.zip_code",
|
|
107
|
+
JobTitle: "job_title",
|
|
108
|
+
LegalEntityId: "legal_entity_id",
|
|
109
|
+
LocationId: "location_id",
|
|
110
|
+
MobilePhoneNumber: "mobile_phone_number",
|
|
111
|
+
HomePhoneNumber: "home_phone_number",
|
|
112
|
+
Nationality: "nationality",
|
|
113
|
+
StartDate: "start_date",
|
|
114
|
+
WorkEmail: "work_email",
|
|
115
|
+
PrivateEmail: "private_email",
|
|
116
|
+
YearlySalary: "yearly_salary",
|
|
117
|
+
} as const;
|
|
118
|
+
export type Schema1UnifiedKey6 = ClosedEnum<typeof Schema1UnifiedKey6>;
|
|
119
|
+
|
|
120
|
+
export type Schema1Object = {
|
|
121
|
+
label: string;
|
|
122
|
+
required: boolean;
|
|
123
|
+
description?: string | null | undefined;
|
|
124
|
+
unified_key?: Schema1UnifiedKey6 | null | undefined;
|
|
125
|
+
type: "object";
|
|
126
|
+
properties: Schema1;
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
export const Schema1UnifiedKey5 = {
|
|
130
|
+
FirstName: "first_name",
|
|
131
|
+
LastName: "last_name",
|
|
132
|
+
DateOfBirth: "date_of_birth",
|
|
133
|
+
Gender: "gender",
|
|
134
|
+
HomeAddressCity: "home_address.city",
|
|
135
|
+
HomeAddressCountry: "home_address.country",
|
|
136
|
+
HomeAddressState: "home_address.state",
|
|
137
|
+
HomeAddressStreet1: "home_address.street_1",
|
|
138
|
+
HomeAddressStreet2: "home_address.street_2",
|
|
139
|
+
HomeAddressZipCode: "home_address.zip_code",
|
|
140
|
+
JobTitle: "job_title",
|
|
141
|
+
LegalEntityId: "legal_entity_id",
|
|
142
|
+
LocationId: "location_id",
|
|
143
|
+
MobilePhoneNumber: "mobile_phone_number",
|
|
144
|
+
HomePhoneNumber: "home_phone_number",
|
|
145
|
+
Nationality: "nationality",
|
|
146
|
+
StartDate: "start_date",
|
|
147
|
+
WorkEmail: "work_email",
|
|
148
|
+
PrivateEmail: "private_email",
|
|
149
|
+
YearlySalary: "yearly_salary",
|
|
150
|
+
} as const;
|
|
151
|
+
export type Schema1UnifiedKey5 = ClosedEnum<typeof Schema1UnifiedKey5>;
|
|
152
|
+
|
|
153
|
+
export type Schema1Checkbox = {
|
|
154
|
+
label: string;
|
|
155
|
+
required: boolean;
|
|
156
|
+
description?: string | null | undefined;
|
|
157
|
+
unified_key?: Schema1UnifiedKey5 | null | undefined;
|
|
158
|
+
type: "checkbox";
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
export type Schema1OptionsReferenced2 = {
|
|
162
|
+
type: "referenced";
|
|
163
|
+
link: string;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
export type Schema1RemoteId2 = string | number;
|
|
167
|
+
|
|
168
|
+
export type Schema1Entry2 = {
|
|
169
|
+
id: string;
|
|
170
|
+
label: string;
|
|
171
|
+
unified_value?: string | undefined;
|
|
172
|
+
remote_id: string | number;
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
export type Schema1OptionsInline2 = {
|
|
176
|
+
type: "inline";
|
|
177
|
+
entries: Array<Schema1Entry2>;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
export type Schema1OptionsUnion2 =
|
|
181
|
+
| Schema1OptionsInline2
|
|
182
|
+
| Schema1OptionsReferenced2;
|
|
183
|
+
|
|
184
|
+
export type Schema1MultiSelect = {
|
|
185
|
+
label: string;
|
|
186
|
+
required: boolean;
|
|
187
|
+
description?: string | null | undefined;
|
|
188
|
+
unified_key?: string | null | undefined;
|
|
189
|
+
type: "multi_select";
|
|
190
|
+
min_items?: number | null | undefined;
|
|
191
|
+
max_items?: number | null | undefined;
|
|
192
|
+
options: Schema1OptionsInline2 | Schema1OptionsReferenced2;
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
export const Schema1UnifiedKey4 = {
|
|
196
|
+
FirstName: "first_name",
|
|
197
|
+
LastName: "last_name",
|
|
198
|
+
DateOfBirth: "date_of_birth",
|
|
199
|
+
Gender: "gender",
|
|
200
|
+
HomeAddressCity: "home_address.city",
|
|
201
|
+
HomeAddressCountry: "home_address.country",
|
|
202
|
+
HomeAddressState: "home_address.state",
|
|
203
|
+
HomeAddressStreet1: "home_address.street_1",
|
|
204
|
+
HomeAddressStreet2: "home_address.street_2",
|
|
205
|
+
HomeAddressZipCode: "home_address.zip_code",
|
|
206
|
+
JobTitle: "job_title",
|
|
207
|
+
LegalEntityId: "legal_entity_id",
|
|
208
|
+
LocationId: "location_id",
|
|
209
|
+
MobilePhoneNumber: "mobile_phone_number",
|
|
210
|
+
HomePhoneNumber: "home_phone_number",
|
|
211
|
+
Nationality: "nationality",
|
|
212
|
+
StartDate: "start_date",
|
|
213
|
+
WorkEmail: "work_email",
|
|
214
|
+
PrivateEmail: "private_email",
|
|
215
|
+
YearlySalary: "yearly_salary",
|
|
216
|
+
} as const;
|
|
217
|
+
export type Schema1UnifiedKey4 = ClosedEnum<typeof Schema1UnifiedKey4>;
|
|
218
|
+
|
|
219
|
+
export type Schema1OptionsReferenced1 = {
|
|
220
|
+
type: "referenced";
|
|
221
|
+
link: string;
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
export type Schema1RemoteId1 = string | number;
|
|
225
|
+
|
|
226
|
+
export type Schema1Entry1 = {
|
|
227
|
+
id: string;
|
|
228
|
+
label: string;
|
|
229
|
+
unified_value?: string | undefined;
|
|
230
|
+
remote_id: string | number;
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
export type Schema1OptionsInline1 = {
|
|
234
|
+
type: "inline";
|
|
235
|
+
entries: Array<Schema1Entry1>;
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
export type Schema1OptionsUnion1 =
|
|
239
|
+
| Schema1OptionsInline1
|
|
240
|
+
| Schema1OptionsReferenced1;
|
|
241
|
+
|
|
242
|
+
export type Schema1SingleSelect = {
|
|
243
|
+
label: string;
|
|
244
|
+
required: boolean;
|
|
245
|
+
description?: string | null | undefined;
|
|
246
|
+
unified_key?: Schema1UnifiedKey4 | null | undefined;
|
|
247
|
+
type: "single_select";
|
|
248
|
+
options: Schema1OptionsInline1 | Schema1OptionsReferenced1;
|
|
249
|
+
};
|
|
250
|
+
|
|
251
|
+
export const Schema1UnifiedKey3 = {
|
|
252
|
+
FirstName: "first_name",
|
|
253
|
+
LastName: "last_name",
|
|
254
|
+
DateOfBirth: "date_of_birth",
|
|
255
|
+
Gender: "gender",
|
|
256
|
+
HomeAddressCity: "home_address.city",
|
|
257
|
+
HomeAddressCountry: "home_address.country",
|
|
258
|
+
HomeAddressState: "home_address.state",
|
|
259
|
+
HomeAddressStreet1: "home_address.street_1",
|
|
260
|
+
HomeAddressStreet2: "home_address.street_2",
|
|
261
|
+
HomeAddressZipCode: "home_address.zip_code",
|
|
262
|
+
JobTitle: "job_title",
|
|
263
|
+
LegalEntityId: "legal_entity_id",
|
|
264
|
+
LocationId: "location_id",
|
|
265
|
+
MobilePhoneNumber: "mobile_phone_number",
|
|
266
|
+
HomePhoneNumber: "home_phone_number",
|
|
267
|
+
Nationality: "nationality",
|
|
268
|
+
StartDate: "start_date",
|
|
269
|
+
WorkEmail: "work_email",
|
|
270
|
+
PrivateEmail: "private_email",
|
|
271
|
+
YearlySalary: "yearly_salary",
|
|
272
|
+
} as const;
|
|
273
|
+
export type Schema1UnifiedKey3 = ClosedEnum<typeof Schema1UnifiedKey3>;
|
|
274
|
+
|
|
275
|
+
export type Schema1Date = {
|
|
276
|
+
label: string;
|
|
277
|
+
required: boolean;
|
|
278
|
+
description?: string | null | undefined;
|
|
279
|
+
unified_key?: Schema1UnifiedKey3 | null | undefined;
|
|
280
|
+
type: "date";
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
export const Schema1UnifiedKey2 = {
|
|
284
|
+
FirstName: "first_name",
|
|
285
|
+
LastName: "last_name",
|
|
286
|
+
DateOfBirth: "date_of_birth",
|
|
287
|
+
Gender: "gender",
|
|
288
|
+
HomeAddressCity: "home_address.city",
|
|
289
|
+
HomeAddressCountry: "home_address.country",
|
|
290
|
+
HomeAddressState: "home_address.state",
|
|
291
|
+
HomeAddressStreet1: "home_address.street_1",
|
|
292
|
+
HomeAddressStreet2: "home_address.street_2",
|
|
293
|
+
HomeAddressZipCode: "home_address.zip_code",
|
|
294
|
+
JobTitle: "job_title",
|
|
295
|
+
LegalEntityId: "legal_entity_id",
|
|
296
|
+
LocationId: "location_id",
|
|
297
|
+
MobilePhoneNumber: "mobile_phone_number",
|
|
298
|
+
HomePhoneNumber: "home_phone_number",
|
|
299
|
+
Nationality: "nationality",
|
|
300
|
+
StartDate: "start_date",
|
|
301
|
+
WorkEmail: "work_email",
|
|
302
|
+
PrivateEmail: "private_email",
|
|
303
|
+
YearlySalary: "yearly_salary",
|
|
304
|
+
} as const;
|
|
305
|
+
export type Schema1UnifiedKey2 = ClosedEnum<typeof Schema1UnifiedKey2>;
|
|
306
|
+
|
|
307
|
+
export type Schema1Number = {
|
|
308
|
+
label: string;
|
|
309
|
+
required: boolean;
|
|
310
|
+
description?: string | null | undefined;
|
|
311
|
+
unified_key?: Schema1UnifiedKey2 | null | undefined;
|
|
312
|
+
type: "number";
|
|
313
|
+
min?: number | null | undefined;
|
|
314
|
+
max?: number | null | undefined;
|
|
315
|
+
};
|
|
316
|
+
|
|
317
|
+
export const Schema1UnifiedKey1 = {
|
|
318
|
+
FirstName: "first_name",
|
|
319
|
+
LastName: "last_name",
|
|
320
|
+
DateOfBirth: "date_of_birth",
|
|
321
|
+
Gender: "gender",
|
|
322
|
+
HomeAddressCity: "home_address.city",
|
|
323
|
+
HomeAddressCountry: "home_address.country",
|
|
324
|
+
HomeAddressState: "home_address.state",
|
|
325
|
+
HomeAddressStreet1: "home_address.street_1",
|
|
326
|
+
HomeAddressStreet2: "home_address.street_2",
|
|
327
|
+
HomeAddressZipCode: "home_address.zip_code",
|
|
328
|
+
JobTitle: "job_title",
|
|
329
|
+
LegalEntityId: "legal_entity_id",
|
|
330
|
+
LocationId: "location_id",
|
|
331
|
+
MobilePhoneNumber: "mobile_phone_number",
|
|
332
|
+
HomePhoneNumber: "home_phone_number",
|
|
333
|
+
Nationality: "nationality",
|
|
334
|
+
StartDate: "start_date",
|
|
335
|
+
WorkEmail: "work_email",
|
|
336
|
+
PrivateEmail: "private_email",
|
|
337
|
+
YearlySalary: "yearly_salary",
|
|
338
|
+
} as const;
|
|
339
|
+
export type Schema1UnifiedKey1 = ClosedEnum<typeof Schema1UnifiedKey1>;
|
|
340
|
+
|
|
341
|
+
export type Schema1Text = {
|
|
342
|
+
label: string;
|
|
343
|
+
required: boolean;
|
|
344
|
+
description?: string | null | undefined;
|
|
345
|
+
unified_key?: Schema1UnifiedKey1 | null | undefined;
|
|
346
|
+
type: "text";
|
|
347
|
+
min_length?: number | null | undefined;
|
|
348
|
+
max_length?: number | null | undefined;
|
|
349
|
+
reg_exp?: string | null | undefined;
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
export type Schema1Union1 =
|
|
353
|
+
| Schema1SingleSelect
|
|
354
|
+
| Schema1MultiSelect
|
|
355
|
+
| Schema1Object
|
|
356
|
+
| Schema1Array1
|
|
357
|
+
| Schema1File
|
|
358
|
+
| Schema1Text
|
|
359
|
+
| Schema1Number
|
|
360
|
+
| Schema1Date
|
|
361
|
+
| Schema1Checkbox;
|
|
362
|
+
|
|
363
|
+
/** @internal */
|
|
364
|
+
export const Schema1UnifiedKey8$inboundSchema: z.ZodNativeEnum<
|
|
365
|
+
typeof Schema1UnifiedKey8
|
|
366
|
+
> = z.nativeEnum(Schema1UnifiedKey8);
|
|
367
|
+
|
|
368
|
+
/** @internal */
|
|
369
|
+
export const Schema1UnifiedKey8$outboundSchema: z.ZodNativeEnum<
|
|
370
|
+
typeof Schema1UnifiedKey8
|
|
371
|
+
> = Schema1UnifiedKey8$inboundSchema;
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* @internal
|
|
375
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
376
|
+
*/
|
|
377
|
+
export namespace Schema1UnifiedKey8$ {
|
|
378
|
+
/** @deprecated use `Schema1UnifiedKey8$inboundSchema` instead. */
|
|
379
|
+
export const inboundSchema = Schema1UnifiedKey8$inboundSchema;
|
|
380
|
+
/** @deprecated use `Schema1UnifiedKey8$outboundSchema` instead. */
|
|
381
|
+
export const outboundSchema = Schema1UnifiedKey8$outboundSchema;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
/** @internal */
|
|
385
|
+
export const Schema1FileRestrictions$inboundSchema: z.ZodType<
|
|
386
|
+
Schema1FileRestrictions,
|
|
387
|
+
z.ZodTypeDef,
|
|
388
|
+
unknown
|
|
389
|
+
> = z.object({
|
|
390
|
+
accepted_mime_types: z.array(z.string()),
|
|
391
|
+
max_file_size: z.nullable(z.number()).optional(),
|
|
392
|
+
});
|
|
393
|
+
|
|
394
|
+
/** @internal */
|
|
395
|
+
export type Schema1FileRestrictions$Outbound = {
|
|
396
|
+
accepted_mime_types: Array<string>;
|
|
397
|
+
max_file_size?: number | null | undefined;
|
|
398
|
+
};
|
|
399
|
+
|
|
400
|
+
/** @internal */
|
|
401
|
+
export const Schema1FileRestrictions$outboundSchema: z.ZodType<
|
|
402
|
+
Schema1FileRestrictions$Outbound,
|
|
403
|
+
z.ZodTypeDef,
|
|
404
|
+
Schema1FileRestrictions
|
|
405
|
+
> = z.object({
|
|
406
|
+
accepted_mime_types: z.array(z.string()),
|
|
407
|
+
max_file_size: z.nullable(z.number()).optional(),
|
|
408
|
+
});
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* @internal
|
|
412
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
413
|
+
*/
|
|
414
|
+
export namespace Schema1FileRestrictions$ {
|
|
415
|
+
/** @deprecated use `Schema1FileRestrictions$inboundSchema` instead. */
|
|
416
|
+
export const inboundSchema = Schema1FileRestrictions$inboundSchema;
|
|
417
|
+
/** @deprecated use `Schema1FileRestrictions$outboundSchema` instead. */
|
|
418
|
+
export const outboundSchema = Schema1FileRestrictions$outboundSchema;
|
|
419
|
+
/** @deprecated use `Schema1FileRestrictions$Outbound` instead. */
|
|
420
|
+
export type Outbound = Schema1FileRestrictions$Outbound;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export function schema1FileRestrictionsToJSON(
|
|
424
|
+
schema1FileRestrictions: Schema1FileRestrictions,
|
|
425
|
+
): string {
|
|
426
|
+
return JSON.stringify(
|
|
427
|
+
Schema1FileRestrictions$outboundSchema.parse(schema1FileRestrictions),
|
|
428
|
+
);
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
export function schema1FileRestrictionsFromJSON(
|
|
432
|
+
jsonString: string,
|
|
433
|
+
): SafeParseResult<Schema1FileRestrictions, SDKValidationError> {
|
|
434
|
+
return safeParse(
|
|
435
|
+
jsonString,
|
|
436
|
+
(x) => Schema1FileRestrictions$inboundSchema.parse(JSON.parse(x)),
|
|
437
|
+
`Failed to parse 'Schema1FileRestrictions' from JSON`,
|
|
438
|
+
);
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
/** @internal */
|
|
442
|
+
export const Schema1File$inboundSchema: z.ZodType<
|
|
443
|
+
Schema1File,
|
|
444
|
+
z.ZodTypeDef,
|
|
445
|
+
unknown
|
|
446
|
+
> = z.object({
|
|
447
|
+
label: z.string(),
|
|
448
|
+
required: z.boolean(),
|
|
449
|
+
description: z.nullable(z.string()).optional(),
|
|
450
|
+
unified_key: z.nullable(Schema1UnifiedKey8$inboundSchema).optional(),
|
|
451
|
+
type: z.literal("file"),
|
|
452
|
+
file_restrictions: z.lazy(() => Schema1FileRestrictions$inboundSchema),
|
|
453
|
+
});
|
|
454
|
+
|
|
455
|
+
/** @internal */
|
|
456
|
+
export type Schema1File$Outbound = {
|
|
457
|
+
label: string;
|
|
458
|
+
required: boolean;
|
|
459
|
+
description?: string | null | undefined;
|
|
460
|
+
unified_key?: string | null | undefined;
|
|
461
|
+
type: "file";
|
|
462
|
+
file_restrictions: Schema1FileRestrictions$Outbound;
|
|
463
|
+
};
|
|
464
|
+
|
|
465
|
+
/** @internal */
|
|
466
|
+
export const Schema1File$outboundSchema: z.ZodType<
|
|
467
|
+
Schema1File$Outbound,
|
|
468
|
+
z.ZodTypeDef,
|
|
469
|
+
Schema1File
|
|
470
|
+
> = z.object({
|
|
471
|
+
label: z.string(),
|
|
472
|
+
required: z.boolean(),
|
|
473
|
+
description: z.nullable(z.string()).optional(),
|
|
474
|
+
unified_key: z.nullable(Schema1UnifiedKey8$outboundSchema).optional(),
|
|
475
|
+
type: z.literal("file"),
|
|
476
|
+
file_restrictions: z.lazy(() => Schema1FileRestrictions$outboundSchema),
|
|
477
|
+
});
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* @internal
|
|
481
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
482
|
+
*/
|
|
483
|
+
export namespace Schema1File$ {
|
|
484
|
+
/** @deprecated use `Schema1File$inboundSchema` instead. */
|
|
485
|
+
export const inboundSchema = Schema1File$inboundSchema;
|
|
486
|
+
/** @deprecated use `Schema1File$outboundSchema` instead. */
|
|
487
|
+
export const outboundSchema = Schema1File$outboundSchema;
|
|
488
|
+
/** @deprecated use `Schema1File$Outbound` instead. */
|
|
489
|
+
export type Outbound = Schema1File$Outbound;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
export function schema1FileToJSON(schema1File: Schema1File): string {
|
|
493
|
+
return JSON.stringify(Schema1File$outboundSchema.parse(schema1File));
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
export function schema1FileFromJSON(
|
|
497
|
+
jsonString: string,
|
|
498
|
+
): SafeParseResult<Schema1File, SDKValidationError> {
|
|
499
|
+
return safeParse(
|
|
500
|
+
jsonString,
|
|
501
|
+
(x) => Schema1File$inboundSchema.parse(JSON.parse(x)),
|
|
502
|
+
`Failed to parse 'Schema1File' from JSON`,
|
|
503
|
+
);
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
/** @internal */
|
|
507
|
+
export const Schema1UnifiedKey7$inboundSchema: z.ZodNativeEnum<
|
|
508
|
+
typeof Schema1UnifiedKey7
|
|
509
|
+
> = z.nativeEnum(Schema1UnifiedKey7);
|
|
510
|
+
|
|
511
|
+
/** @internal */
|
|
512
|
+
export const Schema1UnifiedKey7$outboundSchema: z.ZodNativeEnum<
|
|
513
|
+
typeof Schema1UnifiedKey7
|
|
514
|
+
> = Schema1UnifiedKey7$inboundSchema;
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* @internal
|
|
518
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
519
|
+
*/
|
|
520
|
+
export namespace Schema1UnifiedKey7$ {
|
|
521
|
+
/** @deprecated use `Schema1UnifiedKey7$inboundSchema` instead. */
|
|
522
|
+
export const inboundSchema = Schema1UnifiedKey7$inboundSchema;
|
|
523
|
+
/** @deprecated use `Schema1UnifiedKey7$outboundSchema` instead. */
|
|
524
|
+
export const outboundSchema = Schema1UnifiedKey7$outboundSchema;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
/** @internal */
|
|
528
|
+
export const Schema1Array1$inboundSchema: z.ZodType<
|
|
529
|
+
Schema1Array1,
|
|
530
|
+
z.ZodTypeDef,
|
|
531
|
+
unknown
|
|
532
|
+
> = z.object({
|
|
533
|
+
label: z.string(),
|
|
534
|
+
required: z.boolean(),
|
|
535
|
+
description: z.nullable(z.string()).optional(),
|
|
536
|
+
unified_key: z.nullable(Schema1UnifiedKey7$inboundSchema).optional(),
|
|
537
|
+
type: z.literal("array"),
|
|
538
|
+
item_type: Schema2Union1$inboundSchema,
|
|
539
|
+
min_items: z.nullable(z.number()).optional(),
|
|
540
|
+
max_items: z.nullable(z.number()).optional(),
|
|
541
|
+
});
|
|
542
|
+
|
|
543
|
+
/** @internal */
|
|
544
|
+
export type Schema1Array1$Outbound = {
|
|
545
|
+
label: string;
|
|
546
|
+
required: boolean;
|
|
547
|
+
description?: string | null | undefined;
|
|
548
|
+
unified_key?: string | null | undefined;
|
|
549
|
+
type: "array";
|
|
550
|
+
item_type: Schema2Union1$Outbound;
|
|
551
|
+
min_items?: number | null | undefined;
|
|
552
|
+
max_items?: number | null | undefined;
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
/** @internal */
|
|
556
|
+
export const Schema1Array1$outboundSchema: z.ZodType<
|
|
557
|
+
Schema1Array1$Outbound,
|
|
558
|
+
z.ZodTypeDef,
|
|
559
|
+
Schema1Array1
|
|
560
|
+
> = z.object({
|
|
561
|
+
label: z.string(),
|
|
562
|
+
required: z.boolean(),
|
|
563
|
+
description: z.nullable(z.string()).optional(),
|
|
564
|
+
unified_key: z.nullable(Schema1UnifiedKey7$outboundSchema).optional(),
|
|
565
|
+
type: z.literal("array"),
|
|
566
|
+
item_type: Schema2Union1$outboundSchema,
|
|
567
|
+
min_items: z.nullable(z.number()).optional(),
|
|
568
|
+
max_items: z.nullable(z.number()).optional(),
|
|
569
|
+
});
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* @internal
|
|
573
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
574
|
+
*/
|
|
575
|
+
export namespace Schema1Array1$ {
|
|
576
|
+
/** @deprecated use `Schema1Array1$inboundSchema` instead. */
|
|
577
|
+
export const inboundSchema = Schema1Array1$inboundSchema;
|
|
578
|
+
/** @deprecated use `Schema1Array1$outboundSchema` instead. */
|
|
579
|
+
export const outboundSchema = Schema1Array1$outboundSchema;
|
|
580
|
+
/** @deprecated use `Schema1Array1$Outbound` instead. */
|
|
581
|
+
export type Outbound = Schema1Array1$Outbound;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
export function schema1Array1ToJSON(schema1Array1: Schema1Array1): string {
|
|
585
|
+
return JSON.stringify(Schema1Array1$outboundSchema.parse(schema1Array1));
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
export function schema1Array1FromJSON(
|
|
589
|
+
jsonString: string,
|
|
590
|
+
): SafeParseResult<Schema1Array1, SDKValidationError> {
|
|
591
|
+
return safeParse(
|
|
592
|
+
jsonString,
|
|
593
|
+
(x) => Schema1Array1$inboundSchema.parse(JSON.parse(x)),
|
|
594
|
+
`Failed to parse 'Schema1Array1' from JSON`,
|
|
595
|
+
);
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
/** @internal */
|
|
599
|
+
export const Schema1UnifiedKey6$inboundSchema: z.ZodNativeEnum<
|
|
600
|
+
typeof Schema1UnifiedKey6
|
|
601
|
+
> = z.nativeEnum(Schema1UnifiedKey6);
|
|
602
|
+
|
|
603
|
+
/** @internal */
|
|
604
|
+
export const Schema1UnifiedKey6$outboundSchema: z.ZodNativeEnum<
|
|
605
|
+
typeof Schema1UnifiedKey6
|
|
606
|
+
> = Schema1UnifiedKey6$inboundSchema;
|
|
607
|
+
|
|
608
|
+
/**
|
|
609
|
+
* @internal
|
|
610
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
611
|
+
*/
|
|
612
|
+
export namespace Schema1UnifiedKey6$ {
|
|
613
|
+
/** @deprecated use `Schema1UnifiedKey6$inboundSchema` instead. */
|
|
614
|
+
export const inboundSchema = Schema1UnifiedKey6$inboundSchema;
|
|
615
|
+
/** @deprecated use `Schema1UnifiedKey6$outboundSchema` instead. */
|
|
616
|
+
export const outboundSchema = Schema1UnifiedKey6$outboundSchema;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
/** @internal */
|
|
620
|
+
export const Schema1Object$inboundSchema: z.ZodType<
|
|
621
|
+
Schema1Object,
|
|
622
|
+
z.ZodTypeDef,
|
|
623
|
+
unknown
|
|
624
|
+
> = z.object({
|
|
625
|
+
label: z.string(),
|
|
626
|
+
required: z.boolean(),
|
|
627
|
+
description: z.nullable(z.string()).optional(),
|
|
628
|
+
unified_key: z.nullable(Schema1UnifiedKey6$inboundSchema).optional(),
|
|
629
|
+
type: z.literal("object"),
|
|
630
|
+
properties: Schema1$inboundSchema,
|
|
631
|
+
});
|
|
632
|
+
|
|
633
|
+
/** @internal */
|
|
634
|
+
export type Schema1Object$Outbound = {
|
|
635
|
+
label: string;
|
|
636
|
+
required: boolean;
|
|
637
|
+
description?: string | null | undefined;
|
|
638
|
+
unified_key?: string | null | undefined;
|
|
639
|
+
type: "object";
|
|
640
|
+
properties: Schema1$Outbound;
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
/** @internal */
|
|
644
|
+
export const Schema1Object$outboundSchema: z.ZodType<
|
|
645
|
+
Schema1Object$Outbound,
|
|
646
|
+
z.ZodTypeDef,
|
|
647
|
+
Schema1Object
|
|
648
|
+
> = z.object({
|
|
649
|
+
label: z.string(),
|
|
650
|
+
required: z.boolean(),
|
|
651
|
+
description: z.nullable(z.string()).optional(),
|
|
652
|
+
unified_key: z.nullable(Schema1UnifiedKey6$outboundSchema).optional(),
|
|
653
|
+
type: z.literal("object"),
|
|
654
|
+
properties: Schema1$outboundSchema,
|
|
655
|
+
});
|
|
656
|
+
|
|
657
|
+
/**
|
|
658
|
+
* @internal
|
|
659
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
660
|
+
*/
|
|
661
|
+
export namespace Schema1Object$ {
|
|
662
|
+
/** @deprecated use `Schema1Object$inboundSchema` instead. */
|
|
663
|
+
export const inboundSchema = Schema1Object$inboundSchema;
|
|
664
|
+
/** @deprecated use `Schema1Object$outboundSchema` instead. */
|
|
665
|
+
export const outboundSchema = Schema1Object$outboundSchema;
|
|
666
|
+
/** @deprecated use `Schema1Object$Outbound` instead. */
|
|
667
|
+
export type Outbound = Schema1Object$Outbound;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
export function schema1ObjectToJSON(schema1Object: Schema1Object): string {
|
|
671
|
+
return JSON.stringify(Schema1Object$outboundSchema.parse(schema1Object));
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
export function schema1ObjectFromJSON(
|
|
675
|
+
jsonString: string,
|
|
676
|
+
): SafeParseResult<Schema1Object, SDKValidationError> {
|
|
677
|
+
return safeParse(
|
|
678
|
+
jsonString,
|
|
679
|
+
(x) => Schema1Object$inboundSchema.parse(JSON.parse(x)),
|
|
680
|
+
`Failed to parse 'Schema1Object' from JSON`,
|
|
681
|
+
);
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
/** @internal */
|
|
685
|
+
export const Schema1UnifiedKey5$inboundSchema: z.ZodNativeEnum<
|
|
686
|
+
typeof Schema1UnifiedKey5
|
|
687
|
+
> = z.nativeEnum(Schema1UnifiedKey5);
|
|
688
|
+
|
|
689
|
+
/** @internal */
|
|
690
|
+
export const Schema1UnifiedKey5$outboundSchema: z.ZodNativeEnum<
|
|
691
|
+
typeof Schema1UnifiedKey5
|
|
692
|
+
> = Schema1UnifiedKey5$inboundSchema;
|
|
693
|
+
|
|
694
|
+
/**
|
|
695
|
+
* @internal
|
|
696
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
697
|
+
*/
|
|
698
|
+
export namespace Schema1UnifiedKey5$ {
|
|
699
|
+
/** @deprecated use `Schema1UnifiedKey5$inboundSchema` instead. */
|
|
700
|
+
export const inboundSchema = Schema1UnifiedKey5$inboundSchema;
|
|
701
|
+
/** @deprecated use `Schema1UnifiedKey5$outboundSchema` instead. */
|
|
702
|
+
export const outboundSchema = Schema1UnifiedKey5$outboundSchema;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
/** @internal */
|
|
706
|
+
export const Schema1Checkbox$inboundSchema: z.ZodType<
|
|
707
|
+
Schema1Checkbox,
|
|
708
|
+
z.ZodTypeDef,
|
|
709
|
+
unknown
|
|
710
|
+
> = z.object({
|
|
711
|
+
label: z.string(),
|
|
712
|
+
required: z.boolean(),
|
|
713
|
+
description: z.nullable(z.string()).optional(),
|
|
714
|
+
unified_key: z.nullable(Schema1UnifiedKey5$inboundSchema).optional(),
|
|
715
|
+
type: z.literal("checkbox"),
|
|
716
|
+
});
|
|
717
|
+
|
|
718
|
+
/** @internal */
|
|
719
|
+
export type Schema1Checkbox$Outbound = {
|
|
720
|
+
label: string;
|
|
721
|
+
required: boolean;
|
|
722
|
+
description?: string | null | undefined;
|
|
723
|
+
unified_key?: string | null | undefined;
|
|
724
|
+
type: "checkbox";
|
|
725
|
+
};
|
|
726
|
+
|
|
727
|
+
/** @internal */
|
|
728
|
+
export const Schema1Checkbox$outboundSchema: z.ZodType<
|
|
729
|
+
Schema1Checkbox$Outbound,
|
|
730
|
+
z.ZodTypeDef,
|
|
731
|
+
Schema1Checkbox
|
|
732
|
+
> = z.object({
|
|
733
|
+
label: z.string(),
|
|
734
|
+
required: z.boolean(),
|
|
735
|
+
description: z.nullable(z.string()).optional(),
|
|
736
|
+
unified_key: z.nullable(Schema1UnifiedKey5$outboundSchema).optional(),
|
|
737
|
+
type: z.literal("checkbox"),
|
|
738
|
+
});
|
|
739
|
+
|
|
740
|
+
/**
|
|
741
|
+
* @internal
|
|
742
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
743
|
+
*/
|
|
744
|
+
export namespace Schema1Checkbox$ {
|
|
745
|
+
/** @deprecated use `Schema1Checkbox$inboundSchema` instead. */
|
|
746
|
+
export const inboundSchema = Schema1Checkbox$inboundSchema;
|
|
747
|
+
/** @deprecated use `Schema1Checkbox$outboundSchema` instead. */
|
|
748
|
+
export const outboundSchema = Schema1Checkbox$outboundSchema;
|
|
749
|
+
/** @deprecated use `Schema1Checkbox$Outbound` instead. */
|
|
750
|
+
export type Outbound = Schema1Checkbox$Outbound;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
export function schema1CheckboxToJSON(
|
|
754
|
+
schema1Checkbox: Schema1Checkbox,
|
|
755
|
+
): string {
|
|
756
|
+
return JSON.stringify(Schema1Checkbox$outboundSchema.parse(schema1Checkbox));
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
export function schema1CheckboxFromJSON(
|
|
760
|
+
jsonString: string,
|
|
761
|
+
): SafeParseResult<Schema1Checkbox, SDKValidationError> {
|
|
762
|
+
return safeParse(
|
|
763
|
+
jsonString,
|
|
764
|
+
(x) => Schema1Checkbox$inboundSchema.parse(JSON.parse(x)),
|
|
765
|
+
`Failed to parse 'Schema1Checkbox' from JSON`,
|
|
766
|
+
);
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
/** @internal */
|
|
770
|
+
export const Schema1OptionsReferenced2$inboundSchema: z.ZodType<
|
|
771
|
+
Schema1OptionsReferenced2,
|
|
772
|
+
z.ZodTypeDef,
|
|
773
|
+
unknown
|
|
774
|
+
> = z.object({
|
|
775
|
+
type: z.literal("referenced"),
|
|
776
|
+
link: z.string(),
|
|
777
|
+
});
|
|
778
|
+
|
|
779
|
+
/** @internal */
|
|
780
|
+
export type Schema1OptionsReferenced2$Outbound = {
|
|
781
|
+
type: "referenced";
|
|
782
|
+
link: string;
|
|
783
|
+
};
|
|
784
|
+
|
|
785
|
+
/** @internal */
|
|
786
|
+
export const Schema1OptionsReferenced2$outboundSchema: z.ZodType<
|
|
787
|
+
Schema1OptionsReferenced2$Outbound,
|
|
788
|
+
z.ZodTypeDef,
|
|
789
|
+
Schema1OptionsReferenced2
|
|
790
|
+
> = z.object({
|
|
791
|
+
type: z.literal("referenced"),
|
|
792
|
+
link: z.string(),
|
|
793
|
+
});
|
|
794
|
+
|
|
795
|
+
/**
|
|
796
|
+
* @internal
|
|
797
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
798
|
+
*/
|
|
799
|
+
export namespace Schema1OptionsReferenced2$ {
|
|
800
|
+
/** @deprecated use `Schema1OptionsReferenced2$inboundSchema` instead. */
|
|
801
|
+
export const inboundSchema = Schema1OptionsReferenced2$inboundSchema;
|
|
802
|
+
/** @deprecated use `Schema1OptionsReferenced2$outboundSchema` instead. */
|
|
803
|
+
export const outboundSchema = Schema1OptionsReferenced2$outboundSchema;
|
|
804
|
+
/** @deprecated use `Schema1OptionsReferenced2$Outbound` instead. */
|
|
805
|
+
export type Outbound = Schema1OptionsReferenced2$Outbound;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
export function schema1OptionsReferenced2ToJSON(
|
|
809
|
+
schema1OptionsReferenced2: Schema1OptionsReferenced2,
|
|
810
|
+
): string {
|
|
811
|
+
return JSON.stringify(
|
|
812
|
+
Schema1OptionsReferenced2$outboundSchema.parse(schema1OptionsReferenced2),
|
|
813
|
+
);
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
export function schema1OptionsReferenced2FromJSON(
|
|
817
|
+
jsonString: string,
|
|
818
|
+
): SafeParseResult<Schema1OptionsReferenced2, SDKValidationError> {
|
|
819
|
+
return safeParse(
|
|
820
|
+
jsonString,
|
|
821
|
+
(x) => Schema1OptionsReferenced2$inboundSchema.parse(JSON.parse(x)),
|
|
822
|
+
`Failed to parse 'Schema1OptionsReferenced2' from JSON`,
|
|
823
|
+
);
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
/** @internal */
|
|
827
|
+
export const Schema1RemoteId2$inboundSchema: z.ZodType<
|
|
828
|
+
Schema1RemoteId2,
|
|
829
|
+
z.ZodTypeDef,
|
|
830
|
+
unknown
|
|
831
|
+
> = z.union([z.string(), z.number()]);
|
|
832
|
+
|
|
833
|
+
/** @internal */
|
|
834
|
+
export type Schema1RemoteId2$Outbound = string | number;
|
|
835
|
+
|
|
836
|
+
/** @internal */
|
|
837
|
+
export const Schema1RemoteId2$outboundSchema: z.ZodType<
|
|
838
|
+
Schema1RemoteId2$Outbound,
|
|
839
|
+
z.ZodTypeDef,
|
|
840
|
+
Schema1RemoteId2
|
|
841
|
+
> = z.union([z.string(), z.number()]);
|
|
842
|
+
|
|
843
|
+
/**
|
|
844
|
+
* @internal
|
|
845
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
846
|
+
*/
|
|
847
|
+
export namespace Schema1RemoteId2$ {
|
|
848
|
+
/** @deprecated use `Schema1RemoteId2$inboundSchema` instead. */
|
|
849
|
+
export const inboundSchema = Schema1RemoteId2$inboundSchema;
|
|
850
|
+
/** @deprecated use `Schema1RemoteId2$outboundSchema` instead. */
|
|
851
|
+
export const outboundSchema = Schema1RemoteId2$outboundSchema;
|
|
852
|
+
/** @deprecated use `Schema1RemoteId2$Outbound` instead. */
|
|
853
|
+
export type Outbound = Schema1RemoteId2$Outbound;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
export function schema1RemoteId2ToJSON(
|
|
857
|
+
schema1RemoteId2: Schema1RemoteId2,
|
|
858
|
+
): string {
|
|
859
|
+
return JSON.stringify(
|
|
860
|
+
Schema1RemoteId2$outboundSchema.parse(schema1RemoteId2),
|
|
861
|
+
);
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
export function schema1RemoteId2FromJSON(
|
|
865
|
+
jsonString: string,
|
|
866
|
+
): SafeParseResult<Schema1RemoteId2, SDKValidationError> {
|
|
867
|
+
return safeParse(
|
|
868
|
+
jsonString,
|
|
869
|
+
(x) => Schema1RemoteId2$inboundSchema.parse(JSON.parse(x)),
|
|
870
|
+
`Failed to parse 'Schema1RemoteId2' from JSON`,
|
|
871
|
+
);
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
/** @internal */
|
|
875
|
+
export const Schema1Entry2$inboundSchema: z.ZodType<
|
|
876
|
+
Schema1Entry2,
|
|
877
|
+
z.ZodTypeDef,
|
|
878
|
+
unknown
|
|
879
|
+
> = z.object({
|
|
880
|
+
id: z.string(),
|
|
881
|
+
label: z.string(),
|
|
882
|
+
unified_value: z.string().optional(),
|
|
883
|
+
remote_id: z.union([z.string(), z.number()]),
|
|
884
|
+
});
|
|
885
|
+
|
|
886
|
+
/** @internal */
|
|
887
|
+
export type Schema1Entry2$Outbound = {
|
|
888
|
+
id: string;
|
|
889
|
+
label: string;
|
|
890
|
+
unified_value?: string | undefined;
|
|
891
|
+
remote_id: string | number;
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
/** @internal */
|
|
895
|
+
export const Schema1Entry2$outboundSchema: z.ZodType<
|
|
896
|
+
Schema1Entry2$Outbound,
|
|
897
|
+
z.ZodTypeDef,
|
|
898
|
+
Schema1Entry2
|
|
899
|
+
> = z.object({
|
|
900
|
+
id: z.string(),
|
|
901
|
+
label: z.string(),
|
|
902
|
+
unified_value: z.string().optional(),
|
|
903
|
+
remote_id: z.union([z.string(), z.number()]),
|
|
904
|
+
});
|
|
905
|
+
|
|
906
|
+
/**
|
|
907
|
+
* @internal
|
|
908
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
909
|
+
*/
|
|
910
|
+
export namespace Schema1Entry2$ {
|
|
911
|
+
/** @deprecated use `Schema1Entry2$inboundSchema` instead. */
|
|
912
|
+
export const inboundSchema = Schema1Entry2$inboundSchema;
|
|
913
|
+
/** @deprecated use `Schema1Entry2$outboundSchema` instead. */
|
|
914
|
+
export const outboundSchema = Schema1Entry2$outboundSchema;
|
|
915
|
+
/** @deprecated use `Schema1Entry2$Outbound` instead. */
|
|
916
|
+
export type Outbound = Schema1Entry2$Outbound;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
export function schema1Entry2ToJSON(schema1Entry2: Schema1Entry2): string {
|
|
920
|
+
return JSON.stringify(Schema1Entry2$outboundSchema.parse(schema1Entry2));
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
export function schema1Entry2FromJSON(
|
|
924
|
+
jsonString: string,
|
|
925
|
+
): SafeParseResult<Schema1Entry2, SDKValidationError> {
|
|
926
|
+
return safeParse(
|
|
927
|
+
jsonString,
|
|
928
|
+
(x) => Schema1Entry2$inboundSchema.parse(JSON.parse(x)),
|
|
929
|
+
`Failed to parse 'Schema1Entry2' from JSON`,
|
|
930
|
+
);
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
/** @internal */
|
|
934
|
+
export const Schema1OptionsInline2$inboundSchema: z.ZodType<
|
|
935
|
+
Schema1OptionsInline2,
|
|
936
|
+
z.ZodTypeDef,
|
|
937
|
+
unknown
|
|
938
|
+
> = z.object({
|
|
939
|
+
type: z.literal("inline"),
|
|
940
|
+
entries: z.array(z.lazy(() => Schema1Entry2$inboundSchema)),
|
|
941
|
+
});
|
|
942
|
+
|
|
943
|
+
/** @internal */
|
|
944
|
+
export type Schema1OptionsInline2$Outbound = {
|
|
945
|
+
type: "inline";
|
|
946
|
+
entries: Array<Schema1Entry2$Outbound>;
|
|
947
|
+
};
|
|
948
|
+
|
|
949
|
+
/** @internal */
|
|
950
|
+
export const Schema1OptionsInline2$outboundSchema: z.ZodType<
|
|
951
|
+
Schema1OptionsInline2$Outbound,
|
|
952
|
+
z.ZodTypeDef,
|
|
953
|
+
Schema1OptionsInline2
|
|
954
|
+
> = z.object({
|
|
955
|
+
type: z.literal("inline"),
|
|
956
|
+
entries: z.array(z.lazy(() => Schema1Entry2$outboundSchema)),
|
|
957
|
+
});
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
* @internal
|
|
961
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
962
|
+
*/
|
|
963
|
+
export namespace Schema1OptionsInline2$ {
|
|
964
|
+
/** @deprecated use `Schema1OptionsInline2$inboundSchema` instead. */
|
|
965
|
+
export const inboundSchema = Schema1OptionsInline2$inboundSchema;
|
|
966
|
+
/** @deprecated use `Schema1OptionsInline2$outboundSchema` instead. */
|
|
967
|
+
export const outboundSchema = Schema1OptionsInline2$outboundSchema;
|
|
968
|
+
/** @deprecated use `Schema1OptionsInline2$Outbound` instead. */
|
|
969
|
+
export type Outbound = Schema1OptionsInline2$Outbound;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
export function schema1OptionsInline2ToJSON(
|
|
973
|
+
schema1OptionsInline2: Schema1OptionsInline2,
|
|
974
|
+
): string {
|
|
975
|
+
return JSON.stringify(
|
|
976
|
+
Schema1OptionsInline2$outboundSchema.parse(schema1OptionsInline2),
|
|
977
|
+
);
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
export function schema1OptionsInline2FromJSON(
|
|
981
|
+
jsonString: string,
|
|
982
|
+
): SafeParseResult<Schema1OptionsInline2, SDKValidationError> {
|
|
983
|
+
return safeParse(
|
|
984
|
+
jsonString,
|
|
985
|
+
(x) => Schema1OptionsInline2$inboundSchema.parse(JSON.parse(x)),
|
|
986
|
+
`Failed to parse 'Schema1OptionsInline2' from JSON`,
|
|
987
|
+
);
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
/** @internal */
|
|
991
|
+
export const Schema1OptionsUnion2$inboundSchema: z.ZodType<
|
|
992
|
+
Schema1OptionsUnion2,
|
|
993
|
+
z.ZodTypeDef,
|
|
994
|
+
unknown
|
|
995
|
+
> = z.union([
|
|
996
|
+
z.lazy(() => Schema1OptionsInline2$inboundSchema),
|
|
997
|
+
z.lazy(() => Schema1OptionsReferenced2$inboundSchema),
|
|
998
|
+
]);
|
|
999
|
+
|
|
1000
|
+
/** @internal */
|
|
1001
|
+
export type Schema1OptionsUnion2$Outbound =
|
|
1002
|
+
| Schema1OptionsInline2$Outbound
|
|
1003
|
+
| Schema1OptionsReferenced2$Outbound;
|
|
1004
|
+
|
|
1005
|
+
/** @internal */
|
|
1006
|
+
export const Schema1OptionsUnion2$outboundSchema: z.ZodType<
|
|
1007
|
+
Schema1OptionsUnion2$Outbound,
|
|
1008
|
+
z.ZodTypeDef,
|
|
1009
|
+
Schema1OptionsUnion2
|
|
1010
|
+
> = z.union([
|
|
1011
|
+
z.lazy(() => Schema1OptionsInline2$outboundSchema),
|
|
1012
|
+
z.lazy(() => Schema1OptionsReferenced2$outboundSchema),
|
|
1013
|
+
]);
|
|
1014
|
+
|
|
1015
|
+
/**
|
|
1016
|
+
* @internal
|
|
1017
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1018
|
+
*/
|
|
1019
|
+
export namespace Schema1OptionsUnion2$ {
|
|
1020
|
+
/** @deprecated use `Schema1OptionsUnion2$inboundSchema` instead. */
|
|
1021
|
+
export const inboundSchema = Schema1OptionsUnion2$inboundSchema;
|
|
1022
|
+
/** @deprecated use `Schema1OptionsUnion2$outboundSchema` instead. */
|
|
1023
|
+
export const outboundSchema = Schema1OptionsUnion2$outboundSchema;
|
|
1024
|
+
/** @deprecated use `Schema1OptionsUnion2$Outbound` instead. */
|
|
1025
|
+
export type Outbound = Schema1OptionsUnion2$Outbound;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
export function schema1OptionsUnion2ToJSON(
|
|
1029
|
+
schema1OptionsUnion2: Schema1OptionsUnion2,
|
|
1030
|
+
): string {
|
|
1031
|
+
return JSON.stringify(
|
|
1032
|
+
Schema1OptionsUnion2$outboundSchema.parse(schema1OptionsUnion2),
|
|
1033
|
+
);
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
export function schema1OptionsUnion2FromJSON(
|
|
1037
|
+
jsonString: string,
|
|
1038
|
+
): SafeParseResult<Schema1OptionsUnion2, SDKValidationError> {
|
|
1039
|
+
return safeParse(
|
|
1040
|
+
jsonString,
|
|
1041
|
+
(x) => Schema1OptionsUnion2$inboundSchema.parse(JSON.parse(x)),
|
|
1042
|
+
`Failed to parse 'Schema1OptionsUnion2' from JSON`,
|
|
1043
|
+
);
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
/** @internal */
|
|
1047
|
+
export const Schema1MultiSelect$inboundSchema: z.ZodType<
|
|
1048
|
+
Schema1MultiSelect,
|
|
1049
|
+
z.ZodTypeDef,
|
|
1050
|
+
unknown
|
|
1051
|
+
> = z.object({
|
|
1052
|
+
label: z.string(),
|
|
1053
|
+
required: z.boolean(),
|
|
1054
|
+
description: z.nullable(z.string()).optional(),
|
|
1055
|
+
unified_key: z.nullable(z.string()).optional(),
|
|
1056
|
+
type: z.literal("multi_select"),
|
|
1057
|
+
min_items: z.nullable(z.number()).optional(),
|
|
1058
|
+
max_items: z.nullable(z.number()).optional(),
|
|
1059
|
+
options: z.union([
|
|
1060
|
+
z.lazy(() => Schema1OptionsInline2$inboundSchema),
|
|
1061
|
+
z.lazy(() => Schema1OptionsReferenced2$inboundSchema),
|
|
1062
|
+
]),
|
|
1063
|
+
});
|
|
1064
|
+
|
|
1065
|
+
/** @internal */
|
|
1066
|
+
export type Schema1MultiSelect$Outbound = {
|
|
1067
|
+
label: string;
|
|
1068
|
+
required: boolean;
|
|
1069
|
+
description?: string | null | undefined;
|
|
1070
|
+
unified_key?: string | null | undefined;
|
|
1071
|
+
type: "multi_select";
|
|
1072
|
+
min_items?: number | null | undefined;
|
|
1073
|
+
max_items?: number | null | undefined;
|
|
1074
|
+
options: Schema1OptionsInline2$Outbound | Schema1OptionsReferenced2$Outbound;
|
|
1075
|
+
};
|
|
1076
|
+
|
|
1077
|
+
/** @internal */
|
|
1078
|
+
export const Schema1MultiSelect$outboundSchema: z.ZodType<
|
|
1079
|
+
Schema1MultiSelect$Outbound,
|
|
1080
|
+
z.ZodTypeDef,
|
|
1081
|
+
Schema1MultiSelect
|
|
1082
|
+
> = z.object({
|
|
1083
|
+
label: z.string(),
|
|
1084
|
+
required: z.boolean(),
|
|
1085
|
+
description: z.nullable(z.string()).optional(),
|
|
1086
|
+
unified_key: z.nullable(z.string()).optional(),
|
|
1087
|
+
type: z.literal("multi_select"),
|
|
1088
|
+
min_items: z.nullable(z.number()).optional(),
|
|
1089
|
+
max_items: z.nullable(z.number()).optional(),
|
|
1090
|
+
options: z.union([
|
|
1091
|
+
z.lazy(() => Schema1OptionsInline2$outboundSchema),
|
|
1092
|
+
z.lazy(() => Schema1OptionsReferenced2$outboundSchema),
|
|
1093
|
+
]),
|
|
1094
|
+
});
|
|
1095
|
+
|
|
1096
|
+
/**
|
|
1097
|
+
* @internal
|
|
1098
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1099
|
+
*/
|
|
1100
|
+
export namespace Schema1MultiSelect$ {
|
|
1101
|
+
/** @deprecated use `Schema1MultiSelect$inboundSchema` instead. */
|
|
1102
|
+
export const inboundSchema = Schema1MultiSelect$inboundSchema;
|
|
1103
|
+
/** @deprecated use `Schema1MultiSelect$outboundSchema` instead. */
|
|
1104
|
+
export const outboundSchema = Schema1MultiSelect$outboundSchema;
|
|
1105
|
+
/** @deprecated use `Schema1MultiSelect$Outbound` instead. */
|
|
1106
|
+
export type Outbound = Schema1MultiSelect$Outbound;
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
export function schema1MultiSelectToJSON(
|
|
1110
|
+
schema1MultiSelect: Schema1MultiSelect,
|
|
1111
|
+
): string {
|
|
1112
|
+
return JSON.stringify(
|
|
1113
|
+
Schema1MultiSelect$outboundSchema.parse(schema1MultiSelect),
|
|
1114
|
+
);
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
export function schema1MultiSelectFromJSON(
|
|
1118
|
+
jsonString: string,
|
|
1119
|
+
): SafeParseResult<Schema1MultiSelect, SDKValidationError> {
|
|
1120
|
+
return safeParse(
|
|
1121
|
+
jsonString,
|
|
1122
|
+
(x) => Schema1MultiSelect$inboundSchema.parse(JSON.parse(x)),
|
|
1123
|
+
`Failed to parse 'Schema1MultiSelect' from JSON`,
|
|
1124
|
+
);
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
/** @internal */
|
|
1128
|
+
export const Schema1UnifiedKey4$inboundSchema: z.ZodNativeEnum<
|
|
1129
|
+
typeof Schema1UnifiedKey4
|
|
1130
|
+
> = z.nativeEnum(Schema1UnifiedKey4);
|
|
1131
|
+
|
|
1132
|
+
/** @internal */
|
|
1133
|
+
export const Schema1UnifiedKey4$outboundSchema: z.ZodNativeEnum<
|
|
1134
|
+
typeof Schema1UnifiedKey4
|
|
1135
|
+
> = Schema1UnifiedKey4$inboundSchema;
|
|
1136
|
+
|
|
1137
|
+
/**
|
|
1138
|
+
* @internal
|
|
1139
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1140
|
+
*/
|
|
1141
|
+
export namespace Schema1UnifiedKey4$ {
|
|
1142
|
+
/** @deprecated use `Schema1UnifiedKey4$inboundSchema` instead. */
|
|
1143
|
+
export const inboundSchema = Schema1UnifiedKey4$inboundSchema;
|
|
1144
|
+
/** @deprecated use `Schema1UnifiedKey4$outboundSchema` instead. */
|
|
1145
|
+
export const outboundSchema = Schema1UnifiedKey4$outboundSchema;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
/** @internal */
|
|
1149
|
+
export const Schema1OptionsReferenced1$inboundSchema: z.ZodType<
|
|
1150
|
+
Schema1OptionsReferenced1,
|
|
1151
|
+
z.ZodTypeDef,
|
|
1152
|
+
unknown
|
|
1153
|
+
> = z.object({
|
|
1154
|
+
type: z.literal("referenced"),
|
|
1155
|
+
link: z.string(),
|
|
1156
|
+
});
|
|
1157
|
+
|
|
1158
|
+
/** @internal */
|
|
1159
|
+
export type Schema1OptionsReferenced1$Outbound = {
|
|
1160
|
+
type: "referenced";
|
|
1161
|
+
link: string;
|
|
1162
|
+
};
|
|
1163
|
+
|
|
1164
|
+
/** @internal */
|
|
1165
|
+
export const Schema1OptionsReferenced1$outboundSchema: z.ZodType<
|
|
1166
|
+
Schema1OptionsReferenced1$Outbound,
|
|
1167
|
+
z.ZodTypeDef,
|
|
1168
|
+
Schema1OptionsReferenced1
|
|
1169
|
+
> = z.object({
|
|
1170
|
+
type: z.literal("referenced"),
|
|
1171
|
+
link: z.string(),
|
|
1172
|
+
});
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* @internal
|
|
1176
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1177
|
+
*/
|
|
1178
|
+
export namespace Schema1OptionsReferenced1$ {
|
|
1179
|
+
/** @deprecated use `Schema1OptionsReferenced1$inboundSchema` instead. */
|
|
1180
|
+
export const inboundSchema = Schema1OptionsReferenced1$inboundSchema;
|
|
1181
|
+
/** @deprecated use `Schema1OptionsReferenced1$outboundSchema` instead. */
|
|
1182
|
+
export const outboundSchema = Schema1OptionsReferenced1$outboundSchema;
|
|
1183
|
+
/** @deprecated use `Schema1OptionsReferenced1$Outbound` instead. */
|
|
1184
|
+
export type Outbound = Schema1OptionsReferenced1$Outbound;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
export function schema1OptionsReferenced1ToJSON(
|
|
1188
|
+
schema1OptionsReferenced1: Schema1OptionsReferenced1,
|
|
1189
|
+
): string {
|
|
1190
|
+
return JSON.stringify(
|
|
1191
|
+
Schema1OptionsReferenced1$outboundSchema.parse(schema1OptionsReferenced1),
|
|
1192
|
+
);
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
export function schema1OptionsReferenced1FromJSON(
|
|
1196
|
+
jsonString: string,
|
|
1197
|
+
): SafeParseResult<Schema1OptionsReferenced1, SDKValidationError> {
|
|
1198
|
+
return safeParse(
|
|
1199
|
+
jsonString,
|
|
1200
|
+
(x) => Schema1OptionsReferenced1$inboundSchema.parse(JSON.parse(x)),
|
|
1201
|
+
`Failed to parse 'Schema1OptionsReferenced1' from JSON`,
|
|
1202
|
+
);
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
/** @internal */
|
|
1206
|
+
export const Schema1RemoteId1$inboundSchema: z.ZodType<
|
|
1207
|
+
Schema1RemoteId1,
|
|
1208
|
+
z.ZodTypeDef,
|
|
1209
|
+
unknown
|
|
1210
|
+
> = z.union([z.string(), z.number()]);
|
|
1211
|
+
|
|
1212
|
+
/** @internal */
|
|
1213
|
+
export type Schema1RemoteId1$Outbound = string | number;
|
|
1214
|
+
|
|
1215
|
+
/** @internal */
|
|
1216
|
+
export const Schema1RemoteId1$outboundSchema: z.ZodType<
|
|
1217
|
+
Schema1RemoteId1$Outbound,
|
|
1218
|
+
z.ZodTypeDef,
|
|
1219
|
+
Schema1RemoteId1
|
|
1220
|
+
> = z.union([z.string(), z.number()]);
|
|
1221
|
+
|
|
1222
|
+
/**
|
|
1223
|
+
* @internal
|
|
1224
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1225
|
+
*/
|
|
1226
|
+
export namespace Schema1RemoteId1$ {
|
|
1227
|
+
/** @deprecated use `Schema1RemoteId1$inboundSchema` instead. */
|
|
1228
|
+
export const inboundSchema = Schema1RemoteId1$inboundSchema;
|
|
1229
|
+
/** @deprecated use `Schema1RemoteId1$outboundSchema` instead. */
|
|
1230
|
+
export const outboundSchema = Schema1RemoteId1$outboundSchema;
|
|
1231
|
+
/** @deprecated use `Schema1RemoteId1$Outbound` instead. */
|
|
1232
|
+
export type Outbound = Schema1RemoteId1$Outbound;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
export function schema1RemoteId1ToJSON(
|
|
1236
|
+
schema1RemoteId1: Schema1RemoteId1,
|
|
1237
|
+
): string {
|
|
1238
|
+
return JSON.stringify(
|
|
1239
|
+
Schema1RemoteId1$outboundSchema.parse(schema1RemoteId1),
|
|
1240
|
+
);
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
export function schema1RemoteId1FromJSON(
|
|
1244
|
+
jsonString: string,
|
|
1245
|
+
): SafeParseResult<Schema1RemoteId1, SDKValidationError> {
|
|
1246
|
+
return safeParse(
|
|
1247
|
+
jsonString,
|
|
1248
|
+
(x) => Schema1RemoteId1$inboundSchema.parse(JSON.parse(x)),
|
|
1249
|
+
`Failed to parse 'Schema1RemoteId1' from JSON`,
|
|
1250
|
+
);
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
/** @internal */
|
|
1254
|
+
export const Schema1Entry1$inboundSchema: z.ZodType<
|
|
1255
|
+
Schema1Entry1,
|
|
1256
|
+
z.ZodTypeDef,
|
|
1257
|
+
unknown
|
|
1258
|
+
> = z.object({
|
|
1259
|
+
id: z.string(),
|
|
1260
|
+
label: z.string(),
|
|
1261
|
+
unified_value: z.string().optional(),
|
|
1262
|
+
remote_id: z.union([z.string(), z.number()]),
|
|
1263
|
+
});
|
|
1264
|
+
|
|
1265
|
+
/** @internal */
|
|
1266
|
+
export type Schema1Entry1$Outbound = {
|
|
1267
|
+
id: string;
|
|
1268
|
+
label: string;
|
|
1269
|
+
unified_value?: string | undefined;
|
|
1270
|
+
remote_id: string | number;
|
|
1271
|
+
};
|
|
1272
|
+
|
|
1273
|
+
/** @internal */
|
|
1274
|
+
export const Schema1Entry1$outboundSchema: z.ZodType<
|
|
1275
|
+
Schema1Entry1$Outbound,
|
|
1276
|
+
z.ZodTypeDef,
|
|
1277
|
+
Schema1Entry1
|
|
1278
|
+
> = z.object({
|
|
1279
|
+
id: z.string(),
|
|
1280
|
+
label: z.string(),
|
|
1281
|
+
unified_value: z.string().optional(),
|
|
1282
|
+
remote_id: z.union([z.string(), z.number()]),
|
|
1283
|
+
});
|
|
1284
|
+
|
|
1285
|
+
/**
|
|
1286
|
+
* @internal
|
|
1287
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1288
|
+
*/
|
|
1289
|
+
export namespace Schema1Entry1$ {
|
|
1290
|
+
/** @deprecated use `Schema1Entry1$inboundSchema` instead. */
|
|
1291
|
+
export const inboundSchema = Schema1Entry1$inboundSchema;
|
|
1292
|
+
/** @deprecated use `Schema1Entry1$outboundSchema` instead. */
|
|
1293
|
+
export const outboundSchema = Schema1Entry1$outboundSchema;
|
|
1294
|
+
/** @deprecated use `Schema1Entry1$Outbound` instead. */
|
|
1295
|
+
export type Outbound = Schema1Entry1$Outbound;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
export function schema1Entry1ToJSON(schema1Entry1: Schema1Entry1): string {
|
|
1299
|
+
return JSON.stringify(Schema1Entry1$outboundSchema.parse(schema1Entry1));
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
export function schema1Entry1FromJSON(
|
|
1303
|
+
jsonString: string,
|
|
1304
|
+
): SafeParseResult<Schema1Entry1, SDKValidationError> {
|
|
1305
|
+
return safeParse(
|
|
1306
|
+
jsonString,
|
|
1307
|
+
(x) => Schema1Entry1$inboundSchema.parse(JSON.parse(x)),
|
|
1308
|
+
`Failed to parse 'Schema1Entry1' from JSON`,
|
|
1309
|
+
);
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
/** @internal */
|
|
1313
|
+
export const Schema1OptionsInline1$inboundSchema: z.ZodType<
|
|
1314
|
+
Schema1OptionsInline1,
|
|
1315
|
+
z.ZodTypeDef,
|
|
1316
|
+
unknown
|
|
1317
|
+
> = z.object({
|
|
1318
|
+
type: z.literal("inline"),
|
|
1319
|
+
entries: z.array(z.lazy(() => Schema1Entry1$inboundSchema)),
|
|
1320
|
+
});
|
|
1321
|
+
|
|
1322
|
+
/** @internal */
|
|
1323
|
+
export type Schema1OptionsInline1$Outbound = {
|
|
1324
|
+
type: "inline";
|
|
1325
|
+
entries: Array<Schema1Entry1$Outbound>;
|
|
1326
|
+
};
|
|
1327
|
+
|
|
1328
|
+
/** @internal */
|
|
1329
|
+
export const Schema1OptionsInline1$outboundSchema: z.ZodType<
|
|
1330
|
+
Schema1OptionsInline1$Outbound,
|
|
1331
|
+
z.ZodTypeDef,
|
|
1332
|
+
Schema1OptionsInline1
|
|
1333
|
+
> = z.object({
|
|
1334
|
+
type: z.literal("inline"),
|
|
1335
|
+
entries: z.array(z.lazy(() => Schema1Entry1$outboundSchema)),
|
|
1336
|
+
});
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* @internal
|
|
1340
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1341
|
+
*/
|
|
1342
|
+
export namespace Schema1OptionsInline1$ {
|
|
1343
|
+
/** @deprecated use `Schema1OptionsInline1$inboundSchema` instead. */
|
|
1344
|
+
export const inboundSchema = Schema1OptionsInline1$inboundSchema;
|
|
1345
|
+
/** @deprecated use `Schema1OptionsInline1$outboundSchema` instead. */
|
|
1346
|
+
export const outboundSchema = Schema1OptionsInline1$outboundSchema;
|
|
1347
|
+
/** @deprecated use `Schema1OptionsInline1$Outbound` instead. */
|
|
1348
|
+
export type Outbound = Schema1OptionsInline1$Outbound;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
export function schema1OptionsInline1ToJSON(
|
|
1352
|
+
schema1OptionsInline1: Schema1OptionsInline1,
|
|
1353
|
+
): string {
|
|
1354
|
+
return JSON.stringify(
|
|
1355
|
+
Schema1OptionsInline1$outboundSchema.parse(schema1OptionsInline1),
|
|
1356
|
+
);
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
export function schema1OptionsInline1FromJSON(
|
|
1360
|
+
jsonString: string,
|
|
1361
|
+
): SafeParseResult<Schema1OptionsInline1, SDKValidationError> {
|
|
1362
|
+
return safeParse(
|
|
1363
|
+
jsonString,
|
|
1364
|
+
(x) => Schema1OptionsInline1$inboundSchema.parse(JSON.parse(x)),
|
|
1365
|
+
`Failed to parse 'Schema1OptionsInline1' from JSON`,
|
|
1366
|
+
);
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
/** @internal */
|
|
1370
|
+
export const Schema1OptionsUnion1$inboundSchema: z.ZodType<
|
|
1371
|
+
Schema1OptionsUnion1,
|
|
1372
|
+
z.ZodTypeDef,
|
|
1373
|
+
unknown
|
|
1374
|
+
> = z.union([
|
|
1375
|
+
z.lazy(() => Schema1OptionsInline1$inboundSchema),
|
|
1376
|
+
z.lazy(() => Schema1OptionsReferenced1$inboundSchema),
|
|
1377
|
+
]);
|
|
1378
|
+
|
|
1379
|
+
/** @internal */
|
|
1380
|
+
export type Schema1OptionsUnion1$Outbound =
|
|
1381
|
+
| Schema1OptionsInline1$Outbound
|
|
1382
|
+
| Schema1OptionsReferenced1$Outbound;
|
|
1383
|
+
|
|
1384
|
+
/** @internal */
|
|
1385
|
+
export const Schema1OptionsUnion1$outboundSchema: z.ZodType<
|
|
1386
|
+
Schema1OptionsUnion1$Outbound,
|
|
1387
|
+
z.ZodTypeDef,
|
|
1388
|
+
Schema1OptionsUnion1
|
|
1389
|
+
> = z.union([
|
|
1390
|
+
z.lazy(() => Schema1OptionsInline1$outboundSchema),
|
|
1391
|
+
z.lazy(() => Schema1OptionsReferenced1$outboundSchema),
|
|
1392
|
+
]);
|
|
1393
|
+
|
|
1394
|
+
/**
|
|
1395
|
+
* @internal
|
|
1396
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1397
|
+
*/
|
|
1398
|
+
export namespace Schema1OptionsUnion1$ {
|
|
1399
|
+
/** @deprecated use `Schema1OptionsUnion1$inboundSchema` instead. */
|
|
1400
|
+
export const inboundSchema = Schema1OptionsUnion1$inboundSchema;
|
|
1401
|
+
/** @deprecated use `Schema1OptionsUnion1$outboundSchema` instead. */
|
|
1402
|
+
export const outboundSchema = Schema1OptionsUnion1$outboundSchema;
|
|
1403
|
+
/** @deprecated use `Schema1OptionsUnion1$Outbound` instead. */
|
|
1404
|
+
export type Outbound = Schema1OptionsUnion1$Outbound;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
export function schema1OptionsUnion1ToJSON(
|
|
1408
|
+
schema1OptionsUnion1: Schema1OptionsUnion1,
|
|
1409
|
+
): string {
|
|
1410
|
+
return JSON.stringify(
|
|
1411
|
+
Schema1OptionsUnion1$outboundSchema.parse(schema1OptionsUnion1),
|
|
1412
|
+
);
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
export function schema1OptionsUnion1FromJSON(
|
|
1416
|
+
jsonString: string,
|
|
1417
|
+
): SafeParseResult<Schema1OptionsUnion1, SDKValidationError> {
|
|
1418
|
+
return safeParse(
|
|
1419
|
+
jsonString,
|
|
1420
|
+
(x) => Schema1OptionsUnion1$inboundSchema.parse(JSON.parse(x)),
|
|
1421
|
+
`Failed to parse 'Schema1OptionsUnion1' from JSON`,
|
|
1422
|
+
);
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
/** @internal */
|
|
1426
|
+
export const Schema1SingleSelect$inboundSchema: z.ZodType<
|
|
1427
|
+
Schema1SingleSelect,
|
|
1428
|
+
z.ZodTypeDef,
|
|
1429
|
+
unknown
|
|
1430
|
+
> = z.object({
|
|
1431
|
+
label: z.string(),
|
|
1432
|
+
required: z.boolean(),
|
|
1433
|
+
description: z.nullable(z.string()).optional(),
|
|
1434
|
+
unified_key: z.nullable(Schema1UnifiedKey4$inboundSchema).optional(),
|
|
1435
|
+
type: z.literal("single_select"),
|
|
1436
|
+
options: z.union([
|
|
1437
|
+
z.lazy(() => Schema1OptionsInline1$inboundSchema),
|
|
1438
|
+
z.lazy(() => Schema1OptionsReferenced1$inboundSchema),
|
|
1439
|
+
]),
|
|
1440
|
+
});
|
|
1441
|
+
|
|
1442
|
+
/** @internal */
|
|
1443
|
+
export type Schema1SingleSelect$Outbound = {
|
|
1444
|
+
label: string;
|
|
1445
|
+
required: boolean;
|
|
1446
|
+
description?: string | null | undefined;
|
|
1447
|
+
unified_key?: string | null | undefined;
|
|
1448
|
+
type: "single_select";
|
|
1449
|
+
options: Schema1OptionsInline1$Outbound | Schema1OptionsReferenced1$Outbound;
|
|
1450
|
+
};
|
|
1451
|
+
|
|
1452
|
+
/** @internal */
|
|
1453
|
+
export const Schema1SingleSelect$outboundSchema: z.ZodType<
|
|
1454
|
+
Schema1SingleSelect$Outbound,
|
|
1455
|
+
z.ZodTypeDef,
|
|
1456
|
+
Schema1SingleSelect
|
|
1457
|
+
> = z.object({
|
|
1458
|
+
label: z.string(),
|
|
1459
|
+
required: z.boolean(),
|
|
1460
|
+
description: z.nullable(z.string()).optional(),
|
|
1461
|
+
unified_key: z.nullable(Schema1UnifiedKey4$outboundSchema).optional(),
|
|
1462
|
+
type: z.literal("single_select"),
|
|
1463
|
+
options: z.union([
|
|
1464
|
+
z.lazy(() => Schema1OptionsInline1$outboundSchema),
|
|
1465
|
+
z.lazy(() => Schema1OptionsReferenced1$outboundSchema),
|
|
1466
|
+
]),
|
|
1467
|
+
});
|
|
1468
|
+
|
|
1469
|
+
/**
|
|
1470
|
+
* @internal
|
|
1471
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1472
|
+
*/
|
|
1473
|
+
export namespace Schema1SingleSelect$ {
|
|
1474
|
+
/** @deprecated use `Schema1SingleSelect$inboundSchema` instead. */
|
|
1475
|
+
export const inboundSchema = Schema1SingleSelect$inboundSchema;
|
|
1476
|
+
/** @deprecated use `Schema1SingleSelect$outboundSchema` instead. */
|
|
1477
|
+
export const outboundSchema = Schema1SingleSelect$outboundSchema;
|
|
1478
|
+
/** @deprecated use `Schema1SingleSelect$Outbound` instead. */
|
|
1479
|
+
export type Outbound = Schema1SingleSelect$Outbound;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
export function schema1SingleSelectToJSON(
|
|
1483
|
+
schema1SingleSelect: Schema1SingleSelect,
|
|
1484
|
+
): string {
|
|
1485
|
+
return JSON.stringify(
|
|
1486
|
+
Schema1SingleSelect$outboundSchema.parse(schema1SingleSelect),
|
|
1487
|
+
);
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
export function schema1SingleSelectFromJSON(
|
|
1491
|
+
jsonString: string,
|
|
1492
|
+
): SafeParseResult<Schema1SingleSelect, SDKValidationError> {
|
|
1493
|
+
return safeParse(
|
|
1494
|
+
jsonString,
|
|
1495
|
+
(x) => Schema1SingleSelect$inboundSchema.parse(JSON.parse(x)),
|
|
1496
|
+
`Failed to parse 'Schema1SingleSelect' from JSON`,
|
|
1497
|
+
);
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
/** @internal */
|
|
1501
|
+
export const Schema1UnifiedKey3$inboundSchema: z.ZodNativeEnum<
|
|
1502
|
+
typeof Schema1UnifiedKey3
|
|
1503
|
+
> = z.nativeEnum(Schema1UnifiedKey3);
|
|
1504
|
+
|
|
1505
|
+
/** @internal */
|
|
1506
|
+
export const Schema1UnifiedKey3$outboundSchema: z.ZodNativeEnum<
|
|
1507
|
+
typeof Schema1UnifiedKey3
|
|
1508
|
+
> = Schema1UnifiedKey3$inboundSchema;
|
|
1509
|
+
|
|
1510
|
+
/**
|
|
1511
|
+
* @internal
|
|
1512
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1513
|
+
*/
|
|
1514
|
+
export namespace Schema1UnifiedKey3$ {
|
|
1515
|
+
/** @deprecated use `Schema1UnifiedKey3$inboundSchema` instead. */
|
|
1516
|
+
export const inboundSchema = Schema1UnifiedKey3$inboundSchema;
|
|
1517
|
+
/** @deprecated use `Schema1UnifiedKey3$outboundSchema` instead. */
|
|
1518
|
+
export const outboundSchema = Schema1UnifiedKey3$outboundSchema;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
/** @internal */
|
|
1522
|
+
export const Schema1Date$inboundSchema: z.ZodType<
|
|
1523
|
+
Schema1Date,
|
|
1524
|
+
z.ZodTypeDef,
|
|
1525
|
+
unknown
|
|
1526
|
+
> = z.object({
|
|
1527
|
+
label: z.string(),
|
|
1528
|
+
required: z.boolean(),
|
|
1529
|
+
description: z.nullable(z.string()).optional(),
|
|
1530
|
+
unified_key: z.nullable(Schema1UnifiedKey3$inboundSchema).optional(),
|
|
1531
|
+
type: z.literal("date"),
|
|
1532
|
+
});
|
|
1533
|
+
|
|
1534
|
+
/** @internal */
|
|
1535
|
+
export type Schema1Date$Outbound = {
|
|
1536
|
+
label: string;
|
|
1537
|
+
required: boolean;
|
|
1538
|
+
description?: string | null | undefined;
|
|
1539
|
+
unified_key?: string | null | undefined;
|
|
1540
|
+
type: "date";
|
|
1541
|
+
};
|
|
1542
|
+
|
|
1543
|
+
/** @internal */
|
|
1544
|
+
export const Schema1Date$outboundSchema: z.ZodType<
|
|
1545
|
+
Schema1Date$Outbound,
|
|
1546
|
+
z.ZodTypeDef,
|
|
1547
|
+
Schema1Date
|
|
1548
|
+
> = z.object({
|
|
1549
|
+
label: z.string(),
|
|
1550
|
+
required: z.boolean(),
|
|
1551
|
+
description: z.nullable(z.string()).optional(),
|
|
1552
|
+
unified_key: z.nullable(Schema1UnifiedKey3$outboundSchema).optional(),
|
|
1553
|
+
type: z.literal("date"),
|
|
1554
|
+
});
|
|
1555
|
+
|
|
1556
|
+
/**
|
|
1557
|
+
* @internal
|
|
1558
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1559
|
+
*/
|
|
1560
|
+
export namespace Schema1Date$ {
|
|
1561
|
+
/** @deprecated use `Schema1Date$inboundSchema` instead. */
|
|
1562
|
+
export const inboundSchema = Schema1Date$inboundSchema;
|
|
1563
|
+
/** @deprecated use `Schema1Date$outboundSchema` instead. */
|
|
1564
|
+
export const outboundSchema = Schema1Date$outboundSchema;
|
|
1565
|
+
/** @deprecated use `Schema1Date$Outbound` instead. */
|
|
1566
|
+
export type Outbound = Schema1Date$Outbound;
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
export function schema1DateToJSON(schema1Date: Schema1Date): string {
|
|
1570
|
+
return JSON.stringify(Schema1Date$outboundSchema.parse(schema1Date));
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
export function schema1DateFromJSON(
|
|
1574
|
+
jsonString: string,
|
|
1575
|
+
): SafeParseResult<Schema1Date, SDKValidationError> {
|
|
1576
|
+
return safeParse(
|
|
1577
|
+
jsonString,
|
|
1578
|
+
(x) => Schema1Date$inboundSchema.parse(JSON.parse(x)),
|
|
1579
|
+
`Failed to parse 'Schema1Date' from JSON`,
|
|
1580
|
+
);
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
/** @internal */
|
|
1584
|
+
export const Schema1UnifiedKey2$inboundSchema: z.ZodNativeEnum<
|
|
1585
|
+
typeof Schema1UnifiedKey2
|
|
1586
|
+
> = z.nativeEnum(Schema1UnifiedKey2);
|
|
1587
|
+
|
|
1588
|
+
/** @internal */
|
|
1589
|
+
export const Schema1UnifiedKey2$outboundSchema: z.ZodNativeEnum<
|
|
1590
|
+
typeof Schema1UnifiedKey2
|
|
1591
|
+
> = Schema1UnifiedKey2$inboundSchema;
|
|
1592
|
+
|
|
1593
|
+
/**
|
|
1594
|
+
* @internal
|
|
1595
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1596
|
+
*/
|
|
1597
|
+
export namespace Schema1UnifiedKey2$ {
|
|
1598
|
+
/** @deprecated use `Schema1UnifiedKey2$inboundSchema` instead. */
|
|
1599
|
+
export const inboundSchema = Schema1UnifiedKey2$inboundSchema;
|
|
1600
|
+
/** @deprecated use `Schema1UnifiedKey2$outboundSchema` instead. */
|
|
1601
|
+
export const outboundSchema = Schema1UnifiedKey2$outboundSchema;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
/** @internal */
|
|
1605
|
+
export const Schema1Number$inboundSchema: z.ZodType<
|
|
1606
|
+
Schema1Number,
|
|
1607
|
+
z.ZodTypeDef,
|
|
1608
|
+
unknown
|
|
1609
|
+
> = z.object({
|
|
1610
|
+
label: z.string(),
|
|
1611
|
+
required: z.boolean(),
|
|
1612
|
+
description: z.nullable(z.string()).optional(),
|
|
1613
|
+
unified_key: z.nullable(Schema1UnifiedKey2$inboundSchema).optional(),
|
|
1614
|
+
type: z.literal("number"),
|
|
1615
|
+
min: z.nullable(z.number()).optional(),
|
|
1616
|
+
max: z.nullable(z.number()).optional(),
|
|
1617
|
+
});
|
|
1618
|
+
|
|
1619
|
+
/** @internal */
|
|
1620
|
+
export type Schema1Number$Outbound = {
|
|
1621
|
+
label: string;
|
|
1622
|
+
required: boolean;
|
|
1623
|
+
description?: string | null | undefined;
|
|
1624
|
+
unified_key?: string | null | undefined;
|
|
1625
|
+
type: "number";
|
|
1626
|
+
min?: number | null | undefined;
|
|
1627
|
+
max?: number | null | undefined;
|
|
1628
|
+
};
|
|
1629
|
+
|
|
1630
|
+
/** @internal */
|
|
1631
|
+
export const Schema1Number$outboundSchema: z.ZodType<
|
|
1632
|
+
Schema1Number$Outbound,
|
|
1633
|
+
z.ZodTypeDef,
|
|
1634
|
+
Schema1Number
|
|
1635
|
+
> = z.object({
|
|
1636
|
+
label: z.string(),
|
|
1637
|
+
required: z.boolean(),
|
|
1638
|
+
description: z.nullable(z.string()).optional(),
|
|
1639
|
+
unified_key: z.nullable(Schema1UnifiedKey2$outboundSchema).optional(),
|
|
1640
|
+
type: z.literal("number"),
|
|
1641
|
+
min: z.nullable(z.number()).optional(),
|
|
1642
|
+
max: z.nullable(z.number()).optional(),
|
|
1643
|
+
});
|
|
1644
|
+
|
|
1645
|
+
/**
|
|
1646
|
+
* @internal
|
|
1647
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1648
|
+
*/
|
|
1649
|
+
export namespace Schema1Number$ {
|
|
1650
|
+
/** @deprecated use `Schema1Number$inboundSchema` instead. */
|
|
1651
|
+
export const inboundSchema = Schema1Number$inboundSchema;
|
|
1652
|
+
/** @deprecated use `Schema1Number$outboundSchema` instead. */
|
|
1653
|
+
export const outboundSchema = Schema1Number$outboundSchema;
|
|
1654
|
+
/** @deprecated use `Schema1Number$Outbound` instead. */
|
|
1655
|
+
export type Outbound = Schema1Number$Outbound;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
export function schema1NumberToJSON(schema1Number: Schema1Number): string {
|
|
1659
|
+
return JSON.stringify(Schema1Number$outboundSchema.parse(schema1Number));
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
export function schema1NumberFromJSON(
|
|
1663
|
+
jsonString: string,
|
|
1664
|
+
): SafeParseResult<Schema1Number, SDKValidationError> {
|
|
1665
|
+
return safeParse(
|
|
1666
|
+
jsonString,
|
|
1667
|
+
(x) => Schema1Number$inboundSchema.parse(JSON.parse(x)),
|
|
1668
|
+
`Failed to parse 'Schema1Number' from JSON`,
|
|
1669
|
+
);
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
/** @internal */
|
|
1673
|
+
export const Schema1UnifiedKey1$inboundSchema: z.ZodNativeEnum<
|
|
1674
|
+
typeof Schema1UnifiedKey1
|
|
1675
|
+
> = z.nativeEnum(Schema1UnifiedKey1);
|
|
1676
|
+
|
|
1677
|
+
/** @internal */
|
|
1678
|
+
export const Schema1UnifiedKey1$outboundSchema: z.ZodNativeEnum<
|
|
1679
|
+
typeof Schema1UnifiedKey1
|
|
1680
|
+
> = Schema1UnifiedKey1$inboundSchema;
|
|
1681
|
+
|
|
1682
|
+
/**
|
|
1683
|
+
* @internal
|
|
1684
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1685
|
+
*/
|
|
1686
|
+
export namespace Schema1UnifiedKey1$ {
|
|
1687
|
+
/** @deprecated use `Schema1UnifiedKey1$inboundSchema` instead. */
|
|
1688
|
+
export const inboundSchema = Schema1UnifiedKey1$inboundSchema;
|
|
1689
|
+
/** @deprecated use `Schema1UnifiedKey1$outboundSchema` instead. */
|
|
1690
|
+
export const outboundSchema = Schema1UnifiedKey1$outboundSchema;
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
/** @internal */
|
|
1694
|
+
export const Schema1Text$inboundSchema: z.ZodType<
|
|
1695
|
+
Schema1Text,
|
|
1696
|
+
z.ZodTypeDef,
|
|
1697
|
+
unknown
|
|
1698
|
+
> = z.object({
|
|
1699
|
+
label: z.string(),
|
|
1700
|
+
required: z.boolean(),
|
|
1701
|
+
description: z.nullable(z.string()).optional(),
|
|
1702
|
+
unified_key: z.nullable(Schema1UnifiedKey1$inboundSchema).optional(),
|
|
1703
|
+
type: z.literal("text"),
|
|
1704
|
+
min_length: z.nullable(z.number()).optional(),
|
|
1705
|
+
max_length: z.nullable(z.number()).optional(),
|
|
1706
|
+
reg_exp: z.nullable(z.string()).optional(),
|
|
1707
|
+
});
|
|
1708
|
+
|
|
1709
|
+
/** @internal */
|
|
1710
|
+
export type Schema1Text$Outbound = {
|
|
1711
|
+
label: string;
|
|
1712
|
+
required: boolean;
|
|
1713
|
+
description?: string | null | undefined;
|
|
1714
|
+
unified_key?: string | null | undefined;
|
|
1715
|
+
type: "text";
|
|
1716
|
+
min_length?: number | null | undefined;
|
|
1717
|
+
max_length?: number | null | undefined;
|
|
1718
|
+
reg_exp?: string | null | undefined;
|
|
1719
|
+
};
|
|
1720
|
+
|
|
1721
|
+
/** @internal */
|
|
1722
|
+
export const Schema1Text$outboundSchema: z.ZodType<
|
|
1723
|
+
Schema1Text$Outbound,
|
|
1724
|
+
z.ZodTypeDef,
|
|
1725
|
+
Schema1Text
|
|
1726
|
+
> = z.object({
|
|
1727
|
+
label: z.string(),
|
|
1728
|
+
required: z.boolean(),
|
|
1729
|
+
description: z.nullable(z.string()).optional(),
|
|
1730
|
+
unified_key: z.nullable(Schema1UnifiedKey1$outboundSchema).optional(),
|
|
1731
|
+
type: z.literal("text"),
|
|
1732
|
+
min_length: z.nullable(z.number()).optional(),
|
|
1733
|
+
max_length: z.nullable(z.number()).optional(),
|
|
1734
|
+
reg_exp: z.nullable(z.string()).optional(),
|
|
1735
|
+
});
|
|
1736
|
+
|
|
1737
|
+
/**
|
|
1738
|
+
* @internal
|
|
1739
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1740
|
+
*/
|
|
1741
|
+
export namespace Schema1Text$ {
|
|
1742
|
+
/** @deprecated use `Schema1Text$inboundSchema` instead. */
|
|
1743
|
+
export const inboundSchema = Schema1Text$inboundSchema;
|
|
1744
|
+
/** @deprecated use `Schema1Text$outboundSchema` instead. */
|
|
1745
|
+
export const outboundSchema = Schema1Text$outboundSchema;
|
|
1746
|
+
/** @deprecated use `Schema1Text$Outbound` instead. */
|
|
1747
|
+
export type Outbound = Schema1Text$Outbound;
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
export function schema1TextToJSON(schema1Text: Schema1Text): string {
|
|
1751
|
+
return JSON.stringify(Schema1Text$outboundSchema.parse(schema1Text));
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
export function schema1TextFromJSON(
|
|
1755
|
+
jsonString: string,
|
|
1756
|
+
): SafeParseResult<Schema1Text, SDKValidationError> {
|
|
1757
|
+
return safeParse(
|
|
1758
|
+
jsonString,
|
|
1759
|
+
(x) => Schema1Text$inboundSchema.parse(JSON.parse(x)),
|
|
1760
|
+
`Failed to parse 'Schema1Text' from JSON`,
|
|
1761
|
+
);
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
/** @internal */
|
|
1765
|
+
export const Schema1Union1$inboundSchema: z.ZodType<
|
|
1766
|
+
Schema1Union1,
|
|
1767
|
+
z.ZodTypeDef,
|
|
1768
|
+
unknown
|
|
1769
|
+
> = z.union([
|
|
1770
|
+
z.lazy(() => Schema1SingleSelect$inboundSchema),
|
|
1771
|
+
z.lazy(() => Schema1MultiSelect$inboundSchema),
|
|
1772
|
+
z.lazy(() => Schema1Object$inboundSchema),
|
|
1773
|
+
z.lazy(() => Schema1Array1$inboundSchema),
|
|
1774
|
+
z.lazy(() => Schema1File$inboundSchema),
|
|
1775
|
+
z.lazy(() => Schema1Text$inboundSchema),
|
|
1776
|
+
z.lazy(() => Schema1Number$inboundSchema),
|
|
1777
|
+
z.lazy(() => Schema1Date$inboundSchema),
|
|
1778
|
+
z.lazy(() => Schema1Checkbox$inboundSchema),
|
|
1779
|
+
]);
|
|
1780
|
+
|
|
1781
|
+
/** @internal */
|
|
1782
|
+
export type Schema1Union1$Outbound =
|
|
1783
|
+
| Schema1SingleSelect$Outbound
|
|
1784
|
+
| Schema1MultiSelect$Outbound
|
|
1785
|
+
| Schema1Object$Outbound
|
|
1786
|
+
| Schema1Array1$Outbound
|
|
1787
|
+
| Schema1File$Outbound
|
|
1788
|
+
| Schema1Text$Outbound
|
|
1789
|
+
| Schema1Number$Outbound
|
|
1790
|
+
| Schema1Date$Outbound
|
|
1791
|
+
| Schema1Checkbox$Outbound;
|
|
1792
|
+
|
|
1793
|
+
/** @internal */
|
|
1794
|
+
export const Schema1Union1$outboundSchema: z.ZodType<
|
|
1795
|
+
Schema1Union1$Outbound,
|
|
1796
|
+
z.ZodTypeDef,
|
|
1797
|
+
Schema1Union1
|
|
1798
|
+
> = z.union([
|
|
1799
|
+
z.lazy(() => Schema1SingleSelect$outboundSchema),
|
|
1800
|
+
z.lazy(() => Schema1MultiSelect$outboundSchema),
|
|
1801
|
+
z.lazy(() => Schema1Object$outboundSchema),
|
|
1802
|
+
z.lazy(() => Schema1Array1$outboundSchema),
|
|
1803
|
+
z.lazy(() => Schema1File$outboundSchema),
|
|
1804
|
+
z.lazy(() => Schema1Text$outboundSchema),
|
|
1805
|
+
z.lazy(() => Schema1Number$outboundSchema),
|
|
1806
|
+
z.lazy(() => Schema1Date$outboundSchema),
|
|
1807
|
+
z.lazy(() => Schema1Checkbox$outboundSchema),
|
|
1808
|
+
]);
|
|
1809
|
+
|
|
1810
|
+
/**
|
|
1811
|
+
* @internal
|
|
1812
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1813
|
+
*/
|
|
1814
|
+
export namespace Schema1Union1$ {
|
|
1815
|
+
/** @deprecated use `Schema1Union1$inboundSchema` instead. */
|
|
1816
|
+
export const inboundSchema = Schema1Union1$inboundSchema;
|
|
1817
|
+
/** @deprecated use `Schema1Union1$outboundSchema` instead. */
|
|
1818
|
+
export const outboundSchema = Schema1Union1$outboundSchema;
|
|
1819
|
+
/** @deprecated use `Schema1Union1$Outbound` instead. */
|
|
1820
|
+
export type Outbound = Schema1Union1$Outbound;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
export function schema1Union1ToJSON(schema1Union1: Schema1Union1): string {
|
|
1824
|
+
return JSON.stringify(Schema1Union1$outboundSchema.parse(schema1Union1));
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
export function schema1Union1FromJSON(
|
|
1828
|
+
jsonString: string,
|
|
1829
|
+
): SafeParseResult<Schema1Union1, SDKValidationError> {
|
|
1830
|
+
return safeParse(
|
|
1831
|
+
jsonString,
|
|
1832
|
+
(x) => Schema1Union1$inboundSchema.parse(JSON.parse(x)),
|
|
1833
|
+
`Failed to parse 'Schema1Union1' from JSON`,
|
|
1834
|
+
);
|
|
1835
|
+
}
|