@zernio/node 0.2.594 → 0.2.595

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 CHANGED
@@ -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
@@ -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: "@zernio/node",
39
- version: "0.2.594",
39
+ version: "0.2.595",
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.594",
8
+ version: "0.2.595",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.594",
3
+ "version": "0.2.595",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -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);