@empathyco/x-adapter-platform 1.0.0-alpha.83 → 1.0.0-alpha.84

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.
@@ -16,7 +16,6 @@ exports.bannerSchema = (0, x_adapter_1.createMutableSchema)({
16
16
  position: 'position',
17
17
  modelName: () => 'Banner',
18
18
  tagging: {
19
- query: ({ tagging }) => { var _a; return (0, url_utils_1.getTaggingInfoFromUrl)((_a = tagging === null || tagging === void 0 ? void 0 : tagging.query) !== null && _a !== void 0 ? _a : ''); },
20
19
  click: ({ tagging }) => { var _a; return (0, url_utils_1.getTaggingInfoFromUrl)((_a = tagging === null || tagging === void 0 ? void 0 : tagging.click) !== null && _a !== void 0 ? _a : ''); }
21
20
  }
22
21
  });
@@ -1 +1 @@
1
- {"version":3,"file":"banner.schema.js","sourceRoot":"","sources":["../../../../src/schemas/models/banner.schema.ts"],"names":[],"mappings":";;;AAAA,oDAA2D;AAE3D,uDAAgE;AAGhE;;;;GAIG;AACU,QAAA,YAAY,GAAG,IAAA,+BAAmB,EAAyB;IACtE,EAAE,EAAE,IAAI;IACR,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,WAAW;IAClB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,GAAG,EAAE,CAAC,QAAQ;IACzB,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,IAAA,iCAAqB,EAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;QACnE,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,IAAA,iCAAqB,EAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;KACpE;CACF,CAAC,CAAC","sourcesContent":["import { createMutableSchema } from '@empathyco/x-adapter';\nimport { Banner } from '@empathyco/x-types';\nimport { getTaggingInfoFromUrl } from '../../mappers/url.utils';\nimport { PlatformBanner } from '../../types/models/banner.model';\n\n/**\n * Default implementation for the BannerSchema.\n *\n * @public\n */\nexport const bannerSchema = createMutableSchema<PlatformBanner, Banner>({\n id: 'id',\n title: 'title',\n url: 'url',\n image: 'image_url',\n position: 'position',\n modelName: () => 'Banner',\n tagging: {\n query: ({ tagging }) => getTaggingInfoFromUrl(tagging?.query ?? ''),\n click: ({ tagging }) => getTaggingInfoFromUrl(tagging?.click ?? '')\n }\n});\n"]}
1
+ {"version":3,"file":"banner.schema.js","sourceRoot":"","sources":["../../../../src/schemas/models/banner.schema.ts"],"names":[],"mappings":";;;AAAA,oDAA2D;AAE3D,uDAAgE;AAGhE;;;;GAIG;AACU,QAAA,YAAY,GAAG,IAAA,+BAAmB,EAAyB;IACtE,EAAE,EAAE,IAAI;IACR,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,WAAW;IAClB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,GAAG,EAAE,CAAC,QAAQ;IACzB,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,IAAA,iCAAqB,EAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;KACpE;CACF,CAAC,CAAC","sourcesContent":["import { createMutableSchema } from '@empathyco/x-adapter';\nimport { Banner } from '@empathyco/x-types';\nimport { getTaggingInfoFromUrl } from '../../mappers/url.utils';\nimport { PlatformBanner } from '../../types/models/banner.model';\n\n/**\n * Default implementation for the BannerSchema.\n *\n * @public\n */\nexport const bannerSchema = createMutableSchema<PlatformBanner, Banner>({\n id: 'id',\n title: 'title',\n url: 'url',\n image: 'image_url',\n position: 'position',\n modelName: () => 'Banner',\n tagging: {\n click: ({ tagging }) => getTaggingInfoFromUrl(tagging?.click ?? '')\n }\n});\n"]}
@@ -16,7 +16,7 @@ exports.promotedSchema = (0, x_adapter_1.createMutableSchema)({
16
16
  position: 'position',
17
17
  modelName: () => 'Promoted',
18
18
  tagging: {
19
- query: ({ tagging }) => { var _a; return (0, url_utils_1.getTaggingInfoFromUrl)((_a = tagging === null || tagging === void 0 ? void 0 : tagging.query) !== null && _a !== void 0 ? _a : ''); }
19
+ click: ({ tagging }) => { var _a; return (0, url_utils_1.getTaggingInfoFromUrl)((_a = tagging === null || tagging === void 0 ? void 0 : tagging.click) !== null && _a !== void 0 ? _a : ''); }
20
20
  }
21
21
  });
