Skip to content

Commit 9a5807c

Browse files
authored
Merge pull request #85 from sendinblue/feature_TRAN-2390
Updated sdk to v7.6.0
2 parents f31ae2a + e1fb602 commit 9a5807c

File tree

294 files changed

+30396
-810
lines changed

Some content is hidden

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

294 files changed

+30396
-810
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ target/
6464
.ipynb_checkpoints
6565

6666
# Miscellaneous
67-
playground.py
67+
playground.py
68+
/env

README.md

Lines changed: 134 additions & 31 deletions
Large diffs are not rendered by default.

docs/Body.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **str** | Name of task |
7-
**duration** | **int** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
8-
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. |
9-
**_date** | **datetime** | Task due date and time |
10-
**notes** | **str** | Notes added to a task | [optional]
11-
**done** | **bool** | Task marked as done | [optional]
12-
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
13-
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
14-
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
15-
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]
16-
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
6+
**name** | **str** | Name of company |
7+
**attributes** | **object** | Attributes for company creation | [optional]
8+
**country_code** | **int** | Country code if phone_number is passed in attributes. | [optional]
179

1810
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1911

docs/Body1.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **str** | Name of task |
7-
**duration** | **int** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
8-
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. |
9-
**_date** | **datetime** | Task date/time |
10-
**notes** | **str** | Notes added to a task | [optional]
11-
**done** | **bool** | Task marked as done | [optional]
12-
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
13-
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
14-
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
15-
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]
16-
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
6+
**name** | **str** | Name of company | [optional]
7+
**attributes** | **object** | Attributes for company update | [optional]
8+
**country_code** | **int** | Country code if phone_number is passed in attributes. | [optional]
179

1810
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1911

docs/Body10.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Body10
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**visitor_id** | **str** | visitor’s ID received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.sendinblue.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a> |
7+
**text** | **str** | message text |
8+
**agent_id** | **str** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Optional if `groupId` is set. | [optional]
9+
**group_id** | **str** | group ID. It can be found on group’s page. Optional if `agentId` is set. | [optional]
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)
12+
13+

docs/Body11.md

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

docs/Body12.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Body12
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**agent_id** | **str** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Alternatively, you can use `agentEmail` + `agentName` + `receivedFrom` instead (all 3 fields required). | [optional]
7+
**received_from** | **str** | mark your messages to distinguish messages created by you from the others. | [optional]
8+
**agent_email** | **str** | agent email. When sending online pings from a standalone system, it’s hard to maintain a 1-to-1 relationship between the users of both systems. In this case, an agent can be specified by their email address. If there’s no agent with the specified email address in your Sendinblue organization, a dummy agent will be created automatically. | [optional]
9+
**agent_name** | **str** | agent name. | [optional]
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)
12+
13+

docs/Body2.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Body2
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**link_contact_ids** | **list[int]** | Contact ids for contacts to be linked with company | [optional]
7+
**unlink_contact_ids** | **list[int]** | Contact ids for contacts to be unlinked from company | [optional]
8+
**link_deals_ids** | **list[str]** | Deals ids for deals to be linked with company | [optional]
9+
**unlink_deals_ids** | **list[str]** | Deals ids for deals to be unlinked from company | [optional]
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)
12+
13+

docs/Body3.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Body3
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **str** | Name of deal |
7+
**attributes** | **object** | Attributes fo\\r deal creation | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

docs/Body4.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Body4
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **str** | Name of deal | [optional]
7+
**attributes** | **object** | Attributes for deal update | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

docs/Body5.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Body5
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**link_contact_ids** | **list[int]** | Contact ids for contacts to be linked with deal | [optional]
7+
**unlink_contact_ids** | **list[int]** | Contact ids for contacts to be unlinked from deal | [optional]
8+
**link_company_ids** | **list[str]** | Company ids to be linked with deal | [optional]
9+
**unlink_company_ids** | **list[str]** | Company ids to be unlinked from deal | [optional]
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)
12+
13+

docs/Body6.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Body6
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **str** | Name of task |
7+
**duration** | **int** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
8+
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. |
9+
**_date** | **datetime** | Task due date and time |
10+
**notes** | **str** | Notes added to a task | [optional]
11+
**done** | **bool** | Task marked as done | [optional]
12+
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
13+
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
14+
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
15+
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]
16+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
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)
19+
20+

docs/Body7.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Body7
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **str** | Name of task | [optional]
7+
**duration** | **int** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
8+
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. | [optional]
9+
**_date** | **datetime** | Task date/time | [optional]
10+
**notes** | **str** | Notes added to a task | [optional]
11+
**done** | **bool** | Task marked as done | [optional]
12+
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
13+
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
14+
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
15+
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+
19+

docs/Body8.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Body8
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**visitor_id** | **str** | visitor’s ID received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.sendinblue.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a> |
7+
**text** | **str** | message text |
8+
**agent_id** | **str** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Alternatively, you can use `agentEmail` + `agentName` + `receivedFrom` instead (all 3 fields required). | [optional]
9+
**received_from** | **str** | mark your messages to distinguish messages created by you from the others. | [optional]
10+
**agent_email** | **str** | agent email. When sending messages from a standalone system, it’s hard to maintain a 1-to-1 relationship between the users of both systems. In this case, an agent can be specified by their email address. | [optional]
11+
**agent_name** | **str** | agent name | [optional]
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)
14+
15+

docs/Body9.md

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

docs/BodyVariablesItems.md

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

0 commit comments

Comments
 (0)