@coscine/api-client 3.6.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 +1281 -993
- 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 +30 -22
- 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 +13 -0
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +13 -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 +8 -0
- package/dist/types/index.d.ts +16 -0
- package/package.json +1 -1
|
@@ -14,6 +14,7 @@ import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../../base';
|
|
15
15
|
import { ActivityLogDtoPagedResponse } from '../../@coscine/model';
|
|
16
16
|
import { CoscineHttpMethod } from '../../@coscine/model';
|
|
17
|
+
import { DeployedGraphDtoPagedResponse } from '../../@coscine/model';
|
|
17
18
|
import { MetadataUpdateAdminParameters } from '../../@coscine/model';
|
|
18
19
|
import { ProjectAdminDtoPagedResponse } from '../../@coscine/model';
|
|
19
20
|
import { RdfDefinitionDtoResponse } from '../../@coscine/model';
|
|
@@ -85,6 +86,16 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
85
86
|
* @throws {RequiredError}
|
|
86
87
|
*/
|
|
87
88
|
getAllUsers: (tosAccepted?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
89
|
+
/**
|
|
90
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
91
|
+
* @summary Gets all deployed graphs.
|
|
92
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
93
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
94
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
95
|
+
* @param {*} [options] Override http request option.
|
|
96
|
+
* @throws {RequiredError}
|
|
97
|
+
*/
|
|
98
|
+
getDeployedGraphs: (pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
88
99
|
/**
|
|
89
100
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
90
101
|
* @summary Gets a metadata graph.
|
|
@@ -177,6 +188,16 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
177
188
|
* @throws {RequiredError}
|
|
178
189
|
*/
|
|
179
190
|
getAllUsers(tosAccepted?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserDtoPagedResponse>>;
|
|
191
|
+
/**
|
|
192
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
193
|
+
* @summary Gets all deployed graphs.
|
|
194
|
+
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
195
|
+
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
196
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
197
|
+
* @param {*} [options] Override http request option.
|
|
198
|
+
* @throws {RequiredError}
|
|
199
|
+
*/
|
|
200
|
+
getDeployedGraphs(pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeployedGraphDtoPagedResponse>>;
|
|
180
201
|
/**
|
|
181
202
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
182
203
|
* @summary Gets a metadata graph.
|
|
@@ -249,6 +270,14 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
|
|
|
249
270
|
* @throws {RequiredError}
|
|
250
271
|
*/
|
|
251
272
|
getAllUsers(requestParameters?: AdminApiGetAllUsersRequest, options?: AxiosRequestConfig): AxiosPromise<UserDtoPagedResponse>;
|
|
273
|
+
/**
|
|
274
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
275
|
+
* @summary Gets all deployed graphs.
|
|
276
|
+
* @param {AdminApiGetDeployedGraphsRequest} requestParameters Request parameters.
|
|
277
|
+
* @param {*} [options] Override http request option.
|
|
278
|
+
* @throws {RequiredError}
|
|
279
|
+
*/
|
|
280
|
+
getDeployedGraphs(requestParameters?: AdminApiGetDeployedGraphsRequest, options?: AxiosRequestConfig): AxiosPromise<DeployedGraphDtoPagedResponse>;
|
|
252
281
|
/**
|
|
253
282
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
254
283
|
* @summary Gets a metadata graph.
|
|
@@ -446,6 +475,31 @@ export interface AdminApiGetAllUsersRequest {
|
|
|
446
475
|
*/
|
|
447
476
|
readonly orderBy?: string;
|
|
448
477
|
}
|
|
478
|
+
/**
|
|
479
|
+
* Request parameters for getDeployedGraphs operation in AdminApi.
|
|
480
|
+
* @export
|
|
481
|
+
* @interface AdminApiGetDeployedGraphsRequest
|
|
482
|
+
*/
|
|
483
|
+
export interface AdminApiGetDeployedGraphsRequest {
|
|
484
|
+
/**
|
|
485
|
+
* The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
486
|
+
* @type {number}
|
|
487
|
+
* @memberof AdminApiGetDeployedGraphs
|
|
488
|
+
*/
|
|
489
|
+
readonly pageNumber?: number;
|
|
490
|
+
/**
|
|
491
|
+
* The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
492
|
+
* @type {number}
|
|
493
|
+
* @memberof AdminApiGetDeployedGraphs
|
|
494
|
+
*/
|
|
495
|
+
readonly pageSize?: number;
|
|
496
|
+
/**
|
|
497
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
498
|
+
* @type {string}
|
|
499
|
+
* @memberof AdminApiGetDeployedGraphs
|
|
500
|
+
*/
|
|
501
|
+
readonly orderBy?: string;
|
|
502
|
+
}
|
|
449
503
|
/**
|
|
450
504
|
* Request parameters for getMetadataGraph operation in AdminApi.
|
|
451
505
|
* @export
|
|
@@ -554,6 +608,15 @@ export declare class AdminApi extends BaseAPI {
|
|
|
554
608
|
* @memberof AdminApi
|
|
555
609
|
*/
|
|
556
610
|
getAllUsers(requestParameters?: AdminApiGetAllUsersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserDtoPagedResponse, any>>;
|
|
611
|
+
/**
|
|
612
|
+
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
613
|
+
* @summary Gets all deployed graphs.
|
|
614
|
+
* @param {AdminApiGetDeployedGraphsRequest} requestParameters Request parameters.
|
|
615
|
+
* @param {*} [options] Override http request option.
|
|
616
|
+
* @throws {RequiredError}
|
|
617
|
+
* @memberof AdminApi
|
|
618
|
+
*/
|
|
619
|
+
getDeployedGraphs(requestParameters?: AdminApiGetDeployedGraphsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeployedGraphDtoPagedResponse, any>>;
|
|
557
620
|
/**
|
|
558
621
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
559
622
|
* @summary Gets a metadata graph.
|
|
@@ -31,7 +31,7 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
|
|
|
31
31
|
*/
|
|
32
32
|
apiV2ApplicationProfilesOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
*
|
|
35
35
|
* @summary Submits a request to create a new application profile.
|
|
36
36
|
* @param {ApplicationProfileForCreationDto} [applicationProfileForCreationDto] The details required to create a new application profile.
|
|
37
37
|
* @param {*} [options] Override http request option.
|
|
@@ -39,7 +39,7 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
|
|
|
39
39
|
*/
|
|
40
40
|
createApplicationProfileRequest: (applicationProfileForCreationDto?: ApplicationProfileForCreationDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
*
|
|
43
43
|
* @summary Retrieves an application profile by its URI.
|
|
44
44
|
* @param {string} profile The URI of the application profile to retrieve.
|
|
45
45
|
* @param {RdfFormat} [format] The desired data format for the returned application profile.
|
|
@@ -49,7 +49,7 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
|
|
|
49
49
|
*/
|
|
50
50
|
getApplicationProfile: (profile: string, format?: RdfFormat, acceptLanguage?: AcceptedLanguage, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
*
|
|
53
53
|
* @summary Retrieves all application profiles.
|
|
54
54
|
* @param {string} [searchTerm] Gets or sets the search term used to filter application profiles.
|
|
55
55
|
* @param {AcceptedLanguage} [language] Gets or sets the language for which the application profiles are requested.
|
|
@@ -62,7 +62,7 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
|
|
|
62
62
|
*/
|
|
63
63
|
getApplicationProfiles: (searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
*
|
|
66
66
|
* @summary Retrieves the `raw` application profile definition by its URI.
|
|
67
67
|
* @param {string} profile The URI of the application profile.
|
|
68
68
|
* @param {*} [options] Override http request option.
|
|
@@ -83,7 +83,7 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
|
|
|
83
83
|
*/
|
|
84
84
|
apiV2ApplicationProfilesOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
*
|
|
87
87
|
* @summary Submits a request to create a new application profile.
|
|
88
88
|
* @param {ApplicationProfileForCreationDto} [applicationProfileForCreationDto] The details required to create a new application profile.
|
|
89
89
|
* @param {*} [options] Override http request option.
|
|
@@ -91,7 +91,7 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
|
|
|
91
91
|
*/
|
|
92
92
|
createApplicationProfileRequest(applicationProfileForCreationDto?: ApplicationProfileForCreationDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileForCreationDtoResponse>>;
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
*
|
|
95
95
|
* @summary Retrieves an application profile by its URI.
|
|
96
96
|
* @param {string} profile The URI of the application profile to retrieve.
|
|
97
97
|
* @param {RdfFormat} [format] The desired data format for the returned application profile.
|
|
@@ -101,7 +101,7 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
|
|
|
101
101
|
*/
|
|
102
102
|
getApplicationProfile(profile: string, format?: RdfFormat, acceptLanguage?: AcceptedLanguage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileDtoResponse>>;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
*
|
|
105
105
|
* @summary Retrieves all application profiles.
|
|
106
106
|
* @param {string} [searchTerm] Gets or sets the search term used to filter application profiles.
|
|
107
107
|
* @param {AcceptedLanguage} [language] Gets or sets the language for which the application profiles are requested.
|
|
@@ -114,7 +114,7 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
|
|
|
114
114
|
*/
|
|
115
115
|
getApplicationProfiles(searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileDtoPagedResponse>>;
|
|
116
116
|
/**
|
|
117
|
-
*
|
|
117
|
+
*
|
|
118
118
|
* @summary Retrieves the `raw` application profile definition by its URI.
|
|
119
119
|
* @param {string} profile The URI of the application profile.
|
|
120
120
|
* @param {*} [options] Override http request option.
|
|
@@ -135,7 +135,7 @@ export declare const ApplicationProfileApiFactory: (configuration?: Configuratio
|
|
|
135
135
|
*/
|
|
136
136
|
apiV2ApplicationProfilesOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
137
137
|
/**
|
|
138
|
-
*
|
|
138
|
+
*
|
|
139
139
|
* @summary Submits a request to create a new application profile.
|
|
140
140
|
* @param {ApplicationProfileApiCreateApplicationProfileRequestRequest} requestParameters Request parameters.
|
|
141
141
|
* @param {*} [options] Override http request option.
|
|
@@ -143,7 +143,7 @@ export declare const ApplicationProfileApiFactory: (configuration?: Configuratio
|
|
|
143
143
|
*/
|
|
144
144
|
createApplicationProfileRequest(requestParameters?: ApplicationProfileApiCreateApplicationProfileRequestRequest, options?: AxiosRequestConfig): AxiosPromise<ApplicationProfileForCreationDtoResponse>;
|
|
145
145
|
/**
|
|
146
|
-
*
|
|
146
|
+
*
|
|
147
147
|
* @summary Retrieves an application profile by its URI.
|
|
148
148
|
* @param {ApplicationProfileApiGetApplicationProfileRequest} requestParameters Request parameters.
|
|
149
149
|
* @param {*} [options] Override http request option.
|
|
@@ -151,7 +151,7 @@ export declare const ApplicationProfileApiFactory: (configuration?: Configuratio
|
|
|
151
151
|
*/
|
|
152
152
|
getApplicationProfile(requestParameters: ApplicationProfileApiGetApplicationProfileRequest, options?: AxiosRequestConfig): AxiosPromise<ApplicationProfileDtoResponse>;
|
|
153
153
|
/**
|
|
154
|
-
*
|
|
154
|
+
*
|
|
155
155
|
* @summary Retrieves all application profiles.
|
|
156
156
|
* @param {ApplicationProfileApiGetApplicationProfilesRequest} requestParameters Request parameters.
|
|
157
157
|
* @param {*} [options] Override http request option.
|
|
@@ -159,7 +159,7 @@ export declare const ApplicationProfileApiFactory: (configuration?: Configuratio
|
|
|
159
159
|
*/
|
|
160
160
|
getApplicationProfiles(requestParameters?: ApplicationProfileApiGetApplicationProfilesRequest, options?: AxiosRequestConfig): AxiosPromise<ApplicationProfileDtoPagedResponse>;
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
*
|
|
163
163
|
* @summary Retrieves the `raw` application profile definition by its URI.
|
|
164
164
|
* @param {ApplicationProfileApiGetRawApplicationProfileRequest} requestParameters Request parameters.
|
|
165
165
|
* @param {*} [options] Override http request option.
|
|
@@ -277,7 +277,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
|
|
|
277
277
|
*/
|
|
278
278
|
apiV2ApplicationProfilesOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
279
279
|
/**
|
|
280
|
-
*
|
|
280
|
+
*
|
|
281
281
|
* @summary Submits a request to create a new application profile.
|
|
282
282
|
* @param {ApplicationProfileApiCreateApplicationProfileRequestRequest} requestParameters Request parameters.
|
|
283
283
|
* @param {*} [options] Override http request option.
|
|
@@ -286,7 +286,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
|
|
|
286
286
|
*/
|
|
287
287
|
createApplicationProfileRequest(requestParameters?: ApplicationProfileApiCreateApplicationProfileRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileForCreationDtoResponse, any>>;
|
|
288
288
|
/**
|
|
289
|
-
*
|
|
289
|
+
*
|
|
290
290
|
* @summary Retrieves an application profile by its URI.
|
|
291
291
|
* @param {ApplicationProfileApiGetApplicationProfileRequest} requestParameters Request parameters.
|
|
292
292
|
* @param {*} [options] Override http request option.
|
|
@@ -295,7 +295,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
|
|
|
295
295
|
*/
|
|
296
296
|
getApplicationProfile(requestParameters: ApplicationProfileApiGetApplicationProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileDtoResponse, any>>;
|
|
297
297
|
/**
|
|
298
|
-
*
|
|
298
|
+
*
|
|
299
299
|
* @summary Retrieves all application profiles.
|
|
300
300
|
* @param {ApplicationProfileApiGetApplicationProfilesRequest} requestParameters Request parameters.
|
|
301
301
|
* @param {*} [options] Override http request option.
|
|
@@ -304,7 +304,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
|
|
|
304
304
|
*/
|
|
305
305
|
getApplicationProfiles(requestParameters?: ApplicationProfileApiGetApplicationProfilesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplicationProfileDtoPagedResponse, any>>;
|
|
306
306
|
/**
|
|
307
|
-
*
|
|
307
|
+
*
|
|
308
308
|
* @summary Retrieves the `raw` application profile definition by its URI.
|
|
309
309
|
* @param {ApplicationProfileApiGetRawApplicationProfileRequest} requestParameters Request parameters.
|
|
310
310
|
* @param {*} [options] Override http request option.
|
|
@@ -27,7 +27,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
27
27
|
*/
|
|
28
28
|
apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions: (projectId: string, resourceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
*
|
|
31
31
|
* @summary Creates a new blob for a resource.
|
|
32
32
|
* @param {string} projectId The identifier or slug of the project.
|
|
33
33
|
* @param {string} resourceId The identifier of the resource.
|
|
@@ -38,7 +38,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
38
38
|
*/
|
|
39
39
|
createBlob: (projectId: string, resourceId: string, key: string, file?: File, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
*
|
|
42
42
|
* @summary Deletes a blob from a resource.
|
|
43
43
|
* @param {string} projectId The identifier or slug of the project.
|
|
44
44
|
* @param {string} resourceId The identifier of the resource.
|
|
@@ -48,7 +48,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
48
48
|
*/
|
|
49
49
|
deleteBlob: (projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
*
|
|
52
52
|
* @summary Download a blob from a resource.
|
|
53
53
|
* @param {string} projectId The identifier or slug of the project.
|
|
54
54
|
* @param {string} resourceId The identifier of the resource.
|
|
@@ -58,7 +58,7 @@ export declare const BlobApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
58
58
|
*/
|
|
59
59
|
getBlob: (projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
*
|
|
62
62
|
* @summary Updates an existing blob of a resource.
|
|
63
63
|
* @param {string} projectId The identifier or slug of the project.
|
|
64
64
|
* @param {string} resourceId The identifier of the resource.
|
|
@@ -84,7 +84,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
|
|
|
84
84
|
*/
|
|
85
85
|
apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(projectId: string, resourceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
*
|
|
88
88
|
* @summary Creates a new blob for a resource.
|
|
89
89
|
* @param {string} projectId The identifier or slug of the project.
|
|
90
90
|
* @param {string} resourceId The identifier of the resource.
|
|
@@ -95,7 +95,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
|
|
|
95
95
|
*/
|
|
96
96
|
createBlob(projectId: string, resourceId: string, key: string, file?: File, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
*
|
|
99
99
|
* @summary Deletes a blob from a resource.
|
|
100
100
|
* @param {string} projectId The identifier or slug of the project.
|
|
101
101
|
* @param {string} resourceId The identifier of the resource.
|
|
@@ -105,7 +105,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
|
|
|
105
105
|
*/
|
|
106
106
|
deleteBlob(projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
*
|
|
109
109
|
* @summary Download a blob from a resource.
|
|
110
110
|
* @param {string} projectId The identifier or slug of the project.
|
|
111
111
|
* @param {string} resourceId The identifier of the resource.
|
|
@@ -115,7 +115,7 @@ export declare const BlobApiFp: (configuration?: Configuration) => {
|
|
|
115
115
|
*/
|
|
116
116
|
getBlob(projectId: string, resourceId: string, key: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
*
|
|
119
119
|
* @summary Updates an existing blob of a resource.
|
|
120
120
|
* @param {string} projectId The identifier or slug of the project.
|
|
121
121
|
* @param {string} resourceId The identifier of the resource.
|
|
@@ -140,7 +140,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
|
|
|
140
140
|
*/
|
|
141
141
|
apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(requestParameters: BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
142
142
|
/**
|
|
143
|
-
*
|
|
143
|
+
*
|
|
144
144
|
* @summary Creates a new blob for a resource.
|
|
145
145
|
* @param {BlobApiCreateBlobRequest} requestParameters Request parameters.
|
|
146
146
|
* @param {*} [options] Override http request option.
|
|
@@ -148,7 +148,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
|
|
|
148
148
|
*/
|
|
149
149
|
createBlob(requestParameters: BlobApiCreateBlobRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
*
|
|
152
152
|
* @summary Deletes a blob from a resource.
|
|
153
153
|
* @param {BlobApiDeleteBlobRequest} requestParameters Request parameters.
|
|
154
154
|
* @param {*} [options] Override http request option.
|
|
@@ -156,7 +156,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
|
|
|
156
156
|
*/
|
|
157
157
|
deleteBlob(requestParameters: BlobApiDeleteBlobRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
158
158
|
/**
|
|
159
|
-
*
|
|
159
|
+
*
|
|
160
160
|
* @summary Download a blob from a resource.
|
|
161
161
|
* @param {BlobApiGetBlobRequest} requestParameters Request parameters.
|
|
162
162
|
* @param {*} [options] Override http request option.
|
|
@@ -164,7 +164,7 @@ export declare const BlobApiFactory: (configuration?: Configuration, basePath?:
|
|
|
164
164
|
*/
|
|
165
165
|
getBlob(requestParameters: BlobApiGetBlobRequest, options?: AxiosRequestConfig): AxiosPromise<File>;
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
167
|
+
*
|
|
168
168
|
* @summary Updates an existing blob of a resource.
|
|
169
169
|
* @param {BlobApiUpdateBlobRequest} requestParameters Request parameters.
|
|
170
170
|
* @param {*} [options] Override http request option.
|
|
@@ -320,7 +320,7 @@ export declare class BlobApi extends BaseAPI {
|
|
|
320
320
|
*/
|
|
321
321
|
apiV2ProjectsProjectIdResourcesResourceIdBlobsOptions(requestParameters: BlobApiApiV2ProjectsProjectIdResourcesResourceIdBlobsOptionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
322
322
|
/**
|
|
323
|
-
*
|
|
323
|
+
*
|
|
324
324
|
* @summary Creates a new blob for a resource.
|
|
325
325
|
* @param {BlobApiCreateBlobRequest} requestParameters Request parameters.
|
|
326
326
|
* @param {*} [options] Override http request option.
|
|
@@ -329,7 +329,7 @@ export declare class BlobApi extends BaseAPI {
|
|
|
329
329
|
*/
|
|
330
330
|
createBlob(requestParameters: BlobApiCreateBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
331
331
|
/**
|
|
332
|
-
*
|
|
332
|
+
*
|
|
333
333
|
* @summary Deletes a blob from a resource.
|
|
334
334
|
* @param {BlobApiDeleteBlobRequest} requestParameters Request parameters.
|
|
335
335
|
* @param {*} [options] Override http request option.
|
|
@@ -338,7 +338,7 @@ export declare class BlobApi extends BaseAPI {
|
|
|
338
338
|
*/
|
|
339
339
|
deleteBlob(requestParameters: BlobApiDeleteBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
340
340
|
/**
|
|
341
|
-
*
|
|
341
|
+
*
|
|
342
342
|
* @summary Download a blob from a resource.
|
|
343
343
|
* @param {BlobApiGetBlobRequest} requestParameters Request parameters.
|
|
344
344
|
* @param {*} [options] Override http request option.
|
|
@@ -347,7 +347,7 @@ export declare class BlobApi extends BaseAPI {
|
|
|
347
347
|
*/
|
|
348
348
|
getBlob(requestParameters: BlobApiGetBlobRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
349
349
|
/**
|
|
350
|
-
*
|
|
350
|
+
*
|
|
351
351
|
* @summary Updates an existing blob of a resource.
|
|
352
352
|
* @param {BlobApiUpdateBlobRequest} requestParameters Request parameters.
|
|
353
353
|
* @param {*} [options] Override http request option.
|
|
@@ -27,7 +27,7 @@ export declare const DisciplineApiAxiosParamCreator: (configuration?: Configurat
|
|
|
27
27
|
*/
|
|
28
28
|
apiV2DisciplinesOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
*
|
|
31
31
|
* @summary Retrieves a discipline with the specified ID.
|
|
32
32
|
* @param {string} disciplineId The ID of the discipline.
|
|
33
33
|
* @param {*} [options] Override http request option.
|
|
@@ -35,7 +35,7 @@ export declare const DisciplineApiAxiosParamCreator: (configuration?: Configurat
|
|
|
35
35
|
*/
|
|
36
36
|
getDiscipline: (disciplineId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
*
|
|
39
39
|
* @summary Retrieves all disciplines.
|
|
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.
|
|
@@ -58,7 +58,7 @@ export declare const DisciplineApiFp: (configuration?: Configuration) => {
|
|
|
58
58
|
*/
|
|
59
59
|
apiV2DisciplinesOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
*
|
|
62
62
|
* @summary Retrieves a discipline with the specified ID.
|
|
63
63
|
* @param {string} disciplineId The ID of the discipline.
|
|
64
64
|
* @param {*} [options] Override http request option.
|
|
@@ -66,7 +66,7 @@ export declare const DisciplineApiFp: (configuration?: Configuration) => {
|
|
|
66
66
|
*/
|
|
67
67
|
getDiscipline(disciplineId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisciplineDtoResponse>>;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
*
|
|
70
70
|
* @summary Retrieves all disciplines.
|
|
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.
|
|
@@ -89,7 +89,7 @@ export declare const DisciplineApiFactory: (configuration?: Configuration, baseP
|
|
|
89
89
|
*/
|
|
90
90
|
apiV2DisciplinesOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
*
|
|
93
93
|
* @summary Retrieves a discipline with the specified ID.
|
|
94
94
|
* @param {DisciplineApiGetDisciplineRequest} requestParameters Request parameters.
|
|
95
95
|
* @param {*} [options] Override http request option.
|
|
@@ -97,7 +97,7 @@ export declare const DisciplineApiFactory: (configuration?: Configuration, baseP
|
|
|
97
97
|
*/
|
|
98
98
|
getDiscipline(requestParameters: DisciplineApiGetDisciplineRequest, options?: AxiosRequestConfig): AxiosPromise<DisciplineDtoResponse>;
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
*
|
|
101
101
|
* @summary Retrieves all disciplines.
|
|
102
102
|
* @param {DisciplineApiGetDisciplinesRequest} requestParameters Request parameters.
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
@@ -159,7 +159,7 @@ export declare class DisciplineApi extends BaseAPI {
|
|
|
159
159
|
*/
|
|
160
160
|
apiV2DisciplinesOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
*
|
|
163
163
|
* @summary Retrieves a discipline with the specified ID.
|
|
164
164
|
* @param {DisciplineApiGetDisciplineRequest} requestParameters Request parameters.
|
|
165
165
|
* @param {*} [options] Override http request option.
|
|
@@ -168,7 +168,7 @@ export declare class DisciplineApi extends BaseAPI {
|
|
|
168
168
|
*/
|
|
169
169
|
getDiscipline(requestParameters: DisciplineApiGetDisciplineRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DisciplineDtoResponse, any>>;
|
|
170
170
|
/**
|
|
171
|
-
*
|
|
171
|
+
*
|
|
172
172
|
* @summary Retrieves all disciplines.
|
|
173
173
|
* @param {DisciplineApiGetDisciplinesRequest} requestParameters Request parameters.
|
|
174
174
|
* @param {*} [options] Override http request option.
|
|
@@ -27,7 +27,7 @@ export declare const HandleApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
27
27
|
*/
|
|
28
28
|
apiV2HandlesOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
*
|
|
31
31
|
* @summary Retrieves all values of a handle by its PID.
|
|
32
32
|
* @param {string} prefix The prefix of the PID
|
|
33
33
|
* @param {string} suffix The suffix of the PID
|
|
@@ -59,7 +59,7 @@ export declare const HandleApiFp: (configuration?: Configuration) => {
|
|
|
59
59
|
*/
|
|
60
60
|
apiV2HandlesOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
*
|
|
63
63
|
* @summary Retrieves all values of a handle by its PID.
|
|
64
64
|
* @param {string} prefix The prefix of the PID
|
|
65
65
|
* @param {string} suffix The suffix of the PID
|
|
@@ -91,7 +91,7 @@ export declare const HandleApiFactory: (configuration?: Configuration, basePath?
|
|
|
91
91
|
*/
|
|
92
92
|
apiV2HandlesOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
*
|
|
95
95
|
* @summary Retrieves all values of a handle by its PID.
|
|
96
96
|
* @param {HandleApiGetHandleRequest} requestParameters Request parameters.
|
|
97
97
|
* @param {*} [options] Override http request option.
|
|
@@ -167,7 +167,7 @@ export declare class HandleApi extends BaseAPI {
|
|
|
167
167
|
*/
|
|
168
168
|
apiV2HandlesOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
169
169
|
/**
|
|
170
|
-
*
|
|
170
|
+
*
|
|
171
171
|
* @summary Retrieves all values of a handle by its PID.
|
|
172
172
|
* @param {HandleApiGetHandleRequest} requestParameters Request parameters.
|
|
173
173
|
* @param {*} [options] Override http request option.
|
|
@@ -27,7 +27,7 @@ export declare const LanguageApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
27
27
|
*/
|
|
28
28
|
apiV2LanguagesOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
*
|
|
31
31
|
* @summary Retrieves a language by ID.
|
|
32
32
|
* @param {string} languageId The ID of the language.
|
|
33
33
|
* @param {*} [options] Override http request option.
|
|
@@ -35,7 +35,7 @@ export declare const LanguageApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
35
35
|
*/
|
|
36
36
|
getLanguage: (languageId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
*
|
|
39
39
|
* @summary Retrieves all languages.
|
|
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.
|
|
@@ -58,7 +58,7 @@ export declare const LanguageApiFp: (configuration?: Configuration) => {
|
|
|
58
58
|
*/
|
|
59
59
|
apiV2LanguagesOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
*
|
|
62
62
|
* @summary Retrieves a language by ID.
|
|
63
63
|
* @param {string} languageId The ID of the language.
|
|
64
64
|
* @param {*} [options] Override http request option.
|
|
@@ -66,7 +66,7 @@ export declare const LanguageApiFp: (configuration?: Configuration) => {
|
|
|
66
66
|
*/
|
|
67
67
|
getLanguage(languageId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LanguageDtoResponse>>;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
*
|
|
70
70
|
* @summary Retrieves all languages.
|
|
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.
|
|
@@ -89,7 +89,7 @@ export declare const LanguageApiFactory: (configuration?: Configuration, basePat
|
|
|
89
89
|
*/
|
|
90
90
|
apiV2LanguagesOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
*
|
|
93
93
|
* @summary Retrieves a language by ID.
|
|
94
94
|
* @param {LanguageApiGetLanguageRequest} requestParameters Request parameters.
|
|
95
95
|
* @param {*} [options] Override http request option.
|
|
@@ -97,7 +97,7 @@ export declare const LanguageApiFactory: (configuration?: Configuration, basePat
|
|
|
97
97
|
*/
|
|
98
98
|
getLanguage(requestParameters: LanguageApiGetLanguageRequest, options?: AxiosRequestConfig): AxiosPromise<LanguageDtoResponse>;
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
*
|
|
101
101
|
* @summary Retrieves all languages.
|
|
102
102
|
* @param {LanguageApiGetLanguagesRequest} requestParameters Request parameters.
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
@@ -159,7 +159,7 @@ export declare class LanguageApi extends BaseAPI {
|
|
|
159
159
|
*/
|
|
160
160
|
apiV2LanguagesOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
*
|
|
163
163
|
* @summary Retrieves a language by ID.
|
|
164
164
|
* @param {LanguageApiGetLanguageRequest} requestParameters Request parameters.
|
|
165
165
|
* @param {*} [options] Override http request option.
|
|
@@ -168,7 +168,7 @@ export declare class LanguageApi extends BaseAPI {
|
|
|
168
168
|
*/
|
|
169
169
|
getLanguage(requestParameters: LanguageApiGetLanguageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguageDtoResponse, any>>;
|
|
170
170
|
/**
|
|
171
|
-
*
|
|
171
|
+
*
|
|
172
172
|
* @summary Retrieves all languages.
|
|
173
173
|
* @param {LanguageApiGetLanguagesRequest} requestParameters Request parameters.
|
|
174
174
|
* @param {*} [options] Override http request option.
|
|
@@ -27,7 +27,7 @@ export declare const LicenseApiAxiosParamCreator: (configuration?: Configuration
|
|
|
27
27
|
*/
|
|
28
28
|
apiV2LicensesOptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
*
|
|
31
31
|
* @summary Retrieves a license with the specified ID.
|
|
32
32
|
* @param {string} licenseId The ID of the license.
|
|
33
33
|
* @param {*} [options] Override http request option.
|
|
@@ -35,7 +35,7 @@ export declare const LicenseApiAxiosParamCreator: (configuration?: Configuration
|
|
|
35
35
|
*/
|
|
36
36
|
getLicense: (licenseId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
*
|
|
39
39
|
* @summary Retrieves all licenses.
|
|
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.
|
|
@@ -58,7 +58,7 @@ export declare const LicenseApiFp: (configuration?: Configuration) => {
|
|
|
58
58
|
*/
|
|
59
59
|
apiV2LicensesOptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
*
|
|
62
62
|
* @summary Retrieves a license with the specified ID.
|
|
63
63
|
* @param {string} licenseId The ID of the license.
|
|
64
64
|
* @param {*} [options] Override http request option.
|
|
@@ -66,7 +66,7 @@ export declare const LicenseApiFp: (configuration?: Configuration) => {
|
|
|
66
66
|
*/
|
|
67
67
|
getLicense(licenseId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LicenseDtoResponse>>;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
*
|
|
70
70
|
* @summary Retrieves all licenses.
|
|
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.
|
|
@@ -89,7 +89,7 @@ export declare const LicenseApiFactory: (configuration?: Configuration, basePath
|
|
|
89
89
|
*/
|
|
90
90
|
apiV2LicensesOptions(options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
*
|
|
93
93
|
* @summary Retrieves a license with the specified ID.
|
|
94
94
|
* @param {LicenseApiGetLicenseRequest} requestParameters Request parameters.
|
|
95
95
|
* @param {*} [options] Override http request option.
|
|
@@ -97,7 +97,7 @@ export declare const LicenseApiFactory: (configuration?: Configuration, basePath
|
|
|
97
97
|
*/
|
|
98
98
|
getLicense(requestParameters: LicenseApiGetLicenseRequest, options?: AxiosRequestConfig): AxiosPromise<LicenseDtoResponse>;
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
*
|
|
101
101
|
* @summary Retrieves all licenses.
|
|
102
102
|
* @param {LicenseApiGetLicensesRequest} requestParameters Request parameters.
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
@@ -159,7 +159,7 @@ export declare class LicenseApi extends BaseAPI {
|
|
|
159
159
|
*/
|
|
160
160
|
apiV2LicensesOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
161
161
|
/**
|
|
162
|
-
*
|
|
162
|
+
*
|
|
163
163
|
* @summary Retrieves a license with the specified ID.
|
|
164
164
|
* @param {LicenseApiGetLicenseRequest} requestParameters Request parameters.
|
|
165
165
|
* @param {*} [options] Override http request option.
|
|
@@ -168,7 +168,7 @@ export declare class LicenseApi extends BaseAPI {
|
|
|
168
168
|
*/
|
|
169
169
|
getLicense(requestParameters: LicenseApiGetLicenseRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LicenseDtoResponse, any>>;
|
|
170
170
|
/**
|
|
171
|
-
*
|
|
171
|
+
*
|
|
172
172
|
* @summary Retrieves all licenses.
|
|
173
173
|
* @param {LicenseApiGetLicensesRequest} requestParameters Request parameters.
|
|
174
174
|
* @param {*} [options] Override http request option.
|