@coscine/api-client 1.5.2 → 2.2.0

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 (143) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +41 -112
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.umd.js +41 -112
  5. package/dist/index.umd.js.map +1 -1
  6. package/dist/lib/Coscine.Api.ActivatedFeatures/api.js +1 -1
  7. package/dist/lib/Coscine.Api.ActivatedFeatures/base.js +1 -1
  8. package/dist/lib/Coscine.Api.ActivatedFeatures/common.js +1 -1
  9. package/dist/lib/Coscine.Api.ActivatedFeatures/configuration.js +1 -1
  10. package/dist/lib/Coscine.Api.ActivatedFeatures/index.js +1 -1
  11. package/dist/lib/Coscine.Api.Admin/api.js +1 -1
  12. package/dist/lib/Coscine.Api.Admin/base.js +1 -1
  13. package/dist/lib/Coscine.Api.Admin/common.js +1 -1
  14. package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
  15. package/dist/lib/Coscine.Api.Admin/index.js +1 -1
  16. package/dist/lib/Coscine.Api.Blob/api.js +1 -67
  17. package/dist/lib/Coscine.Api.Blob/api.js.map +1 -1
  18. package/dist/lib/Coscine.Api.Blob/base.js +1 -1
  19. package/dist/lib/Coscine.Api.Blob/common.js +1 -1
  20. package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
  21. package/dist/lib/Coscine.Api.Blob/index.js +1 -1
  22. package/dist/lib/Coscine.Api.Metadata/api.js +1 -1
  23. package/dist/lib/Coscine.Api.Metadata/base.js +1 -1
  24. package/dist/lib/Coscine.Api.Metadata/common.js +1 -1
  25. package/dist/lib/Coscine.Api.Metadata/configuration.js +1 -1
  26. package/dist/lib/Coscine.Api.Metadata/index.js +1 -1
  27. package/dist/lib/Coscine.Api.Notices/api.js +1 -1
  28. package/dist/lib/Coscine.Api.Notices/base.js +1 -1
  29. package/dist/lib/Coscine.Api.Notices/common.js +1 -1
  30. package/dist/lib/Coscine.Api.Notices/configuration.js +1 -1
  31. package/dist/lib/Coscine.Api.Notices/index.js +1 -1
  32. package/dist/lib/Coscine.Api.Organization/api.js +1 -1
  33. package/dist/lib/Coscine.Api.Organization/base.js +1 -1
  34. package/dist/lib/Coscine.Api.Organization/common.js +1 -1
  35. package/dist/lib/Coscine.Api.Organization/configuration.js +1 -1
  36. package/dist/lib/Coscine.Api.Organization/index.js +1 -1
  37. package/dist/lib/Coscine.Api.Project/api.js +1 -1
  38. package/dist/lib/Coscine.Api.Project/base.js +1 -1
  39. package/dist/lib/Coscine.Api.Project/common.js +1 -1
  40. package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
  41. package/dist/lib/Coscine.Api.Project/index.js +1 -1
  42. package/dist/lib/Coscine.Api.Quota/api.js +1 -1
  43. package/dist/lib/Coscine.Api.Quota/base.js +1 -1
  44. package/dist/lib/Coscine.Api.Quota/common.js +1 -1
  45. package/dist/lib/Coscine.Api.Quota/configuration.js +1 -1
  46. package/dist/lib/Coscine.Api.Quota/index.js +1 -1
  47. package/dist/lib/Coscine.Api.Resources/api.js +12 -2
  48. package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
  49. package/dist/lib/Coscine.Api.Resources/base.js +1 -1
  50. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  51. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  52. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  53. package/dist/lib/Coscine.Api.Search/api.js +1 -1
  54. package/dist/lib/Coscine.Api.Search/base.js +1 -1
  55. package/dist/lib/Coscine.Api.Search/common.js +1 -1
  56. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  57. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  58. package/dist/lib/Coscine.Api.Token/api.js +1 -1
  59. package/dist/lib/Coscine.Api.Token/base.js +1 -1
  60. package/dist/lib/Coscine.Api.Token/common.js +1 -1
  61. package/dist/lib/Coscine.Api.Token/configuration.js +1 -1
  62. package/dist/lib/Coscine.Api.Token/index.js +1 -1
  63. package/dist/lib/Coscine.Api.Tree/api.js +29 -15
  64. package/dist/lib/Coscine.Api.Tree/api.js.map +1 -1
  65. package/dist/lib/Coscine.Api.Tree/base.js +2 -2
  66. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  67. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  68. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  69. package/dist/lib/Coscine.Api.User/api.js +1 -1
  70. package/dist/lib/Coscine.Api.User/base.js +1 -1
  71. package/dist/lib/Coscine.Api.User/common.js +1 -1
  72. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  73. package/dist/lib/Coscine.Api.User/index.js +1 -1
  74. package/dist/lib/axios-basic.js +5 -30
  75. package/dist/lib/axios-basic.js.map +1 -1
  76. package/dist/types/Coscine.Api.ActivatedFeatures/api.d.ts +1 -1
  77. package/dist/types/Coscine.Api.ActivatedFeatures/base.d.ts +1 -1
  78. package/dist/types/Coscine.Api.ActivatedFeatures/common.d.ts +1 -1
  79. package/dist/types/Coscine.Api.ActivatedFeatures/configuration.d.ts +1 -1
  80. package/dist/types/Coscine.Api.ActivatedFeatures/index.d.ts +1 -1
  81. package/dist/types/Coscine.Api.Admin/api.d.ts +1 -1
  82. package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
  83. package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
  84. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  85. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  86. package/dist/types/Coscine.Api.Blob/api.d.ts +1 -34
  87. package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
  88. package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
  89. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  90. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  91. package/dist/types/Coscine.Api.Metadata/api.d.ts +1 -1
  92. package/dist/types/Coscine.Api.Metadata/base.d.ts +1 -1
  93. package/dist/types/Coscine.Api.Metadata/common.d.ts +1 -1
  94. package/dist/types/Coscine.Api.Metadata/configuration.d.ts +1 -1
  95. package/dist/types/Coscine.Api.Metadata/index.d.ts +1 -1
  96. package/dist/types/Coscine.Api.Notices/api.d.ts +1 -1
  97. package/dist/types/Coscine.Api.Notices/base.d.ts +1 -1
  98. package/dist/types/Coscine.Api.Notices/common.d.ts +1 -1
  99. package/dist/types/Coscine.Api.Notices/configuration.d.ts +1 -1
  100. package/dist/types/Coscine.Api.Notices/index.d.ts +1 -1
  101. package/dist/types/Coscine.Api.Organization/api.d.ts +1 -1
  102. package/dist/types/Coscine.Api.Organization/base.d.ts +1 -1
  103. package/dist/types/Coscine.Api.Organization/common.d.ts +1 -1
  104. package/dist/types/Coscine.Api.Organization/configuration.d.ts +1 -1
  105. package/dist/types/Coscine.Api.Organization/index.d.ts +1 -1
  106. package/dist/types/Coscine.Api.Project/api.d.ts +1 -1
  107. package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
  108. package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
  109. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  110. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  111. package/dist/types/Coscine.Api.Quota/api.d.ts +1 -1
  112. package/dist/types/Coscine.Api.Quota/base.d.ts +1 -1
  113. package/dist/types/Coscine.Api.Quota/common.d.ts +1 -1
  114. package/dist/types/Coscine.Api.Quota/configuration.d.ts +1 -1
  115. package/dist/types/Coscine.Api.Quota/index.d.ts +1 -1
  116. package/dist/types/Coscine.Api.Resources/api.d.ts +59 -8
  117. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  118. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  119. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  120. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  121. package/dist/types/Coscine.Api.Search/api.d.ts +1 -1
  122. package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
  123. package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
  124. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  125. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  126. package/dist/types/Coscine.Api.Token/api.d.ts +1 -1
  127. package/dist/types/Coscine.Api.Token/base.d.ts +1 -1
  128. package/dist/types/Coscine.Api.Token/common.d.ts +1 -1
  129. package/dist/types/Coscine.Api.Token/configuration.d.ts +1 -1
  130. package/dist/types/Coscine.Api.Token/index.d.ts +1 -1
  131. package/dist/types/Coscine.Api.Tree/api.d.ts +17 -9
  132. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  133. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  134. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  135. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  136. package/dist/types/Coscine.Api.User/api.d.ts +1 -1
  137. package/dist/types/Coscine.Api.User/base.d.ts +1 -1
  138. package/dist/types/Coscine.Api.User/common.d.ts +1 -1
  139. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  140. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  141. package/dist/types/apis.d.ts +2 -3
  142. package/dist/types/index.d.ts +4 -6
  143. package/package.json +2 -2
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Token
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.0.3
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Token
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.0.3
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Token
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.0.3
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Token
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.0.3
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Token
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.0.3
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Tree
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.3
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,19 +22,21 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
22
22
  * @summary This method retrieves the metadata
