@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
|
@@ -9,18 +9,33 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListAtsActivitiesRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The application ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
applicationId?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* The candidate ID to filter by
|
|
18
|
+
*/
|
|
13
19
|
candidateId?: string | undefined;
|
|
14
20
|
/**
|
|
15
21
|
* ID of the connection
|
|
16
22
|
*/
|
|
17
23
|
connectionId: string;
|
|
24
|
+
/**
|
|
25
|
+
* The document ID to filter by
|
|
26
|
+
*/
|
|
18
27
|
documentId?: string | undefined;
|
|
19
28
|
/**
|
|
20
29
|
* Comma-delimited fields to return
|
|
21
30
|
*/
|
|
22
31
|
fields?: Array<string> | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The interview ID to filter by
|
|
34
|
+
*/
|
|
23
35
|
interviewId?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The job ID to filter by
|
|
38
|
+
*/
|
|
24
39
|
jobId?: string | undefined;
|
|
25
40
|
limit?: number | undefined;
|
|
26
41
|
offset?: number | undefined;
|
|
@@ -38,6 +53,9 @@ export type ListAtsActivitiesRequest = {
|
|
|
38
53
|
* Return only results whose updated date is equal or greater to this value
|
|
39
54
|
*/
|
|
40
55
|
updatedGte?: Date | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* The user/employee ID to filter by
|
|
58
|
+
*/
|
|
41
59
|
userId?: string | undefined;
|
|
42
60
|
};
|
|
43
61
|
|
|
@@ -9,6 +9,9 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListAtsApplicationsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The candidate ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
candidateId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
@@ -18,6 +21,9 @@ export type ListAtsApplicationsRequest = {
|
|
|
18
21
|
* Comma-delimited fields to return
|
|
19
22
|
*/
|
|
20
23
|
fields?: Array<string> | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* The job ID to filter by
|
|
26
|
+
*/
|
|
21
27
|
jobId?: string | undefined;
|
|
22
28
|
limit?: number | undefined;
|
|
23
29
|
offset?: number | undefined;
|
|
@@ -9,7 +9,13 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListAtsDocumentsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The application ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
applicationId?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* The candidate ID to filter by
|
|
18
|
+
*/
|
|
13
19
|
candidateId?: string | undefined;
|
|
14
20
|
/**
|
|
15
21
|
* ID of the connection
|
|
@@ -19,6 +25,9 @@ export type ListAtsDocumentsRequest = {
|
|
|
19
25
|
* Comma-delimited fields to return
|
|
20
26
|
*/
|
|
21
27
|
fields?: Array<string> | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* The job ID to filter by
|
|
30
|
+
*/
|
|
22
31
|
jobId?: string | undefined;
|
|
23
32
|
limit?: number | undefined;
|
|
24
33
|
offset?: number | undefined;
|
|
@@ -9,6 +9,9 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListAtsInterviewsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The application ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
applicationId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
@@ -9,7 +9,13 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListAtsScorecardsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The application ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
applicationId?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* The candidate ID to filter by
|
|
18
|
+
*/
|
|
13
19
|
candidateId?: string | undefined;
|
|
14
20
|
/**
|
|
15
21
|
* ID of the connection
|
|
@@ -19,7 +25,13 @@ export type ListAtsScorecardsRequest = {
|
|
|
19
25
|
* Comma-delimited fields to return
|
|
20
26
|
*/
|
|
21
27
|
fields?: Array<string> | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* The interview ID to filter by
|
|
30
|
+
*/
|
|
22
31
|
interviewId?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The job ID to filter by
|
|
34
|
+
*/
|
|
23
35
|
jobId?: string | undefined;
|
|
24
36
|
limit?: number | undefined;
|
|
25
37
|
offset?: number | undefined;
|
|
@@ -9,11 +9,17 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListCalendarBusiesRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The calendar ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
calendarId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
15
18
|
*/
|
|
16
19
|
connectionId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The end date to filter by
|
|
22
|
+
*/
|
|
17
23
|
endLe?: string | undefined;
|
|
18
24
|
/**
|
|
19
25
|
* Comma-delimited fields to return
|
|
@@ -31,6 +37,9 @@ export type ListCalendarBusiesRequest = {
|
|
|
31
37
|
*/
|
|
32
38
|
raw?: string | undefined;
|
|
33
39
|
sort?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The start date to filter by
|
|
42
|
+
*/
|
|
34
43
|
startGte?: string | undefined;
|
|
35
44
|
/**
|
|
36
45
|
* Return only results whose updated date is equal or greater to this value
|
|
@@ -9,11 +9,17 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListCalendarEventsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The calendar ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
calendarId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
15
18
|
*/
|
|
16
19
|
connectionId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The end date to filter by
|
|
22
|
+
*/
|
|
17
23
|
endLe?: string | undefined;
|
|
18
24
|
/**
|
|
19
25
|
* Comma-delimited fields to return
|
|
@@ -31,6 +37,9 @@ export type ListCalendarEventsRequest = {
|
|
|
31
37
|
*/
|
|
32
38
|
raw?: string | undefined;
|
|
33
39
|
sort?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The start date to filter by
|
|
42
|
+
*/
|
|
34
43
|
startGte?: string | undefined;
|
|
35
44
|
/**
|
|
36
45
|
* Return only results whose updated date is equal or greater to this value
|
|
@@ -13,7 +13,13 @@ export type ListCalendarRecordingsRequest = {
|
|
|
13
13
|
* ID of the connection
|
|
14
14
|
*/
|
|
15
15
|
connectionId: string;
|
|
16
|
+
/**
|
|
17
|
+
* The end date to filter by
|
|
18
|
+
*/
|
|
16
19
|
endLe?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* The event ID to filter by
|
|
22
|
+
*/
|
|
17
23
|
eventId?: string | undefined;
|
|
18
24
|
/**
|
|
19
25
|
* Comma-delimited fields to return
|
|
@@ -31,6 +37,9 @@ export type ListCalendarRecordingsRequest = {
|
|
|
31
37
|
*/
|
|
32
38
|
raw?: string | undefined;
|
|
33
39
|
sort?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The start date to filter by
|
|
42
|
+
*/
|
|
34
43
|
startGte?: string | undefined;
|
|
35
44
|
/**
|
|
36
45
|
* Return only results whose updated date is equal or greater to this value
|
|
@@ -20,6 +20,9 @@ export type ListCommerceCollectionsRequest = {
|
|
|
20
20
|
limit?: number | undefined;
|
|
21
21
|
offset?: number | undefined;
|
|
22
22
|
order?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* The parent ID to filter by
|
|
25
|
+
*/
|
|
23
26
|
parentId?: string | undefined;
|
|
24
27
|
/**
|
|
25
28
|
* Query string to search. eg. email address or name
|
|
@@ -17,8 +17,14 @@ export type ListCommerceInventoriesRequest = {
|
|
|
17
17
|
* Comma-delimited fields to return
|
|
18
18
|
*/
|
|
19
19
|
fields?: Array<string> | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* The item variant ID to filter by
|
|
22
|
+
*/
|
|
20
23
|
itemVariantId?: string | undefined;
|
|
21
24
|
limit?: number | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* The location ID to filter by
|
|
27
|
+
*/
|
|
22
28
|
locationId?: string | undefined;
|
|
23
29
|
offset?: number | undefined;
|
|
24
30
|
order?: string | undefined;
|
|
@@ -9,6 +9,9 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListCommerceItemsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The collection ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
collectionId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
export type ListCommerceReviewsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* ID of the connection
|
|
14
|
+
*/
|
|
15
|
+
connectionId: string;
|
|
16
|
+
/**
|
|
17
|
+
* The contact ID to filter by
|
|
18
|
+
*/
|
|
19
|
+
contactId?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Comma-delimited fields to return
|
|
22
|
+
*/
|
|
23
|
+
fields?: Array<string> | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* The item ID to filter by
|
|
26
|
+
*/
|
|
27
|
+
itemId?: string | undefined;
|
|
28
|
+
limit?: number | undefined;
|
|
29
|
+
offset?: number | undefined;
|
|
30
|
+
order?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* Query string to search. eg. email address or name
|
|
33
|
+
*/
|
|
34
|
+
query?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
|
|
37
|
+
*/
|
|
38
|
+
raw?: string | undefined;
|
|
39
|
+
sort?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* Return only results whose updated date is equal or greater to this value
|
|
42
|
+
*/
|
|
43
|
+
updatedGte?: Date | undefined;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export const ListCommerceReviewsRequest$inboundSchema: z.ZodType<
|
|
48
|
+
ListCommerceReviewsRequest,
|
|
49
|
+
z.ZodTypeDef,
|
|
50
|
+
unknown
|
|
51
|
+
> = z.object({
|
|
52
|
+
connection_id: z.string(),
|
|
53
|
+
contact_id: z.string().optional(),
|
|
54
|
+
fields: z.array(z.string()).optional(),
|
|
55
|
+
item_id: z.string().optional(),
|
|
56
|
+
limit: z.number().optional(),
|
|
57
|
+
offset: z.number().optional(),
|
|
58
|
+
order: z.string().optional(),
|
|
59
|
+
query: z.string().optional(),
|
|
60
|
+
raw: z.string().optional(),
|
|
61
|
+
sort: z.string().optional(),
|
|
62
|
+
updated_gte: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
63
|
+
.optional(),
|
|
64
|
+
}).transform((v) => {
|
|
65
|
+
return remap$(v, {
|
|
66
|
+
"connection_id": "connectionId",
|
|
67
|
+
"contact_id": "contactId",
|
|
68
|
+
"item_id": "itemId",
|
|
69
|
+
"updated_gte": "updatedGte",
|
|
70
|
+
});
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
/** @internal */
|
|
74
|
+
export type ListCommerceReviewsRequest$Outbound = {
|
|
75
|
+
connection_id: string;
|
|
76
|
+
contact_id?: string | undefined;
|
|
77
|
+
fields?: Array<string> | undefined;
|
|
78
|
+
item_id?: string | undefined;
|
|
79
|
+
limit?: number | undefined;
|
|
80
|
+
offset?: number | undefined;
|
|
81
|
+
order?: string | undefined;
|
|
82
|
+
query?: string | undefined;
|
|
83
|
+
raw?: string | undefined;
|
|
84
|
+
sort?: string | undefined;
|
|
85
|
+
updated_gte?: string | undefined;
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
/** @internal */
|
|
89
|
+
export const ListCommerceReviewsRequest$outboundSchema: z.ZodType<
|
|
90
|
+
ListCommerceReviewsRequest$Outbound,
|
|
91
|
+
z.ZodTypeDef,
|
|
92
|
+
ListCommerceReviewsRequest
|
|
93
|
+
> = z.object({
|
|
94
|
+
connectionId: z.string(),
|
|
95
|
+
contactId: z.string().optional(),
|
|
96
|
+
fields: z.array(z.string()).optional(),
|
|
97
|
+
itemId: z.string().optional(),
|
|
98
|
+
limit: z.number().optional(),
|
|
99
|
+
offset: z.number().optional(),
|
|
100
|
+
order: z.string().optional(),
|
|
101
|
+
query: z.string().optional(),
|
|
102
|
+
raw: z.string().optional(),
|
|
103
|
+
sort: z.string().optional(),
|
|
104
|
+
updatedGte: z.date().transform(v => v.toISOString()).optional(),
|
|
105
|
+
}).transform((v) => {
|
|
106
|
+
return remap$(v, {
|
|
107
|
+
connectionId: "connection_id",
|
|
108
|
+
contactId: "contact_id",
|
|
109
|
+
itemId: "item_id",
|
|
110
|
+
updatedGte: "updated_gte",
|
|
111
|
+
});
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
117
|
+
*/
|
|
118
|
+
export namespace ListCommerceReviewsRequest$ {
|
|
119
|
+
/** @deprecated use `ListCommerceReviewsRequest$inboundSchema` instead. */
|
|
120
|
+
export const inboundSchema = ListCommerceReviewsRequest$inboundSchema;
|
|
121
|
+
/** @deprecated use `ListCommerceReviewsRequest$outboundSchema` instead. */
|
|
122
|
+
export const outboundSchema = ListCommerceReviewsRequest$outboundSchema;
|
|
123
|
+
/** @deprecated use `ListCommerceReviewsRequest$Outbound` instead. */
|
|
124
|
+
export type Outbound = ListCommerceReviewsRequest$Outbound;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export function listCommerceReviewsRequestToJSON(
|
|
128
|
+
listCommerceReviewsRequest: ListCommerceReviewsRequest,
|
|
129
|
+
): string {
|
|
130
|
+
return JSON.stringify(
|
|
131
|
+
ListCommerceReviewsRequest$outboundSchema.parse(listCommerceReviewsRequest),
|
|
132
|
+
);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export function listCommerceReviewsRequestFromJSON(
|
|
136
|
+
jsonString: string,
|
|
137
|
+
): SafeParseResult<ListCommerceReviewsRequest, SDKValidationError> {
|
|
138
|
+
return safeParse(
|
|
139
|
+
jsonString,
|
|
140
|
+
(x) => ListCommerceReviewsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
141
|
+
`Failed to parse 'ListCommerceReviewsRequest' from JSON`,
|
|
142
|
+
);
|
|
143
|
+
}
|
|
@@ -13,7 +13,13 @@ export type ListCrmCompaniesRequest = {
|
|
|
13
13
|
* ID of the connection
|
|
14
14
|
*/
|
|
15
15
|
connectionId: string;
|
|
16
|
+
/**
|
|
17
|
+
* The contact ID to filter by
|
|
18
|
+
*/
|
|
16
19
|
contactId?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* The deal ID to filter by
|
|
22
|
+
*/
|
|
17
23
|
dealId?: string | undefined;
|
|
18
24
|
/**
|
|
19
25
|
* Comma-delimited fields to return
|
|
@@ -35,6 +41,9 @@ export type ListCrmCompaniesRequest = {
|
|
|
35
41
|
* Return only results whose updated date is equal or greater to this value
|
|
36
42
|
*/
|
|
37
43
|
updatedGte?: Date | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* The user/employee ID to filter by
|
|
46
|
+
*/
|
|
38
47
|
userId?: string | undefined;
|
|
39
48
|
};
|
|
40
49
|
|
|
@@ -9,11 +9,17 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListCrmContactsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The company ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
companyId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
15
18
|
*/
|
|
16
19
|
connectionId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The deal ID to filter by
|
|
22
|
+
*/
|
|
17
23
|
dealId?: string | undefined;
|
|
18
24
|
/**
|
|
19
25
|
* Comma-delimited fields to return
|
|
@@ -35,6 +41,9 @@ export type ListCrmContactsRequest = {
|
|
|
35
41
|
* Return only results whose updated date is equal or greater to this value
|
|
36
42
|
*/
|
|
37
43
|
updatedGte?: Date | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* The user/employee ID to filter by
|
|
46
|
+
*/
|
|
38
47
|
userId?: string | undefined;
|
|
39
48
|
};
|
|
40
49
|
|
|
@@ -9,11 +9,17 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListCrmDealsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The company ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
companyId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
15
18
|
*/
|
|
16
19
|
connectionId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The contact ID to filter by
|
|
22
|
+
*/
|
|
17
23
|
contactId?: string | undefined;
|
|
18
24
|
/**
|
|
19
25
|
* Comma-delimited fields to return
|
|
@@ -35,6 +41,9 @@ export type ListCrmDealsRequest = {
|
|
|
35
41
|
* Return only results whose updated date is equal or greater to this value
|
|
36
42
|
*/
|
|
37
43
|
updatedGte?: Date | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* The user/employee ID to filter by
|
|
46
|
+
*/
|
|
38
47
|
userId?: string | undefined;
|
|
39
48
|
};
|
|
40
49
|
|
|
@@ -9,17 +9,29 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListCrmEventsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The company ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
companyId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
15
18
|
*/
|
|
16
19
|
connectionId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The contact ID to filter by
|
|
22
|
+
*/
|
|
17
23
|
contactId?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* The deal ID to filter by
|
|
26
|
+
*/
|
|
18
27
|
dealId?: string | undefined;
|
|
19
28
|
/**
|
|
20
29
|
* Comma-delimited fields to return
|
|
21
30
|
*/
|
|
22
31
|
fields?: Array<string> | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The CRM lead ID to filter by
|
|
34
|
+
*/
|
|
23
35
|
leadId?: string | undefined;
|
|
24
36
|
limit?: number | undefined;
|
|
25
37
|
offset?: number | undefined;
|
|
@@ -38,6 +50,9 @@ export type ListCrmEventsRequest = {
|
|
|
38
50
|
* Return only results whose updated date is equal or greater to this value
|
|
39
51
|
*/
|
|
40
52
|
updatedGte?: Date | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* The user/employee ID to filter by
|
|
55
|
+
*/
|
|
41
56
|
userId?: string | undefined;
|
|
42
57
|
};
|
|
43
58
|
|
|
@@ -9,11 +9,17 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListCrmLeadsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The company ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
companyId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
15
18
|
*/
|
|
16
19
|
connectionId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The contact ID to filter by
|
|
22
|
+
*/
|
|
17
23
|
contactId?: string | undefined;
|
|
18
24
|
/**
|
|
19
25
|
* Comma-delimited fields to return
|
|
@@ -35,6 +41,9 @@ export type ListCrmLeadsRequest = {
|
|
|
35
41
|
* Return only results whose updated date is equal or greater to this value
|
|
36
42
|
*/
|
|
37
43
|
updatedGte?: Date | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* The user/employee ID to filter by
|
|
46
|
+
*/
|
|
38
47
|
userId?: string | undefined;
|
|
39
48
|
};
|
|
40
49
|
|
|
@@ -9,6 +9,9 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListHrisEmployeesRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The company ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
companyId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
@@ -9,6 +9,9 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListHrisGroupsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The company ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
companyId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
@@ -9,6 +9,9 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListHrisPayslipsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The company ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
companyId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
@@ -34,6 +37,9 @@ export type ListHrisPayslipsRequest = {
|
|
|
34
37
|
* Return only results whose updated date is equal or greater to this value
|
|
35
38
|
*/
|
|
36
39
|
updatedGte?: Date | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The user/employee ID to filter by
|
|
42
|
+
*/
|
|
37
43
|
userId?: string | undefined;
|
|
38
44
|
};
|
|
39
45
|
|
|
@@ -9,6 +9,9 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
|
|
11
11
|
export type ListHrisTimeoffsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* The company ID to filter by
|
|
14
|
+
*/
|
|
12
15
|
companyId?: string | undefined;
|
|
13
16
|
/**
|
|
14
17
|
* ID of the connection
|
|
@@ -34,6 +37,9 @@ export type ListHrisTimeoffsRequest = {
|
|
|
34
37
|
* Return only results whose updated date is equal or greater to this value
|
|
35
38
|
*/
|
|
36
39
|
updatedGte?: Date | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The user/employee ID to filter by
|
|
42
|
+
*/
|
|
37
43
|
userId?: string | undefined;
|
|
38
44
|
};
|
|
39
45
|
|
|
@@ -20,7 +20,13 @@ export type ListKmsCommentsRequest = {
|
|
|
20
20
|
limit?: number | undefined;
|
|
21
21
|
offset?: number | undefined;
|
|
22
22
|
order?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* The page ID to filter by
|
|
25
|
+
*/
|
|
23
26
|
pageId?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* The parent ID to filter by
|
|
29
|
+
*/
|
|
24
30
|
parentId?: string | undefined;
|
|
25
31
|
/**
|
|
26
32
|
* Query string to search. eg. email address or name
|
|
@@ -31,6 +37,9 @@ export type ListKmsCommentsRequest = {
|
|
|
31
37
|
*/
|
|
32
38
|
raw?: string | undefined;
|
|
33
39
|
sort?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The type to filter by
|
|
42
|
+
*/
|
|
34
43
|
type?: string | undefined;
|
|
35
44
|
/**
|
|
36
45
|
* Return only results whose updated date is equal or greater to this value
|
|
@@ -20,6 +20,9 @@ export type ListKmsPagesRequest = {
|
|
|
20
20
|
limit?: number | undefined;
|
|
21
21
|
offset?: number | undefined;
|
|
22
22
|
order?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* The parent ID to filter by
|
|
25
|
+
*/
|
|
23
26
|
parentId?: string | undefined;
|
|
24
27
|
/**
|
|
25
28
|
* Query string to search. eg. email address or name
|
|
@@ -30,6 +33,9 @@ export type ListKmsPagesRequest = {
|
|
|
30
33
|
*/
|
|
31
34
|
raw?: string | undefined;
|
|
32
35
|
sort?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The space ID to filter by
|
|
38
|
+
*/
|
|
33
39
|
spaceId?: string | undefined;
|
|
34
40
|
/**
|
|
35
41
|
* Return only results whose updated date is equal or greater to this value
|