@coscine/api-client 3.7.0 → 3.8.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 +965 -778
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +63 -0
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +20 -20
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +20 -20
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +20 -20
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +228 -0
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +20 -20
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +24 -24
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +228 -23
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +44 -0
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +50 -0
- package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +11 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +13 -0
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +36 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +43 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +62 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +62 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +56 -0
- package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +1 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +30 -0
- package/dist/types/Coscine.Api/api.d.ts +1 -0
- package/dist/types/apis.d.ts +4 -0
- package/dist/types/index.d.ts +8 -0
- package/package.json +1 -1
|
@@ -26,7 +26,7 @@ export declare const MaintenanceApiAxiosParamCreator: (configuration?: Configura
|
|
|
26
26
|
*/
|
|
27
27
|
apiV2MaintenancesOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
*
|
|
30
30
|
* @summary Retrieves the current maintenance messages.
|
|
31
31
|
* @param {*} [options] Override http request option.
|
|
32
32
|
* @throws {RequiredError}
|
|
@@ -46,7 +46,7 @@ export declare const MaintenanceApiFp: (configuration?: Configuration) => {
|
|
|
46
46
|
*/
|
|
47
47
|
apiV2MaintenancesOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
*
|
|
50
50
|
* @summary Retrieves the current maintenance messages.
|
|
51
51
|
* @param {*} [options] Override http request option.
|
|
52
52
|
* @throws {RequiredError}
|
|
@@ -66,7 +66,7 @@ export declare const MaintenanceApiFactory: (configuration?: Configuration, base
|
|
|
66
66
|
*/
|
|
67
67
|
apiV2MaintenancesOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
*
|
|
70
70
|
* @summary Retrieves the current maintenance messages.
|
|
71
71
|
* @param {*} [options] Override http request option.
|
|
72
72
|
* @throws {RequiredError}
|
|
@@ -89,7 +89,7 @@ export declare class MaintenanceApi extends BaseAPI {
|
|
|
89
89
|
*/
|
|
90
90
|
apiV2MaintenancesOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
*
|
|
93
93
|
* @summary Retrieves the current maintenance messages.
|
|
94
94
|
* @param {*} [options] Override http request option.
|
|
95
95
|
* @throws {RequiredError}
|
|
@@ -27,7 +27,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
|
|
|
27
27
|
*/
|
|
28
28
|
apiV2OrganizationsOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
*
|
|
31
31
|
* @summary Retrieves an organization.
|
|
32
32
|
* @param {string} organizationRorUri The parameters for organization filtering and pagination.
|
|
33
33
|
* @param {*} [options] Override http request option.
|
|
@@ -35,7 +35,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
|
|
|
35
35
|
*/
|
|
36
36
|
getOrganization: (organizationRorUri: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
*
|
|
39
39
|
* @summary Retrieves all organizations.
|
|
40
40
|
* @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
|
|
41
41
|
* @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
|
|
@@ -60,7 +60,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
|
60
60
|
*/
|
|
61
61
|
apiV2OrganizationsOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
*
|
|
64
64
|
* @summary Retrieves an organization.
|
|
65
65
|
* @param {string} organizationRorUri The parameters for organization filtering and pagination.
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
@@ -68,7 +68,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
|
68
68
|
*/
|
|
69
69
|
getOrganization(organizationRorUri: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationDtoResponse>>;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
*
|
|
72
72
|
* @summary Retrieves all organizations.
|
|
73
73
|
* @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
|
|
74
74
|
* @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
|
|
@@ -93,7 +93,7 @@ export declare const OrganizationApiFactory: (configuration?: Configuration, bas
|
|
|
93
93
|
*/
|
|
94
94
|
apiV2OrganizationsOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
*
|
|
97
97
|
* @summary Retrieves an organization.
|
|
98
98
|
* @param {OrganizationApiGetOrganizationRequest} requestParameters Request parameters.
|
|
99
99
|
* @param {*} [options] Override http request option.
|
|
@@ -101,7 +101,7 @@ export declare const OrganizationApiFactory: (configuration?: Configuration, bas
|
|
|
101
101
|
*/
|
|
102
102
|
getOrganization(requestParameters: OrganizationApiGetOrganizationRequest, options?: AxiosRequestConfig): AxiosPromise<OrganizationDtoResponse>;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
*
|
|
105
105
|
* @summary Retrieves all organizations.
|
|
106
106
|
* @param {OrganizationApiGetOrganizationsRequest} requestParameters Request parameters.
|
|
107
107
|
* @param {*} [options] Override http request option.
|
|
@@ -175,7 +175,7 @@ export declare class OrganizationApi extends BaseAPI {
|
|
|
175
175
|
*/
|
|
176
176
|
apiV2OrganizationsOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
177
177
|
/**
|
|
178
|
-
*
|
|
178
|
+
*
|
|
179
179
|
* @summary Retrieves an organization.
|
|
180
180
|
* @param {OrganizationApiGetOrganizationRequest} requestParameters Request parameters.
|
|
181
181
|
* @param {*} [options] Override http request option.
|
|
@@ -184,7 +184,7 @@ export declare class OrganizationApi extends BaseAPI {
|
|
|
184
184
|
*/
|
|
185
185
|
getOrganization(requestParameters: OrganizationApiGetOrganizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationDtoResponse, any>>;
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
*
|
|
188
188
|
* @summary Retrieves all organizations.
|
|
189
189
|
* @param {OrganizationApiGetOrganizationsRequest} requestParameters Request parameters.
|
|
190
190
|
* @param {*} [options] Override http request option.
|
|
@@ -28,7 +28,7 @@ export declare const PidApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
28
28
|
*/
|
|
29
29
|
apiV2PidsOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
*
|
|
32
32
|
* @summary Retrieves the Persistent Identifier (PID) for a given prefix and suffix.
|
|
33
33
|
* @param {string} prefix The PID prefix. Limited to the values provided by the API.
|
|
34
34
|
* @param {string} suffix The PID suffix of a project or a resource, represented as a GUID.
|
|
@@ -50,7 +50,7 @@ export declare const PidApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
50
50
|
*/
|
|
51
51
|
getPids: (includeProjects?: boolean, includeResources?: boolean, includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
*
|
|
54
54
|
* @summary Sends an inquiry to the owner of the given PID.
|
|
55
55
|
* @param {string} prefix The PID prefix of a project or a resource to validate
|
|
56
56
|
* @param {string} suffix The PID body of a project or a resource to validate
|
|
@@ -73,7 +73,7 @@ export declare const PidApiFp: (configuration?: Configuration) => {
|
|
|
73
73
|
*/
|
|
74
74
|
apiV2PidsOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
*
|
|
77
77
|
* @summary Retrieves the Persistent Identifier (PID) for a given prefix and suffix.
|
|
78
78
|
* @param {string} prefix The PID prefix. Limited to the values provided by the API.
|
|
79
79
|
* @param {string} suffix The PID suffix of a project or a resource, represented as a GUID.
|
|
@@ -95,7 +95,7 @@ export declare const PidApiFp: (configuration?: Configuration) => {
|
|
|
95
95
|
*/
|
|
96
96
|
getPids(includeProjects?: boolean, includeResources?: boolean, includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PidDtoPagedResponse>>;
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
*
|
|
99
99
|
* @summary Sends an inquiry to the owner of the given PID.
|
|
100
100
|
* @param {string} prefix The PID prefix of a project or a resource to validate
|
|
101
101
|
* @param {string} suffix The PID body of a project or a resource to validate
|
|
@@ -118,7 +118,7 @@ export declare const PidApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
118
118
|
*/
|
|
119
119
|
apiV2PidsOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
*
|
|
122
122
|
* @summary Retrieves the Persistent Identifier (PID) for a given prefix and suffix.
|
|
123
123
|
* @param {PidApiGetPidRequest} requestParameters Request parameters.
|
|
124
124
|
* @param {*} [options] Override http request option.
|
|
@@ -134,7 +134,7 @@ export declare const PidApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
134
134
|
*/
|
|
135
135
|
getPids(requestParameters?: PidApiGetPidsRequest, options?: AxiosRequestConfig): AxiosPromise<PidDtoPagedResponse>;
|
|
136
136
|
/**
|
|
137
|
-
*
|
|
137
|
+
*
|
|
138
138
|
* @summary Sends an inquiry to the owner of the given PID.
|
|
139
139
|
* @param {PidApiSendRequestToOwnerRequest} requestParameters Request parameters.
|
|
140
140
|
* @param {*} [options] Override http request option.
|
|
@@ -245,7 +245,7 @@ export declare class PidApi extends BaseAPI {
|
|
|
245
245
|
*/
|
|
246
246
|
apiV2PidsOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
247
247
|
/**
|
|
248
|
-
*
|
|
248
|
+
*
|
|
249
249
|
* @summary Retrieves the Persistent Identifier (PID) for a given prefix and suffix.
|
|
250
250
|
* @param {PidApiGetPidRequest} requestParameters Request parameters.
|
|
251
251
|
* @param {*} [options] Override http request option.
|
|
@@ -263,7 +263,7 @@ export declare class PidApi extends BaseAPI {
|
|
|
263
263
|
*/
|
|
264
264
|
getPids(requestParameters?: PidApiGetPidsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PidDtoPagedResponse, any>>;
|
|
265
265
|
/**
|
|
266
|
-
*
|
|
266
|
+
*
|
|
267
267
|
* @summary Sends an inquiry to the owner of the given PID.
|
|
268
268
|
* @param {PidApiSendRequestToOwnerRequest} requestParameters Request parameters.
|
|
269
269
|
* @param {*} [options] Override http request option.
|
|
@@ -29,7 +29,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
|
|
|
29
29
|
*/
|
|
30
30
|
apiV2ProjectsOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
*
|
|
33
33
|
* @summary Creates a new project.
|
|
34
34
|
* @param {ProjectForCreationDto} [projectForCreationDto] The project data for creation.
|
|
35
35
|
* @param {*} [options] Override http request option.
|
|
@@ -37,7 +37,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
|
|
|
37
37
|
*/
|
|
38
38
|
createProject: (projectForCreationDto?: ProjectForCreationDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
*
|
|
41
41
|
* @summary Deletes a project.
|
|
42
42
|
* @param {string} projectId The ID of the project.
|
|
43
43
|
* @param {*} [options] Override http request option.
|
|
@@ -45,7 +45,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
|
|
|
45
45
|
*/
|
|
46
46
|
deleteProject: (projectId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
*
|
|
49
49
|
* @summary Retrieves a project.
|
|
50
50
|
* @param {string} projectId The ID of the project.
|
|
51
51
|
* @param {boolean} [includeSubProjects] Gets or sets a value indicating whether to include sub-projects in the retrieval.
|
|
@@ -54,7 +54,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
|
|
|
54
54
|
*/
|
|
55
55
|
getProject: (projectId: string, includeSubProjects?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
*
|
|
58
58
|
* @summary Retrieves all projects.
|
|
59
59
|
* @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
|
|
60
60
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to retrieve only top-level projects.
|
|
@@ -66,7 +66,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
|
|
|
66
66
|
*/
|
|
67
67
|
getProjects: (includeOrganizations?: boolean, topLevel?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
*
|
|
70
70
|
* @summary Updates a project.
|
|
71
71
|
* @param {string} projectId The ID of the project.
|
|
72
72
|
* @param {ProjectForUpdateDto} [projectForUpdateDto] The updated project data.
|
|
@@ -88,7 +88,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
|
88
88
|
*/
|
|
89
89
|
apiV2ProjectsOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
*
|
|
92
92
|
* @summary Creates a new project.
|
|
93
93
|
* @param {ProjectForCreationDto} [projectForCreationDto] The project data for creation.
|
|
94
94
|
* @param {*} [options] Override http request option.
|
|
@@ -96,7 +96,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
|
96
96
|
*/
|
|
97
97
|
createProject(projectForCreationDto?: ProjectForCreationDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectDtoResponse>>;
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
99
|
+
*
|
|
100
100
|
* @summary Deletes a project.
|
|
101
101
|
* @param {string} projectId The ID of the project.
|
|
102
102
|
* @param {*} [options] Override http request option.
|
|
@@ -104,7 +104,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
|
104
104
|
*/
|
|
105
105
|
deleteProject(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
*
|
|
108
108
|
* @summary Retrieves a project.
|
|
109
109
|
* @param {string} projectId The ID of the project.
|
|
110
110
|
* @param {boolean} [includeSubProjects] Gets or sets a value indicating whether to include sub-projects in the retrieval.
|
|
@@ -113,7 +113,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
|
113
113
|
*/
|
|
114
114
|
getProject(projectId: string, includeSubProjects?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectDtoResponse>>;
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
*
|
|
117
117
|
* @summary Retrieves all projects.
|
|
118
118
|
* @param {boolean} [includeOrganizations] Gets or sets a value indicating whether to retrieve the organizations.
|
|
119
119
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to retrieve only top-level projects.
|
|
@@ -125,7 +125,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
|
125
125
|
*/
|
|
126
126
|
getProjects(includeOrganizations?: boolean, topLevel?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectDtoPagedResponse>>;
|
|
127
127
|
/**
|
|
128
|
-
*
|
|
128
|
+
*
|
|
129
129
|
* @summary Updates a project.
|
|
130
130
|
* @param {string} projectId The ID of the project.
|
|
131
131
|
* @param {ProjectForUpdateDto} [projectForUpdateDto] The updated project data.
|
|
@@ -147,7 +147,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
|
|
|
147
147
|
*/
|
|
148
148
|
apiV2ProjectsOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
149
149
|
/**
|
|
150
|
-
*
|
|
150
|
+
*
|
|
151
151
|
* @summary Creates a new project.
|
|
152
152
|
* @param {ProjectApiCreateProjectRequest} requestParameters Request parameters.
|
|
153
153
|
* @param {*} [options] Override http request option.
|
|
@@ -155,7 +155,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
|
|
|
155
155
|
*/
|
|
156
156
|
createProject(requestParameters?: ProjectApiCreateProjectRequest, options?: AxiosRequestConfig): AxiosPromise<ProjectDtoResponse>;
|
|
157
157
|
/**
|
|
158
|
-
*
|
|
158
|
+
*
|
|
159
159
|
* @summary Deletes a project.
|
|
160
160
|
* @param {ProjectApiDeleteProjectRequest} requestParameters Request parameters.
|
|
161
161
|
* @param {*} [options] Override http request option.
|
|
@@ -163,7 +163,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
|
|
|
163
163
|
*/
|
|
164
164
|
deleteProject(requestParameters: ProjectApiDeleteProjectRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
165
165
|
/**
|
|
166
|
-
*
|
|
166
|
+
*
|
|
167
167
|
* @summary Retrieves a project.
|
|
168
168
|
* @param {ProjectApiGetProjectRequest} requestParameters Request parameters.
|
|
169
169
|
* @param {*} [options] Override http request option.
|
|
@@ -171,7 +171,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
|
|
|
171
171
|
*/
|
|
172
172
|
getProject(requestParameters: ProjectApiGetProjectRequest, options?: AxiosRequestConfig): AxiosPromise<ProjectDtoResponse>;
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
*
|
|
175
175
|
* @summary Retrieves all projects.
|
|
176
176
|
* @param {ProjectApiGetProjectsRequest} requestParameters Request parameters.
|
|
177
177
|
* @param {*} [options] Override http request option.
|
|
@@ -179,7 +179,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
|
|
|
179
179
|
*/
|
|
180
180
|
getProjects(requestParameters?: ProjectApiGetProjectsRequest, options?: AxiosRequestConfig): AxiosPromise<ProjectDtoPagedResponse>;
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
*
|
|
183
183
|
* @summary Updates a project.
|
|
184
184
|
* @param {ProjectApiUpdateProjectRequest} requestParameters Request parameters.
|
|
185
185
|
* @param {*} [options] Override http request option.
|
|
@@ -304,7 +304,7 @@ export declare class ProjectApi extends BaseAPI {
|
|
|
304
304
|
*/
|
|
305
305
|
apiV2ProjectsOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
306
306
|
/**
|
|
307
|
-
*
|
|
307
|
+
*
|
|
308
308
|
* @summary Creates a new project.
|
|
309
309
|
* @param {ProjectApiCreateProjectRequest} requestParameters Request parameters.
|
|
310
310
|
* @param {*} [options] Override http request option.
|
|
@@ -313,7 +313,7 @@ export declare class ProjectApi extends BaseAPI {
|
|
|
313
313
|
*/
|
|
314
314
|
createProject(requestParameters?: ProjectApiCreateProjectRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDtoResponse, any>>;
|
|
315
315
|
/**
|
|
316
|
-
*
|
|
316
|
+
*
|
|
317
317
|
* @summary Deletes a project.
|
|
318
318
|
* @param {ProjectApiDeleteProjectRequest} requestParameters Request parameters.
|
|
319
319
|
* @param {*} [options] Override http request option.
|
|
@@ -322,7 +322,7 @@ export declare class ProjectApi extends BaseAPI {
|
|
|
322
322
|
*/
|
|
323
323
|
deleteProject(requestParameters: ProjectApiDeleteProjectRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
324
324
|
/**
|
|
325
|
-
*
|
|
325
|
+
*
|
|
326
326
|
* @summary Retrieves a project.
|
|
327
327
|
* @param {ProjectApiGetProjectRequest} requestParameters Request parameters.
|
|
328
328
|
* @param {*} [options] Override http request option.
|
|
@@ -331,7 +331,7 @@ export declare class ProjectApi extends BaseAPI {
|
|
|
331
331
|
*/
|
|
332
332
|
getProject(requestParameters: ProjectApiGetProjectRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDtoResponse, any>>;
|
|
333
333
|
/**
|
|
334
|
-
*
|
|
334
|
+
*
|
|
335
335
|
* @summary Retrieves all projects.
|
|
336
336
|
* @param {ProjectApiGetProjectsRequest} requestParameters Request parameters.
|
|
337
337
|
* @param {*} [options] Override http request option.
|
|
@@ -340,7 +340,7 @@ export declare class ProjectApi extends BaseAPI {
|
|
|
340
340
|
*/
|
|
341
341
|
getProjects(requestParameters?: ProjectApiGetProjectsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDtoPagedResponse, any>>;
|
|
342
342
|
/**
|
|
343
|
-
*
|
|
343
|
+
*
|
|
344
344
|
* @summary Updates a project.
|
|
345
345
|
* @param {ProjectApiUpdateProjectRequest} requestParameters Request parameters.
|
|
346
346
|
* @param {*} [options] Override http request option.
|
|
@@ -29,7 +29,7 @@ export declare const ProjectInvitationApiAxiosParamCreator: (configuration?: Con
|
|
|
29
29
|
*/
|
|
30
30
|
apiV2ProjectsProjectIdInvitationsOptions: (projectId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
*
|
|
33
33
|
* @summary Creates a project invitation for a specified project.
|
|
34
34
|
* @param {string} projectId The Id or slug of the project.
|
|
35
35
|
* @param {ProjectInvitationForProjectManipulationDto} [projectInvitationForProjectManipulationDto] The project invitation data for creation.
|
|
@@ -38,7 +38,7 @@ export declare const ProjectInvitationApiAxiosParamCreator: (configuration?: Con
|
|
|
38
38
|
*/
|
|
39
39
|
createProjectInvitation: (projectId: string, projectInvitationForProjectManipulationDto?: ProjectInvitationForProjectManipulationDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
*
|
|
42
42
|
* @summary Deletes a project invitation for a specified project.
|
|
43
43
|
* @param {string} projectId The Id or slug of the project.
|
|
44
44
|
* @param {string} projectInvitationId The ID of the project invitation to delete.
|
|
@@ -47,7 +47,7 @@ export declare const ProjectInvitationApiAxiosParamCreator: (configuration?: Con
|
|
|
47
47
|
*/
|
|
48
48
|
deleteProjectInvitation: (projectId: string, projectInvitationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
*
|
|
51
51
|
* @summary Retrieves a project invitation for a specified project.
|
|
52
52
|
* @param {string} projectId The Id or slug of the project.
|
|
53
53
|
* @param {string} projectInvitationId The ID of the project invitation to retrieve.
|
|
@@ -56,7 +56,7 @@ export declare const ProjectInvitationApiAxiosParamCreator: (configuration?: Con
|
|
|
56
56
|
*/
|
|
57
57
|
getProjectInvitation: (projectId: string, projectInvitationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
*
|
|
60
60
|
* @summary Retrieves all project invitations for a specified project.
|
|
61
61
|
* @param {string} projectId The Id or slug of the project.
|
|
62
62
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -81,7 +81,7 @@ export declare const ProjectInvitationApiFp: (configuration?: Configuration) =>
|
|
|
81
81
|
*/
|
|
82
82
|
apiV2ProjectsProjectIdInvitationsOptions(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
*
|
|
85
85
|
* @summary Creates a project invitation for a specified project.
|
|
86
86
|
* @param {string} projectId The Id or slug of the project.
|
|
87
87
|
* @param {ProjectInvitationForProjectManipulationDto} [projectInvitationForProjectManipulationDto] The project invitation data for creation.
|
|
@@ -90,7 +90,7 @@ export declare const ProjectInvitationApiFp: (configuration?: Configuration) =>
|
|
|
90
90
|
*/
|
|
91
91
|
createProjectInvitation(projectId: string, projectInvitationForProjectManipulationDto?: ProjectInvitationForProjectManipulationDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectInvitationDtoResponse>>;
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
*
|
|
94
94
|
* @summary Deletes a project invitation for a specified project.
|
|
95
95
|
* @param {string} projectId The Id or slug of the project.
|
|
96
96
|
* @param {string} projectInvitationId The ID of the project invitation to delete.
|
|
@@ -99,7 +99,7 @@ export declare const ProjectInvitationApiFp: (configuration?: Configuration) =>
|
|
|
99
99
|
*/
|
|
100
100
|
deleteProjectInvitation(projectId: string, projectInvitationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
101
101
|
/**
|
|
102
|
-
*
|
|
102
|
+
*
|
|
103
103
|
* @summary Retrieves a project invitation for a specified project.
|
|
104
104
|
* @param {string} projectId The Id or slug of the project.
|
|
105
105
|
* @param {string} projectInvitationId The ID of the project invitation to retrieve.
|
|
@@ -108,7 +108,7 @@ export declare const ProjectInvitationApiFp: (configuration?: Configuration) =>
|
|
|
108
108
|
*/
|
|
109
109
|
getProjectInvitation(projectId: string, projectInvitationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectInvitationDtoResponse>>;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
*
|
|
112
112
|
* @summary Retrieves all project invitations for a specified project.
|
|
113
113
|
* @param {string} projectId The Id or slug of the project.
|
|
114
114
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -133,7 +133,7 @@ export declare const ProjectInvitationApiFactory: (configuration?: Configuration
|
|
|
133
133
|
*/
|
|
134
134
|
apiV2ProjectsProjectIdInvitationsOptions(requestParameters: ProjectInvitationApiApiV2ProjectsProjectIdInvitationsOptionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
135
135
|
/**
|
|
136
|
-
*
|
|
136
|
+
*
|
|
137
137
|
* @summary Creates a project invitation for a specified project.
|
|
138
138
|
* @param {ProjectInvitationApiCreateProjectInvitationRequest} requestParameters Request parameters.
|
|
139
139
|
* @param {*} [options] Override http request option.
|
|
@@ -141,7 +141,7 @@ export declare const ProjectInvitationApiFactory: (configuration?: Configuration
|
|
|
141
141
|
*/
|
|
142
142
|
createProjectInvitation(requestParameters: ProjectInvitationApiCreateProjectInvitationRequest, options?: AxiosRequestConfig): AxiosPromise<ProjectInvitationDtoResponse>;
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
*
|
|
145
145
|
* @summary Deletes a project invitation for a specified project.
|
|
146
146
|
* @param {ProjectInvitationApiDeleteProjectInvitationRequest} requestParameters Request parameters.
|
|
147
147
|
* @param {*} [options] Override http request option.
|
|
@@ -149,7 +149,7 @@ export declare const ProjectInvitationApiFactory: (configuration?: Configuration
|
|
|
149
149
|
*/
|
|
150
150
|
deleteProjectInvitation(requestParameters: ProjectInvitationApiDeleteProjectInvitationRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
*
|
|
153
153
|
* @summary Retrieves a project invitation for a specified project.
|
|
154
154
|
* @param {ProjectInvitationApiGetProjectInvitationRequest} requestParameters Request parameters.
|
|
155
155
|
* @param {*} [options] Override http request option.
|
|
@@ -157,7 +157,7 @@ export declare const ProjectInvitationApiFactory: (configuration?: Configuration
|
|
|
157
157
|
*/
|
|
158
158
|
getProjectInvitation(requestParameters: ProjectInvitationApiGetProjectInvitationRequest, options?: AxiosRequestConfig): AxiosPromise<ProjectInvitationDtoResponse>;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
160
|
+
*
|
|
161
161
|
* @summary Retrieves all project invitations for a specified project.
|
|
162
162
|
* @param {ProjectInvitationApiGetProjectInvitationsRequest} requestParameters Request parameters.
|
|
163
163
|
* @param {*} [options] Override http request option.
|
|
@@ -283,7 +283,7 @@ export declare class ProjectInvitationApi extends BaseAPI {
|
|
|
283
283
|
*/
|
|
284
284
|
apiV2ProjectsProjectIdInvitationsOptions(requestParameters: ProjectInvitationApiApiV2ProjectsProjectIdInvitationsOptionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
285
285
|
/**
|
|
286
|
-
*
|
|
286
|
+
*
|
|
287
287
|
* @summary Creates a project invitation for a specified project.
|
|
288
288
|
* @param {ProjectInvitationApiCreateProjectInvitationRequest} requestParameters Request parameters.
|
|
289
289
|
* @param {*} [options] Override http request option.
|
|
@@ -292,7 +292,7 @@ export declare class ProjectInvitationApi extends BaseAPI {
|
|
|
292
292
|
*/
|
|
293
293
|
createProjectInvitation(requestParameters: ProjectInvitationApiCreateProjectInvitationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectInvitationDtoResponse, any>>;
|
|
294
294
|
/**
|
|
295
|
-
*
|
|
295
|
+
*
|
|
296
296
|
* @summary Deletes a project invitation for a specified project.
|
|
297
297
|
* @param {ProjectInvitationApiDeleteProjectInvitationRequest} requestParameters Request parameters.
|
|
298
298
|
* @param {*} [options] Override http request option.
|
|
@@ -301,7 +301,7 @@ export declare class ProjectInvitationApi extends BaseAPI {
|
|
|
301
301
|
*/
|
|
302
302
|
deleteProjectInvitation(requestParameters: ProjectInvitationApiDeleteProjectInvitationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
*
|
|
305
305
|
* @summary Retrieves a project invitation for a specified project.
|
|
306
306
|
* @param {ProjectInvitationApiGetProjectInvitationRequest} requestParameters Request parameters.
|
|
307
307
|
* @param {*} [options] Override http request option.
|
|
@@ -310,7 +310,7 @@ export declare class ProjectInvitationApi extends BaseAPI {
|
|
|
310
310
|
*/
|
|
311
311
|
getProjectInvitation(requestParameters: ProjectInvitationApiGetProjectInvitationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectInvitationDtoResponse, any>>;
|
|
312
312
|
/**
|
|
313
|
-
*
|
|
313
|
+
*
|
|
314
314
|
* @summary Retrieves all project invitations for a specified project.
|
|
315
315
|
* @param {ProjectInvitationApiGetProjectInvitationsRequest} requestParameters Request parameters.
|
|
316
316
|
* @param {*} [options] Override http request option.
|