From 89a056e9a0ab569c7b328c67c52b82947ffa4acb Mon Sep 17 00:00:00 2001 From: Arash Date: Wed, 2 Oct 2024 11:27:11 +0200 Subject: [PATCH] update schema --- client/src/api/schema/schema.ts | 676 ++++++++++++++++---------------- 1 file changed, 345 insertions(+), 331 deletions(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index c2468567e4f5..aa766a46a9fc 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -6077,18 +6077,18 @@ export interface components { source: "admin" | "galaxy"; /** Type */ type: - | ( - | "faster" - | "slower" - | "short_term" - | "backed_up" - | "not_backed_up" - | "more_secure" - | "less_secure" - | "more_stable" - | "less_stable" - ) - | ("cloud" | "quota" | "no_quota" | "restricted" | "user_defined"); + | ( + | "faster" + | "slower" + | "short_term" + | "backed_up" + | "not_backed_up" + | "more_secure" + | "less_secure" + | "more_stable" + | "less_stable" + ) + | ("cloud" | "quota" | "no_quota" | "restricted" | "user_defined"); }; /** BasicRoleModel */ BasicRoleModel: { @@ -6668,8 +6668,8 @@ export interface components { input: components["schemas"]["InputReferenceByOrderIndex"] | components["schemas"]["InputReferenceByLabel"]; /** Output */ output: - | components["schemas"]["OutputReferenceByOrderIndex"] - | components["schemas"]["OutputReferenceByLabel"]; + | components["schemas"]["OutputReferenceByOrderIndex"] + | components["schemas"]["OutputReferenceByLabel"]; }; /** ContentsObject */ ContentsObject: { @@ -7102,6 +7102,20 @@ export interface components { * @enum {string} */ CreateType: "file" | "folder" | "collection"; + /** CreateWorkflowLandingRequestPayload */ + CreateWorkflowLandingRequestPayload: { + /** Client Secret */ + client_secret?: string | null; + /** Request State */ + request_state?: Record | null; + /** Workflow Id */ + workflow_id: string; + /** + * Workflow Target Type + * @enum {string} + */ + workflow_target_type: "stored_workflow" | "workflow"; + }; /** CreatedEntryResponse */ CreatedEntryResponse: { /** @@ -7587,10 +7601,10 @@ export interface components { * @description The element's specific data depending on the value of `element_type`. */ object?: - | components["schemas"]["HDAObject"] - | components["schemas"]["HDADetailed"] - | components["schemas"]["DCObject"] - | null; + | components["schemas"]["HDAObject"] + | components["schemas"]["HDADetailed"] + | components["schemas"]["DCObject"] + | null; }; /** * DCEType @@ -7649,9 +7663,9 @@ export interface components { auto_decompress: boolean; /** Destination */ destination: - | components["schemas"]["HdaDestination"] - | components["schemas"]["LibraryFolderDestination"] - | components["schemas"]["LibraryDestination"]; + | components["schemas"]["HdaDestination"] + | components["schemas"]["LibraryFolderDestination"] + | components["schemas"]["LibraryDestination"]; elements_from: components["schemas"]["ElementsFromType"]; /** Ftp Path */ ftp_path?: string | null; @@ -7673,20 +7687,20 @@ export interface components { auto_decompress: boolean; /** Destination */ destination: - | components["schemas"]["HdaDestination"] - | components["schemas"]["LibraryFolderDestination"] - | components["schemas"]["LibraryDestination"]; + | components["schemas"]["HdaDestination"] + | components["schemas"]["LibraryFolderDestination"] + | components["schemas"]["LibraryDestination"]; /** Elements */ elements: ( | ( - | components["schemas"]["FileDataElement"] - | components["schemas"]["PastedDataElement"] - | components["schemas"]["UrlDataElement"] - | components["schemas"]["PathDataElement"] - | components["schemas"]["ServerDirElement"] - | components["schemas"]["FtpImportElement"] - | components["schemas"]["CompositeDataElement"] - ) + | components["schemas"]["FileDataElement"] + | components["schemas"]["PastedDataElement"] + | components["schemas"]["UrlDataElement"] + | components["schemas"]["PathDataElement"] + | components["schemas"]["ServerDirElement"] + | components["schemas"]["FtpImportElement"] + | components["schemas"]["CompositeDataElement"] + ) | components["schemas"]["NestedElement"] )[]; }; @@ -7891,18 +7905,18 @@ export interface components { * @enum {string} */ DatasetState: - | "new" - | "upload" - | "queued" - | "running" - | "ok" - | "empty" - | "error" - | "paused" - | "setting_metadata" - | "failed_metadata" - | "deferred" - | "discarded"; + | "new" + | "upload" + | "queued" + | "running" + | "ok" + | "empty" + | "error" + | "paused" + | "setting_metadata" + | "failed_metadata" + | "deferred" + | "discarded"; /** DatasetStorageDetails */ DatasetStorageDetails: { /** @@ -8336,8 +8350,8 @@ export interface components { input: components["schemas"]["InputReferenceByOrderIndex"] | components["schemas"]["InputReferenceByLabel"]; /** Output */ output: - | components["schemas"]["OutputReferenceByOrderIndex"] - | components["schemas"]["OutputReferenceByLabel"]; + | components["schemas"]["OutputReferenceByOrderIndex"] + | components["schemas"]["OutputReferenceByLabel"]; }; /** * DisplayApp @@ -8716,8 +8730,8 @@ export interface components { object_type: components["schemas"]["ExportObjectType"]; /** Payload */ payload: - | components["schemas"]["WriteStoreToPayload"] - | components["schemas"]["ShortTermStoreExportPayload"]; + | components["schemas"]["WriteStoreToPayload"] + | components["schemas"]["ShortTermStoreExportPayload"]; /** User Id */ user_id?: string | null; }; @@ -9027,13 +9041,13 @@ export interface components { type: "ftp" | "posix" | "s3fs" | "azure" | "onedata"; /** Variables */ variables?: - | ( - | components["schemas"]["TemplateVariableString"] - | components["schemas"]["TemplateVariableInteger"] - | components["schemas"]["TemplateVariablePathComponent"] - | components["schemas"]["TemplateVariableBoolean"] - )[] - | null; + | ( + | components["schemas"]["TemplateVariableString"] + | components["schemas"]["TemplateVariableInteger"] + | components["schemas"]["TemplateVariablePathComponent"] + | components["schemas"]["TemplateVariableBoolean"] + )[] + | null; /** * Version * @default 0 @@ -10702,14 +10716,14 @@ export interface components { /** Elements */ elements: ( | ( - | components["schemas"]["FileDataElement"] - | components["schemas"]["PastedDataElement"] - | components["schemas"]["UrlDataElement"] - | components["schemas"]["PathDataElement"] - | components["schemas"]["ServerDirElement"] - | components["schemas"]["FtpImportElement"] - | components["schemas"]["CompositeDataElement"] - ) + | components["schemas"]["FileDataElement"] + | components["schemas"]["PastedDataElement"] + | components["schemas"]["UrlDataElement"] + | components["schemas"]["PathDataElement"] + | components["schemas"]["ServerDirElement"] + | components["schemas"]["FtpImportElement"] + | components["schemas"]["CompositeDataElement"] + ) | components["schemas"]["NestedElement"] )[]; /** Name */ @@ -11008,10 +11022,10 @@ export interface components { operation: components["schemas"]["HistoryContentItemOperation"]; /** Params */ params?: - | components["schemas"]["ChangeDatatypeOperationParams"] - | components["schemas"]["ChangeDbkeyOperationParams"] - | components["schemas"]["TagOperationParams"] - | null; + | components["schemas"]["ChangeDatatypeOperationParams"] + | components["schemas"]["ChangeDbkeyOperationParams"] + | components["schemas"]["TagOperationParams"] + | null; }; /** HistoryContentBulkOperationResult */ HistoryContentBulkOperationResult: { @@ -11038,15 +11052,15 @@ export interface components { * @enum {string} */ HistoryContentItemOperation: - | "hide" - | "unhide" - | "delete" - | "undelete" - | "purge" - | "change_datatype" - | "change_dbkey" - | "add_tags" - | "remove_tags"; + | "hide" + | "unhide" + | "delete" + | "undelete" + | "purge" + | "change_datatype" + | "change_dbkey" + | "add_tags" + | "remove_tags"; /** * HistoryContentSource * @enum {string} @@ -11363,8 +11377,8 @@ export interface components { ImportToolDataBundle: { /** Source */ source: - | components["schemas"]["ImportToolDataBundleDatasetSource"] - | components["schemas"]["ImportToolDataBundleUriSource"]; + | components["schemas"]["ImportToolDataBundleDatasetSource"] + | components["schemas"]["ImportToolDataBundleUriSource"]; }; /** ImportToolDataBundleDatasetSource */ ImportToolDataBundleDatasetSource: { @@ -11884,17 +11898,17 @@ export interface components { }; }; InvocationMessageResponseUnion: - | components["schemas"]["InvocationCancellationReviewFailedResponse"] - | components["schemas"]["InvocationCancellationHistoryDeletedResponse"] - | components["schemas"]["InvocationCancellationUserRequestResponse"] - | components["schemas"]["InvocationFailureDatasetFailedResponse"] - | components["schemas"]["InvocationFailureCollectionFailedResponse"] - | components["schemas"]["InvocationFailureJobFailedResponse"] - | components["schemas"]["InvocationFailureOutputNotFoundResponse"] - | components["schemas"]["InvocationFailureExpressionEvaluationFailedResponse"] - | components["schemas"]["InvocationFailureWhenNotBooleanResponse"] - | components["schemas"]["InvocationUnexpectedFailureResponse"] - | components["schemas"]["InvocationEvaluationWarningWorkflowOutputNotFoundResponse"]; + | components["schemas"]["InvocationCancellationReviewFailedResponse"] + | components["schemas"]["InvocationCancellationHistoryDeletedResponse"] + | components["schemas"]["InvocationCancellationUserRequestResponse"] + | components["schemas"]["InvocationFailureDatasetFailedResponse"] + | components["schemas"]["InvocationFailureCollectionFailedResponse"] + | components["schemas"]["InvocationFailureJobFailedResponse"] + | components["schemas"]["InvocationFailureOutputNotFoundResponse"] + | components["schemas"]["InvocationFailureExpressionEvaluationFailedResponse"] + | components["schemas"]["InvocationFailureWhenNotBooleanResponse"] + | components["schemas"]["InvocationUnexpectedFailureResponse"] + | components["schemas"]["InvocationEvaluationWarningWorkflowOutputNotFoundResponse"]; /** InvocationOutput */ InvocationOutput: { /** @@ -12044,13 +12058,13 @@ export interface components { * @enum {string} */ InvocationState: - | "new" - | "requires_materialization" - | "ready" - | "scheduled" - | "cancelled" - | "cancelling" - | "failed"; + | "new" + | "requires_materialization" + | "ready" + | "scheduled" + | "cancelled" + | "cancelling" + | "failed"; /** * InvocationStep * @description Information about workflow invocation step @@ -12830,11 +12844,11 @@ export interface components { * @description The values of the job parameter */ value?: - | (components["schemas"]["EncodedJobParameterHistoryItem"] | null)[] - | number - | boolean - | string - | null; + | (components["schemas"]["EncodedJobParameterHistoryItem"] | null)[] + | number + | boolean + | string + | null; }; /** * JobSourceType @@ -12847,21 +12861,21 @@ export interface components { * @enum {string} */ JobState: - | "new" - | "resubmitted" - | "upload" - | "waiting" - | "queued" - | "running" - | "ok" - | "error" - | "failed" - | "paused" - | "deleting" - | "deleted" - | "stop" - | "stopped" - | "skipped"; + | "new" + | "resubmitted" + | "upload" + | "waiting" + | "queued" + | "running" + | "ok" + | "error" + | "failed" + | "paused" + | "deleting" + | "deleted" + | "stop" + | "stopped" + | "skipped"; /** JobStateSummary */ JobStateSummary: { /** @@ -14102,14 +14116,14 @@ export interface components { /** Elements */ elements: ( | ( - | components["schemas"]["FileDataElement"] - | components["schemas"]["PastedDataElement"] - | components["schemas"]["UrlDataElement"] - | components["schemas"]["PathDataElement"] - | components["schemas"]["ServerDirElement"] - | components["schemas"]["FtpImportElement"] - | components["schemas"]["CompositeDataElement"] - ) + | components["schemas"]["FileDataElement"] + | components["schemas"]["PastedDataElement"] + | components["schemas"]["UrlDataElement"] + | components["schemas"]["PathDataElement"] + | components["schemas"]["ServerDirElement"] + | components["schemas"]["FtpImportElement"] + | components["schemas"]["CompositeDataElement"] + ) | components["schemas"]["NestedElement"] )[]; elements_from?: components["schemas"]["ElementsFromType"] | null; @@ -14247,16 +14261,16 @@ export interface components { * @description The category of the notification. Represents the type of the notification. E.g. 'message' or 'new_shared_item'. */ category: - | components["schemas"]["MandatoryNotificationCategory"] - | components["schemas"]["PersonalNotificationCategory"]; + | components["schemas"]["MandatoryNotificationCategory"] + | components["schemas"]["PersonalNotificationCategory"]; /** * Content * @description The content of the notification. The structure depends on the category. */ content: - | components["schemas"]["MessageNotificationContent"] - | components["schemas"]["NewSharedItemNotificationContent"] - | components["schemas"]["BroadcastNotificationContent"]; + | components["schemas"]["MessageNotificationContent"] + | components["schemas"]["NewSharedItemNotificationContent"] + | components["schemas"]["BroadcastNotificationContent"]; /** * Expiration time * @description The time when the notification should expire. By default it will expire after 6 months. Expired notifications will be permanently deleted. @@ -14335,16 +14349,16 @@ export interface components { * @description The category of the notification. Represents the type of the notification. E.g. 'message' or 'new_shared_item'. */ category: - | components["schemas"]["MandatoryNotificationCategory"] - | components["schemas"]["PersonalNotificationCategory"]; + | components["schemas"]["MandatoryNotificationCategory"] + | components["schemas"]["PersonalNotificationCategory"]; /** * Content * @description The content of the notification. The structure depends on the category. */ content: - | components["schemas"]["MessageNotificationContent"] - | components["schemas"]["NewSharedItemNotificationContent"] - | components["schemas"]["BroadcastNotificationContent"]; + | components["schemas"]["MessageNotificationContent"] + | components["schemas"]["NewSharedItemNotificationContent"] + | components["schemas"]["BroadcastNotificationContent"]; /** * Create time * Format: date-time @@ -14494,13 +14508,13 @@ export interface components { type: "aws_s3" | "azure_blob" | "boto3" | "disk" | "generic_s3" | "onedata"; /** Variables */ variables?: - | ( - | components["schemas"]["TemplateVariableString"] - | components["schemas"]["TemplateVariableInteger"] - | components["schemas"]["TemplateVariablePathComponent"] - | components["schemas"]["TemplateVariableBoolean"] - )[] - | null; + | ( + | components["schemas"]["TemplateVariableString"] + | components["schemas"]["TemplateVariableInteger"] + | components["schemas"]["TemplateVariablePathComponent"] + | components["schemas"]["TemplateVariableBoolean"] + )[] + | null; /** * Version * @default 0 @@ -15159,26 +15173,26 @@ export interface components { RefactorActionExecution: { /** Action */ action: - | components["schemas"]["AddInputAction"] - | components["schemas"]["AddStepAction"] - | components["schemas"]["ConnectAction"] - | components["schemas"]["DisconnectAction"] - | components["schemas"]["ExtractInputAction"] - | components["schemas"]["ExtractUntypedParameter"] - | components["schemas"]["FileDefaultsAction"] - | components["schemas"]["FillStepDefaultsAction"] - | components["schemas"]["UpdateAnnotationAction"] - | components["schemas"]["UpdateCreatorAction"] - | components["schemas"]["UpdateNameAction"] - | components["schemas"]["UpdateLicenseAction"] - | components["schemas"]["UpdateOutputLabelAction"] - | components["schemas"]["UpdateReportAction"] - | components["schemas"]["UpdateStepLabelAction"] - | components["schemas"]["UpdateStepPositionAction"] - | components["schemas"]["UpgradeSubworkflowAction"] - | components["schemas"]["UpgradeToolAction"] - | components["schemas"]["UpgradeAllStepsAction"] - | components["schemas"]["RemoveUnlabeledWorkflowOutputs"]; + | components["schemas"]["AddInputAction"] + | components["schemas"]["AddStepAction"] + | components["schemas"]["ConnectAction"] + | components["schemas"]["DisconnectAction"] + | components["schemas"]["ExtractInputAction"] + | components["schemas"]["ExtractUntypedParameter"] + | components["schemas"]["FileDefaultsAction"] + | components["schemas"]["FillStepDefaultsAction"] + | components["schemas"]["UpdateAnnotationAction"] + | components["schemas"]["UpdateCreatorAction"] + | components["schemas"]["UpdateNameAction"] + | components["schemas"]["UpdateLicenseAction"] + | components["schemas"]["UpdateOutputLabelAction"] + | components["schemas"]["UpdateReportAction"] + | components["schemas"]["UpdateStepLabelAction"] + | components["schemas"]["UpdateStepPositionAction"] + | components["schemas"]["UpgradeSubworkflowAction"] + | components["schemas"]["UpgradeToolAction"] + | components["schemas"]["UpgradeAllStepsAction"] + | components["schemas"]["RemoveUnlabeledWorkflowOutputs"]; /** Messages */ messages: components["schemas"]["RefactorActionExecutionMessage"][]; }; @@ -15249,10 +15263,10 @@ export interface components { * @enum {string} */ RefactorActionExecutionMessageTypeEnum: - | "tool_version_change" - | "tool_state_adjustment" - | "connection_drop_forced" - | "workflow_output_drop_forced"; + | "tool_version_change" + | "tool_state_adjustment" + | "connection_drop_forced" + | "workflow_output_drop_forced"; /** RefactorRequest */ RefactorRequest: { /** Actions */ @@ -15419,14 +15433,14 @@ export interface components { * @enum {string} */ RequestDataType: - | "state" - | "converted_datasets_state" - | "data" - | "features" - | "raw_data" - | "track_config" - | "genome_data" - | "in_use_state"; + | "state" + | "converted_datasets_state" + | "data" + | "features" + | "raw_data" + | "track_config" + | "genome_data" + | "in_use_state"; /** * Requirement * @description Available types of job sources (model classes) that produce dataset collections. @@ -16187,8 +16201,8 @@ export interface components { * @description Additional information about the creator (or multiple creators) of this workflow. */ creator?: - | (components["schemas"]["Person"] | components["schemas"]["galaxy__schema__schema__Organization"])[] - | null; + | (components["schemas"]["Person"] | components["schemas"]["galaxy__schema__schema__Organization"])[] + | null; /** * Deleted * @description Whether this item is marked as deleted. @@ -16281,12 +16295,12 @@ export interface components { */ steps: { [key: string]: - | components["schemas"]["InputDataStep"] - | components["schemas"]["InputDataCollectionStep"] - | components["schemas"]["InputParameterStep"] - | components["schemas"]["PauseStep"] - | components["schemas"]["ToolStep"] - | components["schemas"]["SubworkflowStep"]; + | components["schemas"]["InputDataStep"] + | components["schemas"]["InputDataCollectionStep"] + | components["schemas"]["InputParameterStep"] + | components["schemas"]["PauseStep"] + | components["schemas"]["ToolStep"] + | components["schemas"]["SubworkflowStep"]; }; tags: components["schemas"]["TagCollection"]; /** @@ -16405,13 +16419,13 @@ export interface components { * @enum {string} */ TaggableItemClass: - | "History" - | "HistoryDatasetAssociation" - | "HistoryDatasetCollectionAssociation" - | "LibraryDatasetDatasetAssociation" - | "Page" - | "StoredWorkflow" - | "Visualization"; + | "History" + | "HistoryDatasetAssociation" + | "HistoryDatasetCollectionAssociation" + | "LibraryDatasetDatasetAssociation" + | "Page" + | "StoredWorkflow" + | "Visualization"; /** * TaskState * @description Enum representing the possible states of a task. @@ -17019,8 +17033,8 @@ export interface components { action_type: "update_output_label"; /** Output */ output: - | components["schemas"]["OutputReferenceByOrderIndex"] - | components["schemas"]["OutputReferenceByLabel"]; + | components["schemas"]["OutputReferenceByOrderIndex"] + | components["schemas"]["OutputReferenceByLabel"]; /** Output Label */ output_label: string; }; @@ -17442,8 +17456,8 @@ export interface components { * @description The content of the notification. The structure depends on the category. */ content: - | components["schemas"]["MessageNotificationContent"] - | components["schemas"]["NewSharedItemNotificationContent"]; + | components["schemas"]["MessageNotificationContent"] + | components["schemas"]["NewSharedItemNotificationContent"]; /** * Create time * Format: date-time @@ -18081,8 +18095,8 @@ export interface components { }; /** WorkflowInvocationResponse */ WorkflowInvocationResponse: - | components["schemas"]["WorkflowInvocationElementView"] - | components["schemas"]["WorkflowInvocationCollectionView"]; + | components["schemas"]["WorkflowInvocationElementView"] + | components["schemas"]["WorkflowInvocationCollectionView"]; /** WorkflowInvocationStateSummary */ WorkflowInvocationStateSummary: { /** @@ -18773,9 +18787,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["HDCACustom"] - | components["schemas"]["HDCADetailed"] - | components["schemas"]["HDCASummary"]; + | components["schemas"]["HDCACustom"] + | components["schemas"]["HDCADetailed"] + | components["schemas"]["HDCASummary"]; }; }; /** @description Request Error */ @@ -19230,13 +19244,13 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["HDACustom"] - | components["schemas"]["HDADetailed"] - | components["schemas"]["HDASummary"] - | components["schemas"]["HDAInaccessible"] - | components["schemas"]["HDCACustom"] - | components["schemas"]["HDCADetailed"] - | components["schemas"]["HDCASummary"]; + | components["schemas"]["HDACustom"] + | components["schemas"]["HDADetailed"] + | components["schemas"]["HDASummary"] + | components["schemas"]["HDAInaccessible"] + | components["schemas"]["HDCACustom"] + | components["schemas"]["HDCADetailed"] + | components["schemas"]["HDCASummary"]; }; }; /** @description Request Error */ @@ -19454,10 +19468,10 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["HDACustom"] - | components["schemas"]["HDADetailed"] - | components["schemas"]["HDASummary"] - | components["schemas"]["HDAInaccessible"]; + | components["schemas"]["HDACustom"] + | components["schemas"]["HDADetailed"] + | components["schemas"]["HDASummary"] + | components["schemas"]["HDAInaccessible"]; }; }; /** @description Request Error */ @@ -19824,9 +19838,9 @@ export interface operations { requestBody: { content: { "application/json": - | components["schemas"]["UpdateDatasetPermissionsPayload"] - | components["schemas"]["UpdateDatasetPermissionsPayloadAliasB"] - | components["schemas"]["UpdateDatasetPermissionsPayloadAliasC"]; + | components["schemas"]["UpdateDatasetPermissionsPayload"] + | components["schemas"]["UpdateDatasetPermissionsPayloadAliasB"] + | components["schemas"]["UpdateDatasetPermissionsPayloadAliasC"]; }; }; responses: { @@ -20784,9 +20798,9 @@ export interface operations { requestBody: { content: { "application/json": - | components["schemas"]["UpdateInstanceSecretPayload"] - | components["schemas"]["UpgradeInstancePayload"] - | components["schemas"]["UpdateInstancePayload"]; + | components["schemas"]["UpdateInstanceSecretPayload"] + | components["schemas"]["UpgradeInstancePayload"] + | components["schemas"]["UpdateInstancePayload"]; }; }; responses: { @@ -21273,8 +21287,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["LibraryFolderCurrentPermissions"] - | components["schemas"]["LibraryAvailablePermissions"]; + | components["schemas"]["LibraryFolderCurrentPermissions"] + | components["schemas"]["LibraryAvailablePermissions"]; }; }; /** @description Request Error */ @@ -21472,8 +21486,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["ListUriResponse"] - | components["schemas"]["ListJstreeResponse"]; + | components["schemas"]["ListUriResponse"] + | components["schemas"]["ListJstreeResponse"]; }; }; /** @description Request Error */ @@ -22690,10 +22704,10 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["JobImportHistoryResponse"] - | components["schemas"]["CustomHistoryView"] - | components["schemas"]["HistoryDetailed"] - | components["schemas"]["HistorySummary"]; + | components["schemas"]["JobImportHistoryResponse"] + | components["schemas"]["CustomHistoryView"] + | components["schemas"]["HistoryDetailed"] + | components["schemas"]["HistorySummary"]; }; }; /** @description Request Error */ @@ -23015,9 +23029,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["CustomHistoryView"] - | components["schemas"]["HistoryDetailed"] - | components["schemas"]["HistorySummary"]; + | components["schemas"]["CustomHistoryView"] + | components["schemas"]["HistoryDetailed"] + | components["schemas"]["HistorySummary"]; }; }; /** @description Request Error */ @@ -23068,9 +23082,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["CustomHistoryView"] - | components["schemas"]["HistoryDetailed"] - | components["schemas"]["HistorySummary"]; + | components["schemas"]["CustomHistoryView"] + | components["schemas"]["HistoryDetailed"] + | components["schemas"]["HistorySummary"]; }; }; /** @description Request Error */ @@ -23162,9 +23176,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["CustomHistoryView"] - | components["schemas"]["HistoryDetailed"] - | components["schemas"]["HistorySummary"]; + | components["schemas"]["CustomHistoryView"] + | components["schemas"]["HistoryDetailed"] + | components["schemas"]["HistorySummary"]; }; }; /** @description Request Error */ @@ -23334,9 +23348,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["CustomHistoryView"] - | components["schemas"]["HistoryDetailed"] - | components["schemas"]["HistorySummary"]; + | components["schemas"]["CustomHistoryView"] + | components["schemas"]["HistoryDetailed"] + | components["schemas"]["HistorySummary"]; }; }; /** @description Request Error */ @@ -23390,9 +23404,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["CustomHistoryView"] - | components["schemas"]["HistoryDetailed"] - | components["schemas"]["HistorySummary"]; + | components["schemas"]["CustomHistoryView"] + | components["schemas"]["HistoryDetailed"] + | components["schemas"]["HistorySummary"]; }; }; /** @description Request Error */ @@ -23447,9 +23461,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["CustomHistoryView"] - | components["schemas"]["HistoryDetailed"] - | components["schemas"]["HistorySummary"]; + | components["schemas"]["CustomHistoryView"] + | components["schemas"]["HistoryDetailed"] + | components["schemas"]["HistorySummary"]; }; }; /** @description Request Error */ @@ -23498,9 +23512,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["CustomArchivedHistoryView"] - | components["schemas"]["ArchivedHistoryDetailed"] - | components["schemas"]["ArchivedHistorySummary"]; + | components["schemas"]["CustomArchivedHistoryView"] + | components["schemas"]["ArchivedHistoryDetailed"] + | components["schemas"]["ArchivedHistorySummary"]; }; }; /** @description Request Error */ @@ -23548,9 +23562,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["CustomHistoryView"] - | components["schemas"]["HistoryDetailed"] - | components["schemas"]["HistorySummary"]; + | components["schemas"]["CustomHistoryView"] + | components["schemas"]["HistoryDetailed"] + | components["schemas"]["HistorySummary"]; }; }; /** @description Request Error */ @@ -23794,14 +23808,6 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["HDACustom"] - | components["schemas"]["HDADetailed"] - | components["schemas"]["HDASummary"] - | components["schemas"]["HDAInaccessible"] - | components["schemas"]["HDCACustom"] - | components["schemas"]["HDCADetailed"] - | components["schemas"]["HDCASummary"] - | ( | components["schemas"]["HDACustom"] | components["schemas"]["HDADetailed"] | components["schemas"]["HDASummary"] @@ -23809,7 +23815,15 @@ export interface operations { | components["schemas"]["HDCACustom"] | components["schemas"]["HDCADetailed"] | components["schemas"]["HDCASummary"] - )[]; + | ( + | components["schemas"]["HDACustom"] + | components["schemas"]["HDADetailed"] + | components["schemas"]["HDASummary"] + | components["schemas"]["HDAInaccessible"] + | components["schemas"]["HDCACustom"] + | components["schemas"]["HDCADetailed"] + | components["schemas"]["HDCASummary"] + )[]; }; }; /** @description Request Error */ @@ -24120,9 +24134,9 @@ export interface operations { requestBody: { content: { "application/json": - | components["schemas"]["UpdateDatasetPermissionsPayload"] - | components["schemas"]["UpdateDatasetPermissionsPayloadAliasB"] - | components["schemas"]["UpdateDatasetPermissionsPayloadAliasC"]; + | components["schemas"]["UpdateDatasetPermissionsPayload"] + | components["schemas"]["UpdateDatasetPermissionsPayloadAliasB"] + | components["schemas"]["UpdateDatasetPermissionsPayloadAliasC"]; }; }; responses: { @@ -24627,13 +24641,13 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["HDACustom"] - | components["schemas"]["HDADetailed"] - | components["schemas"]["HDASummary"] - | components["schemas"]["HDAInaccessible"] - | components["schemas"]["HDCACustom"] - | components["schemas"]["HDCADetailed"] - | components["schemas"]["HDCASummary"]; + | components["schemas"]["HDACustom"] + | components["schemas"]["HDADetailed"] + | components["schemas"]["HDASummary"] + | components["schemas"]["HDAInaccessible"] + | components["schemas"]["HDCACustom"] + | components["schemas"]["HDCADetailed"] + | components["schemas"]["HDCASummary"]; }; }; /** @description Request Error */ @@ -24691,13 +24705,13 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["HDACustom"] - | components["schemas"]["HDADetailed"] - | components["schemas"]["HDASummary"] - | components["schemas"]["HDAInaccessible"] - | components["schemas"]["HDCACustom"] - | components["schemas"]["HDCADetailed"] - | components["schemas"]["HDCASummary"]; + | components["schemas"]["HDACustom"] + | components["schemas"]["HDADetailed"] + | components["schemas"]["HDASummary"] + | components["schemas"]["HDAInaccessible"] + | components["schemas"]["HDCACustom"] + | components["schemas"]["HDCADetailed"] + | components["schemas"]["HDCASummary"]; }; }; /** @description Request Error */ @@ -24973,14 +24987,6 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["HDACustom"] - | components["schemas"]["HDADetailed"] - | components["schemas"]["HDASummary"] - | components["schemas"]["HDAInaccessible"] - | components["schemas"]["HDCACustom"] - | components["schemas"]["HDCADetailed"] - | components["schemas"]["HDCASummary"] - | ( | components["schemas"]["HDACustom"] | components["schemas"]["HDADetailed"] | components["schemas"]["HDASummary"] @@ -24988,7 +24994,15 @@ export interface operations { | components["schemas"]["HDCACustom"] | components["schemas"]["HDCADetailed"] | components["schemas"]["HDCASummary"] - )[]; + | ( + | components["schemas"]["HDACustom"] + | components["schemas"]["HDADetailed"] + | components["schemas"]["HDASummary"] + | components["schemas"]["HDAInaccessible"] + | components["schemas"]["HDCACustom"] + | components["schemas"]["HDCADetailed"] + | components["schemas"]["HDCASummary"] + )[]; }; }; /** @description Request Error */ @@ -25044,13 +25058,13 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["HDACustom"] - | components["schemas"]["HDADetailed"] - | components["schemas"]["HDASummary"] - | components["schemas"]["HDAInaccessible"] - | components["schemas"]["HDCACustom"] - | components["schemas"]["HDCADetailed"] - | components["schemas"]["HDCASummary"]; + | components["schemas"]["HDACustom"] + | components["schemas"]["HDADetailed"] + | components["schemas"]["HDASummary"] + | components["schemas"]["HDAInaccessible"] + | components["schemas"]["HDCACustom"] + | components["schemas"]["HDCADetailed"] + | components["schemas"]["HDCASummary"]; }; }; /** @description Request Error */ @@ -25108,13 +25122,13 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["HDACustom"] - | components["schemas"]["HDADetailed"] - | components["schemas"]["HDASummary"] - | components["schemas"]["HDAInaccessible"] - | components["schemas"]["HDCACustom"] - | components["schemas"]["HDCADetailed"] - | components["schemas"]["HDCASummary"]; + | components["schemas"]["HDACustom"] + | components["schemas"]["HDADetailed"] + | components["schemas"]["HDASummary"] + | components["schemas"]["HDAInaccessible"] + | components["schemas"]["HDCACustom"] + | components["schemas"]["HDCADetailed"] + | components["schemas"]["HDCASummary"]; }; }; /** @description Request Error */ @@ -25244,9 +25258,9 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["JobStateSummary"] - | components["schemas"]["ImplicitCollectionJobsStateSummary"] - | components["schemas"]["WorkflowInvocationStateSummary"]; + | components["schemas"]["JobStateSummary"] + | components["schemas"]["ImplicitCollectionJobsStateSummary"] + | components["schemas"]["WorkflowInvocationStateSummary"]; }; }; /** @description Request Error */ @@ -25644,8 +25658,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["JobExportHistoryArchiveModel"] - | components["schemas"]["JobIdResponse"]; + | components["schemas"]["JobExportHistoryArchiveModel"] + | components["schemas"]["JobIdResponse"]; }; }; /** @description The exported archive file is not ready yet. */ @@ -27268,8 +27282,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["ShowFullJobResponse"] - | components["schemas"]["EncodedJobDetails"]; + | components["schemas"]["ShowFullJobResponse"] + | components["schemas"]["EncodedJobDetails"]; }; }; /** @description Request Error */ @@ -28107,8 +28121,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["LibraryCurrentPermissions"] - | components["schemas"]["LibraryAvailablePermissions"]; + | components["schemas"]["LibraryCurrentPermissions"] + | components["schemas"]["LibraryAvailablePermissions"]; }; }; /** @description Request Error */ @@ -28150,8 +28164,8 @@ export interface operations { requestBody: { content: { "application/json": - | components["schemas"]["LibraryPermissionsPayload"] - | components["schemas"]["LegacyLibraryPermissionsPayload"]; + | components["schemas"]["LibraryPermissionsPayload"] + | components["schemas"]["LegacyLibraryPermissionsPayload"]; }; }; responses: { @@ -28162,8 +28176,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["LibraryLegacySummary"] - | components["schemas"]["LibraryCurrentPermissions"]; + | components["schemas"]["LibraryLegacySummary"] + | components["schemas"]["LibraryCurrentPermissions"]; }; }; /** @description Request Error */ @@ -28254,10 +28268,10 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["LibraryContentsCreateFolderListResponse"] - | components["schemas"]["LibraryContentsCreateFileListResponse"] - | components["schemas"]["LibraryContentsCreateDatasetCollectionResponse"] - | components["schemas"]["LibraryContentsCreateDatasetResponse"]; + | components["schemas"]["LibraryContentsCreateFolderListResponse"] + | components["schemas"]["LibraryContentsCreateFileListResponse"] + | components["schemas"]["LibraryContentsCreateDatasetCollectionResponse"] + | components["schemas"]["LibraryContentsCreateDatasetResponse"]; }; }; /** @description Request Error */ @@ -28303,8 +28317,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["LibraryContentsShowFolderResponse"] - | components["schemas"]["LibraryContentsShowDatasetResponse"]; + | components["schemas"]["LibraryContentsShowFolderResponse"] + | components["schemas"]["LibraryContentsShowDatasetResponse"]; }; }; /** @description Request Error */ @@ -28657,8 +28671,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["NotificationCreatedResponse"] - | components["schemas"]["AsyncTaskResultSummary"]; + | components["schemas"]["NotificationCreatedResponse"] + | components["schemas"]["AsyncTaskResultSummary"]; }; }; /** @description Request Error */ @@ -29354,9 +29368,9 @@ export interface operations { requestBody: { content: { "application/json": - | components["schemas"]["UpdateInstanceSecretPayload"] - | components["schemas"]["UpgradeInstancePayload"] - | components["schemas"]["UpdateInstancePayload"]; + | components["schemas"]["UpdateInstanceSecretPayload"] + | components["schemas"]["UpgradeInstancePayload"] + | components["schemas"]["UpdateInstancePayload"]; }; }; responses: { @@ -30680,8 +30694,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["ListUriResponse"] - | components["schemas"]["ListJstreeResponse"]; + | components["schemas"]["ListUriResponse"] + | components["schemas"]["ListJstreeResponse"]; }; }; /** @description Request Error */ @@ -32258,8 +32272,8 @@ export interface operations { requestBody: { content: { "application/json": - | components["schemas"]["UserCreationPayload"] - | components["schemas"]["RemoteUserCreationPayload"]; + | components["schemas"]["UserCreationPayload"] + | components["schemas"]["RemoteUserCreationPayload"]; }; }; responses: { @@ -32413,8 +32427,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["DetailedUserModel"] - | components["schemas"]["AnonUserModel"]; + | components["schemas"]["DetailedUserModel"] + | components["schemas"]["AnonUserModel"]; }; }; /** @description Request Error */ @@ -32554,8 +32568,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["DetailedUserModel"] - | components["schemas"]["AnonUserModel"]; + | components["schemas"]["DetailedUserModel"] + | components["schemas"]["AnonUserModel"]; }; }; /** @description Request Error */ @@ -34708,8 +34722,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["WorkflowInvocationResponse"] - | components["schemas"]["WorkflowInvocationResponse"][]; + | components["schemas"]["WorkflowInvocationResponse"] + | components["schemas"]["WorkflowInvocationResponse"][]; }; }; /** @description Request Error */ @@ -35766,8 +35780,8 @@ export interface operations { }; content: { "application/json": - | components["schemas"]["WorkflowInvocationResponse"] - | components["schemas"]["WorkflowInvocationResponse"][]; + | components["schemas"]["WorkflowInvocationResponse"] + | components["schemas"]["WorkflowInvocationResponse"][]; }; }; /** @description Request Error */