@rc-ex/core 1.3.15 → 1.4.1
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 +0 -1
- package/lib/Utils.d.ts +0 -1
- package/lib/definitions/AccountInfo.d.ts +1 -6
- package/lib/definitions/AccountPhoneNumberInfo.d.ts +8 -2
- package/lib/definitions/AccountRegionalSettings.d.ts +2 -1
- package/lib/definitions/AccountServiceInfo.d.ts +2 -2
- package/lib/definitions/AccountServiceInfoRequest.d.ts +2 -2
- package/lib/definitions/AccountStatusInfo.d.ts +3 -1
- package/lib/definitions/ActivePermissionResource.d.ts +1 -1
- package/lib/definitions/AddPhoneNumberRequestItem.d.ts +4 -0
- package/lib/definitions/AddPhoneNumbersResponseItem.d.ts +4 -0
- package/lib/definitions/AssignPhoneNumberRequest.d.ts +6 -2
- package/lib/definitions/AssignedCountryInfo.d.ts +3 -1
- package/lib/definitions/Attachment.d.ts +0 -2
- package/lib/definitions/AuthCodeTokenRequest.d.ts +31 -0
- package/lib/definitions/{CreateContentRequest.js → AuthCodeTokenRequest.js} +1 -1
- package/lib/definitions/AuthCodeTokenRequest.js.map +1 -0
- package/lib/definitions/AuthorizeParameters.d.ts +92 -0
- package/lib/definitions/AuthorizeParameters.js +3 -0
- package/lib/definitions/AuthorizeParameters.js.map +1 -0
- package/lib/definitions/AuthorizeRequest.d.ts +39 -42
- package/lib/definitions/BaseCallLogRecord.d.ts +0 -1
- package/lib/definitions/BaseTokenRequest.d.ts +41 -0
- package/lib/definitions/{GreetingResource.js → BaseTokenRequest.js} +1 -1
- package/lib/definitions/BaseTokenRequest.js.map +1 -0
- package/lib/definitions/BatchListResponse.d.ts +2 -2
- package/lib/definitions/{PackageInfo.d.ts → BillingPackageInfo.d.ts} +2 -2
- package/lib/definitions/BillingPackageInfo.js +3 -0
- package/lib/definitions/BillingPackageInfo.js.map +1 -0
- package/lib/definitions/CallFlipNumberListResource.d.ts +8 -0
- package/lib/definitions/CallFlipNumberListResource.js +3 -0
- package/lib/definitions/CallFlipNumberListResource.js.map +1 -0
- package/lib/definitions/CallFlipNumberResource.d.ts +28 -0
- package/lib/definitions/CallFlipNumberResource.js +3 -0
- package/lib/definitions/CallFlipNumberResource.js.map +1 -0
- package/lib/definitions/{AnsweringRuleInfo.d.ts → CallHandlingRuleInfo.d.ts} +2 -2
- package/lib/definitions/CallHandlingRuleInfo.js +3 -0
- package/lib/definitions/CallHandlingRuleInfo.js.map +1 -0
- package/lib/definitions/CallLogRecord.d.ts +0 -1
- package/lib/definitions/CallLogRecordLegInfo.d.ts +0 -1
- package/lib/definitions/CallParty.d.ts +5 -0
- package/lib/definitions/CallQueueDetails.d.ts +5 -1
- package/lib/definitions/CallQueueDetailsForUpdate.d.ts +36 -0
- package/lib/definitions/CallQueueDetailsForUpdate.js +3 -0
- package/lib/definitions/CallQueueDetailsForUpdate.js.map +1 -0
- package/lib/definitions/CallQueueInfo.d.ts +5 -1
- package/lib/definitions/{CallQueues.d.ts → CallQueueList.d.ts} +2 -2
- package/lib/definitions/{PagingResource.js → CallQueueList.js} +1 -1
- package/lib/definitions/CallQueueList.js.map +1 -0
- package/lib/definitions/CallQueueMember.d.ts +2 -2
- package/lib/definitions/{GreetingResource.d.ts → CallRecordingGreetingResource.d.ts} +2 -2
- package/lib/definitions/CallRecordingGreetingResource.js +3 -0
- package/lib/definitions/CallRecordingGreetingResource.js.map +1 -0
- package/lib/definitions/CallRecordingSettingsResource.d.ts +2 -2
- package/lib/definitions/ClientAuthJwtModel.d.ts +15 -0
- package/lib/definitions/ClientAuthJwtModel.js +3 -0
- package/lib/definitions/ClientAuthJwtModel.js.map +1 -0
- package/lib/definitions/ClientCredentialsBase.d.ts +13 -0
- package/lib/definitions/ClientCredentialsBase.js +3 -0
- package/lib/definitions/ClientCredentialsBase.js.map +1 -0
- package/lib/definitions/ClientCredentialsByAccount.d.ts +18 -0
- package/lib/definitions/ClientCredentialsByAccount.js +3 -0
- package/lib/definitions/ClientCredentialsByAccount.js.map +1 -0
- package/lib/definitions/ClientCredentialsByBrand.d.ts +18 -0
- package/lib/definitions/ClientCredentialsByBrand.js +3 -0
- package/lib/definitions/ClientCredentialsByBrand.js.map +1 -0
- package/lib/definitions/ClientCredentialsByPartnerAccount.d.ts +23 -0
- package/lib/definitions/ClientCredentialsByPartnerAccount.js +3 -0
- package/lib/definitions/ClientCredentialsByPartnerAccount.js.map +1 -0
- package/lib/definitions/ClientCredentialsTokenRequest.d.ts +28 -0
- package/lib/definitions/ClientCredentialsTokenRequest.js +3 -0
- package/lib/definitions/ClientCredentialsTokenRequest.js.map +1 -0
- package/lib/definitions/CommonEmergencyLocationAddressInfo.d.ts +2 -1
- package/lib/definitions/CommonEmergencyLocationAddressInfoAu.d.ts +2 -1
- package/lib/definitions/CommonEmergencyLocationAddressInfoDefault.d.ts +2 -1
- package/lib/definitions/CommonEmergencyLocationAddressInfoFr.d.ts +2 -1
- package/lib/definitions/CompanyAnsweringRuleRequest.d.ts +2 -1
- package/lib/definitions/CompanyPhoneNumberInfo.d.ts +10 -6
- package/lib/definitions/ContentBodyFormatted.d.ts +1 -1
- package/lib/definitions/ContentContextData.d.ts +1 -2
- package/lib/definitions/ContentModel.d.ts +66 -71
- package/lib/definitions/CostCenterBase.d.ts +19 -0
- package/lib/definitions/CostCenterBase.js +3 -0
- package/lib/definitions/CostCenterBase.js.map +1 -0
- package/lib/definitions/CostCenterItem.d.ts +30 -0
- package/lib/definitions/CostCenterItem.js +3 -0
- package/lib/definitions/CostCenterItem.js.map +1 -0
- package/lib/definitions/CostCenterList.d.ts +8 -0
- package/lib/definitions/CostCenterList.js +3 -0
- package/lib/definitions/CostCenterList.js.map +1 -0
- package/lib/definitions/CountryInfoDictionaryModel.d.ts +5 -5
- package/lib/definitions/CountryInfoShortModel.d.ts +5 -6
- package/lib/definitions/CreateFaxMessageRequest.d.ts +1 -1
- package/lib/definitions/CreateSiteRequest.d.ts +7 -0
- package/lib/definitions/CreateSocialMessagingContentRequest.d.ts +110 -0
- package/lib/definitions/CreateSocialMessagingContentRequest.js +3 -0
- package/lib/definitions/CreateSocialMessagingContentRequest.js.map +1 -0
- package/lib/definitions/CreateUserEmergencyLocationRequest.d.ts +2 -1
- package/lib/definitions/CustomCompanyGreetingInfo.d.ts +1 -1
- package/lib/definitions/DeletePhoneNumbersRequestItem.d.ts +1 -1
- package/lib/definitions/DeviceCodeTokenRequest.d.ts +19 -0
- package/lib/definitions/DeviceCodeTokenRequest.js +3 -0
- package/lib/definitions/DeviceCodeTokenRequest.js.map +1 -0
- package/lib/definitions/DeviceEmergencyInfo.d.ts +2 -2
- package/lib/definitions/DeviceEmergencyServiceAddressResourceAu.d.ts +2 -1
- package/lib/definitions/DeviceEmergencyServiceAddressResourceDefault.d.ts +2 -1
- package/lib/definitions/DeviceEmergencyServiceAddressResourceFr.d.ts +2 -1
- package/lib/definitions/DeviceResource.d.ts +2 -1
- package/lib/definitions/EmailRecipientInfo.d.ts +2 -2
- package/lib/definitions/EmergencyAddressInfo.d.ts +2 -1
- package/lib/definitions/EmergencyLocationRequestResource.d.ts +2 -1
- package/lib/definitions/EmergencyLocationResponseResource.d.ts +2 -1
- package/lib/definitions/EmergencyServiceAddressResource.d.ts +2 -1
- package/lib/definitions/EventRecurrenceInfo.d.ts +25 -0
- package/lib/definitions/EventRecurrenceInfo.js +3 -0
- package/lib/definitions/EventRecurrenceInfo.js.map +1 -0
- package/lib/definitions/ExtensionBulkUpdateInfo.d.ts +2 -1
- package/lib/definitions/ExtensionBulkUpdateTaskResult.d.ts +3 -3
- package/lib/definitions/ExtensionBulkUpdateTaskResultAffectedItems.d.ts +7 -0
- package/lib/definitions/ExtensionBulkUpdateTaskResultAffectedItems.js +3 -0
- package/lib/definitions/ExtensionBulkUpdateTaskResultAffectedItems.js.map +1 -0
- package/lib/definitions/ExtensionCreationRequest.d.ts +2 -2
- package/lib/definitions/ExtensionCreationResponse.d.ts +2 -4
- package/lib/definitions/ExtensionRegionalSettingRequest.d.ts +1 -1
- package/lib/definitions/ExtensionStatusInfo.d.ts +2 -9
- package/lib/definitions/ExtensionUpdateRequest.d.ts +2 -1
- package/lib/definitions/FaxResponseTo.d.ts +11 -0
- package/lib/definitions/GetAccountInfoResponse.d.ts +2 -2
- package/lib/definitions/GetConferencingInfoResponse.d.ts +5 -0
- package/lib/definitions/GetCountryInfoNumberParser.d.ts +5 -4
- package/lib/definitions/GetExtensionInfoResponse.d.ts +11 -3
- package/lib/definitions/GetExtensionListInfoResponse.d.ts +8 -4
- package/lib/definitions/GetMessageInfoResponse.d.ts +0 -4
- package/lib/definitions/GetSMSMessageInfoResponse.d.ts +0 -4
- package/lib/definitions/GetTokenRequest.d.ts +90 -45
- package/lib/definitions/GuestTokenRequest.d.ts +27 -0
- package/lib/definitions/{AnsweringRuleInfo.js → GuestTokenRequest.js} +1 -1
- package/lib/definitions/GuestTokenRequest.js.map +1 -0
- package/lib/definitions/IdentityExtraValues.d.ts +1 -1
- package/lib/definitions/IdentityModel.d.ts +33 -65
- package/lib/definitions/IvrPinTokenRequest.d.ts +17 -0
- package/lib/definitions/IvrPinTokenRequest.js +3 -0
- package/lib/definitions/IvrPinTokenRequest.js.map +1 -0
- package/lib/definitions/JobStatusResponse.d.ts +7 -0
- package/lib/definitions/JobStatusResponseResponse.d.ts +39 -0
- package/lib/definitions/JobStatusResponseResponse.js +3 -0
- package/lib/definitions/JobStatusResponseResponse.js.map +1 -0
- package/lib/definitions/JwtTokenRequest.d.ts +20 -0
- package/lib/definitions/JwtTokenRequest.js +3 -0
- package/lib/definitions/JwtTokenRequest.js.map +1 -0
- package/lib/definitions/LanguageInfo.d.ts +2 -1
- package/lib/definitions/ListAccountPhoneNumbersParameters.d.ts +4 -2
- package/lib/definitions/ListAccountPhoneNumbersV2Parameters.d.ts +3 -1
- package/lib/definitions/ListCallMonitoringGroupsParameters.d.ts +4 -0
- package/lib/definitions/ListCompanyMessageTemplatesParameters.d.ts +11 -0
- package/lib/definitions/ListCompanyMessageTemplatesParameters.js +3 -0
- package/lib/definitions/ListCompanyMessageTemplatesParameters.js.map +1 -0
- package/lib/definitions/ListDirectoryEntriesParameters.d.ts +5 -0
- package/lib/definitions/ListEmergencyLocationsParameters.d.ts +1 -0
- package/lib/definitions/ListExtensionPhoneNumbersParameters.d.ts +4 -2
- package/lib/definitions/ListExtensionsParameters.d.ts +2 -2
- package/lib/definitions/ListMeetingRecordingsResponse.d.ts +4 -4
- package/lib/definitions/{SocMsgListContentsParameters.d.ts → ListSocialMessagingContentsParameters.d.ts} +25 -17
- package/lib/definitions/ListSocialMessagingContentsParameters.js +3 -0
- package/lib/definitions/ListSocialMessagingContentsParameters.js.map +1 -0
- package/lib/definitions/{SocMsgListIdentitiesParameters.d.ts → ListSocialMessagingIdentitiesParameters.d.ts} +14 -10
- package/lib/definitions/ListSocialMessagingIdentitiesParameters.js +3 -0
- package/lib/definitions/ListSocialMessagingIdentitiesParameters.js.map +1 -0
- package/lib/definitions/ListUserMessageTemplatesParameters.d.ts +15 -0
- package/lib/definitions/ListUserMessageTemplatesParameters.js +3 -0
- package/lib/definitions/ListUserMessageTemplatesParameters.js.map +1 -0
- package/lib/definitions/LocationUpdatesEmergencyAddressInfoRequest.d.ts +2 -1
- package/lib/definitions/MeetingsCountryResource.d.ts +6 -0
- package/lib/definitions/MeetingsResource.d.ts +4 -4
- package/lib/definitions/MessageListResponse.d.ts +2 -2
- package/lib/definitions/MessageStatusCounts.d.ts +2 -1
- package/lib/definitions/MessageStoreCallerInfoResponseTo.d.ts +4 -0
- package/lib/definitions/MessageTemplateInfo.d.ts +11 -0
- package/lib/definitions/MessageTemplateInfo.js +3 -0
- package/lib/definitions/MessageTemplateInfo.js.map +1 -0
- package/lib/definitions/MessageTemplateRequest.d.ts +17 -0
- package/lib/definitions/MessageTemplateRequest.js +3 -0
- package/lib/definitions/MessageTemplateRequest.js.map +1 -0
- package/lib/definitions/MessageTemplateResponse.d.ts +23 -0
- package/lib/definitions/MessageTemplateResponse.js +3 -0
- package/lib/definitions/MessageTemplateResponse.js.map +1 -0
- package/lib/definitions/MessageTemplateUpdateRequest.d.ts +16 -0
- package/lib/definitions/MessageTemplateUpdateRequest.js +3 -0
- package/lib/definitions/MessageTemplateUpdateRequest.js.map +1 -0
- package/lib/definitions/MessageTemplatesListResponse.d.ts +8 -0
- package/lib/definitions/MessageTemplatesListResponse.js +3 -0
- package/lib/definitions/MessageTemplatesListResponse.js.map +1 -0
- package/lib/definitions/MetaData.d.ts +12 -0
- package/lib/definitions/{CallQueues.js → MetaData.js} +1 -1
- package/lib/definitions/MetaData.js.map +1 -0
- package/lib/definitions/MetaDataValues.d.ts +11 -0
- package/lib/definitions/MetaDataValues.js +3 -0
- package/lib/definitions/MetaDataValues.js.map +1 -0
- package/lib/definitions/MissedCallExtensionInfoExternalNumber.d.ts +1 -1
- package/lib/definitions/OptOutListResponse.d.ts +2 -2
- package/lib/definitions/OtpTokenRequest.d.ts +19 -0
- package/lib/definitions/OtpTokenRequest.js +3 -0
- package/lib/definitions/OtpTokenRequest.js.map +1 -0
- package/lib/definitions/PhoneNumberInfoIntId.d.ts +2 -2
- package/lib/definitions/ReadDirectoryEntryParameters.d.ts +11 -0
- package/lib/definitions/ReadDirectoryEntryParameters.js +3 -0
- package/lib/definitions/ReadDirectoryEntryParameters.js.map +1 -0
- package/lib/definitions/ReadGlipPostsNewParameters.d.ts +1 -1
- package/lib/definitions/RefreshTokenRequest.d.ts +18 -0
- package/lib/definitions/RefreshTokenRequest.js +3 -0
- package/lib/definitions/RefreshTokenRequest.js.map +1 -0
- package/lib/definitions/RegSessionModel.d.ts +6 -0
- package/lib/definitions/RegSessionModelSettings.d.ts +18 -1
- package/lib/definitions/RegionalSettings.d.ts +2 -1
- package/lib/definitions/RegistrantBaseModel.d.ts +4 -0
- package/lib/definitions/RegistrantBaseModelWithQuestionnaire.d.ts +4 -0
- package/lib/definitions/RegistrantMinimalModel.d.ts +4 -0
- package/lib/definitions/RegistrantModelResponsePostWithQuestionnaire.d.ts +4 -0
- package/lib/definitions/RegistrantModelWithQuestionnaire.d.ts +4 -0
- package/lib/definitions/RevokeTokenRequest.d.ts +7 -3
- package/lib/definitions/RoleResource.d.ts +1 -1
- package/lib/definitions/RolesCountryResource.d.ts +6 -0
- package/lib/definitions/RolesRegionalSettingsResource.d.ts +2 -0
- package/lib/definitions/RopcTokenRequest.d.ts +38 -0
- package/lib/definitions/RopcTokenRequest.js +3 -0
- package/lib/definitions/RopcTokenRequest.js.map +1 -0
- package/lib/definitions/SearchDirectoryEntriesParameters.d.ts +5 -0
- package/lib/definitions/ServiceInfo.d.ts +1 -1
- package/lib/definitions/ServiceInfoContractedCountryId.d.ts +7 -0
- package/lib/definitions/ServiceInfoContractedCountryId.js +3 -0
- package/lib/definitions/ServiceInfoContractedCountryId.js.map +1 -0
- package/lib/definitions/ServiceInfoPlan.d.ts +17 -0
- package/lib/definitions/ServiceInfoPlan.js +3 -0
- package/lib/definitions/ServiceInfoPlan.js.map +1 -0
- package/lib/definitions/ServiceInfoUBrand.d.ts +11 -0
- package/lib/definitions/{ContentAttachment.js → ServiceInfoUBrand.js} +1 -1
- package/lib/definitions/ServiceInfoUBrand.js.map +1 -0
- package/lib/definitions/ServiceInfoV2.d.ts +15 -0
- package/lib/definitions/SipRegistrationDeviceEmergencyInfoAddress.d.ts +2 -1
- package/lib/definitions/Site.d.ts +16 -0
- package/lib/definitions/{PackageInfo.js → Site.js} +1 -1
- package/lib/definitions/Site.js.map +1 -0
- package/lib/definitions/SiteInfo.d.ts +4 -0
- package/lib/definitions/SiteUpdateRequest.d.ts +7 -0
- package/lib/definitions/SmsRequestCountryInfo.d.ts +2 -1
- package/lib/definitions/SocMsgContentAttachment.d.ts +77 -0
- package/lib/definitions/SocMsgContentAttachment.js +3 -0
- package/lib/definitions/SocMsgContentAttachment.js.map +1 -0
- package/lib/definitions/TMCreateEventRequest.d.ts +2 -19
- package/lib/definitions/TMCreateTaskRequest.d.ts +4 -4
- package/lib/definitions/TMEventInfo.d.ts +2 -17
- package/lib/definitions/TMMessageAttachmentInfo.d.ts +2 -17
- package/lib/definitions/TMTaskInfo.d.ts +2 -3
- package/lib/definitions/TMUpdateTaskRequest.d.ts +2 -2
- package/lib/definitions/{TMTaskInfoRecurrence.d.ts → TaskRecurrenceInfo.d.ts} +11 -5
- package/lib/definitions/TaskRecurrenceInfo.js +3 -0
- package/lib/definitions/TaskRecurrenceInfo.js.map +1 -0
- package/lib/definitions/TaxLocation.d.ts +38 -0
- package/lib/definitions/{SiteResource.js → TaxLocation.js} +1 -1
- package/lib/definitions/TaxLocation.js.map +1 -0
- package/lib/definitions/TokenInfo.d.ts +22 -16
- package/lib/definitions/UnconditionalForwardingInfo.d.ts +2 -2
- package/lib/definitions/UserAnsweringRuleList.d.ts +2 -2
- package/lib/definitions/UserPhoneNumberInfo.d.ts +4 -4
- package/lib/definitions/UserTransitionInfo.d.ts +2 -2
- package/lib/paths/Cx/SocialMessaging/V1/Contents/index.d.ts +17 -19
- package/lib/paths/Cx/SocialMessaging/V1/Contents/index.js +15 -17
- package/lib/paths/Cx/SocialMessaging/V1/Contents/index.js.map +1 -1
- package/lib/paths/Cx/SocialMessaging/V1/Identities/index.d.ts +8 -10
- package/lib/paths/Cx/SocialMessaging/V1/Identities/index.js +6 -8
- package/lib/paths/Cx/SocialMessaging/V1/Identities/index.js.map +1 -1
- package/lib/paths/Restapi/Account/CallQueues/index.d.ts +4 -3
- package/lib/paths/Restapi/Account/CallQueues/index.js +2 -2
- package/lib/paths/Restapi/Account/CallQueues/index.js.map +1 -1
- package/lib/paths/Restapi/Account/Directory/Entries/index.d.ts +2 -1
- package/lib/paths/Restapi/Account/Directory/Entries/index.js +2 -2
- package/lib/paths/Restapi/Account/Directory/Entries/index.js.map +1 -1
- package/lib/paths/Restapi/Account/Extension/AnsweringRule/index.d.ts +3 -3
- package/lib/paths/Restapi/Account/Extension/AnsweringRule/index.js.map +1 -1
- package/lib/paths/Restapi/Account/Extension/Greeting/Content/index.d.ts +0 -1
- package/lib/paths/Restapi/Account/Extension/MessageStore/Content/index.d.ts +0 -1
- package/lib/paths/Restapi/Account/Extension/MessageStoreTemplates/index.d.ts +57 -0
- package/lib/paths/Restapi/Account/Extension/MessageStoreTemplates/index.js +84 -0
- package/lib/paths/Restapi/Account/Extension/MessageStoreTemplates/index.js.map +1 -0
- package/lib/paths/Restapi/Account/Extension/ProfileImage/index.d.ts +0 -1
- package/lib/paths/Restapi/Account/Extension/index.d.ts +2 -0
- package/lib/paths/Restapi/Account/Extension/index.js +4 -0
- package/lib/paths/Restapi/Account/Extension/index.js.map +1 -1
- package/lib/paths/Restapi/Account/Greeting/Content/index.d.ts +0 -1
- package/lib/paths/Restapi/Account/IvrPrompts/Content/index.d.ts +3 -1
- package/lib/paths/Restapi/Account/IvrPrompts/Content/index.js +3 -0
- package/lib/paths/Restapi/Account/IvrPrompts/Content/index.js.map +1 -1
- package/lib/paths/Restapi/Account/MessageStoreTemplates/index.d.ts +54 -0
- package/lib/paths/Restapi/Account/MessageStoreTemplates/index.js +81 -0
- package/lib/paths/Restapi/Account/MessageStoreTemplates/index.js.map +1 -0
- package/lib/paths/Restapi/Account/Recording/Content/index.d.ts +0 -1
- package/lib/paths/Restapi/Account/ServiceInfo/index.d.ts +1 -1
- package/lib/paths/Restapi/Account/ServiceInfo/index.js +1 -1
- package/lib/paths/Restapi/Account/index.d.ts +2 -0
- package/lib/paths/Restapi/Account/index.js +4 -0
- package/lib/paths/Restapi/Account/index.js.map +1 -1
- package/lib/paths/Restapi/Oauth/Authorize/index.d.ts +18 -3
- package/lib/paths/Restapi/Oauth/Authorize/index.js +18 -4
- package/lib/paths/Restapi/Oauth/Authorize/index.js.map +1 -1
- package/lib/paths/Restapi/Oauth/Revoke/index.d.ts +6 -4
- package/lib/paths/Restapi/Oauth/Revoke/index.js +6 -4
- package/lib/paths/Restapi/Oauth/Revoke/index.js.map +1 -1
- package/lib/paths/Restapi/Oauth/Token/index.d.ts +6 -3
- package/lib/paths/Restapi/Oauth/Token/index.js +6 -3
- package/lib/paths/Restapi/Oauth/Token/index.js.map +1 -1
- package/lib/paths/Restapi/Oauth/index.d.ts +0 -4
- package/lib/paths/Restapi/Oauth/index.js +0 -8
- package/lib/paths/Restapi/Oauth/index.js.map +1 -1
- package/lib/paths/Restapi/V2/Accounts/CostCenters/index.d.ts +18 -0
- package/lib/paths/Restapi/{Oauth/SessionInfo → V2/Accounts/CostCenters}/index.js +6 -5
- package/lib/paths/Restapi/V2/Accounts/CostCenters/index.js.map +1 -0
- package/lib/paths/Restapi/V2/Accounts/Extensions/CallFlipNumbers/index.d.ts +45 -0
- package/lib/paths/Restapi/V2/Accounts/Extensions/CallFlipNumbers/index.js +55 -0
- package/lib/paths/Restapi/V2/Accounts/Extensions/CallFlipNumbers/index.js.map +1 -0
- package/lib/paths/Restapi/V2/Accounts/Extensions/index.d.ts +2 -0
- package/lib/paths/Restapi/V2/Accounts/Extensions/index.js +4 -0
- package/lib/paths/Restapi/V2/Accounts/Extensions/index.js.map +1 -1
- package/lib/paths/Restapi/V2/Accounts/PhoneNumbers/BulkAdd/index.d.ts +1 -1
- package/lib/paths/Restapi/V2/Accounts/PhoneNumbers/BulkAdd/index.js +1 -1
- package/lib/paths/Restapi/V2/Accounts/PhoneNumbers/Replace/index.d.ts +1 -1
- package/lib/paths/Restapi/V2/Accounts/PhoneNumbers/Replace/index.js +1 -1
- package/lib/paths/Restapi/V2/Accounts/PhoneNumbers/index.d.ts +6 -6
- package/lib/paths/Restapi/V2/Accounts/PhoneNumbers/index.js +6 -6
- package/lib/paths/Restapi/V2/Accounts/index.d.ts +2 -0
- package/lib/paths/Restapi/V2/Accounts/index.js +4 -0
- package/lib/paths/Restapi/V2/Accounts/index.js.map +1 -1
- package/lib/paths/TeamMessaging/V1/Chats/Posts/index.d.ts +5 -1
- package/lib/paths/TeamMessaging/V1/Chats/Posts/index.js +5 -1
- package/lib/paths/TeamMessaging/V1/Chats/Posts/index.js.map +1 -1
- package/lib/types.d.ts +0 -2
- package/package.json +5 -5
- package/src/definitions/AccountInfo.ts +1 -7
- package/src/definitions/AccountPhoneNumberInfo.ts +9 -2
- package/src/definitions/AccountRegionalSettings.ts +2 -1
- package/src/definitions/AccountServiceInfo.ts +2 -2
- package/src/definitions/AccountServiceInfoRequest.ts +2 -2
- package/src/definitions/AccountStatusInfo.ts +3 -1
- package/src/definitions/ActivePermissionResource.ts +1 -1
- package/src/definitions/AddPhoneNumberRequestItem.ts +5 -0
- package/src/definitions/AddPhoneNumbersResponseItem.ts +5 -0
- package/src/definitions/AssignPhoneNumberRequest.ts +7 -2
- package/src/definitions/AssignedCountryInfo.ts +3 -1
- package/src/definitions/AuthCodeTokenRequest.ts +35 -0
- package/src/definitions/AuthorizeParameters.ts +107 -0
- package/src/definitions/AuthorizeRequest.ts +39 -44
- package/src/definitions/BaseCallLogRecord.ts +0 -1
- package/src/definitions/BaseTokenRequest.ts +59 -0
- package/src/definitions/BatchListResponse.ts +2 -2
- package/src/definitions/{PackageInfo.ts → BillingPackageInfo.ts} +2 -2
- package/src/definitions/CallFlipNumberListResource.ts +10 -0
- package/src/definitions/CallFlipNumberResource.ts +33 -0
- package/src/definitions/{AnsweringRuleInfo.ts → CallHandlingRuleInfo.ts} +2 -2
- package/src/definitions/CallLogRecord.ts +0 -1
- package/src/definitions/CallLogRecordLegInfo.ts +0 -1
- package/src/definitions/CallParty.ts +6 -0
- package/src/definitions/CallQueueDetails.ts +6 -1
- package/src/definitions/CallQueueDetailsForUpdate.ts +45 -0
- package/src/definitions/CallQueueInfo.ts +7 -1
- package/src/definitions/{CallQueues.ts → CallQueueList.ts} +2 -2
- package/src/definitions/CallQueueMember.ts +2 -2
- package/src/definitions/{GreetingResource.ts → CallRecordingGreetingResource.ts} +2 -2
- package/src/definitions/CallRecordingSettingsResource.ts +2 -2
- package/src/definitions/ClientAuthJwtModel.ts +17 -0
- package/src/definitions/ClientCredentialsBase.ts +14 -0
- package/src/definitions/ClientCredentialsByAccount.ts +20 -0
- package/src/definitions/ClientCredentialsByBrand.ts +20 -0
- package/src/definitions/ClientCredentialsByPartnerAccount.ts +26 -0
- package/src/definitions/ClientCredentialsTokenRequest.ts +32 -0
- package/src/definitions/CommonEmergencyLocationAddressInfo.ts +2 -1
- package/src/definitions/CommonEmergencyLocationAddressInfoAu.ts +2 -1
- package/src/definitions/CommonEmergencyLocationAddressInfoDefault.ts +2 -1
- package/src/definitions/CommonEmergencyLocationAddressInfoFr.ts +2 -1
- package/src/definitions/CompanyAnsweringRuleRequest.ts +2 -1
- package/src/definitions/CompanyPhoneNumberInfo.ts +11 -6
- package/src/definitions/ContentBodyFormatted.ts +1 -1
- package/src/definitions/ContentContextData.ts +1 -2
- package/src/definitions/ContentModel.ts +68 -72
- package/src/definitions/CostCenterBase.ts +22 -0
- package/src/definitions/CostCenterItem.ts +36 -0
- package/src/definitions/CostCenterList.ts +10 -0
- package/src/definitions/CountryInfoDictionaryModel.ts +5 -5
- package/src/definitions/CountryInfoShortModel.ts +5 -6
- package/src/definitions/CreateFaxMessageRequest.ts +1 -1
- package/src/definitions/CreateSiteRequest.ts +9 -0
- package/src/definitions/CreateSocialMessagingContentRequest.ts +126 -0
- package/src/definitions/CreateUserEmergencyLocationRequest.ts +2 -1
- package/src/definitions/CustomCompanyGreetingInfo.ts +1 -1
- package/src/definitions/DeletePhoneNumbersRequestItem.ts +1 -1
- package/src/definitions/DeviceCodeTokenRequest.ts +21 -0
- package/src/definitions/DeviceEmergencyInfo.ts +2 -2
- package/src/definitions/DeviceEmergencyServiceAddressResourceAu.ts +2 -1
- package/src/definitions/DeviceEmergencyServiceAddressResourceDefault.ts +2 -1
- package/src/definitions/DeviceEmergencyServiceAddressResourceFr.ts +2 -1
- package/src/definitions/DeviceResource.ts +2 -1
- package/src/definitions/EmailRecipientInfo.ts +2 -2
- package/src/definitions/EmergencyAddressInfo.ts +2 -1
- package/src/definitions/EmergencyLocationRequestResource.ts +2 -1
- package/src/definitions/EmergencyLocationResponseResource.ts +2 -1
- package/src/definitions/EmergencyServiceAddressResource.ts +2 -1
- package/src/definitions/EventRecurrenceInfo.ts +29 -0
- package/src/definitions/ExtensionBulkUpdateInfo.ts +2 -1
- package/src/definitions/ExtensionBulkUpdateTaskResult.ts +3 -3
- package/src/definitions/ExtensionBulkUpdateTaskResultAffectedItems.ts +9 -0
- package/src/definitions/ExtensionCreationRequest.ts +2 -2
- package/src/definitions/ExtensionCreationResponse.ts +2 -3
- package/src/definitions/ExtensionRegionalSettingRequest.ts +1 -1
- package/src/definitions/ExtensionStatusInfo.ts +2 -10
- package/src/definitions/ExtensionUpdateRequest.ts +2 -1
- package/src/definitions/FaxResponseTo.ts +13 -0
- package/src/definitions/GetAccountInfoResponse.ts +2 -2
- package/src/definitions/GetConferencingInfoResponse.ts +6 -0
- package/src/definitions/GetCountryInfoNumberParser.ts +5 -4
- package/src/definitions/GetExtensionInfoResponse.ts +13 -3
- package/src/definitions/GetExtensionListInfoResponse.ts +9 -4
- package/src/definitions/GetMessageInfoResponse.ts +0 -5
- package/src/definitions/GetSMSMessageInfoResponse.ts +0 -5
- package/src/definitions/GetTokenRequest.ts +93 -46
- package/src/definitions/GuestTokenRequest.ts +31 -0
- package/src/definitions/IdentityExtraValues.ts +1 -1
- package/src/definitions/IdentityModel.ts +33 -65
- package/src/definitions/IvrPinTokenRequest.ts +19 -0
- package/src/definitions/JobStatusResponse.ts +10 -0
- package/src/definitions/JobStatusResponseResponse.ts +48 -0
- package/src/definitions/JwtTokenRequest.ts +22 -0
- package/src/definitions/LanguageInfo.ts +2 -1
- package/src/definitions/ListAccountPhoneNumbersParameters.ts +4 -2
- package/src/definitions/ListAccountPhoneNumbersV2Parameters.ts +3 -1
- package/src/definitions/ListCallMonitoringGroupsParameters.ts +5 -0
- package/src/definitions/ListCompanyMessageTemplatesParameters.ts +12 -0
- package/src/definitions/ListDirectoryEntriesParameters.ts +6 -0
- package/src/definitions/ListEmergencyLocationsParameters.ts +1 -0
- package/src/definitions/ListExtensionPhoneNumbersParameters.ts +4 -2
- package/src/definitions/ListExtensionsParameters.ts +2 -2
- package/src/definitions/ListMeetingRecordingsResponse.ts +4 -4
- package/src/definitions/ListSocialMessagingContentsParameters.ts +85 -0
- package/src/definitions/ListSocialMessagingIdentitiesParameters.ts +61 -0
- package/src/definitions/ListUserMessageTemplatesParameters.ts +17 -0
- package/src/definitions/LocationUpdatesEmergencyAddressInfoRequest.ts +2 -1
- package/src/definitions/MeetingsCountryResource.ts +6 -0
- package/src/definitions/MeetingsResource.ts +4 -4
- package/src/definitions/MessageListResponse.ts +2 -2
- package/src/definitions/MessageStatusCounts.ts +2 -1
- package/src/definitions/MessageStoreCallerInfoResponseTo.ts +5 -0
- package/src/definitions/MessageTemplateInfo.ts +12 -0
- package/src/definitions/MessageTemplateRequest.ts +21 -0
- package/src/definitions/MessageTemplateResponse.ts +29 -0
- package/src/definitions/MessageTemplateUpdateRequest.ts +20 -0
- package/src/definitions/MessageTemplatesListResponse.ts +10 -0
- package/src/definitions/MetaData.ts +14 -0
- package/src/definitions/MetaDataValues.ts +13 -0
- package/src/definitions/MissedCallExtensionInfoExternalNumber.ts +1 -1
- package/src/definitions/OptOutListResponse.ts +2 -2
- package/src/definitions/OtpTokenRequest.ts +21 -0
- package/src/definitions/PhoneNumberInfoIntId.ts +2 -2
- package/src/definitions/ReadDirectoryEntryParameters.ts +12 -0
- package/src/definitions/ReadGlipPostsNewParameters.ts +1 -1
- package/src/definitions/RefreshTokenRequest.ts +20 -0
- package/src/definitions/RegSessionModel.ts +7 -0
- package/src/definitions/RegSessionModelSettings.ts +22 -1
- package/src/definitions/RegionalSettings.ts +2 -1
- package/src/definitions/RegistrantBaseModel.ts +5 -0
- package/src/definitions/RegistrantBaseModelWithQuestionnaire.ts +5 -0
- package/src/definitions/RegistrantMinimalModel.ts +5 -0
- package/src/definitions/RegistrantModelResponsePostWithQuestionnaire.ts +5 -0
- package/src/definitions/RegistrantModelWithQuestionnaire.ts +5 -0
- package/src/definitions/RevokeTokenRequest.ts +7 -3
- package/src/definitions/RoleResource.ts +9 -1
- package/src/definitions/RolesCountryResource.ts +6 -0
- package/src/definitions/RolesRegionalSettingsResource.ts +2 -0
- package/src/definitions/RopcTokenRequest.ts +43 -0
- package/src/definitions/SearchDirectoryEntriesParameters.ts +6 -0
- package/src/definitions/ServiceInfo.ts +1 -1
- package/src/definitions/ServiceInfoContractedCountryId.ts +8 -0
- package/src/definitions/ServiceInfoPlan.ts +20 -0
- package/src/definitions/ServiceInfoUBrand.ts +12 -0
- package/src/definitions/ServiceInfoV2.ts +19 -0
- package/src/definitions/SipRegistrationDeviceEmergencyInfoAddress.ts +2 -1
- package/src/definitions/Site.ts +18 -0
- package/src/definitions/SiteInfo.ts +5 -0
- package/src/definitions/SiteUpdateRequest.ts +9 -0
- package/src/definitions/SmsRequestCountryInfo.ts +2 -1
- package/src/definitions/SocMsgContentAttachment.ts +86 -0
- package/src/definitions/TMCreateEventRequest.ts +3 -22
- package/src/definitions/TMCreateTaskRequest.ts +4 -4
- package/src/definitions/TMEventInfo.ts +3 -20
- package/src/definitions/TMMessageAttachmentInfo.ts +2 -20
- package/src/definitions/TMTaskInfo.ts +2 -3
- package/src/definitions/TMUpdateTaskRequest.ts +2 -2
- package/src/definitions/{TMTaskInfoRecurrence.ts → TaskRecurrenceInfo.ts} +11 -5
- package/src/definitions/TaxLocation.ts +45 -0
- package/src/definitions/TokenInfo.ts +22 -16
- package/src/definitions/UnconditionalForwardingInfo.ts +2 -2
- package/src/definitions/UserAnsweringRuleList.ts +2 -2
- package/src/definitions/UserPhoneNumberInfo.ts +4 -4
- package/src/definitions/UserTransitionInfo.ts +2 -2
- package/src/paths/Cx/SocialMessaging/V1/Contents/index.ts +23 -20
- package/src/paths/Cx/SocialMessaging/V1/Identities/index.ts +8 -10
- package/src/paths/Restapi/Account/CallQueues/index.ts +6 -5
- package/src/paths/Restapi/Account/Directory/Entries/index.ts +6 -2
- package/src/paths/Restapi/Account/Extension/AnsweringRule/index.ts +5 -5
- package/src/paths/Restapi/Account/Extension/MessageStoreTemplates/index.ts +115 -0
- package/src/paths/Restapi/Account/Extension/index.ts +5 -0
- package/src/paths/Restapi/Account/IvrPrompts/Content/index.ts +3 -0
- package/src/paths/Restapi/Account/MessageStoreTemplates/index.ts +112 -0
- package/src/paths/Restapi/Account/ServiceInfo/index.ts +1 -1
- package/src/paths/Restapi/Account/index.ts +5 -0
- package/src/paths/Restapi/Oauth/Authorize/index.ts +19 -4
- package/src/paths/Restapi/Oauth/Revoke/index.ts +6 -4
- package/src/paths/Restapi/Oauth/Token/index.ts +6 -3
- package/src/paths/Restapi/Oauth/index.ts +0 -10
- package/src/paths/Restapi/V2/Accounts/CostCenters/index.ts +28 -0
- package/src/paths/Restapi/V2/Accounts/Extensions/CallFlipNumbers/index.ts +67 -0
- package/src/paths/Restapi/V2/Accounts/Extensions/index.ts +5 -0
- package/src/paths/Restapi/V2/Accounts/PhoneNumbers/BulkAdd/index.ts +1 -1
- package/src/paths/Restapi/V2/Accounts/PhoneNumbers/Replace/index.ts +1 -1
- package/src/paths/Restapi/V2/Accounts/PhoneNumbers/index.ts +6 -6
- package/src/paths/Restapi/V2/Accounts/index.ts +5 -0
- package/src/paths/TeamMessaging/V1/Chats/Posts/index.ts +5 -1
- package/src/samples.md +1546 -1216
- package/lib/definitions/AnsweringRuleInfo.js.map +0 -1
- package/lib/definitions/CallQueues.js.map +0 -1
- package/lib/definitions/ContentAttachment.d.ts +0 -76
- package/lib/definitions/ContentAttachment.js.map +0 -1
- package/lib/definitions/CreateContentRequest.d.ts +0 -131
- package/lib/definitions/CreateContentRequest.js.map +0 -1
- package/lib/definitions/EmergencyLocationInfoRequest.d.ts +0 -38
- package/lib/definitions/EmergencyLocationInfoRequest.js +0 -3
- package/lib/definitions/EmergencyLocationInfoRequest.js.map +0 -1
- package/lib/definitions/GreetingResource.js.map +0 -1
- package/lib/definitions/IntrospectTokenRequest.d.ts +0 -13
- package/lib/definitions/IntrospectTokenRequest.js +0 -3
- package/lib/definitions/IntrospectTokenRequest.js.map +0 -1
- package/lib/definitions/MeetingRecordingsNavigationInfo.d.ts +0 -16
- package/lib/definitions/MeetingRecordingsNavigationInfo.js +0 -3
- package/lib/definitions/MeetingRecordingsNavigationInfo.js.map +0 -1
- package/lib/definitions/MeetingRecordingsNavigationInfoUri.d.ts +0 -10
- package/lib/definitions/MeetingRecordingsNavigationInfoUri.js +0 -3
- package/lib/definitions/MeetingRecordingsNavigationInfoUri.js.map +0 -1
- package/lib/definitions/MeetingRecordingsPagingInfo.d.ts +0 -33
- package/lib/definitions/MeetingRecordingsPagingInfo.js +0 -3
- package/lib/definitions/MeetingRecordingsPagingInfo.js.map +0 -1
- package/lib/definitions/MeetingsNavigationInfo.d.ts +0 -16
- package/lib/definitions/MeetingsNavigationInfo.js +0 -3
- package/lib/definitions/MeetingsNavigationInfo.js.map +0 -1
- package/lib/definitions/MeetingsNavigationInfoUri.d.ts +0 -7
- package/lib/definitions/MeetingsNavigationInfoUri.js +0 -3
- package/lib/definitions/MeetingsNavigationInfoUri.js.map +0 -1
- package/lib/definitions/MeetingsPagingInfo.d.ts +0 -27
- package/lib/definitions/MeetingsPagingInfo.js +0 -3
- package/lib/definitions/MeetingsPagingInfo.js.map +0 -1
- package/lib/definitions/PackageInfo.js.map +0 -1
- package/lib/definitions/PagingResource.d.ts +0 -32
- package/lib/definitions/PagingResource.js.map +0 -1
- package/lib/definitions/SessionInfoResponse.d.ts +0 -42
- package/lib/definitions/SessionInfoResponse.js +0 -3
- package/lib/definitions/SessionInfoResponse.js.map +0 -1
- package/lib/definitions/SiteResource.d.ts +0 -14
- package/lib/definitions/SiteResource.js.map +0 -1
- package/lib/definitions/SocMsgListContentsParameters.js +0 -3
- package/lib/definitions/SocMsgListContentsParameters.js.map +0 -1
- package/lib/definitions/SocMsgListIdentitiesParameters.js +0 -3
- package/lib/definitions/SocMsgListIdentitiesParameters.js.map +0 -1
- package/lib/definitions/TMCreateTaskRequestRecurrence.d.ts +0 -25
- package/lib/definitions/TMCreateTaskRequestRecurrence.js +0 -3
- package/lib/definitions/TMCreateTaskRequestRecurrence.js.map +0 -1
- package/lib/definitions/TMTaskInfoRecurrence.js +0 -3
- package/lib/definitions/TMTaskInfoRecurrence.js.map +0 -1
- package/lib/definitions/TMUpdateTaskRequestRecurrence.d.ts +0 -24
- package/lib/definitions/TMUpdateTaskRequestRecurrence.js +0 -3
- package/lib/definitions/TMUpdateTaskRequestRecurrence.js.map +0 -1
- package/lib/definitions/TokenIntrospectionResponse.d.ts +0 -47
- package/lib/definitions/TokenIntrospectionResponse.js +0 -3
- package/lib/definitions/TokenIntrospectionResponse.js.map +0 -1
- package/lib/paths/Restapi/Oauth/Introspect/index.d.ts +0 -24
- package/lib/paths/Restapi/Oauth/Introspect/index.js +0 -30
- package/lib/paths/Restapi/Oauth/Introspect/index.js.map +0 -1
- package/lib/paths/Restapi/Oauth/SessionInfo/index.d.ts +0 -17
- package/lib/paths/Restapi/Oauth/SessionInfo/index.js.map +0 -1
- package/src/definitions/ContentAttachment.ts +0 -85
- package/src/definitions/CreateContentRequest.ts +0 -147
- package/src/definitions/EmergencyLocationInfoRequest.ts +0 -47
- package/src/definitions/IntrospectTokenRequest.ts +0 -15
- package/src/definitions/MeetingRecordingsNavigationInfo.ts +0 -21
- package/src/definitions/MeetingRecordingsNavigationInfoUri.ts +0 -11
- package/src/definitions/MeetingRecordingsPagingInfo.ts +0 -39
- package/src/definitions/MeetingsNavigationInfo.ts +0 -21
- package/src/definitions/MeetingsNavigationInfoUri.ts +0 -8
- package/src/definitions/MeetingsPagingInfo.ts +0 -33
- package/src/definitions/PagingResource.ts +0 -37
- package/src/definitions/SessionInfoResponse.ts +0 -50
- package/src/definitions/SiteResource.ts +0 -16
- package/src/definitions/SocMsgListContentsParameters.ts +0 -70
- package/src/definitions/SocMsgListIdentitiesParameters.ts +0 -50
- package/src/definitions/TMCreateTaskRequestRecurrence.ts +0 -29
- package/src/definitions/TMUpdateTaskRequestRecurrence.ts +0 -28
- package/src/definitions/TokenIntrospectionResponse.ts +0 -56
- package/src/paths/Restapi/Oauth/Introspect/index.ts +0 -42
- package/src/paths/Restapi/Oauth/SessionInfo/index.ts +0 -27
|
@@ -1,23 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Token endpoint request parameters used in the "Guest" authorization flow
|
|
3
|
+
* with the `guest` grant type
|
|
4
|
+
*
|
|
5
|
+
*/
|
|
1
6
|
interface GetTokenRequest {
|
|
2
7
|
/**
|
|
3
|
-
*
|
|
8
|
+
* Client assertion type for the `client_secret_jwt` or `private_key_jwt` client authentication types,
|
|
9
|
+
* as defined by [RFC-7523](https://datatracker.ietf.org/doc/html/rfc7523#section-2.2).
|
|
10
|
+
* This parameter is mandatory if the client authentication is required and a client decided to use one of these authentication types
|
|
4
11
|
*/
|
|
5
|
-
|
|
12
|
+
client_assertion_type?: 'urn:ietf:params:oauth:client-assertion-type:jwt-bearer';
|
|
6
13
|
|
|
7
14
|
/**
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
|
|
11
|
-
password?: string;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* For `password` grant type only. Optional. Extension short number. If company number
|
|
15
|
-
* is specified as a username, and extension is not specified, the
|
|
16
|
-
* server will attempt to authenticate client as main company administrator
|
|
17
|
-
*
|
|
18
|
-
* DEPRECATED: use extension number embedded into username string like `+16501234567*101`
|
|
15
|
+
* Client assertion (JWT) for the `client_secret_jwt` or `private_key_jwt` client authentication types,
|
|
16
|
+
* as defined by [RFC-7523](https://datatracker.ietf.org/doc/html/rfc7523#section-2.2).
|
|
17
|
+
* This parameter is mandatory if the client authentication is required and a client decided to use one of these authentication types
|
|
19
18
|
*/
|
|
20
|
-
|
|
19
|
+
client_assertion?: string;
|
|
21
20
|
|
|
22
21
|
/**
|
|
23
22
|
* Grant type
|
|
@@ -38,17 +37,25 @@ interface GetTokenRequest {
|
|
|
38
37
|
| 'ivr_pin';
|
|
39
38
|
|
|
40
39
|
/**
|
|
41
|
-
*
|
|
40
|
+
* The list of application permissions (OAuth scopes) requested.
|
|
41
|
+
* By default, it includes all permissions configured on
|
|
42
|
+
* the client application registration
|
|
42
43
|
*/
|
|
43
|
-
|
|
44
|
+
scope?: string;
|
|
44
45
|
|
|
45
46
|
/**
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
47
|
+
* The registered identifier of a client application.
|
|
48
|
+
* Used to identify a client ONLY if the client authentication is not required and
|
|
49
|
+
* corresponding credentials are not provided with this request
|
|
50
|
+
* Example: AZwEVwGEcfGet2PCouA7K6
|
|
50
51
|
*/
|
|
51
|
-
|
|
52
|
+
client_id?: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* The unique identifier of a client application instance. If not
|
|
56
|
+
* specified, the derived or auto-generated value will be used
|
|
57
|
+
*/
|
|
58
|
+
endpoint_id?: string;
|
|
52
59
|
|
|
53
60
|
/**
|
|
54
61
|
* Access token lifetime in seconds
|
|
@@ -68,72 +75,112 @@ interface GetTokenRequest {
|
|
|
68
75
|
refresh_token_ttl?: number;
|
|
69
76
|
|
|
70
77
|
/**
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
78
|
+
* For `otp` grant type only.
|
|
79
|
+
* One-time password code
|
|
80
|
+
* Required
|
|
74
81
|
*/
|
|
75
|
-
|
|
82
|
+
code?: string;
|
|
76
83
|
|
|
77
84
|
/**
|
|
78
|
-
* For `
|
|
85
|
+
* For `authorization_code` grant type only. This is a callback URI which determines where the response
|
|
86
|
+
* is sent. The value of this parameter must exactly match one of
|
|
87
|
+
* the URIs you have provided for your app upon registration
|
|
88
|
+
* Format: uri
|
|
79
89
|
*/
|
|
80
|
-
|
|
90
|
+
redirect_uri?: string;
|
|
81
91
|
|
|
82
92
|
/**
|
|
83
|
-
*
|
|
84
|
-
*
|
|
93
|
+
* For `authorization_code` grant type only.
|
|
94
|
+
* The code verifier as defined by the PKCE specification -
|
|
95
|
+
* [RFC-7636 "Proof Key for Code Exchange by OAuth Public Clients"](https://datatracker.ietf.org/doc/html/rfc7636)
|
|
85
96
|
*/
|
|
86
|
-
|
|
97
|
+
code_verifier?: string;
|
|
87
98
|
|
|
88
99
|
/**
|
|
100
|
+
* For `password` grant type only. User login name: email or phone number in E.164 format
|
|
101
|
+
* Required
|
|
89
102
|
*/
|
|
90
|
-
|
|
103
|
+
username?: string;
|
|
91
104
|
|
|
92
105
|
/**
|
|
93
|
-
*
|
|
106
|
+
* For `password` grant type only. User's password
|
|
107
|
+
* Required
|
|
108
|
+
* Format: password
|
|
94
109
|
*/
|
|
95
|
-
|
|
110
|
+
password?: string;
|
|
96
111
|
|
|
97
112
|
/**
|
|
113
|
+
* For `password` grant type only. Optional. Extension short number. If a company number
|
|
114
|
+
* is specified as a username, and extension is not specified, the
|
|
115
|
+
* server will attempt to authenticate client as main company administrator
|
|
116
|
+
*
|
|
117
|
+
* DEPRECATED: use extension number embedded into username string like `+16501234567*101`
|
|
98
118
|
*/
|
|
99
|
-
|
|
119
|
+
extension?: string;
|
|
100
120
|
|
|
101
121
|
/**
|
|
122
|
+
* IVR pin for pin-based authentication.
|
|
123
|
+
*
|
|
124
|
+
* DEPRECATED: use a dedicated `ivr_pin` grant type instead
|
|
102
125
|
*/
|
|
103
|
-
|
|
126
|
+
pin?: string;
|
|
104
127
|
|
|
105
128
|
/**
|
|
106
|
-
*
|
|
129
|
+
* For `urn:ietf:params:oauth:grant-type:jwt-bearer` or `partner_jwt` grant types only.
|
|
130
|
+
* Authorization grant assertion (JWT)
|
|
131
|
+
* as defined by [RFC-7523](https://datatracker.ietf.org/doc/html/rfc7523#section-2.1).
|
|
132
|
+
* Required
|
|
107
133
|
*/
|
|
108
|
-
|
|
134
|
+
assertion?: string;
|
|
109
135
|
|
|
110
136
|
/**
|
|
111
|
-
*
|
|
137
|
+
* For `refresh_token` grant type only. Previously issued refresh token.
|
|
138
|
+
* Required
|
|
112
139
|
*/
|
|
113
|
-
|
|
140
|
+
refresh_token?: string;
|
|
114
141
|
|
|
115
142
|
/**
|
|
116
|
-
* For `
|
|
143
|
+
* For `ivr_pin` grant type only. User's IVR pin.
|
|
144
|
+
* Required
|
|
117
145
|
*/
|
|
118
|
-
|
|
146
|
+
ivr_pin?: string;
|
|
119
147
|
|
|
120
148
|
/**
|
|
149
|
+
* For `urn:ietf:params:oauth:grant-type:device_code` grant type only.
|
|
150
|
+
* The device verification code as defined by [RFC-8628](https://datatracker.ietf.org/doc/html/rfc8628#section-3.4)
|
|
151
|
+
* Required
|
|
152
|
+
*/
|
|
153
|
+
device_code?: string;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* RingCentral Brand identifier.
|
|
157
|
+
* Required
|
|
121
158
|
*/
|
|
122
159
|
brand_id?: string;
|
|
123
160
|
|
|
124
161
|
/**
|
|
125
|
-
*
|
|
162
|
+
* RingCentral internal account ID
|
|
163
|
+
* Required
|
|
126
164
|
*/
|
|
127
|
-
|
|
165
|
+
account_id?: string;
|
|
128
166
|
|
|
129
167
|
/**
|
|
168
|
+
* The ID of the account on RingCentral partner's side
|
|
169
|
+
* Required
|
|
130
170
|
*/
|
|
131
|
-
|
|
171
|
+
partner_account_id?: string;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Resource type for the guest access.
|
|
175
|
+
* Required
|
|
176
|
+
*/
|
|
177
|
+
resource_type?: string;
|
|
132
178
|
|
|
133
179
|
/**
|
|
134
|
-
*
|
|
180
|
+
* Resource URL for the guest access.
|
|
181
|
+
* Required
|
|
135
182
|
*/
|
|
136
|
-
|
|
183
|
+
resource?: string;
|
|
137
184
|
}
|
|
138
185
|
|
|
139
186
|
export default GetTokenRequest;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Token endpoint request parameters used in the "Guest" authorization flow
|
|
3
|
+
* with the `guest` grant type
|
|
4
|
+
*
|
|
5
|
+
*/
|
|
6
|
+
interface GuestTokenRequest {
|
|
7
|
+
/**
|
|
8
|
+
* Grant type
|
|
9
|
+
* Required
|
|
10
|
+
*/
|
|
11
|
+
grant_type?: 'guest';
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* RingCentral Brand identifier.
|
|
15
|
+
*/
|
|
16
|
+
brand_id?: string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Resource type for the guest access.
|
|
20
|
+
* Required
|
|
21
|
+
*/
|
|
22
|
+
resource_type?: string;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Resource URL for the guest access.
|
|
26
|
+
* Required
|
|
27
|
+
*/
|
|
28
|
+
resource?: string;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export default GuestTokenRequest;
|
|
@@ -9,7 +9,7 @@ interface IdentityModel {
|
|
|
9
9
|
id?: string;
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
|
-
* Identity's avatar
|
|
12
|
+
* Identity's avatar URI
|
|
13
13
|
* Format: uri
|
|
14
14
|
* Example: https://example.com/assets/avatar/default-79fd530c58c2a6b83a11fcc0e842ed7023ceb69292cfeb857bc2af2c624b90fd.png
|
|
15
15
|
*/
|
|
@@ -30,7 +30,7 @@ interface IdentityModel {
|
|
|
30
30
|
creationTime?: string;
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
|
-
* Display name of
|
|
33
|
+
* Display name of identity
|
|
34
34
|
* Example: John Doe
|
|
35
35
|
*/
|
|
36
36
|
displayName?: string;
|
|
@@ -65,14 +65,19 @@ interface IdentityModel {
|
|
|
65
65
|
homePhone?: string;
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
69
|
-
* all information (phone, notes, etc
|
|
70
|
-
*
|
|
71
|
-
* does not
|
|
68
|
+
* Identity group identifier which references the identity group that contains
|
|
69
|
+
* all information (phone, notes, etc). Multiple identities may belong to
|
|
70
|
+
* a single group. If the parameter value is null, it means that identity
|
|
71
|
+
* does not belong to a group or have extra information
|
|
72
72
|
* Example: 54085e5b7aa58d8b5d00006c
|
|
73
73
|
*/
|
|
74
74
|
identityGroupId?: string;
|
|
75
75
|
|
|
76
|
+
/**
|
|
77
|
+
* Either Agent or Customer
|
|
78
|
+
*/
|
|
79
|
+
identityType?: 'Agent' | 'Customer';
|
|
80
|
+
|
|
76
81
|
/**
|
|
77
82
|
* LastName.
|
|
78
83
|
* Example: Doe
|
|
@@ -86,13 +91,13 @@ interface IdentityModel {
|
|
|
86
91
|
mobilePhone?: string;
|
|
87
92
|
|
|
88
93
|
/**
|
|
89
|
-
* Screen name of
|
|
94
|
+
* Screen name of identity
|
|
90
95
|
* Example: John D.
|
|
91
96
|
*/
|
|
92
97
|
screenName?: string;
|
|
93
98
|
|
|
94
99
|
/**
|
|
95
|
-
* Type of
|
|
100
|
+
* Type of identity
|
|
96
101
|
* Required
|
|
97
102
|
*/
|
|
98
103
|
type?:
|
|
@@ -100,7 +105,6 @@ interface IdentityModel {
|
|
|
100
105
|
| 'Email'
|
|
101
106
|
| 'EngageMessaging'
|
|
102
107
|
| 'Facebook'
|
|
103
|
-
| 'GoogleBusinessMessages'
|
|
104
108
|
| 'GoogleMyBusiness'
|
|
105
109
|
| 'Instagram'
|
|
106
110
|
| 'Linkedin'
|
|
@@ -118,160 +122,124 @@ interface IdentityModel {
|
|
|
118
122
|
lastModifiedTime?: string;
|
|
119
123
|
|
|
120
124
|
/**
|
|
121
|
-
* List of the associated user identifiers who can use the identity
|
|
125
|
+
* List of the associated user identifiers who can use the identity
|
|
122
126
|
*/
|
|
123
127
|
userIds?: string[];
|
|
124
128
|
|
|
125
129
|
/**
|
|
126
|
-
* UUID of
|
|
130
|
+
* UUID of identity
|
|
127
131
|
* Example: 9680ab94-3b78-495c-bb2c-a969954d8260
|
|
128
132
|
*/
|
|
129
133
|
uuid?: string;
|
|
130
134
|
|
|
131
135
|
/**
|
|
132
|
-
* Device info of the identity.
|
|
133
|
-
*
|
|
134
|
-
* Applicable to RingCX Digital Messaging channels only.
|
|
136
|
+
* Device info of the identity. Applicable to RingCX Digital Messaging channels only
|
|
135
137
|
* Example: iPhone (iPhone); iOS 15.0.2
|
|
136
138
|
*/
|
|
137
139
|
mobileDeviceInfo?: string;
|
|
138
140
|
|
|
139
141
|
/**
|
|
140
|
-
* Facebook biography of the identity.
|
|
141
|
-
*
|
|
142
|
-
* Applicable to Facebook and Messenger channels only.
|
|
142
|
+
* Facebook biography of the identity. Applicable to Facebook and Messenger channels only
|
|
143
143
|
* Example: Painter living in Paris
|
|
144
144
|
*/
|
|
145
145
|
fbBio?: string;
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
|
-
* Facebook category of the identity.
|
|
149
|
-
*
|
|
150
|
-
* Applicable to Facebook and Messenger channels only.
|
|
148
|
+
* Facebook category of the identity. Applicable to Facebook and Messenger channels only
|
|
151
149
|
* Example: Computers/Internet
|
|
152
150
|
*/
|
|
153
151
|
fbCategory?: string;
|
|
154
152
|
|
|
155
153
|
/**
|
|
156
|
-
* Facebook locale of the identity.
|
|
157
|
-
*
|
|
158
|
-
* Applicable to Facebook and Messenger channels only.
|
|
154
|
+
* Facebook locale of the identity. Applicable to Facebook and Messenger channels only
|
|
159
155
|
* Example: fr_FR
|
|
160
156
|
*/
|
|
161
157
|
fbLocale?: string;
|
|
162
158
|
|
|
163
159
|
/**
|
|
164
|
-
* Instagram followers count of the identity.
|
|
165
|
-
*
|
|
166
|
-
* Applicable to Instagram and InstagramMessaging channels only.
|
|
160
|
+
* Instagram followers count of the identity. Applicable to Instagram and InstagramMessaging channels only
|
|
167
161
|
* Format: int32
|
|
168
162
|
* Example: 10
|
|
169
163
|
*/
|
|
170
164
|
igFollowersCount?: number;
|
|
171
165
|
|
|
172
166
|
/**
|
|
173
|
-
* Twitter description of the identity.
|
|
174
|
-
*
|
|
175
|
-
* Applicable to Twitter channels only.
|
|
167
|
+
* Twitter description of the identity. Applicable to Twitter channels only
|
|
176
168
|
* Example: Software Engineer
|
|
177
169
|
*/
|
|
178
170
|
twDescription?: string;
|
|
179
171
|
|
|
180
172
|
/**
|
|
181
|
-
* Twitter followers count of the identity.
|
|
182
|
-
*
|
|
183
|
-
* Applicable to Twitter channels only.
|
|
173
|
+
* Twitter followers count of the identity. Applicable to Twitter channels only
|
|
184
174
|
* Format: int32
|
|
185
175
|
* Example: 10
|
|
186
176
|
*/
|
|
187
177
|
twFollowersCount?: number;
|
|
188
178
|
|
|
189
179
|
/**
|
|
190
|
-
* Count of Twitter accounts followed by the identity.
|
|
191
|
-
*
|
|
192
|
-
* Applicable to Twitter channels only.
|
|
180
|
+
* Count of Twitter accounts followed by the identity. Applicable to Twitter channels only
|
|
193
181
|
* Format: int32
|
|
194
182
|
* Example: 500
|
|
195
183
|
*/
|
|
196
184
|
twFollowingCount?: number;
|
|
197
185
|
|
|
198
186
|
/**
|
|
199
|
-
* Count of tweets of the identity.
|
|
200
|
-
*
|
|
201
|
-
* Applicable to Twitter channels only.
|
|
187
|
+
* Count of tweets of the identity. Applicable to Twitter channels only
|
|
202
188
|
* Format: int32
|
|
203
189
|
* Example: 42
|
|
204
190
|
*/
|
|
205
191
|
twStatusesCount?: number;
|
|
206
192
|
|
|
207
193
|
/**
|
|
208
|
-
* Twitter location of the identity.
|
|
209
|
-
*
|
|
210
|
-
* Applicable to Twitter channels only.
|
|
194
|
+
* Twitter location of the identity. Applicable to Twitter channels only
|
|
211
195
|
* Example: Paris
|
|
212
196
|
*/
|
|
213
197
|
twLocation?: string;
|
|
214
198
|
|
|
215
199
|
/**
|
|
216
|
-
* Viber API version of the identity.
|
|
217
|
-
*
|
|
218
|
-
* Applicable to Viber channels only.
|
|
200
|
+
* Viber API version of the identity. Applicable to Viber channels only
|
|
219
201
|
* Example: 10
|
|
220
202
|
*/
|
|
221
203
|
apiVersion?: string;
|
|
222
204
|
|
|
223
205
|
/**
|
|
224
|
-
* Viber country of the identity.
|
|
225
|
-
*
|
|
226
|
-
* Applicable to Viber channels only.
|
|
206
|
+
* Viber country of the identity. Applicable to Viber channels only
|
|
227
207
|
* Example: FR
|
|
228
208
|
*/
|
|
229
209
|
country?: string;
|
|
230
210
|
|
|
231
211
|
/**
|
|
232
|
-
* Viber device type of the identity.
|
|
233
|
-
*
|
|
234
|
-
* Applicable to Viber channels only.
|
|
212
|
+
* Viber device type of the identity. Applicable to Viber channels only
|
|
235
213
|
* Example: SM-G970U1
|
|
236
214
|
*/
|
|
237
215
|
deviceType?: string;
|
|
238
216
|
|
|
239
217
|
/**
|
|
240
|
-
* Viber language of the identity.
|
|
241
|
-
*
|
|
242
|
-
* Applicable to Viber channels only.
|
|
218
|
+
* Viber language of the identity. Applicable to Viber channels only
|
|
243
219
|
* Example: fr-FR
|
|
244
220
|
*/
|
|
245
221
|
language?: string;
|
|
246
222
|
|
|
247
223
|
/**
|
|
248
|
-
* Viber mobile country code of the identity.
|
|
249
|
-
*
|
|
250
|
-
* Applicable to Viber channels only.
|
|
224
|
+
* Viber mobile country code of the identity. Applicable to Viber channels only
|
|
251
225
|
* Example: 1
|
|
252
226
|
*/
|
|
253
227
|
mcc?: string;
|
|
254
228
|
|
|
255
229
|
/**
|
|
256
|
-
* Viber mobile network code of the identity.
|
|
257
|
-
*
|
|
258
|
-
* Applicable to Viber channels only.
|
|
230
|
+
* Viber mobile network code of the identity. Applicable to Viber channels only
|
|
259
231
|
* Example: 220
|
|
260
232
|
*/
|
|
261
233
|
mnc?: string;
|
|
262
234
|
|
|
263
235
|
/**
|
|
264
|
-
* Viber primary device OS of the identity.
|
|
265
|
-
*
|
|
266
|
-
* Applicable to Viber channels only.
|
|
236
|
+
* Viber primary device OS of the identity. Applicable to Viber channels only
|
|
267
237
|
* Example: Android 11
|
|
268
238
|
*/
|
|
269
239
|
primaryDeviceOs?: string;
|
|
270
240
|
|
|
271
241
|
/**
|
|
272
|
-
* Viber application version of the identity.
|
|
273
|
-
*
|
|
274
|
-
* Applicable to Viber channels only.
|
|
242
|
+
* Viber application version of the identity. Applicable to Viber channels only
|
|
275
243
|
* Example: 19.5.0
|
|
276
244
|
*/
|
|
277
245
|
viberVersion?: string;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Token endpoint request parameters used in the "IVR Pin" authorization flow with the `ivr_pin` grant type
|
|
3
|
+
*
|
|
4
|
+
*/
|
|
5
|
+
interface IvrPinTokenRequest {
|
|
6
|
+
/**
|
|
7
|
+
* Grant type
|
|
8
|
+
* Required
|
|
9
|
+
*/
|
|
10
|
+
grant_type?: 'ivr_pin';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* For `ivr_pin` grant type only. User's IVR pin.
|
|
14
|
+
* Required
|
|
15
|
+
*/
|
|
16
|
+
ivr_pin?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default IvrPinTokenRequest;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type JobStatusResponseResponse from './JobStatusResponseResponse';
|
|
2
|
+
|
|
1
3
|
interface JobStatusResponse {
|
|
2
4
|
/**
|
|
3
5
|
*/
|
|
@@ -17,6 +19,14 @@ interface JobStatusResponse {
|
|
|
17
19
|
* Format: date-time
|
|
18
20
|
*/
|
|
19
21
|
expirationTime?: string;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*/
|
|
25
|
+
status?: 'Success' | 'Fail';
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
*/
|
|
29
|
+
response?: JobStatusResponseResponse;
|
|
20
30
|
}
|
|
21
31
|
|
|
22
32
|
export default JobStatusResponse;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type UtteranceObject from './UtteranceObject';
|
|
2
|
+
import type WordSegment from './WordSegment';
|
|
3
|
+
import type UtteranceInsightsObject from './UtteranceInsightsObject';
|
|
4
|
+
import type SpeakerInsightsObject from './SpeakerInsightsObject';
|
|
5
|
+
import type ConversationalInsightsUnit from './ConversationalInsightsUnit';
|
|
6
|
+
|
|
7
|
+
interface JobStatusResponseResponse {
|
|
8
|
+
/**
|
|
9
|
+
* The number of speakers detected. Field is set only when enableSpeakerDiarization is true.
|
|
10
|
+
* Format: int32
|
|
11
|
+
* Example: 2
|
|
12
|
+
*/
|
|
13
|
+
speakerCount?: number;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Speaker wise utterances. Field is set only when enableSpeakerDiarization is true.
|
|
17
|
+
*/
|
|
18
|
+
utterances?: UtteranceObject[];
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*/
|
|
22
|
+
words?: WordSegment[];
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Overall transcription confidence.
|
|
26
|
+
* Format: float
|
|
27
|
+
*/
|
|
28
|
+
confidence?: number;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* The entire transcript with/without punctuations according to the input.
|
|
32
|
+
*/
|
|
33
|
+
transcript?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
*/
|
|
37
|
+
utteranceInsights?: UtteranceInsightsObject[];
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
*/
|
|
41
|
+
speakerInsights?: SpeakerInsightsObject;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
*/
|
|
45
|
+
conversationalInsights?: ConversationalInsightsUnit[];
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export default JobStatusResponseResponse;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Token endpoint request parameters used in the "Personal JWT", "JWT Bearer" and "Partner JWT" authorization flows
|
|
3
|
+
* with the `urn:ietf:params:oauth:grant-type:jwt-bearer` and `partner_jwt` grant types
|
|
4
|
+
*
|
|
5
|
+
*/
|
|
6
|
+
interface JwtTokenRequest {
|
|
7
|
+
/**
|
|
8
|
+
* Grant type
|
|
9
|
+
* Required
|
|
10
|
+
*/
|
|
11
|
+
grant_type?: 'urn:ietf:params:oauth:grant-type:jwt-bearer' | 'partner_jwt';
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* For `urn:ietf:params:oauth:grant-type:jwt-bearer` or `partner_jwt` grant types only.
|
|
15
|
+
* Authorization grant assertion (JWT)
|
|
16
|
+
* as defined by [RFC-7523](https://datatracker.ietf.org/doc/html/rfc7523#section-2.1).
|
|
17
|
+
* Required
|
|
18
|
+
*/
|
|
19
|
+
assertion?: string;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default JwtTokenRequest;
|
|
@@ -31,7 +31,8 @@ interface LanguageInfo {
|
|
|
31
31
|
localeCode?: string;
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format
|
|
35
|
+
* Example: US
|
|
35
36
|
*/
|
|
36
37
|
isoCode?: string;
|
|
37
38
|
|
|
@@ -49,9 +49,11 @@ interface ListAccountPhoneNumbersParameters {
|
|
|
49
49
|
| 'ExternalNumberProviderTollFree';
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Status of a phone number
|
|
52
|
+
* Status of a phone number. If the value is `Normal`, the phone
|
|
53
|
+
* number is ready to be used. Otherwise, it is an external number not yet
|
|
54
|
+
* ported to RingCentral
|
|
53
55
|
*/
|
|
54
|
-
status?: 'Normal' | 'Pending' | 'PortedIn' | 'Temporary';
|
|
56
|
+
status?: 'Normal' | 'Pending' | 'PortedIn' | 'Temporary' | 'Unknown';
|
|
55
57
|
}
|
|
56
58
|
|
|
57
59
|
export default ListAccountPhoneNumbersParameters;
|
|
@@ -51,7 +51,9 @@ interface ListAccountPhoneNumbersV2Parameters {
|
|
|
51
51
|
)[];
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
|
-
* Status of a phone number. If the value is
|
|
54
|
+
* Status of a phone number. If the value is `Normal`, the phone
|
|
55
|
+
* number is ready to be used. Otherwise, it is an external number not yet
|
|
56
|
+
* ported to RingCentral
|
|
55
57
|
*/
|
|
56
58
|
status?: 'Normal' | 'Pending' | 'PortedIn' | 'Temporary' | 'Unknown';
|
|
57
59
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Query parameters for operation listCompanyMessageTemplates
|
|
3
|
+
*/
|
|
4
|
+
interface ListCompanyMessageTemplatesParameters {
|
|
5
|
+
/**
|
|
6
|
+
* Site ID(s) to filter company message templates, associated with particular sites
|
|
7
|
+
* By default the value is all - templates with all sites will be returned
|
|
8
|
+
*/
|
|
9
|
+
siteIds?: string[];
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export default ListCompanyMessageTemplatesParameters;
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
* Query parameters for operation listDirectoryEntries
|
|
3
3
|
*/
|
|
4
4
|
interface ListDirectoryEntriesParameters {
|
|
5
|
+
/**
|
|
6
|
+
* Flag to enable cross-site limitation checking
|
|
7
|
+
* Example: true
|
|
8
|
+
*/
|
|
9
|
+
accessibleSitesOnly?: boolean;
|
|
10
|
+
|
|
5
11
|
/**
|
|
6
12
|
* If `true` then contacts of all accounts in federation are returned. If `false` then only contacts of the current account are returned, and account section is eliminated in this case
|
|
7
13
|
* Default: true
|