@openfilz-sdk/typescript 1.1.5-SNAPSHOT → 1.1.6

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 (309) hide show
  1. package/.openapi-generator/FILES +118 -76
  2. package/.openapi-generator/VERSION +1 -1
  3. package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -0
  4. package/README.md +113 -2
  5. package/api/audit-controller-api.ts +4 -17
  6. package/api/dashboard-api.ts +2 -9
  7. package/api/document-controller-api.ts +21 -53
  8. package/api/document-suggestion-controller-api.ts +2 -9
  9. package/api/favorites-api.ts +3 -15
  10. package/api/file-controller-api.ts +3 -19
  11. package/api/folder-controller-api.ts +5 -26
  12. package/api/settings-api.ts +2 -9
  13. package/api/tus-controller-api.ts +8 -30
  14. package/base.ts +0 -24
  15. package/common.ts +19 -42
  16. package/configuration.ts +24 -18
  17. package/dist/api/audit-controller-api.d.ts +0 -12
  18. package/dist/api/audit-controller-api.js +3 -12
  19. package/dist/api/dashboard-api.d.ts +0 -7
  20. package/dist/api/dashboard-api.js +1 -7
  21. package/dist/api/document-controller-api.d.ts +0 -21
  22. package/dist/api/document-controller-api.js +14 -21
  23. package/dist/api/document-suggestion-controller-api.d.ts +0 -7
  24. package/dist/api/document-suggestion-controller-api.js +1 -7
  25. package/dist/api/favorites-api.d.ts +0 -10
  26. package/dist/api/favorites-api.js +2 -10
  27. package/dist/api/file-controller-api.d.ts +0 -10
  28. package/dist/api/file-controller-api.js +2 -10
  29. package/dist/api/folder-controller-api.d.ts +0 -13
  30. package/dist/api/folder-controller-api.js +4 -13
  31. package/dist/api/settings-api.d.ts +0 -7
  32. package/dist/api/settings-api.js +1 -7
  33. package/dist/api/tus-controller-api.d.ts +0 -15
  34. package/dist/api/tus-controller-api.js +7 -18
  35. package/dist/base.d.ts +0 -24
  36. package/dist/base.js +0 -19
  37. package/dist/common.d.ts +4 -35
  38. package/dist/common.js +16 -38
  39. package/dist/configuration.d.ts +24 -17
  40. package/dist/configuration.js +1 -1
  41. package/dist/esm/api/audit-controller-api.d.ts +0 -12
  42. package/dist/esm/api/audit-controller-api.js +3 -12
  43. package/dist/esm/api/dashboard-api.d.ts +0 -7
  44. package/dist/esm/api/dashboard-api.js +1 -7
  45. package/dist/esm/api/document-controller-api.d.ts +0 -21
  46. package/dist/esm/api/document-controller-api.js +14 -21
  47. package/dist/esm/api/document-suggestion-controller-api.d.ts +0 -7
  48. package/dist/esm/api/document-suggestion-controller-api.js +1 -7
  49. package/dist/esm/api/favorites-api.d.ts +0 -10
  50. package/dist/esm/api/favorites-api.js +2 -10
  51. package/dist/esm/api/file-controller-api.d.ts +0 -10
  52. package/dist/esm/api/file-controller-api.js +2 -10
  53. package/dist/esm/api/folder-controller-api.d.ts +0 -13
  54. package/dist/esm/api/folder-controller-api.js +4 -13
  55. package/dist/esm/api/settings-api.d.ts +0 -7
  56. package/dist/esm/api/settings-api.js +1 -7
  57. package/dist/esm/api/tus-controller-api.d.ts +0 -15
  58. package/dist/esm/api/tus-controller-api.js +8 -19
  59. package/dist/esm/base.d.ts +0 -24
  60. package/dist/esm/base.js +0 -19
  61. package/dist/esm/common.d.ts +4 -35
  62. package/dist/esm/common.js +14 -37
  63. package/dist/esm/configuration.d.ts +24 -17
  64. package/dist/esm/configuration.js +1 -1
  65. package/dist/esm/models/ancestor-info.d.ts +0 -20
  66. package/dist/esm/models/audit-log-details-one-of.d.ts +29 -29
  67. package/dist/esm/models/audit-log-details.d.ts +3 -14
  68. package/dist/esm/models/audit-log.d.ts +2 -44
  69. package/dist/esm/models/audit-verification-result.d.ts +2 -29
  70. package/dist/esm/models/broken-link.d.ts +0 -20
  71. package/dist/esm/models/copy-audit.d.ts +3 -28
  72. package/dist/esm/models/copy-request.d.ts +0 -11
  73. package/dist/esm/models/copy-response.d.ts +0 -9
  74. package/dist/esm/models/create-blank-document-request.d.ts +0 -14
  75. package/dist/esm/models/create-folder-audit.d.ts +3 -23
  76. package/dist/esm/models/create-folder-request.d.ts +0 -12
  77. package/dist/esm/models/dashboard-statistics-response.d.ts +4 -29
  78. package/dist/esm/models/delete-audit.d.ts +3 -16
  79. package/dist/esm/models/delete-metadata-audit.d.ts +3 -16
  80. package/dist/esm/models/delete-metadata-request.d.ts +0 -7
  81. package/dist/esm/models/delete-request.d.ts +0 -7
  82. package/dist/esm/models/document-info.d.ts +0 -17
  83. package/dist/esm/models/document-position.d.ts +0 -25
  84. package/dist/esm/models/element-info.d.ts +0 -20
  85. package/dist/esm/models/file-type-stats.d.ts +0 -20
  86. package/dist/esm/models/filter-input.d.ts +0 -15
  87. package/dist/esm/models/folder-element-info.d.ts +0 -11
  88. package/dist/esm/models/folder-response.d.ts +0 -20
  89. package/dist/esm/models/index.d.ts +0 -11
  90. package/dist/esm/models/index.js +0 -11
  91. package/dist/esm/models/move-audit.d.ts +3 -16
  92. package/dist/esm/models/move-request.d.ts +0 -11
  93. package/dist/esm/models/rename-audit.d.ts +3 -16
  94. package/dist/esm/models/rename-request.d.ts +0 -10
  95. package/dist/esm/models/replace-audit.d.ts +3 -24
  96. package/dist/esm/models/search-by-audit-log-request.d.ts +0 -12
  97. package/dist/esm/models/search-by-metadata-request.d.ts +0 -12
  98. package/dist/esm/models/search-metadata-request.d.ts +0 -7
  99. package/dist/esm/models/settings.d.ts +0 -30
  100. package/dist/esm/models/sort-input.d.ts +0 -15
  101. package/dist/esm/models/storage-breakdown.d.ts +2 -22
  102. package/dist/esm/models/suggest.d.ts +0 -20
  103. package/dist/esm/models/tus-config-response.d.ts +0 -30
  104. package/dist/esm/models/tus-finalize-request.d.ts +0 -25
  105. package/dist/esm/models/tus-upload-info.d.ts +0 -30
  106. package/dist/esm/models/update-metadata-audit.d.ts +3 -18
  107. package/dist/esm/models/update-metadata-request.d.ts +0 -7
  108. package/dist/esm/models/upload-audit.d.ts +3 -30
  109. package/dist/esm/models/upload-response.d.ts +0 -35
  110. package/dist/models/ancestor-info.d.ts +0 -20
  111. package/dist/models/audit-log-details-one-of.d.ts +29 -29
  112. package/dist/models/audit-log-details.d.ts +3 -14
  113. package/dist/models/audit-log.d.ts +2 -44
  114. package/dist/models/audit-verification-result.d.ts +2 -29
  115. package/dist/models/broken-link.d.ts +0 -20
  116. package/dist/models/copy-audit.d.ts +3 -28
  117. package/dist/models/copy-request.d.ts +0 -11
  118. package/dist/models/copy-response.d.ts +0 -9
  119. package/dist/models/create-blank-document-request.d.ts +0 -14
  120. package/dist/models/create-folder-audit.d.ts +3 -23
  121. package/dist/models/create-folder-request.d.ts +0 -12
  122. package/dist/models/dashboard-statistics-response.d.ts +4 -29
  123. package/dist/models/delete-audit.d.ts +3 -16
  124. package/dist/models/delete-metadata-audit.d.ts +3 -16
  125. package/dist/models/delete-metadata-request.d.ts +0 -7
  126. package/dist/models/delete-request.d.ts +0 -7
  127. package/dist/models/document-info.d.ts +0 -17
  128. package/dist/models/document-position.d.ts +0 -25
  129. package/dist/models/element-info.d.ts +0 -20
  130. package/dist/models/file-type-stats.d.ts +0 -20
  131. package/dist/models/filter-input.d.ts +0 -15
  132. package/dist/models/folder-element-info.d.ts +0 -11
  133. package/dist/models/folder-response.d.ts +0 -20
  134. package/dist/models/index.d.ts +0 -11
  135. package/dist/models/index.js +0 -11
  136. package/dist/models/move-audit.d.ts +3 -16
  137. package/dist/models/move-request.d.ts +0 -11
  138. package/dist/models/rename-audit.d.ts +3 -16
  139. package/dist/models/rename-request.d.ts +0 -10
  140. package/dist/models/replace-audit.d.ts +3 -24
  141. package/dist/models/search-by-audit-log-request.d.ts +0 -12
  142. package/dist/models/search-by-metadata-request.d.ts +0 -12
  143. package/dist/models/search-metadata-request.d.ts +0 -7
  144. package/dist/models/settings.d.ts +0 -30
  145. package/dist/models/sort-input.d.ts +0 -15
  146. package/dist/models/storage-breakdown.d.ts +2 -22
  147. package/dist/models/suggest.d.ts +0 -20
  148. package/dist/models/tus-config-response.d.ts +0 -30
  149. package/dist/models/tus-finalize-request.d.ts +0 -25
  150. package/dist/models/tus-upload-info.d.ts +0 -30
  151. package/dist/models/update-metadata-audit.d.ts +3 -18
  152. package/dist/models/update-metadata-request.d.ts +0 -7
  153. package/dist/models/upload-audit.d.ts +3 -30
  154. package/dist/models/upload-response.d.ts +0 -35
  155. package/docs/AncestorInfo.md +24 -0
  156. package/docs/AuditControllerApi.md +160 -0
  157. package/docs/AuditLog.md +35 -0
  158. package/docs/AuditLogDetails.md +20 -0
  159. package/docs/AuditLogDetailsOneOf.md +42 -0
  160. package/docs/AuditVerificationResult.md +29 -0
  161. package/docs/BrokenLink.md +24 -0
  162. package/docs/CopyAudit.md +25 -0
  163. package/docs/CopyRequest.md +24 -0
  164. package/docs/CopyResponse.md +22 -0
  165. package/docs/CreateBlankDocumentRequest.md +24 -0
  166. package/docs/CreateFolderAudit.md +23 -0
  167. package/docs/CreateFolderRequest.md +22 -0
  168. package/docs/DashboardApi.md +52 -0
  169. package/docs/DashboardStatisticsResponse.md +26 -0
  170. package/docs/DeleteAudit.md +21 -0
  171. package/docs/DeleteMetadataAudit.md +21 -0
  172. package/docs/DeleteMetadataRequest.md +20 -0
  173. package/docs/DeleteRequest.md +20 -0
  174. package/docs/DocumentControllerApi.md +834 -0
  175. package/docs/DocumentInfo.md +30 -0
  176. package/docs/DocumentPosition.md +26 -0
  177. package/docs/DocumentSuggestionControllerApi.md +65 -0
  178. package/docs/ElementInfo.md +24 -0
  179. package/docs/FavoritesApi.md +215 -0
  180. package/docs/FileControllerApi.md +222 -0
  181. package/docs/FileTypeStats.md +24 -0
  182. package/docs/FilterInput.md +22 -0
  183. package/docs/FolderControllerApi.md +385 -0
  184. package/docs/FolderElementInfo.md +24 -0
  185. package/docs/FolderResponse.md +24 -0
  186. package/docs/MoveAudit.md +21 -0
  187. package/docs/MoveRequest.md +24 -0
  188. package/docs/RenameAudit.md +21 -0
  189. package/docs/RenameRequest.md +20 -0
  190. package/docs/ReplaceAudit.md +23 -0
  191. package/docs/SearchByAuditLogRequest.md +29 -0
  192. package/docs/SearchByMetadataRequest.md +29 -0
  193. package/docs/SearchMetadataRequest.md +20 -0
  194. package/docs/Settings.md +28 -0
  195. package/docs/SettingsApi.md +52 -0
  196. package/docs/SortInput.md +22 -0
  197. package/docs/StorageBreakdown.md +24 -0
  198. package/docs/Suggest.md +24 -0
  199. package/docs/TusConfigResponse.md +28 -0
  200. package/docs/TusControllerApi.md +493 -0
  201. package/docs/TusFinalizeRequest.md +26 -0
  202. package/docs/TusUploadInfo.md +28 -0
  203. package/docs/UpdateMetadataAudit.md +21 -0
  204. package/docs/UpdateMetadataRequest.md +20 -0
  205. package/docs/UploadAudit.md +25 -0
  206. package/docs/UploadResponse.md +30 -0
  207. package/graphql/document-search.graphqls +44 -44
  208. package/graphql/document.graphqls +114 -114
  209. package/models/ancestor-info.ts +0 -20
  210. package/models/audit-log-details-one-of.ts +33 -29
  211. package/models/audit-log-details.ts +3 -36
  212. package/models/audit-log.ts +2 -44
  213. package/models/audit-verification-result.ts +2 -29
  214. package/models/broken-link.ts +0 -20
  215. package/models/copy-audit.ts +6 -28
  216. package/models/copy-request.ts +0 -11
  217. package/models/copy-response.ts +0 -9
  218. package/models/create-blank-document-request.ts +0 -14
  219. package/models/create-folder-audit.ts +6 -22
  220. package/models/create-folder-request.ts +0 -12
  221. package/models/dashboard-statistics-response.ts +4 -29
  222. package/models/delete-audit.ts +6 -16
  223. package/models/delete-metadata-audit.ts +6 -16
  224. package/models/delete-metadata-request.ts +0 -7
  225. package/models/delete-request.ts +0 -7
  226. package/models/document-info.ts +0 -17
  227. package/models/document-position.ts +0 -25
  228. package/models/element-info.ts +0 -20
  229. package/models/file-type-stats.ts +0 -20
  230. package/models/filter-input.ts +0 -15
  231. package/models/folder-element-info.ts +0 -11
  232. package/models/folder-response.ts +0 -20
  233. package/models/index.ts +0 -11
  234. package/models/move-audit.ts +6 -16
  235. package/models/move-request.ts +0 -11
  236. package/models/rename-audit.ts +6 -16
  237. package/models/rename-request.ts +0 -10
  238. package/models/replace-audit.ts +6 -22
  239. package/models/search-by-audit-log-request.ts +0 -12
  240. package/models/search-by-metadata-request.ts +0 -12
  241. package/models/search-metadata-request.ts +0 -7
  242. package/models/settings.ts +0 -30
  243. package/models/sort-input.ts +0 -15
  244. package/models/storage-breakdown.ts +2 -22
  245. package/models/suggest.ts +0 -20
  246. package/models/tus-config-response.ts +0 -30
  247. package/models/tus-finalize-request.ts +0 -25
  248. package/models/tus-upload-info.ts +0 -30
  249. package/models/update-metadata-audit.ts +6 -16
  250. package/models/update-metadata-request.ts +0 -7
  251. package/models/upload-audit.ts +6 -28
  252. package/models/upload-response.ts +0 -35
  253. package/package.json +2 -2
  254. package/.openapi-generator/openfilz-api.json-generate-typescript-sdk.sha256 +0 -1
  255. package/dist/esm/models/audit-log-details-one-of1.d.ts +0 -37
  256. package/dist/esm/models/audit-log-details-one-of1.js +0 -14
  257. package/dist/esm/models/audit-log-details-one-of2.d.ts +0 -30
  258. package/dist/esm/models/audit-log-details-one-of2.js +0 -14
  259. package/dist/esm/models/audit-log-details-one-of3.d.ts +0 -30
  260. package/dist/esm/models/audit-log-details-one-of3.js +0 -14
  261. package/dist/esm/models/audit-log-details-one-of4.d.ts +0 -30
  262. package/dist/esm/models/audit-log-details-one-of4.js +0 -14
  263. package/dist/esm/models/audit-log-details-one-of5.d.ts +0 -30
  264. package/dist/esm/models/audit-log-details-one-of5.js +0 -14
  265. package/dist/esm/models/audit-log-details-one-of6.d.ts +0 -38
  266. package/dist/esm/models/audit-log-details-one-of6.js +0 -14
  267. package/dist/esm/models/audit-log-details-one-of7.d.ts +0 -32
  268. package/dist/esm/models/audit-log-details-one-of7.js +0 -14
  269. package/dist/esm/models/audit-log-details-one-of8.d.ts +0 -44
  270. package/dist/esm/models/audit-log-details-one-of8.js +0 -14
  271. package/dist/esm/models/audit-verification-result-broken-link.d.ts +0 -36
  272. package/dist/esm/models/audit-verification-result-broken-link.js +0 -14
  273. package/dist/esm/models/dashboard-statistics-response-storage-file-type-breakdown-inner.d.ts +0 -36
  274. package/dist/esm/models/dashboard-statistics-response-storage-file-type-breakdown-inner.js +0 -14
  275. package/dist/esm/models/dashboard-statistics-response-storage.d.ts +0 -37
  276. package/dist/esm/models/dashboard-statistics-response-storage.js +0 -14
  277. package/dist/models/audit-log-details-one-of1.d.ts +0 -37
  278. package/dist/models/audit-log-details-one-of1.js +0 -15
  279. package/dist/models/audit-log-details-one-of2.d.ts +0 -30
  280. package/dist/models/audit-log-details-one-of2.js +0 -15
  281. package/dist/models/audit-log-details-one-of3.d.ts +0 -30
  282. package/dist/models/audit-log-details-one-of3.js +0 -15
  283. package/dist/models/audit-log-details-one-of4.d.ts +0 -30
  284. package/dist/models/audit-log-details-one-of4.js +0 -15
  285. package/dist/models/audit-log-details-one-of5.d.ts +0 -30
  286. package/dist/models/audit-log-details-one-of5.js +0 -15
  287. package/dist/models/audit-log-details-one-of6.d.ts +0 -38
  288. package/dist/models/audit-log-details-one-of6.js +0 -15
  289. package/dist/models/audit-log-details-one-of7.d.ts +0 -32
  290. package/dist/models/audit-log-details-one-of7.js +0 -15
  291. package/dist/models/audit-log-details-one-of8.d.ts +0 -44
  292. package/dist/models/audit-log-details-one-of8.js +0 -15
  293. package/dist/models/audit-verification-result-broken-link.d.ts +0 -36
  294. package/dist/models/audit-verification-result-broken-link.js +0 -15
  295. package/dist/models/dashboard-statistics-response-storage-file-type-breakdown-inner.d.ts +0 -36
  296. package/dist/models/dashboard-statistics-response-storage-file-type-breakdown-inner.js +0 -15
  297. package/dist/models/dashboard-statistics-response-storage.d.ts +0 -37
  298. package/dist/models/dashboard-statistics-response-storage.js +0 -15
  299. package/models/audit-log-details-one-of1.ts +0 -45
  300. package/models/audit-log-details-one-of2.ts +0 -36
  301. package/models/audit-log-details-one-of3.ts +0 -36
  302. package/models/audit-log-details-one-of4.ts +0 -36
  303. package/models/audit-log-details-one-of5.ts +0 -36
  304. package/models/audit-log-details-one-of6.ts +0 -42
  305. package/models/audit-log-details-one-of7.ts +0 -36
  306. package/models/audit-log-details-one-of8.ts +0 -48
  307. package/models/audit-verification-result-broken-link.ts +0 -42
  308. package/models/dashboard-statistics-response-storage-file-type-breakdown-inner.ts +0 -42
  309. package/models/dashboard-statistics-response-storage.ts +0 -45
