@coscine/api-client 3.14.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 +1020 -1149
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +15 -15
- 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 +6 -6
- 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/file-system-storage-options-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +1 -0
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +8 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +7 -0
- 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
|
@@ -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
|
+
}
|
|
@@ -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';
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
17
|
export declare const QuotaUnit: {
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
18
|
+
readonly HttpsQudtOrgVocabUnitByte: "https://qudt.org/vocab/unit/BYTE";
|
|
19
|
+
readonly HttpsQudtOrgVocabUnitKibiByte: "https://qudt.org/vocab/unit/KibiBYTE";
|
|
20
|
+
readonly HttpsQudtOrgVocabUnitMebiByte: "https://qudt.org/vocab/unit/MebiBYTE";
|
|
21
|
+
readonly HttpsQudtOrgVocabUnitGibiByte: "https://qudt.org/vocab/unit/GibiBYTE";
|
|
22
|
+
readonly HttpsQudtOrgVocabUnitTebiByte: "https://qudt.org/vocab/unit/TebiBYTE";
|
|
23
|
+
readonly HttpsQudtOrgVocabUnitPebiByte: "https://qudt.org/vocab/unit/PebiBYTE";
|
|
24
24
|
};
|
|
25
25
|
export type QuotaUnit = typeof QuotaUnit[keyof typeof QuotaUnit];
|
|
@@ -80,13 +80,13 @@ export interface ResourceAdminDto {
|
|
|
80
80
|
*/
|
|
81
81
|
'usageRights'?: string | null;
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* Indicates whether a local copy of the metadata is available for the resource.
|
|
84
84
|
* @type {boolean}
|
|
85
85
|
* @memberof ResourceAdminDto
|
|
86
86
|
*/
|
|
87
87
|
'metadataLocalCopy'?: boolean;
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* Indicates whether metadata extraction is enabled for the resource.
|
|
90
90
|
* @type {boolean}
|
|
91
91
|
* @memberof ResourceAdminDto
|
|
92
92
|
*/
|
|
@@ -137,6 +137,12 @@ export interface ResourceAdminDto {
|
|
|
137
137
|
* @memberof ResourceAdminDto
|
|
138
138
|
*/
|
|
139
139
|
'archived'?: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* Indicates whether the resource is in maintenance mode.
|
|
142
|
+
* @type {boolean}
|
|
143
|
+
* @memberof ResourceAdminDto
|
|
144
|
+
*/
|
|
145
|
+
'maintenanceMode'?: boolean;
|
|
140
146
|
/**
|
|
141
147
|
* The projects associated with the resource.
|
|
142
148
|
* @type {Array<ProjectMinimalDto>}
|
|
@@ -78,13 +78,13 @@ export interface ResourceDto {
|
|
|
78
78
|
*/
|
|
79
79
|
'usageRights'?: string | null;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* Indicates whether a local copy of the metadata is available for the resource.
|
|
82
82
|
* @type {boolean}
|
|
83
83
|
* @memberof ResourceDto
|
|
84
84
|
*/
|
|
85
85
|
'metadataLocalCopy'?: boolean;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* Indicates whether metadata extraction is enabled for the resource.
|
|
88
88
|
* @type {boolean}
|
|
89
89
|
* @memberof ResourceDto
|
|
90
90
|
*/
|
|
@@ -135,6 +135,12 @@ export interface ResourceDto {
|
|
|
135
135
|
* @memberof ResourceDto
|
|
136
136
|
*/
|
|
137
137
|
'archived'?: boolean;
|
|
138
|
+
/**
|
|
139
|
+
* Indicates whether the resource is in maintenance mode.
|
|
140
|
+
* @type {boolean}
|
|
141
|
+
* @memberof ResourceDto
|
|
142
|
+
*/
|
|
143
|
+
'maintenanceMode'?: boolean;
|
|
138
144
|
/**
|
|
139
145
|
* The projects associated with the resource.
|
|
140
146
|
* @type {Array<ProjectMinimalDto>}
|
|
@@ -96,4 +96,10 @@ export interface ResourceForUpdateDto {
|
|
|
96
96
|
* @memberof ResourceForUpdateDto
|
|
97
97
|
*/
|
|
98
98
|
'resourceTypeOptions'?: ResourceTypeOptionsForUpdateDto;
|
|
99
|
+
/**
|
|
100
|
+
* Indicates whether the resource is in maintenance mode.
|
|
101
|
+
* @type {boolean}
|
|
102
|
+
* @memberof ResourceForUpdateDto
|
|
103
|
+
*/
|
|
104
|
+
'maintenanceMode'?: boolean | null;
|
|
99
105
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { FileSystemStorageOptionsDto } from './file-system-storage-options-dto';
|
|
12
13
|
import type { GitLabOptionsDto } from './git-lab-options-dto';
|
|
13
14
|
import type { RdsOptionsDto } from './rds-options-dto';
|
|
14
15
|
import type { RdsS3OptionsDto } from './rds-s3-options-dto';
|
|
@@ -49,4 +50,10 @@ export interface ResourceTypeOptionsDto {
|
|
|
49
50
|
* @memberof ResourceTypeOptionsDto
|
|
50
51
|
*/
|
|
51
52
|
'rdsS3Worm'?: RdsS3WormOptionsDto;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {FileSystemStorageOptionsDto}
|
|
56
|
+
* @memberof ResourceTypeOptionsDto
|
|
57
|
+
*/
|
|
58
|
+
'fileSystemStorage'?: FileSystemStorageOptionsDto;
|
|
52
59
|
}
|
|
@@ -30,6 +30,7 @@ export * from './@coscine/api/project-resource-type-api';
|
|
|
30
30
|
export * from './@coscine/api/provenance-api';
|
|
31
31
|
export * from './@coscine/api/resource-api';
|
|
32
32
|
export * from './@coscine/api/resource-type-api';
|
|
33
|
+
export * from './@coscine/api/resource-type-git-lab-api';
|
|
33
34
|
export * from './@coscine/api/role-api';
|
|
34
35
|
export * from './@coscine/api/search-api';
|
|
35
36
|
export * from './@coscine/api/self-api';
|
package/dist/types/apis.d.ts
CHANGED
|
@@ -131,10 +131,7 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
131
131
|
};
|
|
132
132
|
ResourceTypeApi: {
|
|
133
133
|
apiV2ResourceTypesOptions(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<void>;
|
|
134
|
-
getAllGitlabBranchesForProject(requestParameters: import("./Coscine.Api/api").ResourceTypeApiGetAllGitlabBranchesForProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabBranchDtoIEnumerableResponse>;
|
|
135
|
-
getAllGitlabProjects(requestParameters: import("./Coscine.Api/api").ResourceTypeApiGetAllGitlabProjectsRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoIEnumerableResponse>;
|
|
136
134
|
getAllResourceTypesInformation(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoIEnumerableResponse>;
|
|
137
|
-
getGitlabProject(requestParameters: import("./Coscine.Api/api").ResourceTypeApiGetGitlabProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoResponse>;
|
|
138
135
|
getResourceTypeInformation(requestParameters: import("./Coscine.Api/api").ResourceTypeApiGetResourceTypeInformationRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoResponse>;
|
|
139
136
|
};
|
|
140
137
|
RoleApi: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -130,10 +130,7 @@ declare const apis: {
|
|
|
130
130
|
};
|
|
131
131
|
ResourceTypeApi: {
|
|
132
132
|
apiV2ResourceTypesOptions(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<void>;
|
|
133
|
-
getAllGitlabBranchesForProject(requestParameters: import("./Coscine.Api").ResourceTypeApiGetAllGitlabBranchesForProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabBranchDtoIEnumerableResponse>;
|
|
134
|
-
getAllGitlabProjects(requestParameters: import("./Coscine.Api").ResourceTypeApiGetAllGitlabProjectsRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoIEnumerableResponse>;
|
|
135
133
|
getAllResourceTypesInformation(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoIEnumerableResponse>;
|
|
136
|
-
getGitlabProject(requestParameters: import("./Coscine.Api").ResourceTypeApiGetGitlabProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoResponse>;
|
|
137
134
|
getResourceTypeInformation(requestParameters: import("./Coscine.Api").ResourceTypeApiGetResourceTypeInformationRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoResponse>;
|
|
138
135
|
};
|
|
139
136
|
RoleApi: {
|
|
@@ -344,10 +341,7 @@ export declare const ResourceApi: {
|
|
|
344
341
|
};
|
|
345
342
|
export declare const ResourceTypeApi: {
|
|
346
343
|
apiV2ResourceTypesOptions(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<void>;
|
|
347
|
-
getAllGitlabBranchesForProject(requestParameters: import("./Coscine.Api").ResourceTypeApiGetAllGitlabBranchesForProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabBranchDtoIEnumerableResponse>;
|
|
348
|
-
getAllGitlabProjects(requestParameters: import("./Coscine.Api").ResourceTypeApiGetAllGitlabProjectsRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoIEnumerableResponse>;
|
|
349
344
|
getAllResourceTypesInformation(options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoIEnumerableResponse>;
|
|
350
|
-
getGitlabProject(requestParameters: import("./Coscine.Api").ResourceTypeApiGetGitlabProjectRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").GitlabProjectDtoResponse>;
|
|
351
345
|
getResourceTypeInformation(requestParameters: import("./Coscine.Api").ResourceTypeApiGetResourceTypeInformationRequest, options?: import("axios").RawAxiosRequestConfig | undefined): import("axios").AxiosPromise<import("./Coscine.Api").ResourceTypeInformationDtoResponse>;
|
|
352
346
|
};
|
|
353
347
|
export declare const RoleApi: {
|