@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
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import Accounts from './Accounts';
|
|
2
|
+
import type { RingCentralInterface, ParentInterface } from '../../../../../types';
|
|
3
|
+
|
|
4
|
+
class Index {
|
|
5
|
+
public rc: RingCentralInterface;
|
|
6
|
+
public _parent: ParentInterface;
|
|
7
|
+
|
|
8
|
+
public constructor(_parent: ParentInterface) {
|
|
9
|
+
this._parent = _parent;
|
|
10
|
+
this.rc = _parent.rc;
|
|
11
|
+
}
|
|
12
|
+
public path(): string {
|
|
13
|
+
return `${this._parent.path(false)}/public`;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
public accounts(accountId: string | null = null): Accounts {
|
|
17
|
+
return new Accounts(this, accountId);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export default Index;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import Contents from './Contents';
|
|
1
|
+
import Public from './Public';
|
|
3
2
|
import type { RingCentralInterface, ParentInterface } from '../../../../types';
|
|
4
3
|
|
|
5
4
|
class Index {
|
|
@@ -14,12 +13,8 @@ class Index {
|
|
|
14
13
|
return `${this._parent.path(false)}/v1`;
|
|
15
14
|
}
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
return new
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
public identities(identityId: string | null = null): Identities {
|
|
22
|
-
return new Identities(this, identityId);
|
|
16
|
+
public public(): Public {
|
|
17
|
+
return new Public(this);
|
|
23
18
|
}
|
|
24
19
|
}
|
|
25
20
|
export default Index;
|
package/src/paths/Ai/index.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import Ringsense from './Ringsense';
|
|
1
2
|
import Insights from './Insights';
|
|
2
3
|
import Status from './Status';
|
|
3
4
|
import Audio from './Audio';
|
|
@@ -29,5 +30,9 @@ class Index {
|
|
|
29
30
|
public insights(): Insights {
|
|
30
31
|
return new Insights(this);
|
|
31
32
|
}
|
|
33
|
+
|
|
34
|
+
public ringsense(): Ringsense {
|
|
35
|
+
return new Ringsense(this);
|
|
36
|
+
}
|
|
32
37
|
}
|
|
33
38
|
export default Index;
|
|
@@ -37,7 +37,9 @@ class Index {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
|
-
* Returns individual call log record(s) by ID.
|
|
40
|
+
* Returns individual call log record(s) by ID.
|
|
41
|
+
* [Batch syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported.
|
|
42
|
+
*
|
|
41
43
|
* HTTP Method: get
|
|
42
44
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/call-log/{callRecordId}
|
|
43
45
|
* Rate Limit Group: Heavy
|
|
@@ -62,7 +62,7 @@ class Index {
|
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
64
|
* Returns the user personal contact(s).
|
|
65
|
-
* [Batch request syntax](https://developers.ringcentral.com/
|
|
65
|
+
* [Batch request syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported.
|
|
66
66
|
*
|
|
67
67
|
* HTTP Method: get
|
|
68
68
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/address-book/contact/{contactId}
|
|
@@ -80,7 +80,7 @@ class Index {
|
|
|
80
80
|
|
|
81
81
|
/**
|
|
82
82
|
* Updates the user personal contact(s) (full resource update).
|
|
83
|
-
* [Batch request syntax](https://developers.ringcentral.com/
|
|
83
|
+
* [Batch request syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported.
|
|
84
84
|
*
|
|
85
85
|
* HTTP Method: put
|
|
86
86
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/address-book/contact/{contactId}
|
|
@@ -107,7 +107,7 @@ class Index {
|
|
|
107
107
|
|
|
108
108
|
/**
|
|
109
109
|
* Deletes the user personal contact(s).
|
|
110
|
-
* [Batch request syntax](https://developers.ringcentral.com/
|
|
110
|
+
* [Batch request syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported.
|
|
111
111
|
*
|
|
112
112
|
* HTTP Method: delete
|
|
113
113
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/address-book/contact/{contactId}
|
|
@@ -59,7 +59,7 @@ class Index {
|
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
61
|
* Returns blocked or allowed phone number(s) by their ID(s).
|
|
62
|
-
* [Batch request syntax](https://developers.ringcentral.com/
|
|
62
|
+
* [Batch request syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported.
|
|
63
63
|
*
|
|
64
64
|
* HTTP Method: get
|
|
65
65
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/caller-blocking/phone-numbers/{blockedNumberId}
|
|
@@ -77,7 +77,7 @@ class Index {
|
|
|
77
77
|
|
|
78
78
|
/**
|
|
79
79
|
* Updates blocked or allowed phone number(s) by their ID(s).
|
|
80
|
-
* [Batch request syntax](https://developers.ringcentral.com/
|
|
80
|
+
* [Batch request syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported.
|
|
81
81
|
*
|
|
82
82
|
* HTTP Method: put
|
|
83
83
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/caller-blocking/phone-numbers/{blockedNumberId}
|
|
@@ -102,7 +102,9 @@ class Index {
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
/**
|
|
105
|
-
* Deletes blocked or allowed phone number(s) by their ID(s).
|
|
105
|
+
* Deletes blocked or allowed phone number(s) by their ID(s).
|
|
106
|
+
* [Batch request](https://developers.ringcentral.com/guide/basics/batch-requests) is supported.
|
|
107
|
+
*
|
|
106
108
|
* HTTP Method: delete
|
|
107
109
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/caller-blocking/phone-numbers/{blockedNumberId}
|
|
108
110
|
* Rate Limit Group: Medium
|
|
@@ -14,8 +14,8 @@ class Index {
|
|
|
14
14
|
return `${this._parent.path()}/device`;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
* Returns devices of an extension or multiple extensions by their ID(s).
|
|
18
|
-
* is supported.
|
|
17
|
+
* Returns devices of an extension or multiple extensions by their ID(s).
|
|
18
|
+
* [Batch request syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported.
|
|
19
19
|
*
|
|
20
20
|
* HTTP Method: get
|
|
21
21
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/device
|
|
@@ -41,12 +41,11 @@ class Index {
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
|
-
* Deletes conversation(s) by conversation ID(s).
|
|
45
|
-
*
|
|
46
|
-
* syntax is supported - user conversations can be deleted
|
|
47
|
-
* IDs in request body as an array of string
|
|
48
|
-
*
|
|
49
|
-
* of IDs
|
|
44
|
+
* Deletes conversation(s) by conversation ID(s).
|
|
45
|
+
* [Batch request syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported - maximum number
|
|
46
|
+
* of IDs passed as query/path parameters is 50. Alternative syntax is supported - the user's conversations can be deleted
|
|
47
|
+
* by passing multiple IDs in request body as an array of string. Maximum number of conversation IDs passed in request body
|
|
48
|
+
* is 100. In this case asterisk '*' is used in the path instead of IDs.
|
|
50
49
|
*
|
|
51
50
|
* HTTP Method: delete
|
|
52
51
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/message-store
|
|
@@ -64,7 +63,8 @@ class Index {
|
|
|
64
63
|
|
|
65
64
|
/**
|
|
66
65
|
* Returns an individual message record or multiple records by the given message ID(s).
|
|
67
|
-
* The length of inbound messages is unlimited. Bulk syntax
|
|
66
|
+
* The length of inbound messages is unlimited. [Bulk syntax](https://developers.ringcentral.com/guide/basics/batch-requests)
|
|
67
|
+
* is supported.
|
|
68
68
|
*
|
|
69
69
|
* HTTP Method: get
|
|
70
70
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/message-store/{messageId}
|
|
@@ -83,12 +83,11 @@ class Index {
|
|
|
83
83
|
/**
|
|
84
84
|
* Updates message(s) by their ID(s). Currently, only the `readStatus`
|
|
85
85
|
* can be updated using this method.
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* path instead of IDs.
|
|
86
|
+
* [Bulk syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported,
|
|
87
|
+
* maximum number of IDs passed as query/path parameters is 50. Alternative bulk syntax is also
|
|
88
|
+
* supported - the user's messages can be updated by passing multiple IDs in request body as
|
|
89
|
+
* an array of string, maximum number of IDs passed in the body is 1000. In this case asterisk '*'
|
|
90
|
+
* is used in the path instead of IDs.
|
|
92
91
|
*
|
|
93
92
|
* HTTP Method: put
|
|
94
93
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/message-store/{messageId}
|
|
@@ -20,7 +20,7 @@ class Index {
|
|
|
20
20
|
* (the parameters `telephonyStatus`, `message`, `userStatus` and `dndStatus` are not returned at all) for the following extension types:
|
|
21
21
|
* Department/Announcement Only/Take Messages Only (Voicemail)/Fax User/Paging Only Group/Shared Lines Group/IVR Menu/Application Extension/Park Location.
|
|
22
22
|
* If the user requests his/her own presence status, the response contains actual presence status even if the status publication is turned off.
|
|
23
|
-
* [Batch request syntax](https://developers.ringcentral.com/
|
|
23
|
+
* [Batch request syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported. For batch requests the number of extensions
|
|
24
24
|
* in one request is limited to 30. If more extensions are included in the request, the error code 400 Bad Request is returned with the logical error
|
|
25
25
|
* code InvalidMultipartRequest and the corresponding message Extension Presence Info multipart request is limited to 30 extensions.
|
|
26
26
|
*
|
|
@@ -39,7 +39,7 @@ class Index {
|
|
|
39
39
|
|
|
40
40
|
/**
|
|
41
41
|
* Returns phone number(s) belonging to a certain account or extension by phoneNumberId(s).
|
|
42
|
-
* [Batch request syntax](https://developers.ringcentral.com/
|
|
42
|
+
* [Batch request syntax](https://developers.ringcentral.com/guide/basics/batch-requests) is supported.
|
|
43
43
|
*
|
|
44
44
|
* HTTP Method: get
|
|
45
45
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/phone-number/{phoneNumberId}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type ReadMultichannelCallRecordingContentParameters from '../../../../../../../definitions/ReadMultichannelCallRecordingContentParameters';
|
|
2
|
+
import type { RingCentralInterface, ParentInterface, RestRequestConfig } from '../../../../../../../types';
|
|
3
|
+
|
|
4
|
+
class Index {
|
|
5
|
+
public rc: RingCentralInterface;
|
|
6
|
+
public _parent: ParentInterface;
|
|
7
|
+
|
|
8
|
+
public constructor(_parent: ParentInterface) {
|
|
9
|
+
this._parent = _parent;
|
|
10
|
+
this.rc = _parent.rc;
|
|
11
|
+
}
|
|
12
|
+
public path(): string {
|
|
13
|
+
return `${this._parent.path()}/content`;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Returns media content of a multichannel call recording
|
|
17
|
+
*
|
|
18
|
+
* **This API must be called via media API entry point, e.g. https://media.ringcentral.com**
|
|
19
|
+
*
|
|
20
|
+
* HTTP Method: get
|
|
21
|
+
* Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/metadata/multichannel-recordings/{metadataId}/content
|
|
22
|
+
* Rate Limit Group: Heavy
|
|
23
|
+
* App Permission: ReadCallRecording
|
|
24
|
+
*/
|
|
25
|
+
public async get(
|
|
26
|
+
queryParams?: ReadMultichannelCallRecordingContentParameters,
|
|
27
|
+
restRequestConfig?: RestRequestConfig,
|
|
28
|
+
): Promise<string> {
|
|
29
|
+
const r = await this.rc.get<string>(this.path(), queryParams, restRequestConfig);
|
|
30
|
+
return r.data;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
export default Index;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import Content from './Content';
|
|
2
|
+
import type { RingCentralInterface, ParentInterface } from '../../../../../../types';
|
|
3
|
+
|
|
4
|
+
class Index {
|
|
5
|
+
public rc: RingCentralInterface;
|
|
6
|
+
public _parent: ParentInterface;
|
|
7
|
+
public metadataId: string | null;
|
|
8
|
+
|
|
9
|
+
public constructor(_parent: ParentInterface, metadataId: string | null = null) {
|
|
10
|
+
this._parent = _parent;
|
|
11
|
+
this.rc = _parent.rc;
|
|
12
|
+
this.metadataId = metadataId;
|
|
13
|
+
}
|
|
14
|
+
public path(withParameter = true): string {
|
|
15
|
+
if (withParameter && this.metadataId !== null) {
|
|
16
|
+
return `${this._parent.path()}/multichannel-recordings/${this.metadataId}`;
|
|
17
|
+
}
|
|
18
|
+
return `${this._parent.path()}/multichannel-recordings`;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
public content(): Content {
|
|
22
|
+
return new Content(this);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export default Index;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import MultichannelRecordings from './MultichannelRecordings';
|
|
2
|
+
import type { RingCentralInterface, ParentInterface } from '../../../../../types';
|
|
3
|
+
|
|
4
|
+
class Index {
|
|
5
|
+
public rc: RingCentralInterface;
|
|
6
|
+
public _parent: ParentInterface;
|
|
7
|
+
|
|
8
|
+
public constructor(_parent: ParentInterface) {
|
|
9
|
+
this._parent = _parent;
|
|
10
|
+
this.rc = _parent.rc;
|
|
11
|
+
}
|
|
12
|
+
public path(): string {
|
|
13
|
+
return `${this._parent.path(false)}/metadata`;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
public multichannelRecordings(metadataId: string | null = null): MultichannelRecordings {
|
|
17
|
+
return new MultichannelRecordings(this, metadataId);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export default Index;
|
|
@@ -20,7 +20,9 @@ class Index {
|
|
|
20
20
|
return `${this._parent.path()}/recordings`;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* Starts a new call recording for
|
|
23
|
+
* Starts a new call recording for a call party.
|
|
24
|
+
* *Please note* this API does not allow conference calls to be recorded.
|
|
25
|
+
*
|
|
24
26
|
* HTTP Method: post
|
|
25
27
|
* Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/sessions/{telephonySessionId}/parties/{partyId}/recordings
|
|
26
28
|
* Rate Limit Group: Light
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import Conference from './Conference';
|
|
2
2
|
import CallOut from './CallOut';
|
|
3
3
|
import Sessions from './Sessions';
|
|
4
|
+
import Metadata from './Metadata';
|
|
4
5
|
import type { RingCentralInterface, ParentInterface } from '../../../../types';
|
|
5
6
|
|
|
6
7
|
class Index {
|
|
@@ -15,6 +16,10 @@ class Index {
|
|
|
15
16
|
return `${this._parent.path()}/telephony`;
|
|
16
17
|
}
|
|
17
18
|
|
|
19
|
+
public metadata(): Metadata {
|
|
20
|
+
return new Metadata(this);
|
|
21
|
+
}
|
|
22
|
+
|
|
18
23
|
public sessions(telephonySessionId: string | null = null): Sessions {
|
|
19
24
|
return new Sessions(this, telephonySessionId);
|
|
20
25
|
}
|
|
@@ -18,7 +18,9 @@ class Index {
|
|
|
18
18
|
return `${this._parent.path()}/persons`;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
|
-
* Returns a user or multiple users by their ID(s).
|
|
21
|
+
* Returns a user or multiple users by their ID(s).
|
|
22
|
+
* [Batch requests](https://developers.ringcentral.com/guide/basics/batch-requests) are supported.
|
|
23
|
+
*
|
|
22
24
|
* HTTP Method: get
|
|
23
25
|
* Endpoint: /team-messaging/v1/persons/{personId}
|
|
24
26
|
* Rate Limit Group: Light
|