22
22
  //# sourceMappingURL=promoted.schema.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"promoted.schema.js","sourceRoot":"","sources":["../../../../src/schemas/models/promoted.schema.ts"],"names":[],"mappings":";;;AAAA,oDAA2D;AAE3D,uDAAgE;AAGhE;;;;GAIG;AACU,QAAA,cAAc,GAAG,IAAA,+BAAmB,EAA6B;IAC5E,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,WAAW;IAClB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,GAAG,EAAE,CAAC,UAAU;IAC3B,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,IAAA,iCAAqB,EAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;KACpE;CACF,CAAC,CAAC","sourcesContent":["import { createMutableSchema } from '@empathyco/x-adapter';\nimport { Promoted } from '@empathyco/x-types';\nimport { getTaggingInfoFromUrl } from '../../mappers/url.utils';\nimport { PlatformPromoted } from '../../types/models/promoted.model';\n\n/**\n * Default implementation for the PromotedSchema.\n *\n * @public\n */\nexport const promotedSchema = createMutableSchema<PlatformPromoted, Promoted>({\n id: 'id',\n url: 'url',\n title: 'title',\n image: 'image_url',\n position: 'position',\n modelName: () => 'Promoted',\n tagging: {\n query: ({ tagging }) => getTaggingInfoFromUrl(tagging?.query ?? '')\n }\n});\n"]}
