@rc-ex/debug 1.3.12 → 1.4.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/dist/core/src/FormData.d.ts +9 -0
- package/dist/core/src/Rest.d.ts +16 -0
- package/dist/core/src/RestException.d.ts +7 -0
- package/dist/core/src/SdkExtension.d.ts +9 -0
- package/dist/core/src/Utils.d.ts +7 -0
- package/dist/core/src/definitions/AIInsights.d.ts +35 -0
- package/dist/core/src/definitions/AIScoreInsightUnit.d.ts +9 -0
- package/dist/core/src/definitions/AccountBusinessAddressResource.d.ts +24 -0
- package/dist/core/src/definitions/AccountCountryInfoRequest.d.ts +13 -0
- package/dist/core/src/definitions/AccountDeviceUpdate.d.ts +28 -0
- package/dist/core/src/definitions/AccountDirectoryProfileImageResource.d.ts +11 -0
- package/dist/core/src/definitions/AccountFormattingLocaleInfoRequest.d.ts +13 -0
- package/dist/core/src/definitions/AccountGreetingLanguageInfoRequest.d.ts +13 -0
- package/dist/core/src/definitions/AccountHistoryPaging.d.ts +31 -0
- package/dist/core/src/definitions/AccountHistoryPublicRecord.d.ts +54 -0
- package/dist/core/src/definitions/AccountHistoryRecordDetailsParameters.d.ts +13 -0
- package/dist/core/src/definitions/AccountHistoryRecordPublicDetails.d.ts +8 -0
- package/dist/core/src/definitions/AccountHistoryRecordPublicInitiator.d.ts +26 -0
- package/dist/core/src/definitions/AccountHistoryRecordTarget.d.ts +31 -0
- package/dist/core/src/definitions/AccountHistorySearchPublicRequest.d.ts +61 -0
- package/dist/core/src/definitions/AccountHistorySearchPublicResponse.d.ts +12 -0
- package/dist/core/src/definitions/AccountInfo.d.ts +48 -0
- package/dist/core/src/definitions/AccountLanguageInfoRequest.d.ts +13 -0
- package/dist/core/src/definitions/AccountLimitsInfo.d.ts +44 -0
- package/dist/core/src/definitions/AccountOperatorInfo.d.ts +32 -0
- package/dist/core/src/definitions/AccountPhoneNumberInfo.d.ts +68 -0
- package/dist/core/src/definitions/AccountPhoneNumberInfoExtension.d.ts +14 -0
- package/dist/core/src/definitions/AccountPhoneNumberList.d.ts +14 -0
- package/dist/core/src/definitions/AccountPhoneNumbers.d.ts +21 -0
- package/dist/core/src/definitions/AccountPresenceInfo.d.ts +21 -0
- package/dist/core/src/definitions/AccountRegionalSettingRequest.d.ts +29 -0
- package/dist/core/src/definitions/AccountRegionalSettings.d.ts +37 -0
- package/dist/core/src/definitions/AccountResource.d.ts +20 -0
- package/dist/core/src/definitions/AccountServiceInfo.d.ts +52 -0
- package/dist/core/src/definitions/AccountStatusInfo.d.ts +24 -0
- package/dist/core/src/definitions/AccountTimezoneInfoRequest.d.ts +13 -0
- package/dist/core/src/definitions/ActionAdaptiveCardInfo.d.ts +10 -0
- package/dist/core/src/definitions/ActionCardBody.d.ts +17 -0
- package/dist/core/src/definitions/ActiveCallInfo.d.ts +68 -0
- package/dist/core/src/definitions/ActivePermissionResource.d.ts +14 -0
- package/dist/core/src/definitions/AdaptiveCardAction.d.ts +17 -0
- package/dist/core/src/definitions/AdaptiveCardColumnInfo.d.ts +13 -0
- package/dist/core/src/definitions/AdaptiveCardColumnItemInfo.d.ts +28 -0
- package/dist/core/src/definitions/AdaptiveCardCreator.d.ts +7 -0
- package/dist/core/src/definitions/AdaptiveCardInfo.d.ts +76 -0
- package/dist/core/src/definitions/AdaptiveCardInfoRequest.d.ts +10 -0
- package/dist/core/src/definitions/AdaptiveCardInfoRequestItem.d.ts +19 -0
- package/dist/core/src/definitions/AdaptiveCardRequest.d.ts +54 -0
- package/dist/core/src/definitions/AdaptiveCardSelectAction.d.ts +10 -0
- package/dist/core/src/definitions/AdaptiveCardShortInfo.d.ts +36 -0
- package/dist/core/src/definitions/AddBlockedAllowedPhoneNumber.d.ts +19 -0
- package/dist/core/src/definitions/AddDeviceToInventoryRequest.d.ts +20 -0
- package/dist/core/src/definitions/AddDeviceToInventoryRequestSite.d.ts +7 -0
- package/dist/core/src/definitions/AddDeviceToInventoryResponse.d.ts +13 -0
- package/dist/core/src/definitions/AddDeviceToInventoryResponseDevices.d.ts +7 -0
- package/dist/core/src/definitions/AddInviteeRequest.d.ts +50 -0
- package/dist/core/src/definitions/AddPartyRequest.d.ts +13 -0
- package/dist/core/src/definitions/AddPhoneNumberRequestItem.d.ts +26 -0
- package/dist/core/src/definitions/AddPhoneNumbersRequest.d.ts +9 -0
- package/dist/core/src/definitions/AddPhoneNumbersResponse.d.ts +9 -0
- package/dist/core/src/definitions/AddPhoneNumbersResponseItem.d.ts +31 -0
- package/dist/core/src/definitions/AdditionalCQInfo.d.ts +14 -0
- package/dist/core/src/definitions/AddonInfo.d.ts +13 -0
- package/dist/core/src/definitions/AddressBookBulkContactAddressInfo.d.ts +24 -0
- package/dist/core/src/definitions/AddressBookBulkContactResource.d.ts +136 -0
- package/dist/core/src/definitions/AddressBookBulkUploadRequest.d.ts +8 -0
- package/dist/core/src/definitions/AddressBookBulkUploadResource.d.ts +12 -0
- package/dist/core/src/definitions/AddressBookBulkUploadResponse.d.ts +39 -0
- package/dist/core/src/definitions/AddressBookBulkUploadTaskResult.d.ts +11 -0
- package/dist/core/src/definitions/AddressBookSync.d.ts +23 -0
- package/dist/core/src/definitions/AdgPhoneNumberResource.d.ts +51 -0
- package/dist/core/src/definitions/AdminAccessMeeting.d.ts +54 -0
- package/dist/core/src/definitions/AdminAccessMeetings.d.ts +17 -0
- package/dist/core/src/definitions/AdvancedTimeSettings.d.ts +15 -0
- package/dist/core/src/definitions/AggregateA2PSMSStatusesParameters.d.ts +36 -0
- package/dist/core/src/definitions/AggregationRequest.d.ts +22 -0
- package/dist/core/src/definitions/AggregationResponse.d.ts +13 -0
- package/dist/core/src/definitions/AggregationResponseData.d.ts +16 -0
- package/dist/core/src/definitions/AggregationResponseOptions.d.ts +14 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCounters.d.ts +73 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersAllCalls.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByActions.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByCompanyHours.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByDirection.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByEndingParty.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByOrigin.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByQueueHours.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByQueueSla.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByResponse.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByResult.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsByType.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersCallsSegments.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsCountersQueueOpportunities.d.ts +7 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimers.d.ts +64 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersAllCallsDuration.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsDurationByCompanyHours.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsDurationByDirection.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsDurationByEndingParty.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsDurationByOrigin.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsDurationByQueueHours.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsDurationByQueueSla.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsDurationByResponse.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsDurationByResult.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsDurationByType.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseOptionsTimersCallsSegmentsDuration.d.ts +11 -0
- package/dist/core/src/definitions/AggregationResponseRecord.d.ts +20 -0
- package/dist/core/src/definitions/AllCalls.d.ts +17 -0
- package/dist/core/src/definitions/AnalyticsCallsAggregationFetchParameters.d.ts +19 -0
- package/dist/core/src/definitions/AnalyticsCallsTimelineFetchParameters.d.ts +23 -0
- package/dist/core/src/definitions/AnswerTarget.d.ts +8 -0
- package/dist/core/src/definitions/ApiError.d.ts +18 -0
- package/dist/core/src/definitions/ApiErrorWithParameter.d.ts +26 -0
- package/dist/core/src/definitions/ApiVersionInfo.d.ts +21 -0
- package/dist/core/src/definitions/ApiVersionsList.d.ts +21 -0
- package/dist/core/src/definitions/AppearanceInfo.d.ts +15 -0
- package/dist/core/src/definitions/ArchiveInfo.d.ts +14 -0
- package/dist/core/src/definitions/AsrInput.d.ts +57 -0
- package/dist/core/src/definitions/AssignMultipleDevicesAutomaticLocationUpdates.d.ts +9 -0
- package/dist/core/src/definitions/AssignNumbersRequest.d.ts +7 -0
- package/dist/core/src/definitions/AssignPhoneNumberRequest.d.ts +23 -0
- package/dist/core/src/definitions/AssignPhoneNumberRequestExtension.d.ts +7 -0
- package/dist/core/src/definitions/AssignedCountryInfo.d.ts +24 -0
- package/dist/core/src/definitions/AssignedRoleResource.d.ts +28 -0
- package/dist/core/src/definitions/AssignedRolesResource.d.ts +11 -0
- package/dist/core/src/definitions/Attachment.d.ts +19 -0
- package/dist/core/src/definitions/Attributes.d.ts +11 -0
- package/dist/core/src/definitions/AudioPromptInfo.d.ts +15 -0
- package/dist/core/src/definitions/AuthProfileCheckResource.d.ts +14 -0
- package/dist/core/src/definitions/AuthProfileResource.d.ts +11 -0
- package/dist/core/src/definitions/AuthorizeParameters.d.ts +84 -0
- package/dist/core/src/definitions/AuthorizeRequest.d.ts +83 -0
- package/dist/core/src/definitions/AutoShared.d.ts +15 -0
- package/dist/core/src/definitions/AutomaticConsentCollecting.d.ts +14 -0
- package/dist/core/src/definitions/AutomaticLocationUpdatesDeviceInfo.d.ts +37 -0
- package/dist/core/src/definitions/AutomaticLocationUpdatesModelInfo.d.ts +18 -0
- package/dist/core/src/definitions/AutomaticLocationUpdatesPhoneLine.d.ts +10 -0
- package/dist/core/src/definitions/AutomaticLocationUpdatesPhoneNumberInfo.d.ts +12 -0
- package/dist/core/src/definitions/AutomaticLocationUpdatesSiteInfo.d.ts +26 -0
- package/dist/core/src/definitions/AutomaticLocationUpdatesTaskInfo.d.ts +29 -0
- package/dist/core/src/definitions/AutomaticLocationUpdatesUserInfo.d.ts +30 -0
- package/dist/core/src/definitions/AutomaticLocationUpdatesUserList.d.ts +20 -0
- package/dist/core/src/definitions/AutomaticRecordingResource.d.ts +34 -0
- package/dist/core/src/definitions/BackgroundImage.d.ts +28 -0
- package/dist/core/src/definitions/BasicExtensionInfoResource.d.ts +12 -0
- package/dist/core/src/definitions/BasicPaging.d.ts +15 -0
- package/dist/core/src/definitions/BasicParticipant.d.ts +23 -0
- package/dist/core/src/definitions/BatchListResponse.d.ts +17 -0
- package/dist/core/src/definitions/BatchProvisionUsersRequest.d.ts +11 -0
- package/dist/core/src/definitions/BatchProvisionUsersRequestItem.d.ts +36 -0
- package/dist/core/src/definitions/BatchProvisionUsersRequestItemContact.d.ts +34 -0
- package/dist/core/src/definitions/BatchProvisionUsersRequestItemCostCenter.d.ts +8 -0
- package/dist/core/src/definitions/BatchProvisionUsersRequestItemDevices.d.ts +7 -0
- package/dist/core/src/definitions/BatchProvisionUsersRequestItemRoles.d.ts +8 -0
- package/dist/core/src/definitions/BatchProvisionUsersResponse.d.ts +8 -0
- package/dist/core/src/definitions/BatchProvisionUsersResponseResults.d.ts +15 -0
- package/dist/core/src/definitions/BatchProvisionUsersResponseResultsExtension.d.ts +12 -0
- package/dist/core/src/definitions/BatchProvisionUsersResponseResultsExtensionDevices.d.ts +13 -0
- package/dist/core/src/definitions/BillingInfo.d.ts +17 -0
- package/dist/core/src/definitions/BillingPackageInfo.d.ts +11 -0
- package/dist/core/src/definitions/BillingPlanInfo.d.ts +32 -0
- package/dist/core/src/definitions/BillingStatementCharges.d.ts +17 -0
- package/dist/core/src/definitions/BillingStatementFees.d.ts +14 -0
- package/dist/core/src/definitions/BillingStatementInfo.d.ts +41 -0
- package/dist/core/src/definitions/BlockedAllowedPhoneNumberInfo.d.ts +28 -0
- package/dist/core/src/definitions/BlockedAllowedPhoneNumbersList.d.ts +23 -0
- package/dist/core/src/definitions/BlockedCallerGreetingInfo.d.ts +11 -0
- package/dist/core/src/definitions/BrandInfo.d.ts +18 -0
- package/dist/core/src/definitions/BrandListResponse.d.ts +8 -0
- package/dist/core/src/definitions/BridgeDiscovery.d.ts +10 -0
- package/dist/core/src/definitions/BridgeJoinPreferences.d.ts +28 -0
- package/dist/core/src/definitions/BridgeJoinPstnPreferences.d.ts +13 -0
- package/dist/core/src/definitions/BridgePins.d.ts +17 -0
- package/dist/core/src/definitions/BridgePinsWithAliases.d.ts +23 -0
- package/dist/core/src/definitions/BridgePinsWithoutPstn.d.ts +13 -0
- package/dist/core/src/definitions/BridgePreferences.d.ts +53 -0
- package/dist/core/src/definitions/BridgePstnPins.d.ts +13 -0
- package/dist/core/src/definitions/BridgeRequestSecurity.d.ts +36 -0
- package/dist/core/src/definitions/BridgeResponse.d.ts +44 -0
- package/dist/core/src/definitions/BridgeResponseSecurity.d.ts +23 -0
- package/dist/core/src/definitions/BridgeResponseSecurityPassword.d.ts +24 -0
- package/dist/core/src/definitions/BridgeTargetRequest.d.ts +13 -0
- package/dist/core/src/definitions/BulkAccountCallRecordingsResource.d.ts +13 -0
- package/dist/core/src/definitions/BulkAddDevicesItem.d.ts +33 -0
- package/dist/core/src/definitions/BulkAddDevicesItemEmergency.d.ts +11 -0
- package/dist/core/src/definitions/BulkAddDevicesItemEmergencyLocation.d.ts +7 -0
- package/dist/core/src/definitions/BulkAddDevicesItemPhoneInfo.d.ts +30 -0
- package/dist/core/src/definitions/BulkAddDevicesRequest.d.ts +8 -0
- package/dist/core/src/definitions/BulkAddDevicesResponse.d.ts +8 -0
- package/dist/core/src/definitions/BulkAddDevicesResponseResults.d.ts +25 -0
- package/dist/core/src/definitions/BulkDeleteUsersRequest.d.ts +17 -0
- package/dist/core/src/definitions/BulkDeleteUsersResponse.d.ts +8 -0
- package/dist/core/src/definitions/BulkDeleteUsersResponseRecords.d.ts +20 -0
- package/dist/core/src/definitions/BulkOperationExtensionReference.d.ts +12 -0
- package/dist/core/src/definitions/BulkRoleAssignResource.d.ts +20 -0
- package/dist/core/src/definitions/BulkTaskInfo.d.ts +21 -0
- package/dist/core/src/definitions/BulkUpdateInviteesRequest.d.ts +15 -0
- package/dist/core/src/definitions/BulkUpdateInviteesRequestUpdatedInvitees.d.ts +47 -0
- package/dist/core/src/definitions/BulkUpdateInviteesResponse.d.ts +14 -0
- package/dist/core/src/definitions/BulletedSummaryInsightUnit.d.ts +14 -0
- package/dist/core/src/definitions/BusinessAddress.d.ts +23 -0
- package/dist/core/src/definitions/BusinessAddressInfo.d.ts +26 -0
- package/dist/core/src/definitions/BusinessSiteCollectionRequest.d.ts +7 -0
- package/dist/core/src/definitions/BusinessSiteCollectionResource.d.ts +11 -0
- package/dist/core/src/definitions/BusinessSiteResource.d.ts +15 -0
- package/dist/core/src/definitions/CaiAnalyzeInteractionParameters.d.ts +11 -0
- package/dist/core/src/definitions/CaiAsyncApiResponse.d.ts +6 -0
- package/dist/core/src/definitions/CaiPunctuateParameters.d.ts +11 -0
- package/dist/core/src/definitions/CaiSpeakerDiarizeParameters.d.ts +11 -0
- package/dist/core/src/definitions/CaiSpeechToTextParameters.d.ts +11 -0
- package/dist/core/src/definitions/CaiSummarizeParameters.d.ts +11 -0
- package/dist/core/src/definitions/CallDurationFilter.d.ts +16 -0
- package/dist/core/src/definitions/CallFilters.d.ts +71 -0
- package/dist/core/src/definitions/CallFlipNumberListResource.d.ts +8 -0
- package/dist/core/src/definitions/CallFlipNumberResource.d.ts +28 -0
- package/dist/core/src/definitions/CallHandlingRuleInfo.d.ts +81 -0
- package/dist/core/src/definitions/CallInfoCQ.d.ts +14 -0
- package/dist/core/src/definitions/CallLogDelegateInfo.d.ts +15 -0
- package/dist/core/src/definitions/CallLogExtractSyncInfo.d.ts +24 -0
- package/dist/core/src/definitions/CallLogExtractSyncResponse.d.ts +20 -0
- package/dist/core/src/definitions/CallLogFromParty.d.ts +34 -0
- package/dist/core/src/definitions/CallLogRecord.d.ts +188 -0
- package/dist/core/src/definitions/CallLogRecordDeviceInfo.d.ts +14 -0
- package/dist/core/src/definitions/CallLogRecordLegInfo.d.ts +165 -0
- package/dist/core/src/definitions/CallLogRecordLegInfoTransferTarget.d.ts +7 -0
- package/dist/core/src/definitions/CallLogRecordLegInfoTransferee.d.ts +7 -0
- package/dist/core/src/definitions/CallLogRecordMessage.d.ts +22 -0
- package/dist/core/src/definitions/CallLogRecordTransferTarget.d.ts +7 -0
- package/dist/core/src/definitions/CallLogRecordTransferee.d.ts +7 -0
- package/dist/core/src/definitions/CallLogRecordingInfo.d.ts +29 -0
- package/dist/core/src/definitions/CallLogResponse.d.ts +24 -0
- package/dist/core/src/definitions/CallLogSyncInfo.d.ts +19 -0
- package/dist/core/src/definitions/CallLogSyncResponse.d.ts +21 -0
- package/dist/core/src/definitions/CallLogToParty.d.ts +34 -0
- package/dist/core/src/definitions/CallMonitoringBulkAssign.d.ts +13 -0
- package/dist/core/src/definitions/CallMonitoringExtensionInfo.d.ts +14 -0
- package/dist/core/src/definitions/CallMonitoringGroup.d.ts +20 -0
- package/dist/core/src/definitions/CallMonitoringGroupMemberInfo.d.ts +19 -0
- package/dist/core/src/definitions/CallMonitoringGroupMemberList.d.ts +25 -0
- package/dist/core/src/definitions/CallMonitoringGroupSite.d.ts +11 -0
- package/dist/core/src/definitions/CallMonitoringGroups.d.ts +25 -0
- package/dist/core/src/definitions/CallNotesInfo.d.ts +15 -0
- package/dist/core/src/definitions/CallNotesInsightUnit.d.ts +9 -0
- package/dist/core/src/definitions/CallParty.d.ts +81 -0
- package/dist/core/src/definitions/CallPartyFlip.d.ts +7 -0
- package/dist/core/src/definitions/CallPartyReply.d.ts +11 -0
- package/dist/core/src/definitions/CallQueueBulkAssignResource.d.ts +9 -0
- package/dist/core/src/definitions/CallQueueDetails.d.ts +45 -0
- package/dist/core/src/definitions/CallQueueDetailsForUpdate.d.ts +36 -0
- package/dist/core/src/definitions/CallQueueExtensionInfo.d.ts +34 -0
- package/dist/core/src/definitions/CallQueueId.d.ts +10 -0
- package/dist/core/src/definitions/CallQueueIdResource.d.ts +7 -0
- package/dist/core/src/definitions/CallQueueInfo.d.ts +32 -0
- package/dist/core/src/definitions/CallQueueInfoRequest.d.ts +26 -0
- package/dist/core/src/definitions/CallQueueList.d.ts +25 -0
- package/dist/core/src/definitions/CallQueueMember.d.ts +27 -0
- package/dist/core/src/definitions/CallQueueMemberInfo.d.ts +17 -0
- package/dist/core/src/definitions/CallQueueMemberPresence.d.ts +17 -0
- package/dist/core/src/definitions/CallQueueMembers.d.ts +25 -0
- package/dist/core/src/definitions/CallQueueOverflowSettings.d.ts +16 -0
- package/dist/core/src/definitions/CallQueueOverflowSettingsRequestResource.d.ts +11 -0
- package/dist/core/src/definitions/CallQueuePresence.d.ts +7 -0
- package/dist/core/src/definitions/CallQueueServiceLevelSettings.d.ts +29 -0
- package/dist/core/src/definitions/CallQueueUpdatePresence.d.ts +7 -0
- package/dist/core/src/definitions/CallRecording.d.ts +11 -0
- package/dist/core/src/definitions/CallRecordingCustomGreeting.d.ts +14 -0
- package/dist/core/src/definitions/CallRecordingCustomGreetingData.d.ts +15 -0
- package/dist/core/src/definitions/CallRecordingCustomGreetingLanguage.d.ts +23 -0
- package/dist/core/src/definitions/CallRecordingCustomGreetings.d.ts +10 -0
- package/dist/core/src/definitions/CallRecordingExtensionResource.d.ts +26 -0
- package/dist/core/src/definitions/CallRecordingExtensions.d.ts +20 -0
- package/dist/core/src/definitions/CallRecordingGreetingResource.d.ts +12 -0
- package/dist/core/src/definitions/CallRecordingIds.d.ts +8 -0
- package/dist/core/src/definitions/CallRecordingSettingsResource.d.ts +16 -0
- package/dist/core/src/definitions/CallRecordingUpdate.d.ts +7 -0
- package/dist/core/src/definitions/CallSegmentFilter.d.ts +12 -0
- package/dist/core/src/definitions/CallSegmentLengthFilter.d.ts +16 -0
- package/dist/core/src/definitions/CallSession.d.ts +7 -0
- package/dist/core/src/definitions/CallSessionObject.d.ts +27 -0
- package/dist/core/src/definitions/CallStatusInfo.d.ts +34 -0
- package/dist/core/src/definitions/CalledNumberInfo.d.ts +7 -0
- package/dist/core/src/definitions/CallerBlockingSettings.d.ts +23 -0
- package/dist/core/src/definitions/CallerBlockingSettingsUpdate.d.ts +23 -0
- package/dist/core/src/definitions/CallerIdByDevice.d.ts +14 -0
- package/dist/core/src/definitions/CallerIdByFeature.d.ts +13 -0
- package/dist/core/src/definitions/CallerIdData.d.ts +15 -0
- package/dist/core/src/definitions/CallerIdDeviceInfo.d.ts +16 -0
- package/dist/core/src/definitions/CallerIdPhoneInfo.d.ts +17 -0
- package/dist/core/src/definitions/CallersInfo.d.ts +11 -0
- package/dist/core/src/definitions/CallersInfoRequest.d.ts +11 -0
- package/dist/core/src/definitions/CallsByActions.d.ts +16 -0
- package/dist/core/src/definitions/CallsByActionsBreakdown.d.ts +48 -0
- package/dist/core/src/definitions/CallsByCompanyHours.d.ts +16 -0
- package/dist/core/src/definitions/CallsByCompanyHoursBreakdown.d.ts +18 -0
- package/dist/core/src/definitions/CallsByDirection.d.ts +16 -0
- package/dist/core/src/definitions/CallsByDirectionBreakdown.d.ts +18 -0
- package/dist/core/src/definitions/CallsByEndingParty.d.ts +13 -0
- package/dist/core/src/definitions/CallsByEndingPartyBreakdown.d.ts +21 -0
- package/dist/core/src/definitions/CallsByOrigin.d.ts +16 -0
- package/dist/core/src/definitions/CallsByOriginBreakdown.d.ts +18 -0
- package/dist/core/src/definitions/CallsByQueueHours.d.ts +16 -0
- package/dist/core/src/definitions/CallsByQueueHoursBreakdown.d.ts +18 -0
- package/dist/core/src/definitions/CallsByQueueSla.d.ts +16 -0
- package/dist/core/src/definitions/CallsByQueueSlaBreakdown.d.ts +18 -0
- package/dist/core/src/definitions/CallsByResponse.d.ts +16 -0
- package/dist/core/src/definitions/CallsByResponseBreakdown.d.ts +30 -0
- package/dist/core/src/definitions/CallsByResult.d.ts +16 -0
- package/dist/core/src/definitions/CallsByResultBreakdown.d.ts +66 -0
- package/dist/core/src/definitions/CallsBySegments.d.ts +16 -0
- package/dist/core/src/definitions/CallsBySegmentsBreakdown.d.ts +66 -0
- package/dist/core/src/definitions/CallsByType.d.ts +16 -0
- package/dist/core/src/definitions/CallsByTypeBreakdown.d.ts +48 -0
- package/dist/core/src/definitions/CallsCounters.d.ts +58 -0
- package/dist/core/src/definitions/CallsTimers.d.ts +50 -0
- package/dist/core/src/definitions/CampaignListResponse.d.ts +8 -0
- package/dist/core/src/definitions/CheckUserPermissionParameters.d.ts +14 -0
- package/dist/core/src/definitions/CloudRecording.d.ts +56 -0
- package/dist/core/src/definitions/CloudRecordings.d.ts +17 -0
- package/dist/core/src/definitions/CommCallTypesResource.d.ts +7 -0
- package/dist/core/src/definitions/CommDeviceRequest.d.ts +9 -0
- package/dist/core/src/definitions/CommDeviceResource.d.ts +18 -0
- package/dist/core/src/definitions/CommDispatchingRequest.d.ts +18 -0
- package/dist/core/src/definitions/CommDispatchingRequestActions.d.ts +48 -0
- package/dist/core/src/definitions/CommDispatchingRequestActionsTargets.d.ts +35 -0
- package/dist/core/src/definitions/CommExtensionListResource.d.ts +12 -0
- package/dist/core/src/definitions/CommForwardingTargetsResource.d.ts +13 -0
- package/dist/core/src/definitions/CommForwardingTargetsResourceRecords.d.ts +29 -0
- package/dist/core/src/definitions/CommGreetingIdResource.d.ts +9 -0
- package/dist/core/src/definitions/CommGreetingResource.d.ts +16 -0
- package/dist/core/src/definitions/CommIntegrationRequest.d.ts +8 -0
- package/dist/core/src/definitions/CommIntegrationResource.d.ts +12 -0
- package/dist/core/src/definitions/CommInteractionDispatchingResource.d.ts +18 -0
- package/dist/core/src/definitions/CommInteractionDispatchingResourceActions.d.ts +48 -0
- package/dist/core/src/definitions/CommInteractionDispatchingResourceActionsTargets.d.ts +34 -0
- package/dist/core/src/definitions/CommInteractionRuleCreateRequest.d.ts +25 -0
- package/dist/core/src/definitions/CommInteractionRuleResource.d.ts +31 -0
- package/dist/core/src/definitions/CommInteractionRuleUpdateRequest.d.ts +21 -0
- package/dist/core/src/definitions/CommInteractionRulesResource.d.ts +13 -0
- package/dist/core/src/definitions/CommPhoneNumberResource.d.ts +8 -0
- package/dist/core/src/definitions/CommReferencedExtensionResource.d.ts +9 -0
- package/dist/core/src/definitions/CommRemoveForwardingTargetsItemResource.d.ts +17 -0
- package/dist/core/src/definitions/CommRemoveForwardingTargetsItemResourceBulkItem.d.ts +27 -0
- package/dist/core/src/definitions/CommRemoveForwardingTargetsRequest.d.ts +8 -0
- package/dist/core/src/definitions/CommRemoveForwardingTargetsRequestRecords.d.ts +27 -0
- package/dist/core/src/definitions/CommRemoveForwardingTargetsResponse.d.ts +8 -0
- package/dist/core/src/definitions/CommStateBasedRuleResource.d.ts +30 -0
- package/dist/core/src/definitions/CommStateBasedRuleUpdateRequest.d.ts +10 -0
- package/dist/core/src/definitions/CommStateBasedRulesResource.d.ts +16 -0
- package/dist/core/src/definitions/CommStateDispatchingRefResource.d.ts +12 -0
- package/dist/core/src/definitions/CommStateDispatchingResource.d.ts +14 -0
- package/dist/core/src/definitions/CommStateDispatchingResourceActions.d.ts +48 -0
- package/dist/core/src/definitions/CommStateDispatchingResourceActionsTargets.d.ts +34 -0
- package/dist/core/src/definitions/CommStateResource.d.ts +22 -0
- package/dist/core/src/definitions/CommStateUpdateRequest.d.ts +10 -0
- package/dist/core/src/definitions/CommStatesResource.d.ts +13 -0
- package/dist/core/src/definitions/CommTerminatingPromptResource.d.ts +8 -0
- package/dist/core/src/definitions/CommonEmergencyLocationResource.d.ts +62 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleCalledNumberInfo.d.ts +11 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleCalledNumberInfoRequest.d.ts +11 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleCallersInfoRequest.d.ts +11 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleExtensionInfo.d.ts +7 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleExtensionInfoRequest.d.ts +10 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleInfo.d.ts +53 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleList.d.ts +21 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleRequest.d.ts +44 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleScheduleInfo.d.ts +19 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleScheduleInfoRequest.d.ts +19 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleTimeIntervalRequest.d.ts +11 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleUpdate.d.ts +52 -0
- package/dist/core/src/definitions/CompanyAnsweringRuleWeeklyScheduleInfoRequest.d.ts +35 -0
- package/dist/core/src/definitions/CompanyBusinessHours.d.ts +12 -0
- package/dist/core/src/definitions/CompanyBusinessHoursScheduleInfo.d.ts +10 -0
- package/dist/core/src/definitions/CompanyBusinessHoursUpdateRequest.d.ts +7 -0
- package/dist/core/src/definitions/CompanyDetails.d.ts +32 -0
- package/dist/core/src/definitions/CompanyPhoneNumberInfo.d.ts +73 -0
- package/dist/core/src/definitions/ConferencePhoneNumberInfo.d.ts +13 -0
- package/dist/core/src/definitions/ConnectTeamsUsersRequest.d.ts +8 -0
- package/dist/core/src/definitions/ConsentSettings.d.ts +18 -0
- package/dist/core/src/definitions/ConsentSettingsCoverage.d.ts +14 -0
- package/dist/core/src/definitions/Contact.d.ts +20 -0
- package/dist/core/src/definitions/ContactAddressInfo.d.ts +27 -0
- package/dist/core/src/definitions/ContactAddressInfoResource.d.ts +18 -0
- package/dist/core/src/definitions/ContactBusinessAddressInfo.d.ts +29 -0
- package/dist/core/src/definitions/ContactCenterProvider.d.ts +16 -0
- package/dist/core/src/definitions/ContactInfo.d.ts +58 -0
- package/dist/core/src/definitions/ContactInfoCreationRequest.d.ts +59 -0
- package/dist/core/src/definitions/ContactInfoUpdateRequest.d.ts +53 -0
- package/dist/core/src/definitions/ContactList.d.ts +25 -0
- package/dist/core/src/definitions/ContactResource.d.ts +78 -0
- package/dist/core/src/definitions/ContractedCountryListResponse.d.ts +9 -0
- package/dist/core/src/definitions/ContractedCountryListResponseRecords.d.ts +11 -0
- package/dist/core/src/definitions/ConversationInfo.d.ts +15 -0
- package/dist/core/src/definitions/ConversationalInsightsUnit.d.ts +13 -0
- package/dist/core/src/definitions/ConversationalInsightsUnitValues.d.ts +54 -0
- package/dist/core/src/definitions/CostCenterInfo.d.ts +14 -0
- package/dist/core/src/definitions/CostCenterItem.d.ts +30 -0
- package/dist/core/src/definitions/CostCenterList.d.ts +8 -0
- package/dist/core/src/definitions/CountryContext.d.ts +40 -0
- package/dist/core/src/definitions/CountryInfoBasicModel.d.ts +16 -0
- package/dist/core/src/definitions/CountryInfoDictionaryModel.d.ts +52 -0
- package/dist/core/src/definitions/CountryInfoMinimalModel.d.ts +12 -0
- package/dist/core/src/definitions/CountryInfoShortModel.d.ts +28 -0
- package/dist/core/src/definitions/CountryListDictionaryModel.d.ts +24 -0
- package/dist/core/src/definitions/CreateAnsweringRuleForwardingNumberInfo.d.ts +24 -0
- package/dist/core/src/definitions/CreateAnsweringRuleRequest.d.ts +76 -0
- package/dist/core/src/definitions/CreateBridgeRequest.d.ts +31 -0
- package/dist/core/src/definitions/CreateCallMonitoringGroupRequest.d.ts +12 -0
- package/dist/core/src/definitions/CreateCallMonitoringGroupRequestSite.d.ts +7 -0
- package/dist/core/src/definitions/CreateCompanyGreetingRequest.d.ts +27 -0
- package/dist/core/src/definitions/CreateContactParameters.d.ts +11 -0
- package/dist/core/src/definitions/CreateConversationRequest.d.ts +11 -0
- package/dist/core/src/definitions/CreateConversationRequestMembers.d.ts +12 -0
- package/dist/core/src/definitions/CreateCustomRoleParameters.d.ts +11 -0
- package/dist/core/src/definitions/CreateCustomUserGreetingParameters.d.ts +13 -0
- package/dist/core/src/definitions/CreateCustomUserGreetingRequest.d.ts +21 -0
- package/dist/core/src/definitions/CreateDataExportTaskRequest.d.ts +22 -0
- package/dist/core/src/definitions/CreateFaxMessageRequest.d.ts +47 -0
- package/dist/core/src/definitions/CreateForwardingNumberDeviceInfo.d.ts +12 -0
- package/dist/core/src/definitions/CreateForwardingNumberRequest.d.ts +29 -0
- package/dist/core/src/definitions/CreateGlipFileNewParameters.d.ts +16 -0
- package/dist/core/src/definitions/CreateGlipFileNewRequest.d.ts +12 -0
- package/dist/core/src/definitions/CreateIVRPromptRequest.d.ts +16 -0
- package/dist/core/src/definitions/CreateInternalTextMessageRequest.d.ts +26 -0
- package/dist/core/src/definitions/CreateMMSMessage.d.ts +29 -0
- package/dist/core/src/definitions/CreateMessageStoreReportRequest.d.ts +20 -0
- package/dist/core/src/definitions/CreateMultipleSwitchesRequest.d.ts +7 -0
- package/dist/core/src/definitions/CreateMultipleSwitchesResponse.d.ts +10 -0
- package/dist/core/src/definitions/CreateMultipleWirelessPointsRequest.d.ts +7 -0
- package/dist/core/src/definitions/CreateMultipleWirelessPointsResponse.d.ts +7 -0
- package/dist/core/src/definitions/CreateNetworkRequest.d.ts +21 -0
- package/dist/core/src/definitions/CreateSMSMessage.d.ts +24 -0
- package/dist/core/src/definitions/CreateSipRegistrationRequest.d.ts +19 -0
- package/dist/core/src/definitions/CreateSipRegistrationResponse.d.ts +31 -0
- package/dist/core/src/definitions/CreateSiteRequest.d.ts +52 -0
- package/dist/core/src/definitions/CreateSubscriptionRequest.d.ts +26 -0
- package/dist/core/src/definitions/CreateUserEmergencyLocationRequest.d.ts +24 -0
- package/dist/core/src/definitions/CreateUserProfileImageRequest.d.ts +11 -0
- package/dist/core/src/definitions/CreateWebhookSubscriptionRequest.d.ts +26 -0
- package/dist/core/src/definitions/CreateWirelessPoint.d.ts +31 -0
- package/dist/core/src/definitions/CreatorInfo.d.ts +18 -0
- package/dist/core/src/definitions/CurrencyInfo.d.ts +27 -0
- package/dist/core/src/definitions/CurrencyResource.d.ts +18 -0
- package/dist/core/src/definitions/CustomAnsweringRuleInfo.d.ts +81 -0
- package/dist/core/src/definitions/CustomCompanyGreetingInfo.d.ts +33 -0
- package/dist/core/src/definitions/CustomCompanyGreetingLanguageInfo.d.ts +23 -0
- package/dist/core/src/definitions/CustomFieldCreateRequest.d.ts +11 -0
- package/dist/core/src/definitions/CustomFieldInfo.d.ts +14 -0
- package/dist/core/src/definitions/CustomFieldList.d.ts +7 -0
- package/dist/core/src/definitions/CustomFieldModel.d.ts +15 -0
- package/dist/core/src/definitions/CustomFieldResource.d.ts +15 -0
- package/dist/core/src/definitions/CustomFieldUpdateRequest.d.ts +7 -0
- package/dist/core/src/definitions/CustomGreetingAnsweringRuleInfo.d.ts +15 -0
- package/dist/core/src/definitions/CustomGreetingInfoRequest.d.ts +7 -0
- package/dist/core/src/definitions/CustomUserGreetingInfo.d.ts +29 -0
- package/dist/core/src/definitions/DataExportTask.d.ts +38 -0
- package/dist/core/src/definitions/DataExportTaskContactInfo.d.ts +15 -0
- package/dist/core/src/definitions/DataExportTaskList.d.ts +15 -0
- package/dist/core/src/definitions/DefaultUserRole.d.ts +21 -0
- package/dist/core/src/definitions/DefaultUserRoleRequest.d.ts +7 -0
- package/dist/core/src/definitions/Delegate.d.ts +20 -0
- package/dist/core/src/definitions/DelegatorsListResult.d.ts +7 -0
- package/dist/core/src/definitions/DeleteCustomRoleParameters.d.ts +11 -0
- package/dist/core/src/definitions/DeleteDeviceFromInventoryRequest.d.ts +9 -0
- package/dist/core/src/definitions/DeleteDeviceFromInventoryRequestRecords.d.ts +7 -0
- package/dist/core/src/definitions/DeleteDeviceFromInventoryResponse.d.ts +8 -0
- package/dist/core/src/definitions/DeleteDeviceFromInventoryResponseRecords.d.ts +17 -0
- package/dist/core/src/definitions/DeleteEmergencyLocationParameters.d.ts +16 -0
- package/dist/core/src/definitions/DeleteExtensionEmergencyLocationParameters.d.ts +11 -0
- package/dist/core/src/definitions/DeleteForwardingNumbersRequest.d.ts +8 -0
- package/dist/core/src/definitions/DeleteMessageByFilterParameters.d.ts +32 -0
- package/dist/core/src/definitions/DeleteMessageParameters.d.ts +16 -0
- package/dist/core/src/definitions/DeletePhoneNumbersRequest.d.ts +9 -0
- package/dist/core/src/definitions/DeletePhoneNumbersRequestItem.d.ts +16 -0
- package/dist/core/src/definitions/DeletePhoneNumbersResponse.d.ts +8 -0
- package/dist/core/src/definitions/DeletePhoneNumbersResponseItem.d.ts +26 -0
- package/dist/core/src/definitions/DeleteUserCallLogParameters.d.ts +12 -0
- package/dist/core/src/definitions/DepartmentInfo.d.ts +22 -0
- package/dist/core/src/definitions/DetailedCallInfo.d.ts +23 -0
- package/dist/core/src/definitions/DeviceAddonInfo.d.ts +13 -0
- package/dist/core/src/definitions/DeviceDefinition.d.ts +23 -0
- package/dist/core/src/definitions/DeviceDefinitionEmergency.d.ts +11 -0
- package/dist/core/src/definitions/DeviceDefinitionEmergencyLocation.d.ts +7 -0
- package/dist/core/src/definitions/DeviceDefinitionPhoneInfo.d.ts +30 -0
- package/dist/core/src/definitions/DeviceEmergencyInfo.d.ts +38 -0
- package/dist/core/src/definitions/DeviceEmergencyLocationInfo.d.ts +22 -0
- package/dist/core/src/definitions/DeviceEmergencyServiceAddressResource.d.ts +116 -0
- package/dist/core/src/definitions/DeviceExtensionInfo.d.ts +17 -0
- package/dist/core/src/definitions/DeviceInfoRequest.d.ts +23 -0
- package/dist/core/src/definitions/DeviceModelInfo.d.ts +24 -0
- package/dist/core/src/definitions/DevicePhoneLinesEmergencyAddressInfo.d.ts +15 -0
- package/dist/core/src/definitions/DevicePhoneLinesInfo.d.ts +19 -0
- package/dist/core/src/definitions/DevicePhoneNumberCountryInfo.d.ts +19 -0
- package/dist/core/src/definitions/DevicePhoneNumberInfo.d.ts +30 -0
- package/dist/core/src/definitions/DeviceProvisioningExtensionInfo.d.ts +30 -0
- package/dist/core/src/definitions/DeviceResource.d.ts +119 -0
- package/dist/core/src/definitions/DeviceSiteInfo.d.ts +14 -0
- package/dist/core/src/definitions/DeviceUpdateExtensionInfo.d.ts +10 -0
- package/dist/core/src/definitions/DeviceUpdatePhoneLinesInfo.d.ts +11 -0
- package/dist/core/src/definitions/DialingDetails.d.ts +21 -0
- package/dist/core/src/definitions/DialingDetailsServiceCode.d.ts +12 -0
- package/dist/core/src/definitions/DialingDetailsSpecialPrefix.d.ts +11 -0
- package/dist/core/src/definitions/DiarizeInput.d.ts +44 -0
- package/dist/core/src/definitions/DictionaryGreetingInfo.d.ts +45 -0
- package/dist/core/src/definitions/DictionaryGreetingList.d.ts +21 -0
- package/dist/core/src/definitions/DirectoryResource.d.ts +13 -0
- package/dist/core/src/definitions/DisabledFilterInfo.d.ts +17 -0
- package/dist/core/src/definitions/DisconnectTeamsUsersParameters.d.ts +10 -0
- package/dist/core/src/definitions/EditPagingGroupRequest.d.ts +21 -0
- package/dist/core/src/definitions/EffectiveRoleResource.d.ts +13 -0
- package/dist/core/src/definitions/EmailRecipientInfo.d.ts +28 -0
- package/dist/core/src/definitions/EmergencyAddress.d.ts +15 -0
- package/dist/core/src/definitions/EmergencyAddressAutoUpdateSiteInfo.d.ts +11 -0
- package/dist/core/src/definitions/EmergencyAddressAutoUpdateUsersBulkAssignResource.d.ts +9 -0
- package/dist/core/src/definitions/EmergencyAddressInfo.d.ts +79 -0
- package/dist/core/src/definitions/EmergencyAddressResourceRequest.d.ts +40 -0
- package/dist/core/src/definitions/EmergencyLocationAddressResource.d.ts +73 -0
- package/dist/core/src/definitions/EmergencyLocationInfo.d.ts +23 -0
- package/dist/core/src/definitions/EmergencyLocationRequestResource.d.ts +31 -0
- package/dist/core/src/definitions/EmergencyLocationResponseResource.d.ts +67 -0
- package/dist/core/src/definitions/EmergencyLocationsPaging.d.ts +33 -0
- package/dist/core/src/definitions/EmergencyLocationsResource.d.ts +19 -0
- package/dist/core/src/definitions/EmergencyServiceAddressResourceRequest.d.ts +42 -0
- package/dist/core/src/definitions/EnumeratedPagingModel.d.ts +50 -0
- package/dist/core/src/definitions/ErrorEntity.d.ts +19 -0
- package/dist/core/src/definitions/EventRecurrenceInfo.d.ts +25 -0
- package/dist/core/src/definitions/EveryoneCanControl.d.ts +15 -0
- package/dist/core/src/definitions/EveryoneTeamInfo.d.ts +29 -0
- package/dist/core/src/definitions/ExportTaskResultInfo.d.ts +17 -0
- package/dist/core/src/definitions/ExtensionBulkUpdateInfo.d.ts +88 -0
- package/dist/core/src/definitions/ExtensionBulkUpdateRequest.d.ts +11 -0
- package/dist/core/src/definitions/ExtensionBulkUpdateTaskResource.d.ts +39 -0
- package/dist/core/src/definitions/ExtensionBulkUpdateTaskResult.d.ts +14 -0
- package/dist/core/src/definitions/ExtensionBulkUpdateTaskResultAffectedItems.d.ts +7 -0
- package/dist/core/src/definitions/ExtensionCallQueuePresence.d.ts +11 -0
- package/dist/core/src/definitions/ExtensionCallQueuePresenceList.d.ts +7 -0
- package/dist/core/src/definitions/ExtensionCallQueueUpdatePresence.d.ts +11 -0
- package/dist/core/src/definitions/ExtensionCallQueueUpdatePresenceList.d.ts +7 -0
- package/dist/core/src/definitions/ExtensionCallerIdInfo.d.ts +26 -0
- package/dist/core/src/definitions/ExtensionCountryInfoRequest.d.ts +7 -0
- package/dist/core/src/definitions/ExtensionCreationRequest.d.ts +76 -0
- package/dist/core/src/definitions/ExtensionCurrencyInfoRequest.d.ts +7 -0
- package/dist/core/src/definitions/ExtensionFilters.d.ts +14 -0
- package/dist/core/src/definitions/ExtensionFormattingLocaleInfoRequest.d.ts +7 -0
- package/dist/core/src/definitions/ExtensionGreetingLanguageInfoRequest.d.ts +7 -0
- package/dist/core/src/definitions/ExtensionInfo.d.ts +37 -0
- package/dist/core/src/definitions/ExtensionInfoCallLog.d.ts +18 -0
- package/dist/core/src/definitions/ExtensionInfoGrants.d.ts +29 -0
- package/dist/core/src/definitions/ExtensionInfoIntId.d.ts +31 -0
- package/dist/core/src/definitions/ExtensionLanguageInfoRequest.d.ts +7 -0
- package/dist/core/src/definitions/ExtensionPermissions.d.ts +16 -0
- package/dist/core/src/definitions/ExtensionRegionalSettingRequest.d.ts +37 -0
- package/dist/core/src/definitions/ExtensionServiceFeatureInfo.d.ts +18 -0
- package/dist/core/src/definitions/ExtensionShortInfoResource.d.ts +15 -0
- package/dist/core/src/definitions/ExtensionStatusInfo.d.ts +15 -0
- package/dist/core/src/definitions/ExtensionTimezoneInfoRequest.d.ts +7 -0
- package/dist/core/src/definitions/ExtensionUpdateRequest.d.ts +73 -0
- package/dist/core/src/definitions/ExtensionUpdateShortResult.d.ts +15 -0
- package/dist/core/src/definitions/ExtensionWithRolesCollectionResource.d.ts +19 -0
- package/dist/core/src/definitions/ExtensionWithRolesResource.d.ts +14 -0
- package/dist/core/src/definitions/ExternalIntegrationResource.d.ts +27 -0
- package/dist/core/src/definitions/ExtractSyncAccountCallLogParameters.d.ts +41 -0
- package/dist/core/src/definitions/FavoriteCollection.d.ts +7 -0
- package/dist/core/src/definitions/FavoriteContactList.d.ts +11 -0
- package/dist/core/src/definitions/FavoriteContactResource.d.ts +16 -0
- package/dist/core/src/definitions/FaxCoverPageInfo.d.ts +13 -0
- package/dist/core/src/definitions/FaxReceiver.d.ts +14 -0
- package/dist/core/src/definitions/FaxResponse.d.ts +97 -0
- package/dist/core/src/definitions/FaxResponseTo.d.ts +33 -0
- package/dist/core/src/definitions/FeatureInfo.d.ts +25 -0
- package/dist/core/src/definitions/FeatureList.d.ts +7 -0
- package/dist/core/src/definitions/FederatedAccountResource.d.ts +25 -0
- package/dist/core/src/definitions/FederationResource.d.ts +25 -0
- package/dist/core/src/definitions/FixedOrderAgents.d.ts +12 -0
- package/dist/core/src/definitions/FixedOrderAgentsExtensionInfo.d.ts +20 -0
- package/dist/core/src/definitions/FormattingLocaleInfo.d.ts +19 -0
- package/dist/core/src/definitions/ForwardAllCallsReason.d.ts +12 -0
- package/dist/core/src/definitions/ForwardAllCompanyCallsInfo.d.ts +28 -0
- package/dist/core/src/definitions/ForwardAllCompanyCallsRequest.d.ts +8 -0
- package/dist/core/src/definitions/ForwardCallPartyResponse.d.ts +64 -0
- package/dist/core/src/definitions/ForwardTarget.d.ts +27 -0
- package/dist/core/src/definitions/ForwardingInfo.d.ts +41 -0
- package/dist/core/src/definitions/ForwardingInfoCreateRuleRequest.d.ts +37 -0
- package/dist/core/src/definitions/ForwardingNumberId.d.ts +7 -0
- package/dist/core/src/definitions/ForwardingNumberInfo.d.ts +41 -0
- package/dist/core/src/definitions/ForwardingNumberInfoExtension.d.ts +15 -0
- package/dist/core/src/definitions/ForwardingNumberInfoRulesCreateRuleRequest.d.ts +19 -0
- package/dist/core/src/definitions/ForwardingNumberResource.d.ts +26 -0
- package/dist/core/src/definitions/ForwardingRuleCreateRequest.d.ts +23 -0
- package/dist/core/src/definitions/ForwardingRuleInfo.d.ts +22 -0
- package/dist/core/src/definitions/GetAccountInfoResponse.d.ts +76 -0
- package/dist/core/src/definitions/GetAccountRecordingsParameters.d.ts +17 -0
- package/dist/core/src/definitions/GetBridgeByPstnPinParameters.d.ts +14 -0
- package/dist/core/src/definitions/GetBridgeByWebPinParameters.d.ts +10 -0
- package/dist/core/src/definitions/GetBridgeParameters.d.ts +10 -0
- package/dist/core/src/definitions/GetBulkAddTaskResultsV2Response.d.ts +23 -0
- package/dist/core/src/definitions/GetCallRecordingResponse.d.ts +27 -0
- package/dist/core/src/definitions/GetConferencingInfoResponse.d.ts +51 -0
- package/dist/core/src/definitions/GetExtensionAccountInfo.d.ts +15 -0
- package/dist/core/src/definitions/GetExtensionDevicesResponse.d.ts +24 -0
- package/dist/core/src/definitions/GetExtensionEmergencyLocationsParameters.d.ts +48 -0
- package/dist/core/src/definitions/GetExtensionForwardingNumberListResponse.d.ts +21 -0
- package/dist/core/src/definitions/GetExtensionGrantListResponse.d.ts +24 -0
- package/dist/core/src/definitions/GetExtensionInfoResponse.d.ts +146 -0
- package/dist/core/src/definitions/GetExtensionListInfoResponse.d.ts +102 -0
- package/dist/core/src/definitions/GetExtensionListResponse.d.ts +22 -0
- package/dist/core/src/definitions/GetExtensionPhoneNumbersResponse.d.ts +24 -0
- package/dist/core/src/definitions/GetExtensionRecordingsParameters.d.ts +17 -0
- package/dist/core/src/definitions/GetInternalTextMessageInfoResponse.d.ts +92 -0
- package/dist/core/src/definitions/GetLocationListResponse.d.ts +23 -0
- package/dist/core/src/definitions/GetMessageForwardingInfo.d.ts +13 -0
- package/dist/core/src/definitions/GetMessageInfoResponse.d.ts +163 -0
- package/dist/core/src/definitions/GetMessageList.d.ts +24 -0
- package/dist/core/src/definitions/GetMessageSyncResponse.d.ts +19 -0
- package/dist/core/src/definitions/GetPresenceExtensionInfo.d.ts +20 -0
- package/dist/core/src/definitions/GetRecordingInsightsParameters.d.ts +10 -0
- package/dist/core/src/definitions/GetRingOutStatusResponse.d.ts +16 -0
- package/dist/core/src/definitions/GetSMSMessageInfoResponse.d.ts +101 -0
- package/dist/core/src/definitions/GetSessionInsightsParameters.d.ts +10 -0
- package/dist/core/src/definitions/GetSingleMessageInfoResponse.d.ts +168 -0
- package/dist/core/src/definitions/GetStateInfoResponse.d.ts +24 -0
- package/dist/core/src/definitions/GetStateListResponse.d.ts +21 -0
- package/dist/core/src/definitions/GetTimezoneListResponse.d.ts +24 -0
- package/dist/core/src/definitions/GetTokenRequest.d.ts +88 -0
- package/dist/core/src/definitions/GetUserBusinessHoursResponse.d.ts +12 -0
- package/dist/core/src/definitions/GlipDataExportNavigationInfo.d.ts +16 -0
- package/dist/core/src/definitions/GlipDataExportNavigationInfoUri.d.ts +8 -0
- package/dist/core/src/definitions/GlipDataExportPagingInfo.d.ts +33 -0
- package/dist/core/src/definitions/GrantInfo.d.ts +67 -0
- package/dist/core/src/definitions/GreetingAnsweringRuleId.d.ts +10 -0
- package/dist/core/src/definitions/GreetingInfo.d.ts +15 -0
- package/dist/core/src/definitions/GreetingLanguageInfo.d.ts +19 -0
- package/dist/core/src/definitions/Grouping.d.ts +20 -0
- package/dist/core/src/definitions/HighlightsInsightUnit.d.ts +29 -0
- package/dist/core/src/definitions/HistorySessionResource.d.ts +135 -0
- package/dist/core/src/definitions/HistoryWebinarResource.d.ts +40 -0
- package/dist/core/src/definitions/HoldCallPartyRequest.d.ts +8 -0
- package/dist/core/src/definitions/Host.d.ts +18 -0
- package/dist/core/src/definitions/HostModel.d.ts +20 -0
- package/dist/core/src/definitions/HoursInterval.d.ts +13 -0
- package/dist/core/src/definitions/IgnoreRequestBody.d.ts +9 -0
- package/dist/core/src/definitions/InboundFaxesInfo.d.ts +35 -0
- package/dist/core/src/definitions/InboundTextsInfo.d.ts +27 -0
- package/dist/core/src/definitions/InteractionInput.d.ts +52 -0
- package/dist/core/src/definitions/InviteeListResource.d.ts +13 -0
- package/dist/core/src/definitions/InviteeModel.d.ts +73 -0
- package/dist/core/src/definitions/InviteeResource.d.ts +77 -0
- package/dist/core/src/definitions/IvrMenuActionsInfo.d.ts +19 -0
- package/dist/core/src/definitions/IvrMenuExtensionInfo.d.ts +23 -0
- package/dist/core/src/definitions/IvrMenuInfo.d.ts +33 -0
- package/dist/core/src/definitions/IvrMenuList.d.ts +13 -0
- package/dist/core/src/definitions/IvrMenuListInfo.d.ts +24 -0
- package/dist/core/src/definitions/IvrMenuPromptInfo.d.ts +22 -0
- package/dist/core/src/definitions/IvrMenuSiteInfo.d.ts +14 -0
- package/dist/core/src/definitions/IvrPrompts.d.ts +21 -0
- package/dist/core/src/definitions/JWKey.d.ts +45 -0
- package/dist/core/src/definitions/JWKeySet.d.ts +8 -0
- package/dist/core/src/definitions/JobStatusResponse.d.ts +25 -0
- package/dist/core/src/definitions/JobStatusResponseResponse.d.ts +39 -0
- package/dist/core/src/definitions/JsValue.d.ts +2 -0
- package/dist/core/src/definitions/KeyInfo.d.ts +14 -0
- package/dist/core/src/definitions/LanguageInfo.d.ts +50 -0
- package/dist/core/src/definitions/LanguageList.d.ts +21 -0
- package/dist/core/src/definitions/LastModifiedByInfo.d.ts +10 -0
- package/dist/core/src/definitions/ListA2PBatchesParameters.d.ts +41 -0
- package/dist/core/src/definitions/ListA2PSMSParameters.d.ts +53 -0
- package/dist/core/src/definitions/ListAccountMeetingsParameters.d.ts +34 -0
- package/dist/core/src/definitions/ListAccountPhoneNumbersParameters.d.ts +35 -0
- package/dist/core/src/definitions/ListAccountPhoneNumbersV2Parameters.d.ts +63 -0
- package/dist/core/src/definitions/ListAccountSwitchesParameters.d.ts +39 -0
- package/dist/core/src/definitions/ListAnsweringRulesParameters.d.ts +42 -0
- package/dist/core/src/definitions/ListAssignedRolesParameters.d.ts +10 -0
- package/dist/core/src/definitions/ListAutomaticLocationUpdatesUsersParameters.d.ts +54 -0
- package/dist/core/src/definitions/ListBlockedAllowedNumbersParameters.d.ts +30 -0
- package/dist/core/src/definitions/ListCallMonitoringGroupMembersParameters.d.ts +19 -0
- package/dist/core/src/definitions/ListCallMonitoringGroupsParameters.d.ts +28 -0
- package/dist/core/src/definitions/ListCallQueueMembersParameters.d.ts +19 -0
- package/dist/core/src/definitions/ListCallQueuesParameters.d.ts +22 -0
- package/dist/core/src/definitions/ListCallRecordingCustomGreetingsParameters.d.ts +10 -0
- package/dist/core/src/definitions/ListChatNotesNewParameters.d.ts +38 -0
- package/dist/core/src/definitions/ListChatTasksNewParameters.d.ts +50 -0
- package/dist/core/src/definitions/ListCicStatesParameters.d.ts +25 -0
- package/dist/core/src/definitions/ListCompanyActiveCallsParameters.d.ts +47 -0
- package/dist/core/src/definitions/ListCompanyAnsweringRuleInfo.d.ts +35 -0
- package/dist/core/src/definitions/ListCompanyAnsweringRulesParameters.d.ts +29 -0
- package/dist/core/src/definitions/ListCompanyMessageTemplatesParameters.d.ts +11 -0
- package/dist/core/src/definitions/ListContactsParameters.d.ts +38 -0
- package/dist/core/src/definitions/ListCountriesParameters.d.ts +39 -0
- package/dist/core/src/definitions/ListDataExportTasksNewParameters.d.ts +22 -0
- package/dist/core/src/definitions/ListDevicesAutomaticLocationUpdates.d.ts +22 -0
- package/dist/core/src/definitions/ListDevicesAutomaticLocationUpdatesParameters.d.ts +53 -0
- package/dist/core/src/definitions/ListDirectoryEntriesParameters.d.ts +43 -0
- package/dist/core/src/definitions/ListDomesticCountriesParameters.d.ts +19 -0
- package/dist/core/src/definitions/ListEmergencyLocationsParameters.d.ts +56 -0
- package/dist/core/src/definitions/ListExtensionActiveCallsParameters.d.ts +46 -0
- package/dist/core/src/definitions/ListExtensionDevicesParameters.d.ts +42 -0
- package/dist/core/src/definitions/ListExtensionGrantsParameters.d.ts +25 -0
- package/dist/core/src/definitions/ListExtensionPhoneNumbersParameters.d.ts +29 -0
- package/dist/core/src/definitions/ListExtensionsParameters.d.ts +40 -0
- package/dist/core/src/definitions/ListFavoriteChatsNewParameters.d.ts +13 -0
- package/dist/core/src/definitions/ListFaxCoverPagesParameters.d.ts +19 -0
- package/dist/core/src/definitions/ListFaxCoverPagesResponse.d.ts +19 -0
- package/dist/core/src/definitions/ListForwardingNumbersParameters.d.ts +25 -0
- package/dist/core/src/definitions/ListGlipChatsNewParameters.d.ts +21 -0
- package/dist/core/src/definitions/ListGlipConversationsNewParameters.d.ts +17 -0
- package/dist/core/src/definitions/ListGlipTeamsNewParameters.d.ts +17 -0
- package/dist/core/src/definitions/ListLocationsParameters.d.ts +32 -0
- package/dist/core/src/definitions/ListMessagesParameters.d.ts +83 -0
- package/dist/core/src/definitions/ListNetworksParameters.d.ts +38 -0
- package/dist/core/src/definitions/ListOfAvailableForAssigningRolesParameters.d.ts +25 -0
- package/dist/core/src/definitions/ListPagingGroupDevicesParameters.d.ts +19 -0
- package/dist/core/src/definitions/ListPagingGroupUsersParameters.d.ts +19 -0
- package/dist/core/src/definitions/ListPermissionCategoriesParameters.d.ts +29 -0
- package/dist/core/src/definitions/ListPermissionsParameters.d.ts +33 -0
- package/dist/core/src/definitions/ListRecentChatsNewParameters.d.ts +17 -0
- package/dist/core/src/definitions/ListSmsConsentRecordsParameters.d.ts +42 -0
- package/dist/core/src/definitions/ListStandardGreetingsParameters.d.ts +33 -0
- package/dist/core/src/definitions/ListStandardUserRoleParameters.d.ts +34 -0
- package/dist/core/src/definitions/ListStatesParameters.d.ts +35 -0
- package/dist/core/src/definitions/ListTeamsUsersParameters.d.ts +10 -0
- package/dist/core/src/definitions/ListTimezonesParameters.d.ts +19 -0
- package/dist/core/src/definitions/ListUserAssignedRolesParameters.d.ts +10 -0
- package/dist/core/src/definitions/ListUserMessageTemplatesParameters.d.ts +15 -0
- package/dist/core/src/definitions/ListUserRolesParameters.d.ts +30 -0
- package/dist/core/src/definitions/ListUserTemplatesParameters.d.ts +23 -0
- package/dist/core/src/definitions/ListVideoMeetingsParameters.d.ts +48 -0
- package/dist/core/src/definitions/ListVoiceInteractionRulesParameters.d.ts +33 -0
- package/dist/core/src/definitions/ListVoiceStateBasedRulesParameters.d.ts +25 -0
- package/dist/core/src/definitions/ListWirelessPointsParameters.d.ts +39 -0
- package/dist/core/src/definitions/LocationInfo.d.ts +34 -0
- package/dist/core/src/definitions/LocationOwnerInfo.d.ts +15 -0
- package/dist/core/src/definitions/LocationStateInfo.d.ts +15 -0
- package/dist/core/src/definitions/LocationUpdatesEmergencyAddressInfoRequest.d.ts +62 -0
- package/dist/core/src/definitions/LockedByInfo.d.ts +10 -0
- package/dist/core/src/definitions/MakeCallOutCallerInfoRequestFrom.d.ts +11 -0
- package/dist/core/src/definitions/MakeCallOutCallerInfoRequestTo.d.ts +16 -0
- package/dist/core/src/definitions/MakeCallOutRequest.d.ts +18 -0
- package/dist/core/src/definitions/MakeRingOutCallerIdInfo.d.ts +10 -0
- package/dist/core/src/definitions/MakeRingOutCallerInfoRequestFrom.d.ts +18 -0
- package/dist/core/src/definitions/MakeRingOutCallerInfoRequestTo.d.ts +12 -0
- package/dist/core/src/definitions/MakeRingOutCountryInfo.d.ts +12 -0
- package/dist/core/src/definitions/MakeRingOutRequest.d.ts +26 -0
- package/dist/core/src/definitions/Meeting.d.ts +100 -0
- package/dist/core/src/definitions/MeetingNotes.d.ts +22 -0
- package/dist/core/src/definitions/MeetingPage.d.ts +17 -0
- package/dist/core/src/definitions/MessageAttachmentInfo.d.ts +46 -0
- package/dist/core/src/definitions/MessageAttachmentInfoIntId.d.ts +30 -0
- package/dist/core/src/definitions/MessageBatchCreateRequest.d.ts +29 -0
- package/dist/core/src/definitions/MessageBatchResponse.d.ts +60 -0
- package/dist/core/src/definitions/MessageCreateRequest.d.ts +18 -0
- package/dist/core/src/definitions/MessageDetailsResponse.d.ts +69 -0
- package/dist/core/src/definitions/MessageListMessageResponse.d.ts +67 -0
- package/dist/core/src/definitions/MessageListResponse.d.ts +15 -0
- package/dist/core/src/definitions/MessageStatusCounts.d.ts +21 -0
- package/dist/core/src/definitions/MessageStatusesResponse.d.ts +22 -0
- package/dist/core/src/definitions/MessageStoreCallerInfoRequest.d.ts +13 -0
- package/dist/core/src/definitions/MessageStoreCallerInfoResponseFrom.d.ts +39 -0
- package/dist/core/src/definitions/MessageStoreCallerInfoResponseTo.d.ts +58 -0
- package/dist/core/src/definitions/MessageStoreConfiguration.d.ts +12 -0
- package/dist/core/src/definitions/MessageStoreReport.d.ts +50 -0
- package/dist/core/src/definitions/MessageStoreReportArchive.d.ts +7 -0
- package/dist/core/src/definitions/MessageTemplateInfo.d.ts +11 -0
- package/dist/core/src/definitions/MessageTemplateRequest.d.ts +17 -0
- package/dist/core/src/definitions/MessageTemplateResponse.d.ts +23 -0
- package/dist/core/src/definitions/MessageTemplateUpdateRequest.d.ts +16 -0
- package/dist/core/src/definitions/MessageTemplatesListResponse.d.ts +8 -0
- package/dist/core/src/definitions/MessagingNavigationInfo.d.ts +19 -0
- package/dist/core/src/definitions/MessagingNavigationInfoURI.d.ts +10 -0
- package/dist/core/src/definitions/MessagingPagingInfo.d.ts +44 -0
- package/dist/core/src/definitions/MetaData.d.ts +12 -0
- package/dist/core/src/definitions/MetaDataValues.d.ts +11 -0
- package/dist/core/src/definitions/MissedCallExtensionInfo.d.ts +10 -0
- package/dist/core/src/definitions/MissedCallExtensionInfoExternalNumber.d.ts +10 -0
- package/dist/core/src/definitions/MissedCallInfo.d.ts +18 -0
- package/dist/core/src/definitions/MissedCallsInfo.d.ts +27 -0
- package/dist/core/src/definitions/MobilePickupData.d.ts +23 -0
- package/dist/core/src/definitions/ModelInfo.d.ts +31 -0
- package/dist/core/src/definitions/ModifyAccountBusinessAddressRequest.d.ts +20 -0
- package/dist/core/src/definitions/MsTeamsUserEntry.d.ts +14 -0
- package/dist/core/src/definitions/MsTeamsUserListResponse.d.ts +8 -0
- package/dist/core/src/definitions/MsTeamsUserListResponseMappings.d.ts +16 -0
- package/dist/core/src/definitions/NetworkInfo.d.ts +27 -0
- package/dist/core/src/definitions/NetworksList.d.ts +20 -0
- package/dist/core/src/definitions/NextStepsInsightUnit.d.ts +29 -0
- package/dist/core/src/definitions/NonEnumeratedPagingModel.d.ts +31 -0
- package/dist/core/src/definitions/NotificationDeliveryMode.d.ts +23 -0
- package/dist/core/src/definitions/NotificationDeliveryModeRequest.d.ts +22 -0
- package/dist/core/src/definitions/NotificationSettings.d.ts +74 -0
- package/dist/core/src/definitions/NotificationSettingsUpdateRequest.d.ts +60 -0
- package/dist/core/src/definitions/NumberDetails.d.ts +79 -0
- package/dist/core/src/definitions/NumberDetailsSpecialService.d.ts +12 -0
- package/dist/core/src/definitions/NumberParserContext.d.ts +137 -0
- package/dist/core/src/definitions/OnDemandResource.d.ts +12 -0
- package/dist/core/src/definitions/OperatorInfo.d.ts +25 -0
- package/dist/core/src/definitions/OptRecordList.d.ts +16 -0
- package/dist/core/src/definitions/OptRecordsModificationSummary.d.ts +7 -0
- package/dist/core/src/definitions/OrderBy.d.ts +21 -0
- package/dist/core/src/definitions/OriginInfo.d.ts +10 -0
- package/dist/core/src/definitions/OutboundFaxesInfo.d.ts +27 -0
- package/dist/core/src/definitions/OutboundProxyInfo.d.ts +16 -0
- package/dist/core/src/definitions/OwnerInfo.d.ts +18 -0
- package/dist/core/src/definitions/OwnerResource.d.ts +21 -0
- package/dist/core/src/definitions/PageNavigationModel.d.ts +19 -0
- package/dist/core/src/definitions/PageNavigationUri.d.ts +8 -0
- package/dist/core/src/definitions/PagerCallerInfoRequest.d.ts +16 -0
- package/dist/core/src/definitions/Paging.d.ts +21 -0
- package/dist/core/src/definitions/PagingDeviceInfo.d.ts +16 -0
- package/dist/core/src/definitions/PagingGroupExtensionInfo.d.ts +20 -0
- package/dist/core/src/definitions/PagingOnlyGroupDevices.d.ts +21 -0
- package/dist/core/src/definitions/PagingOnlyGroupUsers.d.ts +21 -0
- package/dist/core/src/definitions/ParamsInfo.d.ts +11 -0
- package/dist/core/src/definitions/ParkInfo.d.ts +10 -0
- package/dist/core/src/definitions/ParsePhoneNumberResponseV2.d.ts +14 -0
- package/dist/core/src/definitions/ParsePhoneNumberResponseV2Results.d.ts +19 -0
- package/dist/core/src/definitions/ParsePhoneNumbersRequest.d.ts +44 -0
- package/dist/core/src/definitions/Participant.d.ts +32 -0
- package/dist/core/src/definitions/ParticipantExtendedModel.d.ts +89 -0
- package/dist/core/src/definitions/ParticipantListResource.d.ts +13 -0
- package/dist/core/src/definitions/ParticipantReducedModel.d.ts +50 -0
- package/dist/core/src/definitions/PartyInfo.d.ts +19 -0
- package/dist/core/src/definitions/PartySuperviseRequest.d.ts +30 -0
- package/dist/core/src/definitions/PartySuperviseResponse.d.ts +44 -0
- package/dist/core/src/definitions/PartyUpdateInfo.d.ts +14 -0
- package/dist/core/src/definitions/PartyUpdateRequest.d.ts +7 -0
- package/dist/core/src/definitions/PatchContactParameters.d.ts +11 -0
- package/dist/core/src/definitions/PatchMessageRequest.d.ts +17 -0
- package/dist/core/src/definitions/PatchNoteNewParameters.d.ts +10 -0
- package/dist/core/src/definitions/PauseResumeCallRecordingParameters.d.ts +11 -0
- package/dist/core/src/definitions/PeerInfo.d.ts +15 -0
- package/dist/core/src/definitions/PermissionCategoryCollectionResource.d.ts +19 -0
- package/dist/core/src/definitions/PermissionCategoryIdResource.d.ts +10 -0
- package/dist/core/src/definitions/PermissionCategoryResource.d.ts +16 -0
- package/dist/core/src/definitions/PermissionCollectionResource.d.ts +19 -0
- package/dist/core/src/definitions/PermissionIdResource.d.ts +26 -0
- package/dist/core/src/definitions/PermissionInfoAdmin.d.ts +10 -0
- package/dist/core/src/definitions/PermissionInfoInt.d.ts +10 -0
- package/dist/core/src/definitions/PermissionResource.d.ts +34 -0
- package/dist/core/src/definitions/PermissionsCapabilities.d.ts +18 -0
- package/dist/core/src/definitions/PersonalContactRequest.d.ts +145 -0
- package/dist/core/src/definitions/PersonalContactResource.d.ts +163 -0
- package/dist/core/src/definitions/PhoneLinesInfo.d.ts +19 -0
- package/dist/core/src/definitions/PhoneNumberCountryInfo.d.ts +19 -0
- package/dist/core/src/definitions/PhoneNumberInfoConferencing.d.ts +30 -0
- package/dist/core/src/definitions/PhoneNumberInfoIntId.d.ts +50 -0
- package/dist/core/src/definitions/PickupTarget.d.ts +9 -0
- package/dist/core/src/definitions/PostalAddress.d.ts +40 -0
- package/dist/core/src/definitions/PresenceCallQueueInfo.d.ts +22 -0
- package/dist/core/src/definitions/PresenceInfoRequest.d.ts +47 -0
- package/dist/core/src/definitions/PresenceInfoResponse.d.ts +91 -0
- package/dist/core/src/definitions/PresenceNavigationInfo.d.ts +19 -0
- package/dist/core/src/definitions/PresenceNavigationInfoURI.d.ts +10 -0
- package/dist/core/src/definitions/PresencePagingInfo.d.ts +36 -0
- package/dist/core/src/definitions/PresetInfo.d.ts +16 -0
- package/dist/core/src/definitions/PrimaryCQInfo.d.ts +14 -0
- package/dist/core/src/definitions/PrivateIpRangeInfo.d.ts +33 -0
- package/dist/core/src/definitions/PrivateIpRangeInfoRequest.d.ts +30 -0
- package/dist/core/src/definitions/ProfileImageInfo.d.ts +32 -0
- package/dist/core/src/definitions/ProfileImageInfoURI.d.ts +7 -0
- package/dist/core/src/definitions/PromptInfo.d.ts +25 -0
- package/dist/core/src/definitions/PromptLanguageInfo.d.ts +23 -0
- package/dist/core/src/definitions/PronouncedNameInfo.d.ts +18 -0
- package/dist/core/src/definitions/PronouncedNamePromptInfo.d.ts +15 -0
- package/dist/core/src/definitions/ProvisioningSiteInfo.d.ts +27 -0
- package/dist/core/src/definitions/PublicIpRangeInfo.d.ts +15 -0
- package/dist/core/src/definitions/PunctuateInput.d.ts +7 -0
- package/dist/core/src/definitions/QueueInfo.d.ts +78 -0
- package/dist/core/src/definitions/QueueOpportunities.d.ts +17 -0
- package/dist/core/src/definitions/QueueShortInfoResource.d.ts +11 -0
- package/dist/core/src/definitions/RSPagingModel.d.ts +58 -0
- package/dist/core/src/definitions/RangesInfo.d.ts +15 -0
- package/dist/core/src/definitions/RcwConfigListAllCompanySessionsParameters.d.ts +36 -0
- package/dist/core/src/definitions/RcwConfigListAllSessionsParameters.d.ts +36 -0
- package/dist/core/src/definitions/RcwConfigListInviteesParameters.d.ts +21 -0
- package/dist/core/src/definitions/RcwConfigListWebinarsParameters.d.ts +26 -0
- package/dist/core/src/definitions/RcwDomainUserModel.d.ts +19 -0
- package/dist/core/src/definitions/RcwHistoryAdminListRecordingsParameters.d.ts +45 -0
- package/dist/core/src/definitions/RcwHistoryGetRecordingDownloadParameters.d.ts +12 -0
- package/dist/core/src/definitions/RcwHistoryListAllCompanySessionsParameters.d.ts +41 -0
- package/dist/core/src/definitions/RcwHistoryListAllSessionsParameters.d.ts +41 -0
- package/dist/core/src/definitions/RcwHistoryListInviteesParameters.d.ts +29 -0
- package/dist/core/src/definitions/RcwHistoryListParticipantsParameters.d.ts +29 -0
- package/dist/core/src/definitions/RcwHistoryListRecordingsParameters.d.ts +35 -0
- package/dist/core/src/definitions/RcwLinkedUserModel.d.ts +10 -0
- package/dist/core/src/definitions/RcwPagingForwardModel.d.ts +26 -0
- package/dist/core/src/definitions/RcwPagingModel.d.ts +25 -0
- package/dist/core/src/definitions/RcwRegGetRegistrantParameters.d.ts +10 -0
- package/dist/core/src/definitions/RcwRegListRegistrantsParameters.d.ts +25 -0
- package/dist/core/src/definitions/RcwResourceIdModel.d.ts +8 -0
- package/dist/core/src/definitions/ReadAccountGreetingContentParameters.d.ts +14 -0
- package/dist/core/src/definitions/ReadAccountPresenceParameters.d.ts +24 -0
- package/dist/core/src/definitions/ReadAnsweringRuleParameters.d.ts +14 -0
- package/dist/core/src/definitions/ReadAuthorizationProfileParameters.d.ts +10 -0
- package/dist/core/src/definitions/ReadCallRecordingContentParameters.d.ts +14 -0
- package/dist/core/src/definitions/ReadCallSessionStatusParameters.d.ts +15 -0
- package/dist/core/src/definitions/ReadCompanyCallLogParameters.d.ts +92 -0
- package/dist/core/src/definitions/ReadCompanyCallRecordParameters.d.ts +11 -0
- package/dist/core/src/definitions/ReadConferencingSettingsParameters.d.ts +11 -0
- package/dist/core/src/definitions/ReadDeviceParameters.d.ts +10 -0
- package/dist/core/src/definitions/ReadDirectoryEntryParameters.d.ts +11 -0
- package/dist/core/src/definitions/ReadDirectoryFederationParameters.d.ts +10 -0
- package/dist/core/src/definitions/ReadEmergencyLocationParameters.d.ts +11 -0
- package/dist/core/src/definitions/ReadExtensionCallQueuePresenceParameters.d.ts +10 -0
- package/dist/core/src/definitions/ReadExtensionFeaturesParameters.d.ts +14 -0
- package/dist/core/src/definitions/ReadForwardingTargetsParameters.d.ts +30 -0
- package/dist/core/src/definitions/ReadGlipEventsNewParameters.d.ts +17 -0
- package/dist/core/src/definitions/ReadGlipPostsNewParameters.d.ts +17 -0
- package/dist/core/src/definitions/ReadGreetingContentParameters.d.ts +14 -0
- package/dist/core/src/definitions/ReadIVRPromptContentParameters.d.ts +14 -0
- package/dist/core/src/definitions/ReadMessageContentParameters.d.ts +14 -0
- package/dist/core/src/definitions/ReadPermissionParameters.d.ts +10 -0
- package/dist/core/src/definitions/ReadScaledProfileImageParameters.d.ts +14 -0
- package/dist/core/src/definitions/ReadUserCallLogParameters.d.ts +101 -0
- package/dist/core/src/definitions/ReadUserCallRecordParameters.d.ts +11 -0
- package/dist/core/src/definitions/ReadUserPresenceStatusParameters.d.ts +14 -0
- package/dist/core/src/definitions/ReadUserRoleParameters.d.ts +11 -0
- package/dist/core/src/definitions/ReasonInfo.d.ts +19 -0
- package/dist/core/src/definitions/RecipientInfo.d.ts +15 -0
- package/dist/core/src/definitions/Recording.d.ts +45 -0
- package/dist/core/src/definitions/RecordingAdminExtendedItemModel.d.ts +60 -0
- package/dist/core/src/definitions/RecordingAdminListResource.d.ts +13 -0
- package/dist/core/src/definitions/RecordingAdminModel.d.ts +53 -0
- package/dist/core/src/definitions/RecordingDownloadModel.d.ts +22 -0
- package/dist/core/src/definitions/RecordingExtendedModel.d.ts +56 -0
- package/dist/core/src/definitions/RecordingInfo.d.ts +11 -0
- package/dist/core/src/definitions/RecordingInsights.d.ts +78 -0
- package/dist/core/src/definitions/RecordingItemExtendedModel.d.ts +60 -0
- package/dist/core/src/definitions/RecordingItemModel.d.ts +53 -0
- package/dist/core/src/definitions/RecordingListResource.d.ts +13 -0
- package/dist/core/src/definitions/RecordingModel.d.ts +49 -0
- package/dist/core/src/definitions/RecordingsPreferences.d.ts +14 -0
- package/dist/core/src/definitions/ReferenceInfo.d.ts +15 -0
- package/dist/core/src/definitions/RegAnswerModel.d.ts +19 -0
- package/dist/core/src/definitions/RegSessionModel.d.ts +55 -0
- package/dist/core/src/definitions/RegSessionModelSettings.d.ts +47 -0
- package/dist/core/src/definitions/RegionalLanguageInfo.d.ts +18 -0
- package/dist/core/src/definitions/RegionalSettings.d.ts +33 -0
- package/dist/core/src/definitions/RegistrantBaseModelWithQuestionnaire.d.ts +69 -0
- package/dist/core/src/definitions/RegistrantListResource.d.ts +13 -0
- package/dist/core/src/definitions/RegistrantModelResponsePostWithQuestionnaire.d.ts +91 -0
- package/dist/core/src/definitions/RegistrantModelWithQuestionnaire.d.ts +86 -0
- package/dist/core/src/definitions/RejectedRecipientResponseResource.d.ts +27 -0
- package/dist/core/src/definitions/RemoveLineRequest.d.ts +15 -0
- package/dist/core/src/definitions/RemoveLineResponse.d.ts +25 -0
- package/dist/core/src/definitions/ReplacePhoneNumberRequest.d.ts +8 -0
- package/dist/core/src/definitions/ReplyParty.d.ts +38 -0
- package/dist/core/src/definitions/ReplyWithPattern.d.ts +19 -0
- package/dist/core/src/definitions/ResponsePaging.d.ts +30 -0
- package/dist/core/src/definitions/ResultContent.d.ts +23 -0
- package/dist/core/src/definitions/RevokeTokenParameters.d.ts +12 -0
- package/dist/core/src/definitions/RevokeTokenRequest.d.ts +27 -0
- package/dist/core/src/definitions/RingOutStatusInfo.d.ts +18 -0
- package/dist/core/src/definitions/RoleResource.d.ts +45 -0
- package/dist/core/src/definitions/Roles.d.ts +24 -0
- package/dist/core/src/definitions/RolesBusinessSiteResource.d.ts +39 -0
- package/dist/core/src/definitions/RolesCollectionResource.d.ts +19 -0
- package/dist/core/src/definitions/RolesCountryResource.d.ts +40 -0
- package/dist/core/src/definitions/RolesLanguageResource.d.ts +12 -0
- package/dist/core/src/definitions/RolesRegionalSettingsResource.d.ts +30 -0
- package/dist/core/src/definitions/RolesTimezoneResource.d.ts +19 -0
- package/dist/core/src/definitions/SIPInfoRequest.d.ts +7 -0
- package/dist/core/src/definitions/ScheduleInfo.d.ts +19 -0
- package/dist/core/src/definitions/ScheduleInfoUserBusinessHours.d.ts +10 -0
- package/dist/core/src/definitions/ScimAuthenticationScheme.d.ts +20 -0
- package/dist/core/src/definitions/ScimBulkSupported.d.ts +14 -0
- package/dist/core/src/definitions/ScimEmail.d.ts +11 -0
- package/dist/core/src/definitions/ScimEnterpriseUser.d.ts +6 -0
- package/dist/core/src/definitions/ScimFilterSupported.d.ts +10 -0
- package/dist/core/src/definitions/ScimMeta.d.ts +21 -0
- package/dist/core/src/definitions/ScimName.d.ts +11 -0
- package/dist/core/src/definitions/ScimPatchOperation.d.ts +14 -0
- package/dist/core/src/definitions/ScimPhoneNumber.d.ts +11 -0
- package/dist/core/src/definitions/ScimPhoto.d.ts +11 -0
- package/dist/core/src/definitions/ScimProviderConfig.d.ts +34 -0
- package/dist/core/src/definitions/ScimResourceTypeResponse.d.ts +33 -0
- package/dist/core/src/definitions/ScimResourceTypeSearchResponse.d.ts +23 -0
- package/dist/core/src/definitions/ScimSchemaAttribute.d.ts +54 -0
- package/dist/core/src/definitions/ScimSchemaExtension.d.ts +11 -0
- package/dist/core/src/definitions/ScimSchemaResponse.d.ts +24 -0
- package/dist/core/src/definitions/ScimSchemaSearchResponse.d.ts +23 -0
- package/dist/core/src/definitions/ScimSearchRequest.d.ts +20 -0
- package/dist/core/src/definitions/ScimSearchViaGet2Parameters.d.ts +22 -0
- package/dist/core/src/definitions/ScimSupported.d.ts +6 -0
- package/dist/core/src/definitions/ScimUser.d.ts +54 -0
- package/dist/core/src/definitions/ScimUserAddress.d.ts +22 -0
- package/dist/core/src/definitions/ScimUserPatch.d.ts +13 -0
- package/dist/core/src/definitions/ScimUserResponse.d.ts +58 -0
- package/dist/core/src/definitions/ScimUserSearchResponse.d.ts +23 -0
- package/dist/core/src/definitions/ScimUserShortInfo.d.ts +50 -0
- package/dist/core/src/definitions/SearchDirectoryEntriesParameters.d.ts +32 -0
- package/dist/core/src/definitions/SearchDirectoryEntriesRequest.d.ts +86 -0
- package/dist/core/src/definitions/SendWelcomeEmailV2Request.d.ts +11 -0
- package/dist/core/src/definitions/SentimentInsightUnit.d.ts +9 -0
- package/dist/core/src/definitions/ServiceFeatureInfo.d.ts +11 -0
- package/dist/core/src/definitions/ServiceInfo.d.ts +36 -0
- package/dist/core/src/definitions/ServiceInfoBrand.d.ts +18 -0
- package/dist/core/src/definitions/ServiceInfoContractedCountryId.d.ts +7 -0
- package/dist/core/src/definitions/ServiceInfoPackage.d.ts +18 -0
- package/dist/core/src/definitions/ServiceInfoPlanV2.d.ts +14 -0
- package/dist/core/src/definitions/ServiceInfoUBrand.d.ts +15 -0
- package/dist/core/src/definitions/ServiceInfoV2.d.ts +30 -0
- package/dist/core/src/definitions/ServicePlanInfo.d.ts +21 -0
- package/dist/core/src/definitions/SessionGlobalListEntry.d.ts +84 -0
- package/dist/core/src/definitions/SessionGlobalListResource.d.ts +13 -0
- package/dist/core/src/definitions/SessionGlobalResource.d.ts +140 -0
- package/dist/core/src/definitions/SessionLivestreamMinimalModel.d.ts +35 -0
- package/dist/core/src/definitions/SessionRefAdminModel.d.ts +38 -0
- package/dist/core/src/definitions/SessionRefModel.d.ts +38 -0
- package/dist/core/src/definitions/SessionsInsightsResource.d.ts +13 -0
- package/dist/core/src/definitions/SharedLinesInfo.d.ts +13 -0
- package/dist/core/src/definitions/ShippingAddressInfo.d.ts +96 -0
- package/dist/core/src/definitions/ShippingInfo.d.ts +32 -0
- package/dist/core/src/definitions/ShippingMethodInfo.d.ts +22 -0
- package/dist/core/src/definitions/SignupInfoResource.d.ts +25 -0
- package/dist/core/src/definitions/SipFlagsResponse.d.ts +33 -0
- package/dist/core/src/definitions/SipInfoResource.d.ts +24 -0
- package/dist/core/src/definitions/SipInfoResponse.d.ts +60 -0
- package/dist/core/src/definitions/SipRegistrationDeviceEmergencyInfo.d.ts +44 -0
- package/dist/core/src/definitions/SipRegistrationDeviceInfo.d.ts +104 -0
- package/dist/core/src/definitions/SipRegistrationDeviceLocationInfo.d.ts +22 -0
- package/dist/core/src/definitions/Site.d.ts +16 -0
- package/dist/core/src/definitions/SiteBasicInfo.d.ts +13 -0
- package/dist/core/src/definitions/SiteIVRActionsExtensionInfo.d.ts +19 -0
- package/dist/core/src/definitions/SiteIVRSettings.d.ts +11 -0
- package/dist/core/src/definitions/SiteIVRSettingsUpdate.d.ts +11 -0
- package/dist/core/src/definitions/SiteIVRTopMenu.d.ts +20 -0
- package/dist/core/src/definitions/SiteIVRTopMenuUpdate.d.ts +10 -0
- package/dist/core/src/definitions/SiteInfo.d.ts +50 -0
- package/dist/core/src/definitions/SiteIvrActions.d.ts +22 -0
- package/dist/core/src/definitions/SiteMemberInfo.d.ts +20 -0
- package/dist/core/src/definitions/SiteMembersBulkUpdate.d.ts +11 -0
- package/dist/core/src/definitions/SiteMembersList.d.ts +20 -0
- package/dist/core/src/definitions/SiteOperatorReference.d.ts +12 -0
- package/dist/core/src/definitions/SiteReference.d.ts +7 -0
- package/dist/core/src/definitions/SiteUpdateRequest.d.ts +40 -0
- package/dist/core/src/definitions/SitesList.d.ts +20 -0
- package/dist/core/src/definitions/SmsBrandInfo.d.ts +15 -0
- package/dist/core/src/definitions/SmsCampaignInfo.d.ts +31 -0
- package/dist/core/src/definitions/SmsConfigurationResource.d.ts +20 -0
- package/dist/core/src/definitions/SmsOptFailureRecord.d.ts +33 -0
- package/dist/core/src/definitions/SmsOptRecord.d.ts +34 -0
- package/dist/core/src/definitions/SmsRequestCountryInfo.d.ts +15 -0
- package/dist/core/src/definitions/SpeakerInsightsObject.d.ts +12 -0
- package/dist/core/src/definitions/SpeakerInsightsUnit.d.ts +13 -0
- package/dist/core/src/definitions/SpeakerInsightsValuesItems.d.ts +14 -0
- package/dist/core/src/definitions/SpecificInfo.d.ts +24 -0
- package/dist/core/src/definitions/SpeechContextPhrasesInput.d.ts +9 -0
- package/dist/core/src/definitions/SubscriptionInfo.d.ts +61 -0
- package/dist/core/src/definitions/SubscriptionInfoBlacklistedData.d.ts +13 -0
- package/dist/core/src/definitions/SubscriptionListResource.d.ts +14 -0
- package/dist/core/src/definitions/SummaryInput.d.ts +14 -0
- package/dist/core/src/definitions/SummaryInsightUnit.d.ts +23 -0
- package/dist/core/src/definitions/SummaryUnit.d.ts +25 -0
- package/dist/core/src/definitions/SuperviseCallSessionRequest.d.ts +36 -0
- package/dist/core/src/definitions/SuperviseCallSessionResponse.d.ts +42 -0
- package/dist/core/src/definitions/SwapDeviceRequest.d.ts +11 -0
- package/dist/core/src/definitions/SwitchInfo.d.ts +46 -0
- package/dist/core/src/definitions/SwitchSiteInfo.d.ts +12 -0
- package/dist/core/src/definitions/SwitchValidated.d.ts +23 -0
- package/dist/core/src/definitions/SwitchesList.d.ts +16 -0
- package/dist/core/src/definitions/SyncAccountCallLogParameters.d.ts +62 -0
- package/dist/core/src/definitions/SyncAddressBookParameters.d.ts +31 -0
- package/dist/core/src/definitions/SyncInfo.d.ts +16 -0
- package/dist/core/src/definitions/SyncInfoMessages.d.ts +25 -0
- package/dist/core/src/definitions/SyncMessagesParameters.d.ts +74 -0
- package/dist/core/src/definitions/SyncUserCallLogParameters.d.ts +61 -0
- package/dist/core/src/definitions/SystemUserContactInfo.d.ts +43 -0
- package/dist/core/src/definitions/TMAddFile.d.ts +21 -0
- package/dist/core/src/definitions/TMAddTeamMembersRequest.d.ts +9 -0
- package/dist/core/src/definitions/TMAddTeamMembersRequestMembers.d.ts +12 -0
- package/dist/core/src/definitions/TMAttachmentAuthorInfo.d.ts +17 -0
- package/dist/core/src/definitions/TMAttachmentFieldsInfo.d.ts +16 -0
- package/dist/core/src/definitions/TMAttachmentFootnoteInfo.d.ts +18 -0
- package/dist/core/src/definitions/TMAttachmentInfo.d.ts +11 -0
- package/dist/core/src/definitions/TMChatInfo.d.ts +41 -0
- package/dist/core/src/definitions/TMChatList.d.ts +13 -0
- package/dist/core/src/definitions/TMChatListWithoutNavigation.d.ts +9 -0
- package/dist/core/src/definitions/TMChatMemberInfo.d.ts +7 -0
- package/dist/core/src/definitions/TMCompanyInfo.d.ts +28 -0
- package/dist/core/src/definitions/TMCompleteTaskRequest.d.ts +16 -0
- package/dist/core/src/definitions/TMCompleteTaskRequestAssignees.d.ts +7 -0
- package/dist/core/src/definitions/TMConversationInfo.d.ts +25 -0
- package/dist/core/src/definitions/TMConversationList.d.ts +13 -0
- package/dist/core/src/definitions/TMCreateEventRequest.d.ts +49 -0
- package/dist/core/src/definitions/TMCreateNoteRequest.d.ts +12 -0
- package/dist/core/src/definitions/TMCreatePostRequest.d.ts +15 -0
- package/dist/core/src/definitions/TMCreateTaskRequest.d.ts +47 -0
- package/dist/core/src/definitions/TMCreateTaskRequestAssignees.d.ts +7 -0
- package/dist/core/src/definitions/TMCreateTeamRequest.d.ts +21 -0
- package/dist/core/src/definitions/TMCreateTeamRequestMembers.d.ts +12 -0
- package/dist/core/src/definitions/TMCreatorInfo.d.ts +10 -0
- package/dist/core/src/definitions/TMEventInfo.d.ts +46 -0
- package/dist/core/src/definitions/TMEventList.d.ts +12 -0
- package/dist/core/src/definitions/TMMentionsInfo.d.ts +15 -0
- package/dist/core/src/definitions/TMMessageAttachmentInfo.d.ts +95 -0
- package/dist/core/src/definitions/TMNavigationInfo.d.ts +11 -0
- package/dist/core/src/definitions/TMNoteInfo.d.ts +48 -0
- package/dist/core/src/definitions/TMNoteList.d.ts +11 -0
- package/dist/core/src/definitions/TMNoteWithBodyInfo.d.ts +52 -0
- package/dist/core/src/definitions/TMPersonInfo.d.ts +39 -0
- package/dist/core/src/definitions/TMPostInfo.d.ts +63 -0
- package/dist/core/src/definitions/TMPostsList.d.ts +13 -0
- package/dist/core/src/definitions/TMRemoveTeamMembersRequest.d.ts +9 -0
- package/dist/core/src/definitions/TMRemoveTeamMembersRequestMembers.d.ts +7 -0
- package/dist/core/src/definitions/TMTaskInfo.d.ts +82 -0
- package/dist/core/src/definitions/TMTaskInfoAssignees.d.ts +11 -0
- package/dist/core/src/definitions/TMTaskInfoCreator.d.ts +7 -0
- package/dist/core/src/definitions/TMTaskList.d.ts +11 -0
- package/dist/core/src/definitions/TMTeamInfo.d.ts +37 -0
- package/dist/core/src/definitions/TMTeamList.d.ts +13 -0
- package/dist/core/src/definitions/TMUpdatePostRequest.d.ts +7 -0
- package/dist/core/src/definitions/TMUpdateTaskRequest.d.ts +43 -0
- package/dist/core/src/definitions/TMUpdateTaskRequestAssignees.d.ts +7 -0
- package/dist/core/src/definitions/TMUpdateTeamRequest.d.ts +15 -0
- package/dist/core/src/definitions/TMWebhookInfo.d.ts +34 -0
- package/dist/core/src/definitions/TMWebhookList.d.ts +7 -0
- package/dist/core/src/definitions/TaskAttachment.d.ts +20 -0
- package/dist/core/src/definitions/TaskRecurrenceInfo.d.ts +29 -0
- package/dist/core/src/definitions/TaskResultInfo.d.ts +11 -0
- package/dist/core/src/definitions/TaskResultRecord.d.ts +27 -0
- package/dist/core/src/definitions/TaskResultRecordErrorsInfo.d.ts +15 -0
- package/dist/core/src/definitions/TaxLocation.d.ts +38 -0
- package/dist/core/src/definitions/TcrBrandRecord.d.ts +36 -0
- package/dist/core/src/definitions/TcrCampaignRecord.d.ts +39 -0
- package/dist/core/src/definitions/TcrCampaignRecordBrand.d.ts +9 -0
- package/dist/core/src/definitions/TemplateInfo.d.ts +33 -0
- package/dist/core/src/definitions/TemporaryNumberInfo.d.ts +16 -0
- package/dist/core/src/definitions/TimeInterval.d.ts +11 -0
- package/dist/core/src/definitions/TimeRange.d.ts +18 -0
- package/dist/core/src/definitions/TimeSettings.d.ts +20 -0
- package/dist/core/src/definitions/TimeSpentFilter.d.ts +16 -0
- package/dist/core/src/definitions/TimelineRequest.d.ts +22 -0
- package/dist/core/src/definitions/TimelineResponse.d.ts +13 -0
- package/dist/core/src/definitions/TimelineResponseData.d.ts +16 -0
- package/dist/core/src/definitions/TimelineResponseOptions.d.ts +14 -0
- package/dist/core/src/definitions/TimelineResponseOptionsCounters.d.ts +58 -0
- package/dist/core/src/definitions/TimelineResponseOptionsTimers.d.ts +50 -0
- package/dist/core/src/definitions/TimelineResponsePoint.d.ts +17 -0
- package/dist/core/src/definitions/TimelineResponseRecord.d.ts +17 -0
- package/dist/core/src/definitions/TimezoneInfoBase.d.ts +28 -0
- package/dist/core/src/definitions/TokenInfo.d.ts +78 -0
- package/dist/core/src/definitions/TranscriptInsightUnit.d.ts +32 -0
- package/dist/core/src/definitions/Transcriptions.d.ts +17 -0
- package/dist/core/src/definitions/TransferExtensionInfo.d.ts +22 -0
- package/dist/core/src/definitions/TransferInfo.d.ts +11 -0
- package/dist/core/src/definitions/TransferTarget.d.ts +32 -0
- package/dist/core/src/definitions/TransferredExtension.d.ts +14 -0
- package/dist/core/src/definitions/TransferredExtensionInfo.d.ts +7 -0
- package/dist/core/src/definitions/TransitionInfo.d.ts +13 -0
- package/dist/core/src/definitions/UBrandInfo.d.ts +16 -0
- package/dist/core/src/definitions/UnconditionalForwardingInfo.d.ts +20 -0
- package/dist/core/src/definitions/UnifiedPresence.d.ts +19 -0
- package/dist/core/src/definitions/UnifiedPresenceGlip.d.ts +18 -0
- package/dist/core/src/definitions/UnifiedPresenceMeeting.d.ts +10 -0
- package/dist/core/src/definitions/UnifiedPresenceTelephony.d.ts +18 -0
- package/dist/core/src/definitions/UpdateAnsweringRuleRequest.d.ts +82 -0
- package/dist/core/src/definitions/UpdateBridgeRequest.d.ts +20 -0
- package/dist/core/src/definitions/UpdateConferencingInfoRequest.d.ts +16 -0
- package/dist/core/src/definitions/UpdateContactParameters.d.ts +11 -0
- package/dist/core/src/definitions/UpdateDeviceParameters.d.ts +10 -0
- package/dist/core/src/definitions/UpdateDevicePhoneInfo.d.ts +7 -0
- package/dist/core/src/definitions/UpdateEveryoneTeamRequest.d.ts +11 -0
- package/dist/core/src/definitions/UpdateForwardingNumberRequest.d.ts +19 -0
- package/dist/core/src/definitions/UpdateIVRPromptRequest.d.ts +7 -0
- package/dist/core/src/definitions/UpdateInviteeRequest.d.ts +46 -0
- package/dist/core/src/definitions/UpdateMessageRequest.d.ts +8 -0
- package/dist/core/src/definitions/UpdateMultipleSwitchesRequest.d.ts +7 -0
- package/dist/core/src/definitions/UpdateMultipleSwitchesResponse.d.ts +7 -0
- package/dist/core/src/definitions/UpdateMultipleWirelessPointsRequest.d.ts +7 -0
- package/dist/core/src/definitions/UpdateMultipleWirelessPointsResponse.d.ts +7 -0
- package/dist/core/src/definitions/UpdateNetworkRequest.d.ts +26 -0
- package/dist/core/src/definitions/UpdateOptRecordList.d.ts +11 -0
- package/dist/core/src/definitions/UpdateSmsOptRecord.d.ts +28 -0
- package/dist/core/src/definitions/UpdateSubscriptionRequest.d.ts +21 -0
- package/dist/core/src/definitions/UpdateUnifiedPresence.d.ts +11 -0
- package/dist/core/src/definitions/UpdateUnifiedPresenceGlip.d.ts +11 -0
- package/dist/core/src/definitions/UpdateUnifiedPresenceTelephony.d.ts +7 -0
- package/dist/core/src/definitions/UpdateUserProfileImageRequest.d.ts +10 -0
- package/dist/core/src/definitions/UpdateUserRoleParameters.d.ts +11 -0
- package/dist/core/src/definitions/UpdateWirelessPoint.d.ts +35 -0
- package/dist/core/src/definitions/User.d.ts +15 -0
- package/dist/core/src/definitions/UserAnsweringRuleList.d.ts +22 -0
- package/dist/core/src/definitions/UserBusinessHoursScheduleInfo.d.ts +10 -0
- package/dist/core/src/definitions/UserBusinessHoursUpdateRequest.d.ts +8 -0
- package/dist/core/src/definitions/UserBusinessHoursUpdateResponse.d.ts +12 -0
- package/dist/core/src/definitions/UserCallQueues.d.ts +8 -0
- package/dist/core/src/definitions/UserContactsGroupsInfo.d.ts +11 -0
- package/dist/core/src/definitions/UserContactsNavigationInfo.d.ts +19 -0
- package/dist/core/src/definitions/UserContactsNavigationInfoUri.d.ts +10 -0
- package/dist/core/src/definitions/UserContactsPagingInfo.d.ts +44 -0
- package/dist/core/src/definitions/UserInfoResource.d.ts +31 -0
- package/dist/core/src/definitions/UserPhoneNumberExtensionInfo.d.ts +47 -0
- package/dist/core/src/definitions/UserPhoneNumberInfo.d.ts +74 -0
- package/dist/core/src/definitions/UserTemplates.d.ts +24 -0
- package/dist/core/src/definitions/UserTransitionInfo.d.ts +17 -0
- package/dist/core/src/definitions/UserVideoConfiguration.d.ts +11 -0
- package/dist/core/src/definitions/UtteranceInsightsObject.d.ts +33 -0
- package/dist/core/src/definitions/UtteranceObject.d.ts +33 -0
- package/dist/core/src/definitions/ValidateMultipleSwitchesRequest.d.ts +7 -0
- package/dist/core/src/definitions/ValidateMultipleSwitchesResponse.d.ts +7 -0
- package/dist/core/src/definitions/ValidateMultipleWirelessPointsRequest.d.ts +7 -0
- package/dist/core/src/definitions/ValidateMultipleWirelessPointsResponse.d.ts +7 -0
- package/dist/core/src/definitions/ValidationError.d.ts +15 -0
- package/dist/core/src/definitions/VoicemailInfo.d.ts +14 -0
- package/dist/core/src/definitions/VoicemailsInfo.d.ts +40 -0
- package/dist/core/src/definitions/WcsHostModel.d.ts +25 -0
- package/dist/core/src/definitions/WcsInviteeListResource.d.ts +13 -0
- package/dist/core/src/definitions/WcsSessionGlobalListResource.d.ts +13 -0
- package/dist/core/src/definitions/WcsSessionResource.d.ts +106 -0
- package/dist/core/src/definitions/WcsSessionWithLocaleCodeModel.d.ts +62 -0
- package/dist/core/src/definitions/WcsWebinarRefModel.d.ts +23 -0
- package/dist/core/src/definitions/WcsWebinarResource.d.ts +39 -0
- package/dist/core/src/definitions/WcsWebinarSettingsModel.d.ts +118 -0
- package/dist/core/src/definitions/WebhookDeliveryModeRequest.d.ts +19 -0
- package/dist/core/src/definitions/WebinarBaseModel.d.ts +17 -0
- package/dist/core/src/definitions/WebinarCreationRequest.d.ts +22 -0
- package/dist/core/src/definitions/WebinarListResource.d.ts +13 -0
- package/dist/core/src/definitions/WebinarRefModel.d.ts +24 -0
- package/dist/core/src/definitions/WebinarSettingsModel.d.ts +119 -0
- package/dist/core/src/definitions/WeeklyScheduleInfo.d.ts +35 -0
- package/dist/core/src/definitions/WirelessPointInfo.d.ts +41 -0
- package/dist/core/src/definitions/WirelessPointValidated.d.ts +20 -0
- package/dist/core/src/definitions/WirelessPointsList.d.ts +21 -0
- package/dist/core/src/definitions/WordSegment.d.ts +29 -0
- package/dist/core/src/definitions/WordTimingsUnit.d.ts +17 -0
- package/dist/core/src/definitions/WsTokenResponse.d.ts +19 -0
- package/dist/core/src/index.d.ts +81 -0
- package/dist/core/src/paths/Ai/Audio/V1/Async/SpeakerDiarize/index.d.ts +21 -0
- package/dist/core/src/paths/Ai/Audio/V1/Async/SpeechToText/index.d.ts +19 -0
- package/dist/core/src/paths/Ai/Audio/V1/Async/index.d.ts +12 -0
- package/dist/core/src/paths/Ai/Audio/V1/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Audio/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Insights/V1/Async/AnalyzeInteraction/index.d.ts +20 -0
- package/dist/core/src/paths/Ai/Insights/V1/Async/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Insights/V1/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Insights/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/Insights/index.d.ts +18 -0
- package/dist/core/src/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/index.d.ts +11 -0
- package/dist/core/src/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Sessions/Insights/index.d.ts +18 -0
- package/dist/core/src/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Sessions/index.d.ts +11 -0
- package/dist/core/src/paths/Ai/Ringsense/V1/Public/Accounts/Domains/index.d.ts +13 -0
- package/dist/core/src/paths/Ai/Ringsense/V1/Public/Accounts/index.d.ts +11 -0
- package/dist/core/src/paths/Ai/Ringsense/V1/Public/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Ringsense/V1/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Ringsense/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Status/V1/Jobs/index.d.ts +18 -0
- package/dist/core/src/paths/Ai/Status/V1/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Status/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Text/V1/Async/Punctuate/index.d.ts +19 -0
- package/dist/core/src/paths/Ai/Text/V1/Async/Summarize/index.d.ts +21 -0
- package/dist/core/src/paths/Ai/Text/V1/Async/index.d.ts +12 -0
- package/dist/core/src/paths/Ai/Text/V1/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/Text/index.d.ts +10 -0
- package/dist/core/src/paths/Ai/index.d.ts +17 -0
- package/dist/core/src/paths/Analytics/Calls/V1/Accounts/Aggregation/Fetch/index.d.ts +19 -0
- package/dist/core/src/paths/Analytics/Calls/V1/Accounts/Aggregation/index.d.ts +10 -0
- package/dist/core/src/paths/Analytics/Calls/V1/Accounts/Timeline/Fetch/index.d.ts +19 -0
- package/dist/core/src/paths/Analytics/Calls/V1/Accounts/Timeline/index.d.ts +10 -0
- package/dist/core/src/paths/Analytics/Calls/V1/Accounts/index.d.ts +13 -0
- package/dist/core/src/paths/Analytics/Calls/V1/index.d.ts +10 -0
- package/dist/core/src/paths/Analytics/Calls/index.d.ts +10 -0
- package/dist/core/src/paths/Analytics/index.d.ts +9 -0
- package/dist/core/src/paths/Rcvideo/V1/Account/Extension/Recordings/index.d.ts +19 -0
- package/dist/core/src/paths/Rcvideo/V1/Account/Extension/index.d.ts +11 -0
- package/dist/core/src/paths/Rcvideo/V1/Account/Recordings/index.d.ts +19 -0
- package/dist/core/src/paths/Rcvideo/V1/Account/index.d.ts +13 -0
- package/dist/core/src/paths/Rcvideo/V1/Accounts/Extensions/Delegators/index.d.ts +17 -0
- package/dist/core/src/paths/Rcvideo/V1/Accounts/Extensions/index.d.ts +11 -0
- package/dist/core/src/paths/Rcvideo/V1/Accounts/index.d.ts +11 -0
- package/dist/core/src/paths/Rcvideo/V1/History/Account/Meetings/index.d.ts +19 -0
- package/dist/core/src/paths/Rcvideo/V1/History/Account/index.d.ts +11 -0
- package/dist/core/src/paths/Rcvideo/V1/History/Meetings/index.d.ts +28 -0
- package/dist/core/src/paths/Rcvideo/V1/History/index.d.ts +12 -0
- package/dist/core/src/paths/Rcvideo/V1/index.d.ts +14 -0
- package/dist/core/src/paths/Rcvideo/V2/Account/Extension/Bridges/Default/index.d.ts +19 -0
- package/dist/core/src/paths/Rcvideo/V2/Account/Extension/Bridges/index.d.ts +23 -0
- package/dist/core/src/paths/Rcvideo/V2/Account/Extension/index.d.ts +11 -0
- package/dist/core/src/paths/Rcvideo/V2/Account/index.d.ts +11 -0
- package/dist/core/src/paths/Rcvideo/V2/Bridges/Pin/Pstn/index.d.ts +19 -0
- package/dist/core/src/paths/Rcvideo/V2/Bridges/Pin/Web/index.d.ts +21 -0
- package/dist/core/src/paths/Rcvideo/V2/Bridges/Pin/index.d.ts +12 -0
- package/dist/core/src/paths/Rcvideo/V2/Bridges/index.d.ts +42 -0
- package/dist/core/src/paths/Rcvideo/V2/index.d.ts +12 -0
- package/dist/core/src/paths/Rcvideo/index.d.ts +11 -0
- package/dist/core/src/paths/Restapi/Account/A2pSms/Batches/index.d.ts +42 -0
- package/dist/core/src/paths/Restapi/Account/A2pSms/Messages/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Account/A2pSms/Statuses/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/A2pSms/index.d.ts +14 -0
- package/dist/core/src/paths/Restapi/Account/ActiveCalls/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/AddressBookBulkUpload/Tasks/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/AddressBookBulkUpload/index.d.ts +26 -0
- package/dist/core/src/paths/Restapi/Account/AnsweringRule/index.d.ts +59 -0
- package/dist/core/src/paths/Restapi/Account/AssignedRole/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/AuditTrail/Search/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/AuditTrail/index.d.ts +10 -0
- package/dist/core/src/paths/Restapi/Account/BusinessAddress/index.d.ts +31 -0
- package/dist/core/src/paths/Restapi/Account/BusinessHours/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Account/CallLog/index.d.ts +33 -0
- package/dist/core/src/paths/Restapi/Account/CallLogExtractSync/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/CallLogSync/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/CallMonitoringGroups/BulkAssign/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/CallMonitoringGroups/Members/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/CallMonitoringGroups/index.d.ts +57 -0
- package/dist/core/src/paths/Restapi/Account/CallQueues/BulkAssign/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/CallQueues/Members/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/CallQueues/Presence/index.d.ts +26 -0
- package/dist/core/src/paths/Restapi/Account/CallQueues/index.d.ts +47 -0
- package/dist/core/src/paths/Restapi/Account/CallRecording/BulkAssign/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/CallRecording/CustomGreetings/index.d.ts +38 -0
- package/dist/core/src/paths/Restapi/Account/CallRecording/Extensions/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/CallRecording/index.d.ts +33 -0
- package/dist/core/src/paths/Restapi/Account/CallRecordings/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/CustomFields/index.d.ts +49 -0
- package/dist/core/src/paths/Restapi/Account/Device/Emergency/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/Device/SipInfo/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Device/index.d.ts +35 -0
- package/dist/core/src/paths/Restapi/Account/Directory/Entries/Search/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/Directory/Entries/index.d.ts +31 -0
- package/dist/core/src/paths/Restapi/Account/Directory/Federation/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/Directory/index.d.ts +12 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/Devices/BulkAssign/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/Devices/index.d.ts +23 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/Networks/index.d.ts +69 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/Switches/index.d.ts +66 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/SwitchesBulkCreate/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/SwitchesBulkUpdate/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/SwitchesBulkValidate/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/Tasks/index.d.ts +23 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/Users/BulkAssign/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/Users/index.d.ts +23 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/WirelessPoints/index.d.ts +67 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/WirelessPointsBulkCreate/index.d.ts +22 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/WirelessPointsBulkUpdate/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/WirelessPointsBulkValidate/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyAddressAutoUpdate/index.d.ts +32 -0
- package/dist/core/src/paths/Restapi/Account/EmergencyLocations/index.d.ts +61 -0
- package/dist/core/src/paths/Restapi/Account/Extension/ActiveCalls/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AddressBook/Contact/index.d.ts +80 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AddressBook/index.d.ts +10 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AddressBookSync/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AdministeredSites/index.d.ts +30 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AnsweringRule/index.d.ts +61 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AssignableRoles/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AssignedRole/Default/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AssignedRole/index.d.ts +30 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AuthzProfile/Check/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/Account/Extension/AuthzProfile/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/Extension/BusinessHours/index.d.ts +29 -0
- package/dist/core/src/paths/Restapi/Account/Extension/CallLog/index.d.ts +41 -0
- package/dist/core/src/paths/Restapi/Account/Extension/CallLogSync/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/Extension/CallQueuePresence/index.d.ts +27 -0
- package/dist/core/src/paths/Restapi/Account/Extension/CallQueues/index.d.ts +22 -0
- package/dist/core/src/paths/Restapi/Account/Extension/CallerBlocking/PhoneNumbers/index.d.ts +64 -0
- package/dist/core/src/paths/Restapi/Account/Extension/CallerBlocking/index.d.ts +30 -0
- package/dist/core/src/paths/Restapi/Account/Extension/CallerId/index.d.ts +29 -0
- package/dist/core/src/paths/Restapi/Account/Extension/CompanyPager/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Conferencing/index.d.ts +34 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Device/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/Extension/EmergencyLocations/index.d.ts +63 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Favorite/index.d.ts +35 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Fax/index.d.ts +22 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Features/index.d.ts +48 -0
- package/dist/core/src/paths/Restapi/Account/Extension/ForwardingNumber/index.d.ts +73 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Grant/index.d.ts +22 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Greeting/Content/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Greeting/HoldMusic/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Greeting/index.d.ts +34 -0
- package/dist/core/src/paths/Restapi/Account/Extension/MessageStore/Content/index.d.ts +23 -0
- package/dist/core/src/paths/Restapi/Account/Extension/MessageStore/index.d.ts +105 -0
- package/dist/core/src/paths/Restapi/Account/Extension/MessageStoreTemplates/index.d.ts +57 -0
- package/dist/core/src/paths/Restapi/Account/Extension/MessageSync/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Mms/index.d.ts +22 -0
- package/dist/core/src/paths/Restapi/Account/Extension/NotificationSettings/index.d.ts +33 -0
- package/dist/core/src/paths/Restapi/Account/Extension/OverflowSettings/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Account/Extension/PhoneNumber/SmsConfiguration/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Extension/PhoneNumber/index.d.ts +26 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Presence/index.d.ts +40 -0
- package/dist/core/src/paths/Restapi/Account/Extension/ProfileImage/index.d.ts +63 -0
- package/dist/core/src/paths/Restapi/Account/Extension/RingOut/index.d.ts +35 -0
- package/dist/core/src/paths/Restapi/Account/Extension/Sms/index.d.ts +25 -0
- package/dist/core/src/paths/Restapi/Account/Extension/UnifiedPresence/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Account/Extension/VideoConfiguration/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/Extension/index.d.ts +130 -0
- package/dist/core/src/paths/Restapi/Account/ExtensionBulkUpdate/Tasks/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/ExtensionBulkUpdate/index.d.ts +22 -0
- package/dist/core/src/paths/Restapi/Account/ForwardAllCalls/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Account/Greeting/Content/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/Greeting/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/IvrMenus/index.d.ts +46 -0
- package/dist/core/src/paths/Restapi/Account/IvrPrompts/Content/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/IvrPrompts/index.d.ts +60 -0
- package/dist/core/src/paths/Restapi/Account/MessageStoreConfiguration/index.d.ts +27 -0
- package/dist/core/src/paths/Restapi/Account/MessageStoreReport/Archive/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/MessageStoreReport/index.d.ts +33 -0
- package/dist/core/src/paths/Restapi/Account/MessageStoreTemplates/index.d.ts +54 -0
- package/dist/core/src/paths/Restapi/Account/MsTeams/DirectRouting/Users/index.d.ts +49 -0
- package/dist/core/src/paths/Restapi/Account/MsTeams/DirectRouting/index.d.ts +10 -0
- package/dist/core/src/paths/Restapi/Account/MsTeams/index.d.ts +10 -0
- package/dist/core/src/paths/Restapi/Account/PagingOnlyGroups/BulkAssign/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/PagingOnlyGroups/Devices/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/PagingOnlyGroups/Users/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/PagingOnlyGroups/index.d.ts +15 -0
- package/dist/core/src/paths/Restapi/Account/PhoneNumber/index.d.ts +34 -0
- package/dist/core/src/paths/Restapi/Account/Presence/index.d.ts +24 -0
- package/dist/core/src/paths/Restapi/Account/Recording/Content/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/Recording/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/Account/ServiceInfo/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Account/Sites/BulkAssign/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/Sites/Ivr/index.d.ts +30 -0
- package/dist/core/src/paths/Restapi/Account/Sites/Members/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Account/Sites/index.d.ts +68 -0
- package/dist/core/src/paths/Restapi/Account/SmsRegistrationBrands/Campaigns/SubmitPhoneNumbers/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/SmsRegistrationBrands/Campaigns/index.d.ts +31 -0
- package/dist/core/src/paths/Restapi/Account/SmsRegistrationBrands/index.d.ts +30 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/CallOut/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Conference/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Answer/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Bridge/index.d.ts +23 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/BringIn/index.d.ts +22 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Flip/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Forward/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Hold/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Ignore/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Park/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Pickup/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Recordings/index.d.ts +30 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Reject/index.d.ts +16 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Reply/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Supervise/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Transfer/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/Unhold/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Parties/index.d.ts +65 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/Supervise/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/Sessions/index.d.ts +31 -0
- package/dist/core/src/paths/Restapi/Account/Telephony/index.d.ts +14 -0
- package/dist/core/src/paths/Restapi/Account/Templates/index.d.ts +32 -0
- package/dist/core/src/paths/Restapi/Account/UserRole/BulkAssign/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Account/UserRole/Default/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Account/UserRole/index.d.ts +65 -0
- package/dist/core/src/paths/Restapi/Account/index.d.ts +100 -0
- package/dist/core/src/paths/Restapi/ClientInfo/SipProvision/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/ClientInfo/index.d.ts +10 -0
- package/dist/core/src/paths/Restapi/Dictionary/Brand/ContractedCountry/index.d.ts +27 -0
- package/dist/core/src/paths/Restapi/Dictionary/Brand/index.d.ts +11 -0
- package/dist/core/src/paths/Restapi/Dictionary/Country/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Dictionary/FaxCoverPage/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/Dictionary/Greeting/index.d.ts +29 -0
- package/dist/core/src/paths/Restapi/Dictionary/Language/index.d.ts +27 -0
- package/dist/core/src/paths/Restapi/Dictionary/Location/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/Dictionary/Permission/index.d.ts +27 -0
- package/dist/core/src/paths/Restapi/Dictionary/PermissionCategory/index.d.ts +26 -0
- package/dist/core/src/paths/Restapi/Dictionary/State/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Dictionary/Timezone/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/Dictionary/UserRole/index.d.ts +26 -0
- package/dist/core/src/paths/Restapi/Dictionary/index.d.ts +30 -0
- package/dist/core/src/paths/Restapi/Oauth/Authorize/index.d.ts +38 -0
- package/dist/core/src/paths/Restapi/Oauth/Jwks/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Oauth/Revoke/index.d.ts +32 -0
- package/dist/core/src/paths/Restapi/Oauth/Token/index.d.ts +29 -0
- package/dist/core/src/paths/Restapi/Oauth/Userinfo/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Oauth/Wstoken/index.d.ts +23 -0
- package/dist/core/src/paths/Restapi/Oauth/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/Subscription/Renew/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/Subscription/index.d.ts +92 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/BatchProvisioning/Users/index.d.ts +20 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/BatchProvisioning/index.d.ts +10 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/CostCenters/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/DeviceInventory/index.d.ts +30 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Devices/BulkAdd/index.d.ts +19 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Devices/index.d.ts +28 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/CallFlipNumbers/index.d.ts +45 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/CommHandling/States/index.d.ts +37 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/CommHandling/Voice/ForwardingTargets/Devices/Extensions/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/CommHandling/Voice/ForwardingTargets/Devices/index.d.ts +11 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/CommHandling/Voice/ForwardingTargets/index.d.ts +30 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/CommHandling/Voice/InteractionRules/index.d.ts +72 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/CommHandling/Voice/StateRules/index.d.ts +55 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/CommHandling/Voice/index.d.ts +14 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/CommHandling/index.d.ts +12 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/Devices/Replace/index.d.ts +31 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/Devices/index.d.ts +11 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Extensions/index.d.ts +29 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/PhoneNumbers/BulkAdd/index.d.ts +34 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/PhoneNumbers/Replace/index.d.ts +21 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/PhoneNumbers/index.d.ts +67 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/RegionalSettings/index.d.ts +26 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/SendActivationEmail/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/SendWelcomeEmail/index.d.ts +18 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Sms/Consents/Export/index.d.ts +29 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Sms/Consents/index.d.ts +32 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/Sms/index.d.ts +10 -0
- package/dist/core/src/paths/Restapi/V2/Accounts/index.d.ts +39 -0
- package/dist/core/src/paths/Restapi/V2/NumberParser/Parse/index.d.ts +17 -0
- package/dist/core/src/paths/Restapi/V2/NumberParser/index.d.ts +10 -0
- package/dist/core/src/paths/Restapi/V2/index.d.ts +12 -0
- package/dist/core/src/paths/Restapi/index.d.ts +36 -0
- package/dist/core/src/paths/Scim/ResourceTypes/index.d.ts +27 -0
- package/dist/core/src/paths/Scim/Schemas/index.d.ts +27 -0
- package/dist/core/src/paths/Scim/ServiceProviderConfig/index.d.ts +17 -0
- package/dist/core/src/paths/Scim/Users/DotSearch/index.d.ts +18 -0
- package/dist/core/src/paths/Scim/Users/index.d.ts +64 -0
- package/dist/core/src/paths/Scim/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/AdaptiveCards/index.d.ts +36 -0
- package/dist/core/src/paths/TeamMessaging/V1/Chats/AdaptiveCards/index.d.ts +18 -0
- package/dist/core/src/paths/TeamMessaging/V1/Chats/Favorite/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Chats/Notes/index.d.ts +28 -0
- package/dist/core/src/paths/TeamMessaging/V1/Chats/Posts/index.d.ts +58 -0
- package/dist/core/src/paths/TeamMessaging/V1/Chats/Tasks/index.d.ts +28 -0
- package/dist/core/src/paths/TeamMessaging/V1/Chats/Unfavorite/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Chats/index.d.ts +56 -0
- package/dist/core/src/paths/TeamMessaging/V1/Companies/index.d.ts +18 -0
- package/dist/core/src/paths/TeamMessaging/V1/Conversations/index.d.ts +37 -0
- package/dist/core/src/paths/TeamMessaging/V1/DataExport/index.d.ts +40 -0
- package/dist/core/src/paths/TeamMessaging/V1/Events/index.d.ts +53 -0
- package/dist/core/src/paths/TeamMessaging/V1/Everyone/index.d.ts +26 -0
- package/dist/core/src/paths/TeamMessaging/V1/Favorites/index.d.ts +18 -0
- package/dist/core/src/paths/TeamMessaging/V1/Files/index.d.ts +19 -0
- package/dist/core/src/paths/TeamMessaging/V1/Groups/Events/index.d.ts +26 -0
- package/dist/core/src/paths/TeamMessaging/V1/Groups/Webhooks/index.d.ts +26 -0
- package/dist/core/src/paths/TeamMessaging/V1/Groups/index.d.ts +13 -0
- package/dist/core/src/paths/TeamMessaging/V1/Notes/Lock/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Notes/Publish/index.d.ts +17 -0
- package/dist/core/src/paths/TeamMessaging/V1/Notes/Unlock/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Notes/index.d.ts +43 -0
- package/dist/core/src/paths/TeamMessaging/V1/Persons/index.d.ts +20 -0
- package/dist/core/src/paths/TeamMessaging/V1/Recent/Chats/index.d.ts +18 -0
- package/dist/core/src/paths/TeamMessaging/V1/Recent/index.d.ts +10 -0
- package/dist/core/src/paths/TeamMessaging/V1/Tasks/Complete/index.d.ts +17 -0
- package/dist/core/src/paths/TeamMessaging/V1/Tasks/index.d.ts +38 -0
- package/dist/core/src/paths/TeamMessaging/V1/Teams/Add/index.d.ts +17 -0
- package/dist/core/src/paths/TeamMessaging/V1/Teams/Archive/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Teams/Join/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Teams/Leave/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Teams/Remove/index.d.ts +17 -0
- package/dist/core/src/paths/TeamMessaging/V1/Teams/Unarchive/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Teams/index.d.ts +66 -0
- package/dist/core/src/paths/TeamMessaging/V1/Webhooks/Activate/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Webhooks/Suspend/index.d.ts +16 -0
- package/dist/core/src/paths/TeamMessaging/V1/Webhooks/index.d.ts +38 -0
- package/dist/core/src/paths/TeamMessaging/V1/index.d.ts +40 -0
- package/dist/core/src/paths/TeamMessaging/index.d.ts +9 -0
- package/dist/core/src/paths/Webinar/Configuration/V1/Company/Sessions/index.d.ts +21 -0
- package/dist/core/src/paths/Webinar/Configuration/V1/Company/index.d.ts +10 -0
- package/dist/core/src/paths/Webinar/Configuration/V1/Sessions/index.d.ts +20 -0
- package/dist/core/src/paths/Webinar/Configuration/V1/Webinars/Sessions/Invitees/index.d.ts +75 -0
- package/dist/core/src/paths/Webinar/Configuration/V1/Webinars/Sessions/index.d.ts +51 -0
- package/dist/core/src/paths/Webinar/Configuration/V1/Webinars/index.d.ts +75 -0
- package/dist/core/src/paths/Webinar/Configuration/V1/index.d.ts +14 -0
- package/dist/core/src/paths/Webinar/Configuration/index.d.ts +10 -0
- package/dist/core/src/paths/Webinar/History/V1/Company/Recordings/index.d.ts +33 -0
- package/dist/core/src/paths/Webinar/History/V1/Company/Sessions/index.d.ts +22 -0
- package/dist/core/src/paths/Webinar/History/V1/Company/index.d.ts +12 -0
- package/dist/core/src/paths/Webinar/History/V1/Recordings/Download/index.d.ts +22 -0
- package/dist/core/src/paths/Webinar/History/V1/Recordings/index.d.ts +33 -0
- package/dist/core/src/paths/Webinar/History/V1/Sessions/index.d.ts +21 -0
- package/dist/core/src/paths/Webinar/History/V1/Webinars/Sessions/Invitees/index.d.ts +30 -0
- package/dist/core/src/paths/Webinar/History/V1/Webinars/Sessions/Participants/Self/index.d.ts +19 -0
- package/dist/core/src/paths/Webinar/History/V1/Webinars/Sessions/Participants/index.d.ts +21 -0
- package/dist/core/src/paths/Webinar/History/V1/Webinars/Sessions/index.d.ts +22 -0
- package/dist/core/src/paths/Webinar/History/V1/Webinars/index.d.ts +20 -0
- package/dist/core/src/paths/Webinar/History/V1/index.d.ts +16 -0
- package/dist/core/src/paths/Webinar/History/index.d.ts +10 -0
- package/dist/core/src/paths/Webinar/Notifications/V1/Subscriptions/Renew/index.d.ts +16 -0
- package/dist/core/src/paths/Webinar/Notifications/V1/Subscriptions/index.d.ts +57 -0
- package/dist/core/src/paths/Webinar/Notifications/V1/index.d.ts +10 -0
- package/dist/core/src/paths/Webinar/Notifications/index.d.ts +10 -0
- package/dist/core/src/paths/Webinar/Registration/V1/Sessions/Registrants/index.d.ts +67 -0
- package/dist/core/src/paths/Webinar/Registration/V1/Sessions/index.d.ts +40 -0
- package/dist/core/src/paths/Webinar/Registration/V1/index.d.ts +10 -0
- package/dist/core/src/paths/Webinar/Registration/index.d.ts +10 -0
- package/dist/core/src/paths/Webinar/index.d.ts +15 -0
- package/dist/core/src/types.d.ts +30 -0
- package/dist/index.cjs +63 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +34 -0
- package/dist/index.js.map +1 -0
- package/package.json +10 -9
- package/dist/cjs/index.js +0 -28
- package/dist/esm/index.d.ts +0 -12
- package/dist/esm/index.js +0 -23
- /package/dist/{cjs → extensions/debug/src}/index.d.ts +0 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Company business address
|
|
3
|
+
*/
|
|
4
|
+
interface BusinessAddressInfo {
|
|
5
|
+
/**
|
|
6
|
+
* Name of a country
|
|
7
|
+
*/
|
|
8
|
+
country?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Name of a state/province
|
|
11
|
+
*/
|
|
12
|
+
state?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Name of a city
|
|
15
|
+
*/
|
|
16
|
+
city?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Street address
|
|
19
|
+
*/
|
|
20
|
+
street?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Zip code
|
|
23
|
+
*/
|
|
24
|
+
zip?: string;
|
|
25
|
+
}
|
|
26
|
+
export default BusinessAddressInfo;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type RolesBusinessSiteResource from "./RolesBusinessSiteResource.js";
|
|
2
|
+
interface BusinessSiteCollectionResource {
|
|
3
|
+
/**
|
|
4
|
+
* Format: uri
|
|
5
|
+
*/
|
|
6
|
+
uri?: string;
|
|
7
|
+
/**
|
|
8
|
+
*/
|
|
9
|
+
records?: RolesBusinessSiteResource[];
|
|
10
|
+
}
|
|
11
|
+
export default BusinessSiteCollectionResource;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Query parameters for operation caiAnalyzeInteraction
|
|
3
|
+
*/
|
|
4
|
+
interface CaiAnalyzeInteractionParameters {
|
|
5
|
+
/**
|
|
6
|
+
* The webhook URI to which the job response will be returned
|
|
7
|
+
* Format: uri
|
|
8
|
+
*/
|
|
9
|
+
webhook?: string;
|
|
10
|
+
}
|
|
11
|
+
export default CaiAnalyzeInteractionParameters;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Query parameters for operation caiSpeakerDiarize
|
|
3
|
+
*/
|
|
4
|
+
interface CaiSpeakerDiarizeParameters {
|
|
5
|
+
/**
|
|
6
|
+
* The webhook URI to which the job response will be returned
|
|
7
|
+
* Format: uri
|
|
8
|
+
*/
|
|
9
|
+
webhook?: string;
|
|
10
|
+
}
|
|
11
|
+
export default CaiSpeakerDiarizeParameters;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Query parameters for operation caiSpeechToText
|
|
3
|
+
*/
|
|
4
|
+
interface CaiSpeechToTextParameters {
|
|
5
|
+
/**
|
|
6
|
+
* The webhook URI to which the job response will be returned
|
|
7
|
+
* Format: uri
|
|
8
|
+
*/
|
|
9
|
+
webhook?: string;
|
|
10
|
+
}
|
|
11
|
+
export default CaiSpeechToTextParameters;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Filtering of calls based on the overall call length
|
|
3
|
+
*/
|
|
4
|
+
interface CallDurationFilter {
|
|
5
|
+
/**
|
|
6
|
+
* Minimum duration of call in seconds
|
|
7
|
+
* Format: int64
|
|
8
|
+
*/
|
|
9
|
+
minSeconds?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Maximum duration of call in seconds
|
|
12
|
+
* Format: int64
|
|
13
|
+
*/
|
|
14
|
+
maxSeconds?: number;
|
|
15
|
+
}
|
|
16
|
+
export default CallDurationFilter;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import type CallDurationFilter from "./CallDurationFilter.js";
|
|
2
|
+
import type CallSegmentFilter from "./CallSegmentFilter.js";
|
|
3
|
+
import type ExtensionFilters from "./ExtensionFilters.js";
|
|
4
|
+
import type TimeSpentFilter from "./TimeSpentFilter.js";
|
|
5
|
+
/**
|
|
6
|
+
* Optional filters that limit the scope of calls (joined via AND)
|
|
7
|
+
*/
|
|
8
|
+
interface CallFilters {
|
|
9
|
+
/**
|
|
10
|
+
*/
|
|
11
|
+
extensionFilters?: ExtensionFilters;
|
|
12
|
+
/**
|
|
13
|
+
* List of queues extension ids which allows to get data only for calls that were routed through any of these queues
|
|
14
|
+
*/
|
|
15
|
+
queues?: string[];
|
|
16
|
+
/**
|
|
17
|
+
* The direct company numbers the caller called (joined via OR)
|
|
18
|
+
*/
|
|
19
|
+
calledNumbers?: string[];
|
|
20
|
+
/**
|
|
21
|
+
* Specifies the call directions relative to the scope specified in grouping object (joined via OR). Not applicable to internal origin calls with company scope
|
|
22
|
+
*/
|
|
23
|
+
directions?: ("Inbound" | "Outbound")[];
|
|
24
|
+
/**
|
|
25
|
+
* Specifies whether an external party was present in the initial segment of the call (joined via OR)
|
|
26
|
+
*/
|
|
27
|
+
origins?: ("Internal" | "External")[];
|
|
28
|
+
/**
|
|
29
|
+
* Filtering of calls by first response (joined via OR)
|
|
30
|
+
*/
|
|
31
|
+
callResponses?: ("Answered" | "NotAnswered" | "Connected" | "NotConnected")[];
|
|
32
|
+
/**
|
|
33
|
+
* Filtering of calls by the nature of call result (joined via OR)
|
|
34
|
+
*/
|
|
35
|
+
callResults?: ("Completed" | "Abandoned" | "Voicemail" | "Unknown" | "Missed" | "Accepted" | "Transferred" | "PickedUp" | "Forwarded" | "AnsweredElsewhere")[];
|
|
36
|
+
/**
|
|
37
|
+
* Filtering of calls by presence of specific segment (joined via OR)
|
|
38
|
+
*/
|
|
39
|
+
callSegments?: CallSegmentFilter[];
|
|
40
|
+
/**
|
|
41
|
+
* Filtering of calls by presence of specific action (joined via OR)
|
|
42
|
+
*/
|
|
43
|
+
callActions?: ("HoldOff" | "HoldOn" | "ParkOn" | "ParkOff" | "BlindTransfer" | "WarmTransfer" | "DTMFTransfer")[];
|
|
44
|
+
/**
|
|
45
|
+
* Filtering of calls by company's business hours or after hours (joined via OR)
|
|
46
|
+
*/
|
|
47
|
+
companyHours?: ("BusinessHours" | "AfterHours")[];
|
|
48
|
+
/**
|
|
49
|
+
*/
|
|
50
|
+
callDuration?: CallDurationFilter;
|
|
51
|
+
/**
|
|
52
|
+
*/
|
|
53
|
+
timeSpent?: TimeSpentFilter;
|
|
54
|
+
/**
|
|
55
|
+
* Filtering calls that were within or out of queue SLA (joined via OR). Only applicable to Queues grouping
|
|
56
|
+
*/
|
|
57
|
+
queueSla?: ("InSla" | "OutSla")[];
|
|
58
|
+
/**
|
|
59
|
+
* Filtering of calls based on how the call started from the callee perspective (joined via OR). If the call is outbound relative to the grouping scope, CallType is Outbound
|
|
60
|
+
*/
|
|
61
|
+
callTypes?: ("Direct" | "FromQueue" | "ParkRetrieval" | "Transferred" | "Outbound" | "Overflow" | "QueueCallPickup")[];
|
|
62
|
+
/**
|
|
63
|
+
* Filtering of calls based on the party that ended that call (joined via OR)
|
|
64
|
+
*/
|
|
65
|
+
endingParties?: ("Caller" | "Callee" | "System")[];
|
|
66
|
+
/**
|
|
67
|
+
* Filtering of calls by queue's business hours or after hours (joined via OR). Only applicable to Queues grouping
|
|
68
|
+
*/
|
|
69
|
+
queueHours?: ("BusinessHours" | "AfterHours")[];
|
|
70
|
+
}
|
|
71
|
+
export default CallFilters;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
interface CallFlipNumberResource {
|
|
2
|
+
/**
|
|
3
|
+
* Internal identifier of a call flip number
|
|
4
|
+
* Example: 409926525004
|
|
5
|
+
*/
|
|
6
|
+
id?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Flip number in E.164 format with '+'
|
|
9
|
+
* Example: +16502096935
|
|
10
|
+
*/
|
|
11
|
+
phoneNumber?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Flip number type
|
|
14
|
+
* Example: PhoneLine
|
|
15
|
+
*/
|
|
16
|
+
type?: "PhoneLine" | "External";
|
|
17
|
+
/**
|
|
18
|
+
* Flip number label, device name for Digital Line case
|
|
19
|
+
* Example: My Mobile Number
|
|
20
|
+
*/
|
|
21
|
+
label?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Speed dial/flip number, the range is 1-8
|
|
24
|
+
* Example: 5
|
|
25
|
+
*/
|
|
26
|
+
flipNumber?: string;
|
|
27
|
+
}
|
|
28
|
+
export default CallFlipNumberResource;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import type CalledNumberInfo from "./CalledNumberInfo.js";
|
|
2
|
+
import type CallersInfo from "./CallersInfo.js";
|
|
3
|
+
import type ForwardingInfo from "./ForwardingInfo.js";
|
|
4
|
+
import type GreetingInfo from "./GreetingInfo.js";
|
|
5
|
+
import type MissedCallInfo from "./MissedCallInfo.js";
|
|
6
|
+
import type QueueInfo from "./QueueInfo.js";
|
|
7
|
+
import type ScheduleInfo from "./ScheduleInfo.js";
|
|
8
|
+
import type SharedLinesInfo from "./SharedLinesInfo.js";
|
|
9
|
+
import type TransferredExtensionInfo from "./TransferredExtensionInfo.js";
|
|
10
|
+
import type UnconditionalForwardingInfo from "./UnconditionalForwardingInfo.js";
|
|
11
|
+
import type VoicemailInfo from "./VoicemailInfo.js";
|
|
12
|
+
interface CallHandlingRuleInfo {
|
|
13
|
+
/**
|
|
14
|
+
* Canonical URI to an answering rule resource
|
|
15
|
+
* Format: uri
|
|
16
|
+
*/
|
|
17
|
+
uri?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Internal identifier of an answering rule
|
|
20
|
+
*/
|
|
21
|
+
id?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Type of an answering rule
|
|
24
|
+
* Default: Custom
|
|
25
|
+
*/
|
|
26
|
+
type?: "BusinessHours" | "AfterHours" | "Custom";
|
|
27
|
+
/**
|
|
28
|
+
* Name of an answering rule specified by user
|
|
29
|
+
*/
|
|
30
|
+
name?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies if an answering rule is active or inactive
|
|
33
|
+
*/
|
|
34
|
+
enabled?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
*/
|
|
37
|
+
schedule?: ScheduleInfo;
|
|
38
|
+
/**
|
|
39
|
+
* Answering rules are applied when calling to selected number(s)
|
|
40
|
+
*/
|
|
41
|
+
calledNumbers?: CalledNumberInfo[];
|
|
42
|
+
/**
|
|
43
|
+
* Answering rules are applied when calls are received from specified caller(s)
|
|
44
|
+
*/
|
|
45
|
+
callers?: CallersInfo[];
|
|
46
|
+
/**
|
|
47
|
+
* Specifies how incoming calls are forwarded
|
|
48
|
+
*/
|
|
49
|
+
callHandlingAction?: "ForwardCalls" | "UnconditionalForwarding" | "AgentQueue" | "TransferToExtension" | "TakeMessagesOnly" | "PlayAnnouncementOnly" | "SharedLines";
|
|
50
|
+
/**
|
|
51
|
+
*/
|
|
52
|
+
forwarding?: ForwardingInfo;
|
|
53
|
+
/**
|
|
54
|
+
*/
|
|
55
|
+
unconditionalForwarding?: UnconditionalForwardingInfo;
|
|
56
|
+
/**
|
|
57
|
+
*/
|
|
58
|
+
queue?: QueueInfo;
|
|
59
|
+
/**
|
|
60
|
+
*/
|
|
61
|
+
transfer?: TransferredExtensionInfo;
|
|
62
|
+
/**
|
|
63
|
+
*/
|
|
64
|
+
voicemail?: VoicemailInfo;
|
|
65
|
+
/**
|
|
66
|
+
* Greetings applied for an answering rule; only predefined greetings can be applied, see Dictionary Greeting List
|
|
67
|
+
*/
|
|
68
|
+
greetings?: GreetingInfo[];
|
|
69
|
+
/**
|
|
70
|
+
* Call screening status. 'Off' - no call screening; 'NoCallerId' - if caller ID is missing, then callers are asked to say their name before connecting; 'UnknownCallerId' - if caller ID is not in contact list, then callers are asked to say their name before connecting; 'Always' - the callers are always asked to say their name before connecting. The default value is 'Off'
|
|
71
|
+
* Default: Off
|
|
72
|
+
*/
|
|
73
|
+
screening?: "Off" | "NoCallerId" | "UnknownCallerId" | "Always";
|
|
74
|
+
/**
|
|
75
|
+
*/
|
|
76
|
+
sharedLines?: SharedLinesInfo;
|
|
77
|
+
/**
|
|
78
|
+
*/
|
|
79
|
+
missedCall?: MissedCallInfo;
|
|
80
|
+
}
|
|
81
|
+
export default CallHandlingRuleInfo;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type AdditionalCQInfo from "./AdditionalCQInfo.js";
|
|
2
|
+
import type PrimaryCQInfo from "./PrimaryCQInfo.js";
|
|
3
|
+
/**
|
|
4
|
+
* Primary/additional CQ information
|
|
5
|
+
*/
|
|
6
|
+
interface CallInfoCQ {
|
|
7
|
+
/**
|
|
8
|
+
*/
|
|
9
|
+
primary?: PrimaryCQInfo;
|
|
10
|
+
/**
|
|
11
|
+
*/
|
|
12
|
+
additional?: AdditionalCQInfo;
|
|
13
|
+
}
|
|
14
|
+
export default CallInfoCQ;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Information on a delegate extension that actually implemented a call action. For Secretary call log the field is returned if the current extension implemented a call. For Boss call log the field contains information on a Secretary extension which actually implemented a call on behalf of the current extension
|
|
3
|
+
*/
|
|
4
|
+
interface CallLogDelegateInfo {
|
|
5
|
+
/**
|
|
6
|
+
* Internal identifier of a Secretary extension
|
|
7
|
+
* Required
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Custom name of a Secretary extension
|
|
12
|
+
*/
|
|
13
|
+
name?: string;
|
|
14
|
+
}
|
|
15
|
+
export default CallLogDelegateInfo;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
interface CallLogExtractSyncInfo {
|
|
2
|
+
/**
|
|
3
|
+
* Type of call log synchronization request: full or incremental sync
|
|
4
|
+
* Required
|
|
5
|
+
*/
|
|
6
|
+
syncType?: "FSync" | "ISync";
|
|
7
|
+
/**
|
|
8
|
+
* Synchronization token
|
|
9
|
+
* Required
|
|
10
|
+
*/
|
|
11
|
+
syncToken?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Time of the last synchronization in (ISO 8601)[https://en.wikipedia.org/wiki/ISO_8601] format including timezone, for example *2016-03-10T18:07:52.534Z*
|
|
14
|
+
* Required
|
|
15
|
+
* Format: date-time
|
|
16
|
+
*/
|
|
17
|
+
syncTime?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Identifies if there are more calls data can be returned in the next API call (with 'ISync' sync type)
|
|
20
|
+
* Required
|
|
21
|
+
*/
|
|
22
|
+
newerRecordsExist?: boolean;
|
|
23
|
+
}
|
|
24
|
+
export default CallLogExtractSyncInfo;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type CallLogExtractSyncInfo from "./CallLogExtractSyncInfo.js";
|
|
2
|
+
import type CallLogRecord from "./CallLogRecord.js";
|
|
3
|
+
interface CallLogExtractSyncResponse {
|
|
4
|
+
/**
|
|
5
|
+
* Link to the list of call log records with sync information
|
|
6
|
+
* Required
|
|
7
|
+
* Format: uri
|
|
8
|
+
*/
|
|
9
|
+
uri?: string;
|
|
10
|
+
/**
|
|
11
|
+
* List of call log records
|
|
12
|
+
* Required
|
|
13
|
+
*/
|
|
14
|
+
records?: CallLogRecord[];
|
|
15
|
+
/**
|
|
16
|
+
* Required
|
|
17
|
+
*/
|
|
18
|
+
syncInfo?: CallLogExtractSyncInfo;
|
|
19
|
+
}
|
|
20
|
+
export default CallLogExtractSyncResponse;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type CallLogRecordDeviceInfo from "./CallLogRecordDeviceInfo.js";
|
|
2
|
+
/**
|
|
3
|
+
* Sender/initiator caller information
|
|
4
|
+
*/
|
|
5
|
+
interface CallLogFromParty {
|
|
6
|
+
/**
|
|
7
|
+
* Phone number of a party. Usually it is a plain number including country and area code like 18661234567. But sometimes it could be returned from database with some formatting applied, for example (866)123-4567. This property is filled in all cases where parties communicate by means of global phone numbers, for example when calling to direct numbers or sending/receiving SMS
|
|
8
|
+
*/
|
|
9
|
+
phoneNumber?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Extension short number (usually 3 or 4 digits). This property is filled when parties communicate by means of short internal numbers, for example when calling to other extension or sending/receiving Company Pager message
|
|
12
|
+
*/
|
|
13
|
+
extensionNumber?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Internal identifier of an extension
|
|
16
|
+
*/
|
|
17
|
+
extensionId?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Symbolic name associated with a party. If the phone does not belong to the known extension, only the location is returned, the name is not determined then
|
|
20
|
+
*/
|
|
21
|
+
name?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Contains party location (city, state) if one can be determined from phoneNumber. This property is filled only when phoneNumber is not empty and server can calculate location information from it (for example, this information is unavailable for US toll-free numbers)
|
|
24
|
+
*/
|
|
25
|
+
location?: string;
|
|
26
|
+
/**
|
|
27
|
+
*/
|
|
28
|
+
device?: CallLogRecordDeviceInfo;
|
|
29
|
+
/**
|
|
30
|
+
* Dialer phone number without any format modifications. Returned for inbound calls
|
|
31
|
+
*/
|
|
32
|
+
dialerPhoneNumber?: string;
|
|
33
|
+
}
|
|
34
|
+
export default CallLogFromParty;
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import type BillingInfo from "./BillingInfo.js";
|
|
2
|
+
import type CallLogDelegateInfo from "./CallLogDelegateInfo.js";
|
|
3
|
+
import type CallLogFromParty from "./CallLogFromParty.js";
|
|
4
|
+
import type CallLogRecordingInfo from "./CallLogRecordingInfo.js";
|
|
5
|
+
import type CallLogRecordLegInfo from "./CallLogRecordLegInfo.js";
|
|
6
|
+
import type CallLogRecordMessage from "./CallLogRecordMessage.js";
|
|
7
|
+
import type CallLogRecordTransferee from "./CallLogRecordTransferee.js";
|
|
8
|
+
import type CallLogRecordTransferTarget from "./CallLogRecordTransferTarget.js";
|
|
9
|
+
import type CallLogToParty from "./CallLogToParty.js";
|
|
10
|
+
import type ExtensionInfoCallLog from "./ExtensionInfoCallLog.js";
|
|
11
|
+
/**
|
|
12
|
+
* Call log record
|
|
13
|
+
*/
|
|
14
|
+
interface CallLogRecord {
|
|
15
|
+
/**
|
|
16
|
+
*/
|
|
17
|
+
extension?: ExtensionInfoCallLog;
|
|
18
|
+
/**
|
|
19
|
+
* Telephony identifier of a call session
|
|
20
|
+
*/
|
|
21
|
+
telephonySessionId?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Call session identifier, required for Telephony REST API
|
|
24
|
+
*/
|
|
25
|
+
sipUuidInfo?: string;
|
|
26
|
+
/**
|
|
27
|
+
*/
|
|
28
|
+
transferTarget?: CallLogRecordTransferTarget;
|
|
29
|
+
/**
|
|
30
|
+
*/
|
|
31
|
+
transferee?: CallLogRecordTransferee;
|
|
32
|
+
/**
|
|
33
|
+
* Internal Identifier of Participant
|
|
34
|
+
*/
|
|
35
|
+
partyId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* List of metadata categories applied to the call
|
|
38
|
+
*/
|
|
39
|
+
metadataCategories?: string[];
|
|
40
|
+
/**
|
|
41
|
+
* The type of call transport. 'PSTN' indicates that a call leg was initiated
|
|
42
|
+
* from the PSTN network provider; 'VoIP' - from an RC phone.
|
|
43
|
+
*/
|
|
44
|
+
transport?: "PSTN" | "VoIP";
|
|
45
|
+
/**
|
|
46
|
+
*/
|
|
47
|
+
from?: CallLogFromParty;
|
|
48
|
+
/**
|
|
49
|
+
*/
|
|
50
|
+
to?: CallLogToParty;
|
|
51
|
+
/**
|
|
52
|
+
* The type of call
|
|
53
|
+
* Required
|
|
54
|
+
*/
|
|
55
|
+
type?: "Voice" | "Fax";
|
|
56
|
+
/**
|
|
57
|
+
* The direction of a call
|
|
58
|
+
* Required
|
|
59
|
+
*/
|
|
60
|
+
direction?: "Inbound" | "Outbound";
|
|
61
|
+
/**
|
|
62
|
+
*/
|
|
63
|
+
message?: CallLogRecordMessage;
|
|
64
|
+
/**
|
|
65
|
+
*/
|
|
66
|
+
delegate?: CallLogDelegateInfo;
|
|
67
|
+
/**
|
|
68
|
+
* Call delegation type
|
|
69
|
+
*/
|
|
70
|
+
delegationType?: "Coworker" | "Unknown";
|
|
71
|
+
/**
|
|
72
|
+
* The internal action corresponding to the call operation
|
|
73
|
+
* Required
|
|
74
|
+
*/
|
|
75
|
+
action?: "Accept Call" | "Barge In Call" | "Call Park" | "Call Return" | "CallOut-CallMe" | "Calling Card" | "Conference Call" | "E911 Update" | "Emergency" | "External Application" | "FindMe" | "FollowMe" | "FreeSPDL" | "Hunting" | "Incoming Fax" | "Monitoring" | "Move" | "Outgoing Fax" | "Paging" | "Park Location" | "Phone Call" | "Phone Login" | "Pickup" | "RC Meetings" | "Ring Directly" | "RingMe" | "RingOut Mobile" | "RingOut PC" | "RingOut Web" | "Sip Forwarding" | "Support" | "Text Relay" | "Transfer" | "Unknown" | "VoIP Call";
|
|
76
|
+
/**
|
|
77
|
+
* The result of the call operation
|
|
78
|
+
*/
|
|
79
|
+
result?: "911" | "933" | "Abandoned" | "Accepted" | "Answered Not Accepted" | "Blocked" | "Busy" | "Call Failed" | "Call Failure" | "Call connected" | "Carrier is not active" | "Declined" | "EDGE trunk misconfigured" | "Fax Not Sent" | "Fax Partially Sent" | "Fax Poor Line" | "Fax Receipt Error" | "Fax on Demand" | "Hang Up" | "IP Phone Offline" | "In Progress" | "Internal Error" | "International Disabled" | "International Restricted" | "Missed" | "No Answer" | "No Calling Credit" | "Not Allowed" | "Partial Receive" | "Phone Login" | "Receive Error" | "Received" | "Rejected" | "Reply" | "Restricted Number" | "Send Error" | "Sent" | "Sent to Voicemail" | "Stopped" | "Suspended account" | "Unknown" | "Voicemail" | "Wrong Number" | "Answered Elsewhere" | "Callback requested";
|
|
80
|
+
/**
|
|
81
|
+
* The reason of the call result:
|
|
82
|
+
* * `Accepted` - The call was connected to and accepted by this number
|
|
83
|
+
* * `Connected` - The call was answered, but there was no response on how to handle the call (for example, a voice mail system answered the call and did not push "1" to accept)
|
|
84
|
+
* * `Line Busy` - The phone number you dialed was busy
|
|
85
|
+
* * `Not Answered` - The phone number you dialed was not answered
|
|
86
|
+
* * `No Answer` - You did not answer the call
|
|
87
|
+
* * `Hang Up` - The caller hung up before the call was answered
|
|
88
|
+
* * `Stopped` - This attempt was stopped because the call was answered by another phone
|
|
89
|
+
* * `Internal Error` - An internal error occurred when making the call. Please try again
|
|
90
|
+
* * `No Credit` - There was not enough Calling Credit on your account to make this call
|
|
91
|
+
* * `Restricted Number` - The number you dialed is restricted by RingCentral
|
|
92
|
+
* * `Wrong Number` - The number you dialed has either been disconnected or is not a valid phone number. Please check the number and try again
|
|
93
|
+
* * `International Disabled` - International calling is not enabled on your account. Contact customer service to activate International Calling
|
|
94
|
+
* * `International Restricted` - The country and/or area you attempted to call has been prohibited by your administrator
|
|
95
|
+
* * `Bad Number` - An error occurred when making the call. Please check the number before trying again
|
|
96
|
+
* * `Info 411 Restricted` - Calling to 411 Information Services is restricted
|
|
97
|
+
* * `Customer 611 Restricted` - 611 customer service is not supported. Please contact customer service at <(888) 555-1212>
|
|
98
|
+
* * `No Digital Line` - This DigitalLine was either not plugged in or did not have an internet connection
|
|
99
|
+
* * `Failed Try Again` - Call failed. Please try again
|
|
100
|
+
* * `Max Call Limit` - The number of simultaneous calls to your account has reached its limit
|
|
101
|
+
* * `Too Many Calls` - The number of simultaneous calls for per DigitalLine associated with Other Phone has reached its limit. Please contact customer service
|
|
102
|
+
* * `Calls Not Accepted` - Your account was not accepting calls at this time
|
|
103
|
+
* * `Number Not Allowed` - The number that was dialed to access your account is not allowed
|
|
104
|
+
* * `Number Blocked` - This number is in your Blocked Numbers list
|
|
105
|
+
* * `Number Disabled` - The phone number and/or area you attempted to call has been prohibited by your administrator
|
|
106
|
+
* * `Resource Error` - An error occurred when making the call. Please try again
|
|
107
|
+
* * `Call Loop` - A call loop occurred due to an incorrect call forwarding configuration. Please check that you are not forwarding calls back to your own account
|
|
108
|
+
* * `Fax Not Received` - An incoming fax could not be received because a proper connection with the sender's fax machine could not be established
|
|
109
|
+
* * `Fax Partially Sent` - The fax was only partially sent. Possible explanations include phone line quality to poor to maintain the connection or the call was dropped
|
|
110
|
+
* * `Fax Not Sent` - An attempt to send the fax was made, but could not connect with the receiving fax machine
|
|
111
|
+
* * `Fax Poor Line` - An attempt to send the fax was made, but the phone line quality was too poor to send the fax
|
|
112
|
+
* * `Fax Prepare Error` - An internal error occurred when preparing the fax. Please try again
|
|
113
|
+
* * `Fax Save Error` - An internal error occurred when saving the fax. Please try again
|
|
114
|
+
* * `Fax Send Error` - An error occurred when sending the fax. Please try again
|
|
115
|
+
* * `Emergency Address not defined` - The call was rejected due to no E911 address
|
|
116
|
+
* * `Carrier is not active` - The call was rejected due to carrier inactivity
|
|
117
|
+
* * `EDGE trunk misconfigured` - The call was rejected due to error in EDGE trunk configuration
|
|
118
|
+
* * `Internal Call Error` - An internal error occurred when making the call. Please try again
|
|
119
|
+
* * `Receive Error` - Fax receive error
|
|
120
|
+
*/
|
|
121
|
+
reason?: "Accepted" | "Bad Number" | "Call Loop" | "Calls Not Accepted" | "Carrier is not active" | "Connected" | "Customer 611 Restricted" | "EDGE trunk misconfigured" | "Emergency Address not defined" | "Failed Try Again" | "Fax Not Received" | "Fax Not Sent" | "Fax Partially Sent" | "Fax Poor Line" | "Fax Prepare Error" | "Fax Save Error" | "Fax Send Error" | "Hang Up" | "Info 411 Restricted" | "Internal Call Error" | "Internal Error" | "International Disabled" | "International Restricted" | "Line Busy" | "Max Call Limit" | "No Answer" | "No Credit" | "No Digital Line" | "Not Answered" | "Number Blocked" | "Number Disabled" | "Number Not Allowed" | "Receive Error" | "Resource Error" | "Restricted Number" | "Stopped" | "Too Many Calls" | "Unknown" | "Wrong Number";
|
|
122
|
+
/**
|
|
123
|
+
* The detailed reason description of the call result
|
|
124
|
+
*/
|
|
125
|
+
reasonDescription?: string;
|
|
126
|
+
/**
|
|
127
|
+
* The call start datetime in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z
|
|
128
|
+
* Required
|
|
129
|
+
* Format: date-time
|
|
130
|
+
*/
|
|
131
|
+
startTime?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Call duration in seconds
|
|
134
|
+
* Format: int64
|
|
135
|
+
*/
|
|
136
|
+
duration?: number;
|
|
137
|
+
/**
|
|
138
|
+
* Call duration in milliseconds
|
|
139
|
+
* Format: int64
|
|
140
|
+
*/
|
|
141
|
+
durationMs?: number;
|
|
142
|
+
/**
|
|
143
|
+
*/
|
|
144
|
+
recording?: CallLogRecordingInfo;
|
|
145
|
+
/**
|
|
146
|
+
* Indicates that the recording is too short and therefore wouldn't be returned. The flag is not returned if the value is false
|
|
147
|
+
*/
|
|
148
|
+
shortRecording?: boolean;
|
|
149
|
+
/**
|
|
150
|
+
*/
|
|
151
|
+
billing?: BillingInfo;
|
|
152
|
+
/**
|
|
153
|
+
* The internal type of the call
|
|
154
|
+
*/
|
|
155
|
+
internalType?: "Local" | "LongDistance" | "International" | "Sip" | "RingMe" | "RingOut" | "Usual" | "TollFreeNumber" | "VerificationNumber" | "Vma" | "LocalNumber" | "ImsOutgoing" | "ImsIncoming" | "Unknown";
|
|
156
|
+
/**
|
|
157
|
+
* Internal identifier of a call log record
|
|
158
|
+
* Required
|
|
159
|
+
*/
|
|
160
|
+
id?: string;
|
|
161
|
+
/**
|
|
162
|
+
* Canonical URI of a call log record
|
|
163
|
+
* Required
|
|
164
|
+
* Format: uri
|
|
165
|
+
*/
|
|
166
|
+
uri?: string;
|
|
167
|
+
/**
|
|
168
|
+
* Internal identifier of a call session
|
|
169
|
+
* Required
|
|
170
|
+
*/
|
|
171
|
+
sessionId?: string;
|
|
172
|
+
/**
|
|
173
|
+
* Indicates whether the record is deleted. Returned for deleted records, for ISync requests
|
|
174
|
+
*/
|
|
175
|
+
deleted?: boolean;
|
|
176
|
+
/**
|
|
177
|
+
* For 'Detailed' view only. Leg description
|
|
178
|
+
*/
|
|
179
|
+
legs?: CallLogRecordLegInfo[];
|
|
180
|
+
/**
|
|
181
|
+
* For 'Detailed' view only. The datetime when the call log record
|
|
182
|
+
* was modified in (ISO 8601)[https://en.wikipedia.org/wiki/ISO_8601] format
|
|
183
|
+
* including timezone, for example *2016-03-10T18:07:52.534Z*
|
|
184
|
+
* Format: date-time
|
|
185
|
+
*/
|
|
186
|
+
lastModifiedTime?: string;
|
|
187
|
+
}
|
|
188
|
+
export default CallLogRecord;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
interface CallLogRecordDeviceInfo {
|
|
2
|
+
/**
|
|
3
|
+
* Internal identifier of a device
|
|
4
|
+
* Required
|
|
5
|
+
*/
|
|
6
|
+
id?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Canonical URI of a device resource
|
|
9
|
+
* Required
|
|
10
|
+
* Format: uri
|
|
11
|
+
*/
|
|
12
|
+
uri?: string;
|
|
13
|
+
}
|
|
14
|
+
export default CallLogRecordDeviceInfo;
|