@closerplatform/spinner-openapi 0.12.607 → 0.12.608

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/api.d.ts CHANGED
@@ -2342,12 +2342,6 @@ export interface FileDto {
2342
2342
  * @memberof FileDto
2343
2343
  */
2344
2344
  roomId?: string;
2345
- /**
2346
- *
2347
- * @type {string}
2348
- * @memberof FileDto
2349
- */
2350
- callback?: string;
2351
2345
  /**
2352
2346
  *
2353
2347
  * @type {FileInfo}
package/dist/api.js CHANGED
@@ -5140,7 +5140,7 @@ const KnowledgeBasesApiFetchParamCreator = function (configuration) {
5140
5140
  if (id === null || id === undefined) {
5141
5141
  throw new RequiredError('id', 'Required parameter id was null or undefined when calling getUploadedFiles.');
5142
5142
  }
5143
- const localVarPath = `/knowledge-bases/{id}`
5143
+ const localVarPath = `/knowledge-bases/{id}/files`
5144
5144
  .replace(`{${"id"}}`, encodeURIComponent(String(id)));
5145
5145
  const localVarUrlObj = url.parse(localVarPath, true);
5146
5146
  const localVarRequestOptions = Object.assign({ method: 'GET' }, options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@closerplatform/spinner-openapi",
3
- "version": "0.12.607",
3
+ "version": "0.12.608",
4
4
  "description": "swagger client for @closerplatform/spinner-openapi",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [