@coscine/api-client 3.13.0 → 3.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1044 -1171
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +25 -17
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +0 -181
- package/dist/types/Coscine.Api/@coscine/api/resource-type-git-lab-api.d.ts +250 -0
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-system-storage-options-dto.d.ts +24 -0
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto.d.ts +13 -13
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-value-for-update-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/identity-provider-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/index.d.ts +2 -0
- package/dist/types/Coscine.Api/@coscine/model/language-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/message-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +19 -12
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/project-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-organization-dto.d.ts +49 -0
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +5 -5
- package/dist/types/Coscine.Api/@coscine/model/quota-unit.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +6 -6
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +19 -13
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +17 -11
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +8 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-type-minimal-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +7 -0
- package/dist/types/Coscine.Api/@coscine/model/role-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/role-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/title-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +10 -10
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +0 -6
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-minimal-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/api.d.ts +1 -0
- package/dist/types/apis.d.ts +0 -3
- package/dist/types/index.d.ts +0 -6
- package/package.json +1 -1
|
@@ -45,7 +45,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
45
45
|
* @param {CoscineHttpMethod} [httpMethod] The http method to filter activity logs by.
|
|
46
46
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
47
47
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
48
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
48
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
49
49
|
* @param {*} [options] Override http request option.
|
|
50
50
|
* @throws {RequiredError}
|
|
51
51
|
*/
|
|
@@ -56,13 +56,14 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
56
56
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to filter top-level projects.
|
|
57
57
|
* @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted projects in the results.
|
|
58
58
|
* @param {boolean} [includeQuotas] Gets or sets a value indicating whether to include quotas in the results.
|
|
59
|
+
* @param {boolean} [includePublicationRequests] Gets or sets a value indicating whether to include project publication requests in the results.
|
|
59
60
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
60
61
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
61
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
62
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
62
63
|
* @param {*} [options] Override http request option.
|
|
63
64
|
* @throws {RequiredError}
|
|
64
65
|
*/
|
|
65
|
-
getAllProjects: (topLevel?: boolean, includeDeleted?: boolean, includeQuotas?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
66
|
+
getAllProjects: (topLevel?: boolean, includeDeleted?: boolean, includeQuotas?: boolean, includePublicationRequests?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
66
67
|
/**
|
|
67
68
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
68
69
|
* @summary Retrieves all resources.
|
|
@@ -70,7 +71,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
70
71
|
* @param {boolean} [includeQuotas] Value indicating whether to include individual resource quotas.
|
|
71
72
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
72
73
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
73
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
74
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
74
75
|
* @param {*} [options] Override http request option.
|
|
75
76
|
* @throws {RequiredError}
|
|
76
77
|
*/
|
|
@@ -81,7 +82,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
81
82
|
* @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
|
|
82
83
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
83
84
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
84
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
85
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
85
86
|
* @param {*} [options] Override http request option.
|
|
86
87
|
* @throws {RequiredError}
|
|
87
88
|
*/
|
|
@@ -91,7 +92,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
91
92
|
* @summary Gets all deployed graphs.
|
|
92
93
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
93
94
|
* @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
|
|
95
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
95
96
|
* @param {*} [options] Override http request option.
|
|
96
97
|
* @throws {RequiredError}
|
|
97
98
|
*/
|
|
@@ -147,7 +148,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
147
148
|
* @param {CoscineHttpMethod} [httpMethod] The http method to filter activity logs by.
|
|
148
149
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
149
150
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
150
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
151
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
151
152
|
* @param {*} [options] Override http request option.
|
|
152
153
|
* @throws {RequiredError}
|
|
153
154
|
*/
|
|
@@ -158,13 +159,14 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
158
159
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to filter top-level projects.
|
|
159
160
|
* @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted projects in the results.
|
|
160
161
|
* @param {boolean} [includeQuotas] Gets or sets a value indicating whether to include quotas in the results.
|
|
162
|
+
* @param {boolean} [includePublicationRequests] Gets or sets a value indicating whether to include project publication requests in the results.
|
|
161
163
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
162
164
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
163
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
165
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
164
166
|
* @param {*} [options] Override http request option.
|
|
165
167
|
* @throws {RequiredError}
|
|
166
168
|
*/
|
|
167
|
-
getAllProjects(topLevel?: boolean, includeDeleted?: boolean, includeQuotas?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectAdminDtoPagedResponse>>;
|
|
169
|
+
getAllProjects(topLevel?: boolean, includeDeleted?: boolean, includeQuotas?: boolean, includePublicationRequests?: boolean, pageSize?: number, pageNumber?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectAdminDtoPagedResponse>>;
|
|
168
170
|
/**
|
|
169
171
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
170
172
|
* @summary Retrieves all resources.
|
|
@@ -172,7 +174,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
172
174
|
* @param {boolean} [includeQuotas] Value indicating whether to include individual resource quotas.
|
|
173
175
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
174
176
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
175
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
177
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
176
178
|
* @param {*} [options] Override http request option.
|
|
177
179
|
* @throws {RequiredError}
|
|
178
180
|
*/
|
|
@@ -183,7 +185,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
183
185
|
* @param {boolean} [tosAccepted] Gets or sets a value indicating whether the terms of service have been accepted by the user.
|
|
184
186
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
185
187
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
186
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
188
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
187
189
|
* @param {*} [options] Override http request option.
|
|
188
190
|
* @throws {RequiredError}
|
|
189
191
|
*/
|
|
@@ -193,7 +195,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
|
|
|
193
195
|
* @summary Gets all deployed graphs.
|
|
194
196
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
195
197
|
* @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
|
|
198
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
197
199
|
* @param {*} [options] Override http request option.
|
|
198
200
|
* @throws {RequiredError}
|
|
199
201
|
*/
|
|
@@ -358,7 +360,7 @@ export interface AdminApiGetAllActivityLogsRequest {
|
|
|
358
360
|
*/
|
|
359
361
|
readonly pageSize?: number;
|
|
360
362
|
/**
|
|
361
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
363
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
362
364
|
* @type {string}
|
|
363
365
|
* @memberof AdminApiGetAllActivityLogs
|
|
364
366
|
*/
|
|
@@ -388,6 +390,12 @@ export interface AdminApiGetAllProjectsRequest {
|
|
|
388
390
|
* @memberof AdminApiGetAllProjects
|
|
389
391
|
*/
|
|
390
392
|
readonly includeQuotas?: boolean;
|
|
393
|
+
/**
|
|
394
|
+
* Gets or sets a value indicating whether to include project publication requests in the results.
|
|
395
|
+
* @type {boolean}
|
|
396
|
+
* @memberof AdminApiGetAllProjects
|
|
397
|
+
*/
|
|
398
|
+
readonly includePublicationRequests?: boolean;
|
|
391
399
|
/**
|
|
392
400
|
* Number of items per page. The maximum number of items per page is `250`.
|
|
393
401
|
* @type {number}
|
|
@@ -401,7 +409,7 @@ export interface AdminApiGetAllProjectsRequest {
|
|
|
401
409
|
*/
|
|
402
410
|
readonly pageNumber?: number;
|
|
403
411
|
/**
|
|
404
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
412
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
405
413
|
* @type {string}
|
|
406
414
|
* @memberof AdminApiGetAllProjects
|
|
407
415
|
*/
|
|
@@ -438,7 +446,7 @@ export interface AdminApiGetAllResourcesRequest {
|
|
|
438
446
|
*/
|
|
439
447
|
readonly pageNumber?: number;
|
|
440
448
|
/**
|
|
441
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
449
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
442
450
|
* @type {string}
|
|
443
451
|
* @memberof AdminApiGetAllResources
|
|
444
452
|
*/
|
|
@@ -469,7 +477,7 @@ export interface AdminApiGetAllUsersRequest {
|
|
|
469
477
|
*/
|
|
470
478
|
readonly pageNumber?: number;
|
|
471
479
|
/**
|
|
472
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
480
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
473
481
|
* @type {string}
|
|
474
482
|
* @memberof AdminApiGetAllUsers
|
|
475
483
|
*/
|
|
@@ -494,7 +502,7 @@ export interface AdminApiGetDeployedGraphsRequest {
|
|
|
494
502
|
*/
|
|
495
503
|
readonly pageSize?: number;
|
|
496
504
|
/**
|
|
497
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
505
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
498
506
|
* @type {string}
|
|
499
507
|
* @memberof AdminApiGetDeployedGraphs
|
|
500
508
|
*/
|
|
@@ -56,7 +56,7 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
|
|
|
56
56
|
* @param {boolean} [modules] Gets or sets a value indicating whether to include modules in the application profiles.
|
|
57
57
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
58
58
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
59
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
59
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
60
60
|
* @param {*} [options] Override http request option.
|
|
61
61
|
* @throws {RequiredError}
|
|
62
62
|
*/
|
|
@@ -108,7 +108,7 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
|
|
|
108
108
|
* @param {boolean} [modules] Gets or sets a value indicating whether to include modules in the application profiles.
|
|
109
109
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
110
110
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
111
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
111
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
112
112
|
* @param {*} [options] Override http request option.
|
|
113
113
|
* @throws {RequiredError}
|
|
114
114
|
*/
|
|
@@ -242,7 +242,7 @@ export interface ApplicationProfileApiGetApplicationProfilesRequest {
|
|
|
242
242
|
*/
|
|
243
243
|
readonly pageSize?: number;
|
|
244
244
|
/**
|
|
245
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
245
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
246
246
|
* @type {string}
|
|
247
247
|
* @memberof ApplicationProfileApiGetApplicationProfiles
|
|
248
248
|
*/
|
|
@@ -39,7 +39,7 @@ export declare const DisciplineApiAxiosParamCreator: (configuration?: Configurat
|
|
|
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.
|
|
42
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
42
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
43
43
|
* @param {*} [options] Override http request option.
|
|
44
44
|
* @throws {RequiredError}
|
|
45
45
|
*/
|
|
@@ -70,7 +70,7 @@ export declare const DisciplineApiFp: (configuration?: Configuration) => {
|
|
|
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.
|
|
73
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
73
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
75
75
|
* @throws {RequiredError}
|
|
76
76
|
*/
|
|
@@ -137,7 +137,7 @@ export interface DisciplineApiGetDisciplinesRequest {
|
|
|
137
137
|
*/
|
|
138
138
|
readonly pageSize?: number;
|
|
139
139
|
/**
|
|
140
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
140
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
141
141
|
* @type {string}
|
|
142
142
|
* @memberof DisciplineApiGetDisciplines
|
|
143
143
|
*/
|
|
@@ -39,7 +39,7 @@ export declare const LanguageApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
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.
|
|
42
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
42
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
43
43
|
* @param {*} [options] Override http request option.
|
|
44
44
|
* @throws {RequiredError}
|
|
45
45
|
*/
|
|
@@ -70,7 +70,7 @@ export declare const LanguageApiFp: (configuration?: Configuration) => {
|
|
|
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.
|
|
73
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
73
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
75
75
|
* @throws {RequiredError}
|
|
76
76
|
*/
|
|
@@ -137,7 +137,7 @@ export interface LanguageApiGetLanguagesRequest {
|
|
|
137
137
|
*/
|
|
138
138
|
readonly pageSize?: number;
|
|
139
139
|
/**
|
|
140
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
140
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
141
141
|
* @type {string}
|
|
142
142
|
* @memberof LanguageApiGetLanguages
|
|
143
143
|
*/
|
|
@@ -39,7 +39,7 @@ export declare const LicenseApiAxiosParamCreator: (configuration?: Configuration
|
|
|
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.
|
|
42
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
42
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
43
43
|
* @param {*} [options] Override http request option.
|
|
44
44
|
* @throws {RequiredError}
|
|
45
45
|
*/
|
|
@@ -70,7 +70,7 @@ export declare const LicenseApiFp: (configuration?: Configuration) => {
|
|
|
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.
|
|
73
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
73
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
75
75
|
* @throws {RequiredError}
|
|
76
76
|
*/
|
|
@@ -137,7 +137,7 @@ export interface LicenseApiGetLicensesRequest {
|
|
|
137
137
|
*/
|
|
138
138
|
readonly pageSize?: number;
|
|
139
139
|
/**
|
|
140
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
140
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
141
141
|
* @type {string}
|
|
142
142
|
* @memberof LicenseApiGetLicenses
|
|
143
143
|
*/
|
|
@@ -43,7 +43,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
|
|
|
43
43
|
* @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
|
|
44
44
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
45
45
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
46
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
46
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
47
47
|
* @param {*} [options] Override http request option.
|
|
48
48
|
* @throws {RequiredError}
|
|
49
49
|
*/
|
|
@@ -77,7 +77,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
|
77
77
|
* @param {boolean} [filterByPublicationService] Gets or sets the option to find only organizations having the publication service set.
|
|
78
78
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
79
79
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
80
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
80
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
81
81
|
* @param {*} [options] Override http request option.
|
|
82
82
|
* @throws {RequiredError}
|
|
83
83
|
*/
|
|
@@ -162,7 +162,7 @@ export interface OrganizationApiGetOrganizationsRequest {
|
|
|
162
162
|
*/
|
|
163
163
|
readonly pageSize?: number;
|
|
164
164
|
/**
|
|
165
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
165
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
166
166
|
* @type {string}
|
|
167
167
|
* @memberof OrganizationApiGetOrganizations
|
|
168
168
|
*/
|
|
@@ -44,7 +44,7 @@ export declare const PidApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
44
44
|
* @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted pid information.
|
|
45
45
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
46
46
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
47
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
47
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
48
48
|
* @param {*} [options] Override http request option.
|
|
49
49
|
* @throws {RequiredError}
|
|
50
50
|
*/
|
|
@@ -89,7 +89,7 @@ export declare const PidApiFp: (configuration?: Configuration) => {
|
|
|
89
89
|
* @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted pid information.
|
|
90
90
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
91
91
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
92
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
92
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
93
93
|
* @param {*} [options] Override http request option.
|
|
94
94
|
* @throws {RequiredError}
|
|
95
95
|
*/
|
|
@@ -198,7 +198,7 @@ export interface PidApiGetPidsRequest {
|
|
|
198
198
|
*/
|
|
199
199
|
readonly pageSize?: number;
|
|
200
200
|
/**
|
|
201
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
201
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
202
202
|
* @type {string}
|
|
203
203
|
* @memberof PidApiGetPids
|
|
204
204
|
*/
|
|
@@ -60,7 +60,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
|
|
|
60
60
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to retrieve only top-level projects.
|
|
61
61
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
62
62
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
63
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
63
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
64
64
|
* @param {*} [options] Override http request option.
|
|
65
65
|
* @throws {RequiredError}
|
|
66
66
|
*/
|
|
@@ -119,7 +119,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
|
119
119
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to retrieve only top-level projects.
|
|
120
120
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
121
121
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
122
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
122
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
123
123
|
* @param {*} [options] Override http request option.
|
|
124
124
|
* @throws {RequiredError}
|
|
125
125
|
*/
|
|
@@ -263,7 +263,7 @@ export interface ProjectApiGetProjectsRequest {
|
|
|
263
263
|
*/
|
|
264
264
|
readonly pageSize?: number;
|
|
265
265
|
/**
|
|
266
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
266
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
267
267
|
* @type {string}
|
|
268
268
|
* @memberof ProjectApiGetProjects
|
|
269
269
|
*/
|
|
@@ -61,7 +61,7 @@ export declare const ProjectInvitationApiAxiosParamCreator: (configuration?: Con
|
|
|
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.
|
|
63
63
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
64
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
64
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
65
65
|
* @param {*} [options] Override http request option.
|
|
66
66
|
* @throws {RequiredError}
|
|
67
67
|
*/
|
|
@@ -113,7 +113,7 @@ export declare const ProjectInvitationApiFp: (configuration?: Configuration) =>
|
|
|
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.
|
|
115
115
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
116
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
116
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
117
117
|
* @param {*} [options] Override http request option.
|
|
118
118
|
* @throws {RequiredError}
|
|
119
119
|
*/
|
|
@@ -260,7 +260,7 @@ export interface ProjectInvitationApiGetProjectInvitationsRequest {
|
|
|
260
260
|
*/
|
|
261
261
|
readonly pageSize?: number;
|
|
262
262
|
/**
|
|
263
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
263
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
264
264
|
* @type {string}
|
|
265
265
|
* @memberof ProjectInvitationApiGetProjectInvitations
|
|
266
266
|
*/
|
|
@@ -62,7 +62,7 @@ export declare const ProjectMemberApiAxiosParamCreator: (configuration?: Configu
|
|
|
62
62
|
* @param {string} projectId The Id or slug of the project.
|
|
63
63
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
64
64
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
65
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
65
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
67
67
|
* @throws {RequiredError}
|
|
68
68
|
*/
|
|
@@ -124,7 +124,7 @@ export declare const ProjectMemberApiFp: (configuration?: Configuration) => {
|
|
|
124
124
|
* @param {string} projectId The Id or slug of the project.
|
|
125
125
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
126
126
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
127
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
127
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
128
128
|
* @param {*} [options] Override http request option.
|
|
129
129
|
* @throws {RequiredError}
|
|
130
130
|
*/
|
|
@@ -289,7 +289,7 @@ export interface ProjectMemberApiGetMembershipsRequest {
|
|
|
289
289
|
*/
|
|
290
290
|
readonly pageSize?: number;
|
|
291
291
|
/**
|
|
292
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
292
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
293
293
|
* @type {string}
|
|
294
294
|
* @memberof ProjectMemberApiGetMemberships
|
|
295
295
|
*/
|
|
@@ -43,7 +43,7 @@ export declare const ProjectQuotaApiAxiosParamCreator: (configuration?: Configur
|
|
|
43
43
|
* @param {string} projectId The Id or slug of the project.
|
|
44
44
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
45
45
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
46
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
46
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
47
47
|
* @param {*} [options] Override http request option.
|
|
48
48
|
* @throws {RequiredError}
|
|
49
49
|
*/
|
|
@@ -87,7 +87,7 @@ export declare const ProjectQuotaApiFp: (configuration?: Configuration) => {
|
|
|
87
87
|
* @param {string} projectId The Id or slug of the project.
|
|
88
88
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
89
89
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
90
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
90
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
91
91
|
* @param {*} [options] Override http request option.
|
|
92
92
|
* @throws {RequiredError}
|
|
93
93
|
*/
|
|
@@ -198,7 +198,7 @@ export interface ProjectQuotaApiGetProjectQuotasRequest {
|
|
|
198
198
|
*/
|
|
199
199
|
readonly pageSize?: number;
|
|
200
200
|
/**
|
|
201
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
201
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
202
202
|
* @type {string}
|
|
203
203
|
* @memberof ProjectQuotaApiGetProjectQuotas
|
|
204
204
|
*/
|
|
@@ -62,7 +62,7 @@ export declare const ProjectResourceApiAxiosParamCreator: (configuration?: Confi
|
|
|
62
62
|
* @param {string} projectId The Id or slug of the project.
|
|
63
63
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
64
64
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
65
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
65
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
67
67
|
* @throws {RequiredError}
|
|
68
68
|
*/
|
|
@@ -124,7 +124,7 @@ export declare const ProjectResourceApiFp: (configuration?: Configuration) => {
|
|
|
124
124
|
* @param {string} projectId The Id or slug of the project.
|
|
125
125
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
126
126
|
* @param {number} [pageSize] The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10.
|
|
127
|
-
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by
|
|
127
|
+
* @param {string} [orderBy] Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
128
128
|
* @param {*} [options] Override http request option.
|
|
129
129
|
* @throws {RequiredError}
|
|
130
130
|
*/
|
|
@@ -289,7 +289,7 @@ export interface ProjectResourceApiGetResourcesForProjectRequest {
|
|
|
289
289
|
*/
|
|
290
290
|
readonly pageSize?: number;
|
|
291
291
|
/**
|
|
292
|
-
* Gets or sets the field name used for ordering the results. The order is constructed by
|
|
292
|
+
* Gets or sets the field name used for ordering the results. The order is constructed by an order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc.
|
|
293
293
|
* @type {string}
|
|
294
294
|
* @memberof ProjectResourceApiGetResourcesForProject
|
|
295
295
|
*/
|