@coscine/api-client 1.5.1 → 2.1.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 (144) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +109 -144
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.umd.js +109 -144
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +40 -40
  38. package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
  39. package/dist/lib/Coscine.Api.Project/base.js +2 -2
  40. package/dist/lib/Coscine.Api.Project/common.js +1 -1
  41. package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
  42. package/dist/lib/Coscine.Api.Project/index.js +1 -1
  43. package/dist/lib/Coscine.Api.Quota/api.js +1 -1
  44. package/dist/lib/Coscine.Api.Quota/base.js +2 -2
  45. package/dist/lib/Coscine.Api.Quota/common.js +1 -1
  46. package/dist/lib/Coscine.Api.Quota/configuration.js +1 -1
  47. package/dist/lib/Coscine.Api.Quota/index.js +1 -1
  48. package/dist/lib/Coscine.Api.Resources/api.js +12 -2
  49. package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
  50. package/dist/lib/Coscine.Api.Resources/base.js +2 -2
  51. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  52. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  53. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  54. package/dist/lib/Coscine.Api.Search/api.js +1 -1
  55. package/dist/lib/Coscine.Api.Search/base.js +2 -2
  56. package/dist/lib/Coscine.Api.Search/common.js +1 -1
  57. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  58. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  59. package/dist/lib/Coscine.Api.Token/api.js +59 -1
  60. package/dist/lib/Coscine.Api.Token/api.js.map +1 -1
  61. package/dist/lib/Coscine.Api.Token/base.js +2 -2
  62. package/dist/lib/Coscine.Api.Token/common.js +1 -1
  63. package/dist/lib/Coscine.Api.Token/configuration.js +1 -1
  64. package/dist/lib/Coscine.Api.Token/index.js +1 -1
  65. package/dist/lib/Coscine.Api.Tree/api.js +1 -1
  66. package/dist/lib/Coscine.Api.Tree/base.js +2 -2
  67. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  68. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  69. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  70. package/dist/lib/Coscine.Api.User/api.js +1 -1
  71. package/dist/lib/Coscine.Api.User/base.js +2 -2
  72. package/dist/lib/Coscine.Api.User/common.js +1 -1
  73. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  74. package/dist/lib/Coscine.Api.User/index.js +1 -1
  75. package/dist/lib/axios-basic.js +5 -30
  76. package/dist/lib/axios-basic.js.map +1 -1
  77. package/dist/types/Coscine.Api.ActivatedFeatures/api.d.ts +1 -1
  78. package/dist/types/Coscine.Api.ActivatedFeatures/base.d.ts +1 -1
  79. package/dist/types/Coscine.Api.ActivatedFeatures/common.d.ts +1 -1
  80. package/dist/types/Coscine.Api.ActivatedFeatures/configuration.d.ts +1 -1
  81. package/dist/types/Coscine.Api.ActivatedFeatures/index.d.ts +1 -1
  82. package/dist/types/Coscine.Api.Admin/api.d.ts +1 -1
  83. package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
  84. package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
  85. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  86. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  87. package/dist/types/Coscine.Api.Blob/api.d.ts +1 -34
  88. package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
  89. package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
  90. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  91. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  92. package/dist/types/Coscine.Api.Metadata/api.d.ts +1 -1
  93. package/dist/types/Coscine.Api.Metadata/base.d.ts +1 -1
  94. package/dist/types/Coscine.Api.Metadata/common.d.ts +1 -1
  95. package/dist/types/Coscine.Api.Metadata/configuration.d.ts +1 -1
  96. package/dist/types/Coscine.Api.Metadata/index.d.ts +1 -1
  97. package/dist/types/Coscine.Api.Notices/api.d.ts +1 -1
  98. package/dist/types/Coscine.Api.Notices/base.d.ts +1 -1
  99. package/dist/types/Coscine.Api.Notices/common.d.ts +1 -1
  100. package/dist/types/Coscine.Api.Notices/configuration.d.ts +1 -1
  101. package/dist/types/Coscine.Api.Notices/index.d.ts +1 -1
  102. package/dist/types/Coscine.Api.Organization/api.d.ts +1 -1
  103. package/dist/types/Coscine.Api.Organization/base.d.ts +1 -1
  104. package/dist/types/Coscine.Api.Organization/common.d.ts +1 -1
  105. package/dist/types/Coscine.Api.Organization/configuration.d.ts +1 -1
  106. package/dist/types/Coscine.Api.Organization/index.d.ts +1 -1
  107. package/dist/types/Coscine.Api.Project/api.d.ts +33 -33
  108. package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
  109. package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
  110. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  111. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  112. package/dist/types/Coscine.Api.Quota/api.d.ts +1 -1
  113. package/dist/types/Coscine.Api.Quota/base.d.ts +1 -1
  114. package/dist/types/Coscine.Api.Quota/common.d.ts +1 -1
  115. package/dist/types/Coscine.Api.Quota/configuration.d.ts +1 -1
  116. package/dist/types/Coscine.Api.Quota/index.d.ts +1 -1
  117. package/dist/types/Coscine.Api.Resources/api.d.ts +59 -8
  118. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  119. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  120. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  121. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  122. package/dist/types/Coscine.Api.Search/api.d.ts +1 -1
  123. package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
  124. package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
  125. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  126. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  127. package/dist/types/Coscine.Api.Token/api.d.ts +49 -1
  128. package/dist/types/Coscine.Api.Token/base.d.ts +1 -1
  129. package/dist/types/Coscine.Api.Token/common.d.ts +1 -1
  130. package/dist/types/Coscine.Api.Token/configuration.d.ts +1 -1
  131. package/dist/types/Coscine.Api.Token/index.d.ts +1 -1
  132. package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
  133. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  134. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  135. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  136. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  137. package/dist/types/Coscine.Api.User/api.d.ts +1 -1
  138. package/dist/types/Coscine.Api.User/base.d.ts +1 -1
  139. package/dist/types/Coscine.Api.User/common.d.ts +1 -1
  140. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  141. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  142. package/dist/types/apis.d.ts +2 -2
  143. package/dist/types/index.d.ts +4 -4
  144. package/package.json +2 -2
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Admin
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.4.0
5
+ * The version of the OpenAPI document: 2.5.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.Admin
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.4.0
5
+ * The version of the OpenAPI document: 2.5.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.Admin
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.4.0
5
+ * The version of the OpenAPI document: 2.5.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.Admin
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.4.0
5
+ * The version of the OpenAPI document: 2.5.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.Admin
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.4.0
5
+ * The version of the OpenAPI document: 2.5.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.Blob
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.6.4
5
+ * The version of the OpenAPI document: 2.7.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -43,14 +43,6 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
43
43
  * @throws {RequiredError}
