Skip to content

Commit 0d0ec4f

Browse files
Merge pull request #4 from aspose-email-cloud/develop
Develop
2 parents 3eb34ee + 69dbb7b commit 0d0ec4f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+6916
-652
lines changed

doc/AiBcrParseOcrDataRq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# AiBcrParseOcrDataRq
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**data** | [**Array<AiBcrOcrData>**](AiBcrOcrData.md) | OCR data | [default to undefined]
8+
9+
Parent class: [AiBcrRq](AiBcrRq.md)
10+
11+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/AlternateView.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# AlternateView
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**baseUri** | **string** | Base URI. | [optional] [default to undefined]
8+
**linkedResources** | [**Array<LinkedResource>**](LinkedResource.md) | Embedded resources referred to by this alternate view. | [optional] [default to undefined]
9+
10+
Parent class: [AttachmentBase](AttachmentBase.md)
11+
12+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/AppendEmailModelRq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# AppendEmailModelRq
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**message** | [**EmailDto**](EmailDto.md) | Email document | [default to undefined]
8+
9+
Parent class: [AppendEmailAccountBaseRequest](AppendEmailAccountBaseRequest.md)
10+
11+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/AssociatedPerson.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# AssociatedPerson
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **string** | Associated person's name. | [optional] [default to undefined]
8+
**category** | [**EnumWithCustomOfAssociatedPersonCategory**](EnumWithCustomOfAssociatedPersonCategory.md) | Associated person's category. | [optional] [default to undefined]
9+
**preferred** | **boolean** | Defines whether associated person is preferred. | [default to undefined]
10+
11+
12+
13+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/Attachment.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# Attachment
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**contentDisposition** | **string** | Content-Disposition header. Read only. | [optional] [default to undefined]
8+
**isEmbeddedMessage** | **boolean** | Determines if attachment is an embedded message. Read only. | [default to undefined]
9+
**name** | **string** | Attachment name. | [optional] [default to undefined]
10+
**nameEncoding** | **string** | Encoding of attachment name. | [optional] [default to undefined]
11+
**preferredTextEncoding** | **string** | Preferred text encoding. | [optional] [default to undefined]
12+
13+
Parent class: [AttachmentBase](AttachmentBase.md)
14+
15+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/AttachmentBase.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# AttachmentBase
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**base64Data** | **string** | Attachment file content as Base64 string. | [optional] [default to undefined]
8+
**contentId** | **string** | Attachment content id | [optional] [default to undefined]
9+
**contentType** | [**ContentType**](ContentType.md) | Content type | [optional] [default to undefined]
10+
**headers** | **{ [key: string]: string; }** | Attachment headers. | [optional] [default to undefined]
11+
12+
13+
14+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/CalendarDto.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
# CalendarDto
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**attachments** | [**Array<Attachment>**](Attachment.md) | Document attachments. | [optional] [default to undefined]
8+
**attendees** | [**Array<MailAddress>**](MailAddress.md) | Event attendees. | [default to undefined]
9+
**description** | **string** | Description. | [optional] [default to undefined]
10+
**endDate** | **Date** | End date. | [default to undefined]
11+
**endTimeZone** | **string** | End time zone. | [optional] [default to undefined]
12+
**flags** | **Array<string>** | Appointment flags. Items: Enumerates iCalendar flags. Enum, available values: None, AllDayEvent | [optional] [default to undefined]
13+
**isDescriptionHtml** | **boolean** | Indicates if description is in HTML format. | [default to undefined]
14+
**location** | **string** | Location. | [default to undefined]
15+
**method** | **string** | Defines the iCalendar object method type associated with the calendar document. Enum, available values: None, Publish, Request, Reply, Add, Cancel, Refresh, Counter, DeclineCounter | [default to undefined]
16+
**microsoftBusyStatus** | **string** | Specifies the BUSY status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof | [default to undefined]
17+
**microsoftIntendedStatus** | **string** | Specifies the INTENDED status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof | [default to undefined]
18+
**optionalAttendees** | [**Array<MailAddress>**](MailAddress.md) | Optional attendees. | [optional] [default to undefined]
19+
**organizer** | [**MailAddress**](MailAddress.md) | Event organizer. | [default to undefined]
20+
**recurrenceString** | **string** | String representation of recurrence pattern (See iCalendar RFC, \"Recurrence rule\" section). For example: For daily recurrence: \"FREQ=DAILY;COUNT=10;WKST=MO\" For monthly recurrence: \"BYSETPOS=1;BYDAY=MO,TU,WE,TH,FR;FREQ=MONTHLY;INTERVAL=10;WKST=MO\" For yearly recurrence: \"BYMONTHDAY=30;BYMONTH=1;FREQ=YEARLY;WKST=MO\" | [optional] [default to undefined]
21+
**reminders** | [**Array<CalendarReminder>**](CalendarReminder.md) | Reminders. | [optional] [default to undefined]
22+
**sequenceId** | **string** | The sequence id. Read only. | [optional] [default to undefined]
23+
**startDate** | **Date** | Start date. | [default to undefined]
24+
**startTimeZone** | **string** | Start time zone. | [optional] [default to undefined]
25+
**status** | **string** | Defines the overall status or confirmation for the calendar document. Enum, available values: NotDefined, Cancelled, Tentative, Confirmed | [default to undefined]
26+
**summary** | **string** | Summary. | [optional] [default to undefined]
27+
**transparency** | **string** | Specifies whether or not this appointment is intended to be visible in availability searches. Enum, available values: NotDefined, Transparent, Opaque | [default to undefined]
28+
29+
30+
31+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/CalendarDtoAlternateRq.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# CalendarDtoAlternateRq
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**value** | [**CalendarDto**](CalendarDto.md) | iCalendar document model | [default to undefined]
8+
**action** | **string** | iCalendar actions. Enum, available values: Create, Update, Cancel | [default to undefined]
9+
**sequenceId** | **string** | iCalendar sequence id | [optional] [default to undefined]
10+
11+
12+
13+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/CalendarDtoList.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
# CalendarDtoList
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
8+
Parent class: [ListResponseOfStorageModelOfCalendarDto](ListResponseOfStorageModelOfCalendarDto.md)
9+
10+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/CalendarReminder.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
# CalendarReminder
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**action** | **string** | Defines the action to be invoked when an alarm is triggered. Enum, available values: Audio, Display, Email, Procedure, None | [default to undefined]
8+
**attachments** | **Array<string>** | Collection of Reminder Attachments. Could be an absolute URI or Base64 string representation of attachment content | [optional] [default to undefined]
9+
**attendees** | [**Array<ReminderAttendee>**](ReminderAttendee.md) | Contains collection of ReminderAttendee objects. | [optional] [default to undefined]
10+
**description** | **string** | Provides a more complete description of the alarm. | [optional] [default to undefined]
11+
**duration** | **number** | Specifies the delay period in ticks, after which the alarm will repeat. | [optional] [default to undefined]
12+
**repeat** | **number** | Defines the number of time the alarm should be repeated, after the initial trigger. | [default to undefined]
13+
**summary** | **string** | Defines a short summary or subject for the alarm. | [optional] [default to undefined]
14+
**trigger** | [**ReminderTrigger**](ReminderTrigger.md) | Specifies when an alarm will trigger. | [optional] [default to undefined]
15+
16+
17+
18+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

0 commit comments

Comments
 (0)