@zernio/node 0.2.173 → 0.2.174

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
@@ -10879,6 +10879,17 @@ type GetInboxConversationMessagesResponse = ({
10879
10879
  fromMe?: boolean;
10880
10880
  reactedAt?: string;
10881
10881
  }>;
10882
+ /**
10883
+ * Platform-specific extras. Free-form, but commonly includes:
10884
+ * `quotedMessageId` (platformMessageId this message replies to),
10885
+ * `waInteractive` (a compact descriptor of WhatsApp interactive
10886
+ * content sent: buttons / list / cta_url / flow), and for inbound
10887
+ * interactive taps `interactiveType` / `interactiveId`.
10888
+ *
10889
+ */
10890
+ metadata?: {
10891
+ [key: string]: unknown;
10892
+ };
10882
10893
  }>;
10883
10894
  lastUpdated?: string;
10884
10895
  });
package/dist/index.d.ts CHANGED
@@ -10879,6 +10879,17 @@ type GetInboxConversationMessagesResponse = ({
10879
10879
  fromMe?: boolean;
10880
10880
  reactedAt?: string;
10881
10881
  }>;
10882
+ /**
10883
+ * Platform-specific extras. Free-form, but commonly includes:
10884
+ * `quotedMessageId` (platformMessageId this message replies to),
10885
+ * `waInteractive` (a compact descriptor of WhatsApp interactive
10886
+ * content sent: buttons / list / cta_url / flow), and for inbound
10887
+ * interactive taps `interactiveType` / `interactiveId`.
10888
+ *
10889
+ */
10890
+ metadata?: {
10891
+ [key: string]: unknown;
10892
+ };
10882
10893
  }>;
10883
10894
  lastUpdated?: string;
10884
10895
  });
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.173",
39
+ version: "0.2.174",
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.173",
8
+ version: "0.2.174",
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.173",
3
+ "version": "0.2.174",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -10852,6 +10852,17 @@ export type GetInboxConversationMessagesResponse = ({
10852
10852
  fromMe?: boolean;
10853
10853
  reactedAt?: string;
10854
10854
  }>;
10855
+ /**
10856
+ * Platform-specific extras. Free-form, but commonly includes:
10857
+ * `quotedMessageId` (platformMessageId this message replies to),
10858
+ * `waInteractive` (a compact descriptor of WhatsApp interactive
10859
+ * content sent: buttons / list / cta_url / flow), and for inbound
10860
+ * interactive taps `interactiveType` / `interactiveId`.
10861
+ *
10862
+ */
10863
+ metadata?: {
10864
+ [key: string]: unknown;
10865
+ };
10855
10866
  }>;
10856
10867
  lastUpdated?: string;
10857
10868
  });