@coscine/api-client 3.13.0 → 3.15.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.
- package/dist/index.js +1044 -1171
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +25 -17
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +0 -181
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +250 -0
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +13 -13
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +19 -12
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +49 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +5 -5
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +19 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +17 -11
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +8 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +10 -10
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/api.d.ts +1 -0
- package/dist/types/apis.d.ts +0 -3
- package/dist/types/index.d.ts +0 -6
- package/package.json +1 -1
|
@@ -29,15 +29,15 @@ export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configur
|
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @summary Retrieves the internal messages.
|
|
32
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
33
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
34
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
35
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
32
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
33
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
34
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
35
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
36
36
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
37
37
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
38
38
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
39
39
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
40
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
40
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
42
42
|
* @throws {RequiredError}
|
|
43
43
|
*/
|
|
@@ -45,15 +45,15 @@ export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configur
|
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @summary Retrieves the NOC messages.
|
|
48
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
49
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
50
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
51
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
48
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
49
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
50
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
51
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
52
52
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
53
53
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
54
54
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
55
55
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
56
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
56
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
57
57
|
* @param {*} [options] Override http request option.
|
|
58
58
|
* @throws {RequiredError}
|
|
59
59
|
*/
|
|
@@ -74,15 +74,15 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
|
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @summary Retrieves the internal messages.
|
|
77
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
78
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
79
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
80
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
77
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
78
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
79
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
80
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
81
81
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
82
82
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
83
83
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
84
84
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
85
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
85
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
86
86
|
* @param {*} [options] Override http request option.
|
|
87
87
|
* @throws {RequiredError}
|
|
88
88
|
*/
|
|
@@ -90,15 +90,15 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
|
|
|
90
90
|
/**
|
|
91
91
|
*
|
|
92
92
|
* @summary Retrieves the NOC messages.
|
|
93
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
94
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
95
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
96
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
93
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
94
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
95
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
96
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
97
97
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
98
98
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
99
99
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
100
100
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
101
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
101
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
102
102
|
* @param {*} [options] Override http request option.
|
|
103
103
|
* @throws {RequiredError}
|
|
104
104
|
*/
|
|
@@ -140,25 +140,25 @@ export declare const SystemStatusApiFactory: (configuration?: Configuration, bas
|
|
|
140
140
|
*/
|
|
141
141
|
export interface SystemStatusApiGetInternalMessagesRequest {
|
|
142
142
|
/**
|
|
143
|
-
* Will only return messages that have their start date after this date.
|
|
143
|
+
* Will only return messages that have their start date after this date (UTC).
|
|
144
144
|
* @type {string}
|
|
145
145
|
* @memberof SystemStatusApiGetInternalMessages
|
|
146
146
|
*/
|
|
147
147
|
readonly startDateAfter?: string;
|
|
148
148
|
/**
|
|
149
|
-
* Will only return messages that have their start date before this date.
|
|
149
|
+
* Will only return messages that have their start date before this date (UTC).
|
|
150
150
|
* @type {string}
|
|
151
151
|
* @memberof SystemStatusApiGetInternalMessages
|
|
152
152
|
*/
|
|
153
153
|
readonly startDateBefore?: string;
|
|
154
154
|
/**
|
|
155
|
-
* Will only return messages that have their end date after this date.
|
|
155
|
+
* Will only return messages that have their end date after this date (UTC).
|
|
156
156
|
* @type {string}
|
|
157
157
|
* @memberof SystemStatusApiGetInternalMessages
|
|
158
158
|
*/
|
|
159
159
|
readonly endDateAfter?: string;
|
|
160
160
|
/**
|
|
161
|
-
* Will only return messages that have their end date before this date.
|
|
161
|
+
* Will only return messages that have their end date before this date (UTC).
|
|
162
162
|
* @type {string}
|
|
163
163
|
* @memberof SystemStatusApiGetInternalMessages
|
|
164
164
|
*/
|
|
@@ -188,7 +188,7 @@ export interface SystemStatusApiGetInternalMessagesRequest {
|
|
|
188
188
|
*/
|
|
189
189
|
readonly pageSize?: number;
|
|
190
190
|
/**
|
|
191
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
191
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
192
192
|
* @type {string}
|
|
193
193
|
* @memberof SystemStatusApiGetInternalMessages
|
|
194
194
|
*/
|
|
@@ -201,25 +201,25 @@ export interface SystemStatusApiGetInternalMessagesRequest {
|
|
|
201
201
|
*/
|
|
202
202
|
export interface SystemStatusApiGetNocMessagesRequest {
|
|
203
203
|
/**
|
|
204
|
-
* Will only return messages that have their start date after this date.
|
|
204
|
+
* Will only return messages that have their start date after this date (UTC).
|
|
205
205
|
* @type {string}
|
|
206
206
|
* @memberof SystemStatusApiGetNocMessages
|
|
207
207
|
*/
|
|
208
208
|
readonly startDateAfter?: string;
|
|
209
209
|
/**
|
|
210
|
-
* Will only return messages that have their start date before this date.
|
|
210
|
+
* Will only return messages that have their start date before this date (UTC).
|
|
211
211
|
* @type {string}
|
|
212
212
|
* @memberof SystemStatusApiGetNocMessages
|
|
213
213
|
*/
|
|
214
214
|
readonly startDateBefore?: string;
|
|
215
215
|
/**
|
|
216
|
-
* Will only return messages that have their end date after this date.
|
|
216
|
+
* Will only return messages that have their end date after this date (UTC).
|
|
217
217
|
* @type {string}
|
|
218
218
|
* @memberof SystemStatusApiGetNocMessages
|
|
219
219
|
*/
|
|
220
220
|
readonly endDateAfter?: string;
|
|
221
221
|
/**
|
|
222
|
-
* Will only return messages that have their end date before this date.
|
|
222
|
+
* Will only return messages that have their end date before this date (UTC).
|
|
223
223
|
* @type {string}
|
|
224
224
|
* @memberof SystemStatusApiGetNocMessages
|
|
225
225
|
*/
|
|
@@ -249,7 +249,7 @@ export interface SystemStatusApiGetNocMessagesRequest {
|
|
|
249
249
|
*/
|
|
250
250
|
readonly pageSize?: number;
|
|
251
251
|
/**
|
|
252
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
252
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
253
253
|
* @type {string}
|
|
254
254
|
* @memberof SystemStatusApiGetNocMessages
|
|
255
255
|
*/
|
|
@@ -39,7 +39,7 @@ export declare const TitleApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
39
39
|
* @summary Retrieves all titles.
|
|
40
40
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
41
41
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
42
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
42
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
43
43
|
* @param {*} [options] Override http request option.
|
|
44
44
|
* @throws {RequiredError}
|
|
45
45
|
*/
|
|
@@ -70,7 +70,7 @@ export declare const TitleApiFp: (configuration?: Configuration) => {
|
|
|
70
70
|
* @summary Retrieves all titles.
|
|
71
71
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
72
72
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
73
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
73
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
75
75
|
* @throws {RequiredError}
|
|
76
76
|
*/
|
|
@@ -137,7 +137,7 @@ export interface TitleApiGetTitlesRequest {
|
|
|
137
137
|
*/
|
|
138
138
|
readonly pageSize?: number;
|
|
139
139
|
/**
|
|
140
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
140
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
141
141
|
* @type {string}
|
|
142
142
|
* @memberof TitleApiGetTitles
|
|
143
143
|
*/
|
|
@@ -73,7 +73,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
73
73
|
* @param {string} [path] Gets or sets the path of the file tree.
|
|
74
74
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
75
75
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
76
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
76
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
77
77
|
* @param {*} [options] Override http request option.
|
|
78
78
|
* @throws {RequiredError}
|
|
79
79
|
*/
|
|
@@ -89,7 +89,7 @@ export declare const TreeApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
89
89
|
* @param {boolean} [includeProvenance] Gets or sets if provenance metadata should be included.
|
|
90
90
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
91
91
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
92
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
92
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
93
93
|
* @param {*} [options] Override http request option.
|
|
94
94
|
* @throws {RequiredError}
|
|
95
95
|
*/
|
|
@@ -181,7 +181,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
181
181
|
* @param {string} [path] Gets or sets the path of the file tree.
|
|
182
182
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
183
183
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
184
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
184
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
185
185
|
* @param {*} [options] Override http request option.
|
|
186
186
|
* @throws {RequiredError}
|
|
187
187
|
*/
|
|
@@ -197,7 +197,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
|
|
|
197
197
|
* @param {boolean} [includeProvenance] Gets or sets if provenance metadata should be included.
|
|
198
198
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
199
199
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
200
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
200
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
201
201
|
* @param {*} [options] Override http request option.
|
|
202
202
|
* @throws {RequiredError}
|
|
203
203
|
*/
|
|
@@ -446,7 +446,7 @@ export interface TreeApiGetFileTreeRequest {
|
|
|
446
446
|
*/
|
|
447
447
|
readonly pageSize?: number;
|
|
448
448
|
/**
|
|
449
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
449
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
450
450
|
* @type {string}
|
|
451
451
|
* @memberof TreeApiGetFileTree
|
|
452
452
|
*/
|
|
@@ -507,7 +507,7 @@ export interface TreeApiGetMetadataTreeRequest {
|
|
|
507
507
|
*/
|
|
508
508
|
readonly pageSize?: number;
|
|
509
509
|
/**
|
|
510
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
510
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
511
511
|
* @type {string}
|
|
512
512
|
* @memberof TreeApiGetMetadataTree
|
|
513
513
|
*/
|
|
@@ -31,7 +31,7 @@ export declare const VisibilityApiAxiosParamCreator: (configuration?: Configurat
|
|
|
31
31
|
* @summary Retrieves all visibilities.
|
|
32
32
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
33
33
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
34
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
34
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
35
35
|
* @param {*} [options] Override http request option.
|
|
36
36
|
* @throws {RequiredError}
|
|
37
37
|
*/
|
|
@@ -62,7 +62,7 @@ export declare const VisibilityApiFp: (configuration?: Configuration) => {
|
|
|
62
62
|
* @summary Retrieves all visibilities.
|
|
63
63
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
64
64
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
65
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
65
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
67
67
|
* @throws {RequiredError}
|
|
68
68
|
*/
|
|
@@ -124,7 +124,7 @@ export interface VisibilityApiGetVisibilitiesRequest {
|
|
|
124
124
|
*/
|
|
125
125
|
readonly pageSize?: number;
|
|
126
126
|
/**
|
|
127
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
127
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
128
128
|
* @type {string}
|
|
129
129
|
* @memberof VisibilityApiGetVisibilities
|
|
130
130
|
*/
|
|
@@ -35,7 +35,7 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
|
|
|
35
35
|
* @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabularies are requested.
|
|
36
36
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
37
37
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
38
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
38
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
@@ -57,7 +57,7 @@ export declare const VocabularyApiAxiosParamCreator: (configuration?: Configurat
|
|
|
57
57
|
* @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabulary instances are requested.
|
|
58
58
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `150`.
|
|
59
59
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
60
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
60
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
61
61
|
* @param {*} [options] Override http request option.
|
|
62
62
|
* @throws {RequiredError}
|
|
63
63
|
*/
|
|
@@ -82,7 +82,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
|
82
82
|
* @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabularies are requested.
|
|
83
83
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
84
84
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
85
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
85
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
86
86
|
* @param {*} [options] Override http request option.
|
|
87
87
|
* @throws {RequiredError}
|
|
88
88
|
*/
|
|
@@ -104,7 +104,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
|
|
|
104
104
|
* @param {AcceptedLanguage} [language] Gets or sets the language for which the vocabulary instances are requested.
|
|
105
105
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `150`.
|
|
106
106
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
107
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
107
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
110
110
|
*/
|
|
@@ -178,7 +178,7 @@ export interface VocabularyApiGetVocabulariesRequest {
|
|
|
178
178
|
*/
|
|
179
179
|
readonly pageSize?: number;
|
|
180
180
|
/**
|
|
181
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
181
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
182
182
|
* @type {string}
|
|
183
183
|
* @memberof VocabularyApiGetVocabularies
|
|
184
184
|
*/
|
|
@@ -240,7 +240,7 @@ export interface VocabularyApiGetVocabularyInstancesRequest {
|
|
|
240
240
|
*/
|
|
241
241
|
readonly pageNumber?: number;
|
|
242
242
|
/**
|
|
243
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
243
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
244
244
|
* @type {string}
|
|
245
245
|
* @memberof VocabularyApiGetVocabularyInstances
|
|
246
246
|
*/
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Coscine Web API
|
|
3
|
+
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0
|
|
6
|
+
* Contact: servicedesk@itc.rwth-aachen.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Represents the data transfer object (DTO) for FileSystemStorage options.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FileSystemStorageOptionsDto
|
|
16
|
+
*/
|
|
17
|
+
export interface FileSystemStorageOptionsDto {
|
|
18
|
+
/**
|
|
19
|
+
* The directory where the files are stored.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FileSystemStorageOptionsDto
|
|
22
|
+
*/
|
|
23
|
+
'directory': string;
|
|
24
|
+
}
|
|
@@ -20,41 +20,41 @@ export interface GitlabBranchDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof GitlabBranchDto
|
|
22
22
|
*/
|
|
23
|
-
'name'
|
|
23
|
+
'name': string;
|
|
24
24
|
/**
|
|
25
25
|
* Indicates if the branch is merged.
|
|
26
26
|
* @type {boolean}
|
|
27
27
|
* @memberof GitlabBranchDto
|
|
28
28
|
*/
|
|
29
|
-
'merged'
|
|
29
|
+
'merged': boolean;
|
|
30
30
|
/**
|
|
31
31
|
* Indicates if the branch is protected.
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof GitlabBranchDto
|
|
34
34
|
*/
|
|
35
|
-
'protected'
|
|
35
|
+
'protected': boolean;
|
|
36
36
|
/**
|
|
37
37
|
* Indicates if the branch is set as default.
|
|
38
38
|
* @type {boolean}
|
|
39
39
|
* @memberof GitlabBranchDto
|
|
40
40
|
*/
|
|
41
|
-
'default'
|
|
41
|
+
'default': boolean;
|
|
42
42
|
/**
|
|
43
43
|
* Indicates if developers can push changes to the branch.
|
|
44
44
|
* @type {boolean}
|
|
45
45
|
* @memberof GitlabBranchDto
|
|
46
46
|
*/
|
|
47
|
-
'developersCanPush'
|
|
47
|
+
'developersCanPush': boolean;
|
|
48
48
|
/**
|
|
49
49
|
* Indicates if developers can merge changes into the branch.
|
|
50
50
|
* @type {boolean}
|
|
51
51
|
* @memberof GitlabBranchDto
|
|
52
52
|
*/
|
|
53
|
-
'developersCanMerge'
|
|
53
|
+
'developersCanMerge': boolean;
|
|
54
54
|
/**
|
|
55
55
|
* Indicates if the user can push changes to the branch.
|
|
56
56
|
* @type {boolean}
|
|
57
57
|
* @memberof GitlabBranchDto
|
|
58
58
|
*/
|
|
59
|
-
'canPush'
|
|
59
|
+
'canPush': boolean;
|
|
60
60
|
}
|
|
@@ -20,77 +20,77 @@ export interface GitlabProjectDto {
|
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof GitlabProjectDto
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id': number;
|
|
24
24
|
/**
|
|
25
25
|
* Indicates if the GitLab project is archived.
|
|
26
26
|
* @type {boolean}
|
|
27
27
|
* @memberof GitlabProjectDto
|
|
28
28
|
*/
|
|
29
|
-
'archived'
|
|
29
|
+
'archived': boolean;
|
|
30
30
|
/**
|
|
31
31
|
* The name of the GitLab project.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof GitlabProjectDto
|
|
34
34
|
*/
|
|
35
|
-
'name'
|
|
35
|
+
'name': string;
|
|
36
36
|
/**
|
|
37
37
|
* The full name of the GitLab project including namespace.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof GitlabProjectDto
|
|
40
40
|
*/
|
|
41
|
-
'nameWithNamespace'
|
|
41
|
+
'nameWithNamespace': string;
|
|
42
42
|
/**
|
|
43
43
|
* A brief description of the GitLab project.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof GitlabProjectDto
|
|
46
46
|
*/
|
|
47
|
-
'description'
|
|
47
|
+
'description': string;
|
|
48
48
|
/**
|
|
49
49
|
* The default branch of the GitLab project.
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof GitlabProjectDto
|
|
52
52
|
*/
|
|
53
|
-
'defaultBranch'
|
|
53
|
+
'defaultBranch': string;
|
|
54
54
|
/**
|
|
55
55
|
* The path of the GitLab project.
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof GitlabProjectDto
|
|
58
58
|
*/
|
|
59
|
-
'path'
|
|
59
|
+
'path': string;
|
|
60
60
|
/**
|
|
61
61
|
* The path of the GitLab project including namespace.
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof GitlabProjectDto
|
|
64
64
|
*/
|
|
65
|
-
'pathWithNamespace'
|
|
65
|
+
'pathWithNamespace': string;
|
|
66
66
|
/**
|
|
67
67
|
* The timestamp of the last activity related to the GitLab project.
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof GitlabProjectDto
|
|
70
70
|
*/
|
|
71
|
-
'lastActivityAt'
|
|
71
|
+
'lastActivityAt': string;
|
|
72
72
|
/**
|
|
73
73
|
* The creation timestamp of the GitLab project.
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof GitlabProjectDto
|
|
76
76
|
*/
|
|
77
|
-
'createdAt'
|
|
77
|
+
'createdAt': string;
|
|
78
78
|
/**
|
|
79
79
|
* The URL to view the GitLab project in a web browser.
|
|
80
80
|
* @type {string}
|
|
81
81
|
* @memberof GitlabProjectDto
|
|
82
82
|
*/
|
|
83
|
-
'webUrl'
|
|
83
|
+
'webUrl': string;
|
|
84
84
|
/**
|
|
85
85
|
* The HTTP URL to access the GitLab project repository.
|
|
86
86
|
* @type {string}
|
|
87
87
|
* @memberof GitlabProjectDto
|
|
88
88
|
*/
|
|
89
|
-
'httpUrlToRepo'
|
|
89
|
+
'httpUrlToRepo': string;
|
|
90
90
|
/**
|
|
91
91
|
* The SSH URL to access the GitLab project repository.
|
|
92
92
|
* @type {string}
|
|
93
93
|
* @memberof GitlabProjectDto
|
|
94
94
|
*/
|
|
95
|
-
'sshUrlToRepo'
|
|
95
|
+
'sshUrlToRepo': string;
|
|
96
96
|
}
|
|
@@ -20,13 +20,13 @@ export interface HandleValueForUpdateDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof HandleValueForUpdateDto
|
|
22
22
|
*/
|
|
23
|
-
'type'
|
|
23
|
+
'type': string;
|
|
24
24
|
/**
|
|
25
25
|
* The parsed data of the handle.
|
|
26
26
|
* @type {any}
|
|
27
27
|
* @memberof HandleValueForUpdateDto
|
|
28
28
|
*/
|
|
29
|
-
'parsed_data'
|
|
29
|
+
'parsed_data': any;
|
|
30
30
|
/**
|
|
31
31
|
* The id of the handle.
|
|
32
32
|
* @type {number}
|
|
@@ -20,11 +20,11 @@ export interface IdentityProviderDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof IdentityProviderDto
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id': string;
|
|
24
24
|
/**
|
|
25
25
|
* Gets or sets the display name of the identity provider.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof IdentityProviderDto
|
|
28
28
|
*/
|
|
29
|
-
'displayName'
|
|
29
|
+
'displayName': string;
|
|
30
30
|
}
|
|
@@ -26,6 +26,7 @@ export * from './extracted-metadata-tree-for-update-dto';
|
|
|
26
26
|
export * from './file-action-dto';
|
|
27
27
|
export * from './file-action-http-method';
|
|
28
28
|
export * from './file-actions-dto';
|
|
29
|
+
export * from './file-system-storage-options-dto';
|
|
29
30
|
export * from './file-tree-dto';
|
|
30
31
|
export * from './file-tree-dto-paged-response';
|
|
31
32
|
export * from './fixed-value-for-resource-manipulation-dto';
|
|
@@ -89,6 +90,7 @@ export * from './project-invitation-dto-response';
|
|
|
89
90
|
export * from './project-invitation-for-project-manipulation-dto';
|
|
90
91
|
export * from './project-invitation-resolve-dto';
|
|
91
92
|
export * from './project-minimal-dto';
|
|
93
|
+
export * from './project-organization-dto';
|
|
92
94
|
export * from './project-publication-request-dto';
|
|
93
95
|
export * from './project-publication-request-dto-response';
|
|
94
96
|
export * from './project-quota-dto';
|
|
@@ -20,17 +20,17 @@ export interface LanguageDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof LanguageDto
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id': string;
|
|
24
24
|
/**
|
|
25
25
|
* Gets or sets the display name of the language.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof LanguageDto
|
|
28
28
|
*/
|
|
29
|
-
'displayName'
|
|
29
|
+
'displayName': string;
|
|
30
30
|
/**
|
|
31
31
|
* Gets or sets the abbreviation for the language.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof LanguageDto
|
|
34
34
|
*/
|
|
35
|
-
'abbreviation'
|
|
35
|
+
'abbreviation': string;
|
|
36
36
|
}
|
|
@@ -21,7 +21,7 @@ export interface MessageDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof MessageDto
|
|
23
23
|
*/
|
|
24
|
-
'id'
|
|
24
|
+
'id': string;
|
|
25
25
|
/**
|
|
26
26
|
* Message body in multiple languages as key-value pairs. The key is the ISO 639-1 Alpha-2 two-letter language code, and the value is the message in that language.
|
|
27
27
|
* @type {{ [key: string]: string; }}
|
|
@@ -49,13 +49,13 @@ export interface MessageDto {
|
|
|
49
49
|
*/
|
|
50
50
|
'href'?: string | null;
|
|
51
51
|
/**
|
|
52
|
-
* Start date of the message.
|
|
52
|
+
* Start date of the message (UTC).
|
|
53
53
|
* @type {string}
|
|
54
54
|
* @memberof MessageDto
|
|
55
55
|
*/
|
|
56
56
|
'startDate'?: string | null;
|
|
57
57
|
/**
|
|
58
|
-
* End date of the message.
|
|
58
|
+
* End date of the message (UTC).
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof MessageDto
|
|
61
61
|
*/
|
|
@@ -21,13 +21,13 @@ export interface OrganizationDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof OrganizationDto
|
|
23
23
|
*/
|
|
24
|
-
'uri'
|
|
24
|
+
'uri': string;
|
|
25
25
|
/**
|
|
26
26
|
* The display name of the organization.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof OrganizationDto
|
|
29
29
|
*/
|
|
30
|
-
'displayName'
|
|
30
|
+
'displayName': string;
|
|
31
31
|
/**
|
|
32
32
|
* The email address of the organization.
|
|
33
33
|
* @type {string}
|