Skip to content

Commit 35808c6

Browse files
Merge pull request #117 from sendinblue/feature_AP-1632
AP-1632 update package
2 parents 2e1b6a8 + 8bd0170 commit 35808c6

File tree

412 files changed

+19898
-10297
lines changed

Some content is hidden

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

412 files changed

+19898
-10297
lines changed

.swagger-codegen/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.4.26

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ language: node_js
22
node_js:
33
- "10"
44
- "12"
5+
- "14"

README.md

+88-28
Large diffs are not rendered by default.

docs/AbTestCampaignResult.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**winningVersion** | **String** | Winning Campaign Info. pending = Campaign has been picked for sending and winning version is yet to be decided, tie = A tie happened between both the versions, notAvailable = Campaign has not yet been picked for sending. | [optional]
6+
**winningVersion** | **String** | Winning Campaign Info. pending = Campaign has been picked for sending and winning version is yet to be decided, tie = A tie happened between both the versions, notAvailable = Campaign has not yet been picked for sending. | [optional]
77
**winningCriteria** | **String** | Criteria choosen for winning version (Open/Click) | [optional]
88
**winningSubjectLine** | **String** | Subject Line of current winning version | [optional]
99
**openRate** | **String** | Open rate for current winning version | [optional]
@@ -34,9 +34,9 @@ Name | Type | Description | Notes
3434
## Enum: WinningCriteriaEnum
3535

3636

37-
* `Open` (value: `"Open"`)
37+
* `open` (value: `"Open"`)
3838

39-
* `Click` (value: `"Click"`)
39+
* `click` (value: `"Click"`)
4040

4141

4242

docs/AccountApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
2222
var apiKey = defaultClient.authentications['api-key'];
2323
apiKey.apiKey = 'YOUR API KEY';
2424
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
25-
//apikey.apiKeyPrefix = 'Token';
25+
//apiKey.apiKeyPrefix = 'Token';
2626

2727
// Configure API key authorization: partner-key
2828
var partnerKey = defaultClient.authentications['partner-key'];

docs/AttributesApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
2525
var apiKey = defaultClient.authentications['api-key'];
2626
apiKey.apiKey = 'YOUR API KEY';
2727
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
28-
//apikey.apiKeyPrefix = 'Token';
28+
//apiKey.apiKeyPrefix = 'Token';
2929

3030
// Configure API key authorization: partner-key
3131
var partnerKey = defaultClient.authentications['partner-key'];
@@ -85,7 +85,7 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
8585
var apiKey = defaultClient.authentications['api-key'];
8686
apiKey.apiKey = 'YOUR API KEY';
8787
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
88-
//apikey.apiKeyPrefix = 'Token';
88+
//apiKey.apiKeyPrefix = 'Token';
8989

9090
// Configure API key authorization: partner-key
9191
var partnerKey = defaultClient.authentications['partner-key'];
@@ -142,7 +142,7 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
142142
var apiKey = defaultClient.authentications['api-key'];
143143
apiKey.apiKey = 'YOUR API KEY';
144144
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
145-
//apikey.apiKeyPrefix = 'Token';
145+
//apiKey.apiKeyPrefix = 'Token';
146146

147147
// Configure API key authorization: partner-key
148148
var partnerKey = defaultClient.authentications['partner-key'];
@@ -190,7 +190,7 @@ var defaultClient = SibApiV3Sdk.ApiClient.instance;
190190
var apiKey = defaultClient.authentications['api-key'];
191191
apiKey.apiKey = 'YOUR API KEY';
192192
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
193-
//apikey.apiKeyPrefix = 'Token';
193+
//apiKey.apiKeyPrefix = 'Token';
194194

195195
// Configure API key authorization: partner-key
196196
var partnerKey = defaultClient.authentications['partner-key'];

docs/Body.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SibApiV3Sdk.Body
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | Name of task |
7+
**duration** | **Number** | Duration of task | [optional]
8+
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
9+
**_date** | **Date** | Task date/time |
10+
**notes** | **String** | Notes added to a task | [optional]
11+
**done** | **Boolean** | Task marked as done | [optional]
12+
**assignToId** | **String** | User id to whom task is assigned | [optional]
13+
**contactsIds** | **[Number]** | Contact ids for contacts linked to this task | [optional]
14+
**dealsIds** | **[String]** | Deal ids for deals a task is linked to | [optional]
15+
**companiesIds** | **[String]** | Companies ids for companies a task is linked to | [optional]
16+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
17+
18+

docs/Body1.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SibApiV3Sdk.Body1
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | Name of task |
7+
**duration** | **Number** | Duration of task | [optional]
8+
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
9+
**_date** | **Date** | Task date/time |
10+
**notes** | **String** | Notes added to a task | [optional]
11+
**done** | **Boolean** | Task marked as done | [optional]
12+
**assignToId** | **String** | User id to whom task is assigned | [optional]
13+
**contactsIds** | **[Number]** | Contact ids for contacts linked to this task | [optional]
14+
**dealsIds** | **[String]** | Deal ids for deals a task is linked to | [optional]
15+
**companiesIds** | **[String]** | Companies ids for companies a task is linked to | [optional]
16+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
17+
18+

0 commit comments

Comments
 (0)