23
23
  * @param {string} resourceId Id of a resource
24
24
  * @param {string} [path] Path to the file
25
+ * @param {string} [mimeType] Requested MimeType of the metadata
25
26
  * @param {*} [options] Override http request option.
26
27
  * @throws {RequiredError}
27
28
  */
28
- treeGetMetadataWithParameter: (resourceId: string, path?: string, options?: any) => Promise<RequestArgs>;
29
+ treeGetMetadataWithParameter: (resourceId: string, path?: string, mimeType?: string, options?: any) => Promise<RequestArgs>;
29
30
  /**
30
31
  *
31
32
  * @summary This method stores the metadata of the file
32
33
  * @param {string} resourceId Id of the resource
33
34
  * @param {string} [path] Path to the file
35
+ * @param {string} [mimeType] Requested MimeType of the metadata
34
36
  * @param {*} [options] Override http request option.
35
37
  * @throws {RequiredError}
36
38
  */
37
- treeStoreMetadataForFileWithParameter: (resourceId: string, path?: string, options?: any) => Promise<RequestArgs>;
39
+ treeStoreMetadataForFileWithParameter: (resourceId: string, path?: string, mimeType?: string, options?: any) => Promise<RequestArgs>;
38
40
  };
39
41
  /**
40
42
  * TreeApi - functional programming interface
@@ -46,19 +48,21 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
46
48
  * @summary This method retrieves the metadata
47
49
  * @param {string} resourceId Id of a resource
48
50
  * @param {string} [path] Path to the file
51
+ * @param {string} [mimeType] Requested MimeType of the metadata
49
52
  * @param {*} [options] Override http request option.
50
53
  * @throws {RequiredError}
51
54
  */
