@rc-ex/core 1.4.1 → 1.5.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/lib/FormData.d.ts +1 -1
- package/lib/Rest.d.ts +3 -3
- package/lib/Rest.js +14 -10
- package/lib/Rest.js.map +1 -1
- package/lib/definitions/AIInsights.d.ts +27 -0
- package/lib/definitions/{ContentList.js → AIInsights.js} +1 -1
- package/lib/definitions/AIInsights.js.map +1 -0
- package/lib/definitions/AIScoreInsightUnit.d.ts +9 -0
- package/lib/definitions/{ContentContextData.js → AIScoreInsightUnit.js} +1 -1
- package/lib/definitions/AIScoreInsightUnit.js.map +1 -0
- package/lib/definitions/AccountPresenceEventBody.d.ts +5 -1
- package/lib/definitions/BaseCallLogRecord.d.ts +3 -5
- package/lib/definitions/BaseTokenRequest.d.ts +1 -1
- package/lib/definitions/BatchProvisionUsersRequestItem.d.ts +0 -6
- package/lib/definitions/BatchProvisionUsersRequestItemContact.d.ts +4 -0
- package/lib/definitions/BulletedSummaryInsightUnit.d.ts +9 -0
- package/lib/definitions/BulletedSummaryInsightUnit.js +3 -0
- package/lib/definitions/BulletedSummaryInsightUnit.js.map +1 -0
- package/lib/definitions/CallLogRecord.d.ts +3 -5
- package/lib/definitions/CallLogRecordLegInfo.d.ts +4 -6
- package/lib/definitions/CallMonitoringGroup.d.ts +4 -0
- package/lib/definitions/CallMonitoringGroupSite.d.ts +11 -0
- package/lib/definitions/CallMonitoringGroupSite.js +3 -0
- package/lib/definitions/CallMonitoringGroupSite.js.map +1 -0
- package/lib/definitions/CallStatusInfo.d.ts +16 -4
- package/lib/definitions/ContactResource.d.ts +0 -21
- package/lib/definitions/CreateCallMonitoringGroupRequest.d.ts +4 -0
- package/lib/definitions/CreateCallMonitoringGroupRequestSite.d.ts +7 -0
- package/lib/definitions/CreateCallMonitoringGroupRequestSite.js +3 -0
- package/lib/definitions/CreateCallMonitoringGroupRequestSite.js.map +1 -0
- package/lib/definitions/DefaultUserRole.d.ts +4 -0
- package/lib/definitions/DeviceResource.d.ts +4 -0
- package/lib/definitions/ExtensionCreationRequest.d.ts +5 -0
- package/lib/definitions/ExtensionRegionalSettingRequest.d.ts +5 -0
- package/lib/definitions/GetMessageInfoResponse.d.ts +4 -0
- package/lib/definitions/GetRecordingInsightsParameters.d.ts +10 -0
- package/lib/definitions/GetRecordingInsightsParameters.js +3 -0
- package/lib/definitions/GetRecordingInsightsParameters.js.map +1 -0
- package/lib/definitions/GetTokenRequest.d.ts +1 -1
- package/lib/definitions/HighlightsInsightUnit.d.ts +29 -0
- package/lib/definitions/{CallSessionStatusInfo.js → HighlightsInsightUnit.js} +1 -1
- package/lib/definitions/HighlightsInsightUnit.js.map +1 -0
- package/lib/definitions/InternalDeliveryMode.d.ts +14 -0
- package/lib/definitions/{ContentBodyFormatted.js → InternalDeliveryMode.js} +1 -1
- package/lib/definitions/InternalDeliveryMode.js.map +1 -0
- package/lib/definitions/ListCallMonitoringGroupsParameters.d.ts +1 -1
- package/lib/definitions/ListDirectoryEntriesParameters.d.ts +2 -2
- package/lib/definitions/ListExtensionDevicesParameters.d.ts +2 -2
- package/lib/definitions/ListUserTemplatesParameters.d.ts +1 -1
- package/lib/definitions/NextStepsInsightUnit.d.ts +29 -0
- package/lib/definitions/NextStepsInsightUnit.js +3 -0
- package/lib/definitions/NextStepsInsightUnit.js.map +1 -0
- package/lib/definitions/NotificationDeliveryMode.d.ts +7 -1
- package/lib/definitions/PartySuperviseResponse.d.ts +3 -1
- package/lib/definitions/PeerInfo.d.ts +1 -1
- package/lib/definitions/RSConversationalInsightsUnit.d.ts +29 -0
- package/lib/definitions/RSConversationalInsightsUnit.js +3 -0
- package/lib/definitions/RSConversationalInsightsUnit.js.map +1 -0
- package/lib/definitions/ReadDirectoryEntryParameters.d.ts +2 -2
- package/lib/definitions/ReadMultichannelCallRecordingContentParameters.d.ts +14 -0
- package/lib/definitions/ReadMultichannelCallRecordingContentParameters.js +3 -0
- package/lib/definitions/ReadMultichannelCallRecordingContentParameters.js.map +1 -0
- package/lib/definitions/RecordingInsights.d.ts +78 -0
- package/lib/definitions/{CallQueueResource.js → RecordingInsights.js} +1 -1
- package/lib/definitions/RecordingInsights.js.map +1 -0
- package/lib/definitions/ScimUserSearchResponse.d.ts +2 -2
- package/lib/definitions/ScimUserShortInfo.d.ts +50 -0
- package/lib/definitions/ScimUserShortInfo.js +3 -0
- package/lib/definitions/ScimUserShortInfo.js.map +1 -0
- package/lib/definitions/SearchDirectoryEntriesParameters.d.ts +2 -2
- package/lib/definitions/{ServiceInfoPlan.d.ts → ServiceInfoPlanV2.d.ts} +2 -5
- package/lib/definitions/ServiceInfoPlanV2.js +3 -0
- package/lib/definitions/ServiceInfoPlanV2.js.map +1 -0
- package/lib/definitions/ServiceInfoV2.d.ts +2 -2
- package/lib/definitions/ShippingInfo.d.ts +1 -1
- package/lib/definitions/SipData.d.ts +20 -0
- package/lib/definitions/{ContentModel.js → SipData.js} +1 -1
- package/lib/definitions/SipData.js.map +1 -0
- package/lib/definitions/SummaryInsightUnit.d.ts +23 -0
- package/lib/definitions/SummaryInsightUnit.js +3 -0
- package/lib/definitions/SummaryInsightUnit.js.map +1 -0
- package/lib/definitions/SyncAccountCallLogParameters.d.ts +4 -1
- package/lib/definitions/SyncMessagesParameters.d.ts +3 -3
- package/lib/definitions/SyncUserCallLogParameters.d.ts +4 -3
- package/lib/definitions/TMMessageAttachmentInfo.d.ts +9 -0
- package/lib/definitions/TelephonySessionsEventPartyInfo.d.ts +48 -2
- package/lib/definitions/TemplateInfo.d.ts +5 -1
- package/lib/definitions/TranscriptInsightUnit.d.ts +32 -0
- package/lib/definitions/TranscriptInsightUnit.js +3 -0
- package/lib/definitions/TranscriptInsightUnit.js.map +1 -0
- package/lib/definitions/TransitionInfo.d.ts +13 -0
- package/lib/definitions/{IdentitiesList.js → TransitionInfo.js} +1 -1
- package/lib/definitions/TransitionInfo.js.map +1 -0
- package/lib/definitions/UiCallInfo.d.ts +13 -0
- package/lib/definitions/{IdentityModel.js → UiCallInfo.js} +1 -1
- package/lib/definitions/UiCallInfo.js.map +1 -0
- package/lib/definitions/UiCallInfoRecord.d.ts +12 -0
- package/lib/definitions/{GroupResource.js → UiCallInfoRecord.js} +1 -1
- package/lib/definitions/UiCallInfoRecord.js.map +1 -0
- package/lib/definitions/VoicemailOwnerResource.d.ts +14 -0
- package/lib/definitions/VoicemailOwnerResource.js +3 -0
- package/lib/definitions/VoicemailOwnerResource.js.map +1 -0
- package/lib/index.js +7 -3
- package/lib/index.js.map +1 -1
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/Insights/index.d.ts +18 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/Insights/index.js +24 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/Insights/index.js.map +1 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/index.d.ts +11 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/index.js +24 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/index.js.map +1 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/Domains/index.d.ts +11 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/Domains/index.js +24 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/Domains/index.js.map +1 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/index.d.ts +11 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/index.js +24 -0
- package/lib/paths/Ai/Ringsense/V1/Public/Accounts/index.js.map +1 -0
- package/lib/paths/Ai/Ringsense/V1/Public/index.d.ts +10 -0
- package/lib/paths/Ai/Ringsense/V1/Public/index.js +20 -0
- package/lib/paths/Ai/Ringsense/V1/Public/index.js.map +1 -0
- package/lib/paths/{Cx/SocialMessaging → Ai/Ringsense}/V1/index.d.ts +2 -4
- package/lib/paths/{Cx/SocialMessaging → Ai/Ringsense}/V1/index.js +3 -7
- package/lib/paths/Ai/Ringsense/V1/index.js.map +1 -0
- package/lib/paths/{Cx/SocialMessaging → Ai/Ringsense}/index.js +1 -1
- package/lib/paths/Ai/Ringsense/index.js.map +1 -0
- package/lib/paths/Ai/index.d.ts +2 -0
- package/lib/paths/Ai/index.js +4 -0
- package/lib/paths/Ai/index.js.map +1 -1
- package/lib/paths/Restapi/Account/CallLog/index.d.ts +3 -1
- package/lib/paths/Restapi/Account/CallLog/index.js +3 -1
- package/lib/paths/Restapi/Account/CallLog/index.js.map +1 -1
- package/lib/paths/Restapi/Account/Extension/AddressBook/Contact/index.d.ts +3 -3
- package/lib/paths/Restapi/Account/Extension/AddressBook/Contact/index.js +3 -3
- package/lib/paths/Restapi/Account/Extension/CallerBlocking/PhoneNumbers/index.d.ts +5 -3
- package/lib/paths/Restapi/Account/Extension/CallerBlocking/PhoneNumbers/index.js +5 -3
- package/lib/paths/Restapi/Account/Extension/CallerBlocking/PhoneNumbers/index.js.map +1 -1
- package/lib/paths/Restapi/Account/Extension/Device/index.d.ts +2 -2
- package/lib/paths/Restapi/Account/Extension/Device/index.js +2 -2
- package/lib/paths/Restapi/Account/Extension/MessageStore/index.d.ts +12 -13
- package/lib/paths/Restapi/Account/Extension/MessageStore/index.js +12 -13
- package/lib/paths/Restapi/Account/Extension/MessageStore/index.js.map +1 -1
- package/lib/paths/Restapi/Account/Extension/Presence/index.d.ts +1 -1
- package/lib/paths/Restapi/Account/Extension/Presence/index.js +1 -1
- package/lib/paths/Restapi/Account/PhoneNumber/index.d.ts +1 -1
- package/lib/paths/Restapi/Account/PhoneNumber/index.js +1 -1
- package/lib/paths/Restapi/Account/Telephony/Metadata/MultichannelRecordings/Content/index.d.ts +20 -0
- package/lib/paths/Restapi/Account/Telephony/Metadata/MultichannelRecordings/Content/index.js +27 -0
- package/lib/paths/Restapi/Account/Telephony/Metadata/MultichannelRecordings/Content/index.js.map +1 -0
- package/lib/paths/Restapi/Account/Telephony/Metadata/MultichannelRecordings/index.d.ts +11 -0
- package/lib/paths/Restapi/Account/Telephony/Metadata/MultichannelRecordings/index.js +24 -0
- package/lib/paths/Restapi/Account/Telephony/Metadata/MultichannelRecordings/index.js.map +1 -0
- package/lib/paths/Restapi/Account/Telephony/Metadata/index.d.ts +10 -0
- package/lib/paths/Restapi/Account/Telephony/Metadata/index.js +20 -0
- package/lib/paths/Restapi/Account/Telephony/Metadata/index.js.map +1 -0
- package/lib/paths/Restapi/Account/Telephony/Sessions/Parties/Recordings/index.d.ts +3 -1
- package/lib/paths/Restapi/Account/Telephony/Sessions/Parties/Recordings/index.js +3 -1
- package/lib/paths/Restapi/Account/Telephony/Sessions/Parties/Recordings/index.js.map +1 -1
- package/lib/paths/Restapi/Account/Telephony/index.d.ts +2 -0
- package/lib/paths/Restapi/Account/Telephony/index.js +4 -0
- package/lib/paths/Restapi/Account/Telephony/index.js.map +1 -1
- package/lib/paths/TeamMessaging/V1/Persons/index.d.ts +3 -1
- package/lib/paths/TeamMessaging/V1/Persons/index.js +3 -1
- package/lib/paths/TeamMessaging/V1/Persons/index.js.map +1 -1
- package/package.json +6 -6
- package/src/Rest.ts +31 -19
- package/src/definitions/AIInsights.ts +34 -0
- package/src/definitions/AIScoreInsightUnit.ts +10 -0
- package/src/definitions/AccountPresenceEventBody.ts +6 -1
- package/src/definitions/BaseCallLogRecord.ts +4 -5
- package/src/definitions/BaseTokenRequest.ts +1 -1
- package/src/definitions/BatchProvisionUsersRequestItem.ts +0 -7
- package/src/definitions/BatchProvisionUsersRequestItemContact.ts +6 -0
- package/src/definitions/BulletedSummaryInsightUnit.ts +10 -0
- package/src/definitions/CallLogRecord.ts +4 -5
- package/src/definitions/CallLogRecordLegInfo.ts +7 -6
- package/src/definitions/CallMonitoringGroup.ts +6 -0
- package/src/definitions/CallMonitoringGroupSite.ts +13 -0
- package/src/definitions/CallStatusInfo.ts +22 -6
- package/src/definitions/ContactResource.ts +0 -26
- package/src/definitions/CreateCallMonitoringGroupRequest.ts +6 -0
- package/src/definitions/CreateCallMonitoringGroupRequestSite.ts +8 -0
- package/src/definitions/DefaultUserRole.ts +5 -0
- package/src/definitions/DeviceResource.ts +5 -0
- package/src/definitions/ExtensionCreationRequest.ts +6 -0
- package/src/definitions/ExtensionRegionalSettingRequest.ts +5 -0
- package/src/definitions/GetMessageInfoResponse.ts +5 -0
- package/src/definitions/GetRecordingInsightsParameters.ts +11 -0
- package/src/definitions/GetTokenRequest.ts +1 -1
- package/src/definitions/HighlightsInsightUnit.ts +33 -0
- package/src/definitions/InternalDeliveryMode.ts +16 -0
- package/src/definitions/ListCallMonitoringGroupsParameters.ts +1 -1
- package/src/definitions/ListDirectoryEntriesParameters.ts +2 -2
- package/src/definitions/ListExtensionDevicesParameters.ts +2 -2
- package/src/definitions/ListUserTemplatesParameters.ts +1 -1
- package/src/definitions/NextStepsInsightUnit.ts +33 -0
- package/src/definitions/NotificationDeliveryMode.ts +8 -1
- package/src/definitions/PartySuperviseResponse.ts +3 -1
- package/src/definitions/PeerInfo.ts +1 -1
- package/src/definitions/RSConversationalInsightsUnit.ts +33 -0
- package/src/definitions/ReadDirectoryEntryParameters.ts +2 -2
- package/src/definitions/ReadMultichannelCallRecordingContentParameters.ts +16 -0
- package/src/definitions/RecordingInsights.ts +92 -0
- package/src/definitions/ScimUserSearchResponse.ts +2 -2
- package/src/definitions/ScimUserShortInfo.ts +62 -0
- package/src/definitions/SearchDirectoryEntriesParameters.ts +2 -2
- package/src/definitions/{ServiceInfoPlan.ts → ServiceInfoPlanV2.ts} +2 -6
- package/src/definitions/ServiceInfoV2.ts +2 -2
- package/src/definitions/ShippingInfo.ts +1 -1
- package/src/definitions/SipData.ts +23 -0
- package/src/definitions/SummaryInsightUnit.ts +26 -0
- package/src/definitions/SyncAccountCallLogParameters.ts +4 -1
- package/src/definitions/SyncMessagesParameters.ts +3 -3
- package/src/definitions/SyncUserCallLogParameters.ts +4 -3
- package/src/definitions/TMMessageAttachmentInfo.ts +11 -0
- package/src/definitions/TelephonySessionsEventPartyInfo.ts +57 -2
- package/src/definitions/TemplateInfo.ts +6 -1
- package/src/definitions/TranscriptInsightUnit.ts +36 -0
- package/src/definitions/TransitionInfo.ts +16 -0
- package/src/definitions/UiCallInfo.ts +16 -0
- package/src/definitions/UiCallInfoRecord.ts +14 -0
- package/src/definitions/VoicemailOwnerResource.ts +16 -0
- package/src/index.ts +7 -3
- package/src/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/Insights/index.ts +31 -0
- package/src/paths/Ai/Ringsense/V1/Public/Accounts/Domains/Records/index.ts +25 -0
- package/src/paths/Ai/Ringsense/V1/Public/Accounts/Domains/index.ts +25 -0
- package/src/paths/Ai/Ringsense/V1/Public/Accounts/index.ts +25 -0
- package/src/paths/Ai/Ringsense/V1/Public/index.ts +20 -0
- package/src/paths/{Cx/SocialMessaging → Ai/Ringsense}/V1/index.ts +3 -8
- package/src/paths/{Cx/SocialMessaging → Ai/Ringsense}/index.ts +1 -1
- package/src/paths/Ai/index.ts +5 -0
- package/src/paths/Restapi/Account/CallLog/index.ts +3 -1
- package/src/paths/Restapi/Account/Extension/AddressBook/Contact/index.ts +3 -3
- package/src/paths/Restapi/Account/Extension/CallerBlocking/PhoneNumbers/index.ts +5 -3
- package/src/paths/Restapi/Account/Extension/Device/index.ts +2 -2
- package/src/paths/Restapi/Account/Extension/MessageStore/index.ts +12 -13
- package/src/paths/Restapi/Account/Extension/Presence/index.ts +1 -1
- package/src/paths/Restapi/Account/PhoneNumber/index.ts +1 -1
- package/src/paths/Restapi/Account/Telephony/Metadata/MultichannelRecordings/Content/index.ts +33 -0
- package/src/paths/Restapi/Account/Telephony/Metadata/MultichannelRecordings/index.ts +25 -0
- package/src/paths/Restapi/Account/Telephony/Metadata/index.ts +20 -0
- package/src/paths/Restapi/Account/Telephony/Sessions/Parties/Recordings/index.ts +3 -1
- package/src/paths/Restapi/Account/Telephony/index.ts +5 -0
- package/src/paths/TeamMessaging/V1/Persons/index.ts +3 -1
- package/src/samples.md +4657 -4709
- package/lib/definitions/CallQueueResource.d.ts +0 -11
- package/lib/definitions/CallQueueResource.js.map +0 -1
- package/lib/definitions/CallSessionStatusInfo.d.ts +0 -20
- package/lib/definitions/CallSessionStatusInfo.js.map +0 -1
- package/lib/definitions/ContentBodyFormatted.d.ts +0 -12
- package/lib/definitions/ContentBodyFormatted.js.map +0 -1
- package/lib/definitions/ContentContextData.d.ts +0 -8
- package/lib/definitions/ContentContextData.js.map +0 -1
- package/lib/definitions/ContentList.d.ts +0 -13
- package/lib/definitions/ContentList.js.map +0 -1
- package/lib/definitions/ContentModel.d.ts +0 -218
- package/lib/definitions/ContentModel.js.map +0 -1
- package/lib/definitions/CostCenterResource.d.ts +0 -15
- package/lib/definitions/CostCenterResource.js +0 -3
- package/lib/definitions/CostCenterResource.js.map +0 -1
- package/lib/definitions/CreateSocialMessagingContentRequest.d.ts +0 -110
- package/lib/definitions/CreateSocialMessagingContentRequest.js +0 -3
- package/lib/definitions/CreateSocialMessagingContentRequest.js.map +0 -1
- package/lib/definitions/DirectoryRoleResource.d.ts +0 -16
- package/lib/definitions/DirectoryRoleResource.js +0 -3
- package/lib/definitions/DirectoryRoleResource.js.map +0 -1
- package/lib/definitions/GroupResource.d.ts +0 -11
- package/lib/definitions/GroupResource.js.map +0 -1
- package/lib/definitions/IdentitiesList.d.ts +0 -13
- package/lib/definitions/IdentitiesList.js.map +0 -1
- package/lib/definitions/IdentityExtraValues.d.ts +0 -6
- package/lib/definitions/IdentityExtraValues.js +0 -3
- package/lib/definitions/IdentityExtraValues.js.map +0 -1
- package/lib/definitions/IdentityModel.d.ts +0 -199
- package/lib/definitions/IdentityModel.js.map +0 -1
- package/lib/definitions/ListSocialMessagingContentsParameters.d.ts +0 -68
- package/lib/definitions/ListSocialMessagingContentsParameters.js +0 -3
- package/lib/definitions/ListSocialMessagingContentsParameters.js.map +0 -1
- package/lib/definitions/ListSocialMessagingIdentitiesParameters.d.ts +0 -47
- package/lib/definitions/ListSocialMessagingIdentitiesParameters.js +0 -3
- package/lib/definitions/ListSocialMessagingIdentitiesParameters.js.map +0 -1
- package/lib/definitions/ServiceInfoPlan.js +0 -3
- package/lib/definitions/ServiceInfoPlan.js.map +0 -1
- package/lib/definitions/SocMsgContentAttachment.d.ts +0 -77
- package/lib/definitions/SocMsgContentAttachment.js +0 -3
- package/lib/definitions/SocMsgContentAttachment.js.map +0 -1
- package/lib/paths/Cx/SocialMessaging/V1/Contents/index.d.ts +0 -65
- package/lib/paths/Cx/SocialMessaging/V1/Contents/index.js +0 -83
- package/lib/paths/Cx/SocialMessaging/V1/Contents/index.js.map +0 -1
- package/lib/paths/Cx/SocialMessaging/V1/Identities/index.d.ts +0 -34
- package/lib/paths/Cx/SocialMessaging/V1/Identities/index.js +0 -50
- package/lib/paths/Cx/SocialMessaging/V1/Identities/index.js.map +0 -1
- package/lib/paths/Cx/SocialMessaging/V1/index.js.map +0 -1
- package/lib/paths/Cx/SocialMessaging/index.js.map +0 -1
- package/lib/paths/Cx/index.d.ts +0 -9
- package/lib/paths/Cx/index.js +0 -19
- package/lib/paths/Cx/index.js.map +0 -1
- package/src/definitions/CallQueueResource.ts +0 -13
- package/src/definitions/CallSessionStatusInfo.ts +0 -26
- package/src/definitions/ContentBodyFormatted.ts +0 -14
- package/src/definitions/ContentContextData.ts +0 -9
- package/src/definitions/ContentList.ts +0 -16
- package/src/definitions/ContentModel.ts +0 -299
- package/src/definitions/CostCenterResource.ts +0 -18
- package/src/definitions/CreateSocialMessagingContentRequest.ts +0 -126
- package/src/definitions/DirectoryRoleResource.ts +0 -20
- package/src/definitions/GroupResource.ts +0 -13
- package/src/definitions/IdentitiesList.ts +0 -16
- package/src/definitions/IdentityExtraValues.ts +0 -7
- package/src/definitions/IdentityModel.ts +0 -248
- package/src/definitions/ListSocialMessagingContentsParameters.ts +0 -85
- package/src/definitions/ListSocialMessagingIdentitiesParameters.ts +0 -61
- package/src/definitions/SocMsgContentAttachment.ts +0 -86
- package/src/paths/Cx/SocialMessaging/V1/Contents/index.ts +0 -101
- package/src/paths/Cx/SocialMessaging/V1/Identities/index.ts +0 -58
- package/src/paths/Cx/index.ts +0 -18
- /package/lib/paths/{Cx/SocialMessaging → Ai/Ringsense}/index.d.ts +0 -0
|
@@ -9,7 +9,7 @@ interface AccountPresenceEventBody {
|
|
|
9
9
|
extensionId?: string;
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
|
-
* Telephony presence status. Returned if telephony status is changed
|
|
12
|
+
* Telephony presence status. Returned if telephony status is changed
|
|
13
13
|
*/
|
|
14
14
|
telephonyStatus?: 'NoCall' | 'CallConnected' | 'Ringing' | 'OnHold' | 'ParkedCall';
|
|
15
15
|
|
|
@@ -34,6 +34,11 @@ interface AccountPresenceEventBody {
|
|
|
34
34
|
*/
|
|
35
35
|
dndStatus?: 'TakeAllCalls' | 'DoNotAcceptAnyCalls' | 'DoNotAcceptDepartmentCalls' | 'TakeDepartmentCallsOnly';
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Meetings presence status. Specifies if a user is on a meeting
|
|
39
|
+
*/
|
|
40
|
+
meetingStatus?: 'Connected' | 'Disconnected';
|
|
41
|
+
|
|
37
42
|
/**
|
|
38
43
|
* If `true` enables other extensions to see the extension presence status
|
|
39
44
|
*/
|
|
@@ -263,15 +263,13 @@ interface BaseCallLogRecord {
|
|
|
263
263
|
|
|
264
264
|
/**
|
|
265
265
|
* Call duration in seconds
|
|
266
|
-
*
|
|
267
|
-
* Format: int32
|
|
266
|
+
* Format: int64
|
|
268
267
|
*/
|
|
269
268
|
duration?: number;
|
|
270
269
|
|
|
271
270
|
/**
|
|
272
271
|
* Call duration in milliseconds
|
|
273
|
-
*
|
|
274
|
-
* Format: int32
|
|
272
|
+
* Format: int64
|
|
275
273
|
*/
|
|
276
274
|
durationMs?: number;
|
|
277
275
|
|
|
@@ -304,7 +302,8 @@ interface BaseCallLogRecord {
|
|
|
304
302
|
| 'Vma'
|
|
305
303
|
| 'LocalNumber'
|
|
306
304
|
| 'ImsOutgoing'
|
|
307
|
-
| 'ImsIncoming'
|
|
305
|
+
| 'ImsIncoming'
|
|
306
|
+
| 'Unknown';
|
|
308
307
|
}
|
|
309
308
|
|
|
310
309
|
export default BaseCallLogRecord;
|
|
@@ -38,13 +38,6 @@ interface BatchProvisionUsersRequestItem {
|
|
|
38
38
|
/**
|
|
39
39
|
*/
|
|
40
40
|
devices?: BatchProvisionUsersRequestItemDevices[];
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Specifies if a welcome/activation email is sent to the new users (within extension status changing from
|
|
44
|
-
* 'Unassigned' to 'NotActivated/Disabled')
|
|
45
|
-
* Default: true
|
|
46
|
-
*/
|
|
47
|
-
sendWelcomeEmail?: boolean;
|
|
48
41
|
}
|
|
49
42
|
|
|
50
43
|
export default BatchProvisionUsersRequestItem;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type TransitionInfo from './TransitionInfo';
|
|
2
|
+
|
|
1
3
|
interface BatchProvisionUsersRequestItemContact {
|
|
2
4
|
/**
|
|
3
5
|
* Given name
|
|
@@ -30,6 +32,10 @@ interface BatchProvisionUsersRequestItemContact {
|
|
|
30
32
|
* Default: true
|
|
31
33
|
*/
|
|
32
34
|
emailAsLoginName?: boolean;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
*/
|
|
38
|
+
transition?: TransitionInfo;
|
|
33
39
|
}
|
|
34
40
|
|
|
35
41
|
export default BatchProvisionUsersRequestItemContact;
|
|
@@ -264,15 +264,13 @@ interface CallLogRecord {
|
|
|
264
264
|
|
|
265
265
|
/**
|
|
266
266
|
* Call duration in seconds
|
|
267
|
-
*
|
|
268
|
-
* Format: int32
|
|
267
|
+
* Format: int64
|
|
269
268
|
*/
|
|
270
269
|
duration?: number;
|
|
271
270
|
|
|
272
271
|
/**
|
|
273
272
|
* Call duration in milliseconds
|
|
274
|
-
*
|
|
275
|
-
* Format: int32
|
|
273
|
+
* Format: int64
|
|
276
274
|
*/
|
|
277
275
|
durationMs?: number;
|
|
278
276
|
|
|
@@ -305,7 +303,8 @@ interface CallLogRecord {
|
|
|
305
303
|
| 'Vma'
|
|
306
304
|
| 'LocalNumber'
|
|
307
305
|
| 'ImsOutgoing'
|
|
308
|
-
| 'ImsIncoming'
|
|
306
|
+
| 'ImsIncoming'
|
|
307
|
+
| 'Unknown';
|
|
309
308
|
|
|
310
309
|
/**
|
|
311
310
|
* Internal identifier of a call log record
|
|
@@ -263,15 +263,13 @@ interface CallLogRecordLegInfo {
|
|
|
263
263
|
|
|
264
264
|
/**
|
|
265
265
|
* Call duration in seconds
|
|
266
|
-
*
|
|
267
|
-
* Format: int32
|
|
266
|
+
* Format: int64
|
|
268
267
|
*/
|
|
269
268
|
duration?: number;
|
|
270
269
|
|
|
271
270
|
/**
|
|
272
271
|
* Call duration in milliseconds
|
|
273
|
-
*
|
|
274
|
-
* Format: int32
|
|
272
|
+
* Format: int64
|
|
275
273
|
*/
|
|
276
274
|
durationMs?: number;
|
|
277
275
|
|
|
@@ -304,7 +302,8 @@ interface CallLogRecordLegInfo {
|
|
|
304
302
|
| 'Vma'
|
|
305
303
|
| 'LocalNumber'
|
|
306
304
|
| 'ImsOutgoing'
|
|
307
|
-
| 'ImsIncoming'
|
|
305
|
+
| 'ImsIncoming'
|
|
306
|
+
| 'Unknown';
|
|
308
307
|
|
|
309
308
|
/**
|
|
310
309
|
* Leg type
|
|
@@ -340,6 +339,7 @@ interface CallLogRecordLegInfo {
|
|
|
340
339
|
| 'Hunting'
|
|
341
340
|
| 'OutgoingFreeSpDl'
|
|
342
341
|
| 'ParkLocation'
|
|
342
|
+
| 'CallMeCallOut'
|
|
343
343
|
| 'ConferenceCall'
|
|
344
344
|
| 'MobileApp'
|
|
345
345
|
| 'MoveToConference'
|
|
@@ -350,7 +350,8 @@ interface CallLogRecordLegInfo {
|
|
|
350
350
|
| 'Pickup'
|
|
351
351
|
| 'ImsCall'
|
|
352
352
|
| 'JoinCall'
|
|
353
|
-
| 'TextRelay'
|
|
353
|
+
| 'TextRelay'
|
|
354
|
+
| 'IvaCall';
|
|
354
355
|
|
|
355
356
|
/**
|
|
356
357
|
* Returned for 'Detailed' call log. Specifies if the leg is master-leg
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type CallMonitoringGroupSite from './CallMonitoringGroupSite';
|
|
2
|
+
|
|
1
3
|
interface CallMonitoringGroup {
|
|
2
4
|
/**
|
|
3
5
|
* Link to a call monitoring group resource
|
|
@@ -14,6 +16,10 @@ interface CallMonitoringGroup {
|
|
|
14
16
|
* Name of a group
|
|
15
17
|
*/
|
|
16
18
|
name?: string;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*/
|
|
22
|
+
site?: CallMonitoringGroupSite;
|
|
17
23
|
}
|
|
18
24
|
|
|
19
25
|
export default CallMonitoringGroup;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type PeerInfo from './PeerInfo';
|
|
2
|
+
import type MobilePickupData from './MobilePickupData';
|
|
2
3
|
|
|
3
4
|
/**
|
|
4
5
|
* Status data of a call session
|
|
@@ -21,11 +22,7 @@ interface CallStatusInfo {
|
|
|
21
22
|
| 'VoiceMailScreening';
|
|
22
23
|
|
|
23
24
|
/**
|
|
24
|
-
|
|
25
|
-
peerId?: PeerInfo;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Reason for call termination. For 'Disconnected' code only
|
|
25
|
+
* Reason for a call status, might be specified for some codes
|
|
29
26
|
*/
|
|
30
27
|
reason?:
|
|
31
28
|
| 'Pickup'
|
|
@@ -56,12 +53,31 @@ interface CallStatusInfo {
|
|
|
56
53
|
| 'CallReplied'
|
|
57
54
|
| 'CallSwitch'
|
|
58
55
|
| 'CallFinished'
|
|
59
|
-
| 'CallDropped'
|
|
56
|
+
| 'CallDropped'
|
|
57
|
+
| 'Voicemail';
|
|
60
58
|
|
|
61
59
|
/**
|
|
62
60
|
* Optional message
|
|
63
61
|
*/
|
|
64
62
|
description?: string;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Call park data. Returned for calls in 'Parked' state
|
|
66
|
+
*/
|
|
67
|
+
parkData?: string;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
*/
|
|
71
|
+
peerId?: PeerInfo;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
*/
|
|
75
|
+
mobilePickupData?: MobilePickupData;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Specifies if it's a conference call
|
|
79
|
+
*/
|
|
80
|
+
rcc?: boolean;
|
|
65
81
|
}
|
|
66
82
|
|
|
67
83
|
export default CallStatusInfo;
|
|
@@ -2,11 +2,7 @@ import type AccountResource from './AccountResource';
|
|
|
2
2
|
import type PhoneNumberResource from './PhoneNumberResource';
|
|
3
3
|
import type AccountDirectoryProfileImageResource from './AccountDirectoryProfileImageResource';
|
|
4
4
|
import type BusinessSiteResource from './BusinessSiteResource';
|
|
5
|
-
import type DirectoryRoleResource from './DirectoryRoleResource';
|
|
6
|
-
import type CallQueueResource from './CallQueueResource';
|
|
7
5
|
import type CustomFieldResource from './CustomFieldResource';
|
|
8
|
-
import type GroupResource from './GroupResource';
|
|
9
|
-
import type CostCenterResource from './CostCenterResource';
|
|
10
6
|
import type ExternalIntegrationResource from './ExternalIntegrationResource';
|
|
11
7
|
|
|
12
8
|
interface ContactResource {
|
|
@@ -107,35 +103,13 @@ interface ContactResource {
|
|
|
107
103
|
*/
|
|
108
104
|
hidden?: boolean;
|
|
109
105
|
|
|
110
|
-
/**
|
|
111
|
-
*/
|
|
112
|
-
role?: DirectoryRoleResource;
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
*/
|
|
116
|
-
callQueues?: CallQueueResource[];
|
|
117
|
-
|
|
118
106
|
/**
|
|
119
107
|
*/
|
|
120
108
|
customFields?: CustomFieldResource[];
|
|
121
109
|
|
|
122
|
-
/**
|
|
123
|
-
*/
|
|
124
|
-
groups?: GroupResource[];
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
*/
|
|
128
|
-
costCenter?: CostCenterResource;
|
|
129
|
-
|
|
130
110
|
/**
|
|
131
111
|
*/
|
|
132
112
|
integration?: ExternalIntegrationResource;
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Extension subtype
|
|
136
|
-
* Example: Unknown
|
|
137
|
-
*/
|
|
138
|
-
subType?: 'Unknown' | 'VideoPro' | 'VideoProPlus' | 'DigitalSignage' | 'Emergency';
|
|
139
113
|
}
|
|
140
114
|
|
|
141
115
|
export default ContactResource;
|
|
@@ -1,9 +1,15 @@
|
|
|
1
|
+
import type CreateCallMonitoringGroupRequestSite from './CreateCallMonitoringGroupRequestSite';
|
|
2
|
+
|
|
1
3
|
interface CreateCallMonitoringGroupRequest {
|
|
2
4
|
/**
|
|
3
5
|
* Name of a group
|
|
4
6
|
* Required
|
|
5
7
|
*/
|
|
6
8
|
name?: string;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
*/
|
|
12
|
+
site?: CreateCallMonitoringGroupRequestSite;
|
|
7
13
|
}
|
|
8
14
|
|
|
9
15
|
export default CreateCallMonitoringGroupRequest;
|
|
@@ -133,6 +133,11 @@ interface DeviceResource {
|
|
|
133
133
|
/**
|
|
134
134
|
*/
|
|
135
135
|
billingStatement?: BillingStatementInfo;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Ability to access the Voicemail without being prompted to enter a PIN from the hard phone
|
|
139
|
+
*/
|
|
140
|
+
automaticVoicemailLogin?: boolean;
|
|
136
141
|
}
|
|
137
142
|
|
|
138
143
|
export default DeviceResource;
|
|
@@ -93,6 +93,12 @@ interface ExtensionCreationRequest {
|
|
|
93
93
|
* to `false` by default
|
|
94
94
|
*/
|
|
95
95
|
hidden?: boolean;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Extension name. For user extension types the value is a combination
|
|
99
|
+
* of the specified first name and last name
|
|
100
|
+
*/
|
|
101
|
+
name?: string;
|
|
96
102
|
}
|
|
97
103
|
|
|
98
104
|
export default ExtensionCreationRequest;
|
|
@@ -5,6 +5,11 @@ import type ExtensionGreetingLanguageInfoRequest from './ExtensionGreetingLangua
|
|
|
5
5
|
import type ExtensionFormattingLocaleInfoRequest from './ExtensionFormattingLocaleInfoRequest';
|
|
6
6
|
import type ExtensionCurrencyInfoRequest from './ExtensionCurrencyInfoRequest';
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Regional data (timezone, home country, language) of an extension.
|
|
10
|
+
* The default is Company (Auto-Receptionist) settings
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
8
13
|
interface ExtensionRegionalSettingRequest {
|
|
9
14
|
/**
|
|
10
15
|
*/
|
|
@@ -2,6 +2,7 @@ import type MessageAttachmentInfo from './MessageAttachmentInfo';
|
|
|
2
2
|
import type ConversationInfo from './ConversationInfo';
|
|
3
3
|
import type MessageStoreCallerInfoResponseFrom from './MessageStoreCallerInfoResponseFrom';
|
|
4
4
|
import type MessageStoreCallerInfoResponseTo from './MessageStoreCallerInfoResponseTo';
|
|
5
|
+
import type VoicemailOwnerResource from './VoicemailOwnerResource';
|
|
5
6
|
|
|
6
7
|
interface GetMessageInfoResponse {
|
|
7
8
|
/**
|
|
@@ -171,6 +172,10 @@ interface GetMessageInfoResponse {
|
|
|
171
172
|
* cover page. Maximum length is limited to 1024 symbols
|
|
172
173
|
*/
|
|
173
174
|
coverPageText?: string;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
*/
|
|
178
|
+
owner?: VoicemailOwnerResource;
|
|
174
179
|
}
|
|
175
180
|
|
|
176
181
|
export default GetMessageInfoResponse;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Query parameters for operation getRecordingInsights
|
|
3
|
+
*/
|
|
4
|
+
interface GetRecordingInsightsParameters {
|
|
5
|
+
/**
|
|
6
|
+
* AI Insight Types
|
|
7
|
+
*/
|
|
8
|
+
insightTypes?: ('NextSteps' | 'Transcript' | 'Summary' | 'Highlights' | 'BulletedSummary' | 'AIScore')[];
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default GetRecordingInsightsParameters;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
interface HighlightsInsightUnit {
|
|
2
|
+
/**
|
|
3
|
+
* Participant ID
|
|
4
|
+
* Required
|
|
5
|
+
* Example: p-32423
|
|
6
|
+
*/
|
|
7
|
+
speakerId?: string;
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Value of the insight
|
|
11
|
+
* Required
|
|
12
|
+
* Example: conversational insights text
|
|
13
|
+
*/
|
|
14
|
+
value?: string;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Start time of the insight (in sec)
|
|
18
|
+
* Required
|
|
19
|
+
* Format: float
|
|
20
|
+
* Example: 1.2
|
|
21
|
+
*/
|
|
22
|
+
start?: number;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* End time of the insight (in sec)
|
|
26
|
+
* Required
|
|
27
|
+
* Format: float
|
|
28
|
+
* Example: 4.2
|
|
29
|
+
*/
|
|
30
|
+
end?: number;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export default HighlightsInsightUnit;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface InternalDeliveryMode {
|
|
2
|
+
/**
|
|
3
|
+
* The transport type for this subscription, or the channel by which an app should be notified of an event
|
|
4
|
+
* Required
|
|
5
|
+
*/
|
|
6
|
+
transportType?: 'Internal';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* The name of internal channel (defined in the backend service configuration) to deliver notifications through.
|
|
10
|
+
* Required
|
|
11
|
+
* Example: my-server-channel
|
|
12
|
+
*/
|
|
13
|
+
configName?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default InternalDeliveryMode;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
interface ListDirectoryEntriesParameters {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
7
|
-
*
|
|
6
|
+
* Allows to make lookups across a whole directory skipping a filtering logic of Cross-Site access management feature.
|
|
7
|
+
* Default: true
|
|
8
8
|
*/
|
|
9
9
|
accessibleSitesOnly?: boolean;
|
|
10
10
|
|
|
@@ -29,9 +29,9 @@ interface ListExtensionDevicesParameters {
|
|
|
29
29
|
linePooling?: 'Host' | 'Guest' | 'None';
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
* Device feature
|
|
32
|
+
* Device feature or multiple features supported
|
|
33
33
|
*/
|
|
34
|
-
feature?: 'BLA' | 'CommonPhone' | 'Intercom' | 'Paging' | 'HELD';
|
|
34
|
+
feature?: ('BLA' | 'CommonPhone' | 'Intercom' | 'Paging' | 'HELD')[];
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
* Device type
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
interface NextStepsInsightUnit {
|
|
2
|
+
/**
|
|
3
|
+
* Participant ID
|
|
4
|
+
* Required
|
|
5
|
+
* Example: p-32423
|
|
6
|
+
*/
|
|
7
|
+
speakerId?: string;
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Value of the insight
|
|
11
|
+
* Required
|
|
12
|
+
* Example: conversational insights text
|
|
13
|
+
*/
|
|
14
|
+
value?: string;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Start time of the insight (in sec)
|
|
18
|
+
* Required
|
|
19
|
+
* Format: float
|
|
20
|
+
* Example: 1.2
|
|
21
|
+
*/
|
|
22
|
+
start?: number;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* End time of the insight (in sec)
|
|
26
|
+
* Required
|
|
27
|
+
* Format: float
|
|
28
|
+
* Example: 4.2
|
|
29
|
+
*/
|
|
30
|
+
end?: number;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export default NextStepsInsightUnit;
|
|
@@ -6,7 +6,7 @@ interface NotificationDeliveryMode {
|
|
|
6
6
|
* The transport type for this subscription, or the channel by which an app should be notified of an event
|
|
7
7
|
* Required
|
|
8
8
|
*/
|
|
9
|
-
transportType?: 'WebHook' | 'RC/APNS' | 'RC/GCM' | 'PubNub' | 'WebSocket';
|
|
9
|
+
transportType?: 'WebHook' | 'RC/APNS' | 'RC/GCM' | 'PubNub' | 'WebSocket' | 'Internal';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* PubNub channel name
|
|
@@ -60,6 +60,13 @@ interface NotificationDeliveryMode {
|
|
|
60
60
|
* Cryptographic key to decrypt PubNub notification messages
|
|
61
61
|
*/
|
|
62
62
|
encryptionKey?: string;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* The name of internal channel (defined in the backend service configuration) to deliver notifications through.
|
|
66
|
+
* Required
|
|
67
|
+
* Example: my-server-channel
|
|
68
|
+
*/
|
|
69
|
+
configName?: string;
|
|
63
70
|
}
|
|
64
71
|
|
|
65
72
|
export default NotificationDeliveryMode;
|
|
@@ -41,7 +41,9 @@ interface PartySuperviseResponse {
|
|
|
41
41
|
owner?: OwnerInfo;
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* If `true` then the party is not connected to a session voice
|
|
45
|
+
* conference, `false` means the party is connected to other parties in a
|
|
46
|
+
* session
|
|
45
47
|
*/
|
|
46
48
|
standAlone?: boolean;
|
|
47
49
|
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
interface RSConversationalInsightsUnit {
|
|
2
|
+
/**
|
|
3
|
+
* Participant ID
|
|
4
|
+
* Required
|
|
5
|
+
* Example: p-32423
|
|
6
|
+
*/
|
|
7
|
+
speakerId?: string;
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Value of the insight
|
|
11
|
+
* Required
|
|
12
|
+
* Example: conversational insights text
|
|
13
|
+
*/
|
|
14
|
+
value?: string;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Start time of the insight (in sec)
|
|
18
|
+
* Required
|
|
19
|
+
* Format: float
|
|
20
|
+
* Example: 1.2
|
|
21
|
+
*/
|
|
22
|
+
start?: number;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* End time of the insight (in sec)
|
|
26
|
+
* Required
|
|
27
|
+
* Format: float
|
|
28
|
+
* Example: 4.2
|
|
29
|
+
*/
|
|
30
|
+
end?: number;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export default RSConversationalInsightsUnit;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
interface ReadDirectoryEntryParameters {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
7
|
-
*
|
|
6
|
+
* Allows to make lookups across a whole directory skipping a filtering logic of Cross-Site access management feature.
|
|
7
|
+
* Default: true
|
|
8
8
|
*/
|
|
9
9
|
accessibleSitesOnly?: boolean;
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Query parameters for operation readMultichannelCallRecordingContent
|
|
3
|
+
*/
|
|
4
|
+
interface ReadMultichannelCallRecordingContentParameters {
|
|
5
|
+
/**
|
|
6
|
+
* Whether the content is expected to be displayed in the browser, or downloaded and saved locally
|
|
7
|
+
*/
|
|
8
|
+
contentDisposition?: 'Inline' | 'Attachment';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* The default filename of the file to be downloaded
|
|
12
|
+
*/
|
|
13
|
+
contentDispositionFilename?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default ReadMultichannelCallRecordingContentParameters;
|