package/configuration.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  /* tslint:disable */
2
- /* eslint-disable */
3
2
  /**
4
3
  * openfilz-api
5
4
  * API for Document Management System
@@ -12,12 +11,24 @@
12
11
  * Do not edit the class manually.
13
12
  */
14
13
 
14
+ interface AWSv4Configuration {
15
+ options?: {
16
+ region?: string
17
+ service?: string
18
+ }
19
+ credentials?: {
20
+ accessKeyId?: string
21
+ secretAccessKey?: string,
22
+ sessionToken?: string
23
+ }
24
+ }
15
25
 
16
26
  export interface ConfigurationParameters {
17
27
  apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
18
28
  username?: string;
19
29
  password?: string;
20
30
  accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
31
+ awsv4?: AWSv4Configuration;
21
32
  basePath?: string;
22
33
  serverIndex?: number;
23
34
  baseOptions?: any;
@@ -28,49 +39,43 @@ export class Configuration {
28
39
  /**
29
40
  * parameter for apiKey security
30
41
  * @param name security name
31
- * @memberof Configuration
32
42
  */
33
43
  apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
34
44
  /**
35
45
  * parameter for basic security
36
- *
37
- * @type {string}
38
- * @memberof Configuration
39
46
  */
40
47
  username?: string;
41
48
  /**
42
49
  * parameter for basic security
43
- *
44
- * @type {string}
45
- * @memberof Configuration
46
50
  */
47
51
  password?: string;
48
52
  /**
49
53
  * parameter for oauth2 security
50
54
  * @param name security name
51
55
  * @param scopes oauth2 scope
52
- * @memberof Configuration
53
56
  */
54
57
  accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
55
58
  /**
56
- * override base path
57
- *
58
- * @type {string}
59
+ * parameter for aws4 signature security
60
+ * @param {Object} AWS4Signature - AWS4 Signature security
61
+ * @param {string} options.region - aws region
62
+ * @param {string} options.service - name of the service.
63
+ * @param {string} credentials.accessKeyId - aws access key id
64
+ * @param {string} credentials.secretAccessKey - aws access key
65
+ * @param {string} credentials.sessionToken - aws session token
59
66
  * @memberof Configuration
60
67
  */
68
+ awsv4?: AWSv4Configuration;
69
+ /**
70
+ * override base path
71
+ */
61
72
  basePath?: string;
62
73
  /**
63
74
  * override server index
64
- *
65
- * @type {number}
66
- * @memberof Configuration
67
75
  */
68
76
  serverIndex?: number;
69
77
  /**
70
78
  * base options for axios calls
71
- *
72
- * @type {any}
73
- * @memberof Configuration
74
79
  */
75
80
  baseOptions?: any;
76
81
  /**
@@ -87,6 +92,7 @@ export class Configuration {
87
92
  this.username = param.username;
88
93
  this.password = param.password;
89
94
  this.accessToken = param.accessToken;
95
+ this.awsv4 = param.awsv4;
90
96
  this.basePath = param.basePath;
91
97
  this.serverIndex = param.serverIndex;
92
98
  this.baseOptions = {
@@ -17,7 +17,6 @@ import type { AuditVerificationResult } from '../models';
17
17
  import type { SearchByAuditLogRequest } from '../models';
18
18
  /**
19
19
  * AuditControllerApi - axios parameter creator
20
- * @export
21
20
  */
22
21
  export declare const AuditControllerApiAxiosParamCreator: (configuration?: Configuration) => {
23
22
  /**
@@ -47,7 +46,6 @@ export declare const AuditControllerApiAxiosParamCreator: (configuration?: Confi
47
46
  };
48
47
  /**
49
48
  * AuditControllerApi - functional programming interface
50
- * @export
51
49
  */
52
50
  export declare const AuditControllerApiFp: (configuration?: Configuration) => {
53
51
  /**
@@ -77,7 +75,6 @@ export declare const AuditControllerApiFp: (configuration?: Configuration) => {
77
75
  };
78
76
  /**
79
77
  * AuditControllerApi - factory interface
80
- * @export
81
78
  */
82
79
  export declare const AuditControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
83
80
  /**
@@ -107,9 +104,6 @@ export declare const AuditControllerApiFactory: (configuration?: Configuration,
107
104
  };
108
105
  /**
109
106
  * AuditControllerApi - object-oriented interface
110
- * @export
111
- * @class AuditControllerApi
112
- * @extends {BaseAPI}
113
107
  */
114
108
  export declare class AuditControllerApi extends BaseAPI {
115
109
  /**
@@ -119,7 +113,6 @@ export declare class AuditControllerApi extends BaseAPI {
119
113
  * @param {GetAuditTrailSortEnum} [sort] Sort order for the audit trail. Can be \&#39;ASC\&#39; or \&#39;DESC\&#39;. Default is \&#39;DESC\&#39;
120
114
  * @param {*} [options] Override http request option.
121
115
  * @throws {RequiredError}
122
- * @memberof AuditControllerApi
123
116
  */
124
117
  getAuditTrail(id: string, sort?: GetAuditTrailSortEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuditLog[], any, {}>>;
125
118
  /**
@@ -128,7 +121,6 @@ export declare class AuditControllerApi extends BaseAPI {
128
121
  * @param {SearchByAuditLogRequest} searchByAuditLogRequest
129
122
  * @param {*} [options] Override http request option.
130
123
  * @throws {RequiredError}
131
- * @memberof AuditControllerApi
132
124
  */
133
125
  searchAuditTrail(searchByAuditLogRequest: SearchByAuditLogRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuditLog[], any, {}>>;
134
126
  /**
@@ -136,13 +128,9 @@ export declare class AuditControllerApi extends BaseAPI {
136
128
  * @summary Verify audit chain integrity
137
129
  * @param {*} [options] Override http request option.
138
130
  * @throws {RequiredError}
139
- * @memberof AuditControllerApi
140
131
  */
141
132
  verifyChain(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuditVerificationResult, any, {}>>;
142
133
  }
143
- /**
144
- * @export
145
- */
146
134
  export declare const GetAuditTrailSortEnum: {
147
135
  readonly Asc: "ASC";
148
136
  readonly Desc: "DESC";
@@ -31,7 +31,6 @@ const common_1 = require("../common");
31
31
  const base_1 = require("../base");
32
32
  /**
33
33
  * AuditControllerApi - axios parameter creator
34
- * @export
35
34
  */
36
35
  const AuditControllerApiAxiosParamCreator = function (configuration) {
37
36
  return {
@@ -63,6 +62,7 @@ const AuditControllerApiAxiosParamCreator = function (configuration) {
63
62
  if (sort !== undefined) {
64
63
  localVarQueryParameter['sort'] = sort;
65
64
  }
65
+ localVarHeaderParameter['Accept'] = '*/*';
66
66
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
67
67
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
68
68
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -95,6 +95,7 @@ const AuditControllerApiAxiosParamCreator = function (configuration) {
95
95
  // http bearer authentication required
96
96
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
97
97
  localVarHeaderParameter['Content-Type'] = 'application/json';
98
+ localVarHeaderParameter['Accept'] = '*/*';
98
99
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
99
100
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
100
101
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -124,6 +125,7 @@ const AuditControllerApiAxiosParamCreator = function (configuration) {
124
125
  // authentication keycloak_auth required
125
126
  // http bearer authentication required
126
127
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
128
+ localVarHeaderParameter['Accept'] = '*/*';
127
129
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
128
130
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
129
131
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -137,7 +139,6 @@ const AuditControllerApiAxiosParamCreator = function (configuration) {
137
139
  exports.AuditControllerApiAxiosParamCreator = AuditControllerApiAxiosParamCreator;
138
140
  /**
139
141
  * AuditControllerApi - functional programming interface
140
- * @export
141
142
  */
142
143
  const AuditControllerApiFp = function (configuration) {
143
144
  const localVarAxiosParamCreator = (0, exports.AuditControllerApiAxiosParamCreator)(configuration);
@@ -195,7 +196,6 @@ const AuditControllerApiFp = function (configuration) {
195
196
  exports.AuditControllerApiFp = AuditControllerApiFp;
196
197
  /**
197
198
  * AuditControllerApi - factory interface
198
- * @export
199
199
  */
200
200
  const AuditControllerApiFactory = function (configuration, basePath, axios) {
201
201
  const localVarFp = (0, exports.AuditControllerApiFp)(configuration);
@@ -235,9 +235,6 @@ const AuditControllerApiFactory = function (configuration, basePath, axios) {
235
235
  exports.AuditControllerApiFactory = AuditControllerApiFactory;
236
236
  /**
237
237
  * AuditControllerApi - object-oriented interface
238
- * @export
239
- * @class AuditControllerApi
240
- * @extends {BaseAPI}
241
238
  */
242
239
  class AuditControllerApi extends base_1.BaseAPI {
243
240
  /**
@@ -247,7 +244,6 @@ class AuditControllerApi extends base_1.BaseAPI {
247
244
  * @param {GetAuditTrailSortEnum} [sort] Sort order for the audit trail. Can be \&#39;ASC\&#39; or \&#39;DESC\&#39;. Default is \&#39;DESC\&#39;
248
245
  * @param {*} [options] Override http request option.
249
246
  * @throws {RequiredError}
250
- * @memberof AuditControllerApi
251
247
  */
252
248
  getAuditTrail(id, sort, options) {
253
249
  return (0, exports.AuditControllerApiFp)(this.configuration).getAuditTrail(id, sort, options).then((request) => request(this.axios, this.basePath));
@@ -258,7 +254,6 @@ class AuditControllerApi extends base_1.BaseAPI {
258
254
  * @param {SearchByAuditLogRequest} searchByAuditLogRequest
259
255
  * @param {*} [options] Override http request option.
260
256
  * @throws {RequiredError}
261
- * @memberof AuditControllerApi
262
257
  */
263
258
  searchAuditTrail(searchByAuditLogRequest, options) {
264
259
  return (0, exports.AuditControllerApiFp)(this.configuration).searchAuditTrail(searchByAuditLogRequest, options).then((request) => request(this.axios, this.basePath));
@@ -268,16 +263,12 @@ class AuditControllerApi extends base_1.BaseAPI {
268
263
  * @summary Verify audit chain integrity
269
264
  * @param {*} [options] Override http request option.
270
265
  * @throws {RequiredError}
271
- * @memberof AuditControllerApi
272
266
  */
273
267
  verifyChain(options) {
274
268
  return (0, exports.AuditControllerApiFp)(this.configuration).verifyChain(options).then((request) => request(this.axios, this.basePath));
275
269
  }
276
270
  }
277
271
  exports.AuditControllerApi = AuditControllerApi;
278
- /**
279
- * @export
280
- */
281
272
  exports.GetAuditTrailSortEnum = {
282
273
  Asc: 'ASC',
283
274
  Desc: 'DESC'
@@ -15,7 +15,6 @@ import { type RequestArgs, BaseAPI } from '../base';
15
15
  import type { DashboardStatisticsResponse } from '../models';
16
16
  /**
17
17
  * DashboardApi - axios parameter creator
18
- * @export
19
18
  */
20
19
  export declare const DashboardApiAxiosParamCreator: (configuration?: Configuration) => {
21
20
  /**
@@ -28,7 +27,6 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
28
27
  };
29
28
  /**
30
29
  * DashboardApi - functional programming interface
31
- * @export
32
30
  */
33
31
  export declare const DashboardApiFp: (configuration?: Configuration) => {
34
32
  /**
@@ -41,7 +39,6 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
41
39
  };
42
40
  /**
43
41
  * DashboardApi - factory interface
44
- * @export
45
42
  */
46
43
  export declare const DashboardApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
47
44
  /**
@@ -54,9 +51,6 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
54
51
  };
55
52
  /**
56
53
  * DashboardApi - object-oriented interface
57
- * @export
58
- * @class DashboardApi
59
- * @extends {BaseAPI}
60
54
  */
61
55
  export declare class DashboardApi extends BaseAPI {
62
56
  /**
@@ -64,7 +58,6 @@ export declare class DashboardApi extends BaseAPI {
64
58
  * @summary Get dashboard statistics
65
59
  * @param {*} [options] Override http request option.
66
60
  * @throws {RequiredError}
67
- * @memberof DashboardApi
68
61
  */
69
62
  getDashboardStatistics(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DashboardStatisticsResponse, any, {}>>;
70
63
  }
@@ -31,7 +31,6 @@ const common_1 = require("../common");
31
31
  const base_1 = require("../base");
32
32
  /**
33
33
  * DashboardApi - axios parameter creator
34
- * @export
35
34
  */
36
35
  const DashboardApiAxiosParamCreator = function (configuration) {
37
36
  return {
@@ -55,6 +54,7 @@ const DashboardApiAxiosParamCreator = function (configuration) {
55
54
  // authentication keycloak_auth required
56
55
  // http bearer authentication required
57
56
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
57
+ localVarHeaderParameter['Accept'] = 'application/json';
58
58
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
59
59
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
60
60
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -68,7 +68,6 @@ const DashboardApiAxiosParamCreator = function (configuration) {
68
68
  exports.DashboardApiAxiosParamCreator = DashboardApiAxiosParamCreator;
69
69
  /**
70
70
  * DashboardApi - functional programming interface
71
- * @export
72
71
  */
73
72
  const DashboardApiFp = function (configuration) {
74
73
  const localVarAxiosParamCreator = (0, exports.DashboardApiAxiosParamCreator)(configuration);
@@ -93,7 +92,6 @@ const DashboardApiFp = function (configuration) {
93
92
  exports.DashboardApiFp = DashboardApiFp;
94
93
  /**
95
94
  * DashboardApi - factory interface
96
- * @export
97
95
  */
98
96
  const DashboardApiFactory = function (configuration, basePath, axios) {
99
97
  const localVarFp = (0, exports.DashboardApiFp)(configuration);
@@ -112,9 +110,6 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
112
110
  exports.DashboardApiFactory = DashboardApiFactory;
113
111
  /**
114
112
  * DashboardApi - object-oriented interface
115
- * @export
116
- * @class DashboardApi
117
- * @extends {BaseAPI}
118
113
  */
119
114
  class DashboardApi extends base_1.BaseAPI {
120
115
  /**
@@ -122,7 +117,6 @@ class DashboardApi extends base_1.BaseAPI {
122
117
  * @summary Get dashboard statistics
123
118
  * @param {*} [options] Override http request option.
124
119
  * @throws {RequiredError}
125
- * @memberof DashboardApi
126
120
  */
127
121
  getDashboardStatistics(options) {
128
122
  return (0, exports.DashboardApiFp)(this.configuration).getDashboardStatistics(options).then((request) => request(this.axios, this.basePath));
@@ -24,7 +24,6 @@ import type { UpdateMetadataRequest } from '../models';
24
24
  import type { UploadResponse } from '../models';
25
25
  /**
26
26
  * DocumentControllerApi - axios parameter creator
27
- * @export
28
27
  */
29
28
  export declare const DocumentControllerApiAxiosParamCreator: (configuration?: Configuration) => {
30
29
  /**
@@ -166,7 +165,6 @@ export declare const DocumentControllerApiAxiosParamCreator: (configuration?: Co
166
165
  };
167
166
  /**
168
167
  * DocumentControllerApi - functional programming interface
169
- * @export
170
168
  */
171
169
  export declare const DocumentControllerApiFp: (configuration?: Configuration) => {
172
170
  /**
@@ -310,7 +308,6 @@ export declare const DocumentControllerApiFp: (configuration?: Configuration) =>
310
308
  };
311
309
  /**
312
310
  * DocumentControllerApi - factory interface
313
- * @export
314
311
  */
315
312
  export declare const DocumentControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
316
313
  /**
@@ -454,9 +451,6 @@ export declare const DocumentControllerApiFactory: (configuration?: Configuratio
454
451
  };
455
452
  /**
456
453
  * DocumentControllerApi - object-oriented interface
457
- * @export
458
- * @class DocumentControllerApi
459
- * @extends {BaseAPI}
460
454
  */
461
455
  export declare class DocumentControllerApi extends BaseAPI {
462
456
  /**
@@ -465,7 +459,6 @@ export declare class DocumentControllerApi extends BaseAPI {
465
459
  * @param {CreateBlankDocumentRequest} createBlankDocumentRequest
466
460
  * @param {*} [options] Override http request option.
467
461
  * @throws {RequiredError}
468
- * @memberof DocumentControllerApi
469
462
  */
470
463
  createBlankDocument(createBlankDocumentRequest: CreateBlankDocumentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}>>;
471
464
  /**
@@ -475,7 +468,6 @@ export declare class DocumentControllerApi extends BaseAPI {
475
468
  * @param {DeleteMetadataRequest} deleteMetadataRequest
476
469
  * @param {*} [options] Override http request option.
477
470
  * @throws {RequiredError}
478
- * @memberof DocumentControllerApi
479
471
  */
480
472
  deleteDocumentMetadata(documentId: string, deleteMetadataRequest: DeleteMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
481
473
  /**
@@ -484,7 +476,6 @@ export declare class DocumentControllerApi extends BaseAPI {
484
476
  * @param {string} documentId
485
477
  * @param {*} [options] Override http request option.
486
478
  * @throws {RequiredError}
487
- * @memberof DocumentControllerApi
488
479
  */
489
480
  downloadDocument(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
490
481
  /**
@@ -494,7 +485,6 @@ export declare class DocumentControllerApi extends BaseAPI {
494
485
  * @param {string} token
495
486
  * @param {*} [options] Override http request option.
496
487
  * @throws {RequiredError}
497
- * @memberof DocumentControllerApi
498
488
  */
499
489
  downloadForOnlyOffice(documentId: string, token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
500
490
  /**
@@ -503,7 +493,6 @@ export declare class DocumentControllerApi extends BaseAPI {
503
493
  * @param {Array<string>} requestBody
504
494
  * @param {*} [options] Override http request option.
505
495
  * @throws {RequiredError}
506
- * @memberof DocumentControllerApi
507
496
  */
508
497
  downloadMultipleDocumentsAsZip(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
509
498
  /**
@@ -512,7 +501,6 @@ export declare class DocumentControllerApi extends BaseAPI {
512
501
  * @param {string} documentId
513
502
  * @param {*} [options] Override http request option.
514
503
  * @throws {RequiredError}
515
- * @memberof DocumentControllerApi
516
504
  */
517
505
  getDocumentAncestors(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AncestorInfo[], any, {}>>;
518
506
  /**
@@ -522,7 +510,6 @@ export declare class DocumentControllerApi extends BaseAPI {
522
510
  * @param {boolean} [withMetadata] if false : only name, type and parentId are sent (when not null) - if true : metadata and size are added in the response
523
511
  * @param {*} [options] Override http request option.
524
512
  * @throws {RequiredError}
525
- * @memberof DocumentControllerApi
526
513
  */
527
514
  getDocumentInfo(documentId: string, withMetadata?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DocumentInfo, any, {}>>;
528
515
  /**
@@ -532,7 +519,6 @@ export declare class DocumentControllerApi extends BaseAPI {
532
519
  * @param {SearchMetadataRequest} [searchMetadataRequest]
533
520
  * @param {*} [options] Override http request option.
534
521
  * @throws {RequiredError}
535
- * @memberof DocumentControllerApi
536
522
  */
537
523
  getDocumentMetadata(documentId: string, searchMetadataRequest?: SearchMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
538
524
  [key: string]: any;
@@ -545,7 +531,6 @@ export declare class DocumentControllerApi extends BaseAPI {
545
531
  * @param {string} [sortOrder] Sort order (ASC or DESC). Defaults to \&#39;ASC\&#39;.
546
532
  * @param {*} [options] Override http request option.
547
533
  * @throws {RequiredError}
548
- * @memberof DocumentControllerApi
549
534
  */
550
535
  getDocumentPosition(documentId: string, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DocumentPosition, any, {}>>;
551
536
  /**
@@ -555,7 +540,6 @@ export declare class DocumentControllerApi extends BaseAPI {
555
540
  * @param {File} file
556
541
  * @param {*} [options] Override http request option.
557
542
  * @throws {RequiredError}
558
- * @memberof DocumentControllerApi
559
543
  */
560
544
  replaceDocumentContent(documentId: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}>>;
561
545
  /**
@@ -565,7 +549,6 @@ export declare class DocumentControllerApi extends BaseAPI {
565
549
  * @param {{ [key: string]: any; }} requestBody New metadata map. Replaces all existing metadata.
566
550
  * @param {*} [options] Override http request option.
567
551
  * @throws {RequiredError}
568
- * @memberof DocumentControllerApi
569
552
  */
570
553
  replaceDocumentMetadata(documentId: string, requestBody: {
571
554
  [key: string]: any;
@@ -576,7 +559,6 @@ export declare class DocumentControllerApi extends BaseAPI {
576
559
  * @param {SearchByMetadataRequest} searchByMetadataRequest
577
560
  * @param {*} [options] Override http request option.
578
561
  * @throws {RequiredError}
579
- * @memberof DocumentControllerApi
580
562
  */
581
563
  searchDocumentIdsByMetadata(searchByMetadataRequest: SearchByMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any, {}>>;
582
564
  /**
@@ -586,7 +568,6 @@ export declare class DocumentControllerApi extends BaseAPI {
586
568
  * @param {UpdateMetadataRequest} updateMetadataRequest
587
569
  * @param {*} [options] Override http request option.
588
570
  * @throws {RequiredError}
589
- * @memberof DocumentControllerApi
590
571
  */
591
572
  updateDocumentMetadata(documentId: string, updateMetadataRequest: UpdateMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}>>;
592
573
  /**
@@ -597,7 +578,6 @@ export declare class DocumentControllerApi extends BaseAPI {
597
578
  * @param {string} [parametersByFilename] Paste the JSON array here&lt;br&gt;This array provides optional metadata and attributes for the uploaded files&lt;br&gt;&lt;section&gt; &lt;h3&gt;Each object in the array must contain:&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Field&lt;/th&gt; &lt;th&gt;Type&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;filename&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;String&lt;/code&gt;&lt;/td&gt; &lt;td&gt;Must match the filename of one of the uploaded files. Filenames must be unique in the upload request.&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;fileAttributes&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;JSON Object&lt;/code&gt;&lt;/td&gt; &lt;td&gt;Container for metadata and other file-specific attributes.&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h4&gt;Inside &lt;code&gt;fileAttributes&lt;/code&gt;:&lt;/h4&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Field&lt;/th&gt; &lt;th&gt;Type&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;parentFolderId&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;UUID&lt;/code&gt;&lt;/td&gt; &lt;td&gt;UUID of the target folder to upload the file (if not provided : the file will be uploaded at the root level)&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;metadata&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;Map&amp;lt;String, JSON Object&amp;gt;&lt;/code&gt;&lt;/td&gt; &lt;td&gt;Arbitrary metadata to associate with the file (key/value pairs).&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h4&gt;Example of &lt;code&gt;parametersByFilename&lt;/code&gt; JSON array :&lt;/h4&gt; &lt;pre&gt;&lt;code&gt;[ { \\\&quot;filename\\\&quot;: \\\&quot;file1.txt\\\&quot;, \\\&quot;fileAttributes\\\&quot;: { \\\&quot;parentFolderId\\\&quot;: \\\&quot;f8c3de3d-1fea-4d7c-a8b0-29f63c4c3454\\\&quot;, \\\&quot;metadata\\\&quot;: { \\\&quot;country\\\&quot;: \\\&quot;UK\\\&quot;, \\\&quot;owner\\\&quot;: { \\\&quot;name\\\&quot;: \\\&quot;Joe\\\&quot;, \\\&quot;owner_id\\\&quot;: 1234568 } } } }, { \\\&quot;filename\\\&quot;: \\\&quot;file2.md\\\&quot;, \\\&quot;fileAttributes\\\&quot;: { \\\&quot;metadata\\\&quot;: { \\\&quot;key1\\\&quot;: \\\&quot;value1\\\&quot;, \\\&quot;key2\\\&quot;: \\\&quot;value2\\\&quot;, \\\&quot;key3\\\&quot;: \\\&quot;value3\\\&quot; } } } ]&lt;/code&gt;&lt;/pre&gt; &lt;/section&gt;
598
579
  * @param {*} [options] Override http request option.
599
580
  * @throws {RequiredError}
600
- * @memberof DocumentControllerApi
601
581
  */
602
582
  uploadDocument(file: Array<File>, allowDuplicateFileNames?: boolean, parametersByFilename?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse[], any, {}>>;
603
583
  /**
@@ -609,7 +589,6 @@ export declare class DocumentControllerApi extends BaseAPI {
609
589
  * @param {string} [metadata]
610
590
  * @param {*} [options] Override http request option.
611
591
  * @throws {RequiredError}
612
- * @memberof DocumentControllerApi
613
592
  */
614
593
  uploadDocument1(file: File, allowDuplicateFileNames?: boolean, parentFolderId?: string, metadata?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}>>;
615
594
  }