@zernio/node 0.2.832 → 0.2.833

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
@@ -6420,7 +6420,7 @@ type InboxWebhookMessage = {
6420
6420
  text: (string) | null;
6421
6421
  attachments: Array<{
6422
6422
  /**
6423
- * Attachment type (image, video, file, sticker, audio)
6423
+ * Attachment type (image, video, file, sticker, audio, share)
6424
6424
  */
6425
6425
  type: string;
6426
6426
  /**
@@ -11338,7 +11338,7 @@ type WebhookPayloadMessage = {
11338
11338
  */
11339
11339
  noRenderableContent?: boolean;
11340
11340
  /**
11341
- * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image and video, an attachment.
11341
+ * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image, video, share_post, sticker and emoji, an attachment (share_post as type share with the embed url and payload.videoId; sticker/emoji as type sticker, url signed and expiring).
11342
11342
  */
11343
11343
  tiktokMessageType?: string;
11344
11344
  } | null;
@@ -11687,7 +11687,7 @@ type WebhookPayloadMessageSent = {
11687
11687
  */
11688
11688
  threadTs?: string;
11689
11689
  /**
11690
- * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image and video, an attachment. Absent on image sends made through the Zernio API, which carry the image in attachments.
11690
+ * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image, video, share_post, sticker and emoji, an attachment (share_post as type share with the embed url and payload.videoId; sticker/emoji as type sticker, url signed and expiring). Absent on image sends made through the Zernio API, which carry the image in attachments.
11691
11691
  */
11692
11692
  tiktokMessageType?: string;
11693
11693
  };
package/dist/index.d.ts CHANGED
@@ -6420,7 +6420,7 @@ type InboxWebhookMessage = {
6420
6420
  text: (string) | null;
6421
6421
  attachments: Array<{
6422
6422
  /**
6423
- * Attachment type (image, video, file, sticker, audio)
6423
+ * Attachment type (image, video, file, sticker, audio, share)
6424
6424
  */
6425
6425
  type: string;
6426
6426
  /**
@@ -11338,7 +11338,7 @@ type WebhookPayloadMessage = {
11338
11338
  */
11339
11339
  noRenderableContent?: boolean;
11340
11340
  /**
11341
- * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image and video, an attachment.
11341
+ * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image, video, share_post, sticker and emoji, an attachment (share_post as type share with the embed url and payload.videoId; sticker/emoji as type sticker, url signed and expiring).
11342
11342
  */
11343
11343
  tiktokMessageType?: string;
11344
11344
  } | null;
@@ -11687,7 +11687,7 @@ type WebhookPayloadMessageSent = {
11687
11687
  */
11688
11688
  threadTs?: string;
11689
11689
  /**
11690
- * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image and video, an attachment. Absent on image sends made through the Zernio API, which carry the image in attachments.
11690
+ * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image, video, share_post, sticker and emoji, an attachment (share_post as type share with the embed url and payload.videoId; sticker/emoji as type sticker, url signed and expiring). Absent on image sends made through the Zernio API, which carry the image in attachments.
11691
11691
  */
11692
11692
  tiktokMessageType?: string;
11693
11693
  };
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: "@zernio/node",
39
- version: "0.2.832",
39
+ version: "0.2.833",
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: "@zernio/node",
8
- version: "0.2.832",
8
+ version: "0.2.833",
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": "@zernio/node",
3
- "version": "0.2.832",
3
+ "version": "0.2.833",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -4955,7 +4955,7 @@ export type InboxWebhookMessage = {
4955
4955
  text: (string) | null;
4956
4956
  attachments: Array<{
4957
4957
  /**
4958
- * Attachment type (image, video, file, sticker, audio)
4958
+ * Attachment type (image, video, file, sticker, audio, share)
4959
4959
  */
4960
4960
  type: string;
4961
4961
  /**
@@ -10066,7 +10066,7 @@ export type WebhookPayloadMessage = {
10066
10066
  */
10067
10067
  noRenderableContent?: boolean;
10068
10068
  /**
10069
- * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image and video, an attachment.
10069
+ * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image, video, share_post, sticker and emoji, an attachment (share_post as type share with the embed url and payload.videoId; sticker/emoji as type sticker, url signed and expiring).
10070
10070
  */
10071
10071
  tiktokMessageType?: string;
10072
10072
  } | null;
@@ -10426,7 +10426,7 @@ export type WebhookPayloadMessageSent = {
10426
10426
  */
10427
10427
  threadTs?: string;
10428
10428
  /**
10429
- * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image and video, an attachment. Absent on image sends made through the Zernio API, which carry the image in attachments.
10429
+ * TikTok only. The message type as TikTok reports it, forwarded verbatim (for example image, video, sticker, share_post, emoji, reaction, template). Present on every TikTok DM that is not plain text; those arrive with text empty and, for image, video, share_post, sticker and emoji, an attachment (share_post as type share with the embed url and payload.videoId; sticker/emoji as type sticker, url signed and expiring). Absent on image sends made through the Zernio API, which carry the image in attachments.
10430
10430
  */
10431
10431
  tiktokMessageType?: string;
10432
10432
  };