-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from sendinblue/6.0.0
AP-1634 : Release includes major changes.
- Loading branch information
Showing
322 changed files
with
15,901 additions
and
4,866 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.9 | ||
2.4.26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
# Body | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**name** | **String** | Name of task | | ||
**duration** | **Long** | Duration of task | [optional] | ||
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. | | ||
**date** | [**OffsetDateTime**] | Task date/time | | ||
**notes** | **String** | Notes added to a task | [optional] | ||
**done** | **Boolean** | Task marked as done | [optional] | ||
**assignToId** | **String** | User id to whom task is assigned | [optional] | ||
**contactsIds** | **List<Integer>** | Contact ids for contacts linked to this task | [optional] | ||
**dealsIds** | **List<String>** | Deal ids for deals a task is linked to | [optional] | ||
**companiesIds** | **List<String>** | Companies ids for companies a task is linked to | [optional] | ||
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
# Body1 | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**name** | **String** | Name of task | | ||
**duration** | **Integer** | Duration of task | [optional] | ||
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. | | ||
**date** | [**OffsetDateTime**] | Task date/time | | ||
**notes** | **String** | Notes added to a task | [optional] | ||
**done** | **Boolean** | Task marked as done | [optional] | ||
**assignToId** | **String** | User id to whom task is assigned | [optional] | ||
**contactsIds** | **List<Integer>** | Contact ids for contacts linked to this task | [optional] | ||
**dealsIds** | **List<String>** | Deal ids for deals a task is linked to | [optional] | ||
**companiesIds** | **List<String>** | Companies ids for companies a task is linked to | [optional] | ||
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
# Contact | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**virtualNextTask** | **Object** | Next incomplete task of contact | [optional] | ||
**email** | **String** | Contact email | | ||
**assignToId** | **String** | User id to whom contact is assigned | [optional] | ||
**contactsId** | **Integer** | Contact id | [optional] | ||
**crmLists** | **Object** | CRM lists in which contact is added | | ||
**attributes** | **Object** | Contact attributes e.g firstname / lastname / SMS etc. | [optional] | ||
**createdAt** | [**OffsetDateTime**] | Contact created date/time | [optional] | ||
**updatedAt** | [**OffsetDateTime**] | Contact updated date/time | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
# CreateSubAccount | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**companyName** | **String** | Name of the organization | | ||
**email** | **String** | Email address for the organization | | ||
**language** | [**LanguageEnum**](#LanguageEnum) | Language for identifying localization information | [optional] | ||
**timezone** | **String** | Request timezone of the client | [optional] | ||
|
||
|
||
<a name="LanguageEnum"></a> | ||
## Enum: LanguageEnum | ||
Name | Value | ||
---- | ----- | ||
EN | "en" | ||
FR | "fr" | ||
IT | "it" | ||
ES | "es" | ||
PT | "pt" | ||
DE | "de" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.