@rc-ex/core 1.4.2 → 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/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/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
package/lib/FormData.d.ts
CHANGED
package/lib/Rest.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { AxiosInstance } from
|
|
2
|
-
import type TokenInfo from
|
|
3
|
-
import type { RestMethod, RestOptions, RestRequestConfig, RestResponse } from
|
|
1
|
+
import type { AxiosInstance } from "axios";
|
|
2
|
+
import type TokenInfo from "./definitions/TokenInfo";
|
|
3
|
+
import type { RestMethod, RestOptions, RestRequestConfig, RestResponse } from "./types";
|
|
4
4
|
export default class Rest {
|
|
5
5
|
static sandboxServer: string;
|
|
6
6
|
static productionServer: string;
|
package/lib/Rest.js
CHANGED
|
@@ -7,30 +7,33 @@ const axios_1 = __importDefault(require("axios"));
|
|
|
7
7
|
const qs_1 = __importDefault(require("qs"));
|
|
8
8
|
const FormData_1 = require("./FormData");
|
|
9
9
|
const RestException_1 = __importDefault(require("./RestException"));
|
|
10
|
-
const version =
|
|
10
|
+
const version = "1.5.0";
|
|
11
11
|
class Rest {
|
|
12
12
|
constructor(options) {
|
|
13
13
|
var _a, _b, _c, _d, _e;
|
|
14
14
|
this.server = (_a = options.server) !== null && _a !== void 0 ? _a : Rest.productionServer;
|
|
15
|
-
this.clientId = (_b = options.clientId) !== null && _b !== void 0 ? _b :
|
|
15
|
+
this.clientId = (_b = options.clientId) !== null && _b !== void 0 ? _b : "";
|
|
16
16
|
this.clientSecret = options.clientSecret;
|
|
17
17
|
this.token = (_c = options.token) !== null && _c !== void 0 ? _c : undefined;
|
|
18
|
-
this.appName = (_d = options.appName) !== null && _d !== void 0 ? _d :
|
|
19
|
-
this.appVersion = (_e = options.appVersion) !== null && _e !== void 0 ? _e :
|
|
18
|
+
this.appName = (_d = options.appName) !== null && _d !== void 0 ? _d : "Unknown";
|
|
19
|
+
this.appVersion = (_e = options.appVersion) !== null && _e !== void 0 ? _e : "0.0.1";
|
|
20
20
|
this.httpClient = axios_1.default.create({
|
|
21
21
|
headers: {
|
|
22
|
-
|
|
22
|
+
"X-User-Agent": `${this.appName}/${this.appVersion} ringcentral-extensible/core/${version}`,
|
|
23
23
|
},
|
|
24
24
|
validateStatus: () => true,
|
|
25
25
|
paramsSerializer: {
|
|
26
|
-
serialize: (params) => qs_1.default.stringify(params, { arrayFormat:
|
|
26
|
+
serialize: (params) => qs_1.default.stringify(params, { arrayFormat: "repeat" }),
|
|
27
27
|
},
|
|
28
28
|
});
|
|
29
29
|
this.httpClient.interceptors.request.use((config) => {
|
|
30
30
|
if (Buffer.isBuffer(config.data)) {
|
|
31
31
|
return {
|
|
32
32
|
...config,
|
|
33
|
-
headers: {
|
|
33
|
+
headers: {
|
|
34
|
+
...config.headers,
|
|
35
|
+
"Content-Type": `multipart/form-data; boundary=${FormData_1.boundary}`,
|
|
36
|
+
},
|
|
34
37
|
};
|
|
35
38
|
}
|
|
36
39
|
return config;
|
|
@@ -48,7 +51,8 @@ class Rest {
|
|
|
48
51
|
...config,
|
|
49
52
|
};
|
|
50
53
|
// /restapi/oauth/wstoken uses bearer token
|
|
51
|
-
if (endpoint ===
|
|
54
|
+
if (endpoint === "/restapi/oauth/token" ||
|
|
55
|
+
endpoint === "/restapi/oauth/revoke") {
|
|
52
56
|
if (this.clientSecret) {
|
|
53
57
|
// basic token
|
|
54
58
|
newConfig.auth = {
|
|
@@ -73,7 +77,7 @@ class Rest {
|
|
|
73
77
|
throw new RestException_1.default(r);
|
|
74
78
|
}
|
|
75
79
|
}
|
|
76
|
-
Rest.sandboxServer =
|
|
77
|
-
Rest.productionServer =
|
|
80
|
+
Rest.sandboxServer = "https://platform.devtest.ringcentral.com";
|
|
81
|
+
Rest.productionServer = "https://platform.ringcentral.com";
|
|
78
82
|
exports.default = Rest;
|
|
79
83
|
//# sourceMappingURL=Rest.js.map
|
package/lib/Rest.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rest.js","sourceRoot":"","sources":["../src/Rest.ts"],"names":[],"mappings":";;;;;AACA,kDAA0B;AAC1B,4CAAoB;AACpB,yCAAsC;AAEtC,oEAA4C;
|
|
1
|
+
{"version":3,"file":"Rest.js","sourceRoot":"","sources":["../src/Rest.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type TranscriptInsightUnit from './TranscriptInsightUnit';
|
|
2
|
+
import type SummaryInsightUnit from './SummaryInsightUnit';
|
|
3
|
+
import type HighlightsInsightUnit from './HighlightsInsightUnit';
|
|
4
|
+
import type NextStepsInsightUnit from './NextStepsInsightUnit';
|
|
5
|
+
import type BulletedSummaryInsightUnit from './BulletedSummaryInsightUnit';
|
|
6
|
+
import type AIScoreInsightUnit from './AIScoreInsightUnit';
|
|
7
|
+
interface AIInsights {
|
|
8
|
+
/**
|
|
9
|
+
*/
|
|
10
|
+
Transcript?: TranscriptInsightUnit[];
|
|
11
|
+
/**
|
|
12
|
+
*/
|
|
13
|
+
Summary?: SummaryInsightUnit[];
|
|
14
|
+
/**
|
|
15
|
+
*/
|
|
16
|
+
Highlights?: HighlightsInsightUnit[];
|
|
17
|
+
/**
|
|
18
|
+
*/
|
|
19
|
+
NextSteps?: NextStepsInsightUnit[];
|
|
20
|
+
/**
|
|
21
|
+
*/
|
|
22
|
+
BulletedSummary?: BulletedSummaryInsightUnit[];
|
|
23
|
+
/**
|
|
24
|
+
*/
|
|
25
|
+
AIScore?: AIScoreInsightUnit[];
|
|
26
|
+
}
|
|
27
|
+
export default AIInsights;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AIInsights.js","sourceRoot":"","sources":["../../src/definitions/AIInsights.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AIScoreInsightUnit.js","sourceRoot":"","sources":["../../src/definitions/AIScoreInsightUnit.ts"],"names":[],"mappings":""}
|
|
@@ -8,7 +8,7 @@ interface AccountPresenceEventBody {
|
|
|
8
8
|
*/
|
|
9
9
|
extensionId?: string;
|
|
10
10
|
/**
|
|
11
|
-
* Telephony presence status. Returned if telephony status is changed
|
|
11
|
+
* Telephony presence status. Returned if telephony status is changed
|
|
12
12
|
*/
|
|
13
13
|
telephonyStatus?: 'NoCall' | 'CallConnected' | 'Ringing' | 'OnHold' | 'ParkedCall';
|
|
14
14
|
/**
|
|
@@ -28,6 +28,10 @@ interface AccountPresenceEventBody {
|
|
|
28
28
|
* Extended DnD (Do not Disturb) status
|
|
29
29
|
*/
|
|
30
30
|
dndStatus?: 'TakeAllCalls' | 'DoNotAcceptAnyCalls' | 'DoNotAcceptDepartmentCalls' | 'TakeDepartmentCallsOnly';
|
|
31
|
+
/**
|
|
32
|
+
* Meetings presence status. Specifies if a user is on a meeting
|
|
33
|
+
*/
|
|
34
|
+
meetingStatus?: 'Connected' | 'Disconnected';
|
|
31
35
|
/**
|
|
32
36
|
* If `true` enables other extensions to see the extension presence status
|
|
33
37
|
*/
|
|
@@ -126,14 +126,12 @@ interface BaseCallLogRecord {
|
|
|
126
126
|
startTime?: string;
|
|
127
127
|
/**
|
|
128
128
|
* Call duration in seconds
|
|
129
|
-
*
|
|
130
|
-
* Format: int32
|
|
129
|
+
* Format: int64
|
|
131
130
|
*/
|
|
132
131
|
duration?: number;
|
|
133
132
|
/**
|
|
134
133
|
* Call duration in milliseconds
|
|
135
|
-
*
|
|
136
|
-
* Format: int32
|
|
134
|
+
* Format: int64
|
|
137
135
|
*/
|
|
138
136
|
durationMs?: number;
|
|
139
137
|
/**
|
|
@@ -149,6 +147,6 @@ interface BaseCallLogRecord {
|
|
|
149
147
|
/**
|
|
150
148
|
* The internal type of the call
|
|
151
149
|
*/
|
|
152
|
-
internalType?: 'Local' | 'LongDistance' | 'International' | 'Sip' | 'RingMe' | 'RingOut' | 'Usual' | 'TollFreeNumber' | 'VerificationNumber' | 'Vma' | 'LocalNumber' | 'ImsOutgoing' | 'ImsIncoming';
|
|
150
|
+
internalType?: 'Local' | 'LongDistance' | 'International' | 'Sip' | 'RingMe' | 'RingOut' | 'Usual' | 'TollFreeNumber' | 'VerificationNumber' | 'Vma' | 'LocalNumber' | 'ImsOutgoing' | 'ImsIncoming' | 'Unknown';
|
|
153
151
|
}
|
|
154
152
|
export default BaseCallLogRecord;
|
|
@@ -32,11 +32,5 @@ interface BatchProvisionUsersRequestItem {
|
|
|
32
32
|
/**
|
|
33
33
|
*/
|
|
34
34
|
devices?: BatchProvisionUsersRequestItemDevices[];
|
|
35
|
-
/**
|
|
36
|
-
* Specifies if a welcome/activation email is sent to the new users (within extension status changing from
|
|
37
|
-
* 'Unassigned' to 'NotActivated/Disabled')
|
|
38
|
-
* Default: true
|
|
39
|
-
*/
|
|
40
|
-
sendWelcomeEmail?: boolean;
|
|
41
35
|
}
|
|
42
36
|
export default BatchProvisionUsersRequestItem;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type TransitionInfo from './TransitionInfo';
|
|
1
2
|
interface BatchProvisionUsersRequestItemContact {
|
|
2
3
|
/**
|
|
3
4
|
* Given name
|
|
@@ -26,5 +27,8 @@ interface BatchProvisionUsersRequestItemContact {
|
|
|
26
27
|
* Default: true
|
|
27
28
|
*/
|
|
28
29
|
emailAsLoginName?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
*/
|
|
32
|
+
transition?: TransitionInfo;
|
|
29
33
|
}
|
|
30
34
|
export default BatchProvisionUsersRequestItemContact;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulletedSummaryInsightUnit.js","sourceRoot":"","sources":["../../src/definitions/BulletedSummaryInsightUnit.ts"],"names":[],"mappings":""}
|
|
@@ -127,14 +127,12 @@ interface CallLogRecord {
|
|
|
127
127
|
startTime?: string;
|
|
128
128
|
/**
|
|
129
129
|
* Call duration in seconds
|
|
130
|
-
*
|
|
131
|
-
* Format: int32
|
|
130
|
+
* Format: int64
|
|
132
131
|
*/
|
|
133
132
|
duration?: number;
|
|
134
133
|
/**
|
|
135
134
|
* Call duration in milliseconds
|
|
136
|
-
*
|
|
137
|
-
* Format: int32
|
|
135
|
+
* Format: int64
|
|
138
136
|
*/
|
|
139
137
|
durationMs?: number;
|
|
140
138
|
/**
|
|
@@ -150,7 +148,7 @@ interface CallLogRecord {
|
|
|
150
148
|
/**
|
|
151
149
|
* The internal type of the call
|
|
152
150
|
*/
|
|
153
|
-
internalType?: 'Local' | 'LongDistance' | 'International' | 'Sip' | 'RingMe' | 'RingOut' | 'Usual' | 'TollFreeNumber' | 'VerificationNumber' | 'Vma' | 'LocalNumber' | 'ImsOutgoing' | 'ImsIncoming';
|
|
151
|
+
internalType?: 'Local' | 'LongDistance' | 'International' | 'Sip' | 'RingMe' | 'RingOut' | 'Usual' | 'TollFreeNumber' | 'VerificationNumber' | 'Vma' | 'LocalNumber' | 'ImsOutgoing' | 'ImsIncoming' | 'Unknown';
|
|
154
152
|
/**
|
|
155
153
|
* Internal identifier of a call log record
|
|
156
154
|
* Required
|
|
@@ -126,14 +126,12 @@ interface CallLogRecordLegInfo {
|
|
|
126
126
|
startTime?: string;
|
|
127
127
|
/**
|
|
128
128
|
* Call duration in seconds
|
|
129
|
-
*
|
|
130
|
-
* Format: int32
|
|
129
|
+
* Format: int64
|
|
131
130
|
*/
|
|
132
131
|
duration?: number;
|
|
133
132
|
/**
|
|
134
133
|
* Call duration in milliseconds
|
|
135
|
-
*
|
|
136
|
-
* Format: int32
|
|
134
|
+
* Format: int64
|
|
137
135
|
*/
|
|
138
136
|
durationMs?: number;
|
|
139
137
|
/**
|
|
@@ -149,12 +147,12 @@ interface CallLogRecordLegInfo {
|
|
|
149
147
|
/**
|
|
150
148
|
* The internal type of the call
|
|
151
149
|
*/
|
|
152
|
-
internalType?: 'Local' | 'LongDistance' | 'International' | 'Sip' | 'RingMe' | 'RingOut' | 'Usual' | 'TollFreeNumber' | 'VerificationNumber' | 'Vma' | 'LocalNumber' | 'ImsOutgoing' | 'ImsIncoming';
|
|
150
|
+
internalType?: 'Local' | 'LongDistance' | 'International' | 'Sip' | 'RingMe' | 'RingOut' | 'Usual' | 'TollFreeNumber' | 'VerificationNumber' | 'Vma' | 'LocalNumber' | 'ImsOutgoing' | 'ImsIncoming' | 'Unknown';
|
|
153
151
|
/**
|
|
154
152
|
* Leg type
|
|
155
153
|
* Required
|
|
156
154
|
*/
|
|
157
|
-
legType?: 'SipForwarding' | 'ServiceMinus2' | 'ServiceMinus3' | 'PstnToSip' | 'Accept' | 'FindMe' | 'FollowMe' | 'TestCall' | 'FaxSent' | 'CallBack' | 'CallingCard' | 'RingDirectly' | 'RingOutWebToSubscriber' | 'RingOutWebToCaller' | 'SipToPstnMetered' | 'RingOutClientToSubscriber' | 'RingOutClientToCaller' | 'RingMe' | 'TransferCall' | 'SipToPstnUnmetered' | 'RingOutDeviceToSubscriber' | 'RingOutDeviceToCaller' | 'RingOutOneLegToCaller' | 'ExtensionToExtension' | 'CallPark' | 'PagingServer' | 'Hunting' | 'OutgoingFreeSpDl' | 'ParkLocation' | 'ConferenceCall' | 'MobileApp' | 'MoveToConference' | 'Unknown' | 'MeetingsCall' | 'SilentMonitoring' | 'Monitoring' | 'Pickup' | 'ImsCall' | 'JoinCall' | 'TextRelay';
|
|
155
|
+
legType?: 'SipForwarding' | 'ServiceMinus2' | 'ServiceMinus3' | 'PstnToSip' | 'Accept' | 'FindMe' | 'FollowMe' | 'TestCall' | 'FaxSent' | 'CallBack' | 'CallingCard' | 'RingDirectly' | 'RingOutWebToSubscriber' | 'RingOutWebToCaller' | 'SipToPstnMetered' | 'RingOutClientToSubscriber' | 'RingOutClientToCaller' | 'RingMe' | 'TransferCall' | 'SipToPstnUnmetered' | 'RingOutDeviceToSubscriber' | 'RingOutDeviceToCaller' | 'RingOutOneLegToCaller' | 'ExtensionToExtension' | 'CallPark' | 'PagingServer' | 'Hunting' | 'OutgoingFreeSpDl' | 'ParkLocation' | 'CallMeCallOut' | 'ConferenceCall' | 'MobileApp' | 'MoveToConference' | 'Unknown' | 'MeetingsCall' | 'SilentMonitoring' | 'Monitoring' | 'Pickup' | 'ImsCall' | 'JoinCall' | 'TextRelay' | 'IvaCall';
|
|
158
156
|
/**
|
|
159
157
|
* Returned for 'Detailed' call log. Specifies if the leg is master-leg
|
|
160
158
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type CallMonitoringGroupSite from './CallMonitoringGroupSite';
|
|
1
2
|
interface CallMonitoringGroup {
|
|
2
3
|
/**
|
|
3
4
|
* Link to a call monitoring group resource
|
|
@@ -12,5 +13,8 @@ interface CallMonitoringGroup {
|
|
|
12
13
|
* Name of a group
|
|
13
14
|
*/
|
|
14
15
|
name?: string;
|
|
16
|
+
/**
|
|
17
|
+
*/
|
|
18
|
+
site?: CallMonitoringGroupSite;
|
|
15
19
|
}
|
|
16
20
|
export default CallMonitoringGroup;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallMonitoringGroupSite.js","sourceRoot":"","sources":["../../src/definitions/CallMonitoringGroupSite.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type PeerInfo from './PeerInfo';
|
|
2
|
+
import type MobilePickupData from './MobilePickupData';
|
|
2
3
|
/**
|
|
3
4
|
* Status data of a call session
|
|
4
5
|
*/
|
|
@@ -7,16 +8,27 @@ interface CallStatusInfo {
|
|
|
7
8
|
* Status code of a call
|
|
8
9
|
*/
|
|
9
10
|
code?: 'Setup' | 'Proceeding' | 'Answered' | 'Disconnected' | 'Gone' | 'Parked' | 'Hold' | 'VoiceMail' | 'FaxReceive' | 'Tds' | 'VoiceMailScreening';
|
|
11
|
+
/**
|
|
12
|
+
* Reason for a call status, might be specified for some codes
|
|
13
|
+
*/
|
|
14
|
+
reason?: 'Pickup' | 'Supervising' | 'TakeOver' | 'Timeout' | 'BlindTransfer' | 'RccTransfer' | 'AttendedTransfer' | 'CallerInputRedirect' | 'CallFlip' | 'ParkLocation' | 'DtmfTransfer' | 'AgentAnswered' | 'AgentDropped' | 'Rejected' | 'Cancelled' | 'InternalError' | 'NoAnswer' | 'TargetBusy' | 'InvalidNumber' | 'InternationalDisabled' | 'DestinationBlocked' | 'NotEnoughFunds' | 'NoSuchUser' | 'CallPark' | 'CallRedirected' | 'CallReplied' | 'CallSwitch' | 'CallFinished' | 'CallDropped' | 'Voicemail';
|
|
15
|
+
/**
|
|
16
|
+
* Optional message
|
|
17
|
+
*/
|
|
18
|
+
description?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Call park data. Returned for calls in 'Parked' state
|
|
21
|
+
*/
|
|
22
|
+
parkData?: string;
|
|
10
23
|
/**
|
|
11
24
|
*/
|
|
12
25
|
peerId?: PeerInfo;
|
|
13
26
|
/**
|
|
14
|
-
* Reason for call termination. For 'Disconnected' code only
|
|
15
27
|
*/
|
|
16
|
-
|
|
28
|
+
mobilePickupData?: MobilePickupData;
|
|
17
29
|
/**
|
|
18
|
-
*
|
|
30
|
+
* Specifies if it's a conference call
|
|
19
31
|
*/
|
|
20
|
-
|
|
32
|
+
rcc?: boolean;
|
|
21
33
|
}
|
|
22
34
|
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
|
interface ContactResource {
|
|
12
8
|
/**
|
|
@@ -72,28 +68,11 @@ interface ContactResource {
|
|
|
72
68
|
/**
|
|
73
69
|
*/
|
|
74
70
|
hidden?: boolean;
|
|
75
|
-
/**
|
|
76
|
-
*/
|
|
77
|
-
role?: DirectoryRoleResource;
|
|
78
|
-
/**
|
|
79
|
-
*/
|
|
80
|
-
callQueues?: CallQueueResource[];
|
|
81
71
|
/**
|
|
82
72
|
*/
|
|
83
73
|
customFields?: CustomFieldResource[];
|
|
84
|
-
/**
|
|
85
|
-
*/
|
|
86
|
-
groups?: GroupResource[];
|
|
87
|
-
/**
|
|
88
|
-
*/
|
|
89
|
-
costCenter?: CostCenterResource;
|
|
90
74
|
/**
|
|
91
75
|
*/
|
|
92
76
|
integration?: ExternalIntegrationResource;
|
|
93
|
-
/**
|
|
94
|
-
* Extension subtype
|
|
95
|
-
* Example: Unknown
|
|
96
|
-
*/
|
|
97
|
-
subType?: 'Unknown' | 'VideoPro' | 'VideoProPlus' | 'DigitalSignage' | 'Emergency';
|
|
98
77
|
}
|
|
99
78
|
export default ContactResource;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
import type CreateCallMonitoringGroupRequestSite from './CreateCallMonitoringGroupRequestSite';
|
|
1
2
|
interface CreateCallMonitoringGroupRequest {
|
|
2
3
|
/**
|
|
3
4
|
* Name of a group
|
|
4
5
|
* Required
|
|
5
6
|
*/
|
|
6
7
|
name?: string;
|
|
8
|
+
/**
|
|
9
|
+
*/
|
|
10
|
+
site?: CreateCallMonitoringGroupRequestSite;
|
|
7
11
|
}
|
|
8
12
|
export default CreateCallMonitoringGroupRequest;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateCallMonitoringGroupRequestSite.js","sourceRoot":"","sources":["../../src/definitions/CreateCallMonitoringGroupRequestSite.ts"],"names":[],"mappings":""}
|
|
@@ -111,5 +111,9 @@ interface DeviceResource {
|
|
|
111
111
|
/**
|
|
112
112
|
*/
|
|
113
113
|
billingStatement?: BillingStatementInfo;
|
|
114
|
+
/**
|
|
115
|
+
* Ability to access the Voicemail without being prompted to enter a PIN from the hard phone
|
|
116
|
+
*/
|
|
117
|
+
automaticVoicemailLogin?: boolean;
|
|
114
118
|
}
|
|
115
119
|
export default DeviceResource;
|
|
@@ -67,5 +67,10 @@ interface ExtensionCreationRequest {
|
|
|
67
67
|
* to `false` by default
|
|
68
68
|
*/
|
|
69
69
|
hidden?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Extension name. For user extension types the value is a combination
|
|
72
|
+
* of the specified first name and last name
|
|
73
|
+
*/
|
|
74
|
+
name?: string;
|
|
70
75
|
}
|
|
71
76
|
export default ExtensionCreationRequest;
|
|
@@ -4,6 +4,11 @@ import type ExtensionLanguageInfoRequest from './ExtensionLanguageInfoRequest';
|
|
|
4
4
|
import type ExtensionGreetingLanguageInfoRequest from './ExtensionGreetingLanguageInfoRequest';
|
|
5
5
|
import type ExtensionFormattingLocaleInfoRequest from './ExtensionFormattingLocaleInfoRequest';
|
|
6
6
|
import type ExtensionCurrencyInfoRequest from './ExtensionCurrencyInfoRequest';
|
|
7
|
+
/**
|
|
8
|
+
* Regional data (timezone, home country, language) of an extension.
|
|
9
|
+
* The default is Company (Auto-Receptionist) settings
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
7
12
|
interface ExtensionRegionalSettingRequest {
|
|
8
13
|
/**
|
|
9
14
|
*/
|
|
@@ -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
|
interface GetMessageInfoResponse {
|
|
6
7
|
/**
|
|
7
8
|
* Internal identifier of a message
|
|
@@ -139,5 +140,8 @@ interface GetMessageInfoResponse {
|
|
|
139
140
|
* cover page. Maximum length is limited to 1024 symbols
|
|
140
141
|
*/
|
|
141
142
|
coverPageText?: string;
|
|
143
|
+
/**
|
|
144
|
+
*/
|
|
145
|
+
owner?: VoicemailOwnerResource;
|
|
142
146
|
}
|
|
143
147
|
export default GetMessageInfoResponse;
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
export default GetRecordingInsightsParameters;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetRecordingInsightsParameters.js","sourceRoot":"","sources":["../../src/definitions/GetRecordingInsightsParameters.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
interface HighlightsInsightUnit {
|
|
2
|
+
/**
|
|
3
|
+
* Participant ID
|
|
4
|
+
* Required
|
|
5
|
+
* Example: p-32423
|
|
6
|
+
*/
|
|
7
|
+
speakerId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Value of the insight
|
|
10
|
+
* Required
|
|
11
|
+
* Example: conversational insights text
|
|
12
|
+
*/
|
|
13
|
+
value?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Start time of the insight (in sec)
|
|
16
|
+
* Required
|
|
17
|
+
* Format: float
|
|
18
|
+
* Example: 1.2
|
|
19
|
+
*/
|
|
20
|
+
start?: number;
|
|
21
|
+
/**
|
|
22
|
+
* End time of the insight (in sec)
|
|
23
|
+
* Required
|
|
24
|
+
* Format: float
|
|
25
|
+
* Example: 4.2
|
|
26
|
+
*/
|
|
27
|
+
end?: number;
|
|
28
|
+
}
|
|
29
|
+
export default HighlightsInsightUnit;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HighlightsInsightUnit.js","sourceRoot":"","sources":["../../src/definitions/HighlightsInsightUnit.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
* The name of internal channel (defined in the backend service configuration) to deliver notifications through.
|
|
9
|
+
* Required
|
|
10
|
+
* Example: my-server-channel
|
|
11
|
+
*/
|
|
12
|
+
configName?: string;
|
|
13
|
+
}
|
|
14
|
+
export default InternalDeliveryMode;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalDeliveryMode.js","sourceRoot":"","sources":["../../src/definitions/InternalDeliveryMode.ts"],"names":[],"mappings":""}
|