52
- treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
55
+ treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
53
56
  /**
54
57
  *
55
58
  * @summary This method stores the metadata of the file
56
59
  * @param {string} resourceId Id of the resource
57
60
  * @param {string} [path] Path to the file
61
+ * @param {string} [mimeType] Requested MimeType of the metadata
58
62
  * @param {*} [options] Override http request option.
59
63
  * @throws {RequiredError}
60
64
  */
61
- treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
65
+ treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
62
66
  };
63
67
  /**
64
68
  * TreeApi - factory interface
@@ -70,19 +74,21 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
70
74
  * @summary This method retrieves the metadata
71
75
  * @param {string} resourceId Id of a resource
72
76
  * @param {string} [path] Path to the file
77
+ * @param {string} [mimeType] Requested MimeType of the metadata
73
78
  * @param {*} [options] Override http request option.
74
79
  * @throws {RequiredError}
75
80
  */
76
- treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<any>;
81
+ treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): AxiosPromise<any>;
77
82
  /**
78
83
  *
79
84
  * @summary This method stores the metadata of the file
80
85
  * @param {string} resourceId Id of the resource
81
86
  * @param {string} [path] Path to the file
87
+ * @param {string} [mimeType] Requested MimeType of the metadata
82
88
  * @param {*} [options] Override http request option.
83
89
  * @throws {RequiredError}
84
90
  */
85
- treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<any>;
91
+ treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): AxiosPromise<any>;
86
92
  };
