@azure-rest/communication-messages 2.1.0-beta.1 → 2.2.0-alpha.20250417.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/CHANGELOG.md +53 -0
- package/README.md +115 -94
- package/dist/browser/conversationEventListener.d.ts +19 -0
- package/dist/browser/conversationEventListener.d.ts.map +1 -0
- package/dist/browser/conversationEventListener.js +93 -0
- package/dist/browser/conversationEventListener.js.map +1 -0
- package/dist/browser/generated/src/clientDefinitions.d.ts +54 -2
- package/dist/browser/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/browser/generated/src/clientDefinitions.js.map +1 -1
- package/dist/browser/generated/src/isUnexpected.d.ts +11 -1
- package/dist/browser/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/browser/generated/src/isUnexpected.js +10 -0
- package/dist/browser/generated/src/isUnexpected.js.map +1 -1
- package/dist/browser/generated/src/messagesServiceClient.d.ts.map +1 -1
- package/dist/browser/generated/src/messagesServiceClient.js +12 -2
- package/dist/browser/generated/src/messagesServiceClient.js.map +1 -1
- package/dist/browser/generated/src/models.d.ts +160 -2
- package/dist/browser/generated/src/models.d.ts.map +1 -1
- package/dist/browser/generated/src/models.js.map +1 -1
- package/dist/browser/generated/src/outputModels.d.ts +309 -0
- package/dist/browser/generated/src/outputModels.d.ts.map +1 -1
- package/dist/browser/generated/src/outputModels.js.map +1 -1
- package/dist/browser/generated/src/parameters.d.ts +134 -2
- package/dist/browser/generated/src/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/parameters.js.map +1 -1
- package/dist/browser/generated/src/responses.d.ts +196 -1
- package/dist/browser/generated/src/responses.d.ts.map +1 -1
- package/dist/browser/generated/src/responses.js.map +1 -1
- package/dist/browser/index.d.ts +2 -0
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +2 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/messagesServiceClient.js +4 -2
- package/dist/browser/messagesServiceClient.js.map +1 -1
- package/dist/browser/signaling/events.d.ts +4 -0
- package/dist/browser/signaling/events.d.ts.map +1 -0
- package/dist/browser/signaling/events.js +4 -0
- package/dist/browser/signaling/events.js.map +1 -0
- package/dist/browser/signaling/signalingClient-browser.d.mts.map +1 -0
- package/dist/browser/signaling/signalingClient-browser.mjs.map +1 -0
- package/dist/browser/signaling/signalingClient.d.ts +6 -0
- package/dist/browser/signaling/signalingClient.js +13 -0
- package/dist/browser/signaling/signalingClientOptions.d.ts +6 -0
- package/dist/browser/signaling/signalingClientOptions.d.ts.map +1 -0
- package/dist/browser/signaling/signalingClientOptions.js +2 -0
- package/dist/browser/signaling/signalingClientOptions.js.map +1 -0
- package/dist/commonjs/conversationEventListener.d.ts +19 -0
- package/dist/commonjs/conversationEventListener.d.ts.map +1 -0
- package/dist/commonjs/conversationEventListener.js +96 -0
- package/dist/commonjs/conversationEventListener.js.map +1 -0
- package/dist/commonjs/generated/src/clientDefinitions.d.ts +54 -2
- package/dist/commonjs/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/commonjs/generated/src/clientDefinitions.js.map +1 -1
- package/dist/commonjs/generated/src/isUnexpected.d.ts +11 -1
- package/dist/commonjs/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/commonjs/generated/src/isUnexpected.js +10 -0
- package/dist/commonjs/generated/src/isUnexpected.js.map +1 -1
- package/dist/commonjs/generated/src/messagesServiceClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/messagesServiceClient.js +12 -2
- package/dist/commonjs/generated/src/messagesServiceClient.js.map +1 -1
- package/dist/commonjs/generated/src/models.d.ts +160 -2
- package/dist/commonjs/generated/src/models.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models.js.map +1 -1
- package/dist/commonjs/generated/src/outputModels.d.ts +309 -0
- package/dist/commonjs/generated/src/outputModels.d.ts.map +1 -1
- package/dist/commonjs/generated/src/outputModels.js.map +1 -1
- package/dist/commonjs/generated/src/parameters.d.ts +134 -2
- package/dist/commonjs/generated/src/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/responses.d.ts +196 -1
- package/dist/commonjs/generated/src/responses.d.ts.map +1 -1
- package/dist/commonjs/generated/src/responses.js.map +1 -1
- package/dist/commonjs/index.d.ts +2 -0
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +2 -0
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/messagesServiceClient.js +4 -2
- package/dist/commonjs/messagesServiceClient.js.map +1 -1
- package/dist/commonjs/signaling/events.d.ts +4 -0
- package/dist/commonjs/signaling/events.d.ts.map +1 -0
- package/dist/commonjs/signaling/events.js +5 -0
- package/dist/commonjs/signaling/events.js.map +1 -0
- package/dist/commonjs/signaling/signalingClient.d.ts +6 -0
- package/dist/commonjs/signaling/signalingClient.d.ts.map +1 -0
- package/dist/commonjs/signaling/signalingClient.js +11 -0
- package/dist/commonjs/signaling/signalingClient.js.map +1 -0
- package/dist/commonjs/signaling/signalingClientOptions.d.ts +6 -0
- package/dist/commonjs/signaling/signalingClientOptions.d.ts.map +1 -0
- package/dist/commonjs/signaling/signalingClientOptions.js +3 -0
- package/dist/commonjs/signaling/signalingClientOptions.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/conversationEventListener.d.ts +19 -0
- package/dist/esm/conversationEventListener.d.ts.map +1 -0
- package/dist/esm/conversationEventListener.js +93 -0
- package/dist/esm/conversationEventListener.js.map +1 -0
- package/dist/esm/generated/src/clientDefinitions.d.ts +54 -2
- package/dist/esm/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/esm/generated/src/clientDefinitions.js.map +1 -1
- package/dist/esm/generated/src/isUnexpected.d.ts +11 -1
- package/dist/esm/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/esm/generated/src/isUnexpected.js +10 -0
- package/dist/esm/generated/src/isUnexpected.js.map +1 -1
- package/dist/esm/generated/src/messagesServiceClient.d.ts.map +1 -1
- package/dist/esm/generated/src/messagesServiceClient.js +12 -2
- package/dist/esm/generated/src/messagesServiceClient.js.map +1 -1
- package/dist/esm/generated/src/models.d.ts +160 -2
- package/dist/esm/generated/src/models.d.ts.map +1 -1
- package/dist/esm/generated/src/models.js.map +1 -1
- package/dist/esm/generated/src/outputModels.d.ts +309 -0
- package/dist/esm/generated/src/outputModels.d.ts.map +1 -1
- package/dist/esm/generated/src/outputModels.js.map +1 -1
- package/dist/esm/generated/src/parameters.d.ts +134 -2
- package/dist/esm/generated/src/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/parameters.js.map +1 -1
- package/dist/esm/generated/src/responses.d.ts +196 -1
- package/dist/esm/generated/src/responses.d.ts.map +1 -1
- package/dist/esm/generated/src/responses.js.map +1 -1
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/messagesServiceClient.js +4 -2
- package/dist/esm/messagesServiceClient.js.map +1 -1
- package/dist/esm/signaling/events.d.ts +4 -0
- package/dist/esm/signaling/events.d.ts.map +1 -0
- package/dist/esm/signaling/events.js +4 -0
- package/dist/esm/signaling/events.js.map +1 -0
- package/dist/esm/signaling/signalingClient.d.ts +6 -0
- package/dist/esm/signaling/signalingClient.d.ts.map +1 -0
- package/dist/esm/signaling/signalingClient.js +7 -0
- package/dist/esm/signaling/signalingClient.js.map +1 -0
- package/dist/esm/signaling/signalingClientOptions.d.ts +6 -0
- package/dist/esm/signaling/signalingClientOptions.d.ts.map +1 -0
- package/dist/esm/signaling/signalingClientOptions.js +2 -0
- package/dist/esm/signaling/signalingClientOptions.js.map +1 -0
- package/dist/react-native/conversationEventListener.d.ts +19 -0
- package/dist/react-native/conversationEventListener.d.ts.map +1 -0
- package/dist/react-native/conversationEventListener.js +93 -0
- package/dist/react-native/conversationEventListener.js.map +1 -0
- package/dist/react-native/generated/src/clientDefinitions.d.ts +54 -2
- package/dist/react-native/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/react-native/generated/src/clientDefinitions.js.map +1 -1
- package/dist/react-native/generated/src/isUnexpected.d.ts +11 -1
- package/dist/react-native/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/react-native/generated/src/isUnexpected.js +10 -0
- package/dist/react-native/generated/src/isUnexpected.js.map +1 -1
- package/dist/react-native/generated/src/messagesServiceClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/messagesServiceClient.js +12 -2
- package/dist/react-native/generated/src/messagesServiceClient.js.map +1 -1
- package/dist/react-native/generated/src/models.d.ts +160 -2
- package/dist/react-native/generated/src/models.d.ts.map +1 -1
- package/dist/react-native/generated/src/models.js.map +1 -1
- package/dist/react-native/generated/src/outputModels.d.ts +309 -0
- package/dist/react-native/generated/src/outputModels.d.ts.map +1 -1
- package/dist/react-native/generated/src/outputModels.js.map +1 -1
- package/dist/react-native/generated/src/parameters.d.ts +134 -2
- package/dist/react-native/generated/src/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/parameters.js.map +1 -1
- package/dist/react-native/generated/src/responses.d.ts +196 -1
- package/dist/react-native/generated/src/responses.d.ts.map +1 -1
- package/dist/react-native/generated/src/responses.js.map +1 -1
- package/dist/react-native/index.d.ts +2 -0
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +2 -0
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/messagesServiceClient.js +4 -2
- package/dist/react-native/messagesServiceClient.js.map +1 -1
- package/dist/react-native/signaling/events.d.ts +4 -0
- package/dist/react-native/signaling/events.d.ts.map +1 -0
- package/dist/react-native/signaling/events.js +4 -0
- package/dist/react-native/signaling/events.js.map +1 -0
- package/dist/react-native/signaling/signalingClient-react-native.d.mts.map +1 -0
- package/dist/react-native/signaling/signalingClient-react-native.mjs.map +1 -0
- package/dist/react-native/signaling/signalingClient.d.ts +6 -0
- package/dist/react-native/signaling/signalingClient.js +13 -0
- package/dist/react-native/signaling/signalingClientOptions.d.ts +6 -0
- package/dist/react-native/signaling/signalingClientOptions.d.ts.map +1 -0
- package/dist/react-native/signaling/signalingClientOptions.js +2 -0
- package/dist/react-native/signaling/signalingClientOptions.js.map +1 -0
- package/package.json +16 -14
- package/review/communication-messages.api.md +1615 -0
|
@@ -1,3 +1,116 @@
|
|
|
1
|
+
import type { ErrorModel } from "@azure-rest/core-client";
|
|
2
|
+
/** The template object used to create templates. */
|
|
3
|
+
export interface MessageTemplateOutput {
|
|
4
|
+
/** Name of the template. */
|
|
5
|
+
name: string;
|
|
6
|
+
/** The template's language, in the ISO 639 format, consist of a two-letter language code followed by an optional two-letter country code, e.g., 'en' or 'en_US'. */
|
|
7
|
+
language: string;
|
|
8
|
+
/** The template values. */
|
|
9
|
+
values?: Array<MessageTemplateValueOutput>;
|
|
10
|
+
/** The binding object to link values to the template specific locations */
|
|
11
|
+
bindings?: MessageTemplateBindingsOutput;
|
|
12
|
+
}
|
|
13
|
+
/** The class describes a parameter of a template. */
|
|
14
|
+
export interface MessageTemplateValueOutputParent {
|
|
15
|
+
/** Template binding reference name */
|
|
16
|
+
name: string;
|
|
17
|
+
kind: MessageTemplateValueKindOutput;
|
|
18
|
+
}
|
|
19
|
+
/** The message template's text value information. */
|
|
20
|
+
export interface MessageTemplateTextOutput extends MessageTemplateValueOutputParent {
|
|
21
|
+
/** Message parameter type is text. */
|
|
22
|
+
kind: "text";
|
|
23
|
+
/** The text value. */
|
|
24
|
+
text: string;
|
|
25
|
+
}
|
|
26
|
+
/** The message template's image value information. */
|
|
27
|
+
export interface MessageTemplateImageOutput extends MessageTemplateValueOutputParent {
|
|
28
|
+
/** Message parameter type is image. */
|
|
29
|
+
kind: "image";
|
|
30
|
+
/** The (public) URL of the media. */
|
|
31
|
+
url: string;
|
|
32
|
+
/** The [optional] caption of the media object. */
|
|
33
|
+
caption?: string;
|
|
34
|
+
/** The [optional] filename of the media file. */
|
|
35
|
+
fileName?: string;
|
|
36
|
+
}
|
|
37
|
+
/** The message template's document value information. */
|
|
38
|
+
export interface MessageTemplateDocumentOutput extends MessageTemplateValueOutputParent {
|
|
39
|
+
/** Message parameter type is document. */
|
|
40
|
+
kind: "document";
|
|
41
|
+
/** The (public) URL of the media. */
|
|
42
|
+
url: string;
|
|
43
|
+
/** The [optional] caption of the media object. */
|
|
44
|
+
caption?: string;
|
|
45
|
+
/** The [optional] filename of the media file. */
|
|
46
|
+
fileName?: string;
|
|
47
|
+
}
|
|
48
|
+
/** The message template's video value information. */
|
|
49
|
+
export interface MessageTemplateVideoOutput extends MessageTemplateValueOutputParent {
|
|
50
|
+
/** Message parameter type is video. */
|
|
51
|
+
kind: "video";
|
|
52
|
+
/** The (public) URL of the media. */
|
|
53
|
+
url: string;
|
|
54
|
+
/** The [optional] caption of the media object. */
|
|
55
|
+
caption?: string;
|
|
56
|
+
/** The [optional] filename of the media file. */
|
|
57
|
+
fileName?: string;
|
|
58
|
+
}
|
|
59
|
+
/** The message template's location value information. */
|
|
60
|
+
export interface MessageTemplateLocationOutput extends MessageTemplateValueOutputParent {
|
|
61
|
+
/** Message parameter type is location. */
|
|
62
|
+
kind: "location";
|
|
63
|
+
/** The [Optional] name of the location. */
|
|
64
|
+
locationName?: string;
|
|
65
|
+
/** The [Optional] address of the location. */
|
|
66
|
+
address?: string;
|
|
67
|
+
/** The latitude of the location. */
|
|
68
|
+
latitude: number;
|
|
69
|
+
/** The longitude of the location. */
|
|
70
|
+
longitude: number;
|
|
71
|
+
}
|
|
72
|
+
/** The message template's quick action value information. */
|
|
73
|
+
export interface MessageTemplateQuickActionOutput extends MessageTemplateValueOutputParent {
|
|
74
|
+
/** Message parameter type is quick action. */
|
|
75
|
+
kind: "quickAction";
|
|
76
|
+
/** The [Optional] quick action text */
|
|
77
|
+
text?: string;
|
|
78
|
+
/** The [Optional] quick action payload */
|
|
79
|
+
payload?: string;
|
|
80
|
+
}
|
|
81
|
+
/** The binding object to link values to the template specific locations */
|
|
82
|
+
export interface MessageTemplateBindingsOutputParent {
|
|
83
|
+
kind: MessageTemplateBindingsKindOutput;
|
|
84
|
+
}
|
|
85
|
+
/** The template bindings for WhatsApp */
|
|
86
|
+
export interface WhatsAppMessageTemplateBindingsOutput extends MessageTemplateBindingsOutputParent {
|
|
87
|
+
/** MessageTemplateBindings is whatsApp */
|
|
88
|
+
kind: "whatsApp";
|
|
89
|
+
/** The header template bindings */
|
|
90
|
+
header?: Array<WhatsAppMessageTemplateBindingsComponentOutput>;
|
|
91
|
+
/** The body template bindings */
|
|
92
|
+
body?: Array<WhatsAppMessageTemplateBindingsComponentOutput>;
|
|
93
|
+
/** The footer template bindings */
|
|
94
|
+
footer?: Array<WhatsAppMessageTemplateBindingsComponentOutput>;
|
|
95
|
+
/** The button template bindings */
|
|
96
|
+
buttons?: Array<WhatsAppMessageTemplateBindingsButtonOutput>;
|
|
97
|
+
}
|
|
98
|
+
/** The template bindings component for WhatsApp */
|
|
99
|
+
export interface WhatsAppMessageTemplateBindingsComponentOutput {
|
|
100
|
+
/** The name of the referenced item in the template values. */
|
|
101
|
+
refValue: string;
|
|
102
|
+
}
|
|
103
|
+
/** The template bindings component button for WhatsApp */
|
|
104
|
+
export interface WhatsAppMessageTemplateBindingsButtonOutput {
|
|
105
|
+
/**
|
|
106
|
+
* The WhatsApp button sub type
|
|
107
|
+
*
|
|
108
|
+
* Possible values: "quickReply", "url"
|
|
109
|
+
*/
|
|
110
|
+
subType: WhatsAppMessageButtonSubTypeOutput;
|
|
111
|
+
/** The name of the referenced item in the template values. */
|
|
112
|
+
refValue: string;
|
|
113
|
+
}
|
|
1
114
|
/** Result of the send message operation. */
|
|
2
115
|
export interface SendMessageResultOutput {
|
|
3
116
|
/** Receipts of the send message operation. */
|
|
@@ -38,12 +151,208 @@ export interface WhatsAppMessageTemplateItemOutput extends MessageTemplateItemOu
|
|
|
38
151
|
/** Message template response type is whatsApp. */
|
|
39
152
|
kind: "whatsApp";
|
|
40
153
|
}
|
|
154
|
+
/** Advanced Messaging conversation participant. */
|
|
155
|
+
export interface ConversationParticipantOutputParent {
|
|
156
|
+
/** Participant Identifier. */
|
|
157
|
+
readonly id: string;
|
|
158
|
+
/** Participant display name. */
|
|
159
|
+
displayName?: string;
|
|
160
|
+
kind: ParticipantKindOutput;
|
|
161
|
+
}
|
|
162
|
+
/** Internal conversation participant. */
|
|
163
|
+
export interface InternalConversationParticipantOutput extends ConversationParticipantOutputParent {
|
|
164
|
+
/** Participant type is internal. */
|
|
165
|
+
kind: "internal";
|
|
166
|
+
/** The internal platform identifiers for the participant. */
|
|
167
|
+
contact: ContactOutput;
|
|
168
|
+
}
|
|
169
|
+
/** Details of an external platform contact. */
|
|
170
|
+
export interface ContactOutputParent {
|
|
171
|
+
/** External platform identifier. */
|
|
172
|
+
id: string;
|
|
173
|
+
kind: MessagePlatformKindOutput;
|
|
174
|
+
}
|
|
175
|
+
/** Communication Contact. */
|
|
176
|
+
export interface CommunicationContactOutput extends ContactOutputParent {
|
|
177
|
+
/** Contact type is communication. */
|
|
178
|
+
kind: "communication";
|
|
179
|
+
}
|
|
180
|
+
/** Bot Contact. */
|
|
181
|
+
export interface BotContactOutput extends ContactOutputParent {
|
|
182
|
+
/** Contact type is bot. */
|
|
183
|
+
kind: "bot";
|
|
184
|
+
/** Bot App Id of the Bot Contact. */
|
|
185
|
+
botAppId: string;
|
|
186
|
+
}
|
|
187
|
+
/** WhatsApp Contact. */
|
|
188
|
+
export interface WhatsAppContactOutput extends ContactOutputParent {
|
|
189
|
+
/** Contact type is whatsApp. */
|
|
190
|
+
kind: "whatsApp";
|
|
191
|
+
}
|
|
192
|
+
/** External conversation participant. */
|
|
193
|
+
export interface ExternalConversationParticipantOutput extends ConversationParticipantOutputParent {
|
|
194
|
+
/** Participant type is external. */
|
|
195
|
+
kind: "external";
|
|
196
|
+
/** List of external platform identifiers for the participant. */
|
|
197
|
+
contacts: Array<ContactOutput>;
|
|
198
|
+
}
|
|
199
|
+
/** Response for the add participants operation. */
|
|
200
|
+
export interface AddParticipantsResultOutput {
|
|
201
|
+
/** List of Ids with Errors if failed to be added */
|
|
202
|
+
invalidParticipants: Array<UpdateParticipantsResultOutput>;
|
|
203
|
+
}
|
|
204
|
+
/** Response for the remove participants operation. */
|
|
205
|
+
export interface UpdateParticipantsResultOutput {
|
|
206
|
+
/** Participant User Id. */
|
|
207
|
+
id: string;
|
|
208
|
+
/** Error of the participant operation. */
|
|
209
|
+
error?: ErrorModel;
|
|
210
|
+
}
|
|
211
|
+
/** Response for the remove participants operation. */
|
|
212
|
+
export interface RemoveParticipantsResultOutput {
|
|
213
|
+
/** List of Ids with Errors if failed to be added */
|
|
214
|
+
invalidParticipants: Array<UpdateParticipantsResultOutput>;
|
|
215
|
+
}
|
|
216
|
+
/** Paged collection of Conversation items */
|
|
217
|
+
export interface PagedConversationOutput {
|
|
218
|
+
/** The Conversation items on this page */
|
|
219
|
+
value: Array<ConversationOutput>;
|
|
220
|
+
/** The link to the next page of items */
|
|
221
|
+
nextLink?: string;
|
|
222
|
+
}
|
|
223
|
+
/** A conversation. */
|
|
224
|
+
export interface ConversationOutput {
|
|
225
|
+
/** The conversation ID. */
|
|
226
|
+
readonly id: string;
|
|
227
|
+
/** The conversation topic. */
|
|
228
|
+
topic?: string;
|
|
229
|
+
/** List of delivery channel IDs. */
|
|
230
|
+
deliveryChannelIds?: string[];
|
|
231
|
+
/**
|
|
232
|
+
* Outbound delivery strategy for the conversation.
|
|
233
|
+
*
|
|
234
|
+
* Possible values: "internalOnly", "allParticipants"
|
|
235
|
+
*/
|
|
236
|
+
outboundDeliveryStrategy?: OutboundDeliveryStrategyKindOutput;
|
|
237
|
+
/** List of participants involved in the conversation. */
|
|
238
|
+
participants?: Array<ConversationParticipantOutput>;
|
|
239
|
+
}
|
|
240
|
+
/** Paged collection of ConversationMessageItem items */
|
|
241
|
+
export interface PagedConversationMessageItemOutput {
|
|
242
|
+
/** The ConversationMessageItem items on this page */
|
|
243
|
+
value: Array<ConversationMessageItemOutput>;
|
|
244
|
+
/** The link to the next page of items */
|
|
245
|
+
nextLink?: string;
|
|
246
|
+
}
|
|
247
|
+
/** The conversation message as returned from the service. */
|
|
248
|
+
export interface ConversationMessageItemOutput {
|
|
249
|
+
/** Message ID. */
|
|
250
|
+
readonly id: string;
|
|
251
|
+
/** Message sequence ID. */
|
|
252
|
+
sequenceId?: number;
|
|
253
|
+
/** Payload of a threaded conversation message. */
|
|
254
|
+
message: ConversationMessageContentOutput;
|
|
255
|
+
/** The display name of the message sender. */
|
|
256
|
+
senderDisplayName?: string;
|
|
257
|
+
/** The communication identifier of the message sender. */
|
|
258
|
+
senderCommunicationIdentifier: string;
|
|
259
|
+
/** Timestamp when the message is sent. */
|
|
260
|
+
createdOn: string;
|
|
261
|
+
}
|
|
262
|
+
/** Details of the conversation message content. */
|
|
263
|
+
export interface ConversationMessageContentOutputParent {
|
|
264
|
+
kind: CommunicationMessageKindOutput;
|
|
265
|
+
}
|
|
266
|
+
/** A request to send a text conversation message. */
|
|
267
|
+
export interface TextConversationMessageContentOutput extends ConversationMessageContentOutputParent {
|
|
268
|
+
/** Message notification type is text. */
|
|
269
|
+
kind: "text";
|
|
270
|
+
/** Message content. */
|
|
271
|
+
content: string;
|
|
272
|
+
}
|
|
273
|
+
/** A request to send an image conversation message. */
|
|
274
|
+
export interface ImageConversationMessageContentOutput extends ConversationMessageContentOutputParent {
|
|
275
|
+
/** Message notification type is image. */
|
|
276
|
+
kind: "image";
|
|
277
|
+
/** Optional text content. */
|
|
278
|
+
caption?: string;
|
|
279
|
+
/** A media url for the file. Required if the type is one of the supported media types, e.g. image */
|
|
280
|
+
mediaUri: string;
|
|
281
|
+
}
|
|
282
|
+
/** A request to send a document conversation message. */
|
|
283
|
+
export interface DocumentConversationMessageContentOutput extends ConversationMessageContentOutputParent {
|
|
284
|
+
/** Message notification type is document. */
|
|
285
|
+
kind: "document";
|
|
286
|
+
/** Optional text content. */
|
|
287
|
+
caption?: string;
|
|
288
|
+
/** Optional name for the file. */
|
|
289
|
+
fileName?: string;
|
|
290
|
+
/** A media url for the file. Required if the type is one of the supported media types, e.g. image */
|
|
291
|
+
mediaUri: string;
|
|
292
|
+
}
|
|
293
|
+
/** A request to send a video conversation message. */
|
|
294
|
+
export interface VideoConversationMessageContentOutput extends ConversationMessageContentOutputParent {
|
|
295
|
+
/** Message notification type is video. */
|
|
296
|
+
kind: "video";
|
|
297
|
+
/** Optional text content. */
|
|
298
|
+
caption?: string;
|
|
299
|
+
/** A media url for the file. Required if the type is one of the supported media types, e.g. image */
|
|
300
|
+
mediaUri: string;
|
|
301
|
+
}
|
|
302
|
+
/** A request to send an audio conversation message. */
|
|
303
|
+
export interface AudioConversationMessageContentOutput extends ConversationMessageContentOutputParent {
|
|
304
|
+
/** Message notification type is audio. */
|
|
305
|
+
kind: "audio";
|
|
306
|
+
/** A media url for the file. Required if the type is one of the supported media types, e.g. image */
|
|
307
|
+
mediaUri: string;
|
|
308
|
+
}
|
|
309
|
+
/** A request to send a template conversation message. */
|
|
310
|
+
export interface TemplateConversationMessageContentOutput extends ConversationMessageContentOutputParent {
|
|
311
|
+
/** Message notification type is template. */
|
|
312
|
+
kind: "template";
|
|
313
|
+
/** The template object used to create templates. */
|
|
314
|
+
template: MessageTemplateOutput;
|
|
315
|
+
}
|
|
316
|
+
/** Result of the send conversation message operation. */
|
|
317
|
+
export interface SendConversationMessageResultOutput {
|
|
318
|
+
/** A server-generated Advanced Messaging conversation message id. */
|
|
319
|
+
messageId: string;
|
|
320
|
+
}
|
|
321
|
+
/** Result of the get conversation messages AI Analysis operation. */
|
|
322
|
+
export interface GetConversationThreadAnalysisResultOutput {
|
|
323
|
+
/** The AI summary of the conversation messages. */
|
|
324
|
+
summary: string;
|
|
325
|
+
}
|
|
326
|
+
/** The class describes a parameter of a template. */
|
|
327
|
+
export type MessageTemplateValueOutput = MessageTemplateValueOutputParent | MessageTemplateTextOutput | MessageTemplateImageOutput | MessageTemplateDocumentOutput | MessageTemplateVideoOutput | MessageTemplateLocationOutput | MessageTemplateQuickActionOutput;
|
|
328
|
+
/** The binding object to link values to the template specific locations */
|
|
329
|
+
export type MessageTemplateBindingsOutput = MessageTemplateBindingsOutputParent | WhatsAppMessageTemplateBindingsOutput;
|
|
41
330
|
/** The message template as returned from the service. */
|
|
42
331
|
export type MessageTemplateItemOutput = MessageTemplateItemOutputParent | WhatsAppMessageTemplateItemOutput;
|
|
332
|
+
/** Advanced Messaging conversation participant. */
|
|
333
|
+
export type ConversationParticipantOutput = ConversationParticipantOutputParent | InternalConversationParticipantOutput | ExternalConversationParticipantOutput;
|
|
334
|
+
/** Details of an external platform contact. */
|
|
335
|
+
export type ContactOutput = ContactOutputParent | CommunicationContactOutput | BotContactOutput | WhatsAppContactOutput;
|
|
336
|
+
/** Details of the conversation message content. */
|
|
337
|
+
export type ConversationMessageContentOutput = ConversationMessageContentOutputParent | TextConversationMessageContentOutput | ImageConversationMessageContentOutput | DocumentConversationMessageContentOutput | VideoConversationMessageContentOutput | AudioConversationMessageContentOutput | TemplateConversationMessageContentOutput;
|
|
338
|
+
/** Alias for CommunicationMessageKindOutput */
|
|
339
|
+
export type CommunicationMessageKindOutput = string;
|
|
340
|
+
/** Alias for MessageTemplateValueKindOutput */
|
|
341
|
+
export type MessageTemplateValueKindOutput = string;
|
|
342
|
+
/** Alias for MessageTemplateBindingsKindOutput */
|
|
343
|
+
export type MessageTemplateBindingsKindOutput = string;
|
|
344
|
+
/** Alias for WhatsAppMessageButtonSubTypeOutput */
|
|
345
|
+
export type WhatsAppMessageButtonSubTypeOutput = string;
|
|
43
346
|
/** Alias for RepeatabilityResultOutput */
|
|
44
347
|
export type RepeatabilityResultOutput = "accepted" | "rejected";
|
|
45
348
|
/** Alias for MessageTemplateStatusOutput */
|
|
46
349
|
export type MessageTemplateStatusOutput = string;
|
|
47
350
|
/** Alias for CommunicationMessagesChannelOutput */
|
|
48
351
|
export type CommunicationMessagesChannelOutput = string;
|
|
352
|
+
/** Alias for ParticipantKindOutput */
|
|
353
|
+
export type ParticipantKindOutput = string;
|
|
354
|
+
/** Alias for MessagePlatformKindOutput */
|
|
355
|
+
export type MessagePlatformKindOutput = string;
|
|
356
|
+
/** Alias for OutboundDeliveryStrategyKindOutput */
|
|
357
|
+
export type OutboundDeliveryStrategyKindOutput = string;
|
|
49
358
|
//# sourceMappingURL=outputModels.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outputModels.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/outputModels.ts"],"names":[],"mappings":"AAGA,4CAA4C;AAC5C,MAAM,WAAW,uBAAuB;IACtC,8CAA8C;IAC9C,QAAQ,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CACvC;AAED,0CAA0C;AAC1C,MAAM,WAAW,oBAAoB;IACnC,sBAAsB;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,qEAAqE;IACrE,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,oDAAoD;AACpD,MAAM,WAAW,8BAA8B;IAC7C,iDAAiD;IACjD,KAAK,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IACxC,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,yDAAyD;AACzD,MAAM,WAAW,+BAA+B;IAC9C,2BAA2B;IAC3B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,oKAAoK;IACpK,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,EAAE,2BAA2B,CAAC;IACpC,IAAI,EAAE,kCAAkC,CAAC;CAC1C;AAED,uDAAuD;AACvD,MAAM,WAAW,iCACf,SAAQ,+BAA+B;IACvC,4FAA4F;IAC5F,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,kDAAkD;IAClD,IAAI,EAAE,UAAU,CAAC;CAClB;AAED,yDAAyD;AACzD,MAAM,MAAM,yBAAyB,GACjC,+BAA+B,GAC/B,iCAAiC,CAAC;AACtC,0CAA0C;AAC1C,MAAM,MAAM,yBAAyB,GAAG,UAAU,GAAG,UAAU,CAAC;AAChE,4CAA4C;AAC5C,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAC;AACjD,mDAAmD;AACnD,MAAM,MAAM,kCAAkC,GAAG,MAAM,CAAC"}
|
|
1
|
+
{"version":3,"file":"outputModels.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/outputModels.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outputModels.js","sourceRoot":"","sources":["../../../../src/generated/src/outputModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** Result of the send message operation. */\nexport interface SendMessageResultOutput {\n /** Receipts of the send message operation. */\n receipts: Array<MessageReceiptOutput>;\n}\n\n/** Receipt of the sending one message. */\nexport interface MessageReceiptOutput {\n /** The message id. */\n messageId: string;\n /** The native external platform user identifier of the recipient. */\n to: string;\n}\n\n/** Paged collection of MessageTemplateItem items */\nexport interface PagedMessageTemplateItemOutput {\n /** The MessageTemplateItem items on this page */\n value: Array<MessageTemplateItemOutput>;\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The message template as returned from the service. */\nexport interface MessageTemplateItemOutputParent {\n /** The template's name. */\n readonly name: string;\n /** The template's language, in the ISO 639 format, consist of a two-letter language code followed by an optional two-letter country code, e.g., 'en' or 'en_US'. */\n language: string;\n /**\n * The aggregated template status.\n *\n * Possible values: \"approved\", \"rejected\", \"pending\", \"paused\"\n */\n status: MessageTemplateStatusOutput;\n kind: CommunicationMessagesChannelOutput;\n}\n\n/** The WhatsApp-specific template response contract */\nexport interface WhatsAppMessageTemplateItemOutput\n extends MessageTemplateItemOutputParent {\n /** WhatsApp platform's template content. This is the payload returned from WhatsApp API. */\n content?: any;\n /** Message template response type is whatsApp. */\n kind: \"whatsApp\";\n}\n\n/** The message template as returned from the service. */\nexport type MessageTemplateItemOutput =\n | MessageTemplateItemOutputParent\n | WhatsAppMessageTemplateItemOutput;\n/** Alias for RepeatabilityResultOutput */\nexport type RepeatabilityResultOutput = \"accepted\" | \"rejected\";\n/** Alias for MessageTemplateStatusOutput */\nexport type MessageTemplateStatusOutput = string;\n/** Alias for CommunicationMessagesChannelOutput */\nexport type CommunicationMessagesChannelOutput = string;\n"]}
|
|
1
|
+
{"version":3,"file":"outputModels.js","sourceRoot":"","sources":["../../../../src/generated/src/outputModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ErrorModel } from \"@azure-rest/core-client\";\n\n/** The template object used to create templates. */\nexport interface MessageTemplateOutput {\n /** Name of the template. */\n name: string;\n /** The template's language, in the ISO 639 format, consist of a two-letter language code followed by an optional two-letter country code, e.g., 'en' or 'en_US'. */\n language: string;\n /** The template values. */\n values?: Array<MessageTemplateValueOutput>;\n /** The binding object to link values to the template specific locations */\n bindings?: MessageTemplateBindingsOutput;\n}\n\n/** The class describes a parameter of a template. */\nexport interface MessageTemplateValueOutputParent {\n /** Template binding reference name */\n name: string;\n kind: MessageTemplateValueKindOutput;\n}\n\n/** The message template's text value information. */\nexport interface MessageTemplateTextOutput\n extends MessageTemplateValueOutputParent {\n /** Message parameter type is text. */\n kind: \"text\";\n /** The text value. */\n text: string;\n}\n\n/** The message template's image value information. */\nexport interface MessageTemplateImageOutput\n extends MessageTemplateValueOutputParent {\n /** Message parameter type is image. */\n kind: \"image\";\n /** The (public) URL of the media. */\n url: string;\n /** The [optional] caption of the media object. */\n caption?: string;\n /** The [optional] filename of the media file. */\n fileName?: string;\n}\n\n/** The message template's document value information. */\nexport interface MessageTemplateDocumentOutput\n extends MessageTemplateValueOutputParent {\n /** Message parameter type is document. */\n kind: \"document\";\n /** The (public) URL of the media. */\n url: string;\n /** The [optional] caption of the media object. */\n caption?: string;\n /** The [optional] filename of the media file. */\n fileName?: string;\n}\n\n/** The message template's video value information. */\nexport interface MessageTemplateVideoOutput\n extends MessageTemplateValueOutputParent {\n /** Message parameter type is video. */\n kind: \"video\";\n /** The (public) URL of the media. */\n url: string;\n /** The [optional] caption of the media object. */\n caption?: string;\n /** The [optional] filename of the media file. */\n fileName?: string;\n}\n\n/** The message template's location value information. */\nexport interface MessageTemplateLocationOutput\n extends MessageTemplateValueOutputParent {\n /** Message parameter type is location. */\n kind: \"location\";\n /** The [Optional] name of the location. */\n locationName?: string;\n /** The [Optional] address of the location. */\n address?: string;\n /** The latitude of the location. */\n latitude: number;\n /** The longitude of the location. */\n longitude: number;\n}\n\n/** The message template's quick action value information. */\nexport interface MessageTemplateQuickActionOutput\n extends MessageTemplateValueOutputParent {\n /** Message parameter type is quick action. */\n kind: \"quickAction\";\n /** The [Optional] quick action text */\n text?: string;\n /** The [Optional] quick action payload */\n payload?: string;\n}\n\n/** The binding object to link values to the template specific locations */\nexport interface MessageTemplateBindingsOutputParent {\n kind: MessageTemplateBindingsKindOutput;\n}\n\n/** The template bindings for WhatsApp */\nexport interface WhatsAppMessageTemplateBindingsOutput\n extends MessageTemplateBindingsOutputParent {\n /** MessageTemplateBindings is whatsApp */\n kind: \"whatsApp\";\n /** The header template bindings */\n header?: Array<WhatsAppMessageTemplateBindingsComponentOutput>;\n /** The body template bindings */\n body?: Array<WhatsAppMessageTemplateBindingsComponentOutput>;\n /** The footer template bindings */\n footer?: Array<WhatsAppMessageTemplateBindingsComponentOutput>;\n /** The button template bindings */\n buttons?: Array<WhatsAppMessageTemplateBindingsButtonOutput>;\n}\n\n/** The template bindings component for WhatsApp */\nexport interface WhatsAppMessageTemplateBindingsComponentOutput {\n /** The name of the referenced item in the template values. */\n refValue: string;\n}\n\n/** The template bindings component button for WhatsApp */\nexport interface WhatsAppMessageTemplateBindingsButtonOutput {\n /**\n * The WhatsApp button sub type\n *\n * Possible values: \"quickReply\", \"url\"\n */\n subType: WhatsAppMessageButtonSubTypeOutput;\n /** The name of the referenced item in the template values. */\n refValue: string;\n}\n\n/** Result of the send message operation. */\nexport interface SendMessageResultOutput {\n /** Receipts of the send message operation. */\n receipts: Array<MessageReceiptOutput>;\n}\n\n/** Receipt of the sending one message. */\nexport interface MessageReceiptOutput {\n /** The message id. */\n messageId: string;\n /** The native external platform user identifier of the recipient. */\n to: string;\n}\n\n/** Paged collection of MessageTemplateItem items */\nexport interface PagedMessageTemplateItemOutput {\n /** The MessageTemplateItem items on this page */\n value: Array<MessageTemplateItemOutput>;\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The message template as returned from the service. */\nexport interface MessageTemplateItemOutputParent {\n /** The template's name. */\n readonly name: string;\n /** The template's language, in the ISO 639 format, consist of a two-letter language code followed by an optional two-letter country code, e.g., 'en' or 'en_US'. */\n language: string;\n /**\n * The aggregated template status.\n *\n * Possible values: \"approved\", \"rejected\", \"pending\", \"paused\"\n */\n status: MessageTemplateStatusOutput;\n kind: CommunicationMessagesChannelOutput;\n}\n\n/** The WhatsApp-specific template response contract */\nexport interface WhatsAppMessageTemplateItemOutput\n extends MessageTemplateItemOutputParent {\n /** WhatsApp platform's template content. This is the payload returned from WhatsApp API. */\n content?: any;\n /** Message template response type is whatsApp. */\n kind: \"whatsApp\";\n}\n\n/** Advanced Messaging conversation participant. */\nexport interface ConversationParticipantOutputParent {\n /** Participant Identifier. */\n readonly id: string;\n /** Participant display name. */\n displayName?: string;\n kind: ParticipantKindOutput;\n}\n\n/** Internal conversation participant. */\nexport interface InternalConversationParticipantOutput\n extends ConversationParticipantOutputParent {\n /** Participant type is internal. */\n kind: \"internal\";\n /** The internal platform identifiers for the participant. */\n contact: ContactOutput;\n}\n\n/** Details of an external platform contact. */\nexport interface ContactOutputParent {\n /** External platform identifier. */\n id: string;\n kind: MessagePlatformKindOutput;\n}\n\n/** Communication Contact. */\nexport interface CommunicationContactOutput extends ContactOutputParent {\n /** Contact type is communication. */\n kind: \"communication\";\n}\n\n/** Bot Contact. */\nexport interface BotContactOutput extends ContactOutputParent {\n /** Contact type is bot. */\n kind: \"bot\";\n /** Bot App Id of the Bot Contact. */\n botAppId: string;\n}\n\n/** WhatsApp Contact. */\nexport interface WhatsAppContactOutput extends ContactOutputParent {\n /** Contact type is whatsApp. */\n kind: \"whatsApp\";\n}\n\n/** External conversation participant. */\nexport interface ExternalConversationParticipantOutput\n extends ConversationParticipantOutputParent {\n /** Participant type is external. */\n kind: \"external\";\n /** List of external platform identifiers for the participant. */\n contacts: Array<ContactOutput>;\n}\n\n/** Response for the add participants operation. */\nexport interface AddParticipantsResultOutput {\n /** List of Ids with Errors if failed to be added */\n invalidParticipants: Array<UpdateParticipantsResultOutput>;\n}\n\n/** Response for the remove participants operation. */\nexport interface UpdateParticipantsResultOutput {\n /** Participant User Id. */\n id: string;\n /** Error of the participant operation. */\n error?: ErrorModel;\n}\n\n/** Response for the remove participants operation. */\nexport interface RemoveParticipantsResultOutput {\n /** List of Ids with Errors if failed to be added */\n invalidParticipants: Array<UpdateParticipantsResultOutput>;\n}\n\n/** Paged collection of Conversation items */\nexport interface PagedConversationOutput {\n /** The Conversation items on this page */\n value: Array<ConversationOutput>;\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** A conversation. */\nexport interface ConversationOutput {\n /** The conversation ID. */\n readonly id: string;\n /** The conversation topic. */\n topic?: string;\n /** List of delivery channel IDs. */\n deliveryChannelIds?: string[];\n /**\n * Outbound delivery strategy for the conversation.\n *\n * Possible values: \"internalOnly\", \"allParticipants\"\n */\n outboundDeliveryStrategy?: OutboundDeliveryStrategyKindOutput;\n /** List of participants involved in the conversation. */\n participants?: Array<ConversationParticipantOutput>;\n}\n\n/** Paged collection of ConversationMessageItem items */\nexport interface PagedConversationMessageItemOutput {\n /** The ConversationMessageItem items on this page */\n value: Array<ConversationMessageItemOutput>;\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The conversation message as returned from the service. */\nexport interface ConversationMessageItemOutput {\n /** Message ID. */\n readonly id: string;\n /** Message sequence ID. */\n sequenceId?: number;\n /** Payload of a threaded conversation message. */\n message: ConversationMessageContentOutput;\n /** The display name of the message sender. */\n senderDisplayName?: string;\n /** The communication identifier of the message sender. */\n senderCommunicationIdentifier: string;\n /** Timestamp when the message is sent. */\n createdOn: string;\n}\n\n/** Details of the conversation message content. */\nexport interface ConversationMessageContentOutputParent {\n kind: CommunicationMessageKindOutput;\n}\n\n/** A request to send a text conversation message. */\nexport interface TextConversationMessageContentOutput\n extends ConversationMessageContentOutputParent {\n /** Message notification type is text. */\n kind: \"text\";\n /** Message content. */\n content: string;\n}\n\n/** A request to send an image conversation message. */\nexport interface ImageConversationMessageContentOutput\n extends ConversationMessageContentOutputParent {\n /** Message notification type is image. */\n kind: \"image\";\n /** Optional text content. */\n caption?: string;\n /** A media url for the file. Required if the type is one of the supported media types, e.g. image */\n mediaUri: string;\n}\n\n/** A request to send a document conversation message. */\nexport interface DocumentConversationMessageContentOutput\n extends ConversationMessageContentOutputParent {\n /** Message notification type is document. */\n kind: \"document\";\n /** Optional text content. */\n caption?: string;\n /** Optional name for the file. */\n fileName?: string;\n /** A media url for the file. Required if the type is one of the supported media types, e.g. image */\n mediaUri: string;\n}\n\n/** A request to send a video conversation message. */\nexport interface VideoConversationMessageContentOutput\n extends ConversationMessageContentOutputParent {\n /** Message notification type is video. */\n kind: \"video\";\n /** Optional text content. */\n caption?: string;\n /** A media url for the file. Required if the type is one of the supported media types, e.g. image */\n mediaUri: string;\n}\n\n/** A request to send an audio conversation message. */\nexport interface AudioConversationMessageContentOutput\n extends ConversationMessageContentOutputParent {\n /** Message notification type is audio. */\n kind: \"audio\";\n /** A media url for the file. Required if the type is one of the supported media types, e.g. image */\n mediaUri: string;\n}\n\n/** A request to send a template conversation message. */\nexport interface TemplateConversationMessageContentOutput\n extends ConversationMessageContentOutputParent {\n /** Message notification type is template. */\n kind: \"template\";\n /** The template object used to create templates. */\n template: MessageTemplateOutput;\n}\n\n/** Result of the send conversation message operation. */\nexport interface SendConversationMessageResultOutput {\n /** A server-generated Advanced Messaging conversation message id. */\n messageId: string;\n}\n\n/** Result of the get conversation messages AI Analysis operation. */\nexport interface GetConversationThreadAnalysisResultOutput {\n /** The AI summary of the conversation messages. */\n summary: string;\n}\n\n/** The class describes a parameter of a template. */\nexport type MessageTemplateValueOutput =\n | MessageTemplateValueOutputParent\n | MessageTemplateTextOutput\n | MessageTemplateImageOutput\n | MessageTemplateDocumentOutput\n | MessageTemplateVideoOutput\n | MessageTemplateLocationOutput\n | MessageTemplateQuickActionOutput;\n/** The binding object to link values to the template specific locations */\nexport type MessageTemplateBindingsOutput =\n | MessageTemplateBindingsOutputParent\n | WhatsAppMessageTemplateBindingsOutput;\n/** The message template as returned from the service. */\nexport type MessageTemplateItemOutput =\n | MessageTemplateItemOutputParent\n | WhatsAppMessageTemplateItemOutput;\n/** Advanced Messaging conversation participant. */\nexport type ConversationParticipantOutput =\n | ConversationParticipantOutputParent\n | InternalConversationParticipantOutput\n | ExternalConversationParticipantOutput;\n/** Details of an external platform contact. */\nexport type ContactOutput =\n | ContactOutputParent\n | CommunicationContactOutput\n | BotContactOutput\n | WhatsAppContactOutput;\n/** Details of the conversation message content. */\nexport type ConversationMessageContentOutput =\n | ConversationMessageContentOutputParent\n | TextConversationMessageContentOutput\n | ImageConversationMessageContentOutput\n | DocumentConversationMessageContentOutput\n | VideoConversationMessageContentOutput\n | AudioConversationMessageContentOutput\n | TemplateConversationMessageContentOutput;\n/** Alias for CommunicationMessageKindOutput */\nexport type CommunicationMessageKindOutput = string;\n/** Alias for MessageTemplateValueKindOutput */\nexport type MessageTemplateValueKindOutput = string;\n/** Alias for MessageTemplateBindingsKindOutput */\nexport type MessageTemplateBindingsKindOutput = string;\n/** Alias for WhatsAppMessageButtonSubTypeOutput */\nexport type WhatsAppMessageButtonSubTypeOutput = string;\n/** Alias for RepeatabilityResultOutput */\nexport type RepeatabilityResultOutput = \"accepted\" | \"rejected\";\n/** Alias for MessageTemplateStatusOutput */\nexport type MessageTemplateStatusOutput = string;\n/** Alias for CommunicationMessagesChannelOutput */\nexport type CommunicationMessagesChannelOutput = string;\n/** Alias for ParticipantKindOutput */\nexport type ParticipantKindOutput = string;\n/** Alias for MessagePlatformKindOutput */\nexport type MessagePlatformKindOutput = string;\n/** Alias for OutboundDeliveryStrategyKindOutput */\nexport type OutboundDeliveryStrategyKindOutput = string;\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { RawHttpHeadersInput } from "@azure/core-rest-pipeline";
|
|
2
2
|
import type { RequestParameters } from "@azure-rest/core-client";
|
|
3
|
-
import type { NotificationContent } from "./models.js";
|
|
3
|
+
import type { NotificationContent, AddParticipantsOptions, RemoveParticipantsOptions, SendConversationMessageOptions, CreateConversationRequest } from "./models.js";
|
|
4
4
|
export interface GetMediaHeaders {
|
|
5
5
|
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
6
6
|
"x-ms-client-request-id"?: string;
|
|
@@ -31,7 +31,7 @@ export interface ListTemplatesHeaders {
|
|
|
31
31
|
}
|
|
32
32
|
export interface ListTemplatesQueryParamProperties {
|
|
33
33
|
/** Number of objects to return per page. */
|
|
34
|
-
|
|
34
|
+
maxPageSize?: number;
|
|
35
35
|
}
|
|
36
36
|
export interface ListTemplatesQueryParam {
|
|
37
37
|
queryParameters?: ListTemplatesQueryParamProperties;
|
|
@@ -40,4 +40,136 @@ export interface ListTemplatesHeaderParam {
|
|
|
40
40
|
headers?: RawHttpHeadersInput & ListTemplatesHeaders;
|
|
41
41
|
}
|
|
42
42
|
export type ListTemplatesParameters = ListTemplatesQueryParam & ListTemplatesHeaderParam & RequestParameters;
|
|
43
|
+
export interface AddParticipantsHeaders {
|
|
44
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
45
|
+
"Repeatability-Request-ID"?: string;
|
|
46
|
+
/** Specifies the date and time at which the request was first created. */
|
|
47
|
+
"Repeatability-First-Sent"?: string;
|
|
48
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
49
|
+
"x-ms-client-request-id"?: string;
|
|
50
|
+
}
|
|
51
|
+
export interface AddParticipantsBodyParam {
|
|
52
|
+
/** Details of the payload for adding participants to a conversation. */
|
|
53
|
+
body: AddParticipantsOptions;
|
|
54
|
+
}
|
|
55
|
+
export interface AddParticipantsHeaderParam {
|
|
56
|
+
headers?: RawHttpHeadersInput & AddParticipantsHeaders;
|
|
57
|
+
}
|
|
58
|
+
export type AddParticipantsParameters = AddParticipantsHeaderParam & AddParticipantsBodyParam & RequestParameters;
|
|
59
|
+
export interface RemoveParticipantsHeaders {
|
|
60
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
61
|
+
"Repeatability-Request-ID"?: string;
|
|
62
|
+
/** Specifies the date and time at which the request was first created. */
|
|
63
|
+
"Repeatability-First-Sent"?: string;
|
|
64
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
65
|
+
"x-ms-client-request-id"?: string;
|
|
66
|
+
}
|
|
67
|
+
export interface RemoveParticipantsBodyParam {
|
|
68
|
+
/** Details of the request body for removing participants from a conversation. */
|
|
69
|
+
body: RemoveParticipantsOptions;
|
|
70
|
+
}
|
|
71
|
+
export interface RemoveParticipantsHeaderParam {
|
|
72
|
+
headers?: RawHttpHeadersInput & RemoveParticipantsHeaders;
|
|
73
|
+
}
|
|
74
|
+
export type RemoveParticipantsParameters = RemoveParticipantsHeaderParam & RemoveParticipantsBodyParam & RequestParameters;
|
|
75
|
+
export interface ListConversationsHeaders {
|
|
76
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
77
|
+
"x-ms-client-request-id"?: string;
|
|
78
|
+
}
|
|
79
|
+
export interface ListConversationsQueryParamProperties {
|
|
80
|
+
/** Number of objects to return per page. */
|
|
81
|
+
maxPageSize?: number;
|
|
82
|
+
/** The participant user ID */
|
|
83
|
+
participantId?: string;
|
|
84
|
+
/** The id of channel */
|
|
85
|
+
channelId?: string;
|
|
86
|
+
}
|
|
87
|
+
export interface ListConversationsQueryParam {
|
|
88
|
+
queryParameters?: ListConversationsQueryParamProperties;
|
|
89
|
+
}
|
|
90
|
+
export interface ListConversationsHeaderParam {
|
|
91
|
+
headers?: RawHttpHeadersInput & ListConversationsHeaders;
|
|
92
|
+
}
|
|
93
|
+
export type ListConversationsParameters = ListConversationsQueryParam & ListConversationsHeaderParam & RequestParameters;
|
|
94
|
+
export interface ListMessagesHeaders {
|
|
95
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
96
|
+
"x-ms-client-request-id"?: string;
|
|
97
|
+
}
|
|
98
|
+
export interface ListMessagesQueryParamProperties {
|
|
99
|
+
/** Number of objects to return per page. */
|
|
100
|
+
maxPageSize?: number;
|
|
101
|
+
/** The participant user ID */
|
|
102
|
+
participantId?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface ListMessagesQueryParam {
|
|
105
|
+
queryParameters?: ListMessagesQueryParamProperties;
|
|
106
|
+
}
|
|
107
|
+
export interface ListMessagesHeaderParam {
|
|
108
|
+
headers?: RawHttpHeadersInput & ListMessagesHeaders;
|
|
109
|
+
}
|
|
110
|
+
export type ListMessagesParameters = ListMessagesQueryParam & ListMessagesHeaderParam & RequestParameters;
|
|
111
|
+
export interface SendMessageHeaders {
|
|
112
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
113
|
+
"Repeatability-Request-ID"?: string;
|
|
114
|
+
/** Specifies the date and time at which the request was first created. */
|
|
115
|
+
"Repeatability-First-Sent"?: string;
|
|
116
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
117
|
+
"x-ms-client-request-id"?: string;
|
|
118
|
+
}
|
|
119
|
+
export interface SendMessageBodyParam {
|
|
120
|
+
/** Details of the conversation message to send. */
|
|
121
|
+
body: SendConversationMessageOptions;
|
|
122
|
+
}
|
|
123
|
+
export interface SendMessageHeaderParam {
|
|
124
|
+
headers?: RawHttpHeadersInput & SendMessageHeaders;
|
|
125
|
+
}
|
|
126
|
+
export type SendMessageParameters = SendMessageHeaderParam & SendMessageBodyParam & RequestParameters;
|
|
127
|
+
export interface AnalyzeConversationHeaders {
|
|
128
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
129
|
+
"Repeatability-Request-ID"?: string;
|
|
130
|
+
/** Specifies the date and time at which the request was first created. */
|
|
131
|
+
"Repeatability-First-Sent"?: string;
|
|
132
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
133
|
+
"x-ms-client-request-id"?: string;
|
|
134
|
+
}
|
|
135
|
+
export interface AnalyzeConversationHeaderParam {
|
|
136
|
+
headers?: RawHttpHeadersInput & AnalyzeConversationHeaders;
|
|
137
|
+
}
|
|
138
|
+
export type AnalyzeConversationParameters = AnalyzeConversationHeaderParam & RequestParameters;
|
|
139
|
+
export interface CreateConversationBodyParam {
|
|
140
|
+
body: CreateConversationRequest;
|
|
141
|
+
}
|
|
142
|
+
export type CreateConversationParameters = CreateConversationBodyParam & RequestParameters;
|
|
143
|
+
export interface GetConversationHeaders {
|
|
144
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
145
|
+
"x-ms-client-request-id"?: string;
|
|
146
|
+
}
|
|
147
|
+
export interface GetConversationHeaderParam {
|
|
148
|
+
headers?: RawHttpHeadersInput & GetConversationHeaders;
|
|
149
|
+
}
|
|
150
|
+
export type GetConversationParameters = GetConversationHeaderParam & RequestParameters;
|
|
151
|
+
export interface DeleteConversationHeaders {
|
|
152
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
153
|
+
"Repeatability-Request-ID"?: string;
|
|
154
|
+
/** Specifies the date and time at which the request was first created. */
|
|
155
|
+
"Repeatability-First-Sent"?: string;
|
|
156
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
157
|
+
"x-ms-client-request-id"?: string;
|
|
158
|
+
}
|
|
159
|
+
export interface DeleteConversationHeaderParam {
|
|
160
|
+
headers?: RawHttpHeadersInput & DeleteConversationHeaders;
|
|
161
|
+
}
|
|
162
|
+
export type DeleteConversationParameters = DeleteConversationHeaderParam & RequestParameters;
|
|
163
|
+
export interface TerminateConversationHeaders {
|
|
164
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
165
|
+
"Repeatability-Request-ID"?: string;
|
|
166
|
+
/** Specifies the date and time at which the request was first created. */
|
|
167
|
+
"Repeatability-First-Sent"?: string;
|
|
168
|
+
/** An opaque, globally-unique, client-generated string identifier for the request. */
|
|
169
|
+
"x-ms-client-request-id"?: string;
|
|
170
|
+
}
|
|
171
|
+
export interface TerminateConversationHeaderParam {
|
|
172
|
+
headers?: RawHttpHeadersInput & TerminateConversationHeaders;
|
|
173
|
+
}
|
|
174
|
+
export type TerminateConversationParameters = TerminateConversationHeaderParam & RequestParameters;
|
|
43
175
|
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/parameters.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/parameters.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../src/generated/src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeadersInput } from \"@azure/core-rest-pipeline\";\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../src/generated/src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeadersInput } from \"@azure/core-rest-pipeline\";\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n NotificationContent,\n AddParticipantsOptions,\n RemoveParticipantsOptions,\n SendConversationMessageOptions,\n CreateConversationRequest,\n} from \"./models.js\";\n\nexport interface GetMediaHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface GetMediaHeaderParam {\n headers?: RawHttpHeadersInput & GetMediaHeaders;\n}\n\nexport type GetMediaParameters = GetMediaHeaderParam & RequestParameters;\n\nexport interface SendHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"Repeatability-Request-ID\"?: string;\n /** Specifies the date and time at which the request was first created. */\n \"Repeatability-First-Sent\"?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface SendBodyParam {\n /** Details of the message to send. */\n body: NotificationContent;\n}\n\nexport interface SendHeaderParam {\n headers?: RawHttpHeadersInput & SendHeaders;\n}\n\nexport type SendParameters = SendHeaderParam &\n SendBodyParam &\n RequestParameters;\n\nexport interface ListTemplatesHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface ListTemplatesQueryParamProperties {\n /** Number of objects to return per page. */\n maxPageSize?: number;\n}\n\nexport interface ListTemplatesQueryParam {\n queryParameters?: ListTemplatesQueryParamProperties;\n}\n\nexport interface ListTemplatesHeaderParam {\n headers?: RawHttpHeadersInput & ListTemplatesHeaders;\n}\n\nexport type ListTemplatesParameters = ListTemplatesQueryParam &\n ListTemplatesHeaderParam &\n RequestParameters;\n\nexport interface AddParticipantsHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"Repeatability-Request-ID\"?: string;\n /** Specifies the date and time at which the request was first created. */\n \"Repeatability-First-Sent\"?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface AddParticipantsBodyParam {\n /** Details of the payload for adding participants to a conversation. */\n body: AddParticipantsOptions;\n}\n\nexport interface AddParticipantsHeaderParam {\n headers?: RawHttpHeadersInput & AddParticipantsHeaders;\n}\n\nexport type AddParticipantsParameters = AddParticipantsHeaderParam &\n AddParticipantsBodyParam &\n RequestParameters;\n\nexport interface RemoveParticipantsHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"Repeatability-Request-ID\"?: string;\n /** Specifies the date and time at which the request was first created. */\n \"Repeatability-First-Sent\"?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface RemoveParticipantsBodyParam {\n /** Details of the request body for removing participants from a conversation. */\n body: RemoveParticipantsOptions;\n}\n\nexport interface RemoveParticipantsHeaderParam {\n headers?: RawHttpHeadersInput & RemoveParticipantsHeaders;\n}\n\nexport type RemoveParticipantsParameters = RemoveParticipantsHeaderParam &\n RemoveParticipantsBodyParam &\n RequestParameters;\n\nexport interface ListConversationsHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface ListConversationsQueryParamProperties {\n /** Number of objects to return per page. */\n maxPageSize?: number;\n /** The participant user ID */\n participantId?: string;\n /** The id of channel */\n channelId?: string;\n}\n\nexport interface ListConversationsQueryParam {\n queryParameters?: ListConversationsQueryParamProperties;\n}\n\nexport interface ListConversationsHeaderParam {\n headers?: RawHttpHeadersInput & ListConversationsHeaders;\n}\n\nexport type ListConversationsParameters = ListConversationsQueryParam &\n ListConversationsHeaderParam &\n RequestParameters;\n\nexport interface ListMessagesHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface ListMessagesQueryParamProperties {\n /** Number of objects to return per page. */\n maxPageSize?: number;\n /** The participant user ID */\n participantId?: string;\n}\n\nexport interface ListMessagesQueryParam {\n queryParameters?: ListMessagesQueryParamProperties;\n}\n\nexport interface ListMessagesHeaderParam {\n headers?: RawHttpHeadersInput & ListMessagesHeaders;\n}\n\nexport type ListMessagesParameters = ListMessagesQueryParam &\n ListMessagesHeaderParam &\n RequestParameters;\n\nexport interface SendMessageHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"Repeatability-Request-ID\"?: string;\n /** Specifies the date and time at which the request was first created. */\n \"Repeatability-First-Sent\"?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface SendMessageBodyParam {\n /** Details of the conversation message to send. */\n body: SendConversationMessageOptions;\n}\n\nexport interface SendMessageHeaderParam {\n headers?: RawHttpHeadersInput & SendMessageHeaders;\n}\n\nexport type SendMessageParameters = SendMessageHeaderParam &\n SendMessageBodyParam &\n RequestParameters;\n\nexport interface AnalyzeConversationHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"Repeatability-Request-ID\"?: string;\n /** Specifies the date and time at which the request was first created. */\n \"Repeatability-First-Sent\"?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface AnalyzeConversationHeaderParam {\n headers?: RawHttpHeadersInput & AnalyzeConversationHeaders;\n}\n\nexport type AnalyzeConversationParameters = AnalyzeConversationHeaderParam &\n RequestParameters;\n\nexport interface CreateConversationBodyParam {\n body: CreateConversationRequest;\n}\n\nexport type CreateConversationParameters = CreateConversationBodyParam &\n RequestParameters;\n\nexport interface GetConversationHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface GetConversationHeaderParam {\n headers?: RawHttpHeadersInput & GetConversationHeaders;\n}\n\nexport type GetConversationParameters = GetConversationHeaderParam &\n RequestParameters;\n\nexport interface DeleteConversationHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"Repeatability-Request-ID\"?: string;\n /** Specifies the date and time at which the request was first created. */\n \"Repeatability-First-Sent\"?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface DeleteConversationHeaderParam {\n headers?: RawHttpHeadersInput & DeleteConversationHeaders;\n}\n\nexport type DeleteConversationParameters = DeleteConversationHeaderParam &\n RequestParameters;\n\nexport interface TerminateConversationHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"Repeatability-Request-ID\"?: string;\n /** Specifies the date and time at which the request was first created. */\n \"Repeatability-First-Sent\"?: string;\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface TerminateConversationHeaderParam {\n headers?: RawHttpHeadersInput & TerminateConversationHeaders;\n}\n\nexport type TerminateConversationParameters = TerminateConversationHeaderParam &\n RequestParameters;\n"]}
|