Skip to content

Commit 3773293

Browse files
SupportSupport
authored andcommitted
New node.js SDK Generated
1 parent 06d0158 commit 3773293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12386,7 +12386,7 @@ export class SMSApi {
1238612386
});
1238712387
}
1238812388
/**
12389-
* # Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://dashboard.clicksend.com/#/signup/step1/) for the possible response message status strings.*
12389+
* # Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://developers.clicksend.com/docs/#application-status-codes) for the possible response message status strings.*
1239012390
* @summary Send sms message(s)
1239112391
* @param smsMessages SmsMessageCollection model
1239212392
* @param {*} [options] Override http request options.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ClickSend/clicksend-nodejs",
3-
"version": "5.0.78",
3+
"version": "5.0.81",
44
"description": "This is the official [ClickSend](https://clicksend.com) SDK. Documentation can be found [here](https://developers.clicksend.com/docs/rest/v3/?nodejs#introduction).",
55
"main": "api.js",
66
"scripts": {

0 commit comments

Comments
 (0)