Skip to content

Commit 7a06b58

Browse files
CI-1357 Go wrapper update (#36)
* Go wrapper update Co-authored-by: raunakjain <[email protected]>
1 parent 564daca commit 7a06b58

File tree

175 files changed

+7506
-1983
lines changed

Some content is hidden

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

175 files changed

+7506
-1983
lines changed

README.md

Lines changed: 225 additions & 159 deletions
Large diffs are not rendered by default.

api/swagger.yaml

Lines changed: 2446 additions & 489 deletions
Large diffs are not rendered by default.

docs/AbTestCampaignResult.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
99
**OpenRate** | **string** | Open rate for current winning version | [optional] [default to null]
1010
**ClickRate** | **string** | Click rate for current winning version | [optional] [default to null]
1111
**WinningVersionRate** | **string** | Open/Click rate for the winner version | [optional] [default to null]
12-
**Statistics** | [***AbTestCampaignResultStatistics**](AbTestCampaignResultStatistics.md) | | [optional] [default to null]
13-
**ClickedLinks** | [***AbTestCampaignResultClickedLinks**](AbTestCampaignResultClickedLinks.md) | | [optional] [default to null]
12+
**Statistics** | [***AbTestCampaignResultStatistics**](ABTestCampaignResultStatistics.md) | | [optional] [default to null]
13+
**ClickedLinks** | [***AbTestCampaignResultClickedLinks**](ABTestCampaignResultClickedLinks.md) | | [optional] [default to null]
1414

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

docs/AbTestCampaignResultClickedLinks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**VersionA** | [***AbTestVersionClicks**](AbTestVersionClicks.md) | | [default to null]
7-
**VersionB** | [***AbTestVersionClicks**](AbTestVersionClicks.md) | | [default to null]
6+
**VersionA** | [***AbTestVersionClicks**](ABTestVersionClicks.md) | | [default to null]
7+
**VersionB** | [***AbTestVersionClicks**](ABTestVersionClicks.md) | | [default to null]
88

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

docs/AttributesApi.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,3 @@ Name | Type | Description | Notes
114114
- **Accept**: application/json
115115

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

docs/Body.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Name** | **string** | Name of deal | [default to null]
7-
**Attributes** | [**map[string]interface{}**](interface{}.md) | Attributes fo\\r deal creation | [optional] [default to null]
6+
**Name** | **string** | Name of company | [default to null]
7+
**Attributes** | [***interface{}**](interface{}.md) | Attributes for company creation | [optional] [default to null]
8+
**CountryCode** | **int64** | Country code if phone_number is passed in attributes. | [optional] [default to null]
89

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

docs/Body1.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Name** | **string** | Name of deal | [optional] [default to null]
7-
**Attributes** | [**map[string]interface{}**](interface{}.md) | Attributes for deal update | [optional] [default to null]
6+
**Name** | **string** | Name of company | [optional] [default to null]
7+
**Attributes** | [***interface{}**](interface{}.md) | Attributes for company update | [optional] [default to null]
8+
**CountryCode** | **int64** | Country code if phone_number is passed in attributes. | [optional] [default to null]
89

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

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+
**VisitorId** | **string** | visitor’s ID received &lt;a href&#x3D;\&quot;https://developers.sendinblue.com/docs/conversations-webhooks\&quot;&gt;from a webhook&lt;/a&gt; or generated by you to &lt;a href&#x3D;\&quot;https://developers.sendinblue.com/docs/customize-the-widget#identifying-existing-users\&quot;&gt;bind existing user account to Conversations&lt;/a&gt; | [default to null]
7+
**Text** | **string** | message text | [default to null]
8+
**AgentId** | **string** | agent ID. It can be found on agent’s page or received &lt;a href&#x3D;\&quot;https://developers.sendinblue.com/docs/conversations-webhooks\&quot;&gt;from a webhook&lt;/a&gt;. Optional if &#x60;groupId&#x60; is set. | [optional] [default to null]
9+
**GroupId** | **string** | group ID. It can be found on group’s page. Optional if &#x60;agentId&#x60; is set. | [optional] [default to null]
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** | **string** | edited message text | [default to null]
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+
**AgentId** | **string** | agent ID. It can be found on agent’s page or received &lt;a href&#x3D;\&quot;https://developers.sendinblue.com/docs/conversations-webhooks\&quot;&gt;from a webhook&lt;/a&gt;. Alternatively, you can use &#x60;agentEmail&#x60; + &#x60;agentName&#x60; + &#x60;receivedFrom&#x60; instead (all 3 fields required). | [optional] [default to null]
7+
**ReceivedFrom** | **string** | mark your messages to distinguish messages created by you from the others. | [optional] [default to null]
8+
**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] [default to null]
9+
**AgentName** | **string** | agent name. | [optional] [default to null]
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+

0 commit comments

Comments
 (0)