Socket
Socket
Sign inDemoInstall

sib-api-v3-sdk

Package Overview
Dependencies
38
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

2

docs/SendTransacSms.md

@@ -8,3 +8,3 @@ # SibApiV3Sdk.SendTransacSms

**recipient** | **String** | Mobile number to send SMS with the country code |
**content** | **String** | Content of the message. If more than 160 characters long, multiple text messages will be sent |
**content** | **String** | Content of the message. If more than 160 characters long, will be sent as multiple text messages |
**type** | **String** | Type of the SMS | [optional] [default to 'transactional']

@@ -11,0 +11,0 @@ **tag** | **String** | Tag of the message | [optional]

{
"name": "sib-api-v3-sdk",
"version": "7.0.0",
"version": "7.0.1",
"description": "Official SendinBlue provided RESTFul API V3 nodejs library",

@@ -5,0 +5,0 @@ "license": "ISC",

@@ -49,3 +49,3 @@ /**

* @param recipient {String} Mobile number to send SMS with the country code
* @param content {String} Content of the message. If more than 160 characters long, multiple text messages will be sent
* @param content {String} Content of the message. If more than 160 characters long, will be sent as multiple text messages
*/

@@ -107,3 +107,3 @@ var exports = function(sender, recipient, content) {

/**
* Content of the message. If more than 160 characters long, multiple text messages will be sent
* Content of the message. If more than 160 characters long, will be sent as multiple text messages
* @member {String} content

@@ -110,0 +110,0 @@ */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc