Skip to content

Commit

Permalink
Merge pull request #65 from sendinblue/AST-8-V4.0.0
Browse files Browse the repository at this point in the history
AST-8 v4.0.2
  • Loading branch information
amitsendinblue authored Feb 24, 2023
2 parents 5b1fa37 + b75697d commit 1293cab
Show file tree
Hide file tree
Showing 220 changed files with 23,509 additions and 4,397 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 SendinBlue
Copyright (c) 2023 SendinBlue

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
158 changes: 124 additions & 34 deletions README.md

Large diffs are not rendered by default.

287 changes: 0 additions & 287 deletions docs/AttributesApi.md

This file was deleted.

14 changes: 3 additions & 11 deletions docs/Body.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@

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** | **DateTime?** | Task date/time |
**Notes** | **string** | Notes added to a task | [optional]
**Done** | **bool?** | Task marked as done | [optional]
**AssignToId** | **string** | User id to whom task is assigned | [optional]
**ContactsIds** | **List<int?>** | 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]
**Name** | **string** | Name of company |
**Attributes** | **Object** | Attributes for company creation | [optional]
**CountryCode** | **long?** | Country code if phone_number is passed in attributes. | [optional]

[[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 changes: 3 additions & 11 deletions docs/Body1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | Name of task |
**Duration** | **int?** | Duration of task | [optional]
**TaskTypeId** | **string** | Id for type of task e.g Call / Email / Meeting etc. |
**Date** | **DateTime?** | Task date/time |
**Notes** | **string** | Notes added to a task | [optional]
**Done** | **bool?** | Task marked as done | [optional]
**AssignToId** | **string** | User id to whom task is assigned | [optional]
**ContactsIds** | **List<int?>** | 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]
**Name** | **string** | Name of company | [optional]
**Attributes** | **Object** | Attributes for company update | [optional]
**CountryCode** | **long?** | Country code if phone_number is passed in attributes. | [optional]

[[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 changes: 12 additions & 0 deletions docs/Body10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# sib_api_v3_sdk.Model.Body10
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**VisitorId** | **string** | 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> |
**Text** | **string** | message text |
**AgentId** | **string** | 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]
**GroupId** | **string** | group ID. It can be found on group’s page. Optional if `agentId` is set. | [optional]

[[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 changes: 9 additions & 0 deletions docs/Body11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# sib_api_v3_sdk.Model.Body11
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Text** | **string** | edited message text |

[[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 changes: 12 additions & 0 deletions docs/Body12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# sib_api_v3_sdk.Model.Body12
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AgentId** | **string** | 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]
**ReceivedFrom** | **string** | mark your messages to distinguish messages created by you from the others. | [optional]
**AgentEmail** | **string** | 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]
**AgentName** | **string** | agent name. | [optional]

[[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 changes: 12 additions & 0 deletions docs/Body2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# sib_api_v3_sdk.Model.Body2
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**LinkContactIds** | **List<long?>** | Contact ids for contacts to be linked with company | [optional]
**UnlinkContactIds** | **List<long?>** | Contact ids for contacts to be unlinked from company | [optional]
**LinkDealsIds** | **List<string>** | Deals ids for deals to be linked with company | [optional]
**UnlinkDealsIds** | **List<string>** | Deals ids for deals to be unlinked from company | [optional]

[[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 changes: 10 additions & 0 deletions docs/Body3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# sib_api_v3_sdk.Model.Body3
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | Name of deal |
**Attributes** | **Object** | Attributes fo\\r deal creation | [optional]

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

Loading

0 comments on commit 1293cab

Please sign in to comment.