@zernio/node 0.2.507 → 0.2.508
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +4 -0
package/dist/index.d.mts
CHANGED
|
@@ -4825,6 +4825,10 @@ type PlatformTarget = {
|
|
|
4825
4825
|
* Timestamp when the post was published to this platform
|
|
4826
4826
|
*/
|
|
4827
4827
|
publishedAt?: string;
|
|
4828
|
+
/**
|
|
4829
|
+
* Set when a post that was successfully published later disappears from the platform (deleted on-platform or taken down by the platform). status stays "published" (it reflects the publish outcome); poll this field to detect post-publish removals. Absent while the post is live, and cleared if the post reappears. Detection runs with the analytics sync, so expect up to a few hours of lag.
|
|
4830
|
+
*/
|
|
4831
|
+
removedFromPlatformAt?: (string) | null;
|
|
4828
4832
|
/**
|
|
4829
4833
|
* Present and true only when this Instagram reel was launched as a Trial through Zernio (created with platformSpecificData.trialParams). Use it to segment trial reels in analytics. Note: Instagram's Graph API exposes no readable trial field, so this reflects creation-time intent only. It indicates the reel STARTED as a trial, not whether or when it graduated.
|
|
4830
4834
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -4825,6 +4825,10 @@ type PlatformTarget = {
|
|
|
4825
4825
|
* Timestamp when the post was published to this platform
|
|
4826
4826
|
*/
|
|
4827
4827
|
publishedAt?: string;
|
|
4828
|
+
/**
|
|
4829
|
+
* Set when a post that was successfully published later disappears from the platform (deleted on-platform or taken down by the platform). status stays "published" (it reflects the publish outcome); poll this field to detect post-publish removals. Absent while the post is live, and cleared if the post reappears. Detection runs with the analytics sync, so expect up to a few hours of lag.
|
|
4830
|
+
*/
|
|
4831
|
+
removedFromPlatformAt?: (string) | null;
|
|
4828
4832
|
/**
|
|
4829
4833
|
* Present and true only when this Instagram reel was launched as a Trial through Zernio (created with platformSpecificData.trialParams). Use it to segment trial reels in analytics. Note: Instagram's Graph API exposes no readable trial field, so this reflects creation-time intent only. It indicates the reel STARTED as a trial, not whether or when it graduated.
|
|
4830
4834
|
*/
|
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.508",
|
|
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.508",
|
|
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
|
@@ -3739,6 +3739,10 @@ export type PlatformTarget = {
|
|
|
3739
3739
|
* Timestamp when the post was published to this platform
|
|
3740
3740
|
*/
|
|
3741
3741
|
publishedAt?: string;
|
|
3742
|
+
/**
|
|
3743
|
+
* Set when a post that was successfully published later disappears from the platform (deleted on-platform or taken down by the platform). status stays "published" (it reflects the publish outcome); poll this field to detect post-publish removals. Absent while the post is live, and cleared if the post reappears. Detection runs with the analytics sync, so expect up to a few hours of lag.
|
|
3744
|
+
*/
|
|
3745
|
+
removedFromPlatformAt?: (string) | null;
|
|
3742
3746
|
/**
|
|
3743
3747
|
* Present and true only when this Instagram reel was launched as a Trial through Zernio (created with platformSpecificData.trialParams). Use it to segment trial reels in analytics. Note: Instagram's Graph API exposes no readable trial field, so this reflects creation-time intent only. It indicates the reel STARTED as a trial, not whether or when it graduated.
|
|
3744
3748
|
*/
|