@coscine/api-client 3.8.0 → 3.10.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 +2814 -2600
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +48 -48
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +28 -28
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +22 -22
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +25 -16
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +21 -21
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +25 -25
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +21 -21
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +31 -31
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +25 -25
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +36 -36
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +219 -0
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +47 -47
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +22 -22
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +9 -9
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -5
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -2
- 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 +1 -1
- 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 +1 -1
- 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-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -10
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/user-institute-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/api.d.ts +1 -0
- package/dist/types/Coscine.Api/base.d.ts +2 -2
- package/dist/types/apis.d.ts +128 -121
- package/dist/types/index.d.ts +249 -242
- package/package.json +2 -2
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Pagination } from './pagination';
|
|
13
|
-
import { ProjectAdminDto } from './project-admin-dto';
|
|
12
|
+
import type { Pagination } from './pagination';
|
|
13
|
+
import type { ProjectAdminDto } from './project-admin-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { DisciplineDto } from './discipline-dto';
|
|
13
|
-
import { OrganizationDto } from './organization-dto';
|
|
14
|
-
import { ProjectDto } from './project-dto';
|
|
15
|
-
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
16
|
-
import { ProjectQuotaDto } from './project-quota-dto';
|
|
17
|
-
import { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
18
|
-
import { ProjectRoleMinimalDto } from './project-role-minimal-dto';
|
|
19
|
-
import { UserMinimalDto } from './user-minimal-dto';
|
|
20
|
-
import { VisibilityDto } from './visibility-dto';
|
|
12
|
+
import type { DisciplineDto } from './discipline-dto';
|
|
13
|
+
import type { OrganizationDto } from './organization-dto';
|
|
14
|
+
import type { ProjectDto } from './project-dto';
|
|
15
|
+
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
16
|
+
import type { ProjectQuotaDto } from './project-quota-dto';
|
|
17
|
+
import type { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
18
|
+
import type { ProjectRoleMinimalDto } from './project-role-minimal-dto';
|
|
19
|
+
import type { UserMinimalDto } from './user-minimal-dto';
|
|
20
|
+
import type { VisibilityDto } from './visibility-dto';
|
|
21
21
|
/**
|
|
22
22
|
* Represents a data transfer object (DTO) for an administrative view of a project. Extends the base information in Coscine.Api.Core.Shared.DataTransferObjects.ReturnObjects.ProjectDto.
|
|
23
23
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Pagination } from './pagination';
|
|
13
|
-
import { ProjectDto } from './project-dto';
|
|
12
|
+
import type { Pagination } from './pagination';
|
|
13
|
+
import type { ProjectDto } from './project-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { DisciplineDto } from './discipline-dto';
|
|
13
|
-
import { OrganizationDto } from './organization-dto';
|
|
14
|
-
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
15
|
-
import { UserMinimalDto } from './user-minimal-dto';
|
|
16
|
-
import { VisibilityDto } from './visibility-dto';
|
|
12
|
+
import type { DisciplineDto } from './discipline-dto';
|
|
13
|
+
import type { OrganizationDto } from './organization-dto';
|
|
14
|
+
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
15
|
+
import type { UserMinimalDto } from './user-minimal-dto';
|
|
16
|
+
import type { VisibilityDto } from './visibility-dto';
|
|
17
17
|
/**
|
|
18
18
|
* Represents a data transfer object (DTO) for project information.
|
|
19
19
|
* @export
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
|
|
13
|
-
import { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
|
|
14
|
-
import { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
|
|
12
|
+
import type { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
|
|
13
|
+
import type { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
|
|
14
|
+
import type { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
|
|
15
15
|
/**
|
|
16
16
|
* Data transfer object (DTO) representing the creation of a project. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ProjectForManipulationDto.
|
|
17
17
|
* @export
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
|
|
13
|
-
import { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
|
|
14
|
-
import { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
|
|
12
|
+
import type { DisciplineForProjectManipulationDto } from './discipline-for-project-manipulation-dto';
|
|
13
|
+
import type { OrganizationForProjectManipulationDto } from './organization-for-project-manipulation-dto';
|
|
14
|
+
import type { VisibilityForProjectManipulationDto } from './visibility-for-project-manipulation-dto';
|
|
15
15
|
/**
|
|
16
16
|
* Data transfer object (DTO) representing the update of a project. Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ProjectForManipulationDto.
|
|
17
17
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Pagination } from './pagination';
|
|
13
|
-
import { ProjectInvitationDto } from './project-invitation-dto';
|
|
12
|
+
import type { Pagination } from './pagination';
|
|
13
|
+
import type { ProjectInvitationDto } from './project-invitation-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
13
|
-
import { PublicUserDto } from './public-user-dto';
|
|
14
|
-
import { RoleMinimalDto } from './role-minimal-dto';
|
|
12
|
+
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
13
|
+
import type { PublicUserDto } from './public-user-dto';
|
|
14
|
+
import type { RoleMinimalDto } from './role-minimal-dto';
|
|
15
15
|
/**
|
|
16
16
|
* Represents a data transfer object (DTO) for project invitations.
|
|
17
17
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Pagination } from './pagination';
|
|
13
|
-
import { ProjectQuotaDto } from './project-quota-dto';
|
|
12
|
+
import type { Pagination } from './pagination';
|
|
13
|
+
import type { ProjectQuotaDto } from './project-quota-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { QuotaDto } from './quota-dto';
|
|
13
|
-
import { ResourceQuotaDto } from './resource-quota-dto';
|
|
14
|
-
import { ResourceTypeMinimalDto } from './resource-type-minimal-dto';
|
|
12
|
+
import type { QuotaDto } from './quota-dto';
|
|
13
|
+
import type { ResourceQuotaDto } from './resource-quota-dto';
|
|
14
|
+
import type { ResourceTypeMinimalDto } from './resource-type-minimal-dto';
|
|
15
15
|
/**
|
|
16
16
|
* Represents a data transfer object (DTO) containing quota information for a project.
|
|
17
17
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
12
|
+
import type { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Data transfer object (DTO) representing the update of project quotas.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Pagination } from './pagination';
|
|
13
|
-
import { ProjectRoleDto } from './project-role-dto';
|
|
12
|
+
import type { Pagination } from './pagination';
|
|
13
|
+
import type { ProjectRoleDto } from './project-role-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
13
|
-
import { PublicUserDto } from './public-user-dto';
|
|
14
|
-
import { RoleDto } from './role-dto';
|
|
12
|
+
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
13
|
+
import type { PublicUserDto } from './public-user-dto';
|
|
14
|
+
import type { RoleDto } from './role-dto';
|
|
15
15
|
/**
|
|
16
16
|
* Represents a data transfer object (DTO) for a project role.
|
|
17
17
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { HashParametersDto } from './hash-parameters-dto';
|
|
13
|
-
import { VariantDto } from './variant-dto';
|
|
12
|
+
import type { HashParametersDto } from './hash-parameters-dto';
|
|
13
|
+
import type { VariantDto } from './variant-dto';
|
|
14
14
|
/**
|
|
15
15
|
* Represents a data transfer object (DTO) for provenance information.
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { HashParametersDto } from './hash-parameters-dto';
|
|
13
|
-
import { VariantDto } from './variant-dto';
|
|
12
|
+
import type { HashParametersDto } from './hash-parameters-dto';
|
|
13
|
+
import type { VariantDto } from './variant-dto';
|
|
14
14
|
/**
|
|
15
15
|
* Data transfer object (DTO) representing the update of provenance Inherits from the base class Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ProvenanceParametersDto.
|
|
16
16
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { HashParametersDto } from './hash-parameters-dto';
|
|
13
|
-
import { VariantDto } from './variant-dto';
|
|
12
|
+
import type { HashParametersDto } from './hash-parameters-dto';
|
|
13
|
+
import type { VariantDto } from './variant-dto';
|
|
14
14
|
/**
|
|
15
15
|
* Data transfer object (DTO) representing Provenance Parameters in a request.
|
|
16
16
|
* @export
|
|
@@ -27,4 +27,10 @@ export interface PublicationAdvisoryServiceDto {
|
|
|
27
27
|
* @memberof PublicationAdvisoryServiceDto
|
|
28
28
|
*/
|
|
29
29
|
'email': string;
|
|
30
|
+
/**
|
|
31
|
+
* The data publication service\'s info text.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof PublicationAdvisoryServiceDto
|
|
34
|
+
*/
|
|
35
|
+
'text'?: string;
|
|
30
36
|
}
|
package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto-response.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { PublicationRequestForCreationDto } from './publication-request-for-creation-dto';
|
|
12
|
+
import type { PublicationRequestForCreationDto } from './publication-request-for-creation-dto';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { QuotaUnit } from './quota-unit';
|
|
12
|
+
import type { QuotaUnit } from './quota-unit';
|
|
13
13
|
/**
|
|
14
14
|
* Represents a data transfer object (DTO) used for manipulating quota values.
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RdfFormat } from './rdf-format';
|
|
12
|
+
import type { RdfFormat } from './rdf-format';
|
|
13
13
|
/**
|
|
14
14
|
* Represents the data transfer object (DTO) used for manipulating RDF definitions.
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RdfPatchOperationDto } from './rdf-patch-operation-dto';
|
|
12
|
+
import type { RdfPatchOperationDto } from './rdf-patch-operation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents an RDF Patch document containing a series of operations.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
|
-
import { RdfPatchOperationType } from './rdf-patch-operation-type';
|
|
12
|
+
import type { RdfDefinitionForManipulationDto } from './rdf-definition-for-manipulation-dto';
|
|
13
|
+
import type { RdfPatchOperationType } from './rdf-patch-operation-type';
|
|
14
14
|
/**
|
|
15
15
|
* Represents a single operation in an RDF Patch document.
|
|
16
16
|
* @export
|
package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
12
|
+
import type { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents the data transfer object (DTO) for manipulating RDS Web resource type options.
|
|
15
15
|
* @export
|
package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
12
|
+
import type { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents the data transfer object (DTO) for manipulating RDS S3 resource type options.
|
|
15
15
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
12
|
+
import type { QuotaForManipulationDto } from './quota-for-manipulation-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents the data transfer object (DTO) for manipulating RDS S3 WORM resource type options.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Pagination } from './pagination';
|
|
13
|
-
import { ResourceAdminDto } from './resource-admin-dto';
|
|
12
|
+
import type { Pagination } from './pagination';
|
|
13
|
+
import type { ResourceAdminDto } from './resource-admin-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
13
|
-
import { DisciplineDto } from './discipline-dto';
|
|
14
|
-
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
-
import { LicenseDto } from './license-dto';
|
|
16
|
-
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
17
|
-
import { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
18
|
-
import { ResourceQuotaDto } from './resource-quota-dto';
|
|
19
|
-
import { ResourceTypeDto } from './resource-type-dto';
|
|
20
|
-
import { UserMinimalDto } from './user-minimal-dto';
|
|
21
|
-
import { VisibilityDto } from './visibility-dto';
|
|
12
|
+
import type { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
13
|
+
import type { DisciplineDto } from './discipline-dto';
|
|
14
|
+
import type { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
+
import type { LicenseDto } from './license-dto';
|
|
16
|
+
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
17
|
+
import type { ProjectResourceMinimalDto } from './project-resource-minimal-dto';
|
|
18
|
+
import type { ResourceQuotaDto } from './resource-quota-dto';
|
|
19
|
+
import type { ResourceTypeDto } from './resource-type-dto';
|
|
20
|
+
import type { UserMinimalDto } from './user-minimal-dto';
|
|
21
|
+
import type { VisibilityDto } from './visibility-dto';
|
|
22
22
|
/**
|
|
23
23
|
* Represents a Data Transfer Object (DTO) for administrative purposes with additional resource details.
|
|
24
24
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ResourceContentPageEntriesViewDto } from './resource-content-page-entries-view-dto';
|
|
13
|
-
import { ResourceContentPageMetadataViewDto } from './resource-content-page-metadata-view-dto';
|
|
12
|
+
import type { ResourceContentPageEntriesViewDto } from './resource-content-page-entries-view-dto';
|
|
13
|
+
import type { ResourceContentPageMetadataViewDto } from './resource-content-page-metadata-view-dto';
|
|
14
14
|
/**
|
|
15
15
|
* Represents the content page details for a resource.
|
|
16
16
|
* @export
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ResourceContentPageColumnsDto } from './resource-content-page-columns-dto';
|
|
12
|
+
import type { ResourceContentPageColumnsDto } from './resource-content-page-columns-dto';
|
|
13
13
|
/**
|
|
14
14
|
* Represents information about the resource type for the columns within the entries view Vue component.
|
|
15
15
|
* @export
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { Pagination } from './pagination';
|
|
13
|
-
import { ResourceDto } from './resource-dto';
|
|
12
|
+
import type { Pagination } from './pagination';
|
|
13
|
+
import type { ResourceDto } from './resource-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
13
|
-
import { DisciplineDto } from './discipline-dto';
|
|
14
|
-
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
-
import { LicenseDto } from './license-dto';
|
|
16
|
-
import { ProjectMinimalDto } from './project-minimal-dto';
|
|
17
|
-
import { ResourceTypeDto } from './resource-type-dto';
|
|
18
|
-
import { UserMinimalDto } from './user-minimal-dto';
|
|
19
|
-
import { VisibilityDto } from './visibility-dto';
|
|
12
|
+
import type { ApplicationProfileMinimalDto } from './application-profile-minimal-dto';
|
|
13
|
+
import type { DisciplineDto } from './discipline-dto';
|
|
14
|
+
import type { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
+
import type { LicenseDto } from './license-dto';
|
|
16
|
+
import type { ProjectMinimalDto } from './project-minimal-dto';
|
|
17
|
+
import type { ResourceTypeDto } from './resource-type-dto';
|
|
18
|
+
import type { UserMinimalDto } from './user-minimal-dto';
|
|
19
|
+
import type { VisibilityDto } from './visibility-dto';
|
|
20
20
|
/**
|
|
21
21
|
* Represents a Data Transfer Object (DTO) for resource details.
|
|
22
22
|
* @export
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ApplicationProfileForResourceCreationDto } from './application-profile-for-resource-creation-dto';
|
|
13
|
-
import { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
|
|
14
|
-
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
-
import { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
|
|
16
|
-
import { ResourceTypeOptionsForCreationDto } from './resource-type-options-for-creation-dto';
|
|
17
|
-
import { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
|
|
12
|
+
import type { ApplicationProfileForResourceCreationDto } from './application-profile-for-resource-creation-dto';
|
|
13
|
+
import type { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
|
|
14
|
+
import type { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
15
|
+
import type { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
|
|
16
|
+
import type { ResourceTypeOptionsForCreationDto } from './resource-type-options-for-creation-dto';
|
|
17
|
+
import type { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
|
|
18
18
|
/**
|
|
19
19
|
* Represents the data transfer object (DTO) used for creating a resource. Inherits properties from Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ResourceForManipulationDto.
|
|
20
20
|
* @export
|
|
@@ -47,13 +47,13 @@ export interface ResourceForCreationDto {
|
|
|
47
47
|
'keywords'?: Array<string> | null;
|
|
48
48
|
/**
|
|
49
49
|
* Fixed values associated with the resource.
|
|
50
|
-
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
50
|
+
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; } | null; }}
|
|
51
51
|
* @memberof ResourceForCreationDto
|
|
52
52
|
*/
|
|
53
53
|
'fixedValues'?: {
|
|
54
54
|
[key: string]: {
|
|
55
55
|
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
56
|
-
};
|
|
56
|
+
} | null;
|
|
57
57
|
} | null;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
|
|
13
|
-
import { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
14
|
-
import { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
|
|
15
|
-
import { ResourceTypeOptionsForUpdateDto } from './resource-type-options-for-update-dto';
|
|
16
|
-
import { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
|
|
12
|
+
import type { DisciplineForResourceManipulationDto } from './discipline-for-resource-manipulation-dto';
|
|
13
|
+
import type { FixedValueForResourceManipulationDto } from './fixed-value-for-resource-manipulation-dto';
|
|
14
|
+
import type { LicenseForResourceManipulationDto } from './license-for-resource-manipulation-dto';
|
|
15
|
+
import type { ResourceTypeOptionsForUpdateDto } from './resource-type-options-for-update-dto';
|
|
16
|
+
import type { VisibilityForResourceManipulationDto } from './visibility-for-resource-manipulation-dto';
|
|
17
17
|
/**
|
|
18
18
|
* Represents the data transfer object (DTO) used for updating a resource. Inherits properties from Coscine.Api.Core.Shared.DataTransferObjects.ParameterObjects.ResourceForManipulationDto.
|
|
19
19
|
* @export
|
|
@@ -46,13 +46,13 @@ export interface ResourceForUpdateDto {
|
|
|
46
46
|
'keywords'?: Array<string> | null;
|
|
47
47
|
/**
|
|
48
48
|
* Fixed values associated with the resource.
|
|
49
|
-
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
|
|
49
|
+
* @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; } | null; }}
|
|
50
50
|
* @memberof ResourceForUpdateDto
|
|
51
51
|
*/
|
|
52
52
|
'fixedValues'?: {
|
|
53
53
|
[key: string]: {
|
|
54
54
|
[key: string]: Array<FixedValueForResourceManipulationDto>;
|
|
55
|
-
};
|
|
55
|
+
} | null;
|
|
56
56
|
} | null;
|
|
57
57
|
/**
|
|
58
58
|
*
|