@zernio/node 0.2.597 → 0.2.598
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
|
@@ -3977,7 +3977,7 @@ type type4 = 'invalid_request_error' | 'authentication_error' | 'permission_erro
|
|
|
3977
3977
|
type ExternalPostMediaItem = {
|
|
3978
3978
|
type: 'image' | 'video';
|
|
3979
3979
|
/**
|
|
3980
|
-
* 'Direct URL to the media file. Null when the platform withholds it: check mediaStatus before downloading. Instagram omits the video file for Reels it flags as containing copyrighted material (its docs name audio as the usual cause), so type stays "video" while the file is permanently unreachable.'
|
|
3980
|
+
* 'Direct URL to the media file. Null when the platform withholds it: check mediaStatus before downloading. Instagram omits the video file for Reels it flags as containing copyrighted material (its docs name audio as the usual cause), so type stays "video" while the file is permanently unreachable. For LinkedIn videos where the platform returns no file, url falls back to the cover image and the item carries mediaStatus: unavailable.'
|
|
3981
3981
|
*/
|
|
3982
3982
|
url: (string) | null;
|
|
3983
3983
|
/**
|
|
@@ -3985,7 +3985,7 @@ type ExternalPostMediaItem = {
|
|
|
3985
3985
|
*/
|
|
3986
3986
|
thumbnail?: string;
|
|
3987
3987
|
/**
|
|
3988
|
-
* Present only when the media file could not be retrieved. Absent means the file is available at url.
|
|
3988
|
+
* 'Present only when the media file could not be retrieved (url is null or, for LinkedIn videos, a cover image standing in for the file). Absent means the file is available at url.'
|
|
3989
3989
|
*/
|
|
3990
3990
|
mediaStatus?: 'unavailable';
|
|
3991
3991
|
/**
|
|
@@ -3995,7 +3995,7 @@ type ExternalPostMediaItem = {
|
|
|
3995
3995
|
};
|
|
3996
3996
|
type type5 = 'image' | 'video';
|
|
3997
3997
|
/**
|
|
3998
|
-
* Present only when the media file could not be retrieved. Absent means the file is available at url.
|
|
3998
|
+
* 'Present only when the media file could not be retrieved (url is null or, for LinkedIn videos, a cover image standing in for the file). Absent means the file is available at url.'
|
|
3999
3999
|
*/
|
|
4000
4000
|
type mediaStatus = 'unavailable';
|
|
4001
4001
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -3977,7 +3977,7 @@ type type4 = 'invalid_request_error' | 'authentication_error' | 'permission_erro
|
|
|
3977
3977
|
type ExternalPostMediaItem = {
|
|
3978
3978
|
type: 'image' | 'video';
|
|
3979
3979
|
/**
|
|
3980
|
-
* 'Direct URL to the media file. Null when the platform withholds it: check mediaStatus before downloading. Instagram omits the video file for Reels it flags as containing copyrighted material (its docs name audio as the usual cause), so type stays "video" while the file is permanently unreachable.'
|
|
3980
|
+
* 'Direct URL to the media file. Null when the platform withholds it: check mediaStatus before downloading. Instagram omits the video file for Reels it flags as containing copyrighted material (its docs name audio as the usual cause), so type stays "video" while the file is permanently unreachable. For LinkedIn videos where the platform returns no file, url falls back to the cover image and the item carries mediaStatus: unavailable.'
|
|
3981
3981
|
*/
|
|
3982
3982
|
url: (string) | null;
|
|
3983
3983
|
/**
|
|
@@ -3985,7 +3985,7 @@ type ExternalPostMediaItem = {
|
|
|
3985
3985
|
*/
|
|
3986
3986
|
thumbnail?: string;
|
|
3987
3987
|
/**
|
|
3988
|
-
* Present only when the media file could not be retrieved. Absent means the file is available at url.
|
|
3988
|
+
* 'Present only when the media file could not be retrieved (url is null or, for LinkedIn videos, a cover image standing in for the file). Absent means the file is available at url.'
|
|
3989
3989
|
*/
|
|
3990
3990
|
mediaStatus?: 'unavailable';
|
|
3991
3991
|
/**
|
|
@@ -3995,7 +3995,7 @@ type ExternalPostMediaItem = {
|
|
|
3995
3995
|
};
|
|
3996
3996
|
type type5 = 'image' | 'video';
|
|
3997
3997
|
/**
|
|
3998
|
-
* Present only when the media file could not be retrieved. Absent means the file is available at url.
|
|
3998
|
+
* 'Present only when the media file could not be retrieved (url is null or, for LinkedIn videos, a cover image standing in for the file). Absent means the file is available at url.'
|
|
3999
3999
|
*/
|
|
4000
4000
|
type mediaStatus = 'unavailable';
|
|
4001
4001
|
/**
|
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.598",
|
|
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.598",
|
|
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
|
@@ -2772,7 +2772,7 @@ export type type4 = 'invalid_request_error' | 'authentication_error' | 'permissi
|
|
|
2772
2772
|
export type ExternalPostMediaItem = {
|
|
2773
2773
|
type: 'image' | 'video';
|
|
2774
2774
|
/**
|
|
2775
|
-
* 'Direct URL to the media file. Null when the platform withholds it: check mediaStatus before downloading. Instagram omits the video file for Reels it flags as containing copyrighted material (its docs name audio as the usual cause), so type stays "video" while the file is permanently unreachable.'
|
|
2775
|
+
* 'Direct URL to the media file. Null when the platform withholds it: check mediaStatus before downloading. Instagram omits the video file for Reels it flags as containing copyrighted material (its docs name audio as the usual cause), so type stays "video" while the file is permanently unreachable. For LinkedIn videos where the platform returns no file, url falls back to the cover image and the item carries mediaStatus: unavailable.'
|
|
2776
2776
|
*/
|
|
2777
2777
|
url: (string) | null;
|
|
2778
2778
|
/**
|
|
@@ -2780,7 +2780,7 @@ export type ExternalPostMediaItem = {
|
|
|
2780
2780
|
*/
|
|
2781
2781
|
thumbnail?: string;
|
|
2782
2782
|
/**
|
|
2783
|
-
* Present only when the media file could not be retrieved. Absent means the file is available at url.
|
|
2783
|
+
* 'Present only when the media file could not be retrieved (url is null or, for LinkedIn videos, a cover image standing in for the file). Absent means the file is available at url.'
|
|
2784
2784
|
*/
|
|
2785
2785
|
mediaStatus?: 'unavailable';
|
|
2786
2786
|
/**
|
|
@@ -2792,7 +2792,7 @@ export type ExternalPostMediaItem = {
|
|
|
2792
2792
|
export type type5 = 'image' | 'video';
|
|
2793
2793
|
|
|
2794
2794
|
/**
|
|
2795
|
-
* Present only when the media file could not be retrieved. Absent means the file is available at url.
|
|
2795
|
+
* 'Present only when the media file could not be retrieved (url is null or, for LinkedIn videos, a cover image standing in for the file). Absent means the file is available at url.'
|
|
2796
2796
|
*/
|
|
2797
2797
|
export type mediaStatus = 'unavailable';
|
|
2798
2798
|
|