@sendly/node
Advanced tools
+1
-1
| { | ||
| "name": "@sendly/node", | ||
| "version": "3.19.0", | ||
| "version": "3.19.1", | ||
| "description": "Official Sendly Node.js SDK for SMS messaging", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
+3
-3
@@ -624,3 +624,3 @@ <p align="center"> | ||
| creditAmount: 5000, | ||
| creditSourceWorkspaceId: 'ws_pool', | ||
| creditSourceWorkspaceId: 'SOURCE_WORKSPACE_ID', | ||
| keyName: 'Production', | ||
@@ -632,3 +632,3 @@ keyType: 'live', | ||
| console.log(result.workspace.id); | ||
| console.log(result.apiKey?.rawKey); // shown once | ||
| console.log(result.key?.key); // shown once | ||
| console.log(result.optInPage?.url); // hosted opt-in page | ||
@@ -703,3 +703,3 @@ ``` | ||
| }); | ||
| console.log(key.rawKey); // shown once | ||
| console.log(key.key); // shown once | ||
@@ -706,0 +706,0 @@ // Revoke a key |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
456261
0.01%11580
0.01%