@empathyco/x-adapter-platform 1.4.2 → 1.4.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"next-query.model.js","sourceRoot":"","sources":["../../../../src/types/models/next-query.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Next query model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformNextQuery {\n query: string\n source: 'ORGANIC' | 'CURATED'\n position: number\n}\n"]}
1
+ {"version":3,"file":"next-query.model.js","sourceRoot":"","sources":["../../../../src/types/models/next-query.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Next query model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformNextQuery {\n query: string\n source: 'ORGANIC' | 'CURATED' | 'SYNTHETIC'\n position: number\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"related-tag.model.js","sourceRoot":"","sources":["../../../../src/types/models/related-tag.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Related tag model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformRelatedTag {\n query: string\n tag: string\n source: 'ORGANIC' | 'CURATED'\n position: number\n}\n"]}
1
+ {"version":3,"file":"related-tag.model.js","sourceRoot":"","sources":["../../../../src/types/models/related-tag.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Related tag model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformRelatedTag {\n query: string\n tag: string\n source: 'ORGANIC' | 'CURATED' | 'SYNTHETIC'\n position: number\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"next-query.model.js","sourceRoot":"","sources":["../../../../src/types/models/next-query.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Next query model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformNextQuery {\n query: string\n source: 'ORGANIC' | 'CURATED'\n position: number\n}\n"]}
1
+ {"version":3,"file":"next-query.model.js","sourceRoot":"","sources":["../../../../src/types/models/next-query.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Next query model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformNextQuery {\n query: string\n source: 'ORGANIC' | 'CURATED' | 'SYNTHETIC'\n position: number\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"related-tag.model.js","sourceRoot":"","sources":["../../../../src/types/models/related-tag.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Related tag model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformRelatedTag {\n query: string\n tag: string\n source: 'ORGANIC' | 'CURATED'\n position: number\n}\n"]}
1
+ {"version":3,"file":"related-tag.model.js","sourceRoot":"","sources":["../../../../src/types/models/related-tag.model.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Related tag model for the `platform` API.\n *\n * @public\n */\nexport interface PlatformRelatedTag {\n query: string\n tag: string\n source: 'ORGANIC' | 'CURATED' | 'SYNTHETIC'\n position: number\n}\n"]}
@@ -5,6 +5,6 @@
5
5
  */
6
6
  export interface PlatformNextQuery {
7
7
  query: string;
8
- source: 'ORGANIC' | 'CURATED';
8
+ source: 'ORGANIC' | 'CURATED' | 'SYNTHETIC';
9
9
  position: number;
10
10
  }
@@ -6,6 +6,6 @@
6
6
  export interface PlatformRelatedTag {
7
7
  query: string;
8
8
  tag: string;
9
- source: 'ORGANIC' | 'CURATED';
9
+ source: 'ORGANIC' | 'CURATED' | 'SYNTHETIC';
10
10
  position: number;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-adapter-platform",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
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",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "dd8e23bf7d7a0a96931c8244e0cb5843fe8c8f89"
65
+ "gitHead": "bab968ddb9bdd0e4406d37ce4a026cc2fd1922e4"
66
66
  }
@@ -4270,7 +4270,7 @@
4270
4270
  },
4271
4271
  {
4272
4272
  "kind": "Content",
4273
- "text": "'ORGANIC' | 'CURATED'"
4273
+ "text": "'ORGANIC' | 'CURATED' | 'SYNTHETIC'"
4274
4274
  },
4275
4275
  {
4276
4276
  "kind": "Content",
@@ -5563,7 +5563,7 @@
5563
5563
  },
5564
5564
  {
5565
5565
  "kind": "Content",
5566
- "text": "'ORGANIC' | 'CURATED'"
5566
+ "text": "'ORGANIC' | 'CURATED' | 'SYNTHETIC'"
5567
5567
  },
5568
5568
  {
5569
5569
  "kind": "Content",
@@ -416,7 +416,7 @@ export interface PlatformNextQuery {
416
416
  // (undocumented)
417
417
  query: string;
418
418
  // (undocumented)
419
- source: 'ORGANIC' | 'CURATED';
419
+ source: 'ORGANIC' | 'CURATED' | 'SYNTHETIC';
420
420
  }
421
421
 
422
422
  // @public
@@ -551,7 +551,7 @@ export interface PlatformRelatedTag {
551
551
  // (undocumented)
552
552
  query: string;
553
553
  // (undocumented)
554
- source: 'ORGANIC' | 'CURATED';
554
+ source: 'ORGANIC' | 'CURATED' | 'SYNTHETIC';
555
555
  // (undocumented)
556
556
  tag: string;
557
557
  }