@getlatedev/node 0.1.34 → 0.1.35

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/dist/index.d.mts CHANGED
@@ -6064,10 +6064,6 @@ type ReplyToInboxPostData = {
6064
6064
  * Reply to specific comment (optional)
6065
6065
  */
6066
6066
  commentId?: string;
6067
- /**
6068
- * (Reddit only) Subreddit name for replies
6069
- */
6070
- subreddit?: string;
6071
6067
  /**
6072
6068
  * (Bluesky only) Parent content identifier
6073
6069
  */
package/dist/index.d.ts CHANGED
@@ -6064,10 +6064,6 @@ type ReplyToInboxPostData = {
6064
6064
  * Reply to specific comment (optional)
6065
6065
  */
6066
6066
  commentId?: string;
6067
- /**
6068
- * (Reddit only) Subreddit name for replies
6069
- */
6070
- subreddit?: string;
6071
6067
  /**
6072
6068
  * (Bluesky only) Parent content identifier
6073
6069
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlatedev/node",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "description": "The official Node.js library for the Late API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -6159,10 +6159,6 @@ export type ReplyToInboxPostData = {
6159
6159
  * Reply to specific comment (optional)
6160
6160
  */
6161
6161
  commentId?: string;
6162
- /**
6163
- * (Reddit only) Subreddit name for replies
6164
- */
6165
- subreddit?: string;
6166
6162
  /**
6167
6163
  * (Bluesky only) Parent content identifier
6168
6164
  */