87
93
  /**
88
94
  * TreeApi - object-oriented interface
@@ -96,19 +102,21 @@ export declare class TreeApi extends BaseAPI {
96
102
  * @summary This method retrieves the metadata
97
103
  * @param {string} resourceId Id of a resource
98
104
  * @param {string} [path] Path to the file
105
+ * @param {string} [mimeType] Requested MimeType of the metadata
99
106
  * @param {*} [options] Override http request option.
100
107
  * @throws {RequiredError}
101
108
  * @memberof TreeApi
102
109
  */
103
- treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
110
+ treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
104
111
  /**
105
112
  *
106
113
  * @summary This method stores the metadata of the file
107
114
  * @param {string} resourceId Id of the resource
108
115
  * @param {string} [path] Path to the file
116
+ * @param {string} [mimeType] Requested MimeType of the metadata
109
117
  * @param {*} [options] Override http request option.
110
118
  * @throws {RequiredError}
111
119
  * @memberof TreeApi
112
120
  */
113
- treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
121
+ treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
114
122
  }
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Tree
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.3
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Tree
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.3
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Tree
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.3
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Tree
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.3
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.User
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 2.3.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.User
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 2.3.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.User
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 2.3.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.User
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 2.3.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.User
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 2.3.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,6 @@ declare function implementations(axios?: AxiosInstance): {
16
16
  blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
17
17
  blobGetFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
18
18
  blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>;
19
- blobIsResourceValid(body: any, options?: any): import("axios").AxiosPromise<any>;
20
19
  blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>;
21
20
  };
22
21
  ContactChangeApi: {
@@ -126,8 +125,8 @@ declare function implementations(axios?: AxiosInstance): {
126
125
  tOSGetCurrentTOSVersion(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User/api").Tos>;
127
126
  };
128
127
  TreeApi: {
129
- treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
130
- treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
128
+ treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): import("axios").AxiosPromise<any>;
129
+ treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): import("axios").AxiosPromise<any>;
131
130
  };
132
131
  UserApi: {
133
132
  userGetUser(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User/api").UserObject>;
@@ -15,7 +15,6 @@ declare const apis: {
15
15
  blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
16
16
  blobGetFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
17
17
  blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>;
18
- blobIsResourceValid(body: any, options?: any): import("axios").AxiosPromise<any>;
19
18
  blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>;
20
19
  };
21
20
  ContactChangeApi: {
@@ -125,8 +124,8 @@ declare const apis: {
125
124
  tOSGetCurrentTOSVersion(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").Tos>;
126
125
  };
127
126
  TreeApi: {
128
- treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
129
- treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
127
+ treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): import("axios").AxiosPromise<any>;
128
+ treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): import("axios").AxiosPromise<any>;
130
129
  };
131
130
  UserApi: {
132
131
  userGetUser(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").UserObject>;
@@ -154,7 +153,6 @@ export declare const BlobApi: {
154
153
  blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
155
154
  blobGetFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
156
155
  blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>;
157
- blobIsResourceValid(body: any, options?: any): import("axios").AxiosPromise<any>;
158
156
  blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>;
159
157
  };
160
158
  export declare const ContactChangeApi: {
@@ -264,8 +262,8 @@ export declare const TOSApi: {
264
262
  tOSGetCurrentTOSVersion(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").Tos>;
265
263
  };
266
264
  export declare const TreeApi: {
267
- treeGetMetadataWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
268
- treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
265
+ treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): import("axios").AxiosPromise<any>;
266
+ treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): import("axios").AxiosPromise<any>;
269
267
  };
270
268
  export declare const UserApi: {
271
269
  userGetUser(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.User").UserObject>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coscine/api-client",
3
- "version": "1.5.2",
3
+ "version": "2.2.0",
4
4
  "description": "This project contains the generated api connection classes.",
5
5
  "keywords": [
6
6
  "coscine",
@@ -129,5 +129,5 @@
129
129
  "dependencies": {
130
130
  "axios": "^0.21.1"
131
131
  },
132
- "packageManager": "yarn@3.2.0"
132
+ "packageManager": "yarn@3.2.1"
133
133
  }