@coscine/api-client 3.7.0 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/index.js +820 -631
  2. package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +63 -0
  3. package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +16 -16
  4. package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +16 -16
  5. package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +8 -8
  6. package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +4 -4
  7. package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +8 -8
  8. package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +8 -8
  9. package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +4 -4
  10. package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +19 -10
  11. package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +8 -8
  12. package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +20 -20
  13. package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +16 -16
  14. package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +20 -20
  15. package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +4 -4
  16. package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +12 -12
  17. package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +20 -20
  18. package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +4 -4
  19. package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +4 -4
  20. package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +228 -0
  21. package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +4 -4
  22. package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +20 -20
  23. package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +8 -8
  24. package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +4 -4
  25. package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +16 -16
  26. package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +24 -24
  27. package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +8 -8
  28. package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +4 -4
  29. package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +228 -23
  30. package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +4 -4
  31. package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +8 -8
  32. package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +8 -8
  33. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +50 -0
  34. package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto.d.ts +30 -0
  35. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +44 -0
  36. package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +50 -0
  37. package/dist/types/Coscine.Api/@coscine/model/hash-parameters-dto.d.ts +30 -0
  38. package/dist/types/Coscine.Api/@coscine/model/index.d.ts +11 -0
  39. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +13 -0
  40. package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-deletion-dto.d.ts +36 -0
  41. package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +43 -0
  42. package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +62 -0
  43. package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +62 -0
  44. package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +56 -0
  45. package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +6 -0
  46. package/dist/types/Coscine.Api/@coscine/model/rdf-format.d.ts +1 -0
  47. package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +7 -0
  48. package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +7 -0
  49. package/dist/types/Coscine.Api/@coscine/model/variant-dto.d.ts +30 -0
  50. package/dist/types/Coscine.Api/api.d.ts +1 -0
  51. package/dist/types/apis.d.ts +4 -0
  52. package/dist/types/index.d.ts +8 -0
  53. 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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
92
+ *
93
93
  * @summary Retrieves the current maintenance messages.
94
94
  * @param {*} [options] Override http request option.
95
95
  * @throws {RequiredError}
@@ -12,6 +12,7 @@
12
12
  import type { Configuration } from '../../configuration';
13
13
  import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
14
  import { RequestArgs, BaseAPI } from '../../base';
15
+ import { AcceptedLanguage } from '../../@coscine/model';
15
16
  import { OrganizationDtoPagedResponse } from '../../@coscine/model';
16
17
  import { OrganizationDtoResponse } from '../../@coscine/model';
17
18
  /**
@@ -27,7 +28,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
27
28
  */
28
29
  apiV2OrganizationsOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
29
30
  /**
30
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
31
+ *
31
32
  * @summary Retrieves an organization.
32
33
  * @param {string} organizationRorUri The parameters for organization filtering and pagination.
33
34
  * @param {*} [options] Override http request option.
@@ -35,9 +36,10 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
35
36
  */
36
37
  getOrganization: (organizationRorUri: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
37
38
  /**
38
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
39
+ *
39
40
  * @summary Retrieves all organizations.
40
41
  * @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
42
+ * @param {AcceptedLanguage} [language] Language of name or text (dataPublicationService)
41
43
  * @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
42
44
  * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
43
45
  * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
@@ -45,7 +47,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
45
47
  * @param {*} [options] Override http request option.
46
48
  * @throws {RequiredError}
47
49
  */
48
- getOrganizations: (searchTerm?: string, filterByPublicationService?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
50
+ getOrganizations: (searchTerm?: string, language?: AcceptedLanguage, filterByPublicationService?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
49
51
  };
50
52
  /**
51
53
  * OrganizationApi - functional programming interface
@@ -60,7 +62,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
60
62
  */
61
63
  apiV2OrganizationsOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
62
64
  /**
63
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
65
+ *
64
66
  * @summary Retrieves an organization.
65
67
  * @param {string} organizationRorUri The parameters for organization filtering and pagination.
66
68
  * @param {*} [options] Override http request option.
@@ -68,9 +70,10 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
68
70
  */
69
71
  getOrganization(organizationRorUri: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationDtoResponse>>;
70
72
  /**
71
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
73
+ *
72
74
  * @summary Retrieves all organizations.
73
75
  * @param {string} [searchTerm] Gets or sets the search term used to filter organizations.
76
+ * @param {AcceptedLanguage} [language] Language of name or text (dataPublicationService)
74
77
  * @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
75
78
  * @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
76
79
  * @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
@@ -78,7 +81,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
78
81
  * @param {*} [options] Override http request option.
79
82
  * @throws {RequiredError}
80
83
  */
81
- getOrganizations(searchTerm?: string, filterByPublicationService?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationDtoPagedResponse>>;
84
+ getOrganizations(searchTerm?: string, language?: AcceptedLanguage, filterByPublicationService?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationDtoPagedResponse>>;
82
85
  };
83
86
  /**
84
87
  * OrganizationApi - factory interface
@@ -93,7 +96,7 @@ export declare const OrganizationApiFactory: (configuration?: Configuration, bas
93
96
  */
94
97
  apiV2OrganizationsOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
95
98
  /**
96
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
99
+ *
97
100
  * @summary Retrieves an organization.
98
101
  * @param {OrganizationApiGetOrganizationRequest} requestParameters Request parameters.
99
102
  * @param {*} [options] Override http request option.
@@ -101,7 +104,7 @@ export declare const OrganizationApiFactory: (configuration?: Configuration, bas
101
104
  */
102
105
  getOrganization(requestParameters: OrganizationApiGetOrganizationRequest, options?: AxiosRequestConfig): AxiosPromise<OrganizationDtoResponse>;
103
106
  /**
104
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
107
+ *
105
108
  * @summary Retrieves all organizations.
106
109
  * @param {OrganizationApiGetOrganizationsRequest} requestParameters Request parameters.
107
110
  * @param {*} [options] Override http request option.
@@ -134,6 +137,12 @@ export interface OrganizationApiGetOrganizationsRequest {
134
137
  * @memberof OrganizationApiGetOrganizations
135
138
  */
136
139
  readonly searchTerm?: string;
140
+ /**
141
+ * Language of name or text (dataPublicationService)
142
+ * @type {AcceptedLanguage}
143
+ * @memberof OrganizationApiGetOrganizations
144
+ */
145
+ readonly language?: AcceptedLanguage;
137
146
  /**
138
147
  * Gets or sets the option to find only organizations having the publication service set.
139
148
  * @type {boolean}
@@ -175,7 +184,7 @@ export declare class OrganizationApi extends BaseAPI {
175
184
  */
176
185
  apiV2OrganizationsOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
177
186
  /**
178
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
187
+ *
179
188
  * @summary Retrieves an organization.
180
189
  * @param {OrganizationApiGetOrganizationRequest} requestParameters Request parameters.
181
190
  * @param {*} [options] Override http request option.
@@ -184,7 +193,7 @@ export declare class OrganizationApi extends BaseAPI {
184
193
  */
185
194
  getOrganization(requestParameters: OrganizationApiGetOrganizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationDtoResponse, any>>;
186
195
  /**
187
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
196
+ *
188
197
  * @summary Retrieves all organizations.
189
198
  * @param {OrganizationApiGetOrganizationsRequest} requestParameters Request parameters.
190
199
  * @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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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
- * <p><strong>Required JWT roles for access:</strong> <code></code>.</p>
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.