@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 +11 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +11 -0
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.
|
|
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.
|
|
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
|
@@ -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
|
});
|