@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/paths/Cx/SocialMessaging/V1/index.ts"],"names":[],"mappings":";;;;;AAAA,8DAAsC;AACtC,0DAAkC;AAGlC,MAAM,KAAK;IAIT,YAAmB,OAAwB;QACzC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,CAAC;IACvB,CAAC;IACM,IAAI;QACT,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;IAC1C,CAAC;IAEM,QAAQ,CAAC,YAA2B,IAAI;QAC7C,OAAO,IAAI,kBAAQ,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IACvC,CAAC;IAEM,UAAU,CAAC,aAA4B,IAAI;QAChD,OAAO,IAAI,oBAAU,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IAC1C,CAAC;CACF;AACD,kBAAe,KAAK,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/paths/Cx/SocialMessaging/index.ts"],"names":[],"mappings":";;;;;AAAA,8CAAsB;AAGtB,MAAM,KAAK;IAIT,YAAmB,OAAwB;QACzC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,CAAC;IACvB,CAAC;IACM,IAAI;QACT,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC;IACxD,CAAC;IAEM,EAAE;QACP,OAAO,IAAI,YAAE,CAAC,IAAI,CAAC,CAAC;IACtB,CAAC;CACF;AACD,kBAAe,KAAK,CAAC"}
|
package/lib/paths/Cx/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import SocialMessaging from './SocialMessaging';
|
|
2
|
-
import type { RingCentralInterface } from '../../types';
|
|
3
|
-
declare class Index {
|
|
4
|
-
rc: RingCentralInterface;
|
|
5
|
-
constructor(rc: RingCentralInterface);
|
|
6
|
-
path(): string;
|
|
7
|
-
socialMessaging(): SocialMessaging;
|
|
8
|
-
}
|
|
9
|
-
export default Index;
|
package/lib/paths/Cx/index.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const SocialMessaging_1 = __importDefault(require("./SocialMessaging"));
|
|
7
|
-
class Index {
|
|
8
|
-
constructor(rc) {
|
|
9
|
-
this.rc = rc;
|
|
10
|
-
}
|
|
11
|
-
path() {
|
|
12
|
-
return '/cx';
|
|
13
|
-
}
|
|
14
|
-
socialMessaging() {
|
|
15
|
-
return new SocialMessaging_1.default(this);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.default = Index;
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/paths/Cx/index.ts"],"names":[],"mappings":";;;;;AAAA,wEAAgD;AAGhD,MAAM,KAAK;IAGT,YAAmB,EAAwB;QACzC,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACf,CAAC;IACM,IAAI;QACT,OAAO,KAAK,CAAC;IACf,CAAC;IAEM,eAAe;QACpB,OAAO,IAAI,yBAAe,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC;CACF;AACD,kBAAe,KAAK,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type PeerInfo from './PeerInfo';
|
|
2
|
-
import type MobilePickupData from './MobilePickupData';
|
|
3
|
-
|
|
4
|
-
interface CallSessionStatusInfo {
|
|
5
|
-
/**
|
|
6
|
-
*/
|
|
7
|
-
code?: string;
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
*/
|
|
11
|
-
reason?: string;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
*/
|
|
15
|
-
parkData?: string;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*/
|
|
19
|
-
peerId?: PeerInfo;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
*/
|
|
23
|
-
mobilePickupData?: MobilePickupData;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export default CallSessionStatusInfo;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type ContentModel from './ContentModel';
|
|
2
|
-
import type NonEnumeratedPagingModel from './NonEnumeratedPagingModel';
|
|
3
|
-
|
|
4
|
-
interface ContentList {
|
|
5
|
-
/**
|
|
6
|
-
* Required
|
|
7
|
-
*/
|
|
8
|
-
records?: ContentModel[];
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Required
|
|
12
|
-
*/
|
|
13
|
-
paging?: NonEnumeratedPagingModel;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export default ContentList;
|
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
import type SocMsgContentAttachment from './SocMsgContentAttachment';
|
|
2
|
-
import type ContentBodyFormatted from './ContentBodyFormatted';
|
|
3
|
-
import type ContentContextData from './ContentContextData';
|
|
4
|
-
|
|
5
|
-
interface ContentModel {
|
|
6
|
-
/**
|
|
7
|
-
* Array of attachments to be added to the content
|
|
8
|
-
* Required
|
|
9
|
-
*/
|
|
10
|
-
attachments?: SocMsgContentAttachment[];
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Identity identifier of the content author. Not mandatory on creation,
|
|
14
|
-
* by default it uses the token's user first identity on channel
|
|
15
|
-
* Required
|
|
16
|
-
*/
|
|
17
|
-
authorIdentityId?: string;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Auto submitted content:
|
|
21
|
-
* - won't reopen tasks or interventions
|
|
22
|
-
* - can be used to send automatic messages like asking an user to follow on twitter, sending a survey, etc,
|
|
23
|
-
* - doesn't get included in statistics
|
|
24
|
-
* Required
|
|
25
|
-
*/
|
|
26
|
-
autoSubmitted?: boolean;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Content body. On creation this field is mandatory except for WhatsApp content
|
|
30
|
-
* using templates. The following are the channels supported and their **max length**
|
|
31
|
-
* restrictions (in brackets):
|
|
32
|
-
*
|
|
33
|
-
* - *Apple Messages For Business* (10000)
|
|
34
|
-
* - *Email* (262144)
|
|
35
|
-
* - *RingCX Digital Messaging* (1024)
|
|
36
|
-
* - *Facebook* (8000)
|
|
37
|
-
* - *Google My Business* (4000)
|
|
38
|
-
* - *Instagram* (950)
|
|
39
|
-
* - *Instagram Messaging* (1000)
|
|
40
|
-
* - *LinkedIn* (3000)
|
|
41
|
-
* - *Messenger* (2000)
|
|
42
|
-
* - *Twitter* (280)
|
|
43
|
-
* - *Viber* (7000)
|
|
44
|
-
* - *WhatsApp* (3800)
|
|
45
|
-
* - *Youtube* (8000)
|
|
46
|
-
* Required
|
|
47
|
-
* Example: Body of the content
|
|
48
|
-
*/
|
|
49
|
-
body?: string;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* Required
|
|
53
|
-
*/
|
|
54
|
-
bodyFormatted?: ContentBodyFormatted;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* Content input format
|
|
58
|
-
* Required
|
|
59
|
-
*/
|
|
60
|
-
bodyInputFormat?: 'Text' | 'Html';
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* List of the category identifiers of the content
|
|
64
|
-
* Required
|
|
65
|
-
* Example: 541014e17aa58d8ccf000023,541014e17aa58d8ccf002023
|
|
66
|
-
*/
|
|
67
|
-
categoryIds?: string[];
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* Direction of the content.
|
|
71
|
-
*
|
|
72
|
-
* * Incoming contents are received from a channel.
|
|
73
|
-
* * Outgoing contents are exported to a channel.
|
|
74
|
-
* Example: Incoming
|
|
75
|
-
*/
|
|
76
|
-
contentDirection?: 'Incoming' | 'Outgoing';
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
*/
|
|
80
|
-
contextData?: ContentContextData;
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* Creation time of the resource.
|
|
84
|
-
* Required
|
|
85
|
-
* Format: date-time
|
|
86
|
-
* Example: 2023-02-04T12:43:07Z
|
|
87
|
-
*/
|
|
88
|
-
creationTime?: string;
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* Source of content
|
|
92
|
-
* Required
|
|
93
|
-
*/
|
|
94
|
-
createdFrom?: 'Synchronizer' | 'Interface' | 'Api' | 'AutoSurvey' | 'AutoResponseTrigger' | 'AutoRequestEmail';
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* RingCentral user identifier of the creator
|
|
98
|
-
* Required
|
|
99
|
-
* Example: 2683222036
|
|
100
|
-
*/
|
|
101
|
-
creatorId?: string;
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* True if the content is the first in the thread.
|
|
105
|
-
*/
|
|
106
|
-
firstInThread?: boolean;
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* External categories of the content.
|
|
110
|
-
* Returned only if the content has `foreignCategories`
|
|
111
|
-
* Example: foreign_category_id
|
|
112
|
-
*/
|
|
113
|
-
foreignCategories?: string[];
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Content identifier
|
|
117
|
-
* Required
|
|
118
|
-
*/
|
|
119
|
-
id?: string;
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* Identifier of the content identity to which this content is a reply to.
|
|
123
|
-
* If the channel does not support discussion initiation, this parameter is mandatory
|
|
124
|
-
* Required
|
|
125
|
-
*/
|
|
126
|
-
inReplyToAuthorIdentityId?: string;
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* Content identifier to which this content is a reply to. On creation, if omitted,
|
|
130
|
-
* a new discussion will be created. If the channel does not support discussion initiation,
|
|
131
|
-
* this parameter is mandatory
|
|
132
|
-
* Required
|
|
133
|
-
*/
|
|
134
|
-
inReplyToContentId?: string;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Intervention identifier of the content
|
|
138
|
-
* Required
|
|
139
|
-
*/
|
|
140
|
-
interventionId?: string;
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* Language of the content
|
|
144
|
-
* Required
|
|
145
|
-
* Example: En
|
|
146
|
-
*/
|
|
147
|
-
language?: string;
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* If set to `true`, then the content is publicly visible on remote channel.
|
|
151
|
-
* Private content is NOT supported on every channel
|
|
152
|
-
* Required
|
|
153
|
-
* Default: true
|
|
154
|
-
*/
|
|
155
|
-
public?: boolean;
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* If set to `true`, then the content is published on remote channel
|
|
159
|
-
* Required
|
|
160
|
-
* Example: true
|
|
161
|
-
*/
|
|
162
|
-
published?: boolean;
|
|
163
|
-
|
|
164
|
-
/**
|
|
165
|
-
* Rating of content. Present only if the content supports rating and rating is filled
|
|
166
|
-
* Required
|
|
167
|
-
* Format: int32
|
|
168
|
-
* Example: 4
|
|
169
|
-
*/
|
|
170
|
-
rating?: number;
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* Set to `true` if content has been deleted on remote channel
|
|
174
|
-
* Required
|
|
175
|
-
*/
|
|
176
|
-
remotelyDeleted?: boolean;
|
|
177
|
-
|
|
178
|
-
/**
|
|
179
|
-
* Channel identifier.
|
|
180
|
-
* Required
|
|
181
|
-
* Example: 506d9e817aa58d1259000f12
|
|
182
|
-
*/
|
|
183
|
-
channelId?: string;
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
* Type of a channel
|
|
187
|
-
* Required
|
|
188
|
-
*/
|
|
189
|
-
channelType?:
|
|
190
|
-
| 'AppleMessagesForBusiness'
|
|
191
|
-
| 'Email'
|
|
192
|
-
| 'EngageMessaging'
|
|
193
|
-
| 'Facebook'
|
|
194
|
-
| 'GoogleMyBusiness'
|
|
195
|
-
| 'Instagram'
|
|
196
|
-
| 'InstagramMessaging'
|
|
197
|
-
| 'Linkedin'
|
|
198
|
-
| 'Messenger'
|
|
199
|
-
| 'Twitter'
|
|
200
|
-
| 'Viber'
|
|
201
|
-
| 'WhatsApp'
|
|
202
|
-
| 'Youtube';
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* External URI of a content channel
|
|
206
|
-
* Required
|
|
207
|
-
* Format: uri
|
|
208
|
-
*/
|
|
209
|
-
channelUri?: string;
|
|
210
|
-
|
|
211
|
-
/**
|
|
212
|
-
* Content status
|
|
213
|
-
* Required
|
|
214
|
-
*/
|
|
215
|
-
status?: 'New' | 'Assigned' | 'Replied' | 'UserReply' | 'UserInitiated' | 'Ignored';
|
|
216
|
-
|
|
217
|
-
/**
|
|
218
|
-
* Synchronization status
|
|
219
|
-
* Required
|
|
220
|
-
* Example: success
|
|
221
|
-
*/
|
|
222
|
-
synchronizationStatus?: string;
|
|
223
|
-
|
|
224
|
-
/**
|
|
225
|
-
* Synchronization error details
|
|
226
|
-
* Required
|
|
227
|
-
*/
|
|
228
|
-
synchronizationError?: string;
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* Content thread identifier
|
|
232
|
-
* Required
|
|
233
|
-
*/
|
|
234
|
-
threadId?: string;
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* Applicable to Email channels only. The subject of the email.
|
|
238
|
-
* This field is mandatory when initiating a discussion
|
|
239
|
-
* Required
|
|
240
|
-
* Example: An email title
|
|
241
|
-
*/
|
|
242
|
-
title?: string;
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
* Type of the content
|
|
246
|
-
* Required
|
|
247
|
-
* Example: Email
|
|
248
|
-
*/
|
|
249
|
-
type?:
|
|
250
|
-
| 'Album'
|
|
251
|
-
| 'AuthenticateMessage'
|
|
252
|
-
| 'AuthenticateResponse'
|
|
253
|
-
| 'Carousel'
|
|
254
|
-
| 'CarouselMessage'
|
|
255
|
-
| 'Comment'
|
|
256
|
-
| 'ContactMessage'
|
|
257
|
-
| 'Content'
|
|
258
|
-
| 'Email'
|
|
259
|
-
| 'FormMessage'
|
|
260
|
-
| 'FormResponse'
|
|
261
|
-
| 'HsmMessage'
|
|
262
|
-
| 'Link'
|
|
263
|
-
| 'ListMessage'
|
|
264
|
-
| 'Media'
|
|
265
|
-
| 'Message'
|
|
266
|
-
| 'OutboundMessage'
|
|
267
|
-
| 'PaymentMessage'
|
|
268
|
-
| 'Photo'
|
|
269
|
-
| 'PostbackMessage'
|
|
270
|
-
| 'PrivateTweet'
|
|
271
|
-
| 'PromptMessage'
|
|
272
|
-
| 'Question'
|
|
273
|
-
| 'Review'
|
|
274
|
-
| 'ReviewResponse'
|
|
275
|
-
| 'RichLinkMessage'
|
|
276
|
-
| 'SelectMessage'
|
|
277
|
-
| 'Status'
|
|
278
|
-
| 'TemplateMessage'
|
|
279
|
-
| 'TimePickerMessage'
|
|
280
|
-
| 'Tweet'
|
|
281
|
-
| 'Video'
|
|
282
|
-
| 'VideoCallRequestMessage';
|
|
283
|
-
|
|
284
|
-
/**
|
|
285
|
-
* The time when the last modification was completed.
|
|
286
|
-
* Required
|
|
287
|
-
* Format: date-time
|
|
288
|
-
* Example: 2023-02-04T12:43:07Z
|
|
289
|
-
*/
|
|
290
|
-
lastModifiedTime?: string;
|
|
291
|
-
|
|
292
|
-
/**
|
|
293
|
-
* Types of structured messages that can be used to reply to this type of message
|
|
294
|
-
* Required
|
|
295
|
-
*/
|
|
296
|
-
capabilitiesSupported?: string[];
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
export default ContentModel;
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
import type ContentContextData from './ContentContextData';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Request body for operation createSocialMessagingContent
|
|
5
|
-
*/
|
|
6
|
-
interface CreateSocialMessagingContentRequest {
|
|
7
|
-
/**
|
|
8
|
-
* Identity identifier of the content author. Not mandatory on creation,
|
|
9
|
-
* by default it uses the token's user first identity on channel
|
|
10
|
-
*/
|
|
11
|
-
authorIdentityId?: string;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Content body. On creation this field is mandatory except for WhatsApp content
|
|
15
|
-
* using templates. The following are the channels supported and their **max length**
|
|
16
|
-
* restrictions (in brackets):
|
|
17
|
-
*
|
|
18
|
-
* - *Apple Messages For Business* (10000)
|
|
19
|
-
* - *Email* (262144)
|
|
20
|
-
* - *RingCX Digital Messaging* (1024)
|
|
21
|
-
* - *Facebook* (8000)
|
|
22
|
-
* - *Google My Business* (4000)
|
|
23
|
-
* - *Instagram* (950)
|
|
24
|
-
* - *Instagram Messaging* (1000)
|
|
25
|
-
* - *LinkedIn* (3000)
|
|
26
|
-
* - *Messenger* (2000)
|
|
27
|
-
* - *Twitter* (280)
|
|
28
|
-
* - *Viber* (7000)
|
|
29
|
-
* - *WhatsApp* (3800)
|
|
30
|
-
* - *Youtube* (8000)
|
|
31
|
-
* Example: Body of the content
|
|
32
|
-
*/
|
|
33
|
-
body?: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Content identifier to which this content is a reply to. On creation, if omitted,
|
|
37
|
-
* a new discussion will be created. If the channel does not support discussion initiation,
|
|
38
|
-
* this parameter is mandatory
|
|
39
|
-
*/
|
|
40
|
-
inReplyToContentId?: string;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* If set to `true`, then the content is publicly visible on remote channel.
|
|
44
|
-
* Private content is NOT supported on every channel
|
|
45
|
-
* Default: true
|
|
46
|
-
*/
|
|
47
|
-
public?: boolean;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Channel identifier.
|
|
51
|
-
* Example: 506d9e817aa58d1259000f12
|
|
52
|
-
*/
|
|
53
|
-
channelId?: string;
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* List of attachment identifiers to be added to the content
|
|
57
|
-
* Example: 541014e17aa58d8ccf000023,541014e17aa58d8ccf000023
|
|
58
|
-
*/
|
|
59
|
-
attachmentIds?: string[];
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* Applicable to Email channels only. The subject of the email.
|
|
63
|
-
* This field is mandatory when initiating a discussion
|
|
64
|
-
* Example: An email title
|
|
65
|
-
*/
|
|
66
|
-
title?: string;
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Applicable to Email channels only.
|
|
70
|
-
* An array containing the email addresses used in sections of the email.
|
|
71
|
-
* This parameter is mandatory when initiating a discussion
|
|
72
|
-
*/
|
|
73
|
-
to?: string[];
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* Applicable to Email channels only.
|
|
77
|
-
* An array containing the email addresses used in sections of the email.
|
|
78
|
-
* This parameter is mandatory when initiating a discussion
|
|
79
|
-
*/
|
|
80
|
-
cc?: string[];
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* Applicable to Email channels only.
|
|
84
|
-
* An array containing the email addresses used in sections of the email.
|
|
85
|
-
* This parameter is mandatory when initiating a discussion
|
|
86
|
-
*/
|
|
87
|
-
bcc?: string[];
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Applicable to WhatsApp channels only. Name of the WhatsApp template to use for the content.
|
|
91
|
-
* All available template names are visible on the WhatsApp Business Manager interface
|
|
92
|
-
* Example: customer_order_shipment_template
|
|
93
|
-
*/
|
|
94
|
-
templateName?: string;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* Applicable to WhatsApp channels only. Language of the WhatsApp template
|
|
98
|
-
* to use for the content. All available template languages are visible on
|
|
99
|
-
* the WhatsApp Business Manager interface. Language specified must conform
|
|
100
|
-
* to the ISO 639-1 alpha-2 codes for representing the names of languages
|
|
101
|
-
* Example: fr
|
|
102
|
-
*/
|
|
103
|
-
templateLanguage?: string;
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* Applicable to WhatsApp channels only. Component configuration of the WhatsApp
|
|
107
|
-
* template to use for the content. All available components are visible on
|
|
108
|
-
* the WhatsApp Business Manager interface
|
|
109
|
-
* Example: [object Object],[object Object]
|
|
110
|
-
*/
|
|
111
|
-
components?: object[];
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
*/
|
|
115
|
-
contextData?: ContentContextData;
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* Auto submitted content:
|
|
119
|
-
* - won't reopen tasks or interventions
|
|
120
|
-
* - can be used to send automatic messages like asking an user to follow on twitter, sending a survey, etc,
|
|
121
|
-
* - doesn't get included in statistics
|
|
122
|
-
*/
|
|
123
|
-
autoSubmitted?: boolean;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
export default CreateSocialMessagingContentRequest;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type IdentityModel from './IdentityModel';
|
|
2
|
-
import type NonEnumeratedPagingModel from './NonEnumeratedPagingModel';
|
|
3
|
-
|
|
4
|
-
interface IdentitiesList {
|
|
5
|
-
/**
|
|
6
|
-
* Required
|
|
7
|
-
*/
|
|
8
|
-
records?: IdentityModel[];
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Required
|
|
12
|
-
*/
|
|
13
|
-
paging?: NonEnumeratedPagingModel;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export default IdentitiesList;
|