@getlatedev/node 0.2.459 → 0.2.460

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
@@ -25732,7 +25732,7 @@ type GetAdTrackingTagsError = ({
25732
25732
  type UpdateAdTrackingTagsData = {
25733
25733
  body: {
25734
25734
  /**
25735
- * Meta only. Click-URL params appended to a freshly-rebuilt creative.
25735
+ * Meta only. Click-URL params appended to a freshly-rebuilt creative. Meta dynamic macros ({{ad.id}}, {{campaign.id}}, {{placement}}, ...) are sent through unescaped so Meta expands them; every other character is percent-encoded.
25736
25736
  */
25737
25737
  urlTags?: Array<{
25738
25738
  key: string;
@@ -26658,7 +26658,7 @@ type BoostPostData = {
26658
26658
  tracking?: {
26659
26659
  pixelId?: string;
26660
26660
  /**
26661
- * URL parameters appended to the ad link, rendered as `key=value` pairs joined with `&`.
26661
+ * URL parameters appended to the ad link, rendered as `key=value` pairs joined with `&`. Meta dynamic macros ({{ad.id}}, {{campaign.id}}, {{placement}}, ...) are sent through unescaped so Meta expands them; every other character is percent-encoded.
26662
26662
  */
26663
26663
  urlTags?: Array<{
26664
26664
  key?: string;
@@ -26752,7 +26752,7 @@ type CreateStandaloneAdData = {
26752
26752
  */
26753
26753
  pixelId?: string;
26754
26754
  /**
26755
- * Click-URL params appended to the ad's destination as `url_tags` (e.g. utm_source).
26755
+ * Click-URL params appended to the ad's destination as `url_tags` (e.g. utm_source). Meta dynamic macros ({{ad.id}}, {{campaign.id}}, {{placement}}, ...) are sent through unescaped so Meta expands them; every other character is percent-encoded.
26756
26756
  */
26757
26757
  urlTags?: Array<{
26758
26758
  key: string;
package/dist/index.d.ts CHANGED
@@ -25732,7 +25732,7 @@ type GetAdTrackingTagsError = ({
25732
25732
  type UpdateAdTrackingTagsData = {
25733
25733
  body: {
25734
25734
  /**
25735
- * Meta only. Click-URL params appended to a freshly-rebuilt creative.
25735
+ * Meta only. Click-URL params appended to a freshly-rebuilt creative. Meta dynamic macros ({{ad.id}}, {{campaign.id}}, {{placement}}, ...) are sent through unescaped so Meta expands them; every other character is percent-encoded.
25736
25736
  */
25737
25737
  urlTags?: Array<{
25738
25738
  key: string;
@@ -26658,7 +26658,7 @@ type BoostPostData = {
26658
26658
  tracking?: {
26659
26659
  pixelId?: string;
26660
26660
  /**
26661
- * URL parameters appended to the ad link, rendered as `key=value` pairs joined with `&`.
26661
+ * URL parameters appended to the ad link, rendered as `key=value` pairs joined with `&`. Meta dynamic macros ({{ad.id}}, {{campaign.id}}, {{placement}}, ...) are sent through unescaped so Meta expands them; every other character is percent-encoded.
26662
26662
  */
26663
26663
  urlTags?: Array<{
26664
26664
  key?: string;
@@ -26752,7 +26752,7 @@ type CreateStandaloneAdData = {
26752
26752
  */
26753
26753
  pixelId?: string;
26754
26754
  /**
26755
- * Click-URL params appended to the ad's destination as `url_tags` (e.g. utm_source).
26755
+ * Click-URL params appended to the ad's destination as `url_tags` (e.g. utm_source). Meta dynamic macros ({{ad.id}}, {{campaign.id}}, {{placement}}, ...) are sent through unescaped so Meta expands them; every other character is percent-encoded.
26756
26756
  */
26757
26757
  urlTags?: Array<{
26758
26758
  key: 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.459",
39
+ version: "0.2.460",
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.459",
8
+ version: "0.2.460",
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.459",
3
+ "version": "0.2.460",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -26187,7 +26187,7 @@ export type GetAdTrackingTagsError = ({
26187
26187
  export type UpdateAdTrackingTagsData = {
26188
26188
  body: {
26189
26189
  /**
26190
- * Meta only. Click-URL params appended to a freshly-rebuilt creative.
26190
+ * Meta only. Click-URL params appended to a freshly-rebuilt creative. Meta dynamic macros ({{ad.id}}, {{campaign.id}}, {{placement}}, ...) are sent through unescaped so Meta expands them; every other character is percent-encoded.
26191
26191
  */
26192
26192
  urlTags?: Array<{
26193
26193
  key: string;
@@ -27179,7 +27179,7 @@ export type BoostPostData = {
27179
27179
  tracking?: {
27180
27180
  pixelId?: string;
27181
27181
  /**
27182
- * URL parameters appended to the ad link, rendered as `key=value` pairs joined with `&`.
27182
+ * URL parameters appended to the ad link, rendered as `key=value` pairs joined with `&`. Meta dynamic macros ({{ad.id}}, {{campaign.id}}, {{placement}}, ...) are sent through unescaped so Meta expands them; every other character is percent-encoded.
27183
27183
  */
27184
27184
  urlTags?: Array<{
27185
27185
  key?: string;
@@ -27276,7 +27276,7 @@ export type CreateStandaloneAdData = {
27276
27276
  */
27277
27277
  pixelId?: string;
27278
27278
  /**
27279
- * Click-URL params appended to the ad's destination as `url_tags` (e.g. utm_source).
27279
+ * Click-URL params appended to the ad's destination as `url_tags` (e.g. utm_source). Meta dynamic macros ({{ad.id}}, {{campaign.id}}, {{placement}}, ...) are sent through unescaped so Meta expands them; every other character is percent-encoded.
27280
27280
  */
27281
27281
  urlTags?: Array<{
27282
27282
  key: string;