@getlatedev/node 0.2.594 → 0.2.596
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 +8 -5
- package/dist/index.d.ts +8 -5
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +8 -5
package/dist/index.d.mts
CHANGED
|
@@ -9714,7 +9714,7 @@ type YouTubeVideoRetentionResponse = {
|
|
|
9714
9714
|
*/
|
|
9715
9715
|
provisionalSince?: string;
|
|
9716
9716
|
/**
|
|
9717
|
-
* Up to 100 points covering the video timeline, aggregated over the date range.
|
|
9717
|
+
* Up to 100 points covering the video timeline, aggregated over the date range. Can be empty when YouTube has no retention data for the video in the given range.
|
|
9718
9718
|
*/
|
|
9719
9719
|
retentionCurve?: Array<{
|
|
9720
9720
|
/**
|
|
@@ -9730,11 +9730,11 @@ type YouTubeVideoRetentionResponse = {
|
|
|
9730
9730
|
*/
|
|
9731
9731
|
relativeRetentionPerformance?: number;
|
|
9732
9732
|
/**
|
|
9733
|
-
* Viewers who started watching in this segment
|
|
9733
|
+
* Viewers who started watching in this segment. 0 when YouTube has no segment-level data for the video.
|
|
9734
9734
|
*/
|
|
9735
9735
|
startedWatching?: number;
|
|
9736
9736
|
/**
|
|
9737
|
-
* Viewers who stopped watching in this segment
|
|
9737
|
+
* Viewers who stopped watching in this segment. 0 when YouTube has no segment-level data for the video.
|
|
9738
9738
|
*/
|
|
9739
9739
|
stoppedWatching?: number;
|
|
9740
9740
|
/**
|
|
@@ -31125,7 +31125,7 @@ type ListLeadsResponse = ({
|
|
|
31125
31125
|
*/
|
|
31126
31126
|
id?: string;
|
|
31127
31127
|
/**
|
|
31128
|
-
* Meta lead id.
|
|
31128
|
+
* Meta lead id. On LinkedIn, the leadFormResponse id.
|
|
31129
31129
|
*/
|
|
31130
31130
|
leadgenId?: string;
|
|
31131
31131
|
formId?: string;
|
|
@@ -31133,6 +31133,9 @@ type ListLeadsResponse = ({
|
|
|
31133
31133
|
accountId?: string;
|
|
31134
31134
|
adId?: (string) | null;
|
|
31135
31135
|
adsetId?: (string) | null;
|
|
31136
|
+
/**
|
|
31137
|
+
* On LinkedIn, this is the LinkedIn Campaign id, which corresponds to platformAdSetId on GET /v1/ads (LinkedIn's Campaign Group is Zernio's campaign).
|
|
31138
|
+
*/
|
|
31136
31139
|
campaignId?: (string) | null;
|
|
31137
31140
|
isOrganic?: boolean;
|
|
31138
31141
|
/**
|
|
@@ -31140,7 +31143,7 @@ type ListLeadsResponse = ({
|
|
|
31140
31143
|
*/
|
|
31141
31144
|
createdTime?: (string) | null;
|
|
31142
31145
|
/**
|
|
31143
|
-
* Question key → answer.
|
|
31146
|
+
* Question key → answer. On LinkedIn, the key is the lowercased predefinedField, else the question name, else the numeric questionId; multiple-choice values are option labels (unlike Meta, which returns the option key).
|
|
31144
31147
|
*/
|
|
31145
31148
|
fields?: {
|
|
31146
31149
|
[key: string]: (string);
|
package/dist/index.d.ts
CHANGED
|
@@ -9714,7 +9714,7 @@ type YouTubeVideoRetentionResponse = {
|
|
|
9714
9714
|
*/
|
|
9715
9715
|
provisionalSince?: string;
|
|
9716
9716
|
/**
|
|
9717
|
-
* Up to 100 points covering the video timeline, aggregated over the date range.
|
|
9717
|
+
* Up to 100 points covering the video timeline, aggregated over the date range. Can be empty when YouTube has no retention data for the video in the given range.
|
|
9718
9718
|
*/
|
|
9719
9719
|
retentionCurve?: Array<{
|
|
9720
9720
|
/**
|
|
@@ -9730,11 +9730,11 @@ type YouTubeVideoRetentionResponse = {
|
|
|
9730
9730
|
*/
|
|
9731
9731
|
relativeRetentionPerformance?: number;
|
|
9732
9732
|
/**
|
|
9733
|
-
* Viewers who started watching in this segment
|
|
9733
|
+
* Viewers who started watching in this segment. 0 when YouTube has no segment-level data for the video.
|
|
9734
9734
|
*/
|
|
9735
9735
|
startedWatching?: number;
|
|
9736
9736
|
/**
|
|
9737
|
-
* Viewers who stopped watching in this segment
|
|
9737
|
+
* Viewers who stopped watching in this segment. 0 when YouTube has no segment-level data for the video.
|
|
9738
9738
|
*/
|
|
9739
9739
|
stoppedWatching?: number;
|
|
9740
9740
|
/**
|
|
@@ -31125,7 +31125,7 @@ type ListLeadsResponse = ({
|
|
|
31125
31125
|
*/
|
|
31126
31126
|
id?: string;
|
|
31127
31127
|
/**
|
|
31128
|
-
* Meta lead id.
|
|
31128
|
+
* Meta lead id. On LinkedIn, the leadFormResponse id.
|
|
31129
31129
|
*/
|
|
31130
31130
|
leadgenId?: string;
|
|
31131
31131
|
formId?: string;
|
|
@@ -31133,6 +31133,9 @@ type ListLeadsResponse = ({
|
|
|
31133
31133
|
accountId?: string;
|
|
31134
31134
|
adId?: (string) | null;
|
|
31135
31135
|
adsetId?: (string) | null;
|
|
31136
|
+
/**
|
|
31137
|
+
* On LinkedIn, this is the LinkedIn Campaign id, which corresponds to platformAdSetId on GET /v1/ads (LinkedIn's Campaign Group is Zernio's campaign).
|
|
31138
|
+
*/
|
|
31136
31139
|
campaignId?: (string) | null;
|
|
31137
31140
|
isOrganic?: boolean;
|
|
31138
31141
|
/**
|
|
@@ -31140,7 +31143,7 @@ type ListLeadsResponse = ({
|
|
|
31140
31143
|
*/
|
|
31141
31144
|
createdTime?: (string) | null;
|
|
31142
31145
|
/**
|
|
31143
|
-
* Question key → answer.
|
|
31146
|
+
* Question key → answer. On LinkedIn, the key is the lowercased predefinedField, else the question name, else the numeric questionId; multiple-choice values are option labels (unlike Meta, which returns the option key).
|
|
31144
31147
|
*/
|
|
31145
31148
|
fields?: {
|
|
31146
31149
|
[key: string]: (string);
|
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: "@getlatedev/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.596",
|
|
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: "@getlatedev/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.596",
|
|
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
|
@@ -8753,7 +8753,7 @@ export type YouTubeVideoRetentionResponse = {
|
|
|
8753
8753
|
*/
|
|
8754
8754
|
provisionalSince?: string;
|
|
8755
8755
|
/**
|
|
8756
|
-
* Up to 100 points covering the video timeline, aggregated over the date range.
|
|
8756
|
+
* Up to 100 points covering the video timeline, aggregated over the date range. Can be empty when YouTube has no retention data for the video in the given range.
|
|
8757
8757
|
*/
|
|
8758
8758
|
retentionCurve?: Array<{
|
|
8759
8759
|
/**
|
|
@@ -8769,11 +8769,11 @@ export type YouTubeVideoRetentionResponse = {
|
|
|
8769
8769
|
*/
|
|
8770
8770
|
relativeRetentionPerformance?: number;
|
|
8771
8771
|
/**
|
|
8772
|
-
* Viewers who started watching in this segment
|
|
8772
|
+
* Viewers who started watching in this segment. 0 when YouTube has no segment-level data for the video.
|
|
8773
8773
|
*/
|
|
8774
8774
|
startedWatching?: number;
|
|
8775
8775
|
/**
|
|
8776
|
-
* Viewers who stopped watching in this segment
|
|
8776
|
+
* Viewers who stopped watching in this segment. 0 when YouTube has no segment-level data for the video.
|
|
8777
8777
|
*/
|
|
8778
8778
|
stoppedWatching?: number;
|
|
8779
8779
|
/**
|
|
@@ -31670,7 +31670,7 @@ export type ListLeadsResponse = ({
|
|
|
31670
31670
|
*/
|
|
31671
31671
|
id?: string;
|
|
31672
31672
|
/**
|
|
31673
|
-
* Meta lead id.
|
|
31673
|
+
* Meta lead id. On LinkedIn, the leadFormResponse id.
|
|
31674
31674
|
*/
|
|
31675
31675
|
leadgenId?: string;
|
|
31676
31676
|
formId?: string;
|
|
@@ -31678,6 +31678,9 @@ export type ListLeadsResponse = ({
|
|
|
31678
31678
|
accountId?: string;
|
|
31679
31679
|
adId?: (string) | null;
|
|
31680
31680
|
adsetId?: (string) | null;
|
|
31681
|
+
/**
|
|
31682
|
+
* On LinkedIn, this is the LinkedIn Campaign id, which corresponds to platformAdSetId on GET /v1/ads (LinkedIn's Campaign Group is Zernio's campaign).
|
|
31683
|
+
*/
|
|
31681
31684
|
campaignId?: (string) | null;
|
|
31682
31685
|
isOrganic?: boolean;
|
|
31683
31686
|
/**
|
|
@@ -31685,7 +31688,7 @@ export type ListLeadsResponse = ({
|
|
|
31685
31688
|
*/
|
|
31686
31689
|
createdTime?: (string) | null;
|
|
31687
31690
|
/**
|
|
31688
|
-
* Question key → answer.
|
|
31691
|
+
* Question key → answer. On LinkedIn, the key is the lowercased predefinedField, else the question name, else the numeric questionId; multiple-choice values are option labels (unlike Meta, which returns the option key).
|
|
31689
31692
|
*/
|
|
31690
31693
|
fields?: {
|
|
31691
31694
|
[key: string]: (string);
|