@zernio/node 0.2.468 → 0.2.469
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -17100,7 +17100,7 @@ type GetInboxPostCommentsResponse = ({
|
|
|
17100
17100
|
});
|
|
17101
17101
|
type GetInboxPostCommentsError = (unknown | {
|
|
17102
17102
|
error?: string;
|
|
17103
|
-
});
|
|
17103
|
+
} | ErrorResponse);
|
|
17104
17104
|
type ReplyToInboxPostData = {
|
|
17105
17105
|
body: {
|
|
17106
17106
|
accountId: string;
|
|
@@ -17146,7 +17146,7 @@ type ReplyToInboxPostResponse = ({
|
|
|
17146
17146
|
});
|
|
17147
17147
|
type ReplyToInboxPostError = (unknown | {
|
|
17148
17148
|
error?: string;
|
|
17149
|
-
});
|
|
17149
|
+
} | ErrorResponse);
|
|
17150
17150
|
type DeleteInboxCommentData = {
|
|
17151
17151
|
path: {
|
|
17152
17152
|
/**
|
|
@@ -17167,7 +17167,7 @@ type DeleteInboxCommentResponse = ({
|
|
|
17167
17167
|
});
|
|
17168
17168
|
type DeleteInboxCommentError = ({
|
|
17169
17169
|
error?: string;
|
|
17170
|
-
} | unknown);
|
|
17170
|
+
} | unknown | ErrorResponse);
|
|
17171
17171
|
type EditInboxCommentData = {
|
|
17172
17172
|
body: {
|
|
17173
17173
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -17100,7 +17100,7 @@ type GetInboxPostCommentsResponse = ({
|
|
|
17100
17100
|
});
|
|
17101
17101
|
type GetInboxPostCommentsError = (unknown | {
|
|
17102
17102
|
error?: string;
|
|
17103
|
-
});
|
|
17103
|
+
} | ErrorResponse);
|
|
17104
17104
|
type ReplyToInboxPostData = {
|
|
17105
17105
|
body: {
|
|
17106
17106
|
accountId: string;
|
|
@@ -17146,7 +17146,7 @@ type ReplyToInboxPostResponse = ({
|
|
|
17146
17146
|
});
|
|
17147
17147
|
type ReplyToInboxPostError = (unknown | {
|
|
17148
17148
|
error?: string;
|
|
17149
|
-
});
|
|
17149
|
+
} | ErrorResponse);
|
|
17150
17150
|
type DeleteInboxCommentData = {
|
|
17151
17151
|
path: {
|
|
17152
17152
|
/**
|
|
@@ -17167,7 +17167,7 @@ type DeleteInboxCommentResponse = ({
|
|
|
17167
17167
|
});
|
|
17168
17168
|
type DeleteInboxCommentError = ({
|
|
17169
17169
|
error?: string;
|
|
17170
|
-
} | unknown);
|
|
17170
|
+
} | unknown | ErrorResponse);
|
|
17171
17171
|
type EditInboxCommentData = {
|
|
17172
17172
|
body: {
|
|
17173
17173
|
/**
|
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.469",
|
|
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.469",
|
|
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
|
@@ -16833,7 +16833,7 @@ export type GetInboxPostCommentsResponse = ({
|
|
|
16833
16833
|
|
|
16834
16834
|
export type GetInboxPostCommentsError = (unknown | {
|
|
16835
16835
|
error?: string;
|
|
16836
|
-
});
|
|
16836
|
+
} | ErrorResponse);
|
|
16837
16837
|
|
|
16838
16838
|
export type ReplyToInboxPostData = {
|
|
16839
16839
|
body: {
|
|
@@ -16882,7 +16882,7 @@ export type ReplyToInboxPostResponse = ({
|
|
|
16882
16882
|
|
|
16883
16883
|
export type ReplyToInboxPostError = (unknown | {
|
|
16884
16884
|
error?: string;
|
|
16885
|
-
});
|
|
16885
|
+
} | ErrorResponse);
|
|
16886
16886
|
|
|
16887
16887
|
export type DeleteInboxCommentData = {
|
|
16888
16888
|
path: {
|
|
@@ -16906,7 +16906,7 @@ export type DeleteInboxCommentResponse = ({
|
|
|
16906
16906
|
|
|
16907
16907
|
export type DeleteInboxCommentError = ({
|
|
16908
16908
|
error?: string;
|
|
16909
|
-
} | unknown);
|
|
16909
|
+
} | unknown | ErrorResponse);
|
|
16910
16910
|
|
|
16911
16911
|
export type EditInboxCommentData = {
|
|
16912
16912
|
body: {
|