@zernio/node 0.2.773 → 0.2.774
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 +22 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +22 -0
package/dist/index.d.mts
CHANGED
|
@@ -31711,6 +31711,17 @@ type GetCommentAutomationResponse = ({
|
|
|
31711
31711
|
* DM error message if status is failed
|
|
31712
31712
|
*/
|
|
31713
31713
|
error?: string;
|
|
31714
|
+
/**
|
|
31715
|
+
* Platform error codes of the failed DM (Meta `code` and `error_subcode`), when the platform sent them. Absent on successful rows and on rows written before this field existed.
|
|
31716
|
+
*/
|
|
31717
|
+
platformError?: {
|
|
31718
|
+
code?: number;
|
|
31719
|
+
subcode?: number;
|
|
31720
|
+
};
|
|
31721
|
+
/**
|
|
31722
|
+
* True when the failed send spent the comment's single Instagram private reply (subcode 1545133 or 2534023), the same rule as `details.privateReplyConsumed` on the private-reply endpoint. Absent on direct DMs, on Facebook, and on rows written before this field existed.
|
|
31723
|
+
*/
|
|
31724
|
+
privateReplyConsumed?: boolean;
|
|
31714
31725
|
/**
|
|
31715
31726
|
* Outcome of the optional public reply on the triggering comment. 'skipped' if no commentReply was configured or if the DM failed (the public reply is not attempted in that case).
|
|
31716
31727
|
*/
|
|
@@ -31892,6 +31903,17 @@ type ListCommentAutomationLogsResponse = ({
|
|
|
31892
31903
|
* DM error message if status is failed
|
|
31893
31904
|
*/
|
|
31894
31905
|
error?: string;
|
|
31906
|
+
/**
|
|
31907
|
+
* Platform error codes of the failed DM (Meta `code` and `error_subcode`), when the platform sent them. Absent on successful rows and on rows written before this field existed.
|
|
31908
|
+
*/
|
|
31909
|
+
platformError?: {
|
|
31910
|
+
code?: number;
|
|
31911
|
+
subcode?: number;
|
|
31912
|
+
};
|
|
31913
|
+
/**
|
|
31914
|
+
* True when the failed send spent the comment's single Instagram private reply (subcode 1545133 or 2534023), the same rule as `details.privateReplyConsumed` on the private-reply endpoint. Absent on direct DMs, on Facebook, and on rows written before this field existed.
|
|
31915
|
+
*/
|
|
31916
|
+
privateReplyConsumed?: boolean;
|
|
31895
31917
|
/**
|
|
31896
31918
|
* Outcome of the optional public reply on the triggering comment. 'skipped' if no commentReply was configured or if the DM failed (the public reply is not attempted in that case).
|
|
31897
31919
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -31711,6 +31711,17 @@ type GetCommentAutomationResponse = ({
|
|
|
31711
31711
|
* DM error message if status is failed
|
|
31712
31712
|
*/
|
|
31713
31713
|
error?: string;
|
|
31714
|
+
/**
|
|
31715
|
+
* Platform error codes of the failed DM (Meta `code` and `error_subcode`), when the platform sent them. Absent on successful rows and on rows written before this field existed.
|
|
31716
|
+
*/
|
|
31717
|
+
platformError?: {
|
|
31718
|
+
code?: number;
|
|
31719
|
+
subcode?: number;
|
|
31720
|
+
};
|
|
31721
|
+
/**
|
|
31722
|
+
* True when the failed send spent the comment's single Instagram private reply (subcode 1545133 or 2534023), the same rule as `details.privateReplyConsumed` on the private-reply endpoint. Absent on direct DMs, on Facebook, and on rows written before this field existed.
|
|
31723
|
+
*/
|
|
31724
|
+
privateReplyConsumed?: boolean;
|
|
31714
31725
|
/**
|
|
31715
31726
|
* Outcome of the optional public reply on the triggering comment. 'skipped' if no commentReply was configured or if the DM failed (the public reply is not attempted in that case).
|
|
31716
31727
|
*/
|
|
@@ -31892,6 +31903,17 @@ type ListCommentAutomationLogsResponse = ({
|
|
|
31892
31903
|
* DM error message if status is failed
|
|
31893
31904
|
*/
|
|
31894
31905
|
error?: string;
|
|
31906
|
+
/**
|
|
31907
|
+
* Platform error codes of the failed DM (Meta `code` and `error_subcode`), when the platform sent them. Absent on successful rows and on rows written before this field existed.
|
|
31908
|
+
*/
|
|
31909
|
+
platformError?: {
|
|
31910
|
+
code?: number;
|
|
31911
|
+
subcode?: number;
|
|
31912
|
+
};
|
|
31913
|
+
/**
|
|
31914
|
+
* True when the failed send spent the comment's single Instagram private reply (subcode 1545133 or 2534023), the same rule as `details.privateReplyConsumed` on the private-reply endpoint. Absent on direct DMs, on Facebook, and on rows written before this field existed.
|
|
31915
|
+
*/
|
|
31916
|
+
privateReplyConsumed?: boolean;
|
|
31895
31917
|
/**
|
|
31896
31918
|
* Outcome of the optional public reply on the triggering comment. 'skipped' if no commentReply was configured or if the DM failed (the public reply is not attempted in that case).
|
|
31897
31919
|
*/
|
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.774",
|
|
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.774",
|
|
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
|
@@ -31974,6 +31974,17 @@ export type GetCommentAutomationResponse = ({
|
|
|
31974
31974
|
* DM error message if status is failed
|
|
31975
31975
|
*/
|
|
31976
31976
|
error?: string;
|
|
31977
|
+
/**
|
|
31978
|
+
* Platform error codes of the failed DM (Meta `code` and `error_subcode`), when the platform sent them. Absent on successful rows and on rows written before this field existed.
|
|
31979
|
+
*/
|
|
31980
|
+
platformError?: {
|
|
31981
|
+
code?: number;
|
|
31982
|
+
subcode?: number;
|
|
31983
|
+
};
|
|
31984
|
+
/**
|
|
31985
|
+
* True when the failed send spent the comment's single Instagram private reply (subcode 1545133 or 2534023), the same rule as `details.privateReplyConsumed` on the private-reply endpoint. Absent on direct DMs, on Facebook, and on rows written before this field existed.
|
|
31986
|
+
*/
|
|
31987
|
+
privateReplyConsumed?: boolean;
|
|
31977
31988
|
/**
|
|
31978
31989
|
* Outcome of the optional public reply on the triggering comment. 'skipped' if no commentReply was configured or if the DM failed (the public reply is not attempted in that case).
|
|
31979
31990
|
*/
|
|
@@ -32164,6 +32175,17 @@ export type ListCommentAutomationLogsResponse = ({
|
|
|
32164
32175
|
* DM error message if status is failed
|
|
32165
32176
|
*/
|
|
32166
32177
|
error?: string;
|
|
32178
|
+
/**
|
|
32179
|
+
* Platform error codes of the failed DM (Meta `code` and `error_subcode`), when the platform sent them. Absent on successful rows and on rows written before this field existed.
|
|
32180
|
+
*/
|
|
32181
|
+
platformError?: {
|
|
32182
|
+
code?: number;
|
|
32183
|
+
subcode?: number;
|
|
32184
|
+
};
|
|
32185
|
+
/**
|
|
32186
|
+
* True when the failed send spent the comment's single Instagram private reply (subcode 1545133 or 2534023), the same rule as `details.privateReplyConsumed` on the private-reply endpoint. Absent on direct DMs, on Facebook, and on rows written before this field existed.
|
|
32187
|
+
*/
|
|
32188
|
+
privateReplyConsumed?: boolean;
|
|
32167
32189
|
/**
|
|
32168
32190
|
* Outcome of the optional public reply on the triggering comment. 'skipped' if no commentReply was configured or if the DM failed (the public reply is not attempted in that case).
|
|
32169
32191
|
*/
|