1
+ {"version":3,"file":"promoted.schema.js","sourceRoot":"","sources":["../../../../src/schemas/models/promoted.schema.ts"],"names":[],"mappings":";;;AAAA,oDAA2D;AAE3D,uDAAgE;AAGhE;;;;GAIG;AACU,QAAA,cAAc,GAAG,IAAA,+BAAmB,EAA6B;IAC5E,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,WAAW;IAClB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,GAAG,EAAE,CAAC,UAAU;IAC3B,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,IAAA,iCAAqB,EAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;KACpE;CACF,CAAC,CAAC","sourcesContent":["import { createMutableSchema } from '@empathyco/x-adapter';\nimport { Promoted } from '@empathyco/x-types';\nimport { getTaggingInfoFromUrl } from '../../mappers/url.utils';\nimport { PlatformPromoted } from '../../types/models/promoted.model';\n\n/**\n * Default implementation for the PromotedSchema.\n *\n * @public\n */\nexport const promotedSchema = createMutableSchema<PlatformPromoted, Promoted>({\n id: 'id',\n url: 'url',\n title: 'title',\n image: 'image_url',\n position: 'position',\n modelName: () => 'Promoted',\n tagging: {\n click: ({ tagging }) => getTaggingInfoFromUrl(tagging?.click ?? '')\n }\n});\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"banner.model.js","sourceRoot":"","sources":["../../../../src/types/models/banner.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Banner model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformBanner {\n id: string;\n title: string;\n url: string;\n image_url: string;\n position?: number;\n tagging?: {\n query?: string;\n click?: string;\n };\n}\n"]}
1
+ {"version":3,"file":"banner.model.js","sourceRoot":"","sources":["../../../../src/types/models/banner.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Banner model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformBanner {\n id: string;\n title: string;\n url: string;\n image_url: string;\n position?: number;\n tagging?: {\n click?: string;\n };\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"promoted.model.js","sourceRoot":"","sources":["../../../../src/types/models/promoted.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Promoted model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformPromoted {\n id: string;\n title: string;\n url: string;\n image_url: string;\n position?: number;\n tagging?: {\n query: string;\n };\n}\n"]}
1
+ {"version":3,"file":"promoted.model.js","sourceRoot":"","sources":["../../../../src/types/models/promoted.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Promoted model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformPromoted {\n id: string;\n title: string;\n url: string;\n image_url: string;\n position?: number;\n tagging?: {\n click?: string;\n };\n}\n"]}
@@ -13,7 +13,6 @@ export const bannerSchema = createMutableSchema({
13
13
  position: 'position',
14
14
  modelName: () => 'Banner',
15
15
  tagging: {
16
- query: ({ tagging }) => { var _a; return getTaggingInfoFromUrl((_a = tagging === null || tagging === void 0 ? void 0 : tagging.query) !== null && _a !== void 0 ? _a : ''); },
17
16
  click: ({ tagging }) => { var _a; return getTaggingInfoFromUrl((_a = tagging === null || tagging === void 0 ? void 0 : tagging.click) !== null && _a !== void 0 ? _a : ''); }
18
17
  }
19
18
  });
@@ -1 +1 @@
1
- {"version":3,"file":"banner.schema.js","sourceRoot":"","sources":["../../../../src/schemas/models/banner.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGhE;;;;GAIG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,mBAAmB,CAAyB;IACtE,EAAE,EAAE,IAAI;IACR,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,WAAW;IAClB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,GAAG,EAAE,CAAC,QAAQ;IACzB,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,qBAAqB,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;QACnE,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,qBAAqB,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;KACpE;CACF,CAAC,CAAC","sourcesContent":["import { createMutableSchema } from '@empathyco/x-adapter';\nimport { Banner } from '@empathyco/x-types';\nimport { getTaggingInfoFromUrl } from '../../mappers/url.utils';\nimport { PlatformBanner } from '../../types/models/banner.model';\n\n/**\n * Default implementation for the BannerSchema.\n *\n * @public\n */\nexport const bannerSchema = createMutableSchema<PlatformBanner, Banner>({\n id: 'id',\n title: 'title',\n url: 'url',\n image: 'image_url',\n position: 'position',\n modelName: () => 'Banner',\n tagging: {\n query: ({ tagging }) => getTaggingInfoFromUrl(tagging?.query ?? ''),\n click: ({ tagging }) => getTaggingInfoFromUrl(tagging?.click ?? '')\n }\n});\n"]}
1
+ {"version":3,"file":"banner.schema.js","sourceRoot":"","sources":["../../../../src/schemas/models/banner.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGhE;;;;GAIG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,mBAAmB,CAAyB;IACtE,EAAE,EAAE,IAAI;IACR,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,WAAW;IAClB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,GAAG,EAAE,CAAC,QAAQ;IACzB,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,qBAAqB,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;KACpE;CACF,CAAC,CAAC","sourcesContent":["import { createMutableSchema } from '@empathyco/x-adapter';\nimport { Banner } from '@empathyco/x-types';\nimport { getTaggingInfoFromUrl } from '../../mappers/url.utils';\nimport { PlatformBanner } from '../../types/models/banner.model';\n\n/**\n * Default implementation for the BannerSchema.\n *\n * @public\n */\nexport const bannerSchema = createMutableSchema<PlatformBanner, Banner>({\n id: 'id',\n title: 'title',\n url: 'url',\n image: 'image_url',\n position: 'position',\n modelName: () => 'Banner',\n tagging: {\n click: ({ tagging }) => getTaggingInfoFromUrl(tagging?.click ?? '')\n }\n});\n"]}
@@ -13,7 +13,7 @@ export const promotedSchema = createMutableSchema({
13
13
  position: 'position',
14
14
  modelName: () => 'Promoted',
15
15
  tagging: {
16
- query: ({ tagging }) => { var _a; return getTaggingInfoFromUrl((_a = tagging === null || tagging === void 0 ? void 0 : tagging.query) !== null && _a !== void 0 ? _a : ''); }
16
+ click: ({ tagging }) => { var _a; return getTaggingInfoFromUrl((_a = tagging === null || tagging === void 0 ? void 0 : tagging.click) !== null && _a !== void 0 ? _a : ''); }
17
17
  }
18
18
  });
19
19
  //# sourceMappingURL=promoted.schema.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"promoted.schema.js","sourceRoot":"","sources":["../../../../src/schemas/models/promoted.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGhE;;;;GAIG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,mBAAmB,CAA6B;IAC5E,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,WAAW;IAClB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,GAAG,EAAE,CAAC,UAAU;IAC3B,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,qBAAqB,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;KACpE;CACF,CAAC,CAAC","sourcesContent":["import { createMutableSchema } from '@empathyco/x-adapter';\nimport { Promoted } from '@empathyco/x-types';\nimport { getTaggingInfoFromUrl } from '../../mappers/url.utils';\nimport { PlatformPromoted } from '../../types/models/promoted.model';\n\n/**\n * Default implementation for the PromotedSchema.\n *\n * @public\n */\nexport const promotedSchema = createMutableSchema<PlatformPromoted, Promoted>({\n id: 'id',\n url: 'url',\n title: 'title',\n image: 'image_url',\n position: 'position',\n modelName: () => 'Promoted',\n tagging: {\n query: ({ tagging }) => getTaggingInfoFromUrl(tagging?.query ?? '')\n }\n});\n"]}
1
+ {"version":3,"file":"promoted.schema.js","sourceRoot":"","sources":["../../../../src/schemas/models/promoted.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGhE;;;;GAIG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,mBAAmB,CAA6B;IAC5E,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,WAAW;IAClB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,GAAG,EAAE,CAAC,UAAU;IAC3B,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,WAAC,OAAA,qBAAqB,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAA,EAAA;KACpE;CACF,CAAC,CAAC","sourcesContent":["import { createMutableSchema } from '@empathyco/x-adapter';\nimport { Promoted } from '@empathyco/x-types';\nimport { getTaggingInfoFromUrl } from '../../mappers/url.utils';\nimport { PlatformPromoted } from '../../types/models/promoted.model';\n\n/**\n * Default implementation for the PromotedSchema.\n *\n * @public\n */\nexport const promotedSchema = createMutableSchema<PlatformPromoted, Promoted>({\n id: 'id',\n url: 'url',\n title: 'title',\n image: 'image_url',\n position: 'position',\n modelName: () => 'Promoted',\n tagging: {\n click: ({ tagging }) => getTaggingInfoFromUrl(tagging?.click ?? '')\n }\n});\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"banner.model.js","sourceRoot":"","sources":["../../../../src/types/models/banner.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Banner model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformBanner {\n id: string;\n title: string;\n url: string;\n image_url: string;\n position?: number;\n tagging?: {\n query?: string;\n click?: string;\n };\n}\n"]}
1
+ {"version":3,"file":"banner.model.js","sourceRoot":"","sources":["../../../../src/types/models/banner.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Banner model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformBanner {\n id: string;\n title: string;\n url: string;\n image_url: string;\n position?: number;\n tagging?: {\n click?: string;\n };\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"promoted.model.js","sourceRoot":"","sources":["../../../../src/types/models/promoted.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Promoted model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformPromoted {\n id: string;\n title: string;\n url: string;\n image_url: string;\n position?: number;\n tagging?: {\n query: string;\n };\n}\n"]}
1
+ {"version":3,"file":"promoted.model.js","sourceRoot":"","sources":["../../../../src/types/models/promoted.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Promoted model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformPromoted {\n id: string;\n title: string;\n url: string;\n image_url: string;\n position?: number;\n tagging?: {\n click?: string;\n };\n}\n"]}
@@ -10,7 +10,6 @@ export interface PlatformBanner {
10
10
  image_url: string;
11
11
  position?: number;
12
12
  tagging?: {
13
- query?: string;
14
13
  click?: string;
15
14
  };
16
15
  }
@@ -10,6 +10,6 @@ export interface PlatformPromoted {
10
10
  image_url: string;
11
11
  position?: number;
12
12
  tagging?: {
13
- query: string;
13
+ click?: string;
14
14
  };
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-adapter-platform",
3
- "version": "1.0.0-alpha.83",
3
+ "version": "1.0.0-alpha.84",
4
4
  "description": "A search client for the Empathy Platform API",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "22b42b09b1862b64a4bc639d9ae4a610c412dcf5"
62
+ "gitHead": "c5f5c8c6a59c1a9f98410d719f484afd26376cc9"
63
63
  }
@@ -1870,7 +1870,7 @@
1870
1870
  },
1871
1871
  {
1872
1872
  "kind": "Content",
1873
- "text": "{\n query?: string;\n click?: string;\n }"
1873
+ "text": "{\n click?: string;\n }"
1874
1874
  },
1875
1875
  {
1876
1876
  "kind": "Content",
@@ -2890,7 +2890,7 @@
2890
2890
  },
2891
2891
  {
2892
2892
  "kind": "Content",
2893
- "text": "{\n query: string;\n }"
2893
+ "text": "{\n click?: string;\n }"
2894
2894
  },
2895
2895
  {
2896
2896
  "kind": "Content",
@@ -181,7 +181,6 @@ export interface PlatformBanner {
181
181
  position?: number;
182
182
  // (undocumented)
183
183
  tagging?: {
184
- query?: string;
185
184
  click?: string;
186
185
  };
187
186
  // (undocumented)
@@ -295,7 +294,7 @@ export interface PlatformPromoted {
295
294
  position?: number;
296
295
  // (undocumented)
297
296
  tagging?: {
298
- query: string;
297
+ click?: string;
299
298
  };
300
299
  // (undocumented)
301
300
  title: string;