@unified-api/typescript-sdk 2.18.0 → 2.22.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 +36 -0
- package/docs/sdks/busy/README.md +88 -0
- package/docs/sdks/calendar/README.md +1800 -0
- package/docs/sdks/event/README.md +524 -0
- package/docs/sdks/link/README.md +512 -0
- package/docs/sdks/recording/README.md +171 -0
- package/funcs/busyListCalendarBusies.d.ts +14 -0
- package/funcs/busyListCalendarBusies.d.ts.map +1 -0
- package/funcs/busyListCalendarBusies.js +118 -0
- package/funcs/busyListCalendarBusies.js.map +1 -0
- package/funcs/calendarCreateCalendarCalendar.d.ts +14 -0
- package/funcs/calendarCreateCalendarCalendar.d.ts.map +1 -0
- package/funcs/calendarCreateCalendarCalendar.js +109 -0
- package/funcs/calendarCreateCalendarCalendar.js.map +1 -0
- package/funcs/calendarCreateCalendarEvent.d.ts +14 -0
- package/funcs/calendarCreateCalendarEvent.d.ts.map +1 -0
- package/funcs/calendarCreateCalendarEvent.js +109 -0
- package/funcs/calendarCreateCalendarEvent.js.map +1 -0
- package/funcs/calendarCreateCalendarLink.d.ts +14 -0
- package/funcs/calendarCreateCalendarLink.d.ts.map +1 -0
- package/funcs/calendarCreateCalendarLink.js +109 -0
- package/funcs/calendarCreateCalendarLink.js.map +1 -0
- package/funcs/calendarGetCalendarCalendar.d.ts +14 -0
- package/funcs/calendarGetCalendarCalendar.d.ts.map +1 -0
- package/funcs/calendarGetCalendarCalendar.js +112 -0
- package/funcs/calendarGetCalendarCalendar.js.map +1 -0
- package/funcs/calendarGetCalendarEvent.d.ts +14 -0
- package/funcs/calendarGetCalendarEvent.d.ts.map +1 -0
- package/funcs/calendarGetCalendarEvent.js +112 -0
- package/funcs/calendarGetCalendarEvent.js.map +1 -0
- package/funcs/calendarGetCalendarLink.d.ts +14 -0
- package/funcs/calendarGetCalendarLink.d.ts.map +1 -0
- package/funcs/calendarGetCalendarLink.js +112 -0
- package/funcs/calendarGetCalendarLink.js.map +1 -0
- package/funcs/calendarGetCalendarRecording.d.ts +14 -0
- package/funcs/calendarGetCalendarRecording.d.ts.map +1 -0
- package/funcs/calendarGetCalendarRecording.js +112 -0
- package/funcs/calendarGetCalendarRecording.js.map +1 -0
- package/funcs/calendarListCalendarBusies.d.ts +14 -0
- package/funcs/calendarListCalendarBusies.d.ts.map +1 -0
- package/funcs/calendarListCalendarBusies.js +118 -0
- package/funcs/calendarListCalendarBusies.js.map +1 -0
- package/funcs/calendarListCalendarCalendars.d.ts +14 -0
- package/funcs/calendarListCalendarCalendars.d.ts.map +1 -0
- package/funcs/calendarListCalendarCalendars.js +115 -0
- package/funcs/calendarListCalendarCalendars.js.map +1 -0
- package/funcs/calendarListCalendarEvents.d.ts +14 -0
- package/funcs/calendarListCalendarEvents.d.ts.map +1 -0
- package/funcs/calendarListCalendarEvents.js +118 -0
- package/funcs/calendarListCalendarEvents.js.map +1 -0
- package/funcs/calendarListCalendarLinks.d.ts +14 -0
- package/funcs/calendarListCalendarLinks.d.ts.map +1 -0
- package/funcs/calendarListCalendarLinks.js +115 -0
- package/funcs/calendarListCalendarLinks.js.map +1 -0
- package/funcs/calendarListCalendarRecordings.d.ts +14 -0
- package/funcs/calendarListCalendarRecordings.d.ts.map +1 -0
- package/funcs/calendarListCalendarRecordings.js +118 -0
- package/funcs/calendarListCalendarRecordings.js.map +1 -0
- package/funcs/calendarPatchCalendarCalendar.d.ts +14 -0
- package/funcs/calendarPatchCalendarCalendar.d.ts.map +1 -0
- package/funcs/calendarPatchCalendarCalendar.js +113 -0
- package/funcs/calendarPatchCalendarCalendar.js.map +1 -0
- package/funcs/calendarPatchCalendarEvent.d.ts +14 -0
- package/funcs/calendarPatchCalendarEvent.d.ts.map +1 -0
- package/funcs/calendarPatchCalendarEvent.js +113 -0
- package/funcs/calendarPatchCalendarEvent.js.map +1 -0
- package/funcs/calendarPatchCalendarLink.d.ts +14 -0
- package/funcs/calendarPatchCalendarLink.d.ts.map +1 -0
- package/funcs/calendarPatchCalendarLink.js +113 -0
- package/funcs/calendarPatchCalendarLink.js.map +1 -0
- package/funcs/calendarRemoveCalendarCalendar.d.ts +13 -0
- package/funcs/calendarRemoveCalendarCalendar.d.ts.map +1 -0
- package/funcs/calendarRemoveCalendarCalendar.js +110 -0
- package/funcs/calendarRemoveCalendarCalendar.js.map +1 -0
- package/funcs/calendarRemoveCalendarEvent.d.ts +13 -0
- package/funcs/calendarRemoveCalendarEvent.d.ts.map +1 -0
- package/funcs/calendarRemoveCalendarEvent.js +110 -0
- package/funcs/calendarRemoveCalendarEvent.js.map +1 -0
- package/funcs/calendarRemoveCalendarLink.d.ts +13 -0
- package/funcs/calendarRemoveCalendarLink.d.ts.map +1 -0
- package/funcs/calendarRemoveCalendarLink.js +110 -0
- package/funcs/calendarRemoveCalendarLink.js.map +1 -0
- package/funcs/calendarUpdateCalendarCalendar.d.ts +14 -0
- package/funcs/calendarUpdateCalendarCalendar.d.ts.map +1 -0
- package/funcs/calendarUpdateCalendarCalendar.js +113 -0
- package/funcs/calendarUpdateCalendarCalendar.js.map +1 -0
- package/funcs/calendarUpdateCalendarEvent.d.ts +14 -0
- package/funcs/calendarUpdateCalendarEvent.d.ts.map +1 -0
- package/funcs/calendarUpdateCalendarEvent.js +113 -0
- package/funcs/calendarUpdateCalendarEvent.js.map +1 -0
- package/funcs/calendarUpdateCalendarLink.d.ts +14 -0
- package/funcs/calendarUpdateCalendarLink.d.ts.map +1 -0
- package/funcs/calendarUpdateCalendarLink.js +113 -0
- package/funcs/calendarUpdateCalendarLink.js.map +1 -0
- package/funcs/eventCreateCalendarEvent.d.ts +14 -0
- package/funcs/eventCreateCalendarEvent.d.ts.map +1 -0
- package/funcs/eventCreateCalendarEvent.js +109 -0
- package/funcs/eventCreateCalendarEvent.js.map +1 -0
- package/funcs/eventGetCalendarEvent.d.ts +14 -0
- package/funcs/eventGetCalendarEvent.d.ts.map +1 -0
- package/funcs/eventGetCalendarEvent.js +112 -0
- package/funcs/eventGetCalendarEvent.js.map +1 -0
- package/funcs/eventListCalendarEvents.d.ts +14 -0
- package/funcs/eventListCalendarEvents.d.ts.map +1 -0
- package/funcs/eventListCalendarEvents.js +118 -0
- package/funcs/eventListCalendarEvents.js.map +1 -0
- package/funcs/eventPatchCalendarEvent.d.ts +14 -0
- package/funcs/eventPatchCalendarEvent.d.ts.map +1 -0
- package/funcs/eventPatchCalendarEvent.js +113 -0
- package/funcs/eventPatchCalendarEvent.js.map +1 -0
- package/funcs/eventRemoveCalendarEvent.d.ts +13 -0
- package/funcs/eventRemoveCalendarEvent.d.ts.map +1 -0
- package/funcs/eventRemoveCalendarEvent.js +110 -0
- package/funcs/eventRemoveCalendarEvent.js.map +1 -0
- package/funcs/eventUpdateCalendarEvent.d.ts +14 -0
- package/funcs/eventUpdateCalendarEvent.d.ts.map +1 -0
- package/funcs/eventUpdateCalendarEvent.js +113 -0
- package/funcs/eventUpdateCalendarEvent.js.map +1 -0
- package/funcs/linkCreateCalendarLink.d.ts +14 -0
- package/funcs/linkCreateCalendarLink.d.ts.map +1 -0
- package/funcs/linkCreateCalendarLink.js +109 -0
- package/funcs/linkCreateCalendarLink.js.map +1 -0
- package/funcs/linkGetCalendarLink.d.ts +14 -0
- package/funcs/linkGetCalendarLink.d.ts.map +1 -0
- package/funcs/linkGetCalendarLink.js +112 -0
- package/funcs/linkGetCalendarLink.js.map +1 -0
- package/funcs/linkListCalendarLinks.d.ts +14 -0
- package/funcs/linkListCalendarLinks.d.ts.map +1 -0
- package/funcs/linkListCalendarLinks.js +115 -0
- package/funcs/linkListCalendarLinks.js.map +1 -0
- package/funcs/linkPatchCalendarLink.d.ts +14 -0
- package/funcs/linkPatchCalendarLink.d.ts.map +1 -0
- package/funcs/linkPatchCalendarLink.js +113 -0
- package/funcs/linkPatchCalendarLink.js.map +1 -0
- package/funcs/linkRemoveCalendarLink.d.ts +13 -0
- package/funcs/linkRemoveCalendarLink.d.ts.map +1 -0
- package/funcs/linkRemoveCalendarLink.js +110 -0
- package/funcs/linkRemoveCalendarLink.js.map +1 -0
- package/funcs/linkUpdateCalendarLink.d.ts +14 -0
- package/funcs/linkUpdateCalendarLink.d.ts.map +1 -0
- package/funcs/linkUpdateCalendarLink.js +113 -0
- package/funcs/linkUpdateCalendarLink.js.map +1 -0
- package/funcs/recordingGetCalendarRecording.d.ts +14 -0
- package/funcs/recordingGetCalendarRecording.d.ts.map +1 -0
- package/funcs/recordingGetCalendarRecording.js +112 -0
- package/funcs/recordingGetCalendarRecording.js.map +1 -0
- package/funcs/recordingListCalendarRecordings.d.ts +14 -0
- package/funcs/recordingListCalendarRecordings.d.ts.map +1 -0
- package/funcs/recordingListCalendarRecordings.js +118 -0
- package/funcs/recordingListCalendarRecordings.js.map +1 -0
- 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/busy.d.ts +10 -0
- package/sdk/busy.d.ts.map +1 -0
- package/sdk/busy.js +19 -0
- package/sdk/busy.js.map +1 -0
- package/sdk/calendar.d.ts +90 -0
- package/sdk/calendar.d.ts.map +1 -0
- package/sdk/calendar.js +159 -0
- package/sdk/calendar.js.map +1 -0
- package/sdk/event.d.ts +24 -0
- package/sdk/event.d.ts.map +1 -1
- package/sdk/event.js +42 -0
- package/sdk/event.js.map +1 -1
- package/sdk/link.d.ts +24 -0
- package/sdk/link.d.ts.map +1 -1
- package/sdk/link.js +42 -0
- package/sdk/link.js.map +1 -1
- package/sdk/models/operations/createcalendarcalendar.d.ts +40 -0
- package/sdk/models/operations/createcalendarcalendar.d.ts.map +1 -0
- package/sdk/models/operations/createcalendarcalendar.js +75 -0
- package/sdk/models/operations/createcalendarcalendar.js.map +1 -0
- package/sdk/models/operations/createcalendarevent.d.ts +40 -0
- package/sdk/models/operations/createcalendarevent.d.ts.map +1 -0
- package/sdk/models/operations/createcalendarevent.js +75 -0
- package/sdk/models/operations/createcalendarevent.js.map +1 -0
- package/sdk/models/operations/createcalendarlink.d.ts +40 -0
- package/sdk/models/operations/createcalendarlink.d.ts.map +1 -0
- package/sdk/models/operations/createcalendarlink.js +75 -0
- package/sdk/models/operations/createcalendarlink.js.map +1 -0
- package/sdk/models/operations/getcalendarcalendar.d.ts +42 -0
- package/sdk/models/operations/getcalendarcalendar.d.ts.map +1 -0
- package/sdk/models/operations/getcalendarcalendar.js +72 -0
- package/sdk/models/operations/getcalendarcalendar.js.map +1 -0
- package/sdk/models/operations/getcalendarevent.d.ts +42 -0
- package/sdk/models/operations/getcalendarevent.d.ts.map +1 -0
- package/sdk/models/operations/getcalendarevent.js +72 -0
- package/sdk/models/operations/getcalendarevent.js.map +1 -0
- package/sdk/models/operations/getcalendarlink.d.ts +42 -0
- package/sdk/models/operations/getcalendarlink.d.ts.map +1 -0
- package/sdk/models/operations/getcalendarlink.js +72 -0
- package/sdk/models/operations/getcalendarlink.js.map +1 -0
- package/sdk/models/operations/getcalendarrecording.d.ts +42 -0
- package/sdk/models/operations/getcalendarrecording.d.ts.map +1 -0
- package/sdk/models/operations/getcalendarrecording.js +72 -0
- package/sdk/models/operations/getcalendarrecording.js.map +1 -0
- package/sdk/models/operations/getunifiedintegrationauth.d.ts +30 -0
- package/sdk/models/operations/getunifiedintegrationauth.d.ts.map +1 -1
- package/sdk/models/operations/getunifiedintegrationauth.js +10 -0
- package/sdk/models/operations/getunifiedintegrationauth.js.map +1 -1
- package/sdk/models/operations/index.d.ts +21 -0
- package/sdk/models/operations/index.d.ts.map +1 -1
- package/sdk/models/operations/index.js +21 -0
- package/sdk/models/operations/index.js.map +1 -1
- package/sdk/models/operations/listcalendarbusies.d.ts +61 -0
- package/sdk/models/operations/listcalendarbusies.d.ts.map +1 -0
- package/sdk/models/operations/listcalendarbusies.js +97 -0
- package/sdk/models/operations/listcalendarbusies.js.map +1 -0
- package/sdk/models/operations/listcalendarcalendars.d.ts +55 -0
- package/sdk/models/operations/listcalendarcalendars.d.ts.map +1 -0
- package/sdk/models/operations/listcalendarcalendars.js +85 -0
- package/sdk/models/operations/listcalendarcalendars.js.map +1 -0
- package/sdk/models/operations/listcalendarevents.d.ts +61 -0
- package/sdk/models/operations/listcalendarevents.d.ts.map +1 -0
- package/sdk/models/operations/listcalendarevents.js +97 -0
- package/sdk/models/operations/listcalendarevents.js.map +1 -0
- package/sdk/models/operations/listcalendarlinks.d.ts +55 -0
- package/sdk/models/operations/listcalendarlinks.d.ts.map +1 -0
- package/sdk/models/operations/listcalendarlinks.js +85 -0
- package/sdk/models/operations/listcalendarlinks.js.map +1 -0
- package/sdk/models/operations/listcalendarrecordings.d.ts +61 -0
- package/sdk/models/operations/listcalendarrecordings.d.ts.map +1 -0
- package/sdk/models/operations/listcalendarrecordings.js +97 -0
- package/sdk/models/operations/listcalendarrecordings.js.map +1 -0
- package/sdk/models/operations/listunifiedconnections.d.ts +3 -0
- package/sdk/models/operations/listunifiedconnections.d.ts.map +1 -1
- package/sdk/models/operations/listunifiedconnections.js +1 -0
- package/sdk/models/operations/listunifiedconnections.js.map +1 -1
- package/sdk/models/operations/listunifiedintegrations.d.ts +3 -0
- package/sdk/models/operations/listunifiedintegrations.d.ts.map +1 -1
- package/sdk/models/operations/listunifiedintegrations.js +1 -0
- package/sdk/models/operations/listunifiedintegrations.js.map +1 -1
- package/sdk/models/operations/listunifiedintegrationworkspaces.d.ts +3 -0
- package/sdk/models/operations/listunifiedintegrationworkspaces.d.ts.map +1 -1
- package/sdk/models/operations/listunifiedintegrationworkspaces.js +1 -0
- package/sdk/models/operations/listunifiedintegrationworkspaces.js.map +1 -1
- package/sdk/models/operations/patchcalendarcalendar.d.ts +45 -0
- package/sdk/models/operations/patchcalendarcalendar.d.ts.map +1 -0
- package/sdk/models/operations/patchcalendarcalendar.js +77 -0
- package/sdk/models/operations/patchcalendarcalendar.js.map +1 -0
- package/sdk/models/operations/patchcalendarevent.d.ts +45 -0
- package/sdk/models/operations/patchcalendarevent.d.ts.map +1 -0
- package/sdk/models/operations/patchcalendarevent.js +77 -0
- package/sdk/models/operations/patchcalendarevent.js.map +1 -0
- package/sdk/models/operations/patchcalendarlink.d.ts +45 -0
- package/sdk/models/operations/patchcalendarlink.d.ts.map +1 -0
- package/sdk/models/operations/patchcalendarlink.js +77 -0
- package/sdk/models/operations/patchcalendarlink.js.map +1 -0
- package/sdk/models/operations/removecalendarcalendar.d.ts +66 -0
- package/sdk/models/operations/removecalendarcalendar.d.ts.map +1 -0
- package/sdk/models/operations/removecalendarcalendar.js +105 -0
- package/sdk/models/operations/removecalendarcalendar.js.map +1 -0
- package/sdk/models/operations/removecalendarevent.d.ts +66 -0
- package/sdk/models/operations/removecalendarevent.d.ts.map +1 -0
- package/sdk/models/operations/removecalendarevent.js +105 -0
- package/sdk/models/operations/removecalendarevent.js.map +1 -0
- package/sdk/models/operations/removecalendarlink.d.ts +66 -0
- package/sdk/models/operations/removecalendarlink.d.ts.map +1 -0
- package/sdk/models/operations/removecalendarlink.js +105 -0
- package/sdk/models/operations/removecalendarlink.js.map +1 -0
- package/sdk/models/operations/updatecalendarcalendar.d.ts +45 -0
- package/sdk/models/operations/updatecalendarcalendar.d.ts.map +1 -0
- package/sdk/models/operations/updatecalendarcalendar.js +77 -0
- package/sdk/models/operations/updatecalendarcalendar.js.map +1 -0
- package/sdk/models/operations/updatecalendarevent.d.ts +45 -0
- package/sdk/models/operations/updatecalendarevent.d.ts.map +1 -0
- package/sdk/models/operations/updatecalendarevent.js +77 -0
- package/sdk/models/operations/updatecalendarevent.js.map +1 -0
- package/sdk/models/operations/updatecalendarlink.d.ts +45 -0
- package/sdk/models/operations/updatecalendarlink.d.ts.map +1 -0
- package/sdk/models/operations/updatecalendarlink.js +77 -0
- package/sdk/models/operations/updatecalendarlink.js.map +1 -0
- package/sdk/models/shared/calendarattendee.d.ts +66 -0
- package/sdk/models/shared/calendarattendee.d.ts.map +1 -0
- package/sdk/models/shared/calendarattendee.js +96 -0
- package/sdk/models/shared/calendarattendee.js.map +1 -0
- package/sdk/models/shared/calendarbusy.d.ts +60 -0
- package/sdk/models/shared/calendarbusy.d.ts.map +1 -0
- package/sdk/models/shared/calendarbusy.js +103 -0
- package/sdk/models/shared/calendarbusy.js.map +1 -0
- package/sdk/models/shared/calendarcalendar.d.ts +64 -0
- package/sdk/models/shared/calendarcalendar.d.ts.map +1 -0
- package/sdk/models/shared/calendarcalendar.js +109 -0
- package/sdk/models/shared/calendarcalendar.js.map +1 -0
- package/sdk/models/shared/calendarevent.d.ts +115 -0
- package/sdk/models/shared/calendarevent.d.ts.map +1 -0
- package/sdk/models/shared/calendarevent.js +163 -0
- package/sdk/models/shared/calendarevent.js.map +1 -0
- package/sdk/models/shared/calendarlink.d.ts +70 -0
- package/sdk/models/shared/calendarlink.d.ts.map +1 -0
- package/sdk/models/shared/calendarlink.js +119 -0
- package/sdk/models/shared/calendarlink.js.map +1 -0
- package/sdk/models/shared/calendarrecording.d.ts +69 -0
- package/sdk/models/shared/calendarrecording.d.ts.map +1 -0
- package/sdk/models/shared/calendarrecording.js +127 -0
- package/sdk/models/shared/calendarrecording.js.map +1 -0
- package/sdk/models/shared/calendarrecordingmedia.d.ts +43 -0
- package/sdk/models/shared/calendarrecordingmedia.d.ts.map +1 -0
- package/sdk/models/shared/calendarrecordingmedia.js +90 -0
- package/sdk/models/shared/calendarrecordingmedia.js.map +1 -0
- package/sdk/models/shared/calendarrecordingtranscript.d.ts +38 -0
- package/sdk/models/shared/calendarrecordingtranscript.d.ts.map +1 -0
- package/sdk/models/shared/calendarrecordingtranscript.js +83 -0
- package/sdk/models/shared/calendarrecordingtranscript.js.map +1 -0
- package/sdk/models/shared/index.d.ts +10 -0
- package/sdk/models/shared/index.d.ts.map +1 -1
- package/sdk/models/shared/index.js +10 -0
- package/sdk/models/shared/index.js.map +1 -1
- package/sdk/models/shared/integrationsupport.d.ts +60 -0
- package/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/sdk/models/shared/integrationsupport.js +55 -6
- package/sdk/models/shared/integrationsupport.js.map +1 -1
- package/sdk/models/shared/propertycalendareventorganizer.d.ts +66 -0
- package/sdk/models/shared/propertycalendareventorganizer.d.ts.map +1 -0
- package/sdk/models/shared/propertycalendareventorganizer.js +96 -0
- package/sdk/models/shared/propertycalendareventorganizer.js.map +1 -0
- package/sdk/models/shared/propertycalendarrecordingtranscriptattendee.d.ts +66 -0
- package/sdk/models/shared/propertycalendarrecordingtranscriptattendee.d.ts.map +1 -0
- package/sdk/models/shared/propertycalendarrecordingtranscriptattendee.js +99 -0
- package/sdk/models/shared/propertycalendarrecordingtranscriptattendee.js.map +1 -0
- package/sdk/models/shared/propertyconnectionauth.d.ts +2 -0
- package/sdk/models/shared/propertyconnectionauth.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectionauth.js +4 -0
- package/sdk/models/shared/propertyconnectionauth.js.map +1 -1
- package/sdk/models/shared/propertyconnectioncategories.d.ts +3 -0
- package/sdk/models/shared/propertyconnectioncategories.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectioncategories.js +1 -0
- package/sdk/models/shared/propertyconnectioncategories.js.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.d.ts +30 -0
- package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.js +10 -0
- package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/sdk/models/shared/propertyintegrationcategories.d.ts +3 -0
- package/sdk/models/shared/propertyintegrationcategories.d.ts.map +1 -1
- package/sdk/models/shared/propertyintegrationcategories.js +1 -0
- package/sdk/models/shared/propertyintegrationcategories.js.map +1 -1
- package/sdk/models/shared/webhook.d.ts +15 -0
- package/sdk/models/shared/webhook.d.ts.map +1 -1
- package/sdk/models/shared/webhook.js +5 -0
- package/sdk/models/shared/webhook.js.map +1 -1
- package/sdk/recording.d.ts +14 -0
- package/sdk/recording.d.ts.map +1 -0
- package/sdk/recording.js +26 -0
- package/sdk/recording.js.map +1 -0
- package/sdk/sdk.d.ts +13 -4
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +18 -6
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/busyListCalendarBusies.ts +172 -0
- package/src/funcs/calendarCreateCalendarCalendar.ts +164 -0
- package/src/funcs/calendarCreateCalendarEvent.ts +164 -0
- package/src/funcs/calendarCreateCalendarLink.ts +163 -0
- package/src/funcs/calendarGetCalendarCalendar.ts +169 -0
- package/src/funcs/calendarGetCalendarEvent.ts +166 -0
- package/src/funcs/calendarGetCalendarLink.ts +166 -0
- package/src/funcs/calendarGetCalendarRecording.ts +169 -0
- package/src/funcs/calendarListCalendarBusies.ts +172 -0
- package/src/funcs/calendarListCalendarCalendars.ts +170 -0
- package/src/funcs/calendarListCalendarEvents.ts +172 -0
- package/src/funcs/calendarListCalendarLinks.ts +169 -0
- package/src/funcs/calendarListCalendarRecordings.ts +173 -0
- package/src/funcs/calendarPatchCalendarCalendar.ts +170 -0
- package/src/funcs/calendarPatchCalendarEvent.ts +167 -0
- package/src/funcs/calendarPatchCalendarLink.ts +167 -0
- package/src/funcs/calendarRemoveCalendarCalendar.ts +175 -0
- package/src/funcs/calendarRemoveCalendarEvent.ts +170 -0
- package/src/funcs/calendarRemoveCalendarLink.ts +169 -0
- package/src/funcs/calendarUpdateCalendarCalendar.ts +170 -0
- package/src/funcs/calendarUpdateCalendarEvent.ts +168 -0
- package/src/funcs/calendarUpdateCalendarLink.ts +167 -0
- package/src/funcs/eventCreateCalendarEvent.ts +164 -0
- package/src/funcs/eventGetCalendarEvent.ts +166 -0
- package/src/funcs/eventListCalendarEvents.ts +172 -0
- package/src/funcs/eventPatchCalendarEvent.ts +167 -0
- package/src/funcs/eventRemoveCalendarEvent.ts +170 -0
- package/src/funcs/eventUpdateCalendarEvent.ts +168 -0
- package/src/funcs/linkCreateCalendarLink.ts +163 -0
- package/src/funcs/linkGetCalendarLink.ts +166 -0
- package/src/funcs/linkListCalendarLinks.ts +169 -0
- package/src/funcs/linkPatchCalendarLink.ts +167 -0
- package/src/funcs/linkRemoveCalendarLink.ts +169 -0
- package/src/funcs/linkUpdateCalendarLink.ts +167 -0
- package/src/funcs/recordingGetCalendarRecording.ts +169 -0
- package/src/funcs/recordingListCalendarRecordings.ts +173 -0
- package/src/lib/config.ts +2 -2
- package/src/sdk/busy.ts +25 -0
- package/src/sdk/calendar.ts +325 -0
- package/src/sdk/event.ts +90 -0
- package/src/sdk/link.ts +90 -0
- package/src/sdk/models/operations/createcalendarcalendar.ts +94 -0
- package/src/sdk/models/operations/createcalendarevent.ts +92 -0
- package/src/sdk/models/operations/createcalendarlink.ts +92 -0
- package/src/sdk/models/operations/getcalendarcalendar.ts +92 -0
- package/src/sdk/models/operations/getcalendarevent.ts +92 -0
- package/src/sdk/models/operations/getcalendarlink.ts +92 -0
- package/src/sdk/models/operations/getcalendarrecording.ts +94 -0
- package/src/sdk/models/operations/getunifiedintegrationauth.ts +10 -0
- package/src/sdk/models/operations/index.ts +21 -0
- package/src/sdk/models/operations/listcalendarbusies.ts +136 -0
- package/src/sdk/models/operations/listcalendarcalendars.ts +120 -0
- package/src/sdk/models/operations/listcalendarevents.ts +136 -0
- package/src/sdk/models/operations/listcalendarlinks.ts +118 -0
- package/src/sdk/models/operations/listcalendarrecordings.ts +138 -0
- package/src/sdk/models/operations/listunifiedconnections.ts +1 -0
- package/src/sdk/models/operations/listunifiedintegrations.ts +1 -0
- package/src/sdk/models/operations/listunifiedintegrationworkspaces.ts +1 -0
- package/src/sdk/models/operations/patchcalendarcalendar.ts +101 -0
- package/src/sdk/models/operations/patchcalendarevent.ts +99 -0
- package/src/sdk/models/operations/patchcalendarlink.ts +99 -0
- package/src/sdk/models/operations/removecalendarcalendar.ts +155 -0
- package/src/sdk/models/operations/removecalendarevent.ts +153 -0
- package/src/sdk/models/operations/removecalendarlink.ts +151 -0
- package/src/sdk/models/operations/updatecalendarcalendar.ts +101 -0
- package/src/sdk/models/operations/updatecalendarevent.ts +99 -0
- package/src/sdk/models/operations/updatecalendarlink.ts +99 -0
- package/src/sdk/models/shared/calendarattendee.ts +120 -0
- package/src/sdk/models/shared/calendarbusy.ts +141 -0
- package/src/sdk/models/shared/calendarcalendar.ts +157 -0
- package/src/sdk/models/shared/calendarevent.ts +246 -0
- package/src/sdk/models/shared/calendarlink.ts +167 -0
- package/src/sdk/models/shared/calendarrecording.ts +184 -0
- package/src/sdk/models/shared/calendarrecordingmedia.ts +119 -0
- package/src/sdk/models/shared/calendarrecordingtranscript.ts +105 -0
- package/src/sdk/models/shared/index.ts +10 -0
- package/src/sdk/models/shared/integrationsupport.ts +66 -0
- package/src/sdk/models/shared/propertycalendareventorganizer.ts +127 -0
- package/src/sdk/models/shared/propertycalendarrecordingtranscriptattendee.ts +139 -0
- package/src/sdk/models/shared/propertyconnectionauth.ts +6 -0
- package/src/sdk/models/shared/propertyconnectioncategories.ts +1 -0
- package/src/sdk/models/shared/propertyconnectionpermissions.ts +10 -0
- package/src/sdk/models/shared/propertyintegrationcategories.ts +1 -0
- package/src/sdk/models/shared/webhook.ts +5 -0
- package/src/sdk/recording.ts +40 -0
- package/src/sdk/sdk.ts +28 -10
|
@@ -0,0 +1,184 @@
|
|
|
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
|
+
import {
|
|
11
|
+
CalendarRecordingMedia,
|
|
12
|
+
CalendarRecordingMedia$inboundSchema,
|
|
13
|
+
CalendarRecordingMedia$Outbound,
|
|
14
|
+
CalendarRecordingMedia$outboundSchema,
|
|
15
|
+
} from "./calendarrecordingmedia.js";
|
|
16
|
+
|
|
17
|
+
export type CalendarRecordingRaw = {};
|
|
18
|
+
|
|
19
|
+
export type CalendarRecording = {
|
|
20
|
+
createdAt?: Date | undefined;
|
|
21
|
+
endAt?: Date | undefined;
|
|
22
|
+
eventId?: string | undefined;
|
|
23
|
+
expiresAt?: Date | undefined;
|
|
24
|
+
id?: string | undefined;
|
|
25
|
+
media?: Array<CalendarRecordingMedia> | undefined;
|
|
26
|
+
raw?: CalendarRecordingRaw | undefined;
|
|
27
|
+
startAt?: Date | undefined;
|
|
28
|
+
updatedAt?: Date | undefined;
|
|
29
|
+
webUrl?: string | undefined;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
/** @internal */
|
|
33
|
+
export const CalendarRecordingRaw$inboundSchema: z.ZodType<
|
|
34
|
+
CalendarRecordingRaw,
|
|
35
|
+
z.ZodTypeDef,
|
|
36
|
+
unknown
|
|
37
|
+
> = z.object({});
|
|
38
|
+
|
|
39
|
+
/** @internal */
|
|
40
|
+
export type CalendarRecordingRaw$Outbound = {};
|
|
41
|
+
|
|
42
|
+
/** @internal */
|
|
43
|
+
export const CalendarRecordingRaw$outboundSchema: z.ZodType<
|
|
44
|
+
CalendarRecordingRaw$Outbound,
|
|
45
|
+
z.ZodTypeDef,
|
|
46
|
+
CalendarRecordingRaw
|
|
47
|
+
> = z.object({});
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @internal
|
|
51
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
52
|
+
*/
|
|
53
|
+
export namespace CalendarRecordingRaw$ {
|
|
54
|
+
/** @deprecated use `CalendarRecordingRaw$inboundSchema` instead. */
|
|
55
|
+
export const inboundSchema = CalendarRecordingRaw$inboundSchema;
|
|
56
|
+
/** @deprecated use `CalendarRecordingRaw$outboundSchema` instead. */
|
|
57
|
+
export const outboundSchema = CalendarRecordingRaw$outboundSchema;
|
|
58
|
+
/** @deprecated use `CalendarRecordingRaw$Outbound` instead. */
|
|
59
|
+
export type Outbound = CalendarRecordingRaw$Outbound;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export function calendarRecordingRawToJSON(
|
|
63
|
+
calendarRecordingRaw: CalendarRecordingRaw,
|
|
64
|
+
): string {
|
|
65
|
+
return JSON.stringify(
|
|
66
|
+
CalendarRecordingRaw$outboundSchema.parse(calendarRecordingRaw),
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function calendarRecordingRawFromJSON(
|
|
71
|
+
jsonString: string,
|
|
72
|
+
): SafeParseResult<CalendarRecordingRaw, SDKValidationError> {
|
|
73
|
+
return safeParse(
|
|
74
|
+
jsonString,
|
|
75
|
+
(x) => CalendarRecordingRaw$inboundSchema.parse(JSON.parse(x)),
|
|
76
|
+
`Failed to parse 'CalendarRecordingRaw' from JSON`,
|
|
77
|
+
);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/** @internal */
|
|
81
|
+
export const CalendarRecording$inboundSchema: z.ZodType<
|
|
82
|
+
CalendarRecording,
|
|
83
|
+
z.ZodTypeDef,
|
|
84
|
+
unknown
|
|
85
|
+
> = z.object({
|
|
86
|
+
created_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
87
|
+
.optional(),
|
|
88
|
+
end_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
89
|
+
.optional(),
|
|
90
|
+
event_id: z.string().optional(),
|
|
91
|
+
expires_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
92
|
+
.optional(),
|
|
93
|
+
id: z.string().optional(),
|
|
94
|
+
media: z.array(CalendarRecordingMedia$inboundSchema).optional(),
|
|
95
|
+
raw: z.lazy(() => CalendarRecordingRaw$inboundSchema).optional(),
|
|
96
|
+
start_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
97
|
+
.optional(),
|
|
98
|
+
updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
99
|
+
.optional(),
|
|
100
|
+
web_url: z.string().optional(),
|
|
101
|
+
}).transform((v) => {
|
|
102
|
+
return remap$(v, {
|
|
103
|
+
"created_at": "createdAt",
|
|
104
|
+
"end_at": "endAt",
|
|
105
|
+
"event_id": "eventId",
|
|
106
|
+
"expires_at": "expiresAt",
|
|
107
|
+
"start_at": "startAt",
|
|
108
|
+
"updated_at": "updatedAt",
|
|
109
|
+
"web_url": "webUrl",
|
|
110
|
+
});
|
|
111
|
+
});
|
|
112
|
+
|
|
113
|
+
/** @internal */
|
|
114
|
+
export type CalendarRecording$Outbound = {
|
|
115
|
+
created_at?: string | undefined;
|
|
116
|
+
end_at?: string | undefined;
|
|
117
|
+
event_id?: string | undefined;
|
|
118
|
+
expires_at?: string | undefined;
|
|
119
|
+
id?: string | undefined;
|
|
120
|
+
media?: Array<CalendarRecordingMedia$Outbound> | undefined;
|
|
121
|
+
raw?: CalendarRecordingRaw$Outbound | undefined;
|
|
122
|
+
start_at?: string | undefined;
|
|
123
|
+
updated_at?: string | undefined;
|
|
124
|
+
web_url?: string | undefined;
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
/** @internal */
|
|
128
|
+
export const CalendarRecording$outboundSchema: z.ZodType<
|
|
129
|
+
CalendarRecording$Outbound,
|
|
130
|
+
z.ZodTypeDef,
|
|
131
|
+
CalendarRecording
|
|
132
|
+
> = z.object({
|
|
133
|
+
createdAt: z.date().transform(v => v.toISOString()).optional(),
|
|
134
|
+
endAt: z.date().transform(v => v.toISOString()).optional(),
|
|
135
|
+
eventId: z.string().optional(),
|
|
136
|
+
expiresAt: z.date().transform(v => v.toISOString()).optional(),
|
|
137
|
+
id: z.string().optional(),
|
|
138
|
+
media: z.array(CalendarRecordingMedia$outboundSchema).optional(),
|
|
139
|
+
raw: z.lazy(() => CalendarRecordingRaw$outboundSchema).optional(),
|
|
140
|
+
startAt: z.date().transform(v => v.toISOString()).optional(),
|
|
141
|
+
updatedAt: z.date().transform(v => v.toISOString()).optional(),
|
|
142
|
+
webUrl: z.string().optional(),
|
|
143
|
+
}).transform((v) => {
|
|
144
|
+
return remap$(v, {
|
|
145
|
+
createdAt: "created_at",
|
|
146
|
+
endAt: "end_at",
|
|
147
|
+
eventId: "event_id",
|
|
148
|
+
expiresAt: "expires_at",
|
|
149
|
+
startAt: "start_at",
|
|
150
|
+
updatedAt: "updated_at",
|
|
151
|
+
webUrl: "web_url",
|
|
152
|
+
});
|
|
153
|
+
});
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* @internal
|
|
157
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
158
|
+
*/
|
|
159
|
+
export namespace CalendarRecording$ {
|
|
160
|
+
/** @deprecated use `CalendarRecording$inboundSchema` instead. */
|
|
161
|
+
export const inboundSchema = CalendarRecording$inboundSchema;
|
|
162
|
+
/** @deprecated use `CalendarRecording$outboundSchema` instead. */
|
|
163
|
+
export const outboundSchema = CalendarRecording$outboundSchema;
|
|
164
|
+
/** @deprecated use `CalendarRecording$Outbound` instead. */
|
|
165
|
+
export type Outbound = CalendarRecording$Outbound;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export function calendarRecordingToJSON(
|
|
169
|
+
calendarRecording: CalendarRecording,
|
|
170
|
+
): string {
|
|
171
|
+
return JSON.stringify(
|
|
172
|
+
CalendarRecording$outboundSchema.parse(calendarRecording),
|
|
173
|
+
);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export function calendarRecordingFromJSON(
|
|
177
|
+
jsonString: string,
|
|
178
|
+
): SafeParseResult<CalendarRecording, SDKValidationError> {
|
|
179
|
+
return safeParse(
|
|
180
|
+
jsonString,
|
|
181
|
+
(x) => CalendarRecording$inboundSchema.parse(JSON.parse(x)),
|
|
182
|
+
`Failed to parse 'CalendarRecording' from JSON`,
|
|
183
|
+
);
|
|
184
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
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
|
+
import {
|
|
11
|
+
CalendarAttendee,
|
|
12
|
+
CalendarAttendee$inboundSchema,
|
|
13
|
+
CalendarAttendee$Outbound,
|
|
14
|
+
CalendarAttendee$outboundSchema,
|
|
15
|
+
} from "./calendarattendee.js";
|
|
16
|
+
import {
|
|
17
|
+
CalendarRecordingTranscript,
|
|
18
|
+
CalendarRecordingTranscript$inboundSchema,
|
|
19
|
+
CalendarRecordingTranscript$Outbound,
|
|
20
|
+
CalendarRecordingTranscript$outboundSchema,
|
|
21
|
+
} from "./calendarrecordingtranscript.js";
|
|
22
|
+
|
|
23
|
+
export type CalendarRecordingMedia = {
|
|
24
|
+
attendees?: Array<CalendarAttendee> | undefined;
|
|
25
|
+
endAt?: Date | undefined;
|
|
26
|
+
language?: string | undefined;
|
|
27
|
+
recordingDownloadUrl?: string | undefined;
|
|
28
|
+
startAt?: Date | undefined;
|
|
29
|
+
transcriptDownloadUrl?: string | undefined;
|
|
30
|
+
transcripts?: Array<CalendarRecordingTranscript> | undefined;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
/** @internal */
|
|
34
|
+
export const CalendarRecordingMedia$inboundSchema: z.ZodType<
|
|
35
|
+
CalendarRecordingMedia,
|
|
36
|
+
z.ZodTypeDef,
|
|
37
|
+
unknown
|
|
38
|
+
> = z.object({
|
|
39
|
+
attendees: z.array(CalendarAttendee$inboundSchema).optional(),
|
|
40
|
+
end_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
41
|
+
.optional(),
|
|
42
|
+
language: z.string().optional(),
|
|
43
|
+
recording_download_url: z.string().optional(),
|
|
44
|
+
start_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
45
|
+
.optional(),
|
|
46
|
+
transcript_download_url: z.string().optional(),
|
|
47
|
+
transcripts: z.array(CalendarRecordingTranscript$inboundSchema).optional(),
|
|
48
|
+
}).transform((v) => {
|
|
49
|
+
return remap$(v, {
|
|
50
|
+
"end_at": "endAt",
|
|
51
|
+
"recording_download_url": "recordingDownloadUrl",
|
|
52
|
+
"start_at": "startAt",
|
|
53
|
+
"transcript_download_url": "transcriptDownloadUrl",
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
/** @internal */
|
|
58
|
+
export type CalendarRecordingMedia$Outbound = {
|
|
59
|
+
attendees?: Array<CalendarAttendee$Outbound> | undefined;
|
|
60
|
+
end_at?: string | undefined;
|
|
61
|
+
language?: string | undefined;
|
|
62
|
+
recording_download_url?: string | undefined;
|
|
63
|
+
start_at?: string | undefined;
|
|
64
|
+
transcript_download_url?: string | undefined;
|
|
65
|
+
transcripts?: Array<CalendarRecordingTranscript$Outbound> | undefined;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
/** @internal */
|
|
69
|
+
export const CalendarRecordingMedia$outboundSchema: z.ZodType<
|
|
70
|
+
CalendarRecordingMedia$Outbound,
|
|
71
|
+
z.ZodTypeDef,
|
|
72
|
+
CalendarRecordingMedia
|
|
73
|
+
> = z.object({
|
|
74
|
+
attendees: z.array(CalendarAttendee$outboundSchema).optional(),
|
|
75
|
+
endAt: z.date().transform(v => v.toISOString()).optional(),
|
|
76
|
+
language: z.string().optional(),
|
|
77
|
+
recordingDownloadUrl: z.string().optional(),
|
|
78
|
+
startAt: z.date().transform(v => v.toISOString()).optional(),
|
|
79
|
+
transcriptDownloadUrl: z.string().optional(),
|
|
80
|
+
transcripts: z.array(CalendarRecordingTranscript$outboundSchema).optional(),
|
|
81
|
+
}).transform((v) => {
|
|
82
|
+
return remap$(v, {
|
|
83
|
+
endAt: "end_at",
|
|
84
|
+
recordingDownloadUrl: "recording_download_url",
|
|
85
|
+
startAt: "start_at",
|
|
86
|
+
transcriptDownloadUrl: "transcript_download_url",
|
|
87
|
+
});
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
93
|
+
*/
|
|
94
|
+
export namespace CalendarRecordingMedia$ {
|
|
95
|
+
/** @deprecated use `CalendarRecordingMedia$inboundSchema` instead. */
|
|
96
|
+
export const inboundSchema = CalendarRecordingMedia$inboundSchema;
|
|
97
|
+
/** @deprecated use `CalendarRecordingMedia$outboundSchema` instead. */
|
|
98
|
+
export const outboundSchema = CalendarRecordingMedia$outboundSchema;
|
|
99
|
+
/** @deprecated use `CalendarRecordingMedia$Outbound` instead. */
|
|
100
|
+
export type Outbound = CalendarRecordingMedia$Outbound;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export function calendarRecordingMediaToJSON(
|
|
104
|
+
calendarRecordingMedia: CalendarRecordingMedia,
|
|
105
|
+
): string {
|
|
106
|
+
return JSON.stringify(
|
|
107
|
+
CalendarRecordingMedia$outboundSchema.parse(calendarRecordingMedia),
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export function calendarRecordingMediaFromJSON(
|
|
112
|
+
jsonString: string,
|
|
113
|
+
): SafeParseResult<CalendarRecordingMedia, SDKValidationError> {
|
|
114
|
+
return safeParse(
|
|
115
|
+
jsonString,
|
|
116
|
+
(x) => CalendarRecordingMedia$inboundSchema.parse(JSON.parse(x)),
|
|
117
|
+
`Failed to parse 'CalendarRecordingMedia' from JSON`,
|
|
118
|
+
);
|
|
119
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
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
|
+
import {
|
|
11
|
+
PropertyCalendarRecordingTranscriptAttendee,
|
|
12
|
+
PropertyCalendarRecordingTranscriptAttendee$inboundSchema,
|
|
13
|
+
PropertyCalendarRecordingTranscriptAttendee$Outbound,
|
|
14
|
+
PropertyCalendarRecordingTranscriptAttendee$outboundSchema,
|
|
15
|
+
} from "./propertycalendarrecordingtranscriptattendee.js";
|
|
16
|
+
|
|
17
|
+
export type CalendarRecordingTranscript = {
|
|
18
|
+
attendee?: PropertyCalendarRecordingTranscriptAttendee | undefined;
|
|
19
|
+
endAt?: Date | undefined;
|
|
20
|
+
language?: string | undefined;
|
|
21
|
+
startAt?: Date | undefined;
|
|
22
|
+
text: string;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
/** @internal */
|
|
26
|
+
export const CalendarRecordingTranscript$inboundSchema: z.ZodType<
|
|
27
|
+
CalendarRecordingTranscript,
|
|
28
|
+
z.ZodTypeDef,
|
|
29
|
+
unknown
|
|
30
|
+
> = z.object({
|
|
31
|
+
attendee: PropertyCalendarRecordingTranscriptAttendee$inboundSchema
|
|
32
|
+
.optional(),
|
|
33
|
+
end_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
34
|
+
.optional(),
|
|
35
|
+
language: z.string().optional(),
|
|
36
|
+
start_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
37
|
+
.optional(),
|
|
38
|
+
text: z.string(),
|
|
39
|
+
}).transform((v) => {
|
|
40
|
+
return remap$(v, {
|
|
41
|
+
"end_at": "endAt",
|
|
42
|
+
"start_at": "startAt",
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export type CalendarRecordingTranscript$Outbound = {
|
|
48
|
+
attendee?: PropertyCalendarRecordingTranscriptAttendee$Outbound | undefined;
|
|
49
|
+
end_at?: string | undefined;
|
|
50
|
+
language?: string | undefined;
|
|
51
|
+
start_at?: string | undefined;
|
|
52
|
+
text: string;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/** @internal */
|
|
56
|
+
export const CalendarRecordingTranscript$outboundSchema: z.ZodType<
|
|
57
|
+
CalendarRecordingTranscript$Outbound,
|
|
58
|
+
z.ZodTypeDef,
|
|
59
|
+
CalendarRecordingTranscript
|
|
60
|
+
> = z.object({
|
|
61
|
+
attendee: PropertyCalendarRecordingTranscriptAttendee$outboundSchema
|
|
62
|
+
.optional(),
|
|
63
|
+
endAt: z.date().transform(v => v.toISOString()).optional(),
|
|
64
|
+
language: z.string().optional(),
|
|
65
|
+
startAt: z.date().transform(v => v.toISOString()).optional(),
|
|
66
|
+
text: z.string(),
|
|
67
|
+
}).transform((v) => {
|
|
68
|
+
return remap$(v, {
|
|
69
|
+
endAt: "end_at",
|
|
70
|
+
startAt: "start_at",
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
77
|
+
*/
|
|
78
|
+
export namespace CalendarRecordingTranscript$ {
|
|
79
|
+
/** @deprecated use `CalendarRecordingTranscript$inboundSchema` instead. */
|
|
80
|
+
export const inboundSchema = CalendarRecordingTranscript$inboundSchema;
|
|
81
|
+
/** @deprecated use `CalendarRecordingTranscript$outboundSchema` instead. */
|
|
82
|
+
export const outboundSchema = CalendarRecordingTranscript$outboundSchema;
|
|
83
|
+
/** @deprecated use `CalendarRecordingTranscript$Outbound` instead. */
|
|
84
|
+
export type Outbound = CalendarRecordingTranscript$Outbound;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export function calendarRecordingTranscriptToJSON(
|
|
88
|
+
calendarRecordingTranscript: CalendarRecordingTranscript,
|
|
89
|
+
): string {
|
|
90
|
+
return JSON.stringify(
|
|
91
|
+
CalendarRecordingTranscript$outboundSchema.parse(
|
|
92
|
+
calendarRecordingTranscript,
|
|
93
|
+
),
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export function calendarRecordingTranscriptFromJSON(
|
|
98
|
+
jsonString: string,
|
|
99
|
+
): SafeParseResult<CalendarRecordingTranscript, SDKValidationError> {
|
|
100
|
+
return safeParse(
|
|
101
|
+
jsonString,
|
|
102
|
+
(x) => CalendarRecordingTranscript$inboundSchema.parse(JSON.parse(x)),
|
|
103
|
+
`Failed to parse 'CalendarRecordingTranscript' from JSON`,
|
|
104
|
+
);
|
|
105
|
+
}
|
|
@@ -39,6 +39,14 @@ export * from "./atsscorecard.js";
|
|
|
39
39
|
export * from "./atsscorecardquestion.js";
|
|
40
40
|
export * from "./atsstatus.js";
|
|
41
41
|
export * from "./atstelephone.js";
|
|
42
|
+
export * from "./calendarattendee.js";
|
|
43
|
+
export * from "./calendarbusy.js";
|
|
44
|
+
export * from "./calendarcalendar.js";
|
|
45
|
+
export * from "./calendarevent.js";
|
|
46
|
+
export * from "./calendarlink.js";
|
|
47
|
+
export * from "./calendarrecording.js";
|
|
48
|
+
export * from "./calendarrecordingmedia.js";
|
|
49
|
+
export * from "./calendarrecordingtranscript.js";
|
|
42
50
|
export * from "./commercecollection.js";
|
|
43
51
|
export * from "./commerceinventory.js";
|
|
44
52
|
export * from "./commerceitem.js";
|
|
@@ -115,6 +123,8 @@ export * from "./propertyatsactivityfrom.js";
|
|
|
115
123
|
export * from "./propertyatscandidateaddress.js";
|
|
116
124
|
export * from "./propertyatscompanyaddress.js";
|
|
117
125
|
export * from "./propertyatsjobpostingaddress.js";
|
|
126
|
+
export * from "./propertycalendareventorganizer.js";
|
|
127
|
+
export * from "./propertycalendarrecordingtranscriptattendee.js";
|
|
118
128
|
export * from "./propertycommercelocationaddress.js";
|
|
119
129
|
export * from "./propertyconnectionauth.js";
|
|
120
130
|
export * from "./propertyconnectioncategories.js";
|
|
@@ -36,6 +36,13 @@ export const ListApplicationId = {
|
|
|
36
36
|
} as const;
|
|
37
37
|
export type ListApplicationId = ClosedEnum<typeof ListApplicationId>;
|
|
38
38
|
|
|
39
|
+
export const ListCalendarId = {
|
|
40
|
+
SupportedRequired: "supported-required",
|
|
41
|
+
Supported: "supported",
|
|
42
|
+
NotSupported: "not-supported",
|
|
43
|
+
} as const;
|
|
44
|
+
export type ListCalendarId = ClosedEnum<typeof ListCalendarId>;
|
|
45
|
+
|
|
39
46
|
export const ListCandidateId = {
|
|
40
47
|
SupportedRequired: "supported-required",
|
|
41
48
|
Supported: "supported",
|
|
@@ -106,6 +113,13 @@ export const ListEndLe = {
|
|
|
106
113
|
} as const;
|
|
107
114
|
export type ListEndLe = ClosedEnum<typeof ListEndLe>;
|
|
108
115
|
|
|
116
|
+
export const ListEventId = {
|
|
117
|
+
SupportedRequired: "supported-required",
|
|
118
|
+
Supported: "supported",
|
|
119
|
+
NotSupported: "not-supported",
|
|
120
|
+
} as const;
|
|
121
|
+
export type ListEventId = ClosedEnum<typeof ListEventId>;
|
|
122
|
+
|
|
109
123
|
export const ListInstructorId = {
|
|
110
124
|
SupportedRequired: "supported-required",
|
|
111
125
|
Supported: "supported",
|
|
@@ -462,6 +476,7 @@ export type IntegrationSupport = {
|
|
|
462
476
|
inboundFields?: { [k: string]: any } | undefined;
|
|
463
477
|
listAccountId?: ListAccountId | undefined;
|
|
464
478
|
listApplicationId?: ListApplicationId | undefined;
|
|
479
|
+
listCalendarId?: ListCalendarId | undefined;
|
|
465
480
|
listCandidateId?: ListCandidateId | undefined;
|
|
466
481
|
listChannelId?: ListChannelId | undefined;
|
|
467
482
|
listClassId?: ListClassId | undefined;
|
|
@@ -472,6 +487,7 @@ export type IntegrationSupport = {
|
|
|
472
487
|
listCustomerId?: ListCustomerId | undefined;
|
|
473
488
|
listDealId?: ListDealId | undefined;
|
|
474
489
|
listEndLe?: ListEndLe | undefined;
|
|
490
|
+
listEventId?: ListEventId | undefined;
|
|
475
491
|
listInstructorId?: ListInstructorId | undefined;
|
|
476
492
|
listInterviewId?: ListInterviewId | undefined;
|
|
477
493
|
listInvoiceId?: ListInvoiceId | undefined;
|
|
@@ -592,6 +608,27 @@ export namespace ListApplicationId$ {
|
|
|
592
608
|
export const outboundSchema = ListApplicationId$outboundSchema;
|
|
593
609
|
}
|
|
594
610
|
|
|
611
|
+
/** @internal */
|
|
612
|
+
export const ListCalendarId$inboundSchema: z.ZodNativeEnum<
|
|
613
|
+
typeof ListCalendarId
|
|
614
|
+
> = z.nativeEnum(ListCalendarId);
|
|
615
|
+
|
|
616
|
+
/** @internal */
|
|
617
|
+
export const ListCalendarId$outboundSchema: z.ZodNativeEnum<
|
|
618
|
+
typeof ListCalendarId
|
|
619
|
+
> = ListCalendarId$inboundSchema;
|
|
620
|
+
|
|
621
|
+
/**
|
|
622
|
+
* @internal
|
|
623
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
624
|
+
*/
|
|
625
|
+
export namespace ListCalendarId$ {
|
|
626
|
+
/** @deprecated use `ListCalendarId$inboundSchema` instead. */
|
|
627
|
+
export const inboundSchema = ListCalendarId$inboundSchema;
|
|
628
|
+
/** @deprecated use `ListCalendarId$outboundSchema` instead. */
|
|
629
|
+
export const outboundSchema = ListCalendarId$outboundSchema;
|
|
630
|
+
}
|
|
631
|
+
|
|
595
632
|
/** @internal */
|
|
596
633
|
export const ListCandidateId$inboundSchema: z.ZodNativeEnum<
|
|
597
634
|
typeof ListCandidateId
|
|
@@ -794,6 +831,25 @@ export namespace ListEndLe$ {
|
|
|
794
831
|
export const outboundSchema = ListEndLe$outboundSchema;
|
|
795
832
|
}
|
|
796
833
|
|
|
834
|
+
/** @internal */
|
|
835
|
+
export const ListEventId$inboundSchema: z.ZodNativeEnum<typeof ListEventId> = z
|
|
836
|
+
.nativeEnum(ListEventId);
|
|
837
|
+
|
|
838
|
+
/** @internal */
|
|
839
|
+
export const ListEventId$outboundSchema: z.ZodNativeEnum<typeof ListEventId> =
|
|
840
|
+
ListEventId$inboundSchema;
|
|
841
|
+
|
|
842
|
+
/**
|
|
843
|
+
* @internal
|
|
844
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
845
|
+
*/
|
|
846
|
+
export namespace ListEventId$ {
|
|
847
|
+
/** @deprecated use `ListEventId$inboundSchema` instead. */
|
|
848
|
+
export const inboundSchema = ListEventId$inboundSchema;
|
|
849
|
+
/** @deprecated use `ListEventId$outboundSchema` instead. */
|
|
850
|
+
export const outboundSchema = ListEventId$outboundSchema;
|
|
851
|
+
}
|
|
852
|
+
|
|
797
853
|
/** @internal */
|
|
798
854
|
export const ListInstructorId$inboundSchema: z.ZodNativeEnum<
|
|
799
855
|
typeof ListInstructorId
|
|
@@ -1789,6 +1845,7 @@ export const IntegrationSupport$inboundSchema: z.ZodType<
|
|
|
1789
1845
|
inbound_fields: z.record(z.any()).optional(),
|
|
1790
1846
|
list_account_id: ListAccountId$inboundSchema.optional(),
|
|
1791
1847
|
list_application_id: ListApplicationId$inboundSchema.optional(),
|
|
1848
|
+
list_calendar_id: ListCalendarId$inboundSchema.optional(),
|
|
1792
1849
|
list_candidate_id: ListCandidateId$inboundSchema.optional(),
|
|
1793
1850
|
list_channel_id: ListChannelId$inboundSchema.optional(),
|
|
1794
1851
|
list_class_id: ListClassId$inboundSchema.optional(),
|
|
@@ -1799,6 +1856,7 @@ export const IntegrationSupport$inboundSchema: z.ZodType<
|
|
|
1799
1856
|
list_customer_id: ListCustomerId$inboundSchema.optional(),
|
|
1800
1857
|
list_deal_id: ListDealId$inboundSchema.optional(),
|
|
1801
1858
|
list_end_le: ListEndLe$inboundSchema.optional(),
|
|
1859
|
+
list_event_id: ListEventId$inboundSchema.optional(),
|
|
1802
1860
|
list_instructor_id: ListInstructorId$inboundSchema.optional(),
|
|
1803
1861
|
list_interview_id: ListInterviewId$inboundSchema.optional(),
|
|
1804
1862
|
list_invoice_id: ListInvoiceId$inboundSchema.optional(),
|
|
@@ -1861,6 +1919,7 @@ export const IntegrationSupport$inboundSchema: z.ZodType<
|
|
|
1861
1919
|
"inbound_fields": "inboundFields",
|
|
1862
1920
|
"list_account_id": "listAccountId",
|
|
1863
1921
|
"list_application_id": "listApplicationId",
|
|
1922
|
+
"list_calendar_id": "listCalendarId",
|
|
1864
1923
|
"list_candidate_id": "listCandidateId",
|
|
1865
1924
|
"list_channel_id": "listChannelId",
|
|
1866
1925
|
"list_class_id": "listClassId",
|
|
@@ -1871,6 +1930,7 @@ export const IntegrationSupport$inboundSchema: z.ZodType<
|
|
|
1871
1930
|
"list_customer_id": "listCustomerId",
|
|
1872
1931
|
"list_deal_id": "listDealId",
|
|
1873
1932
|
"list_end_le": "listEndLe",
|
|
1933
|
+
"list_event_id": "listEventId",
|
|
1874
1934
|
"list_instructor_id": "listInstructorId",
|
|
1875
1935
|
"list_interview_id": "listInterviewId",
|
|
1876
1936
|
"list_invoice_id": "listInvoiceId",
|
|
@@ -1933,6 +1993,7 @@ export type IntegrationSupport$Outbound = {
|
|
|
1933
1993
|
inbound_fields?: { [k: string]: any } | undefined;
|
|
1934
1994
|
list_account_id?: string | undefined;
|
|
1935
1995
|
list_application_id?: string | undefined;
|
|
1996
|
+
list_calendar_id?: string | undefined;
|
|
1936
1997
|
list_candidate_id?: string | undefined;
|
|
1937
1998
|
list_channel_id?: string | undefined;
|
|
1938
1999
|
list_class_id?: string | undefined;
|
|
@@ -1943,6 +2004,7 @@ export type IntegrationSupport$Outbound = {
|
|
|
1943
2004
|
list_customer_id?: string | undefined;
|
|
1944
2005
|
list_deal_id?: string | undefined;
|
|
1945
2006
|
list_end_le?: string | undefined;
|
|
2007
|
+
list_event_id?: string | undefined;
|
|
1946
2008
|
list_instructor_id?: string | undefined;
|
|
1947
2009
|
list_interview_id?: string | undefined;
|
|
1948
2010
|
list_invoice_id?: string | undefined;
|
|
@@ -2009,6 +2071,7 @@ export const IntegrationSupport$outboundSchema: z.ZodType<
|
|
|
2009
2071
|
inboundFields: z.record(z.any()).optional(),
|
|
2010
2072
|
listAccountId: ListAccountId$outboundSchema.optional(),
|
|
2011
2073
|
listApplicationId: ListApplicationId$outboundSchema.optional(),
|
|
2074
|
+
listCalendarId: ListCalendarId$outboundSchema.optional(),
|
|
2012
2075
|
listCandidateId: ListCandidateId$outboundSchema.optional(),
|
|
2013
2076
|
listChannelId: ListChannelId$outboundSchema.optional(),
|
|
2014
2077
|
listClassId: ListClassId$outboundSchema.optional(),
|
|
@@ -2019,6 +2082,7 @@ export const IntegrationSupport$outboundSchema: z.ZodType<
|
|
|
2019
2082
|
listCustomerId: ListCustomerId$outboundSchema.optional(),
|
|
2020
2083
|
listDealId: ListDealId$outboundSchema.optional(),
|
|
2021
2084
|
listEndLe: ListEndLe$outboundSchema.optional(),
|
|
2085
|
+
listEventId: ListEventId$outboundSchema.optional(),
|
|
2022
2086
|
listInstructorId: ListInstructorId$outboundSchema.optional(),
|
|
2023
2087
|
listInterviewId: ListInterviewId$outboundSchema.optional(),
|
|
2024
2088
|
listInvoiceId: ListInvoiceId$outboundSchema.optional(),
|
|
@@ -2080,6 +2144,7 @@ export const IntegrationSupport$outboundSchema: z.ZodType<
|
|
|
2080
2144
|
inboundFields: "inbound_fields",
|
|
2081
2145
|
listAccountId: "list_account_id",
|
|
2082
2146
|
listApplicationId: "list_application_id",
|
|
2147
|
+
listCalendarId: "list_calendar_id",
|
|
2083
2148
|
listCandidateId: "list_candidate_id",
|
|
2084
2149
|
listChannelId: "list_channel_id",
|
|
2085
2150
|
listClassId: "list_class_id",
|
|
@@ -2090,6 +2155,7 @@ export const IntegrationSupport$outboundSchema: z.ZodType<
|
|
|
2090
2155
|
listCustomerId: "list_customer_id",
|
|
2091
2156
|
listDealId: "list_deal_id",
|
|
2092
2157
|
listEndLe: "list_end_le",
|
|
2158
|
+
listEventId: "list_event_id",
|
|
2093
2159
|
listInstructorId: "list_instructor_id",
|
|
2094
2160
|
listInterviewId: "list_interview_id",
|
|
2095
2161
|
listInvoiceId: "list_invoice_id",
|