@getlatedev/node 0.2.327 → 0.2.329
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/sdk.gen.ts +5 -5
package/README.md
CHANGED
|
@@ -282,7 +282,7 @@ try {
|
|
|
282
282
|
### Usage
|
|
283
283
|
| Method | Description |
|
|
284
284
|
|--------|-------------|
|
|
285
|
-
| `usage.getCallsUsage()` | Calling usage
|
|
285
|
+
| `usage.getCallsUsage()` | Calling usage and cost |
|
|
286
286
|
| `usage.getSmsUsage()` | SMS usage (volumes) |
|
|
287
287
|
| `usage.getUsage()` | Get plan and usage snapshot |
|
|
288
288
|
| `usage.getUsageStats()` | Get plan and usage stats |
|
|
@@ -332,7 +332,7 @@ try {
|
|
|
332
332
|
| `connect.selectLinkedInOrganization()` | Select LinkedIn org |
|
|
333
333
|
| `connect.selectPinterestBoard()` | Select Pinterest board |
|
|
334
334
|
| `connect.selectSnapchatProfile()` | Select Snapchat profile |
|
|
335
|
-
| `connect.setRedditPostFlair()` | Set
|
|
335
|
+
| `connect.setRedditPostFlair()` | Set Reddit post flair |
|
|
336
336
|
| `connect.voteRedditThing()` | Vote on a Reddit post or comment |
|
|
337
337
|
|
|
338
338
|
### Reddit
|
|
@@ -439,7 +439,7 @@ try {
|
|
|
439
439
|
|--------|-------------|
|
|
440
440
|
| `calls.listCalls()` | List all calls (unified history) |
|
|
441
441
|
| `calls.getCall()` | Get a call (any channel) |
|
|
442
|
-
| `calls.getCallRecording()` | Get a call recording
|
|
442
|
+
| `calls.getCallRecording()` | Get a call recording |
|
|
443
443
|
|
|
444
444
|
### Comment Automations
|
|
445
445
|
| Method | Description |
|
|
@@ -506,7 +506,7 @@ try {
|
|
|
506
506
|
| `discord.deleteDiscordMessage()` | Delete a Discord channel message |
|
|
507
507
|
| `discord.deleteDiscordScheduledEvent()` | Delete a Discord scheduled event |
|
|
508
508
|
| `discord.addDiscordMemberRole()` | Assign a role to a guild member |
|
|
509
|
-
| `discord.crosspostDiscordMessage()` | Crosspost
|
|
509
|
+
| `discord.crosspostDiscordMessage()` | Crosspost Discord message |
|
|
510
510
|
| `discord.editDiscordGuildRole()` | Edit a Discord guild role |
|
|
511
511
|
| `discord.pinDiscordMessage()` | Pin a Discord message |
|
|
512
512
|
| `discord.removeDiscordMemberRole()` | Remove a role from a guild member |
|
|
@@ -658,7 +658,7 @@ try {
|
|
|
658
658
|
| `sms.disableSmsOnNumber()` | Disable SMS on a number |
|
|
659
659
|
| `sms.enableSmsOnNumber()` | Enable SMS on a number |
|
|
660
660
|
| `sms.lookupSmsNumber()` | Look up carrier + line type |
|
|
661
|
-
| `sms.reuseSmsRegistrationForNumber()` | Add
|
|
661
|
+
| `sms.reuseSmsRegistrationForNumber()` | Add number to SMS registration |
|
|
662
662
|
| `sms.sendSms()` | Send an SMS/MMS |
|
|
663
663
|
| `sms.shareSmsRegistration()` | Create a registration share link |
|
|
664
664
|
| `sms.startSmsRegistration()` | Start a carrier registration |
|
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
36
36
|
// package.json
|
|
37
37
|
var package_default = {
|
|
38
38
|
name: "@getlatedev/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.329",
|
|
40
40
|
description: "The official Node.js library for the Zernio API",
|
|
41
41
|
main: "dist/index.js",
|
|
42
42
|
module: "dist/index.mjs",
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5
5
|
// package.json
|
|
6
6
|
var package_default = {
|
|
7
7
|
name: "@getlatedev/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.329",
|
|
9
9
|
description: "The official Node.js library for the Zernio API",
|
|
10
10
|
main: "dist/index.js",
|
|
11
11
|
module: "dist/index.mjs",
|
package/package.json
CHANGED
package/src/generated/sdk.gen.ts
CHANGED
|
@@ -680,7 +680,7 @@ export const getUsageStats = <ThrowOnError extends boolean = false>(options?: Op
|
|
|
680
680
|
};
|
|
681
681
|
|
|
682
682
|
/**
|
|
683
|
-
* Calling usage
|
|
683
|
+
* Calling usage and cost
|
|
684
684
|
* Aggregated calling usage across your numbers, both channels
|
|
685
685
|
* (WhatsApp Business Calling + regular phone/PSTN): call counts,
|
|
686
686
|
* answered counts, minutes, and cost. Use it for cost visibility or to
|
|
@@ -2094,7 +2094,7 @@ export const getRedditFlairs = <ThrowOnError extends boolean = false>(options: O
|
|
|
2094
2094
|
};
|
|
2095
2095
|
|
|
2096
2096
|
/**
|
|
2097
|
-
* Set
|
|
2097
|
+
* Set Reddit post flair
|
|
2098
2098
|
* Applies a flair to a post the connected account already published. Use the GET on this
|
|
2099
2099
|
* path to list the available `flairTemplateId` values for the subreddit.
|
|
2100
2100
|
*
|
|
@@ -2328,7 +2328,7 @@ export const deleteDiscordMessage = <ThrowOnError extends boolean = false>(optio
|
|
|
2328
2328
|
};
|
|
2329
2329
|
|
|
2330
2330
|
/**
|
|
2331
|
-
* Crosspost
|
|
2331
|
+
* Crosspost Discord message
|
|
2332
2332
|
* Publishes a message from an announcement channel so it propagates to every server
|
|
2333
2333
|
* following that channel.
|
|
2334
2334
|
*
|
|
@@ -3618,7 +3618,7 @@ export const getCall = <ThrowOnError extends boolean = false>(options: OptionsLe
|
|
|
3618
3618
|
};
|
|
3619
3619
|
|
|
3620
3620
|
/**
|
|
3621
|
-
* Get a call recording
|
|
3621
|
+
* Get a call recording
|
|
3622
3622
|
* Channel-agnostic recording fetch: resolves a fresh, playable MP3 URL
|
|
3623
3623
|
* for any call regardless of channel (provider-signed URLs expire ~10
|
|
3624
3624
|
* minutes after signing, so this re-signs on demand). Default responds
|
|
@@ -4889,7 +4889,7 @@ export const disableSmsOnNumber = <ThrowOnError extends boolean = false>(options
|
|
|
4889
4889
|
};
|
|
4890
4890
|
|
|
4891
4891
|
/**
|
|
4892
|
-
* Add
|
|
4892
|
+
* Add number to SMS registration
|
|
4893
4893
|
* Attaches this number to your existing approved 10DLC campaign instead
|
|
4894
4894
|
* of running a fresh registration: the number inherits the campaign's
|
|
4895
4895
|
* approval (no new brand or campaign, no extra carrier fee). Enable SMS
|