44
44
  */
45
45
  blobGetQuota: (resourceId: string, options?: any) => Promise<RequestArgs>;
46
- /**
47
- *
48
- * @summary This method checks if the resource is valid
49
- * @param {any} body
50
- * @param {*} [options] Override http request option.
51
- * @throws {RequiredError}
52
- */
53
- blobIsResourceValid: (body: any, options?: any) => Promise<RequestArgs>;
54
46
  /**
55
47
  *
56
48
  * @summary This method uploads a given File
@@ -93,14 +85,6 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
93
85
  * @throws {RequiredError}
94
86
  */
95
87
  blobGetQuota(resourceId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
96
- /**
97
- *
98
- * @summary This method checks if the resource is valid
99
- * @param {any} body
100
- * @param {*} [options] Override http request option.
101
- * @throws {RequiredError}
102
- */
103
- blobIsResourceValid(body: any, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
104
88
  /**
105
89
  *
106
90
  * @summary This method uploads a given File
@@ -143,14 +127,6 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
143
127
  * @throws {RequiredError}
144
128
  */
145
129
  blobGetQuota(resourceId: string, options?: any): AxiosPromise<any>;
146
- /**
147
- *
148
- * @summary This method checks if the resource is valid
149
- * @param {any} body
150
- * @param {*} [options] Override http request option.
151
- * @throws {RequiredError}
152
- */
153
- blobIsResourceValid(body: any, options?: any): AxiosPromise<any>;
154
130
  /**
155
131
  *
156
132
  * @summary This method uploads a given File
@@ -198,15 +174,6 @@ export declare class BlobApi extends BaseAPI {
198
174
  * @memberof BlobApi
199
175
  */
200
176
  blobGetQuota(resourceId: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
201
- /**
202
- *
203
- * @summary This method checks if the resource is valid
204
- * @param {any} body
205
- * @param {*} [options] Override http request option.
206
- * @throws {RequiredError}
207
- * @memberof BlobApi
208
- */
209
- blobIsResourceValid(body: any, options?: any): Promise<import("axios").AxiosResponse<any>>;
210
177
  /**
211
178
  *
212
179
  * @summary This method uploads a given File
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Blob
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.6.4
5
+ * The version of the OpenAPI document: 2.7.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.Blob
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.6.4
5
+ * The version of the OpenAPI document: 2.7.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.Blob
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.6.4
5
+ * The version of the OpenAPI document: 2.7.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.Blob
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.6.4
5
+ * The version of the OpenAPI document: 2.7.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.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.2
5
+ * The version of the OpenAPI document: 3.1.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.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.2
5
+ * The version of the OpenAPI document: 3.1.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.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.2
5
+ * The version of the OpenAPI document: 3.1.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.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.2
5
+ * The version of the OpenAPI document: 3.1.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.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.0.2
5
+ * The version of the OpenAPI document: 3.1.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.Notices
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.0
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.Notices
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.0
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.Notices
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.0
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.Notices
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.0
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.Notices
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.0
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.Organization
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.1.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.Organization
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.1.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.Organization
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.1.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.Organization
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.1.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.Organization
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.1.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.Project
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.7.0
5
+ * The version of the OpenAPI document: 2.8.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -781,8 +781,8 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
781
781
  projectDelete: (id: string, options?: any) => Promise<RequestArgs>;
782
782
  /**
783
783
  *
784
- * @summary Deletes an invitation.
785
- * @param {string} invitationId Id of a invitation
784
+ * @summary Deletes a project invitation.
785
+ * @param {string} invitationId Id of an invitation
786
786
  * @param {*} [options] Override http request option.
787
787
  * @throws {RequiredError}
788
788
  */
@@ -837,7 +837,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
837
837
  /**
838
838
  *
839
839
  * @summary List all invitations of a project.
840
- * @param {string} projectId Project id of the project
840
+ * @param {string} projectId Id of the project
841
841
  * @param {*} [options] Override http request option.
842
842
  * @throws {RequiredError}
843
843
  */
@@ -861,16 +861,16 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
861
861
  projectQuotas: (id: string, options?: any) => Promise<RequestArgs>;
862
862
  /**
863
863
  *
864
- * @summary Resolve an invitation for the current user.
865
- * @param {string} token Token of a invitation
864
+ * @summary Resolve a project invitation for the current user.
865
+ * @param {string} invitationToken Token for a project invitation stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;
866
866
  * @param {*} [options] Override http request option.
867
867
  * @throws {RequiredError}
868
868
  */
869
- projectResolveInvitation: (token: string, options?: any) => Promise<RequestArgs>;
869
+ projectResolveInvitation: (invitationToken: string, options?: any) => Promise<RequestArgs>;
870
870
  /**
871
871
  *
872
- * @summary Create and send an invitation to specified mail.
873
- * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation
872
+ * @summary Create and send a project invitation to a specified mail.
873
+ * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation. The invitation token is stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;.
874
874
  * @param {*} [options] Override http request option.
875
875
  * @throws {RequiredError}
876
876
  */
@@ -926,8 +926,8 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
926
926
  projectDelete(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
927
927
  /**
928
928
  *
929
- * @summary Deletes an invitation.
930
- * @param {string} invitationId Id of a invitation
929
+ * @summary Deletes a project invitation.
930
+ * @param {string} invitationId Id of an invitation
931
931
  * @param {*} [options] Override http request option.
932
932
  * @throws {RequiredError}
933
933
  */
@@ -982,7 +982,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
982
982
  /**
983
983
  *
984
984
  * @summary List all invitations of a project.
985
- * @param {string} projectId Project id of the project
985
+ * @param {string} projectId Id of the project
986
986
  * @param {*} [options] Override http request option.
987
987
  * @throws {RequiredError}
988
988
  */
@@ -1006,16 +1006,16 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
1006
1006
  projectQuotas(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectQuotaReturnObject>>>;
1007
1007
  /**
1008
1008
  *
1009
- * @summary Resolve an invitation for the current user.
1010
- * @param {string} token Token of a invitation
1009
+ * @summary Resolve a project invitation for the current user.
1010
+ * @param {string} invitationToken Token for a project invitation stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;
1011
1011
  * @param {*} [options] Override http request option.
1012
1012
  * @throws {RequiredError}
1013
1013
  */
1014
- projectResolveInvitation(token: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1014
+ projectResolveInvitation(invitationToken: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1015
1015
  /**
1016
1016
  *
1017
- * @summary Create and send an invitation to specified mail.
1018
- * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation
1017
+ * @summary Create and send a project invitation to a specified mail.
1018
+ * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation. The invitation token is stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;.
1019
1019
  * @param {*} [options] Override http request option.
1020
1020
  * @throws {RequiredError}
1021
1021
  */
@@ -1071,8 +1071,8 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1071
1071
  projectDelete(id: string, options?: any): AxiosPromise<any>;
1072
1072
  /**
1073
1073
  *
1074
- * @summary Deletes an invitation.
1075
- * @param {string} invitationId Id of a invitation
1074
+ * @summary Deletes a project invitation.
1075
+ * @param {string} invitationId Id of an invitation
1076
1076
  * @param {*} [options] Override http request option.
1077
1077
  * @throws {RequiredError}
1078
1078
  */
@@ -1127,7 +1127,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1127
1127
  /**
1128
1128
  *
1129
1129
  * @summary List all invitations of a project.
1130
- * @param {string} projectId Project id of the project
1130
+ * @param {string} projectId Id of the project
1131
1131
  * @param {*} [options] Override http request option.
1132
1132
  * @throws {RequiredError}
1133
1133
  */
@@ -1151,16 +1151,16 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
1151
1151
  projectQuotas(id: string, options?: any): AxiosPromise<Array<ProjectQuotaReturnObject>>;
1152
1152
  /**
1153
1153
  *
1154
- * @summary Resolve an invitation for the current user.
1155
- * @param {string} token Token of a invitation
1154
+ * @summary Resolve a project invitation for the current user.
1155
+ * @param {string} invitationToken Token for a project invitation stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;
1156
1156
  * @param {*} [options] Override http request option.
1157
1157
  * @throws {RequiredError}
1158
1158
  */
1159
- projectResolveInvitation(token: string, options?: any): AxiosPromise<any>;
1159
+ projectResolveInvitation(invitationToken: string, options?: any): AxiosPromise<any>;
1160
1160
  /**
1161
1161
  *
1162
- * @summary Create and send an invitation to specified mail.
1163
- * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation
1162
+ * @summary Create and send a project invitation to a specified mail.
1163
+ * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation. The invitation token is stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;.
1164
1164
  * @param {*} [options] Override http request option.
1165
1165
  * @throws {RequiredError}
1166
1166
  */
@@ -1220,8 +1220,8 @@ export declare class ProjectApi extends BaseAPI {
1220
1220
  projectDelete(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1221
1221
  /**
1222
1222
  *
1223
- * @summary Deletes an invitation.
1224
- * @param {string} invitationId Id of a invitation
1223
+ * @summary Deletes a project invitation.
1224
+ * @param {string} invitationId Id of an invitation
1225
1225
  * @param {*} [options] Override http request option.
1226
1226
  * @throws {RequiredError}
1227
1227
  * @memberof ProjectApi
@@ -1283,7 +1283,7 @@ export declare class ProjectApi extends BaseAPI {
1283
1283
  /**
1284
1284
  *
1285
1285
  * @summary List all invitations of a project.
1286
- * @param {string} projectId Project id of the project
1286
+ * @param {string} projectId Id of the project
1287
1287
  * @param {*} [options] Override http request option.
1288
1288
  * @throws {RequiredError}
1289
1289
  * @memberof ProjectApi
@@ -1310,17 +1310,17 @@ export declare class ProjectApi extends BaseAPI {
1310
1310
  projectQuotas(id: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaReturnObject[]>>;
1311
1311
  /**
1312
1312
  *
1313
- * @summary Resolve an invitation for the current user.
1314
- * @param {string} token Token of a invitation
1313
+ * @summary Resolve a project invitation for the current user.
1314
+ * @param {string} invitationToken Token for a project invitation stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;
1315
1315
  * @param {*} [options] Override http request option.
1316
1316
  * @throws {RequiredError}
1317
1317
  * @memberof ProjectApi
1318
1318
  */
1319
- projectResolveInvitation(token: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1319
+ projectResolveInvitation(invitationToken: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1320
1320
  /**
1321
1321
  *
1322
- * @summary Create and send an invitation to specified mail.
1323
- * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation
1322
+ * @summary Create and send a project invitation to a specified mail.
1323
+ * @param {SendInvitationObject} sendInvitationObject Informations for sending an invitation. The invitation token is stored inside the URL under \&quot;.../?invitationToken&#x3D;{token}\&quot;.
1324
1324
  * @param {*} [options] Override http request option.
1325
1325
  * @throws {RequiredError}
1326
1326
  * @memberof ProjectApi
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Project
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.7.0
5
+ * The version of the OpenAPI document: 2.8.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.Project
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.7.0
5
+ * The version of the OpenAPI document: 2.8.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.Project
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.7.0
5
+ * The version of the OpenAPI document: 2.8.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.Project
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.7.0
5
+ * The version of the OpenAPI document: 2.8.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.Quota
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.0
5
+ * The version of the OpenAPI document: 2.6.3
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.Quota
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.0
5
+ * The version of the OpenAPI document: 2.6.3
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.Quota
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.0
5
+ * The version of the OpenAPI document: 2.6.3
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.Quota
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.0
5
+ * The version of the OpenAPI document: 2.6.3
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.Quota
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.0
5
+ * The version of the OpenAPI document: 2.6.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).