@selfcommunity/api-services 0.4.1-alpha.1 → 0.4.1-alpha.2

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.
@@ -51,7 +51,7 @@ export interface InsightEmbedParams extends InsightCommonParams {
51
51
  */
52
52
  grouped_by?: string;
53
53
  /**
54
- * A json dict containing some TERM_KEYs (eg: \{"authors": ["Umberto Eco", "Neil Gaiman"], "type": "book"}). Usable only if group_by is set.
54
+ * A json dict containing some TERM_KEYs. Usable only if group_by is set.
55
55
  */
56
56
  metadata?: {};
57
57
  }
@@ -51,7 +51,7 @@ export interface InsightEmbedParams extends InsightCommonParams {
51
51
  */
52
52
  grouped_by?: string;
53
53
  /**
54
- * A json dict containing some TERM_KEYs (eg: \{"authors": ["Umberto Eco", "Neil Gaiman"], "type": "book"}). Usable only if group_by is set.
54
+ * A json dict containing some TERM_KEYs. Usable only if group_by is set.
55
55
  */
56
56
  metadata?: {};
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/api-services",
3
- "version": "0.4.1-alpha.1",
3
+ "version": "0.4.1-alpha.2",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -110,5 +110,5 @@
110
110
  "bugs": {
111
111
  "url": "https://github.com/selfcommunity/community-js/issues"
112
112
  },
113
- "gitHead": "6179d0c8d3896a5e4aa28198cba60b43e8bed8a8"
113
+ "gitHead": "e41e3390cbc028a59266ad02eef3687f7130a198"
114
114
  }