@coscine/api-client 3.13.0 → 3.14.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 +33 -31
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +10 -2
- package/dist/types/Coscine.Api/@coscine/api/system-status-api.d.ts +24 -24
- 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/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 +1 -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/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 +11 -11
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +9 -9
- 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 +2 -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/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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1593,22 +1593,23 @@ const I = function(e, ...a) {
|
|
|
1593
1593
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to filter top-level projects.
|
|
1594
1594
|
* @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted projects in the results.
|
|
1595
1595
|
* @param {boolean} [includeQuotas] Gets or sets a value indicating whether to include quotas in the results.
|
|
1596
|
+
* @param {boolean} [includePublicationRequests] Gets or sets a value indicating whether to include project publication requests in the results.
|
|
1596
1597
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
1597
1598
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
1598
1599
|
* @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.
|
|
1599
1600
|
* @param {*} [options] Override http request option.
|
|
1600
1601
|
* @throws {RequiredError}
|
|
1601
1602
|
*/
|
|
1602
|
-
getAllProjects: async (a, o, n, t, r, s, l = {}) => {
|
|
1603
|
-
const
|
|
1604
|
-
let
|
|
1605
|
-
e && (
|
|
1606
|
-
const
|
|
1607
|
-
await P(
|
|
1608
|
-
let
|
|
1609
|
-
return
|
|
1610
|
-
url: y(
|
|
1611
|
-
options:
|
|
1603
|
+
getAllProjects: async (a, o, n, t, r, s, l, c = {}) => {
|
|
1604
|
+
const p = "/api/v2/admin/projects", i = new URL(p, m);
|
|
1605
|
+
let d;
|
|
1606
|
+
e && (d = e.baseOptions);
|
|
1607
|
+
const h = { method: "GET", ...d, ...c }, O = {}, R = {};
|
|
1608
|
+
await P(O, "Authorization", e), a !== void 0 && (R.TopLevel = a), o !== void 0 && (R.IncludeDeleted = o), n !== void 0 && (R.IncludeQuotas = n), t !== void 0 && (R.IncludePublicationRequests = t), r !== void 0 && (R.PageSize = r), s !== void 0 && (R.PageNumber = s), l !== void 0 && (R.OrderBy = l), I(i, R);
|
|
1609
|
+
let S = d && d.headers ? d.headers : {};
|
|
1610
|
+
return h.headers = { ...O, ...S, ...c.headers }, {
|
|
1611
|
+
url: y(i),
|
|
1612
|
+
options: h
|
|
1612
1613
|
};
|
|
1613
1614
|
},
|
|
1614
1615
|
/**
|
|
@@ -1781,16 +1782,17 @@ const I = function(e, ...a) {
|
|
|
1781
1782
|
* @param {boolean} [topLevel] Gets or sets a value indicating whether to filter top-level projects.
|
|
1782
1783
|
* @param {boolean} [includeDeleted] Gets or sets a value indicating whether to include deleted projects in the results.
|
|
1783
1784
|
* @param {boolean} [includeQuotas] Gets or sets a value indicating whether to include quotas in the results.
|
|
1785
|
+
* @param {boolean} [includePublicationRequests] Gets or sets a value indicating whether to include project publication requests in the results.
|
|
1784
1786
|
* @param {number} [pageSize] Number of items per page. The maximum number of items per page is `250`.
|
|
1785
1787
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
1786
1788
|
* @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.
|
|
1787
1789
|
* @param {*} [options] Override http request option.
|
|
1788
1790
|
* @throws {RequiredError}
|
|
1789
1791
|
*/
|
|
1790
|
-
async getAllProjects(o, n, t, r, s, l, c) {
|
|
1791
|
-
var
|
|
1792
|
-
const
|
|
1793
|
-
return (
|
|
1792
|
+
async getAllProjects(o, n, t, r, s, l, c, p) {
|
|
1793
|
+
var O, R;
|
|
1794
|
+
const i = await a.getAllProjects(o, n, t, r, s, l, c, p), d = (e == null ? void 0 : e.serverIndex) ?? 0, h = (R = (O = A["AdminApi.getAllProjects"]) == null ? void 0 : O[d]) == null ? void 0 : R.url;
|
|
1795
|
+
return (S, w) => b(i, V, u, e)(S, h || w);
|
|
1794
1796
|
},
|
|
1795
1797
|
/**
|
|
1796
1798
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
@@ -1907,7 +1909,7 @@ const I = function(e, ...a) {
|
|
|
1907
1909
|
* @throws {RequiredError}
|
|
1908
1910
|
*/
|
|
1909
1911
|
getAllProjects(t = {}, r) {
|
|
1910
|
-
return n.getAllProjects(t.topLevel, t.includeDeleted, t.includeQuotas, t.pageSize, t.pageNumber, t.orderBy, r).then((s) => s(o, a));
|
|
1912
|
+
return n.getAllProjects(t.topLevel, t.includeDeleted, t.includeQuotas, t.includePublicationRequests, t.pageSize, t.pageNumber, t.orderBy, r).then((s) => s(o, a));
|
|
1911
1913
|
},
|
|
1912
1914
|
/**
|
|
1913
1915
|
* <p><strong>Required JWT roles for access:</strong> <code>administrator</code>.</p>
|
|
@@ -6336,10 +6338,10 @@ const I = function(e, ...a) {
|
|
|
6336
6338
|
/**
|
|
6337
6339
|
*
|
|
6338
6340
|
* @summary Retrieves the internal messages.
|
|
6339
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
6340
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
6341
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
6342
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
6341
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
6342
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
6343
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
6344
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
6343
6345
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
6344
6346
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
6345
6347
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -6363,10 +6365,10 @@ const I = function(e, ...a) {
|
|
|
6363
6365
|
/**
|
|
6364
6366
|
*
|
|
6365
6367
|
* @summary Retrieves the NOC messages.
|
|
6366
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
6367
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
6368
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
6369
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
6368
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
6369
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
6370
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
6371
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
6370
6372
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
6371
6373
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
6372
6374
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -6405,10 +6407,10 @@ const I = function(e, ...a) {
|
|
|
6405
6407
|
/**
|
|
6406
6408
|
*
|
|
6407
6409
|
* @summary Retrieves the internal messages.
|
|
6408
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
6409
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
6410
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
6411
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
6410
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
6411
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
6412
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
6413
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
6412
6414
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
6413
6415
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
6414
6416
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -6425,10 +6427,10 @@ const I = function(e, ...a) {
|
|
|
6425
6427
|
/**
|
|
6426
6428
|
*
|
|
6427
6429
|
* @summary Retrieves the NOC messages.
|
|
6428
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
6429
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
6430
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
6431
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
6430
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
6431
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
6432
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
6433
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
6432
6434
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
6433
6435
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
6434
6436
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -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
62
|
* @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.
|
|
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.
|
|
@@ -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
165
|
* @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.
|
|
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.
|
|
@@ -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}
|
|
@@ -29,10 +29,10 @@ export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configur
|
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @summary Retrieves the internal messages.
|
|
32
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
33
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
34
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
35
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
32
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
33
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
34
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
35
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
36
36
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
37
37
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
38
38
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -45,10 +45,10 @@ export declare const SystemStatusApiAxiosParamCreator: (configuration?: Configur
|
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @summary Retrieves the NOC messages.
|
|
48
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
49
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
50
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
51
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
48
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
49
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
50
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
51
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
52
52
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
53
53
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
54
54
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -74,10 +74,10 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
|
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @summary Retrieves the internal messages.
|
|
77
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
78
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
79
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
80
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
77
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
78
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
79
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
80
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
81
81
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
82
82
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
83
83
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -90,10 +90,10 @@ export declare const SystemStatusApiFp: (configuration?: Configuration) => {
|
|
|
90
90
|
/**
|
|
91
91
|
*
|
|
92
92
|
* @summary Retrieves the NOC messages.
|
|
93
|
-
* @param {string} [startDateAfter] Will only return messages that have their start date after this date.
|
|
94
|
-
* @param {string} [startDateBefore] Will only return messages that have their start date before this date.
|
|
95
|
-
* @param {string} [endDateAfter] Will only return messages that have their end date after this date.
|
|
96
|
-
* @param {string} [endDateBefore] Will only return messages that have their end date before this date.
|
|
93
|
+
* @param {string} [startDateAfter] Will only return messages that have their start date after this date (UTC).
|
|
94
|
+
* @param {string} [startDateBefore] Will only return messages that have their start date before this date (UTC).
|
|
95
|
+
* @param {string} [endDateAfter] Will only return messages that have their end date after this date (UTC).
|
|
96
|
+
* @param {string} [endDateBefore] Will only return messages that have their end date before this date (UTC).
|
|
97
97
|
* @param {MessageType} [type] Filter messages by their type (e.g. information, warning, error).
|
|
98
98
|
* @param {string} [searchTerm] Filter messages by text contained in the messages or title.
|
|
99
99
|
* @param {number} [pageNumber] The desired page number. Should be greater than or equal to 1. Default is 1.
|
|
@@ -140,25 +140,25 @@ export declare const SystemStatusApiFactory: (configuration?: Configuration, bas
|
|
|
140
140
|
*/
|
|
141
141
|
export interface SystemStatusApiGetInternalMessagesRequest {
|
|
142
142
|
/**
|
|
143
|
-
* Will only return messages that have their start date after this date.
|
|
143
|
+
* Will only return messages that have their start date after this date (UTC).
|
|
144
144
|
* @type {string}
|
|
145
145
|
* @memberof SystemStatusApiGetInternalMessages
|
|
146
146
|
*/
|
|
147
147
|
readonly startDateAfter?: string;
|
|
148
148
|
/**
|
|
149
|
-
* Will only return messages that have their start date before this date.
|
|
149
|
+
* Will only return messages that have their start date before this date (UTC).
|
|
150
150
|
* @type {string}
|
|
151
151
|
* @memberof SystemStatusApiGetInternalMessages
|
|
152
152
|
*/
|
|
153
153
|
readonly startDateBefore?: string;
|
|
154
154
|
/**
|
|
155
|
-
* Will only return messages that have their end date after this date.
|
|
155
|
+
* Will only return messages that have their end date after this date (UTC).
|
|
156
156
|
* @type {string}
|
|
157
157
|
* @memberof SystemStatusApiGetInternalMessages
|
|
158
158
|
*/
|
|
159
159
|
readonly endDateAfter?: string;
|
|
160
160
|
/**
|
|
161
|
-
* Will only return messages that have their end date before this date.
|
|
161
|
+
* Will only return messages that have their end date before this date (UTC).
|
|
162
162
|
* @type {string}
|
|
163
163
|
* @memberof SystemStatusApiGetInternalMessages
|
|
164
164
|
*/
|
|
@@ -201,25 +201,25 @@ export interface SystemStatusApiGetInternalMessagesRequest {
|
|
|
201
201
|
*/
|
|
202
202
|
export interface SystemStatusApiGetNocMessagesRequest {
|
|
203
203
|
/**
|
|
204
|
-
* Will only return messages that have their start date after this date.
|
|
204
|
+
* Will only return messages that have their start date after this date (UTC).
|
|
205
205
|
* @type {string}
|
|
206
206
|
* @memberof SystemStatusApiGetNocMessages
|
|
207
207
|
*/
|
|
208
208
|
readonly startDateAfter?: string;
|
|
209
209
|
/**
|
|
210
|
-
* Will only return messages that have their start date before this date.
|
|
210
|
+
* Will only return messages that have their start date before this date (UTC).
|
|
211
211
|
* @type {string}
|
|
212
212
|
* @memberof SystemStatusApiGetNocMessages
|
|
213
213
|
*/
|
|
214
214
|
readonly startDateBefore?: string;
|
|
215
215
|
/**
|
|
216
|
-
* Will only return messages that have their end date after this date.
|
|
216
|
+
* Will only return messages that have their end date after this date (UTC).
|
|
217
217
|
* @type {string}
|
|
218
218
|
* @memberof SystemStatusApiGetNocMessages
|
|
219
219
|
*/
|
|
220
220
|
readonly endDateAfter?: string;
|
|
221
221
|
/**
|
|
222
|
-
* Will only return messages that have their end date before this date.
|
|
222
|
+
* Will only return messages that have their end date before this date (UTC).
|
|
223
223
|
* @type {string}
|
|
224
224
|
* @memberof SystemStatusApiGetNocMessages
|
|
225
225
|
*/
|
|
@@ -20,41 +20,41 @@ export interface GitlabBranchDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof GitlabBranchDto
|
|
22
22
|
*/
|
|
23
|
-
'name'
|
|
23
|
+
'name': string;
|
|
24
24
|
/**
|
|
25
25
|
* Indicates if the branch is merged.
|
|
26
26
|
* @type {boolean}
|
|
27
27
|
* @memberof GitlabBranchDto
|
|
28
28
|
*/
|
|
29
|
-
'merged'
|
|
29
|
+
'merged': boolean;
|
|
30
30
|
/**
|
|
31
31
|
* Indicates if the branch is protected.
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof GitlabBranchDto
|
|
34
34
|
*/
|
|
35
|
-
'protected'
|
|
35
|
+
'protected': boolean;
|
|
36
36
|
/**
|
|
37
37
|
* Indicates if the branch is set as default.
|
|
38
38
|
* @type {boolean}
|
|
39
39
|
* @memberof GitlabBranchDto
|
|
40
40
|
*/
|
|
41
|
-
'default'
|
|
41
|
+
'default': boolean;
|
|
42
42
|
/**
|
|
43
43
|
* Indicates if developers can push changes to the branch.
|
|
44
44
|
* @type {boolean}
|
|
45
45
|
* @memberof GitlabBranchDto
|
|
46
46
|
*/
|
|
47
|
-
'developersCanPush'
|
|
47
|
+
'developersCanPush': boolean;
|
|
48
48
|
/**
|
|
49
49
|
* Indicates if developers can merge changes into the branch.
|
|
50
50
|
* @type {boolean}
|
|
51
51
|
* @memberof GitlabBranchDto
|
|
52
52
|
*/
|
|
53
|
-
'developersCanMerge'
|
|
53
|
+
'developersCanMerge': boolean;
|
|
54
54
|
/**
|
|
55
55
|
* Indicates if the user can push changes to the branch.
|
|
56
56
|
* @type {boolean}
|
|
57
57
|
* @memberof GitlabBranchDto
|
|
58
58
|
*/
|
|
59
|
-
'canPush'
|
|
59
|
+
'canPush': boolean;
|
|
60
60
|
}
|
|
@@ -20,77 +20,77 @@ export interface GitlabProjectDto {
|
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof GitlabProjectDto
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id': number;
|
|
24
24
|
/**
|
|
25
25
|
* Indicates if the GitLab project is archived.
|
|
26
26
|
* @type {boolean}
|
|
27
27
|
* @memberof GitlabProjectDto
|
|
28
28
|
*/
|
|
29
|
-
'archived'
|
|
29
|
+
'archived': boolean;
|
|
30
30
|
/**
|
|
31
31
|
* The name of the GitLab project.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof GitlabProjectDto
|
|
34
34
|
*/
|
|
35
|
-
'name'
|
|
35
|
+
'name': string;
|
|
36
36
|
/**
|
|
37
37
|
* The full name of the GitLab project including namespace.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof GitlabProjectDto
|
|
40
40
|
*/
|
|
41
|
-
'nameWithNamespace'
|
|
41
|
+
'nameWithNamespace': string;
|
|
42
42
|
/**
|
|
43
43
|
* A brief description of the GitLab project.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof GitlabProjectDto
|
|
46
46
|
*/
|
|
47
|
-
'description'
|
|
47
|
+
'description': string;
|
|
48
48
|
/**
|
|
49
49
|
* The default branch of the GitLab project.
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof GitlabProjectDto
|
|
52
52
|
*/
|
|
53
|
-
'defaultBranch'
|
|
53
|
+
'defaultBranch': string;
|
|
54
54
|
/**
|
|
55
55
|
* The path of the GitLab project.
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof GitlabProjectDto
|
|
58
58
|
*/
|
|
59
|
-
'path'
|
|
59
|
+
'path': string;
|
|
60
60
|
/**
|
|
61
61
|
* The path of the GitLab project including namespace.
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof GitlabProjectDto
|
|
64
64
|
*/
|
|
65
|
-
'pathWithNamespace'
|
|
65
|
+
'pathWithNamespace': string;
|
|
66
66
|
/**
|
|
67
67
|
* The timestamp of the last activity related to the GitLab project.
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof GitlabProjectDto
|
|
70
70
|
*/
|
|
71
|
-
'lastActivityAt'
|
|
71
|
+
'lastActivityAt': string;
|
|
72
72
|
/**
|
|
73
73
|
* The creation timestamp of the GitLab project.
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof GitlabProjectDto
|
|
76
76
|
*/
|
|
77
|
-
'createdAt'
|
|
77
|
+
'createdAt': string;
|
|
78
78
|
/**
|
|
79
79
|
* The URL to view the GitLab project in a web browser.
|
|
80
80
|
* @type {string}
|
|
81
81
|
* @memberof GitlabProjectDto
|
|
82
82
|
*/
|
|
83
|
-
'webUrl'
|
|
83
|
+
'webUrl': string;
|
|
84
84
|
/**
|
|
85
85
|
* The HTTP URL to access the GitLab project repository.
|
|
86
86
|
* @type {string}
|
|
87
87
|
* @memberof GitlabProjectDto
|
|
88
88
|
*/
|
|
89
|
-
'httpUrlToRepo'
|
|
89
|
+
'httpUrlToRepo': string;
|
|
90
90
|
/**
|
|
91
91
|
* The SSH URL to access the GitLab project repository.
|
|
92
92
|
* @type {string}
|
|
93
93
|
* @memberof GitlabProjectDto
|
|
94
94
|
*/
|
|
95
|
-
'sshUrlToRepo'
|
|
95
|
+
'sshUrlToRepo': string;
|
|
96
96
|
}
|
|
@@ -20,13 +20,13 @@ export interface HandleValueForUpdateDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof HandleValueForUpdateDto
|
|
22
22
|
*/
|
|
23
|
-
'type'
|
|
23
|
+
'type': string;
|
|
24
24
|
/**
|
|
25
25
|
* The parsed data of the handle.
|
|
26
26
|
* @type {any}
|
|
27
27
|
* @memberof HandleValueForUpdateDto
|
|
28
28
|
*/
|
|
29
|
-
'parsed_data'
|
|
29
|
+
'parsed_data': any;
|
|
30
30
|
/**
|
|
31
31
|
* The id of the handle.
|
|
32
32
|
* @type {number}
|
|
@@ -20,11 +20,11 @@ export interface IdentityProviderDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof IdentityProviderDto
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id': string;
|
|
24
24
|
/**
|
|
25
25
|
* Gets or sets the display name of the identity provider.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof IdentityProviderDto
|
|
28
28
|
*/
|
|
29
|
-
'displayName'
|
|
29
|
+
'displayName': string;
|
|
30
30
|
}
|
|
@@ -89,6 +89,7 @@ export * from './project-invitation-dto-response';
|
|
|
89
89
|
export * from './project-invitation-for-project-manipulation-dto';
|
|
90
90
|
export * from './project-invitation-resolve-dto';
|
|
91
91
|
export * from './project-minimal-dto';
|
|
92
|
+
export * from './project-organization-dto';
|
|
92
93
|
export * from './project-publication-request-dto';
|
|
93
94
|
export * from './project-publication-request-dto-response';
|
|
94
95
|
export * from './project-quota-dto';
|
|
@@ -20,17 +20,17 @@ export interface LanguageDto {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof LanguageDto
|
|
22
22
|
*/
|
|
23
|
-
'id'
|
|
23
|
+
'id': string;
|
|
24
24
|
/**
|
|
25
25
|
* Gets or sets the display name of the language.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof LanguageDto
|
|
28
28
|
*/
|
|
29
|
-
'displayName'
|
|
29
|
+
'displayName': string;
|
|
30
30
|
/**
|
|
31
31
|
* Gets or sets the abbreviation for the language.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof LanguageDto
|
|
34
34
|
*/
|
|
35
|
-
'abbreviation'
|
|
35
|
+
'abbreviation': string;
|
|
36
36
|
}
|
|
@@ -21,7 +21,7 @@ export interface MessageDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof MessageDto
|
|
23
23
|
*/
|
|
24
|
-
'id'
|
|
24
|
+
'id': string;
|
|
25
25
|
/**
|
|
26
26
|
* Message body in multiple languages as key-value pairs. The key is the ISO 639-1 Alpha-2 two-letter language code, and the value is the message in that language.
|
|
27
27
|
* @type {{ [key: string]: string; }}
|
|
@@ -49,13 +49,13 @@ export interface MessageDto {
|
|
|
49
49
|
*/
|
|
50
50
|
'href'?: string | null;
|
|
51
51
|
/**
|
|
52
|
-
* Start date of the message.
|
|
52
|
+
* Start date of the message (UTC).
|
|
53
53
|
* @type {string}
|
|
54
54
|
* @memberof MessageDto
|
|
55
55
|
*/
|
|
56
56
|
'startDate'?: string | null;
|
|
57
57
|
/**
|
|
58
|
-
* End date of the message.
|
|
58
|
+
* End date of the message (UTC).
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof MessageDto
|
|
61
61
|
*/
|
|
@@ -21,13 +21,13 @@ export interface OrganizationDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof OrganizationDto
|
|
23
23
|
*/
|
|
24
|
-
'uri'
|
|
24
|
+
'uri': string;
|
|
25
25
|
/**
|
|
26
26
|
* The display name of the organization.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof OrganizationDto
|
|
29
29
|
*/
|
|
30
|
-
'displayName'
|
|
30
|
+
'displayName': string;
|
|
31
31
|
/**
|
|
32
32
|
* The email address of the organization.
|
|
33
33
|
* @type {string}
|
package/dist/types/Coscine.Api/@coscine/model/organization-for-project-manipulation-dto.d.ts
CHANGED
|
@@ -21,4 +21,10 @@ export interface OrganizationForProjectManipulationDto {
|
|
|
21
21
|
* @memberof OrganizationForProjectManipulationDto
|
|
22
22
|
*/
|
|
23
23
|
'uri': string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or initializes if the organization is responsible.
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof OrganizationForProjectManipulationDto
|
|
28
|
+
*/
|
|
29
|
+
'responsible': boolean;
|
|
24
30
|
}
|
|
@@ -21,13 +21,13 @@ export interface PidDto {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof PidDto
|
|
23
23
|
*/
|
|
24
|
-
'prefix'
|
|
24
|
+
'prefix': string;
|
|
25
25
|
/**
|
|
26
26
|
* Gets or sets the suffix of the PID.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof PidDto
|
|
29
29
|
*/
|
|
30
|
-
'suffix'
|
|
30
|
+
'suffix': string;
|
|
31
31
|
/**
|
|
32
32
|
* Gets the constructed PID by combining the prefix and suffix (\"{Prefix}/{Suffix}\").
|
|
33
33
|
* @type {string}
|