diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index cb589934268e..09e96a64b208 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -1783,10 +1783,7 @@ export interface components { */ link: string; }; - /** - * AnonUserModel - * @description Base model definition with common configuration used by all derived models. - */ + /** AnonUserModel */ AnonUserModel: { /** * Nice total disc usage @@ -1804,10 +1801,7 @@ export interface components { */ total_disk_usage: number; }; - /** - * ArchiveHistoryRequestPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** ArchiveHistoryRequestPayload */ ArchiveHistoryRequestPayload: { /** * Export Record ID @@ -2038,10 +2032,7 @@ export interface components { */ url: string; }; - /** - * AsyncFile - * @description Base model definition with common configuration used by all derived models. - */ + /** AsyncFile */ AsyncFile: { /** * Storage Request Id @@ -2050,10 +2041,7 @@ export interface components { storage_request_id: string; task: components["schemas"]["AsyncTaskResultSummary"]; }; - /** - * AsyncTaskResultSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** AsyncTaskResultSummary */ AsyncTaskResultSummary: { /** * ID @@ -2094,10 +2082,7 @@ export interface components { ) | ("cloud" | "quota" | "no_quota" | "restricted"); }; - /** - * BasicRoleModel - * @description Base model definition with common configuration used by all derived models. - */ + /** BasicRoleModel */ BasicRoleModel: { /** * ID @@ -2146,10 +2131,7 @@ export interface components { /** Targets */ targets: Record; }; - /** - * BroadcastNotificationContent - * @description Base model definition with common configuration used by all derived models. - */ + /** BroadcastNotificationContent */ BroadcastNotificationContent: { /** * Action links @@ -2270,10 +2252,7 @@ export interface components { */ variant: components["schemas"]["NotificationVariant"]; }; - /** - * BrowsableFilesSourcePlugin - * @description Base model definition with common configuration used by all derived models. - */ + /** BrowsableFilesSourcePlugin */ BrowsableFilesSourcePlugin: { /** * Browsable @@ -2327,19 +2306,13 @@ export interface components { */ writable: boolean; }; - /** - * BulkOperationItemError - * @description Base model definition with common configuration used by all derived models. - */ + /** BulkOperationItemError */ BulkOperationItemError: { /** Error */ error: string; item: components["schemas"]["EncodedHistoryContentItem"]; }; - /** - * ChangeDatatypeOperationParams - * @description Base model definition with common configuration used by all derived models. - */ + /** ChangeDatatypeOperationParams */ ChangeDatatypeOperationParams: { /** Datatype */ datatype: string; @@ -2349,10 +2322,7 @@ export interface components { */ type: "change_datatype"; }; - /** - * ChangeDbkeyOperationParams - * @description Base model definition with common configuration used by all derived models. - */ + /** ChangeDbkeyOperationParams */ ChangeDbkeyOperationParams: { /** Dbkey */ dbkey: string; @@ -2362,10 +2332,7 @@ export interface components { */ type: "change_dbkey"; }; - /** - * CheckForUpdatesResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** CheckForUpdatesResponse */ CheckForUpdatesResponse: { /** * Message @@ -2395,10 +2362,7 @@ export interface components { */ type: string; }; - /** - * CleanableItemsSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** CleanableItemsSummary */ CleanableItemsSummary: { /** * Total Items @@ -2411,18 +2375,12 @@ export interface components { */ total_size: number; }; - /** - * CleanupStorageItemsRequest - * @description Base model definition with common configuration used by all derived models. - */ + /** CleanupStorageItemsRequest */ CleanupStorageItemsRequest: { /** Item Ids */ item_ids: string[]; }; - /** - * CloudDatasets - * @description Base model definition with common configuration used by all derived models. - */ + /** CloudDatasets */ CloudDatasets: { /** * Authentication ID @@ -2453,10 +2411,7 @@ export interface components { */ overwrite_existing?: boolean; }; - /** - * CloudDatasetsResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** CloudDatasetsResponse */ CloudDatasetsResponse: { /** * Bucket @@ -2474,10 +2429,7 @@ export interface components { */ sent_dataset_labels: string[]; }; - /** - * CloudObjects - * @description Base model definition with common configuration used by all derived models. - */ + /** CloudObjects */ CloudObjects: { /** * Authentication ID @@ -2507,10 +2459,7 @@ export interface components { */ objects: string[]; }; - /** - * CollectionElementIdentifier - * @description Base model definition with common configuration used by all derived models. - */ + /** CollectionElementIdentifier */ CollectionElementIdentifier: { /** * Collection Type @@ -2550,10 +2499,7 @@ export interface components { * @enum {string} */ ColletionSourceType: "hda" | "ldda" | "hdca" | "new_collection"; - /** - * CompositeDataElement - * @description Base model definition with common configuration used by all derived models. - */ + /** CompositeDataElement */ CompositeDataElement: { /** Md5 */ MD5?: string; @@ -2638,10 +2584,7 @@ export interface components { /** To posix lines */ to_posix_lines: boolean; }; - /** - * CompositeItems - * @description Base model definition with common configuration used by all derived models. - */ + /** CompositeItems */ CompositeItems: { /** Elements */ elements: ( @@ -2653,10 +2596,7 @@ export interface components { | components["schemas"]["FtpImportElement"] )[]; }; - /** - * ComputeDatasetHashPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** ComputeDatasetHashPayload */ ComputeDatasetHashPayload: { /** * Extra Files Path @@ -2717,10 +2657,7 @@ export interface components { ConvertedDatasetsMap: { [key: string]: string | undefined; }; - /** - * CreateEntryPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateEntryPayload */ CreateEntryPayload: { /** * Name @@ -2734,10 +2671,7 @@ export interface components { */ target: string; }; - /** - * CreateHistoryContentFromStore - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateHistoryContentFromStore */ CreateHistoryContentFromStore: { model_store_format?: components["schemas"]["ModelStoreFormat"]; /** Store Content Uri */ @@ -2745,10 +2679,7 @@ export interface components { /** Store Dict */ store_dict?: Record; }; - /** - * CreateHistoryContentPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateHistoryContentPayload */ CreateHistoryContentPayload: { /** * Collection Type @@ -2822,10 +2753,7 @@ export interface components { */ type?: components["schemas"]["HistoryContentType"]; }; - /** - * CreateHistoryFromStore - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateHistoryFromStore */ CreateHistoryFromStore: { model_store_format?: components["schemas"]["ModelStoreFormat"]; /** Store Content Uri */ @@ -2833,10 +2761,7 @@ export interface components { /** Store Dict */ store_dict?: Record; }; - /** - * CreateLibrariesFromStore - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateLibrariesFromStore */ CreateLibrariesFromStore: { model_store_format?: components["schemas"]["ModelStoreFormat"]; /** Store Content Uri */ @@ -2844,10 +2769,7 @@ export interface components { /** Store Dict */ store_dict?: Record; }; - /** - * CreateLibraryFilePayload - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateLibraryFilePayload */ CreateLibraryFilePayload: { /** * From HDA ID @@ -2868,10 +2790,7 @@ export interface components { */ ldda_message?: string; }; - /** - * CreateLibraryFolderPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateLibraryFolderPayload */ CreateLibraryFolderPayload: { /** * Description @@ -2885,10 +2804,7 @@ export interface components { */ name: string; }; - /** - * CreateLibraryPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateLibraryPayload */ CreateLibraryPayload: { /** * Description @@ -2924,10 +2840,7 @@ export interface components { */ metrics?: components["schemas"]["Metric"][]; }; - /** - * CreateNewCollectionPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateNewCollectionPayload */ CreateNewCollectionPayload: { /** * Collection Type @@ -2976,10 +2889,7 @@ export interface components { */ name?: string; }; - /** - * CreatePagePayload - * @description Base model definition with common configuration used by all derived models. - */ + /** CreatePagePayload */ CreatePagePayload: { /** * Annotation @@ -3015,10 +2925,7 @@ export interface components { */ title: string; }; - /** - * CreateQuotaParams - * @description Base model definition with common configuration used by all derived models. - */ + /** CreateQuotaParams */ CreateQuotaParams: { /** * Amount @@ -3105,10 +3012,7 @@ export interface components { */ url: string; }; - /** - * CreatedEntryResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** CreatedEntryResponse */ CreatedEntryResponse: { /** * External link @@ -3187,10 +3091,7 @@ export interface components { */ username: string; }; - /** - * CustomBuildCreationPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** CustomBuildCreationPayload */ CustomBuildCreationPayload: { /** * Length type @@ -3214,10 +3115,7 @@ export interface components { * @enum {string} */ CustomBuildLenType: "file" | "fasta" | "text"; - /** - * CustomBuildModel - * @description Base model definition with common configuration used by all derived models. - */ + /** CustomBuildModel */ CustomBuildModel: { /** * Count @@ -3258,10 +3156,7 @@ export interface components { * @description The custom builds associated with the user. */ CustomBuildsCollection: components["schemas"]["CustomBuildModel"][]; - /** - * CustomBuildsMetadataResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** CustomBuildsMetadataResponse */ CustomBuildsMetadataResponse: { /** * Fasta HDAs @@ -3377,10 +3272,7 @@ export interface components { */ populated?: boolean; }; - /** - * DataElementsFromTarget - * @description Base model definition with common configuration used by all derived models. - */ + /** DataElementsFromTarget */ DataElementsFromTarget: { /** * Auto Decompress @@ -3404,10 +3296,7 @@ export interface components { /** Url */ url?: string; }; - /** - * DataElementsTarget - * @description Base model definition with common configuration used by all derived models. - */ + /** DataElementsTarget */ DataElementsTarget: { /** * Auto Decompress @@ -3440,10 +3329,7 @@ export interface components { * @enum {string} */ DataItemSourceType: "hda" | "ldda" | "hdca" | "dce" | "dc"; - /** - * DatasetAssociationRoles - * @description Base model definition with common configuration used by all derived models. - */ + /** DatasetAssociationRoles */ DatasetAssociationRoles: { /** * Access Roles @@ -3464,10 +3350,7 @@ export interface components { */ modify_item_roles?: string[][]; }; - /** - * DatasetCollectionAttributesResult - * @description Base model definition with common configuration used by all derived models. - */ + /** DatasetCollectionAttributesResult */ DatasetCollectionAttributesResult: { /** * Dbkey @@ -3510,10 +3393,7 @@ export interface components { * @enum {string} */ DatasetContentType: "meta" | "attr" | "stats" | "data"; - /** - * DatasetErrorMessage - * @description Base model definition with common configuration used by all derived models. - */ + /** DatasetErrorMessage */ DatasetErrorMessage: { /** * Dataset @@ -3528,14 +3408,10 @@ export interface components { }; /** * DatasetInheritanceChain - * @description Base model definition with common configuration used by all derived models. * @default [] */ DatasetInheritanceChain: components["schemas"]["DatasetInheritanceChainEntry"][]; - /** - * DatasetInheritanceChainEntry - * @description Base model definition with common configuration used by all derived models. - */ + /** DatasetInheritanceChainEntry */ DatasetInheritanceChainEntry: { /** * Dep @@ -3566,10 +3442,7 @@ export interface components { */ manage?: string[]; }; - /** - * DatasetSourceId - * @description Base model definition with common configuration used by all derived models. - */ + /** DatasetSourceId */ DatasetSourceId: { /** * ID @@ -3607,10 +3480,7 @@ export interface components { | "failed_metadata" | "deferred" | "discarded"; - /** - * DatasetStorageDetails - * @description Base model definition with common configuration used by all derived models. - */ + /** DatasetStorageDetails */ DatasetStorageDetails: { /** * Badges @@ -3663,10 +3533,7 @@ export interface components { */ sources: Record[]; }; - /** - * DatasetSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** DatasetSummary */ DatasetSummary: { /** * Create Time @@ -3708,15 +3575,9 @@ export interface components { */ uuid: string; }; - /** - * DatasetSummaryList - * @description Base model definition with common configuration used by all derived models. - */ + /** DatasetSummaryList */ DatasetSummaryList: components["schemas"]["DatasetSummary"][]; - /** - * DatasetTextContentDetails - * @description Base model definition with common configuration used by all derived models. - */ + /** DatasetTextContentDetails */ DatasetTextContentDetails: { /** * Item Data @@ -3865,10 +3726,7 @@ export interface components { [key: string]: string | undefined; }; }; - /** - * DefaultQuota - * @description Base model definition with common configuration used by all derived models. - */ + /** DefaultQuota */ DefaultQuota: { /** * Model class @@ -3897,10 +3755,7 @@ export interface components { * @enum {string} */ DefaultQuotaValues: "unregistered" | "registered" | "no"; - /** - * DeleteDatasetBatchPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** DeleteDatasetBatchPayload */ DeleteDatasetBatchPayload: { /** * Datasets @@ -3914,10 +3769,7 @@ export interface components { */ purge?: boolean; }; - /** - * DeleteDatasetBatchResult - * @description Base model definition with common configuration used by all derived models. - */ + /** DeleteDatasetBatchResult */ DeleteDatasetBatchResult: { /** * Errors @@ -3930,10 +3782,7 @@ export interface components { */ success_count: number; }; - /** - * DeleteHistoryContentPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** DeleteHistoryContentPayload */ DeleteHistoryContentPayload: { /** * Purge @@ -3987,10 +3836,7 @@ export interface components { */ purge?: boolean; }; - /** - * DeleteJobPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** DeleteJobPayload */ DeleteJobPayload: { /** * Job message @@ -3998,10 +3844,7 @@ export interface components { */ message?: string; }; - /** - * DeleteLibraryPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** DeleteLibraryPayload */ DeleteLibraryPayload: { /** * Undelete @@ -4009,10 +3852,7 @@ export interface components { */ undelete: boolean; }; - /** - * DeleteQuotaPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** DeleteQuotaPayload */ DeleteQuotaPayload: { /** * Purge @@ -4021,10 +3861,7 @@ export interface components { */ purge?: boolean; }; - /** - * DeletedCustomBuild - * @description Base model definition with common configuration used by all derived models. - */ + /** DeletedCustomBuild */ DeletedCustomBuild: { /** * Deletion message @@ -4032,10 +3869,7 @@ export interface components { */ message: string; }; - /** - * DetailedUserModel - * @description Base model definition with common configuration used by all derived models. - */ + /** DetailedUserModel */ DetailedUserModel: { /** * Deleted @@ -4144,10 +3978,7 @@ export interface components { * @enum {string} */ ElementsFromType: "archive" | "bagit" | "bagit_archive" | "directory"; - /** - * EncodedDataItemSourceId - * @description Base model definition with common configuration used by all derived models. - */ + /** EncodedDataItemSourceId */ EncodedDataItemSourceId: { /** * ID @@ -4161,10 +3992,7 @@ export interface components { */ src: components["schemas"]["DataItemSourceType"]; }; - /** - * EncodedDatasetJobInfo - * @description Base model definition with common configuration used by all derived models. - */ + /** EncodedDatasetJobInfo */ EncodedDatasetJobInfo: { /** * ID @@ -4185,10 +4013,7 @@ export interface components { */ uuid?: string; }; - /** - * EncodedDatasetSourceId - * @description Base model definition with common configuration used by all derived models. - */ + /** EncodedDatasetSourceId */ EncodedDatasetSourceId: { /** * ID @@ -4202,10 +4027,7 @@ export interface components { */ src: components["schemas"]["DatasetSourceType"]; }; - /** - * EncodedHdcaSourceId - * @description Base model definition with common configuration used by all derived models. - */ + /** EncodedHdcaSourceId */ EncodedHdcaSourceId: { /** * ID @@ -4349,10 +4171,7 @@ export interface components { */ user_email?: string; }; - /** - * ExportHistoryArchivePayload - * @description Base model definition with common configuration used by all derived models. - */ + /** ExportHistoryArchivePayload */ ExportHistoryArchivePayload: { /** * Directory URI @@ -4383,18 +4202,12 @@ export interface components { */ include_hidden?: boolean; }; - /** - * ExportObjectMetadata - * @description Base model definition with common configuration used by all derived models. - */ + /** ExportObjectMetadata */ ExportObjectMetadata: { request_data: components["schemas"]["ExportObjectRequestMetadata"]; result_data?: components["schemas"]["ExportObjectResultMetadata"]; }; - /** - * ExportObjectRequestMetadata - * @description Base model definition with common configuration used by all derived models. - */ + /** ExportObjectRequestMetadata */ ExportObjectRequestMetadata: { /** * Object Id @@ -4412,10 +4225,7 @@ export interface components { */ user_id?: string; }; - /** - * ExportObjectResultMetadata - * @description Base model definition with common configuration used by all derived models. - */ + /** ExportObjectResultMetadata */ ExportObjectResultMetadata: { /** Error */ error?: string; @@ -4462,15 +4272,9 @@ export interface components { */ target_uri: string; }; - /** - * ExportTaskListResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** ExportTaskListResponse */ ExportTaskListResponse: components["schemas"]["ObjectExportTaskResponse"][]; - /** - * ExtraFiles - * @description Base model definition with common configuration used by all derived models. - */ + /** ExtraFiles */ ExtraFiles: { /** * Fuzzy Root @@ -4482,10 +4286,7 @@ export interface components { items_from?: string; src: components["schemas"]["Src"]; }; - /** - * FavoriteObject - * @description Base model definition with common configuration used by all derived models. - */ + /** FavoriteObject */ FavoriteObject: { /** * Object ID @@ -4499,10 +4300,7 @@ export interface components { * @enum {string} */ FavoriteObjectType: "tools"; - /** - * FavoriteObjectsSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** FavoriteObjectsSummary */ FavoriteObjectsSummary: { /** * Favorite tools @@ -4510,10 +4308,7 @@ export interface components { */ tools: string[]; }; - /** - * FetchDataPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** FetchDataPayload */ FetchDataPayload: { /** * History ID @@ -4530,10 +4325,7 @@ export interface components { | components["schemas"]["FtpImportTarget"] )[]; }; - /** - * FileDataElement - * @description Base model definition with common configuration used by all derived models. - */ + /** FileDataElement */ FileDataElement: { /** Md5 */ MD5?: string; @@ -4586,10 +4378,7 @@ export interface components { */ to_posix_lines?: boolean; }; - /** - * FileLibraryFolderItem - * @description Base model definition with common configuration used by all derived models. - */ + /** FileLibraryFolderItem */ FileLibraryFolderItem: { /** Can Manage */ can_manage: boolean; @@ -4648,10 +4437,7 @@ export interface components { */ update_time: string; }; - /** - * FilesSourcePlugin - * @description Base model definition with common configuration used by all derived models. - */ + /** FilesSourcePlugin */ FilesSourcePlugin: { /** * Browsable @@ -4701,7 +4487,6 @@ export interface components { }; /** * FilesSourcePluginList - * @description Base model definition with common configuration used by all derived models. * @default [] * @example [ * { @@ -4719,10 +4504,7 @@ export interface components { | components["schemas"]["BrowsableFilesSourcePlugin"] | components["schemas"]["FilesSourcePlugin"] )[]; - /** - * FolderLibraryFolderItem - * @description Base model definition with common configuration used by all derived models. - */ + /** FolderLibraryFolderItem */ FolderLibraryFolderItem: { /** Can Manage */ can_manage: boolean; @@ -4761,10 +4543,7 @@ export interface components { */ update_time: string; }; - /** - * FtpImportElement - * @description Base model definition with common configuration used by all derived models. - */ + /** FtpImportElement */ FtpImportElement: { /** Md5 */ MD5?: string; @@ -4819,10 +4598,7 @@ export interface components { */ to_posix_lines?: boolean; }; - /** - * FtpImportTarget - * @description Base model definition with common configuration used by all derived models. - */ + /** FtpImportTarget */ FtpImportTarget: { /** * Auto Decompress @@ -4870,10 +4646,7 @@ export interface components { */ name: string; }; - /** - * GroupQuota - * @description Base model definition with common configuration used by all derived models. - */ + /** GroupQuota */ GroupQuota: { /** * Group @@ -4888,15 +4661,9 @@ export interface components { */ model_class: "GroupQuotaAssociation"; }; - /** - * GroupRoleListResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** GroupRoleListResponse */ GroupRoleListResponse: components["schemas"]["GroupRoleResponse"][]; - /** - * GroupRoleResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** GroupRoleResponse */ GroupRoleResponse: { /** * ID @@ -4916,15 +4683,9 @@ export interface components { */ url: string; }; - /** - * GroupUserListResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** GroupUserListResponse */ GroupUserListResponse: components["schemas"]["GroupUserResponse"][]; - /** - * GroupUserResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** GroupUserResponse */ GroupUserResponse: { /** * Email @@ -5707,10 +5468,7 @@ export interface components { * @enum {string} */ HashFunctionNameEnum: "MD5" | "SHA-1" | "SHA-256" | "SHA-512"; - /** - * HdaDestination - * @description Base model definition with common configuration used by all derived models. - */ + /** HdaDestination */ HdaDestination: { /** * Type @@ -5718,10 +5476,7 @@ export interface components { */ type: "hdas"; }; - /** - * HdcaDataItemsFromTarget - * @description Base model definition with common configuration used by all derived models. - */ + /** HdcaDataItemsFromTarget */ HdcaDataItemsFromTarget: { /** * Auto Decompress @@ -5747,10 +5502,7 @@ export interface components { /** Url */ url?: string; }; - /** - * HdcaDataItemsTarget - * @description Base model definition with common configuration used by all derived models. - */ + /** HdcaDataItemsTarget */ HdcaDataItemsTarget: { /** * Auto Decompress @@ -5779,10 +5531,7 @@ export interface components { /** Tags */ tags?: string[]; }; - /** - * HdcaDestination - * @description Base model definition with common configuration used by all derived models. - */ + /** HdcaDestination */ HdcaDestination: { /** * Type @@ -5790,10 +5539,7 @@ export interface components { */ type: "hdca"; }; - /** - * HistoryContentBulkOperationPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** HistoryContentBulkOperationPayload */ HistoryContentBulkOperationPayload: { /** Items */ items?: components["schemas"]["HistoryContentItem"][]; @@ -5804,10 +5550,7 @@ export interface components { | components["schemas"]["ChangeDbkeyOperationParams"] | components["schemas"]["TagOperationParams"]; }; - /** - * HistoryContentBulkOperationResult - * @description Base model definition with common configuration used by all derived models. - */ + /** HistoryContentBulkOperationResult */ HistoryContentBulkOperationResult: { /** Errors */ errors: components["schemas"]["BulkOperationItemError"][]; @@ -5852,10 +5595,7 @@ export interface components { * @enum {string} */ HistoryContentSource: "hda" | "hdca" | "library" | "library_folder" | "new_collection"; - /** - * HistoryContentStats - * @description Base model definition with common configuration used by all derived models. - */ + /** HistoryContentStats */ HistoryContentStats: { /** * Total Matches @@ -6132,10 +5872,7 @@ export interface components { */ text: string; }; - /** - * ImplicitCollectionJobsStateSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** ImplicitCollectionJobsStateSummary */ ImplicitCollectionJobsStateSummary: { /** * ID @@ -6171,10 +5908,7 @@ export interface components { | components["schemas"]["ImportToolDataBundleDatasetSource"] | components["schemas"]["ImportToolDataBundleUriSource"]; }; - /** - * ImportToolDataBundleDatasetSource - * @description Base model definition with common configuration used by all derived models. - */ + /** ImportToolDataBundleDatasetSource */ ImportToolDataBundleDatasetSource: { /** * ID @@ -6189,10 +5923,7 @@ export interface components { */ src: "hda" | "ldda"; }; - /** - * ImportToolDataBundleUriSource - * @description Base model definition with common configuration used by all derived models. - */ + /** ImportToolDataBundleUriSource */ ImportToolDataBundleUriSource: { /** * src @@ -6206,10 +5937,7 @@ export interface components { */ uri: string; }; - /** - * InputArguments - * @description Base model definition with common configuration used by all derived models. - */ + /** InputArguments */ InputArguments: { /** * Database Key @@ -6236,10 +5964,7 @@ export interface components { */ to_posix_lines?: "Yes" | boolean; }; - /** - * InstalledRepositoryToolShedStatus - * @description Base model definition with common configuration used by all derived models. - */ + /** InstalledRepositoryToolShedStatus */ InstalledRepositoryToolShedStatus: { /** * Latest installed revision @@ -6256,10 +5981,7 @@ export interface components { /** Revision Upgrade */ revision_upgrade?: string; }; - /** - * InstalledToolShedRepository - * @description Base model definition with common configuration used by all derived models. - */ + /** InstalledToolShedRepository */ InstalledToolShedRepository: { /** * Changeset revision @@ -6320,10 +6042,7 @@ export interface components { /** Uninstalled */ uninstalled: boolean; }; - /** - * ItemTagsPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** ItemTagsPayload */ ItemTagsPayload: { /** * Item class @@ -6348,10 +6067,7 @@ export interface components { * @enum {string} */ ItemsFromSrc: "url" | "files" | "path" | "ftp_import" | "server_dir"; - /** - * JobDestinationParams - * @description Base model definition with common configuration used by all derived models. - */ + /** JobDestinationParams */ JobDestinationParams: { /** * Handler @@ -6369,10 +6085,7 @@ export interface components { */ "Runner Job ID"?: string; }; - /** - * JobDisplayParametersSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** JobDisplayParametersSummary */ JobDisplayParametersSummary: { /** * Has parameter errors @@ -6392,10 +6105,7 @@ export interface components { */ parameters: components["schemas"]["JobParameter"][]; }; - /** - * JobErrorSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** JobErrorSummary */ JobErrorSummary: { /** * Error messages @@ -6403,15 +6113,9 @@ export interface components { */ messages: string[][]; }; - /** - * JobExportHistoryArchiveListResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** JobExportHistoryArchiveListResponse */ JobExportHistoryArchiveListResponse: components["schemas"]["JobExportHistoryArchiveModel"][]; - /** - * JobExportHistoryArchiveModel - * @description Base model definition with common configuration used by all derived models. - */ + /** JobExportHistoryArchiveModel */ JobExportHistoryArchiveModel: { /** * Download URL @@ -6470,10 +6174,7 @@ export interface components { */ job_id: string; }; - /** - * JobImportHistoryResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** JobImportHistoryResponse */ JobImportHistoryResponse: { /** * Create Time @@ -6545,10 +6246,7 @@ export interface components { * @enum {string} */ JobIndexViewEnum: "collection" | "admin_job_list"; - /** - * JobInputAssociation - * @description Base model definition with common configuration used by all derived models. - */ + /** JobInputAssociation */ JobInputAssociation: { /** * dataset @@ -6561,10 +6259,7 @@ export interface components { */ name: string; }; - /** - * JobInputSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** JobInputSummary */ JobInputSummary: { /** * Duplicate inputs @@ -6587,7 +6282,6 @@ export interface components { }; /** * JobMetric - * @description Base model definition with common configuration used by all derived models. * @example { * "name": "start_epoch", * "plugin": "core", @@ -6623,10 +6317,7 @@ export interface components { */ value: string; }; - /** - * JobOutput - * @description Base model definition with common configuration used by all derived models. - */ + /** JobOutput */ JobOutput: { /** * Output label @@ -6639,10 +6330,7 @@ export interface components { */ value: components["schemas"]["EncodedDataItemSourceId"]; }; - /** - * JobOutputAssociation - * @description Base model definition with common configuration used by all derived models. - */ + /** JobOutputAssociation */ JobOutputAssociation: { /** * dataset @@ -6655,10 +6343,7 @@ export interface components { */ name: string; }; - /** - * JobParameter - * @description Base model definition with common configuration used by all derived models. - */ + /** JobParameter */ JobParameter: { /** * Depth @@ -6708,10 +6393,7 @@ export interface components { | "stop" | "stopped" | "skipped"; - /** - * JobStateSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** JobStateSummary */ JobStateSummary: { /** * ID @@ -6756,10 +6438,7 @@ export interface components { */ value: string; }; - /** - * LegacyLibraryPermissionsPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** LegacyLibraryPermissionsPayload */ LegacyLibraryPermissionsPayload: { /** * Access IDs @@ -6786,10 +6465,7 @@ export interface components { */ LIBRARY_MODIFY_in?: string[] | string; }; - /** - * LibraryAvailablePermissions - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryAvailablePermissions */ LibraryAvailablePermissions: { /** * Page @@ -6812,10 +6488,7 @@ export interface components { */ total: number; }; - /** - * LibraryCurrentPermissions - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryCurrentPermissions */ LibraryCurrentPermissions: { /** * Access Role List @@ -6838,10 +6511,7 @@ export interface components { */ modify_library_role_list: string[][]; }; - /** - * LibraryDestination - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryDestination */ LibraryDestination: { /** * Description @@ -6864,10 +6534,7 @@ export interface components { */ type: "library"; }; - /** - * LibraryFolderContentsIndexResult - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryFolderContentsIndexResult */ LibraryFolderContentsIndexResult: { /** Folder Contents */ folder_contents: ( @@ -6876,10 +6543,7 @@ export interface components { )[]; metadata: components["schemas"]["LibraryFolderMetadata"]; }; - /** - * LibraryFolderCurrentPermissions - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryFolderCurrentPermissions */ LibraryFolderCurrentPermissions: { /** * Add Role List @@ -6897,10 +6561,7 @@ export interface components { */ modify_folder_role_list: string[][]; }; - /** - * LibraryFolderDestination - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryFolderDestination */ LibraryFolderDestination: { /** * Library Folder Id @@ -6913,10 +6574,7 @@ export interface components { */ type: "library_folder"; }; - /** - * LibraryFolderDetails - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryFolderDetails */ LibraryFolderDetails: { /** * Deleted @@ -6983,10 +6641,7 @@ export interface components { */ update_time: string; }; - /** - * LibraryFolderMetadata - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryFolderMetadata */ LibraryFolderMetadata: { /** Can Add Library Item */ can_add_library_item: boolean; @@ -7012,10 +6667,7 @@ export interface components { * @enum {string} */ LibraryFolderPermissionAction: "set_permissions"; - /** - * LibraryFolderPermissionsPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryFolderPermissionsPayload */ LibraryFolderPermissionsPayload: { /** * Action @@ -7041,10 +6693,7 @@ export interface components { */ "modify_ids[]"?: string[] | string; }; - /** - * LibraryLegacySummary - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryLegacySummary */ LibraryLegacySummary: { /** * Create Time @@ -7105,10 +6754,7 @@ export interface components { * @enum {string} */ LibraryPermissionScope: "current" | "available"; - /** - * LibraryPermissionsPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** LibraryPermissionsPayload */ LibraryPermissionsPayload: { /** * Access IDs @@ -7140,10 +6786,7 @@ export interface components { */ "modify_ids[]"?: string[] | string; }; - /** - * LibrarySummary - * @description Base model definition with common configuration used by all derived models. - */ + /** LibrarySummary */ LibrarySummary: { /** * Can User Add @@ -7220,7 +6863,6 @@ export interface components { }; /** * LibrarySummaryList - * @description Base model definition with common configuration used by all derived models. * @default [] */ LibrarySummaryList: components["schemas"]["LibrarySummary"][]; @@ -7334,10 +6976,7 @@ export interface components { * @enum {string} */ MandatoryNotificationCategory: "broadcast"; - /** - * MaterializeDatasetInstanceAPIRequest - * @description Base model definition with common configuration used by all derived models. - */ + /** MaterializeDatasetInstanceAPIRequest */ MaterializeDatasetInstanceAPIRequest: { /** * Content @@ -7354,10 +6993,7 @@ export interface components { */ source: components["schemas"]["DatasetSourceType"]; }; - /** - * MessageNotificationContent - * @description Base model definition with common configuration used by all derived models. - */ + /** MessageNotificationContent */ MessageNotificationContent: { /** * Category @@ -7512,10 +7148,7 @@ export interface components { * @enum {string} */ ModelStoreFormat: "tgz" | "tar" | "tar.gz" | "bag.zip" | "bag.tar" | "bag.tgz" | "rocrate.zip" | "bco.json"; - /** - * NestedElement - * @description Base model definition with common configuration used by all derived models. - */ + /** NestedElement */ NestedElement: { /** Md5 */ MD5?: string; @@ -7576,10 +7209,7 @@ export interface components { */ to_posix_lines?: boolean; }; - /** - * NewSharedItemNotificationContent - * @description Base model definition with common configuration used by all derived models. - */ + /** NewSharedItemNotificationContent */ NewSharedItemNotificationContent: { /** * Category @@ -7733,10 +7363,7 @@ export interface components { */ recipients: components["schemas"]["NotificationRecipients"]; }; - /** - * NotificationCreatedResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** NotificationCreatedResponse */ NotificationCreatedResponse: { /** * Notification @@ -7861,10 +7488,7 @@ export interface components { * @enum {string} */ NotificationVariant: "info" | "warning" | "urgent"; - /** - * NotificationsBatchRequest - * @description Base model definition with common configuration used by all derived models. - */ + /** NotificationsBatchRequest */ NotificationsBatchRequest: { /** * Notification IDs @@ -7883,10 +7507,7 @@ export interface components { */ updated_count: number; }; - /** - * ObjectExportTaskResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** ObjectExportTaskResponse */ ObjectExportTaskResponse: { /** * Create Time @@ -7945,10 +7566,7 @@ export interface components { * @enum {string} */ PageContentFormat: "markdown" | "html"; - /** - * PageDetails - * @description Base model definition with common configuration used by all derived models. - */ + /** PageDetails */ PageDetails: { /** * Content @@ -8045,10 +7663,7 @@ export interface components { */ username: string; }; - /** - * PageSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** PageSummary */ PageSummary: { /** * Create Time @@ -8125,14 +7740,10 @@ export interface components { }; /** * PageSummaryList - * @description Base model definition with common configuration used by all derived models. * @default [] */ PageSummaryList: components["schemas"]["PageSummary"][]; - /** - * PastedDataElement - * @description Base model definition with common configuration used by all derived models. - */ + /** PastedDataElement */ PastedDataElement: { /** Md5 */ MD5?: string; @@ -8190,10 +7801,7 @@ export interface components { */ to_posix_lines?: boolean; }; - /** - * PathDataElement - * @description Base model definition with common configuration used by all derived models. - */ + /** PathDataElement */ PathDataElement: { /** Md5 */ MD5?: string; @@ -8263,10 +7871,7 @@ export interface components { * @enum {string} */ PluginKind: "rfs" | "drs" | "rdm" | "stock"; - /** - * PrepareStoreDownloadPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** PrepareStoreDownloadPayload */ PrepareStoreDownloadPayload: { /** * Bco Merge History Metadata @@ -8442,7 +8047,6 @@ export interface components { }; /** * QuotaSummaryList - * @description Base model definition with common configuration used by all derived models. * @default [] */ QuotaSummaryList: components["schemas"]["QuotaSummary"][]; @@ -8455,10 +8059,7 @@ export interface components { /** Reloaded */ reloaded: string[]; }; - /** - * RemoteDirectory - * @description Base model definition with common configuration used by all derived models. - */ + /** RemoteDirectory */ RemoteDirectory: { /** * Class @@ -8481,10 +8082,7 @@ export interface components { */ uri: string; }; - /** - * RemoteFile - * @description Base model definition with common configuration used by all derived models. - */ + /** RemoteFile */ RemoteFile: { /** * Class @@ -8529,10 +8127,7 @@ export interface components { * @enum {string} */ RemoteFilesFormat: "flat" | "jstree" | "uri"; - /** - * RemoteUserCreationPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** RemoteUserCreationPayload */ RemoteUserCreationPayload: { /** * Email @@ -8540,10 +8135,7 @@ export interface components { */ remote_user_email: string; }; - /** - * ReportJobErrorPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** ReportJobErrorPayload */ ReportJobErrorPayload: { /** * History Dataset Association ID @@ -8582,10 +8174,7 @@ export interface components { * @enum {string} */ Requirement: "logged_in" | "new_history" | "admin"; - /** - * RoleDefinitionModel - * @description Base model definition with common configuration used by all derived models. - */ + /** RoleDefinitionModel */ RoleDefinitionModel: { /** * Description @@ -8608,15 +8197,9 @@ export interface components { */ user_ids?: string[]; }; - /** - * RoleListResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** RoleListResponse */ RoleListResponse: components["schemas"]["RoleModelResponse"][]; - /** - * RoleModelResponse - * @description Base model definition with common configuration used by all derived models. - */ + /** RoleModelResponse */ RoleModelResponse: { /** * Description @@ -8653,10 +8236,7 @@ export interface components { */ url: string; }; - /** - * SearchJobsPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** SearchJobsPayload */ SearchJobsPayload: { /** * Inputs @@ -8674,10 +8254,7 @@ export interface components { */ tool_id: string; }; - /** - * ServerDirElement - * @description Base model definition with common configuration used by all derived models. - */ + /** ServerDirElement */ ServerDirElement: { /** Md5 */ MD5?: string; @@ -8822,10 +8399,7 @@ export interface components { */ version: string; }; - /** - * SetSlugPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** SetSlugPayload */ SetSlugPayload: { /** * New Slug @@ -8833,10 +8407,7 @@ export interface components { */ new_slug: string; }; - /** - * ShareWithExtra - * @description Base model definition with common configuration used by all derived models. - */ + /** ShareWithExtra */ ShareWithExtra: { /** * Can Share @@ -8845,10 +8416,7 @@ export interface components { */ can_share?: boolean; }; - /** - * ShareWithPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** ShareWithPayload */ ShareWithPayload: { /** * Share Option @@ -8865,10 +8433,7 @@ export interface components { */ user_ids: (string | string)[]; }; - /** - * ShareWithStatus - * @description Base model definition with common configuration used by all derived models. - */ + /** ShareWithStatus */ ShareWithStatus: { /** * Encoded Email @@ -8930,10 +8495,7 @@ export interface components { * @enum {string} */ SharingOptions: "make_public" | "make_accessible_to_shared" | "no_changes"; - /** - * SharingStatus - * @description Base model definition with common configuration used by all derived models. - */ + /** SharingStatus */ SharingStatus: { /** * Encoded Email @@ -8978,10 +8540,7 @@ export interface components { */ users_shared_with?: components["schemas"]["UserEmail"][]; }; - /** - * ShortTermStoreExportPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** ShortTermStoreExportPayload */ ShortTermStoreExportPayload: { /** Duration */ duration?: number | number; @@ -9020,10 +8579,7 @@ export interface components { * @enum {string} */ Src: "url" | "pasted" | "files" | "path" | "composite" | "ftp_import" | "server_dir"; - /** - * StorageItemCleanupError - * @description Base model definition with common configuration used by all derived models. - */ + /** StorageItemCleanupError */ StorageItemCleanupError: { /** Error */ error: string; @@ -9033,10 +8589,7 @@ export interface components { */ item_id: string; }; - /** - * StorageItemsCleanupResult - * @description Base model definition with common configuration used by all derived models. - */ + /** StorageItemsCleanupResult */ StorageItemsCleanupResult: { /** Errors */ errors: components["schemas"]["StorageItemCleanupError"][]; @@ -9047,10 +8600,7 @@ export interface components { /** Total Item Count */ total_item_count: number; }; - /** - * StoreExportPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** StoreExportPayload */ StoreExportPayload: { /** * Include deleted @@ -9076,10 +8626,7 @@ export interface components { */ model_store_format?: components["schemas"]["ModelStoreFormat"]; }; - /** - * StoredItem - * @description Base model definition with common configuration used by all derived models. - */ + /** StoredItem */ StoredItem: { /** * Id @@ -9105,10 +8652,7 @@ export interface components { * @enum {string} */ StoredItemOrderBy: "name-asc" | "name-dsc" | "size-asc" | "size-dsc" | "update_time-asc" | "update_time-dsc"; - /** - * SuitableConverter - * @description Base model definition with common configuration used by all derived models. - */ + /** SuitableConverter */ SuitableConverter: { /** * Name @@ -9146,10 +8690,7 @@ export interface components { * ] */ TagCollection: string[]; - /** - * TagOperationParams - * @description Base model definition with common configuration used by all derived models. - */ + /** TagOperationParams */ TagOperationParams: { /** Tags */ tags: string[]; @@ -9464,10 +9005,7 @@ export interface components { */ visible?: boolean; }; - /** - * UpdateLibraryFolderPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** UpdateLibraryFolderPayload */ UpdateLibraryFolderPayload: { /** * Description @@ -9480,10 +9018,7 @@ export interface components { */ name?: string; }; - /** - * UpdateLibraryPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** UpdateLibraryPayload */ UpdateLibraryPayload: { /** * Description @@ -9501,10 +9036,7 @@ export interface components { */ synopsis?: string; }; - /** - * UpdateQuotaParams - * @description Base model definition with common configuration used by all derived models. - */ + /** UpdateQuotaParams */ UpdateQuotaParams: { /** * Amount @@ -9572,10 +9104,7 @@ export interface components { [key: string]: components["schemas"]["NotificationCategorySettings"] | undefined; }; }; - /** - * UrlDataElement - * @description Base model definition with common configuration used by all derived models. - */ + /** UrlDataElement */ UrlDataElement: { /** Md5 */ MD5?: string; @@ -9633,10 +9162,7 @@ export interface components { */ url: string; }; - /** - * UserBeaconSetting - * @description Base model definition with common configuration used by all derived models. - */ + /** UserBeaconSetting */ UserBeaconSetting: { /** * Enabled @@ -9644,10 +9170,7 @@ export interface components { */ enabled: boolean; }; - /** - * UserCreationPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** UserCreationPayload */ UserCreationPayload: { /** * Email @@ -9665,10 +9188,7 @@ export interface components { */ username: string; }; - /** - * UserDeletionPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** UserDeletionPayload */ UserDeletionPayload: { /** * Purge user @@ -9676,10 +9196,7 @@ export interface components { */ purge: boolean; }; - /** - * UserEmail - * @description Base model definition with common configuration used by all derived models. - */ + /** UserEmail */ UserEmail: { /** * Email @@ -9873,10 +9390,7 @@ export interface components { */ notification_ids: string[]; }; - /** - * UserQuota - * @description Base model definition with common configuration used by all derived models. - */ + /** UserQuota */ UserQuota: { /** * Model class @@ -9913,15 +9427,9 @@ export interface components { /** Error Type */ type: string; }; - /** - * Visualization - * @description Base model definition with common configuration used by all derived models. - */ + /** Visualization */ Visualization: Record; - /** - * WorkflowInvocationStateSummary - * @description Base model definition with common configuration used by all derived models. - */ + /** WorkflowInvocationStateSummary */ WorkflowInvocationStateSummary: { /** * ID @@ -9950,10 +9458,7 @@ export interface components { [key: string]: number | undefined; }; }; - /** - * WriteInvocationStoreToPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** WriteInvocationStoreToPayload */ WriteInvocationStoreToPayload: { /** * Bco Merge History Metadata @@ -10016,10 +9521,7 @@ export interface components { */ target_uri: string; }; - /** - * WriteStoreToPayload - * @description Base model definition with common configuration used by all derived models. - */ + /** WriteStoreToPayload */ WriteStoreToPayload: { /** * Include deleted diff --git a/lib/galaxy/schema/schema.py b/lib/galaxy/schema/schema.py index c408e2538be0..6920fe5dbb94 100644 --- a/lib/galaxy/schema/schema.py +++ b/lib/galaxy/schema/schema.py @@ -257,8 +257,6 @@ class DatasetCollectionPopulatedState(str, Enum): class Model(BaseModel): - """Base model definition with common configuration used by all derived models.""" - class Config: use_enum_values = True # when using .dict() allow_population_by_field_name = True