@closerplatform/spinner-openapi 0.12.107 → 0.12.108

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +18 -0
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -2240,6 +2240,12 @@ export interface DatasetEntryDto {
2240
2240
  * @memberof DatasetEntryDto
2241
2241
  */
2242
2242
  text: string;
2243
+ /**
2244
+ *
2245
+ * @type {Array<string>}
2246
+ * @memberof DatasetEntryDto
2247
+ */
2248
+ context: Array<string>;
2243
2249
  /**
2244
2250
  *
2245
2251
  * @type {string}
@@ -2271,6 +2277,12 @@ export interface DatasetEntryForm {
2271
2277
  * @memberof DatasetEntryForm
2272
2278
  */
2273
2279
  text: string;
2280
+ /**
2281
+ *
2282
+ * @type {Array<string>}
2283
+ * @memberof DatasetEntryForm
2284
+ */
2285
+ context: Array<string>;
2274
2286
  }
2275
2287
  /**
2276
2288
  *
@@ -6126,6 +6138,12 @@ export interface TestSuggestionForm {
6126
6138
  * @memberof TestSuggestionForm
6127
6139
  */
6128
6140
  text: string;
6141
+ /**
6142
+ *
6143
+ * @type {Array<string>}
6144
+ * @memberof TestSuggestionForm
6145
+ */
6146
+ context: Array<string>;
6129
6147
  }
6130
6148
  /**
6131
6149
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@closerplatform/spinner-openapi",
3
- "version": "0.12.107",
3
+ "version": "0.12.108",
4
4
  "description": "swagger client for @closerplatform/spinner-openapi",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [