@getlatedev/node 0.2.253 → 0.2.254

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
@@ -1110,6 +1110,10 @@ type AdCampaign = {
1110
1110
  platformAdAccountName?: (string) | null;
1111
1111
  accountId?: string;
1112
1112
  profileId?: string;
1113
+ /**
1114
+ * Google-only. Raw campaign.advertising_channel_type. See AdTreeCampaign.advertisingChannelType.
1115
+ */
1116
+ advertisingChannelType?: (string) | null;
1113
1117
  /**
1114
1118
  * Raw Meta campaign objective (e.g. OUTCOME_SALES, OUTCOME_LEADS, OUTCOME_TRAFFIC)
1115
1119
  */
@@ -1326,6 +1330,10 @@ type AdTreeCampaign = {
1326
1330
  platformAdAccountName?: (string) | null;
1327
1331
  accountId?: string;
1328
1332
  profileId?: string;
1333
+ /**
1334
+ * Google-only. Raw campaign.advertising_channel_type (SEARCH, PERFORMANCE_MAX, VIDEO, DEMAND_GEN, DISPLAY, SHOPPING, ...). Serving surface, distinct from platformObjective (advertiser intent). Null/absent for non-Google platforms.
1335
+ */
1336
+ advertisingChannelType?: (string) | null;
1329
1337
  /**
1330
1338
  * Raw Meta campaign objective (e.g. OUTCOME_SALES, OUTCOME_LEADS, OUTCOME_TRAFFIC)
1331
1339
  */
package/dist/index.d.ts CHANGED
@@ -1110,6 +1110,10 @@ type AdCampaign = {
1110
1110
  platformAdAccountName?: (string) | null;
1111
1111
  accountId?: string;
1112
1112
  profileId?: string;
1113
+ /**
1114
+ * Google-only. Raw campaign.advertising_channel_type. See AdTreeCampaign.advertisingChannelType.
1115
+ */
1116
+ advertisingChannelType?: (string) | null;
1113
1117
  /**
1114
1118
  * Raw Meta campaign objective (e.g. OUTCOME_SALES, OUTCOME_LEADS, OUTCOME_TRAFFIC)
1115
1119
  */
@@ -1326,6 +1330,10 @@ type AdTreeCampaign = {
1326
1330
  platformAdAccountName?: (string) | null;
1327
1331
  accountId?: string;
1328
1332
  profileId?: string;
1333
+ /**
1334
+ * Google-only. Raw campaign.advertising_channel_type (SEARCH, PERFORMANCE_MAX, VIDEO, DEMAND_GEN, DISPLAY, SHOPPING, ...). Serving surface, distinct from platformObjective (advertiser intent). Null/absent for non-Google platforms.
1335
+ */
1336
+ advertisingChannelType?: (string) | null;
1329
1337
  /**
1330
1338
  * Raw Meta campaign objective (e.g. OUTCOME_SALES, OUTCOME_LEADS, OUTCOME_TRAFFIC)
1331
1339
  */
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.253",
39
+ version: "0.2.254",
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.253",
8
+ version: "0.2.254",
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": "@getlatedev/node",
3
- "version": "0.2.253",
3
+ "version": "0.2.254",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -357,6 +357,10 @@ export type AdCampaign = {
357
357
  platformAdAccountName?: (string) | null;
358
358
  accountId?: string;
359
359
  profileId?: string;
360
+ /**
361
+ * Google-only. Raw campaign.advertising_channel_type. See AdTreeCampaign.advertisingChannelType.
362
+ */
363
+ advertisingChannelType?: (string) | null;
360
364
  /**
361
365
  * Raw Meta campaign objective (e.g. OUTCOME_SALES, OUTCOME_LEADS, OUTCOME_TRAFFIC)
362
366
  */
@@ -579,6 +583,10 @@ export type AdTreeCampaign = {
579
583
  platformAdAccountName?: (string) | null;
580
584
  accountId?: string;
581
585
  profileId?: string;
586
+ /**
587
+ * Google-only. Raw campaign.advertising_channel_type (SEARCH, PERFORMANCE_MAX, VIDEO, DEMAND_GEN, DISPLAY, SHOPPING, ...). Serving surface, distinct from platformObjective (advertiser intent). Null/absent for non-Google platforms.
588
+ */
589
+ advertisingChannelType?: (string) | null;
582
590
  /**
583
591
  * Raw Meta campaign objective (e.g. OUTCOME_SALES, OUTCOME_LEADS, OUTCOME_TRAFFIC)
584
592
  */