Skip to content

Commit 97d7ee2

Browse files
committed
wrapper_update
1 parent 7af55f1 commit 97d7ee2

File tree

217 files changed

+1509
-1377
lines changed

Some content is hidden

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

217 files changed

+1509
-1377
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.3.0

.travis.yml

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

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SendinBlue's API matches the [OpenAPI v2 definition](https://www.openapis.org/).
99
This library is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project and is reviewed and maintained by SendinBlue:
1010

1111
- API version: 3.0.0
12-
- Package version: 7.2.2
12+
- Package version: 7.2.4
1313
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen
1414

1515
## Installation
@@ -123,7 +123,7 @@ Class | Method | HTTP request | Description
123123
*SibApiV3Sdk.ContactsApi* | [**addContactToList**](docs/ContactsApi.md#addContactToList) | **POST** /contacts/lists/{listId}/contacts/add | Add existing contacts to a list
124124
*SibApiV3Sdk.ContactsApi* | [**createAttribute**](docs/ContactsApi.md#createAttribute) | **POST** /contacts/attributes/{attributeCategory}/{attributeName} | Create contact attribute
125125
*SibApiV3Sdk.ContactsApi* | [**createContact**](docs/ContactsApi.md#createContact) | **POST** /contacts | Create a contact
126-
*SibApiV3Sdk.ContactsApi* | [**createDoiContact**](docs/ContactsApi.md#createDoiContact) | **POST** /contacts/doubleOptinConfirmation | Create a contact to trigger the DOI workflow from a Landing Page form
126+
*SibApiV3Sdk.ContactsApi* | [**createDoiContact**](docs/ContactsApi.md#createDoiContact) | **POST** /contacts/doubleOptinConfirmation | Create Contact via DOI (Double-Opt-In) Flow
127127
*SibApiV3Sdk.ContactsApi* | [**createFolder**](docs/ContactsApi.md#createFolder) | **POST** /contacts/folders | Create a folder
128128
*SibApiV3Sdk.ContactsApi* | [**createList**](docs/ContactsApi.md#createList) | **POST** /contacts/lists | Create a list
129129
*SibApiV3Sdk.ContactsApi* | [**deleteAttribute**](docs/ContactsApi.md#deleteAttribute) | **DELETE** /contacts/attributes/{attributeCategory}/{attributeName} | Delete an attribute
@@ -177,22 +177,22 @@ Class | Method | HTTP request | Description
177177
*SibApiV3Sdk.ListsApi* | [**updateList**](docs/ListsApi.md#updateList) | **PUT** /contacts/lists/{listId} | Update a list
178178
*SibApiV3Sdk.ProcessApi* | [**getProcess**](docs/ProcessApi.md#getProcess) | **GET** /processes/{processId} | Return the informations for a process
179179
*SibApiV3Sdk.ProcessApi* | [**getProcesses**](docs/ProcessApi.md#getProcesses) | **GET** /processes | Return all the processes for your account
180-
*SibApiV3Sdk.ResellerApi* | [**addCredits**](docs/ResellerApi.md#addCredits) | **POST** /reseller/children/{childAuthKey}/credits/add | Add Email and/or SMS credits to a specific child account
181-
*SibApiV3Sdk.ResellerApi* | [**associateIpToChild**](docs/ResellerApi.md#associateIpToChild) | **POST** /reseller/children/{childAuthKey}/ips/associate | Associate a dedicated IP to the child
182-
*SibApiV3Sdk.ResellerApi* | [**createChildDomain**](docs/ResellerApi.md#createChildDomain) | **POST** /reseller/children/{childAuthKey}/domains | Create a domain for a child account
180+
*SibApiV3Sdk.ResellerApi* | [**addCredits**](docs/ResellerApi.md#addCredits) | **POST** /reseller/children/{childIdentifier}/credits/add | Add Email and/or SMS credits to a specific child account
181+
*SibApiV3Sdk.ResellerApi* | [**associateIpToChild**](docs/ResellerApi.md#associateIpToChild) | **POST** /reseller/children/{childIdentifier}/ips/associate | Associate a dedicated IP to the child
182+
*SibApiV3Sdk.ResellerApi* | [**createChildDomain**](docs/ResellerApi.md#createChildDomain) | **POST** /reseller/children/{childIdentifier}/domains | Create a domain for a child account
183183
*SibApiV3Sdk.ResellerApi* | [**createResellerChild**](docs/ResellerApi.md#createResellerChild) | **POST** /reseller/children | Creates a reseller child
184-
*SibApiV3Sdk.ResellerApi* | [**deleteChildDomain**](docs/ResellerApi.md#deleteChildDomain) | **DELETE** /reseller/children/{childAuthKey}/domains/{domainName} | Delete the sender domain of the reseller child based on the childAuthKey and domainName passed
185-
*SibApiV3Sdk.ResellerApi* | [**deleteResellerChild**](docs/ResellerApi.md#deleteResellerChild) | **DELETE** /reseller/children/{childAuthKey} | Delete a single reseller child based on the childAuthKey supplied
186-
*SibApiV3Sdk.ResellerApi* | [**dissociateIpFromChild**](docs/ResellerApi.md#dissociateIpFromChild) | **POST** /reseller/children/{childAuthKey}/ips/dissociate | Dissociate a dedicated IP to the child
187-
*SibApiV3Sdk.ResellerApi* | [**getChildAccountCreationStatus**](docs/ResellerApi.md#getChildAccountCreationStatus) | **GET** /reseller/children/{childAuthKey}/accountCreationStatus | Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the childAuthKey supplied
188-
*SibApiV3Sdk.ResellerApi* | [**getChildDomains**](docs/ResellerApi.md#getChildDomains) | **GET** /reseller/children/{childAuthKey}/domains | Get all sender domains for a specific child account
189-
*SibApiV3Sdk.ResellerApi* | [**getChildInfo**](docs/ResellerApi.md#getChildInfo) | **GET** /reseller/children/{childAuthKey} | Get a child account's details
184+
*SibApiV3Sdk.ResellerApi* | [**deleteChildDomain**](docs/ResellerApi.md#deleteChildDomain) | **DELETE** /reseller/children/{childIdentifier}/domains/{domainName} | Delete the sender domain of the reseller child based on the childIdentifier and domainName passed
185+
*SibApiV3Sdk.ResellerApi* | [**deleteResellerChild**](docs/ResellerApi.md#deleteResellerChild) | **DELETE** /reseller/children/{childIdentifier} | Delete a single reseller child based on the child identifier supplied
186+
*SibApiV3Sdk.ResellerApi* | [**dissociateIpFromChild**](docs/ResellerApi.md#dissociateIpFromChild) | **POST** /reseller/children/{childIdentifier}/ips/dissociate | Dissociate a dedicated IP to the child
187+
*SibApiV3Sdk.ResellerApi* | [**getChildAccountCreationStatus**](docs/ResellerApi.md#getChildAccountCreationStatus) | **GET** /reseller/children/{childIdentifier}/accountCreationStatus | Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the identifier supplied
188+
*SibApiV3Sdk.ResellerApi* | [**getChildDomains**](docs/ResellerApi.md#getChildDomains) | **GET** /reseller/children/{childIdentifier}/domains | Get all sender domains for a specific child account
189+
*SibApiV3Sdk.ResellerApi* | [**getChildInfo**](docs/ResellerApi.md#getChildInfo) | **GET** /reseller/children/{childIdentifier} | Get a child account's details
190190
*SibApiV3Sdk.ResellerApi* | [**getResellerChilds**](docs/ResellerApi.md#getResellerChilds) | **GET** /reseller/children | Get the list of all children accounts
191-
*SibApiV3Sdk.ResellerApi* | [**getSsoToken**](docs/ResellerApi.md#getSsoToken) | **GET** /reseller/children/{childAuthKey}/auth | Get session token to access Sendinblue (SSO)
192-
*SibApiV3Sdk.ResellerApi* | [**removeCredits**](docs/ResellerApi.md#removeCredits) | **POST** /reseller/children/{childAuthKey}/credits/remove | Remove Email and/or SMS credits from a specific child account
193-
*SibApiV3Sdk.ResellerApi* | [**updateChildAccountStatus**](docs/ResellerApi.md#updateChildAccountStatus) | **PUT** /reseller/children/{childAuthKey}/accountStatus | Update info of reseller's child account status based on the childAuthKey supplied
194-
*SibApiV3Sdk.ResellerApi* | [**updateChildDomain**](docs/ResellerApi.md#updateChildDomain) | **PUT** /reseller/children/{childAuthKey}/domains/{domainName} | Update the sender domain of reseller's child based on the childAuthKey and domainName passed
195-
*SibApiV3Sdk.ResellerApi* | [**updateResellerChild**](docs/ResellerApi.md#updateResellerChild) | **PUT** /reseller/children/{childAuthKey} | Update info of reseller's child based on the childAuthKey supplied
191+
*SibApiV3Sdk.ResellerApi* | [**getSsoToken**](docs/ResellerApi.md#getSsoToken) | **GET** /reseller/children/{childIdentifier}/auth | Get session token to access Sendinblue (SSO)
192+
*SibApiV3Sdk.ResellerApi* | [**removeCredits**](docs/ResellerApi.md#removeCredits) | **POST** /reseller/children/{childIdentifier}/credits/remove | Remove Email and/or SMS credits from a specific child account
193+
*SibApiV3Sdk.ResellerApi* | [**updateChildAccountStatus**](docs/ResellerApi.md#updateChildAccountStatus) | **PUT** /reseller/children/{childIdentifier}/accountStatus | Update info of reseller's child account status based on the childIdentifier supplied
194+
*SibApiV3Sdk.ResellerApi* | [**updateChildDomain**](docs/ResellerApi.md#updateChildDomain) | **PUT** /reseller/children/{childIdentifier}/domains/{domainName} | Update the sender domain of reseller's child based on the childIdentifier and domainName passed
195+
*SibApiV3Sdk.ResellerApi* | [**updateResellerChild**](docs/ResellerApi.md#updateResellerChild) | **PUT** /reseller/children/{childIdentifier} | Update info of reseller's child based on the child identifier supplied
196196
*SibApiV3Sdk.SMSCampaignsApi* | [**createSmsCampaign**](docs/SMSCampaignsApi.md#createSmsCampaign) | **POST** /smsCampaigns | Creates an SMS campaign
197197
*SibApiV3Sdk.SMSCampaignsApi* | [**deleteSmsCampaign**](docs/SMSCampaignsApi.md#deleteSmsCampaign) | **DELETE** /smsCampaigns/{campaignId} | Delete an SMS campaign
198198
*SibApiV3Sdk.SMSCampaignsApi* | [**getSmsCampaign**](docs/SMSCampaignsApi.md#getSmsCampaign) | **GET** /smsCampaigns/{campaignId} | Get an SMS campaign
@@ -229,7 +229,7 @@ Class | Method | HTTP request | Description
229229
*SibApiV3Sdk.TransactionalSMSApi* | [**getSmsEvents**](docs/TransactionalSMSApi.md#getSmsEvents) | **GET** /transactionalSMS/statistics/events | Get all your SMS activity (unaggregated events)
230230
*SibApiV3Sdk.TransactionalSMSApi* | [**getTransacAggregatedSmsReport**](docs/TransactionalSMSApi.md#getTransacAggregatedSmsReport) | **GET** /transactionalSMS/statistics/aggregatedReport | Get your SMS activity aggregated over a period of time
231231
*SibApiV3Sdk.TransactionalSMSApi* | [**getTransacSmsReport**](docs/TransactionalSMSApi.md#getTransacSmsReport) | **GET** /transactionalSMS/statistics/reports | Get your SMS activity aggregated per day
232-
*SibApiV3Sdk.TransactionalSMSApi* | [**sendTransacSms**](docs/TransactionalSMSApi.md#sendTransacSms) | **POST** /transactionalSMS/sms | Send the SMS campaign to a mobile number
232+
*SibApiV3Sdk.TransactionalSMSApi* | [**sendTransacSms**](docs/TransactionalSMSApi.md#sendTransacSms) | **POST** /transactionalSMS/sms | Send SMS message to a mobile number
233233
*SibApiV3Sdk.WebhooksApi* | [**createWebhook**](docs/WebhooksApi.md#createWebhook) | **POST** /webhooks | Create a webhook
234234
*SibApiV3Sdk.WebhooksApi* | [**deleteWebhook**](docs/WebhooksApi.md#deleteWebhook) | **DELETE** /webhooks/{webhookId} | Delete a webhook
235235
*SibApiV3Sdk.WebhooksApi* | [**getWebhook**](docs/WebhooksApi.md#getWebhook) | **GET** /webhooks/{webhookId} | Get a webhook details

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 api-key = defaultClient.authentications['api-key'];
23+
api-key.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+
//api-key.apiKeyPrefix = 'Token';
2626

2727
// Configure API key authorization: partner-key
28-
var partnerKey = defaultClient.authentications['partner-key'];
29-
partnerKey.apiKey = 'YOUR API KEY';
28+
var partner-key = defaultClient.authentications['partner-key'];
29+
partner-key.apiKey = '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+
//partner-key.apiKeyPrefix = '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 api-key = defaultClient.authentications['api-key'];
26+
api-key.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+
//api-key.apiKeyPrefix = 'Token';
2929

3030
// Configure API key authorization: partner-key
31-
var partnerKey = defaultClient.authentications['partner-key'];
32-
partnerKey.apiKey = 'YOUR API KEY';
31+
var partner-key = defaultClient.authentications['partner-key'];
32+
partner-key.apiKey = '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+
//partner-key.apiKeyPrefix = '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 api-key = defaultClient.authentications['api-key'];
86+
api-key.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+
//api-key.apiKeyPrefix = 'Token';
8989

9090
// Configure API key authorization: partner-key
91-
var partnerKey = defaultClient.authentications['partner-key'];
92-
partnerKey.apiKey = 'YOUR API KEY';
91+
var partner-key = defaultClient.authentications['partner-key'];
92+
partner-key.apiKey = '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+
//partner-key.apiKeyPrefix = '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 api-key = defaultClient.authentications['api-key'];
143+
api-key.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+
//api-key.apiKeyPrefix = 'Token';
146146

147147
// Configure API key authorization: partner-key
148-
var partnerKey = defaultClient.authentications['partner-key'];
149-
partnerKey.apiKey = 'YOUR API KEY';
148+
var partner-key = defaultClient.authentications['partner-key'];
149+
partner-key.apiKey = '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+
//partner-key.apiKeyPrefix = '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 api-key = defaultClient.authentications['api-key'];
191+
api-key.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+
//api-key.apiKeyPrefix = 'Token';
194194

195195
// Configure API key authorization: partner-key
196-
var partnerKey = defaultClient.authentications['partner-key'];
197-
partnerKey.apiKey = 'YOUR API KEY';
196+
var partner-key = defaultClient.authentications['partner-key'];
197+
partner-key.apiKey = '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+
//partner-key.apiKeyPrefix = 'Token';
200200

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

0 commit comments

Comments
 (0)