@getlatedev/node 0.2.327 → 0.2.328

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 CHANGED
@@ -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 flair on a published Reddit post |
335
+ | `connect.setRedditPostFlair()` | Set Reddit post flair |
336
336
  | `connect.voteRedditThing()` | Vote on a Reddit post or comment |
337
337
 
338
338
  ### Reddit
@@ -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 a Discord announcement message |
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 |
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.327",
39
+ version: "0.2.328",
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.327",
8
+ version: "0.2.328",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlatedev/node",
3
- "version": "0.2.327",
3
+ "version": "0.2.328",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2094,7 +2094,7 @@ export const getRedditFlairs = <ThrowOnError extends boolean = false>(options: O
2094
2094
  };
2095
2095
 
2096
2096
  /**
2097
- * Set flair on a published Reddit post
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 a Discord announcement message
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
  *