@unified-api/typescript-sdk 2.64.0 → 2.68.0
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/README.md +12 -0
- package/docs/sdks/commerce/README.md +512 -0
- package/docs/sdks/review/README.md +519 -0
- package/docs/sdks/unified/README.md +2 -2
- package/docs/sdks/webhook/README.md +2 -2
- package/funcs/accountingListAccountingContacts.js +1 -0
- package/funcs/accountingListAccountingContacts.js.map +1 -1
- package/funcs/commerceCreateCommerceReview.d.ts +14 -0
- package/funcs/commerceCreateCommerceReview.d.ts.map +1 -0
- package/funcs/commerceCreateCommerceReview.js +110 -0
- package/funcs/commerceCreateCommerceReview.js.map +1 -0
- package/funcs/commerceGetCommerceReview.d.ts +14 -0
- package/funcs/commerceGetCommerceReview.d.ts.map +1 -0
- package/funcs/commerceGetCommerceReview.js +113 -0
- package/funcs/commerceGetCommerceReview.js.map +1 -0
- package/funcs/commerceListCommerceReviews.d.ts +14 -0
- package/funcs/commerceListCommerceReviews.d.ts.map +1 -0
- package/funcs/commerceListCommerceReviews.js +118 -0
- package/funcs/commerceListCommerceReviews.js.map +1 -0
- package/funcs/commercePatchCommerceReview.d.ts +14 -0
- package/funcs/commercePatchCommerceReview.d.ts.map +1 -0
- package/funcs/commercePatchCommerceReview.js +114 -0
- package/funcs/commercePatchCommerceReview.js.map +1 -0
- package/funcs/commerceRemoveCommerceReview.d.ts +13 -0
- package/funcs/commerceRemoveCommerceReview.d.ts.map +1 -0
- package/funcs/commerceRemoveCommerceReview.js +110 -0
- package/funcs/commerceRemoveCommerceReview.js.map +1 -0
- package/funcs/commerceUpdateCommerceReview.d.ts +14 -0
- package/funcs/commerceUpdateCommerceReview.d.ts.map +1 -0
- package/funcs/commerceUpdateCommerceReview.js +114 -0
- package/funcs/commerceUpdateCommerceReview.js.map +1 -0
- package/funcs/contactListAccountingContacts.js +1 -0
- package/funcs/contactListAccountingContacts.js.map +1 -1
- package/funcs/instructorListLmsInstructors.js +0 -1
- package/funcs/instructorListLmsInstructors.js.map +1 -1
- package/funcs/lmsListLmsInstructors.js +0 -1
- package/funcs/lmsListLmsInstructors.js.map +1 -1
- package/funcs/lmsListLmsStudents.js +0 -1
- package/funcs/lmsListLmsStudents.js.map +1 -1
- package/funcs/recordingListUcRecordings.js +1 -0
- package/funcs/recordingListUcRecordings.js.map +1 -1
- package/funcs/reviewCreateCommerceReview.d.ts +14 -0
- package/funcs/reviewCreateCommerceReview.d.ts.map +1 -0
- package/funcs/reviewCreateCommerceReview.js +110 -0
- package/funcs/reviewCreateCommerceReview.js.map +1 -0
- package/funcs/reviewGetCommerceReview.d.ts +14 -0
- package/funcs/reviewGetCommerceReview.d.ts.map +1 -0
- package/funcs/reviewGetCommerceReview.js +113 -0
- package/funcs/reviewGetCommerceReview.js.map +1 -0
- package/funcs/reviewListCommerceReviews.d.ts +14 -0
- package/funcs/reviewListCommerceReviews.d.ts.map +1 -0
- package/funcs/reviewListCommerceReviews.js +118 -0
- package/funcs/reviewListCommerceReviews.js.map +1 -0
- package/funcs/reviewPatchCommerceReview.d.ts +14 -0
- package/funcs/reviewPatchCommerceReview.d.ts.map +1 -0
- package/funcs/reviewPatchCommerceReview.js +114 -0
- package/funcs/reviewPatchCommerceReview.js.map +1 -0
- package/funcs/reviewRemoveCommerceReview.d.ts +13 -0
- package/funcs/reviewRemoveCommerceReview.d.ts.map +1 -0
- package/funcs/reviewRemoveCommerceReview.js +110 -0
- package/funcs/reviewRemoveCommerceReview.js.map +1 -0
- package/funcs/reviewUpdateCommerceReview.d.ts +14 -0
- package/funcs/reviewUpdateCommerceReview.d.ts.map +1 -0
- package/funcs/reviewUpdateCommerceReview.js +114 -0
- package/funcs/reviewUpdateCommerceReview.js.map +1 -0
- package/funcs/studentListLmsStudents.js +0 -1
- package/funcs/studentListLmsStudents.js.map +1 -1
- package/funcs/ucListUcRecordings.js +1 -0
- package/funcs/ucListUcRecordings.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/package.json +1 -1
- package/sdk/commerce.d.ts +24 -0
- package/sdk/commerce.d.ts.map +1 -1
- package/sdk/commerce.js +42 -0
- package/sdk/commerce.js.map +1 -1
- package/sdk/models/operations/createcommercereview.d.ts +45 -0
- package/sdk/models/operations/createcommercereview.d.ts.map +1 -0
- package/sdk/models/operations/createcommercereview.js +77 -0
- package/sdk/models/operations/createcommercereview.js.map +1 -0
- package/sdk/models/operations/getcommercereview.d.ts +47 -0
- package/sdk/models/operations/getcommercereview.d.ts.map +1 -0
- package/sdk/models/operations/getcommercereview.js +74 -0
- package/sdk/models/operations/getcommercereview.js.map +1 -0
- package/sdk/models/operations/index.d.ts +6 -0
- package/sdk/models/operations/index.d.ts.map +1 -1
- package/sdk/models/operations/index.js +6 -0
- package/sdk/models/operations/index.js.map +1 -1
- package/sdk/models/operations/listaccountingaccounts.d.ts +3 -0
- package/sdk/models/operations/listaccountingaccounts.d.ts.map +1 -1
- package/sdk/models/operations/listaccountingaccounts.js.map +1 -1
- package/sdk/models/operations/listaccountingcontacts.d.ts +5 -0
- package/sdk/models/operations/listaccountingcontacts.d.ts.map +1 -1
- package/sdk/models/operations/listaccountingcontacts.js +4 -0
- package/sdk/models/operations/listaccountingcontacts.js.map +1 -1
- package/sdk/models/operations/listaccountinginvoices.d.ts +3 -0
- package/sdk/models/operations/listaccountinginvoices.d.ts.map +1 -1
- package/sdk/models/operations/listaccountinginvoices.js.map +1 -1
- package/sdk/models/operations/listaccountingreports.d.ts +6 -0
- package/sdk/models/operations/listaccountingreports.d.ts.map +1 -1
- package/sdk/models/operations/listaccountingreports.js.map +1 -1
- package/sdk/models/operations/listaccountingtransactions.d.ts +3 -0
- package/sdk/models/operations/listaccountingtransactions.d.ts.map +1 -1
- package/sdk/models/operations/listaccountingtransactions.js.map +1 -1
- package/sdk/models/operations/listatsactivities.d.ts +18 -0
- package/sdk/models/operations/listatsactivities.d.ts.map +1 -1
- package/sdk/models/operations/listatsactivities.js.map +1 -1
- package/sdk/models/operations/listatsapplications.d.ts +6 -0
- package/sdk/models/operations/listatsapplications.d.ts.map +1 -1
- package/sdk/models/operations/listatsapplications.js.map +1 -1
- package/sdk/models/operations/listatsdocuments.d.ts +9 -0
- package/sdk/models/operations/listatsdocuments.d.ts.map +1 -1
- package/sdk/models/operations/listatsdocuments.js.map +1 -1
- package/sdk/models/operations/listatsinterviews.d.ts +3 -0
- package/sdk/models/operations/listatsinterviews.d.ts.map +1 -1
- package/sdk/models/operations/listatsinterviews.js.map +1 -1
- package/sdk/models/operations/listatsjobs.d.ts +3 -0
- package/sdk/models/operations/listatsjobs.d.ts.map +1 -1
- package/sdk/models/operations/listatsjobs.js.map +1 -1
- package/sdk/models/operations/listatsscorecards.d.ts +12 -0
- package/sdk/models/operations/listatsscorecards.d.ts.map +1 -1
- package/sdk/models/operations/listatsscorecards.js.map +1 -1
- package/sdk/models/operations/listcalendarbusies.d.ts +9 -0
- package/sdk/models/operations/listcalendarbusies.d.ts.map +1 -1
- package/sdk/models/operations/listcalendarbusies.js.map +1 -1
- package/sdk/models/operations/listcalendarevents.d.ts +9 -0
- package/sdk/models/operations/listcalendarevents.d.ts.map +1 -1
- package/sdk/models/operations/listcalendarevents.js.map +1 -1
- package/sdk/models/operations/listcalendarrecordings.d.ts +9 -0
- package/sdk/models/operations/listcalendarrecordings.d.ts.map +1 -1
- package/sdk/models/operations/listcalendarrecordings.js.map +1 -1
- package/sdk/models/operations/listcommercecollections.d.ts +3 -0
- package/sdk/models/operations/listcommercecollections.d.ts.map +1 -1
- package/sdk/models/operations/listcommercecollections.js.map +1 -1
- package/sdk/models/operations/listcommerceinventories.d.ts +6 -0
- package/sdk/models/operations/listcommerceinventories.d.ts.map +1 -1
- package/sdk/models/operations/listcommerceinventories.js.map +1 -1
- package/sdk/models/operations/listcommerceitems.d.ts +3 -0
- package/sdk/models/operations/listcommerceitems.d.ts.map +1 -1
- package/sdk/models/operations/listcommerceitems.js.map +1 -1
- package/sdk/models/operations/listcommercereviews.d.ts +70 -0
- package/sdk/models/operations/listcommercereviews.d.ts.map +1 -0
- package/sdk/models/operations/listcommercereviews.js +95 -0
- package/sdk/models/operations/listcommercereviews.js.map +1 -0
- package/sdk/models/operations/listcrmcompanies.d.ts +9 -0
- package/sdk/models/operations/listcrmcompanies.d.ts.map +1 -1
- package/sdk/models/operations/listcrmcompanies.js.map +1 -1
- package/sdk/models/operations/listcrmcontacts.d.ts +9 -0
- package/sdk/models/operations/listcrmcontacts.d.ts.map +1 -1
- package/sdk/models/operations/listcrmcontacts.js.map +1 -1
- package/sdk/models/operations/listcrmdeals.d.ts +9 -0
- package/sdk/models/operations/listcrmdeals.d.ts.map +1 -1
- package/sdk/models/operations/listcrmdeals.js.map +1 -1
- package/sdk/models/operations/listcrmevents.d.ts +15 -0
- package/sdk/models/operations/listcrmevents.d.ts.map +1 -1
- package/sdk/models/operations/listcrmevents.js.map +1 -1
- package/sdk/models/operations/listcrmleads.d.ts +9 -0
- package/sdk/models/operations/listcrmleads.d.ts.map +1 -1
- package/sdk/models/operations/listcrmleads.js.map +1 -1
- package/sdk/models/operations/listhrisdevices.d.ts +3 -0
- package/sdk/models/operations/listhrisdevices.d.ts.map +1 -1
- package/sdk/models/operations/listhrisdevices.js.map +1 -1
- package/sdk/models/operations/listhrisemployees.d.ts +3 -0
- package/sdk/models/operations/listhrisemployees.d.ts.map +1 -1
- package/sdk/models/operations/listhrisemployees.js.map +1 -1
- package/sdk/models/operations/listhrisgroups.d.ts +3 -0
- package/sdk/models/operations/listhrisgroups.d.ts.map +1 -1
- package/sdk/models/operations/listhrisgroups.js.map +1 -1
- package/sdk/models/operations/listhrispayslips.d.ts +6 -0
- package/sdk/models/operations/listhrispayslips.d.ts.map +1 -1
- package/sdk/models/operations/listhrispayslips.js.map +1 -1
- package/sdk/models/operations/listhristimeoffs.d.ts +6 -0
- package/sdk/models/operations/listhristimeoffs.d.ts.map +1 -1
- package/sdk/models/operations/listhristimeoffs.js.map +1 -1
- package/sdk/models/operations/listkmscomments.d.ts +9 -0
- package/sdk/models/operations/listkmscomments.d.ts.map +1 -1
- package/sdk/models/operations/listkmscomments.js.map +1 -1
- package/sdk/models/operations/listkmspages.d.ts +6 -0
- package/sdk/models/operations/listkmspages.d.ts.map +1 -1
- package/sdk/models/operations/listkmspages.js.map +1 -1
- package/sdk/models/operations/listkmsspaces.d.ts +3 -0
- package/sdk/models/operations/listkmsspaces.d.ts.map +1 -1
- package/sdk/models/operations/listkmsspaces.js.map +1 -1
- package/sdk/models/operations/listlmsclasses.d.ts +6 -0
- package/sdk/models/operations/listlmsclasses.d.ts.map +1 -1
- package/sdk/models/operations/listlmsclasses.js.map +1 -1
- package/sdk/models/operations/listlmscourses.d.ts +9 -0
- package/sdk/models/operations/listlmscourses.d.ts.map +1 -1
- package/sdk/models/operations/listlmscourses.js.map +1 -1
- package/sdk/models/operations/listlmsinstructors.d.ts +12 -2
- package/sdk/models/operations/listlmsinstructors.d.ts.map +1 -1
- package/sdk/models/operations/listlmsinstructors.js +0 -4
- package/sdk/models/operations/listlmsinstructors.js.map +1 -1
- package/sdk/models/operations/listlmsstudents.d.ts +9 -2
- package/sdk/models/operations/listlmsstudents.d.ts.map +1 -1
- package/sdk/models/operations/listlmsstudents.js +0 -4
- package/sdk/models/operations/listlmsstudents.js.map +1 -1
- package/sdk/models/operations/listmartechmembers.d.ts +3 -0
- package/sdk/models/operations/listmartechmembers.d.ts.map +1 -1
- package/sdk/models/operations/listmartechmembers.js.map +1 -1
- package/sdk/models/operations/listmessagingchannels.d.ts +3 -0
- package/sdk/models/operations/listmessagingchannels.d.ts.map +1 -1
- package/sdk/models/operations/listmessagingchannels.js.map +1 -1
- package/sdk/models/operations/listmessagingmessages.d.ts +12 -0
- package/sdk/models/operations/listmessagingmessages.d.ts.map +1 -1
- package/sdk/models/operations/listmessagingmessages.js.map +1 -1
- package/sdk/models/operations/listmetadatametadatas.d.ts +3 -0
- package/sdk/models/operations/listmetadatametadatas.d.ts.map +1 -1
- package/sdk/models/operations/listmetadatametadatas.js.map +1 -1
- package/sdk/models/operations/listpaymentlinks.d.ts +6 -0
- package/sdk/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/sdk/models/operations/listpaymentlinks.js.map +1 -1
- package/sdk/models/operations/listpaymentpayments.d.ts +6 -0
- package/sdk/models/operations/listpaymentpayments.d.ts.map +1 -1
- package/sdk/models/operations/listpaymentpayments.js.map +1 -1
- package/sdk/models/operations/listpaymentrefunds.d.ts +3 -0
- package/sdk/models/operations/listpaymentrefunds.d.ts.map +1 -1
- package/sdk/models/operations/listpaymentrefunds.js.map +1 -1
- package/sdk/models/operations/listpaymentsubscriptions.d.ts +3 -0
- package/sdk/models/operations/listpaymentsubscriptions.d.ts.map +1 -1
- package/sdk/models/operations/listpaymentsubscriptions.js.map +1 -1
- package/sdk/models/operations/listrepobranches.d.ts +3 -0
- package/sdk/models/operations/listrepobranches.d.ts.map +1 -1
- package/sdk/models/operations/listrepobranches.js.map +1 -1
- package/sdk/models/operations/listrepocommits.d.ts +6 -0
- package/sdk/models/operations/listrepocommits.d.ts.map +1 -1
- package/sdk/models/operations/listrepocommits.js.map +1 -1
- package/sdk/models/operations/listrepopullrequests.d.ts +3 -0
- package/sdk/models/operations/listrepopullrequests.d.ts.map +1 -1
- package/sdk/models/operations/listrepopullrequests.js.map +1 -1
- package/sdk/models/operations/listreporepositories.d.ts +3 -0
- package/sdk/models/operations/listreporepositories.d.ts.map +1 -1
- package/sdk/models/operations/listreporepositories.js.map +1 -1
- package/sdk/models/operations/liststoragefiles.d.ts +6 -0
- package/sdk/models/operations/liststoragefiles.d.ts.map +1 -1
- package/sdk/models/operations/liststoragefiles.js.map +1 -1
- package/sdk/models/operations/listtaskcomments.d.ts +3 -0
- package/sdk/models/operations/listtaskcomments.d.ts.map +1 -1
- package/sdk/models/operations/listtaskcomments.js.map +1 -1
- package/sdk/models/operations/listtaskprojects.d.ts +3 -0
- package/sdk/models/operations/listtaskprojects.d.ts.map +1 -1
- package/sdk/models/operations/listtaskprojects.js.map +1 -1
- package/sdk/models/operations/listtasktasks.d.ts +9 -0
- package/sdk/models/operations/listtasktasks.d.ts.map +1 -1
- package/sdk/models/operations/listtasktasks.js.map +1 -1
- package/sdk/models/operations/listticketingnotes.d.ts +6 -0
- package/sdk/models/operations/listticketingnotes.d.ts.map +1 -1
- package/sdk/models/operations/listticketingnotes.js.map +1 -1
- package/sdk/models/operations/listticketingtickets.d.ts +6 -0
- package/sdk/models/operations/listticketingtickets.d.ts.map +1 -1
- package/sdk/models/operations/listticketingtickets.js.map +1 -1
- package/sdk/models/operations/listuccalls.d.ts +6 -0
- package/sdk/models/operations/listuccalls.d.ts.map +1 -1
- package/sdk/models/operations/listuccalls.js.map +1 -1
- package/sdk/models/operations/listuccomments.d.ts +6 -0
- package/sdk/models/operations/listuccomments.d.ts.map +1 -1
- package/sdk/models/operations/listuccomments.js.map +1 -1
- package/sdk/models/operations/listuccontacts.d.ts +3 -0
- package/sdk/models/operations/listuccontacts.d.ts.map +1 -1
- package/sdk/models/operations/listuccontacts.js.map +1 -1
- package/sdk/models/operations/listucrecordings.d.ts +17 -0
- package/sdk/models/operations/listucrecordings.d.ts.map +1 -1
- package/sdk/models/operations/listucrecordings.js +4 -0
- package/sdk/models/operations/listucrecordings.js.map +1 -1
- package/sdk/models/operations/patchcommercereview.d.ts +50 -0
- package/sdk/models/operations/patchcommercereview.d.ts.map +1 -0
- package/sdk/models/operations/patchcommercereview.js +79 -0
- package/sdk/models/operations/patchcommercereview.js.map +1 -0
- package/sdk/models/operations/removecommercereview.d.ts +66 -0
- package/sdk/models/operations/removecommercereview.d.ts.map +1 -0
- package/sdk/models/operations/removecommercereview.js +105 -0
- package/sdk/models/operations/removecommercereview.js.map +1 -0
- package/sdk/models/operations/updatecommercereview.d.ts +50 -0
- package/sdk/models/operations/updatecommercereview.d.ts.map +1 -0
- package/sdk/models/operations/updatecommercereview.js +79 -0
- package/sdk/models/operations/updatecommercereview.js.map +1 -0
- package/sdk/models/shared/commercereview.d.ts +115 -0
- package/sdk/models/shared/commercereview.d.ts.map +1 -0
- package/sdk/models/shared/commercereview.js +164 -0
- package/sdk/models/shared/commercereview.js.map +1 -0
- package/sdk/models/shared/commercereviewcomment.d.ts +94 -0
- package/sdk/models/shared/commercereviewcomment.d.ts.map +1 -0
- package/sdk/models/shared/commercereviewcomment.js +138 -0
- package/sdk/models/shared/commercereviewcomment.js.map +1 -0
- package/sdk/models/shared/index.d.ts +2 -5
- package/sdk/models/shared/index.d.ts.map +1 -1
- package/sdk/models/shared/index.js +2 -5
- package/sdk/models/shared/index.js.map +1 -1
- package/sdk/models/shared/integration.d.ts +638 -9
- package/sdk/models/shared/integration.d.ts.map +1 -1
- package/sdk/models/shared/integration.js +935 -6
- package/sdk/models/shared/integration.js.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.d.ts +6 -0
- package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.js +2 -0
- package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/sdk/models/shared/webhook.d.ts +3 -0
- package/sdk/models/shared/webhook.d.ts.map +1 -1
- package/sdk/models/shared/webhook.js +1 -0
- package/sdk/models/shared/webhook.js.map +1 -1
- package/sdk/review.d.ts +30 -0
- package/sdk/review.d.ts.map +1 -0
- package/sdk/review.js +54 -0
- package/sdk/review.js.map +1 -0
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +4 -0
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/accountingListAccountingContacts.ts +1 -0
- package/src/funcs/commerceCreateCommerceReview.ts +165 -0
- package/src/funcs/commerceGetCommerceReview.ts +167 -0
- package/src/funcs/commerceListCommerceReviews.ts +173 -0
- package/src/funcs/commercePatchCommerceReview.ts +169 -0
- package/src/funcs/commerceRemoveCommerceReview.ts +173 -0
- package/src/funcs/commerceUpdateCommerceReview.ts +169 -0
- package/src/funcs/contactListAccountingContacts.ts +1 -0
- package/src/funcs/instructorListLmsInstructors.ts +0 -1
- package/src/funcs/lmsListLmsInstructors.ts +0 -1
- package/src/funcs/lmsListLmsStudents.ts +0 -1
- package/src/funcs/recordingListUcRecordings.ts +1 -0
- package/src/funcs/reviewCreateCommerceReview.ts +165 -0
- package/src/funcs/reviewGetCommerceReview.ts +167 -0
- package/src/funcs/reviewListCommerceReviews.ts +173 -0
- package/src/funcs/reviewPatchCommerceReview.ts +169 -0
- package/src/funcs/reviewRemoveCommerceReview.ts +173 -0
- package/src/funcs/reviewUpdateCommerceReview.ts +169 -0
- package/src/funcs/studentListLmsStudents.ts +0 -1
- package/src/funcs/ucListUcRecordings.ts +1 -0
- package/src/lib/config.ts +2 -2
- package/src/sdk/commerce.ts +90 -0
- package/src/sdk/models/operations/createcommercereview.ts +101 -0
- package/src/sdk/models/operations/getcommercereview.ts +99 -0
- package/src/sdk/models/operations/index.ts +6 -0
- package/src/sdk/models/operations/listaccountingaccounts.ts +3 -0
- package/src/sdk/models/operations/listaccountingcontacts.ts +9 -0
- package/src/sdk/models/operations/listaccountinginvoices.ts +3 -0
- package/src/sdk/models/operations/listaccountingreports.ts +6 -0
- package/src/sdk/models/operations/listaccountingtransactions.ts +3 -0
- package/src/sdk/models/operations/listatsactivities.ts +18 -0
- package/src/sdk/models/operations/listatsapplications.ts +6 -0
- package/src/sdk/models/operations/listatsdocuments.ts +9 -0
- package/src/sdk/models/operations/listatsinterviews.ts +3 -0
- package/src/sdk/models/operations/listatsjobs.ts +3 -0
- package/src/sdk/models/operations/listatsscorecards.ts +12 -0
- package/src/sdk/models/operations/listcalendarbusies.ts +9 -0
- package/src/sdk/models/operations/listcalendarevents.ts +9 -0
- package/src/sdk/models/operations/listcalendarrecordings.ts +9 -0
- package/src/sdk/models/operations/listcommercecollections.ts +3 -0
- package/src/sdk/models/operations/listcommerceinventories.ts +6 -0
- package/src/sdk/models/operations/listcommerceitems.ts +3 -0
- package/src/sdk/models/operations/listcommercereviews.ts +143 -0
- package/src/sdk/models/operations/listcrmcompanies.ts +9 -0
- package/src/sdk/models/operations/listcrmcontacts.ts +9 -0
- package/src/sdk/models/operations/listcrmdeals.ts +9 -0
- package/src/sdk/models/operations/listcrmevents.ts +15 -0
- package/src/sdk/models/operations/listcrmleads.ts +9 -0
- package/src/sdk/models/operations/listhrisdevices.ts +3 -0
- package/src/sdk/models/operations/listhrisemployees.ts +3 -0
- package/src/sdk/models/operations/listhrisgroups.ts +3 -0
- package/src/sdk/models/operations/listhrispayslips.ts +6 -0
- package/src/sdk/models/operations/listhristimeoffs.ts +6 -0
- package/src/sdk/models/operations/listkmscomments.ts +9 -0
- package/src/sdk/models/operations/listkmspages.ts +6 -0
- package/src/sdk/models/operations/listkmsspaces.ts +3 -0
- package/src/sdk/models/operations/listlmsclasses.ts +6 -0
- package/src/sdk/models/operations/listlmscourses.ts +9 -0
- package/src/sdk/models/operations/listlmsinstructors.ts +12 -6
- package/src/sdk/models/operations/listlmsstudents.ts +9 -6
- package/src/sdk/models/operations/listmartechmembers.ts +3 -0
- package/src/sdk/models/operations/listmessagingchannels.ts +3 -0
- package/src/sdk/models/operations/listmessagingmessages.ts +12 -0
- package/src/sdk/models/operations/listmetadatametadatas.ts +3 -0
- package/src/sdk/models/operations/listpaymentlinks.ts +6 -0
- package/src/sdk/models/operations/listpaymentpayments.ts +6 -0
- package/src/sdk/models/operations/listpaymentrefunds.ts +3 -0
- package/src/sdk/models/operations/listpaymentsubscriptions.ts +3 -0
- package/src/sdk/models/operations/listrepobranches.ts +3 -0
- package/src/sdk/models/operations/listrepocommits.ts +6 -0
- package/src/sdk/models/operations/listrepopullrequests.ts +3 -0
- package/src/sdk/models/operations/listreporepositories.ts +3 -0
- package/src/sdk/models/operations/liststoragefiles.ts +6 -0
- package/src/sdk/models/operations/listtaskcomments.ts +3 -0
- package/src/sdk/models/operations/listtaskprojects.ts +3 -0
- package/src/sdk/models/operations/listtasktasks.ts +9 -0
- package/src/sdk/models/operations/listticketingnotes.ts +6 -0
- package/src/sdk/models/operations/listticketingtickets.ts +6 -0
- package/src/sdk/models/operations/listuccalls.ts +6 -0
- package/src/sdk/models/operations/listuccomments.ts +6 -0
- package/src/sdk/models/operations/listuccontacts.ts +3 -0
- package/src/sdk/models/operations/listucrecordings.ts +21 -0
- package/src/sdk/models/operations/patchcommercereview.ts +106 -0
- package/src/sdk/models/operations/removecommercereview.ts +155 -0
- package/src/sdk/models/operations/updatecommercereview.ts +108 -0
- package/src/sdk/models/shared/commercereview.ts +238 -0
- package/src/sdk/models/shared/commercereviewcomment.ts +189 -0
- package/src/sdk/models/shared/index.ts +2 -5
- package/src/sdk/models/shared/integration.ts +1860 -14
- package/src/sdk/models/shared/propertyconnectionpermissions.ts +2 -0
- package/src/sdk/models/shared/webhook.ts +1 -0
- package/src/sdk/review.ts +100 -0
- package/src/sdk/sdk.ts +6 -0
- package/sdk/models/shared/integrationsupport.d.ts +0 -2036
- package/sdk/models/shared/integrationsupport.d.ts.map +0 -1
- package/sdk/models/shared/integrationsupport.js +0 -1704
- package/sdk/models/shared/integrationsupport.js.map +0 -1
- package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts +0 -36
- package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts.map +0 -1
- package/sdk/models/shared/propertyintegrationsupportwebhookevents.js +0 -69
- package/sdk/models/shared/propertyintegrationsupportwebhookevents.js.map +0 -1
- package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.d.ts +0 -28
- package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.d.ts.map +0 -1
- package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.js +0 -51
- package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.js.map +0 -1
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.d.ts +0 -28
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.d.ts.map +0 -1
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.js +0 -51
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.js.map +0 -1
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.d.ts +0 -28
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.d.ts.map +0 -1
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.js +0 -51
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.js.map +0 -1
- package/src/sdk/models/shared/integrationsupport.ts +0 -2308
- package/src/sdk/models/shared/propertyintegrationsupportwebhookevents.ts +0 -109
- package/src/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.ts +0 -37
- package/src/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.ts +0 -37
- package/src/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.ts +0 -37
|
@@ -1,16 +1,43 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
import { IntegrationSupport, IntegrationSupport$Outbound } from "./integrationsupport.js";
|
|
5
4
|
import { PropertyIntegrationCategories } from "./propertyintegrationcategories.js";
|
|
5
|
+
export type IntegrationSchemasApi52 = {};
|
|
6
|
+
export type Integration5 = IntegrationSchemasApi52 | Array<any>;
|
|
7
|
+
export type IntegrationSchemasApi2 = {};
|
|
8
|
+
export type Integration4 = IntegrationSchemasApi2 | boolean;
|
|
9
|
+
export type IntegrationSchemasApi32 = {};
|
|
10
|
+
export type Integration3 = IntegrationSchemasApi32 | number;
|
|
11
|
+
export type IntegrationSchemasApi22 = {};
|
|
12
|
+
export type Integration2 = IntegrationSchemasApi22 | string;
|
|
13
|
+
export type Integration1 = {};
|
|
14
|
+
export type Api = Integration1 | IntegrationSchemasApi22 | string | IntegrationSchemasApi32 | number | IntegrationSchemasApi2 | boolean | IntegrationSchemasApi52 | Array<any>;
|
|
15
|
+
export type IntegrationSchemasPartnership52 = {};
|
|
16
|
+
export type IntegrationSchemas5 = IntegrationSchemasPartnership52 | Array<any>;
|
|
17
|
+
export type IntegrationSchemasPartnership42 = {};
|
|
18
|
+
export type IntegrationSchemas4 = IntegrationSchemasPartnership42 | boolean;
|
|
19
|
+
export type IntegrationSchemasPartnership32 = {};
|
|
20
|
+
export type IntegrationSchemas3 = IntegrationSchemasPartnership32 | number;
|
|
21
|
+
export type IntegrationSchemasPartnership2 = {};
|
|
22
|
+
export type IntegrationSchemas2 = IntegrationSchemasPartnership2 | string;
|
|
23
|
+
export type IntegrationSchemas1 = {};
|
|
24
|
+
export type Partnership = IntegrationSchemas1 | IntegrationSchemasPartnership2 | string | IntegrationSchemasPartnership32 | number | IntegrationSchemasPartnership42 | boolean | IntegrationSchemasPartnership52 | Array<any>;
|
|
25
|
+
export type IntegrationSchemasSandbox52 = {};
|
|
26
|
+
export type IntegrationSchemasSandbox5 = IntegrationSchemasSandbox52 | Array<any>;
|
|
27
|
+
export type IntegrationSchemasSandbox42 = {};
|
|
28
|
+
export type IntegrationSchemasSandbox4 = IntegrationSchemasSandbox42 | boolean;
|
|
29
|
+
export type IntegrationSchemasSandbox32 = {};
|
|
30
|
+
export type IntegrationSchemasSandbox3 = IntegrationSchemasSandbox32 | number;
|
|
31
|
+
export type IntegrationSchemasSandbox22 = {};
|
|
32
|
+
export type IntegrationSchemasSandbox2 = IntegrationSchemasSandbox22 | string;
|
|
33
|
+
export type IntegrationSchemasSandbox1 = {};
|
|
34
|
+
export type Sandbox = IntegrationSchemasSandbox1 | IntegrationSchemasSandbox22 | string | IntegrationSchemasSandbox32 | number | IntegrationSchemasSandbox42 | boolean | IntegrationSchemasSandbox52 | Array<any>;
|
|
6
35
|
/**
|
|
7
36
|
* Informational object for supported integrations.
|
|
8
37
|
*/
|
|
9
38
|
export type Integration = {
|
|
10
39
|
activeHealthyConnections?: number | undefined;
|
|
11
|
-
api?:
|
|
12
|
-
[k: string]: any;
|
|
13
|
-
} | undefined;
|
|
40
|
+
api?: Integration1 | IntegrationSchemasApi22 | string | IntegrationSchemasApi32 | number | IntegrationSchemasApi2 | boolean | IntegrationSchemasApi52 | Array<any> | undefined;
|
|
14
41
|
apiDocsUrl?: string | undefined;
|
|
15
42
|
beta?: boolean | undefined;
|
|
16
43
|
/**
|
|
@@ -26,10 +53,12 @@ export type Integration = {
|
|
|
26
53
|
isActive?: boolean | undefined;
|
|
27
54
|
logoUrl?: string | undefined;
|
|
28
55
|
name: string;
|
|
56
|
+
partnership?: IntegrationSchemas1 | IntegrationSchemasPartnership2 | string | IntegrationSchemasPartnership32 | number | IntegrationSchemasPartnership42 | boolean | IntegrationSchemasPartnership52 | Array<any> | undefined;
|
|
29
57
|
popularity?: number | undefined;
|
|
30
58
|
rateLimitDescription?: string | undefined;
|
|
59
|
+
sandbox?: IntegrationSchemasSandbox1 | IntegrationSchemasSandbox22 | string | IntegrationSchemasSandbox32 | number | IntegrationSchemasSandbox42 | boolean | IntegrationSchemasSandbox52 | Array<any> | undefined;
|
|
31
60
|
support?: {
|
|
32
|
-
[k: string]:
|
|
61
|
+
[k: string]: any;
|
|
33
62
|
} | undefined;
|
|
34
63
|
testedAt?: Date | undefined;
|
|
35
64
|
textColor?: string | undefined;
|
|
@@ -46,13 +75,611 @@ export type Integration = {
|
|
|
46
75
|
webUrl?: string | undefined;
|
|
47
76
|
};
|
|
48
77
|
/** @internal */
|
|
78
|
+
export declare const IntegrationSchemasApi52$inboundSchema: z.ZodType<IntegrationSchemasApi52, z.ZodTypeDef, unknown>;
|
|
79
|
+
/** @internal */
|
|
80
|
+
export type IntegrationSchemasApi52$Outbound = {};
|
|
81
|
+
/** @internal */
|
|
82
|
+
export declare const IntegrationSchemasApi52$outboundSchema: z.ZodType<IntegrationSchemasApi52$Outbound, z.ZodTypeDef, IntegrationSchemasApi52>;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
86
|
+
*/
|
|
87
|
+
export declare namespace IntegrationSchemasApi52$ {
|
|
88
|
+
/** @deprecated use `IntegrationSchemasApi52$inboundSchema` instead. */
|
|
89
|
+
const inboundSchema: z.ZodType<IntegrationSchemasApi52, z.ZodTypeDef, unknown>;
|
|
90
|
+
/** @deprecated use `IntegrationSchemasApi52$outboundSchema` instead. */
|
|
91
|
+
const outboundSchema: z.ZodType<IntegrationSchemasApi52$Outbound, z.ZodTypeDef, IntegrationSchemasApi52>;
|
|
92
|
+
/** @deprecated use `IntegrationSchemasApi52$Outbound` instead. */
|
|
93
|
+
type Outbound = IntegrationSchemasApi52$Outbound;
|
|
94
|
+
}
|
|
95
|
+
export declare function integrationSchemasApi52ToJSON(integrationSchemasApi52: IntegrationSchemasApi52): string;
|
|
96
|
+
export declare function integrationSchemasApi52FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasApi52, SDKValidationError>;
|
|
97
|
+
/** @internal */
|
|
98
|
+
export declare const Integration5$inboundSchema: z.ZodType<Integration5, z.ZodTypeDef, unknown>;
|
|
99
|
+
/** @internal */
|
|
100
|
+
export type Integration5$Outbound = IntegrationSchemasApi52$Outbound | Array<any>;
|
|
101
|
+
/** @internal */
|
|
102
|
+
export declare const Integration5$outboundSchema: z.ZodType<Integration5$Outbound, z.ZodTypeDef, Integration5>;
|
|
103
|
+
/**
|
|
104
|
+
* @internal
|
|
105
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
106
|
+
*/
|
|
107
|
+
export declare namespace Integration5$ {
|
|
108
|
+
/** @deprecated use `Integration5$inboundSchema` instead. */
|
|
109
|
+
const inboundSchema: z.ZodType<Integration5, z.ZodTypeDef, unknown>;
|
|
110
|
+
/** @deprecated use `Integration5$outboundSchema` instead. */
|
|
111
|
+
const outboundSchema: z.ZodType<Integration5$Outbound, z.ZodTypeDef, Integration5>;
|
|
112
|
+
/** @deprecated use `Integration5$Outbound` instead. */
|
|
113
|
+
type Outbound = Integration5$Outbound;
|
|
114
|
+
}
|
|
115
|
+
export declare function integration5ToJSON(integration5: Integration5): string;
|
|
116
|
+
export declare function integration5FromJSON(jsonString: string): SafeParseResult<Integration5, SDKValidationError>;
|
|
117
|
+
/** @internal */
|
|
118
|
+
export declare const IntegrationSchemasApi2$inboundSchema: z.ZodType<IntegrationSchemasApi2, z.ZodTypeDef, unknown>;
|
|
119
|
+
/** @internal */
|
|
120
|
+
export type IntegrationSchemasApi2$Outbound = {};
|
|
121
|
+
/** @internal */
|
|
122
|
+
export declare const IntegrationSchemasApi2$outboundSchema: z.ZodType<IntegrationSchemasApi2$Outbound, z.ZodTypeDef, IntegrationSchemasApi2>;
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
126
|
+
*/
|
|
127
|
+
export declare namespace IntegrationSchemasApi2$ {
|
|
128
|
+
/** @deprecated use `IntegrationSchemasApi2$inboundSchema` instead. */
|
|
129
|
+
const inboundSchema: z.ZodType<IntegrationSchemasApi2, z.ZodTypeDef, unknown>;
|
|
130
|
+
/** @deprecated use `IntegrationSchemasApi2$outboundSchema` instead. */
|
|
131
|
+
const outboundSchema: z.ZodType<IntegrationSchemasApi2$Outbound, z.ZodTypeDef, IntegrationSchemasApi2>;
|
|
132
|
+
/** @deprecated use `IntegrationSchemasApi2$Outbound` instead. */
|
|
133
|
+
type Outbound = IntegrationSchemasApi2$Outbound;
|
|
134
|
+
}
|
|
135
|
+
export declare function integrationSchemasApi2ToJSON(integrationSchemasApi2: IntegrationSchemasApi2): string;
|
|
136
|
+
export declare function integrationSchemasApi2FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasApi2, SDKValidationError>;
|
|
137
|
+
/** @internal */
|
|
138
|
+
export declare const Integration4$inboundSchema: z.ZodType<Integration4, z.ZodTypeDef, unknown>;
|
|
139
|
+
/** @internal */
|
|
140
|
+
export type Integration4$Outbound = IntegrationSchemasApi2$Outbound | boolean;
|
|
141
|
+
/** @internal */
|
|
142
|
+
export declare const Integration4$outboundSchema: z.ZodType<Integration4$Outbound, z.ZodTypeDef, Integration4>;
|
|
143
|
+
/**
|
|
144
|
+
* @internal
|
|
145
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
146
|
+
*/
|
|
147
|
+
export declare namespace Integration4$ {
|
|
148
|
+
/** @deprecated use `Integration4$inboundSchema` instead. */
|
|
149
|
+
const inboundSchema: z.ZodType<Integration4, z.ZodTypeDef, unknown>;
|
|
150
|
+
/** @deprecated use `Integration4$outboundSchema` instead. */
|
|
151
|
+
const outboundSchema: z.ZodType<Integration4$Outbound, z.ZodTypeDef, Integration4>;
|
|
152
|
+
/** @deprecated use `Integration4$Outbound` instead. */
|
|
153
|
+
type Outbound = Integration4$Outbound;
|
|
154
|
+
}
|
|
155
|
+
export declare function integration4ToJSON(integration4: Integration4): string;
|
|
156
|
+
export declare function integration4FromJSON(jsonString: string): SafeParseResult<Integration4, SDKValidationError>;
|
|
157
|
+
/** @internal */
|
|
158
|
+
export declare const IntegrationSchemasApi32$inboundSchema: z.ZodType<IntegrationSchemasApi32, z.ZodTypeDef, unknown>;
|
|
159
|
+
/** @internal */
|
|
160
|
+
export type IntegrationSchemasApi32$Outbound = {};
|
|
161
|
+
/** @internal */
|
|
162
|
+
export declare const IntegrationSchemasApi32$outboundSchema: z.ZodType<IntegrationSchemasApi32$Outbound, z.ZodTypeDef, IntegrationSchemasApi32>;
|
|
163
|
+
/**
|
|
164
|
+
* @internal
|
|
165
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
166
|
+
*/
|
|
167
|
+
export declare namespace IntegrationSchemasApi32$ {
|
|
168
|
+
/** @deprecated use `IntegrationSchemasApi32$inboundSchema` instead. */
|
|
169
|
+
const inboundSchema: z.ZodType<IntegrationSchemasApi32, z.ZodTypeDef, unknown>;
|
|
170
|
+
/** @deprecated use `IntegrationSchemasApi32$outboundSchema` instead. */
|
|
171
|
+
const outboundSchema: z.ZodType<IntegrationSchemasApi32$Outbound, z.ZodTypeDef, IntegrationSchemasApi32>;
|
|
172
|
+
/** @deprecated use `IntegrationSchemasApi32$Outbound` instead. */
|
|
173
|
+
type Outbound = IntegrationSchemasApi32$Outbound;
|
|
174
|
+
}
|
|
175
|
+
export declare function integrationSchemasApi32ToJSON(integrationSchemasApi32: IntegrationSchemasApi32): string;
|
|
176
|
+
export declare function integrationSchemasApi32FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasApi32, SDKValidationError>;
|
|
177
|
+
/** @internal */
|
|
178
|
+
export declare const Integration3$inboundSchema: z.ZodType<Integration3, z.ZodTypeDef, unknown>;
|
|
179
|
+
/** @internal */
|
|
180
|
+
export type Integration3$Outbound = IntegrationSchemasApi32$Outbound | number;
|
|
181
|
+
/** @internal */
|
|
182
|
+
export declare const Integration3$outboundSchema: z.ZodType<Integration3$Outbound, z.ZodTypeDef, Integration3>;
|
|
183
|
+
/**
|
|
184
|
+
* @internal
|
|
185
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
186
|
+
*/
|
|
187
|
+
export declare namespace Integration3$ {
|
|
188
|
+
/** @deprecated use `Integration3$inboundSchema` instead. */
|
|
189
|
+
const inboundSchema: z.ZodType<Integration3, z.ZodTypeDef, unknown>;
|
|
190
|
+
/** @deprecated use `Integration3$outboundSchema` instead. */
|
|
191
|
+
const outboundSchema: z.ZodType<Integration3$Outbound, z.ZodTypeDef, Integration3>;
|
|
192
|
+
/** @deprecated use `Integration3$Outbound` instead. */
|
|
193
|
+
type Outbound = Integration3$Outbound;
|
|
194
|
+
}
|
|
195
|
+
export declare function integration3ToJSON(integration3: Integration3): string;
|
|
196
|
+
export declare function integration3FromJSON(jsonString: string): SafeParseResult<Integration3, SDKValidationError>;
|
|
197
|
+
/** @internal */
|
|
198
|
+
export declare const IntegrationSchemasApi22$inboundSchema: z.ZodType<IntegrationSchemasApi22, z.ZodTypeDef, unknown>;
|
|
199
|
+
/** @internal */
|
|
200
|
+
export type IntegrationSchemasApi22$Outbound = {};
|
|
201
|
+
/** @internal */
|
|
202
|
+
export declare const IntegrationSchemasApi22$outboundSchema: z.ZodType<IntegrationSchemasApi22$Outbound, z.ZodTypeDef, IntegrationSchemasApi22>;
|
|
203
|
+
/**
|
|
204
|
+
* @internal
|
|
205
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
206
|
+
*/
|
|
207
|
+
export declare namespace IntegrationSchemasApi22$ {
|
|
208
|
+
/** @deprecated use `IntegrationSchemasApi22$inboundSchema` instead. */
|
|
209
|
+
const inboundSchema: z.ZodType<IntegrationSchemasApi22, z.ZodTypeDef, unknown>;
|
|
210
|
+
/** @deprecated use `IntegrationSchemasApi22$outboundSchema` instead. */
|
|
211
|
+
const outboundSchema: z.ZodType<IntegrationSchemasApi22$Outbound, z.ZodTypeDef, IntegrationSchemasApi22>;
|
|
212
|
+
/** @deprecated use `IntegrationSchemasApi22$Outbound` instead. */
|
|
213
|
+
type Outbound = IntegrationSchemasApi22$Outbound;
|
|
214
|
+
}
|
|
215
|
+
export declare function integrationSchemasApi22ToJSON(integrationSchemasApi22: IntegrationSchemasApi22): string;
|
|
216
|
+
export declare function integrationSchemasApi22FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasApi22, SDKValidationError>;
|
|
217
|
+
/** @internal */
|
|
218
|
+
export declare const Integration2$inboundSchema: z.ZodType<Integration2, z.ZodTypeDef, unknown>;
|
|
219
|
+
/** @internal */
|
|
220
|
+
export type Integration2$Outbound = IntegrationSchemasApi22$Outbound | string;
|
|
221
|
+
/** @internal */
|
|
222
|
+
export declare const Integration2$outboundSchema: z.ZodType<Integration2$Outbound, z.ZodTypeDef, Integration2>;
|
|
223
|
+
/**
|
|
224
|
+
* @internal
|
|
225
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
226
|
+
*/
|
|
227
|
+
export declare namespace Integration2$ {
|
|
228
|
+
/** @deprecated use `Integration2$inboundSchema` instead. */
|
|
229
|
+
const inboundSchema: z.ZodType<Integration2, z.ZodTypeDef, unknown>;
|
|
230
|
+
/** @deprecated use `Integration2$outboundSchema` instead. */
|
|
231
|
+
const outboundSchema: z.ZodType<Integration2$Outbound, z.ZodTypeDef, Integration2>;
|
|
232
|
+
/** @deprecated use `Integration2$Outbound` instead. */
|
|
233
|
+
type Outbound = Integration2$Outbound;
|
|
234
|
+
}
|
|
235
|
+
export declare function integration2ToJSON(integration2: Integration2): string;
|
|
236
|
+
export declare function integration2FromJSON(jsonString: string): SafeParseResult<Integration2, SDKValidationError>;
|
|
237
|
+
/** @internal */
|
|
238
|
+
export declare const Integration1$inboundSchema: z.ZodType<Integration1, z.ZodTypeDef, unknown>;
|
|
239
|
+
/** @internal */
|
|
240
|
+
export type Integration1$Outbound = {};
|
|
241
|
+
/** @internal */
|
|
242
|
+
export declare const Integration1$outboundSchema: z.ZodType<Integration1$Outbound, z.ZodTypeDef, Integration1>;
|
|
243
|
+
/**
|
|
244
|
+
* @internal
|
|
245
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
246
|
+
*/
|
|
247
|
+
export declare namespace Integration1$ {
|
|
248
|
+
/** @deprecated use `Integration1$inboundSchema` instead. */
|
|
249
|
+
const inboundSchema: z.ZodType<Integration1, z.ZodTypeDef, unknown>;
|
|
250
|
+
/** @deprecated use `Integration1$outboundSchema` instead. */
|
|
251
|
+
const outboundSchema: z.ZodType<Integration1$Outbound, z.ZodTypeDef, Integration1>;
|
|
252
|
+
/** @deprecated use `Integration1$Outbound` instead. */
|
|
253
|
+
type Outbound = Integration1$Outbound;
|
|
254
|
+
}
|
|
255
|
+
export declare function integration1ToJSON(integration1: Integration1): string;
|
|
256
|
+
export declare function integration1FromJSON(jsonString: string): SafeParseResult<Integration1, SDKValidationError>;
|
|
257
|
+
/** @internal */
|
|
258
|
+
export declare const Api$inboundSchema: z.ZodType<Api, z.ZodTypeDef, unknown>;
|
|
259
|
+
/** @internal */
|
|
260
|
+
export type Api$Outbound = Integration1$Outbound | IntegrationSchemasApi22$Outbound | string | IntegrationSchemasApi32$Outbound | number | IntegrationSchemasApi2$Outbound | boolean | IntegrationSchemasApi52$Outbound | Array<any>;
|
|
261
|
+
/** @internal */
|
|
262
|
+
export declare const Api$outboundSchema: z.ZodType<Api$Outbound, z.ZodTypeDef, Api>;
|
|
263
|
+
/**
|
|
264
|
+
* @internal
|
|
265
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
266
|
+
*/
|
|
267
|
+
export declare namespace Api$ {
|
|
268
|
+
/** @deprecated use `Api$inboundSchema` instead. */
|
|
269
|
+
const inboundSchema: z.ZodType<Api, z.ZodTypeDef, unknown>;
|
|
270
|
+
/** @deprecated use `Api$outboundSchema` instead. */
|
|
271
|
+
const outboundSchema: z.ZodType<Api$Outbound, z.ZodTypeDef, Api>;
|
|
272
|
+
/** @deprecated use `Api$Outbound` instead. */
|
|
273
|
+
type Outbound = Api$Outbound;
|
|
274
|
+
}
|
|
275
|
+
export declare function apiToJSON(api: Api): string;
|
|
276
|
+
export declare function apiFromJSON(jsonString: string): SafeParseResult<Api, SDKValidationError>;
|
|
277
|
+
/** @internal */
|
|
278
|
+
export declare const IntegrationSchemasPartnership52$inboundSchema: z.ZodType<IntegrationSchemasPartnership52, z.ZodTypeDef, unknown>;
|
|
279
|
+
/** @internal */
|
|
280
|
+
export type IntegrationSchemasPartnership52$Outbound = {};
|
|
281
|
+
/** @internal */
|
|
282
|
+
export declare const IntegrationSchemasPartnership52$outboundSchema: z.ZodType<IntegrationSchemasPartnership52$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership52>;
|
|
283
|
+
/**
|
|
284
|
+
* @internal
|
|
285
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
286
|
+
*/
|
|
287
|
+
export declare namespace IntegrationSchemasPartnership52$ {
|
|
288
|
+
/** @deprecated use `IntegrationSchemasPartnership52$inboundSchema` instead. */
|
|
289
|
+
const inboundSchema: z.ZodType<IntegrationSchemasPartnership52, z.ZodTypeDef, unknown>;
|
|
290
|
+
/** @deprecated use `IntegrationSchemasPartnership52$outboundSchema` instead. */
|
|
291
|
+
const outboundSchema: z.ZodType<IntegrationSchemasPartnership52$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership52>;
|
|
292
|
+
/** @deprecated use `IntegrationSchemasPartnership52$Outbound` instead. */
|
|
293
|
+
type Outbound = IntegrationSchemasPartnership52$Outbound;
|
|
294
|
+
}
|
|
295
|
+
export declare function integrationSchemasPartnership52ToJSON(integrationSchemasPartnership52: IntegrationSchemasPartnership52): string;
|
|
296
|
+
export declare function integrationSchemasPartnership52FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasPartnership52, SDKValidationError>;
|
|
297
|
+
/** @internal */
|
|
298
|
+
export declare const IntegrationSchemas5$inboundSchema: z.ZodType<IntegrationSchemas5, z.ZodTypeDef, unknown>;
|
|
299
|
+
/** @internal */
|
|
300
|
+
export type IntegrationSchemas5$Outbound = IntegrationSchemasPartnership52$Outbound | Array<any>;
|
|
301
|
+
/** @internal */
|
|
302
|
+
export declare const IntegrationSchemas5$outboundSchema: z.ZodType<IntegrationSchemas5$Outbound, z.ZodTypeDef, IntegrationSchemas5>;
|
|
303
|
+
/**
|
|
304
|
+
* @internal
|
|
305
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
306
|
+
*/
|
|
307
|
+
export declare namespace IntegrationSchemas5$ {
|
|
308
|
+
/** @deprecated use `IntegrationSchemas5$inboundSchema` instead. */
|
|
309
|
+
const inboundSchema: z.ZodType<IntegrationSchemas5, z.ZodTypeDef, unknown>;
|
|
310
|
+
/** @deprecated use `IntegrationSchemas5$outboundSchema` instead. */
|
|
311
|
+
const outboundSchema: z.ZodType<IntegrationSchemas5$Outbound, z.ZodTypeDef, IntegrationSchemas5>;
|
|
312
|
+
/** @deprecated use `IntegrationSchemas5$Outbound` instead. */
|
|
313
|
+
type Outbound = IntegrationSchemas5$Outbound;
|
|
314
|
+
}
|
|
315
|
+
export declare function integrationSchemas5ToJSON(integrationSchemas5: IntegrationSchemas5): string;
|
|
316
|
+
export declare function integrationSchemas5FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas5, SDKValidationError>;
|
|
317
|
+
/** @internal */
|
|
318
|
+
export declare const IntegrationSchemasPartnership42$inboundSchema: z.ZodType<IntegrationSchemasPartnership42, z.ZodTypeDef, unknown>;
|
|
319
|
+
/** @internal */
|
|
320
|
+
export type IntegrationSchemasPartnership42$Outbound = {};
|
|
321
|
+
/** @internal */
|
|
322
|
+
export declare const IntegrationSchemasPartnership42$outboundSchema: z.ZodType<IntegrationSchemasPartnership42$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership42>;
|
|
323
|
+
/**
|
|
324
|
+
* @internal
|
|
325
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
326
|
+
*/
|
|
327
|
+
export declare namespace IntegrationSchemasPartnership42$ {
|
|
328
|
+
/** @deprecated use `IntegrationSchemasPartnership42$inboundSchema` instead. */
|
|
329
|
+
const inboundSchema: z.ZodType<IntegrationSchemasPartnership42, z.ZodTypeDef, unknown>;
|
|
330
|
+
/** @deprecated use `IntegrationSchemasPartnership42$outboundSchema` instead. */
|
|
331
|
+
const outboundSchema: z.ZodType<IntegrationSchemasPartnership42$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership42>;
|
|
332
|
+
/** @deprecated use `IntegrationSchemasPartnership42$Outbound` instead. */
|
|
333
|
+
type Outbound = IntegrationSchemasPartnership42$Outbound;
|
|
334
|
+
}
|
|
335
|
+
export declare function integrationSchemasPartnership42ToJSON(integrationSchemasPartnership42: IntegrationSchemasPartnership42): string;
|
|
336
|
+
export declare function integrationSchemasPartnership42FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasPartnership42, SDKValidationError>;
|
|
337
|
+
/** @internal */
|
|
338
|
+
export declare const IntegrationSchemas4$inboundSchema: z.ZodType<IntegrationSchemas4, z.ZodTypeDef, unknown>;
|
|
339
|
+
/** @internal */
|
|
340
|
+
export type IntegrationSchemas4$Outbound = IntegrationSchemasPartnership42$Outbound | boolean;
|
|
341
|
+
/** @internal */
|
|
342
|
+
export declare const IntegrationSchemas4$outboundSchema: z.ZodType<IntegrationSchemas4$Outbound, z.ZodTypeDef, IntegrationSchemas4>;
|
|
343
|
+
/**
|
|
344
|
+
* @internal
|
|
345
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
346
|
+
*/
|
|
347
|
+
export declare namespace IntegrationSchemas4$ {
|
|
348
|
+
/** @deprecated use `IntegrationSchemas4$inboundSchema` instead. */
|
|
349
|
+
const inboundSchema: z.ZodType<IntegrationSchemas4, z.ZodTypeDef, unknown>;
|
|
350
|
+
/** @deprecated use `IntegrationSchemas4$outboundSchema` instead. */
|
|
351
|
+
const outboundSchema: z.ZodType<IntegrationSchemas4$Outbound, z.ZodTypeDef, IntegrationSchemas4>;
|
|
352
|
+
/** @deprecated use `IntegrationSchemas4$Outbound` instead. */
|
|
353
|
+
type Outbound = IntegrationSchemas4$Outbound;
|
|
354
|
+
}
|
|
355
|
+
export declare function integrationSchemas4ToJSON(integrationSchemas4: IntegrationSchemas4): string;
|
|
356
|
+
export declare function integrationSchemas4FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas4, SDKValidationError>;
|
|
357
|
+
/** @internal */
|
|
358
|
+
export declare const IntegrationSchemasPartnership32$inboundSchema: z.ZodType<IntegrationSchemasPartnership32, z.ZodTypeDef, unknown>;
|
|
359
|
+
/** @internal */
|
|
360
|
+
export type IntegrationSchemasPartnership32$Outbound = {};
|
|
361
|
+
/** @internal */
|
|
362
|
+
export declare const IntegrationSchemasPartnership32$outboundSchema: z.ZodType<IntegrationSchemasPartnership32$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership32>;
|
|
363
|
+
/**
|
|
364
|
+
* @internal
|
|
365
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
366
|
+
*/
|
|
367
|
+
export declare namespace IntegrationSchemasPartnership32$ {
|
|
368
|
+
/** @deprecated use `IntegrationSchemasPartnership32$inboundSchema` instead. */
|
|
369
|
+
const inboundSchema: z.ZodType<IntegrationSchemasPartnership32, z.ZodTypeDef, unknown>;
|
|
370
|
+
/** @deprecated use `IntegrationSchemasPartnership32$outboundSchema` instead. */
|
|
371
|
+
const outboundSchema: z.ZodType<IntegrationSchemasPartnership32$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership32>;
|
|
372
|
+
/** @deprecated use `IntegrationSchemasPartnership32$Outbound` instead. */
|
|
373
|
+
type Outbound = IntegrationSchemasPartnership32$Outbound;
|
|
374
|
+
}
|
|
375
|
+
export declare function integrationSchemasPartnership32ToJSON(integrationSchemasPartnership32: IntegrationSchemasPartnership32): string;
|
|
376
|
+
export declare function integrationSchemasPartnership32FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasPartnership32, SDKValidationError>;
|
|
377
|
+
/** @internal */
|
|
378
|
+
export declare const IntegrationSchemas3$inboundSchema: z.ZodType<IntegrationSchemas3, z.ZodTypeDef, unknown>;
|
|
379
|
+
/** @internal */
|
|
380
|
+
export type IntegrationSchemas3$Outbound = IntegrationSchemasPartnership32$Outbound | number;
|
|
381
|
+
/** @internal */
|
|
382
|
+
export declare const IntegrationSchemas3$outboundSchema: z.ZodType<IntegrationSchemas3$Outbound, z.ZodTypeDef, IntegrationSchemas3>;
|
|
383
|
+
/**
|
|
384
|
+
* @internal
|
|
385
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
386
|
+
*/
|
|
387
|
+
export declare namespace IntegrationSchemas3$ {
|
|
388
|
+
/** @deprecated use `IntegrationSchemas3$inboundSchema` instead. */
|
|
389
|
+
const inboundSchema: z.ZodType<IntegrationSchemas3, z.ZodTypeDef, unknown>;
|
|
390
|
+
/** @deprecated use `IntegrationSchemas3$outboundSchema` instead. */
|
|
391
|
+
const outboundSchema: z.ZodType<IntegrationSchemas3$Outbound, z.ZodTypeDef, IntegrationSchemas3>;
|
|
392
|
+
/** @deprecated use `IntegrationSchemas3$Outbound` instead. */
|
|
393
|
+
type Outbound = IntegrationSchemas3$Outbound;
|
|
394
|
+
}
|
|
395
|
+
export declare function integrationSchemas3ToJSON(integrationSchemas3: IntegrationSchemas3): string;
|
|
396
|
+
export declare function integrationSchemas3FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas3, SDKValidationError>;
|
|
397
|
+
/** @internal */
|
|
398
|
+
export declare const IntegrationSchemasPartnership2$inboundSchema: z.ZodType<IntegrationSchemasPartnership2, z.ZodTypeDef, unknown>;
|
|
399
|
+
/** @internal */
|
|
400
|
+
export type IntegrationSchemasPartnership2$Outbound = {};
|
|
401
|
+
/** @internal */
|
|
402
|
+
export declare const IntegrationSchemasPartnership2$outboundSchema: z.ZodType<IntegrationSchemasPartnership2$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership2>;
|
|
403
|
+
/**
|
|
404
|
+
* @internal
|
|
405
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
406
|
+
*/
|
|
407
|
+
export declare namespace IntegrationSchemasPartnership2$ {
|
|
408
|
+
/** @deprecated use `IntegrationSchemasPartnership2$inboundSchema` instead. */
|
|
409
|
+
const inboundSchema: z.ZodType<IntegrationSchemasPartnership2, z.ZodTypeDef, unknown>;
|
|
410
|
+
/** @deprecated use `IntegrationSchemasPartnership2$outboundSchema` instead. */
|
|
411
|
+
const outboundSchema: z.ZodType<IntegrationSchemasPartnership2$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership2>;
|
|
412
|
+
/** @deprecated use `IntegrationSchemasPartnership2$Outbound` instead. */
|
|
413
|
+
type Outbound = IntegrationSchemasPartnership2$Outbound;
|
|
414
|
+
}
|
|
415
|
+
export declare function integrationSchemasPartnership2ToJSON(integrationSchemasPartnership2: IntegrationSchemasPartnership2): string;
|
|
416
|
+
export declare function integrationSchemasPartnership2FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasPartnership2, SDKValidationError>;
|
|
417
|
+
/** @internal */
|
|
418
|
+
export declare const IntegrationSchemas2$inboundSchema: z.ZodType<IntegrationSchemas2, z.ZodTypeDef, unknown>;
|
|
419
|
+
/** @internal */
|
|
420
|
+
export type IntegrationSchemas2$Outbound = IntegrationSchemasPartnership2$Outbound | string;
|
|
421
|
+
/** @internal */
|
|
422
|
+
export declare const IntegrationSchemas2$outboundSchema: z.ZodType<IntegrationSchemas2$Outbound, z.ZodTypeDef, IntegrationSchemas2>;
|
|
423
|
+
/**
|
|
424
|
+
* @internal
|
|
425
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
426
|
+
*/
|
|
427
|
+
export declare namespace IntegrationSchemas2$ {
|
|
428
|
+
/** @deprecated use `IntegrationSchemas2$inboundSchema` instead. */
|
|
429
|
+
const inboundSchema: z.ZodType<IntegrationSchemas2, z.ZodTypeDef, unknown>;
|
|
430
|
+
/** @deprecated use `IntegrationSchemas2$outboundSchema` instead. */
|
|
431
|
+
const outboundSchema: z.ZodType<IntegrationSchemas2$Outbound, z.ZodTypeDef, IntegrationSchemas2>;
|
|
432
|
+
/** @deprecated use `IntegrationSchemas2$Outbound` instead. */
|
|
433
|
+
type Outbound = IntegrationSchemas2$Outbound;
|
|
434
|
+
}
|
|
435
|
+
export declare function integrationSchemas2ToJSON(integrationSchemas2: IntegrationSchemas2): string;
|
|
436
|
+
export declare function integrationSchemas2FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas2, SDKValidationError>;
|
|
437
|
+
/** @internal */
|
|
438
|
+
export declare const IntegrationSchemas1$inboundSchema: z.ZodType<IntegrationSchemas1, z.ZodTypeDef, unknown>;
|
|
439
|
+
/** @internal */
|
|
440
|
+
export type IntegrationSchemas1$Outbound = {};
|
|
441
|
+
/** @internal */
|
|
442
|
+
export declare const IntegrationSchemas1$outboundSchema: z.ZodType<IntegrationSchemas1$Outbound, z.ZodTypeDef, IntegrationSchemas1>;
|
|
443
|
+
/**
|
|
444
|
+
* @internal
|
|
445
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
446
|
+
*/
|
|
447
|
+
export declare namespace IntegrationSchemas1$ {
|
|
448
|
+
/** @deprecated use `IntegrationSchemas1$inboundSchema` instead. */
|
|
449
|
+
const inboundSchema: z.ZodType<IntegrationSchemas1, z.ZodTypeDef, unknown>;
|
|
450
|
+
/** @deprecated use `IntegrationSchemas1$outboundSchema` instead. */
|
|
451
|
+
const outboundSchema: z.ZodType<IntegrationSchemas1$Outbound, z.ZodTypeDef, IntegrationSchemas1>;
|
|
452
|
+
/** @deprecated use `IntegrationSchemas1$Outbound` instead. */
|
|
453
|
+
type Outbound = IntegrationSchemas1$Outbound;
|
|
454
|
+
}
|
|
455
|
+
export declare function integrationSchemas1ToJSON(integrationSchemas1: IntegrationSchemas1): string;
|
|
456
|
+
export declare function integrationSchemas1FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas1, SDKValidationError>;
|
|
457
|
+
/** @internal */
|
|
458
|
+
export declare const Partnership$inboundSchema: z.ZodType<Partnership, z.ZodTypeDef, unknown>;
|
|
459
|
+
/** @internal */
|
|
460
|
+
export type Partnership$Outbound = IntegrationSchemas1$Outbound | IntegrationSchemasPartnership2$Outbound | string | IntegrationSchemasPartnership32$Outbound | number | IntegrationSchemasPartnership42$Outbound | boolean | IntegrationSchemasPartnership52$Outbound | Array<any>;
|
|
461
|
+
/** @internal */
|
|
462
|
+
export declare const Partnership$outboundSchema: z.ZodType<Partnership$Outbound, z.ZodTypeDef, Partnership>;
|
|
463
|
+
/**
|
|
464
|
+
* @internal
|
|
465
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
466
|
+
*/
|
|
467
|
+
export declare namespace Partnership$ {
|
|
468
|
+
/** @deprecated use `Partnership$inboundSchema` instead. */
|
|
469
|
+
const inboundSchema: z.ZodType<Partnership, z.ZodTypeDef, unknown>;
|
|
470
|
+
/** @deprecated use `Partnership$outboundSchema` instead. */
|
|
471
|
+
const outboundSchema: z.ZodType<Partnership$Outbound, z.ZodTypeDef, Partnership>;
|
|
472
|
+
/** @deprecated use `Partnership$Outbound` instead. */
|
|
473
|
+
type Outbound = Partnership$Outbound;
|
|
474
|
+
}
|
|
475
|
+
export declare function partnershipToJSON(partnership: Partnership): string;
|
|
476
|
+
export declare function partnershipFromJSON(jsonString: string): SafeParseResult<Partnership, SDKValidationError>;
|
|
477
|
+
/** @internal */
|
|
478
|
+
export declare const IntegrationSchemasSandbox52$inboundSchema: z.ZodType<IntegrationSchemasSandbox52, z.ZodTypeDef, unknown>;
|
|
479
|
+
/** @internal */
|
|
480
|
+
export type IntegrationSchemasSandbox52$Outbound = {};
|
|
481
|
+
/** @internal */
|
|
482
|
+
export declare const IntegrationSchemasSandbox52$outboundSchema: z.ZodType<IntegrationSchemasSandbox52$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox52>;
|
|
483
|
+
/**
|
|
484
|
+
* @internal
|
|
485
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
486
|
+
*/
|
|
487
|
+
export declare namespace IntegrationSchemasSandbox52$ {
|
|
488
|
+
/** @deprecated use `IntegrationSchemasSandbox52$inboundSchema` instead. */
|
|
489
|
+
const inboundSchema: z.ZodType<IntegrationSchemasSandbox52, z.ZodTypeDef, unknown>;
|
|
490
|
+
/** @deprecated use `IntegrationSchemasSandbox52$outboundSchema` instead. */
|
|
491
|
+
const outboundSchema: z.ZodType<IntegrationSchemasSandbox52$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox52>;
|
|
492
|
+
/** @deprecated use `IntegrationSchemasSandbox52$Outbound` instead. */
|
|
493
|
+
type Outbound = IntegrationSchemasSandbox52$Outbound;
|
|
494
|
+
}
|
|
495
|
+
export declare function integrationSchemasSandbox52ToJSON(integrationSchemasSandbox52: IntegrationSchemasSandbox52): string;
|
|
496
|
+
export declare function integrationSchemasSandbox52FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox52, SDKValidationError>;
|
|
497
|
+
/** @internal */
|
|
498
|
+
export declare const IntegrationSchemasSandbox5$inboundSchema: z.ZodType<IntegrationSchemasSandbox5, z.ZodTypeDef, unknown>;
|
|
499
|
+
/** @internal */
|
|
500
|
+
export type IntegrationSchemasSandbox5$Outbound = IntegrationSchemasSandbox52$Outbound | Array<any>;
|
|
501
|
+
/** @internal */
|
|
502
|
+
export declare const IntegrationSchemasSandbox5$outboundSchema: z.ZodType<IntegrationSchemasSandbox5$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox5>;
|
|
503
|
+
/**
|
|
504
|
+
* @internal
|
|
505
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
506
|
+
*/
|
|
507
|
+
export declare namespace IntegrationSchemasSandbox5$ {
|
|
508
|
+
/** @deprecated use `IntegrationSchemasSandbox5$inboundSchema` instead. */
|
|
509
|
+
const inboundSchema: z.ZodType<IntegrationSchemasSandbox5, z.ZodTypeDef, unknown>;
|
|
510
|
+
/** @deprecated use `IntegrationSchemasSandbox5$outboundSchema` instead. */
|
|
511
|
+
const outboundSchema: z.ZodType<IntegrationSchemasSandbox5$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox5>;
|
|
512
|
+
/** @deprecated use `IntegrationSchemasSandbox5$Outbound` instead. */
|
|
513
|
+
type Outbound = IntegrationSchemasSandbox5$Outbound;
|
|
514
|
+
}
|
|
515
|
+
export declare function integrationSchemasSandbox5ToJSON(integrationSchemasSandbox5: IntegrationSchemasSandbox5): string;
|
|
516
|
+
export declare function integrationSchemasSandbox5FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox5, SDKValidationError>;
|
|
517
|
+
/** @internal */
|
|
518
|
+
export declare const IntegrationSchemasSandbox42$inboundSchema: z.ZodType<IntegrationSchemasSandbox42, z.ZodTypeDef, unknown>;
|
|
519
|
+
/** @internal */
|
|
520
|
+
export type IntegrationSchemasSandbox42$Outbound = {};
|
|
521
|
+
/** @internal */
|
|
522
|
+
export declare const IntegrationSchemasSandbox42$outboundSchema: z.ZodType<IntegrationSchemasSandbox42$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox42>;
|
|
523
|
+
/**
|
|
524
|
+
* @internal
|
|
525
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
526
|
+
*/
|
|
527
|
+
export declare namespace IntegrationSchemasSandbox42$ {
|
|
528
|
+
/** @deprecated use `IntegrationSchemasSandbox42$inboundSchema` instead. */
|
|
529
|
+
const inboundSchema: z.ZodType<IntegrationSchemasSandbox42, z.ZodTypeDef, unknown>;
|
|
530
|
+
/** @deprecated use `IntegrationSchemasSandbox42$outboundSchema` instead. */
|
|
531
|
+
const outboundSchema: z.ZodType<IntegrationSchemasSandbox42$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox42>;
|
|
532
|
+
/** @deprecated use `IntegrationSchemasSandbox42$Outbound` instead. */
|
|
533
|
+
type Outbound = IntegrationSchemasSandbox42$Outbound;
|
|
534
|
+
}
|
|
535
|
+
export declare function integrationSchemasSandbox42ToJSON(integrationSchemasSandbox42: IntegrationSchemasSandbox42): string;
|
|
536
|
+
export declare function integrationSchemasSandbox42FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox42, SDKValidationError>;
|
|
537
|
+
/** @internal */
|
|
538
|
+
export declare const IntegrationSchemasSandbox4$inboundSchema: z.ZodType<IntegrationSchemasSandbox4, z.ZodTypeDef, unknown>;
|
|
539
|
+
/** @internal */
|
|
540
|
+
export type IntegrationSchemasSandbox4$Outbound = IntegrationSchemasSandbox42$Outbound | boolean;
|
|
541
|
+
/** @internal */
|
|
542
|
+
export declare const IntegrationSchemasSandbox4$outboundSchema: z.ZodType<IntegrationSchemasSandbox4$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox4>;
|
|
543
|
+
/**
|
|
544
|
+
* @internal
|
|
545
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
546
|
+
*/
|
|
547
|
+
export declare namespace IntegrationSchemasSandbox4$ {
|
|
548
|
+
/** @deprecated use `IntegrationSchemasSandbox4$inboundSchema` instead. */
|
|
549
|
+
const inboundSchema: z.ZodType<IntegrationSchemasSandbox4, z.ZodTypeDef, unknown>;
|
|
550
|
+
/** @deprecated use `IntegrationSchemasSandbox4$outboundSchema` instead. */
|
|
551
|
+
const outboundSchema: z.ZodType<IntegrationSchemasSandbox4$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox4>;
|
|
552
|
+
/** @deprecated use `IntegrationSchemasSandbox4$Outbound` instead. */
|
|
553
|
+
type Outbound = IntegrationSchemasSandbox4$Outbound;
|
|
554
|
+
}
|
|
555
|
+
export declare function integrationSchemasSandbox4ToJSON(integrationSchemasSandbox4: IntegrationSchemasSandbox4): string;
|
|
556
|
+
export declare function integrationSchemasSandbox4FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox4, SDKValidationError>;
|
|
557
|
+
/** @internal */
|
|
558
|
+
export declare const IntegrationSchemasSandbox32$inboundSchema: z.ZodType<IntegrationSchemasSandbox32, z.ZodTypeDef, unknown>;
|
|
559
|
+
/** @internal */
|
|
560
|
+
export type IntegrationSchemasSandbox32$Outbound = {};
|
|
561
|
+
/** @internal */
|
|
562
|
+
export declare const IntegrationSchemasSandbox32$outboundSchema: z.ZodType<IntegrationSchemasSandbox32$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox32>;
|
|
563
|
+
/**
|
|
564
|
+
* @internal
|
|
565
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
566
|
+
*/
|
|
567
|
+
export declare namespace IntegrationSchemasSandbox32$ {
|
|
568
|
+
/** @deprecated use `IntegrationSchemasSandbox32$inboundSchema` instead. */
|
|
569
|
+
const inboundSchema: z.ZodType<IntegrationSchemasSandbox32, z.ZodTypeDef, unknown>;
|
|
570
|
+
/** @deprecated use `IntegrationSchemasSandbox32$outboundSchema` instead. */
|
|
571
|
+
const outboundSchema: z.ZodType<IntegrationSchemasSandbox32$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox32>;
|
|
572
|
+
/** @deprecated use `IntegrationSchemasSandbox32$Outbound` instead. */
|
|
573
|
+
type Outbound = IntegrationSchemasSandbox32$Outbound;
|
|
574
|
+
}
|
|
575
|
+
export declare function integrationSchemasSandbox32ToJSON(integrationSchemasSandbox32: IntegrationSchemasSandbox32): string;
|
|
576
|
+
export declare function integrationSchemasSandbox32FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox32, SDKValidationError>;
|
|
577
|
+
/** @internal */
|
|
578
|
+
export declare const IntegrationSchemasSandbox3$inboundSchema: z.ZodType<IntegrationSchemasSandbox3, z.ZodTypeDef, unknown>;
|
|
579
|
+
/** @internal */
|
|
580
|
+
export type IntegrationSchemasSandbox3$Outbound = IntegrationSchemasSandbox32$Outbound | number;
|
|
581
|
+
/** @internal */
|
|
582
|
+
export declare const IntegrationSchemasSandbox3$outboundSchema: z.ZodType<IntegrationSchemasSandbox3$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox3>;
|
|
583
|
+
/**
|
|
584
|
+
* @internal
|
|
585
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
586
|
+
*/
|
|
587
|
+
export declare namespace IntegrationSchemasSandbox3$ {
|
|
588
|
+
/** @deprecated use `IntegrationSchemasSandbox3$inboundSchema` instead. */
|
|
589
|
+
const inboundSchema: z.ZodType<IntegrationSchemasSandbox3, z.ZodTypeDef, unknown>;
|
|
590
|
+
/** @deprecated use `IntegrationSchemasSandbox3$outboundSchema` instead. */
|
|
591
|
+
const outboundSchema: z.ZodType<IntegrationSchemasSandbox3$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox3>;
|
|
592
|
+
/** @deprecated use `IntegrationSchemasSandbox3$Outbound` instead. */
|
|
593
|
+
type Outbound = IntegrationSchemasSandbox3$Outbound;
|
|
594
|
+
}
|
|
595
|
+
export declare function integrationSchemasSandbox3ToJSON(integrationSchemasSandbox3: IntegrationSchemasSandbox3): string;
|
|
596
|
+
export declare function integrationSchemasSandbox3FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox3, SDKValidationError>;
|
|
597
|
+
/** @internal */
|
|
598
|
+
export declare const IntegrationSchemasSandbox22$inboundSchema: z.ZodType<IntegrationSchemasSandbox22, z.ZodTypeDef, unknown>;
|
|
599
|
+
/** @internal */
|
|
600
|
+
export type IntegrationSchemasSandbox22$Outbound = {};
|
|
601
|
+
/** @internal */
|
|
602
|
+
export declare const IntegrationSchemasSandbox22$outboundSchema: z.ZodType<IntegrationSchemasSandbox22$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox22>;
|
|
603
|
+
/**
|
|
604
|
+
* @internal
|
|
605
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
606
|
+
*/
|
|
607
|
+
export declare namespace IntegrationSchemasSandbox22$ {
|
|
608
|
+
/** @deprecated use `IntegrationSchemasSandbox22$inboundSchema` instead. */
|
|
609
|
+
const inboundSchema: z.ZodType<IntegrationSchemasSandbox22, z.ZodTypeDef, unknown>;
|
|
610
|
+
/** @deprecated use `IntegrationSchemasSandbox22$outboundSchema` instead. */
|
|
611
|
+
const outboundSchema: z.ZodType<IntegrationSchemasSandbox22$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox22>;
|
|
612
|
+
/** @deprecated use `IntegrationSchemasSandbox22$Outbound` instead. */
|
|
613
|
+
type Outbound = IntegrationSchemasSandbox22$Outbound;
|
|
614
|
+
}
|
|
615
|
+
export declare function integrationSchemasSandbox22ToJSON(integrationSchemasSandbox22: IntegrationSchemasSandbox22): string;
|
|
616
|
+
export declare function integrationSchemasSandbox22FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox22, SDKValidationError>;
|
|
617
|
+
/** @internal */
|
|
618
|
+
export declare const IntegrationSchemasSandbox2$inboundSchema: z.ZodType<IntegrationSchemasSandbox2, z.ZodTypeDef, unknown>;
|
|
619
|
+
/** @internal */
|
|
620
|
+
export type IntegrationSchemasSandbox2$Outbound = IntegrationSchemasSandbox22$Outbound | string;
|
|
621
|
+
/** @internal */
|
|
622
|
+
export declare const IntegrationSchemasSandbox2$outboundSchema: z.ZodType<IntegrationSchemasSandbox2$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox2>;
|
|
623
|
+
/**
|
|
624
|
+
* @internal
|
|
625
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
626
|
+
*/
|
|
627
|
+
export declare namespace IntegrationSchemasSandbox2$ {
|
|
628
|
+
/** @deprecated use `IntegrationSchemasSandbox2$inboundSchema` instead. */
|
|
629
|
+
const inboundSchema: z.ZodType<IntegrationSchemasSandbox2, z.ZodTypeDef, unknown>;
|
|
630
|
+
/** @deprecated use `IntegrationSchemasSandbox2$outboundSchema` instead. */
|
|
631
|
+
const outboundSchema: z.ZodType<IntegrationSchemasSandbox2$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox2>;
|
|
632
|
+
/** @deprecated use `IntegrationSchemasSandbox2$Outbound` instead. */
|
|
633
|
+
type Outbound = IntegrationSchemasSandbox2$Outbound;
|
|
634
|
+
}
|
|
635
|
+
export declare function integrationSchemasSandbox2ToJSON(integrationSchemasSandbox2: IntegrationSchemasSandbox2): string;
|
|
636
|
+
export declare function integrationSchemasSandbox2FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox2, SDKValidationError>;
|
|
637
|
+
/** @internal */
|
|
638
|
+
export declare const IntegrationSchemasSandbox1$inboundSchema: z.ZodType<IntegrationSchemasSandbox1, z.ZodTypeDef, unknown>;
|
|
639
|
+
/** @internal */
|
|
640
|
+
export type IntegrationSchemasSandbox1$Outbound = {};
|
|
641
|
+
/** @internal */
|
|
642
|
+
export declare const IntegrationSchemasSandbox1$outboundSchema: z.ZodType<IntegrationSchemasSandbox1$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox1>;
|
|
643
|
+
/**
|
|
644
|
+
* @internal
|
|
645
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
646
|
+
*/
|
|
647
|
+
export declare namespace IntegrationSchemasSandbox1$ {
|
|
648
|
+
/** @deprecated use `IntegrationSchemasSandbox1$inboundSchema` instead. */
|
|
649
|
+
const inboundSchema: z.ZodType<IntegrationSchemasSandbox1, z.ZodTypeDef, unknown>;
|
|
650
|
+
/** @deprecated use `IntegrationSchemasSandbox1$outboundSchema` instead. */
|
|
651
|
+
const outboundSchema: z.ZodType<IntegrationSchemasSandbox1$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox1>;
|
|
652
|
+
/** @deprecated use `IntegrationSchemasSandbox1$Outbound` instead. */
|
|
653
|
+
type Outbound = IntegrationSchemasSandbox1$Outbound;
|
|
654
|
+
}
|
|
655
|
+
export declare function integrationSchemasSandbox1ToJSON(integrationSchemasSandbox1: IntegrationSchemasSandbox1): string;
|
|
656
|
+
export declare function integrationSchemasSandbox1FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox1, SDKValidationError>;
|
|
657
|
+
/** @internal */
|
|
658
|
+
export declare const Sandbox$inboundSchema: z.ZodType<Sandbox, z.ZodTypeDef, unknown>;
|
|
659
|
+
/** @internal */
|
|
660
|
+
export type Sandbox$Outbound = IntegrationSchemasSandbox1$Outbound | IntegrationSchemasSandbox22$Outbound | string | IntegrationSchemasSandbox32$Outbound | number | IntegrationSchemasSandbox42$Outbound | boolean | IntegrationSchemasSandbox52$Outbound | Array<any>;
|
|
661
|
+
/** @internal */
|
|
662
|
+
export declare const Sandbox$outboundSchema: z.ZodType<Sandbox$Outbound, z.ZodTypeDef, Sandbox>;
|
|
663
|
+
/**
|
|
664
|
+
* @internal
|
|
665
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
666
|
+
*/
|
|
667
|
+
export declare namespace Sandbox$ {
|
|
668
|
+
/** @deprecated use `Sandbox$inboundSchema` instead. */
|
|
669
|
+
const inboundSchema: z.ZodType<Sandbox, z.ZodTypeDef, unknown>;
|
|
670
|
+
/** @deprecated use `Sandbox$outboundSchema` instead. */
|
|
671
|
+
const outboundSchema: z.ZodType<Sandbox$Outbound, z.ZodTypeDef, Sandbox>;
|
|
672
|
+
/** @deprecated use `Sandbox$Outbound` instead. */
|
|
673
|
+
type Outbound = Sandbox$Outbound;
|
|
674
|
+
}
|
|
675
|
+
export declare function sandboxToJSON(sandbox: Sandbox): string;
|
|
676
|
+
export declare function sandboxFromJSON(jsonString: string): SafeParseResult<Sandbox, SDKValidationError>;
|
|
677
|
+
/** @internal */
|
|
49
678
|
export declare const Integration$inboundSchema: z.ZodType<Integration, z.ZodTypeDef, unknown>;
|
|
50
679
|
/** @internal */
|
|
51
680
|
export type Integration$Outbound = {
|
|
52
681
|
active_healthy_connections?: number | undefined;
|
|
53
|
-
api?:
|
|
54
|
-
[k: string]: any;
|
|
55
|
-
} | undefined;
|
|
682
|
+
api?: Integration1$Outbound | IntegrationSchemasApi22$Outbound | string | IntegrationSchemasApi32$Outbound | number | IntegrationSchemasApi2$Outbound | boolean | IntegrationSchemasApi52$Outbound | Array<any> | undefined;
|
|
56
683
|
api_docs_url?: string | undefined;
|
|
57
684
|
beta?: boolean | undefined;
|
|
58
685
|
categories: Array<string>;
|
|
@@ -65,10 +692,12 @@ export type Integration$Outbound = {
|
|
|
65
692
|
is_active?: boolean | undefined;
|
|
66
693
|
logo_url?: string | undefined;
|
|
67
694
|
name: string;
|
|
695
|
+
partnership?: IntegrationSchemas1$Outbound | IntegrationSchemasPartnership2$Outbound | string | IntegrationSchemasPartnership32$Outbound | number | IntegrationSchemasPartnership42$Outbound | boolean | IntegrationSchemasPartnership52$Outbound | Array<any> | undefined;
|
|
68
696
|
popularity?: number | undefined;
|
|
69
697
|
rate_limit_description?: string | undefined;
|
|
698
|
+
sandbox?: IntegrationSchemasSandbox1$Outbound | IntegrationSchemasSandbox22$Outbound | string | IntegrationSchemasSandbox32$Outbound | number | IntegrationSchemasSandbox42$Outbound | boolean | IntegrationSchemasSandbox52$Outbound | Array<any> | undefined;
|
|
70
699
|
support?: {
|
|
71
|
-
[k: string]:
|
|
700
|
+
[k: string]: any;
|
|
72
701
|
} | undefined;
|
|
73
702
|
tested_at?: string | undefined;
|
|
74
703
|
text_color?: string | undefined;
|