Skip to content

Commit b923833

Browse files
update package
1 parent 2e1b6a8 commit b923833

File tree

412 files changed

+20516
-10913
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

+20516
-10913
lines changed

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.4.26

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: node_js
22
node_js:
3-
- "10"
4-
- "12"
3+
- "6"
4+
- "6.1"
5+
- "5"
6+
- "5.11"
7+

README.md

Lines changed: 92 additions & 32 deletions
Large diffs are not rendered by default.

docs/AbTestCampaignResult.md

Lines changed: 3 additions & 3 deletions
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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
1919
var defaultClient = SibApiV3Sdk.ApiClient.instance;
2020

2121
// Configure API key authorization: api-key
22-
var apiKey = defaultClient.authentications['api-key'];
23-
apiKey.apiKey = 'YOUR API KEY';
22+
var apiKey= defaultClient.authentications['api-key'];
23+
apiKeyapiKey = '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+
//apiKeyapiKeyPrefix = 'Token';
2626

2727
// Configure API key authorization: partner-key
28-
var partnerKey = defaultClient.authentications['partner-key'];
29-
partnerKey.apiKey = 'YOUR API KEY';
28+
var partnerKey= defaultClient.authentications['partner-key'];
29+
partnerKeyapiKey = 'YOUR API KEY';
3030
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
31-
//partnerKey.apiKeyPrefix = 'Token';
31+
//partnerKeyapiKeyPrefix = 'Token';
3232

3333
var apiInstance = new SibApiV3Sdk.AccountApi();
3434
apiInstance.getAccount().then(function(data) {

docs/AttributesApi.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
2222
var defaultClient = SibApiV3Sdk.ApiClient.instance;
2323

2424
// Configure API key authorization: api-key
25-
var apiKey = defaultClient.authentications['api-key'];
26-
apiKey.apiKey = 'YOUR API KEY';
25+
var apiKey= defaultClient.authentications['api-key'];
26+
apiKeyapiKey = '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+
//apiKeyapiKeyPrefix = 'Token';
2929

3030
// Configure API key authorization: partner-key
31-
var partnerKey = defaultClient.authentications['partner-key'];
32-
partnerKey.apiKey = 'YOUR API KEY';
31+
var partnerKey= defaultClient.authentications['partner-key'];
32+
partnerKeyapiKey = 'YOUR API KEY';
3333
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
34-
//partnerKey.apiKeyPrefix = 'Token';
34+
//partnerKeyapiKeyPrefix = 'Token';
3535

3636
var apiInstance = new SibApiV3Sdk.AttributesApi();
3737

@@ -82,16 +82,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
8282
var defaultClient = SibApiV3Sdk.ApiClient.instance;
8383

8484
// Configure API key authorization: api-key
85-
var apiKey = defaultClient.authentications['api-key'];
86-
apiKey.apiKey = 'YOUR API KEY';
85+
var apiKey= defaultClient.authentications['api-key'];
86+
apiKeyapiKey = '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+
//apiKeyapiKeyPrefix = 'Token';
8989

9090
// Configure API key authorization: partner-key
91-
var partnerKey = defaultClient.authentications['partner-key'];
92-
partnerKey.apiKey = 'YOUR API KEY';
91+
var partnerKey= defaultClient.authentications['partner-key'];
92+
partnerKeyapiKey = 'YOUR API KEY';
9393
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
94-
//partnerKey.apiKeyPrefix = 'Token';
94+
//partnerKeyapiKeyPrefix = 'Token';
9595

9696
var apiInstance = new SibApiV3Sdk.AttributesApi();
9797

@@ -139,16 +139,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
139139
var defaultClient = SibApiV3Sdk.ApiClient.instance;
140140

141141
// Configure API key authorization: api-key
142-
var apiKey = defaultClient.authentications['api-key'];
143-
apiKey.apiKey = 'YOUR API KEY';
142+
var apiKey= defaultClient.authentications['api-key'];
143+
apiKeyapiKey = '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+
//apiKeyapiKeyPrefix = 'Token';
146146

147147
// Configure API key authorization: partner-key
148-
var partnerKey = defaultClient.authentications['partner-key'];
149-
partnerKey.apiKey = 'YOUR API KEY';
148+
var partnerKey= defaultClient.authentications['partner-key'];
149+
partnerKeyapiKey = 'YOUR API KEY';
150150
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
151-
//partnerKey.apiKeyPrefix = 'Token';
151+
//partnerKeyapiKeyPrefix = 'Token';
152152

153153
var apiInstance = new SibApiV3Sdk.AttributesApi();
154154
apiInstance.getAttributes().then(function(data) {
@@ -187,16 +187,16 @@ var SibApiV3Sdk = require('sib-api-v3-sdk');
187187
var defaultClient = SibApiV3Sdk.ApiClient.instance;
188188

189189
// Configure API key authorization: api-key
190-
var apiKey = defaultClient.authentications['api-key'];
191-
apiKey.apiKey = 'YOUR API KEY';
190+
var apiKey= defaultClient.authentications['api-key'];
191+
apiKeyapiKey = '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+
//apiKeyapiKeyPrefix = 'Token';
194194

195195
// Configure API key authorization: partner-key
196-
var partnerKey = defaultClient.authentications['partner-key'];
197-
partnerKey.apiKey = 'YOUR API KEY';
196+
var partnerKey= defaultClient.authentications['partner-key'];
197+
partnerKeyapiKey = 'YOUR API KEY';
198198
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
199-
//partnerKey.apiKeyPrefix = 'Token';
199+
//partnerKeyapiKeyPrefix = 'Token';
200200

201201
var apiInstance = new SibApiV3Sdk.AttributesApi();
202202

docs/Body.md

Lines changed: 18 additions & 0 deletions
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

Lines changed: 18 additions & 0 deletions
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)