Skip to content

Commit 5db8f13

Browse files
committed
Rebuild schema.
1 parent c8b3c84 commit 5db8f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/api/schema/schema.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11807,12 +11807,12 @@ export interface components {
1180711807
* Latest installed revision
1180811808
* @description Most recent version available on the tool shed
1180911809
*/
11810-
latest_installable_revision: string | null;
11810+
latest_installable_revision?: string | null;
1181111811
/**
1181211812
* Repository deprecated
1181311813
* @description Repository has been depreciated on the tool shed
1181411814
*/
11815-
repository_deprecated: string | null;
11815+
repository_deprecated?: string | null;
1181611816
/** Revision Update */
1181711817
revision_update: string;
1181811818
/** Revision Upgrade */
@@ -11875,7 +11875,7 @@ export interface components {
1187511875
*/
1187611876
tool_shed: string;
1187711877
/** Latest updated status from the tool shed */
11878-
tool_shed_status: components["schemas"]["InstalledRepositoryToolShedStatus"] | null;
11878+
tool_shed_status?: components["schemas"]["InstalledRepositoryToolShedStatus"] | null;
1187911879
/** Uninstalled */
1188011880
uninstalled: boolean;
1188111881
};

0 commit comments

Comments
 (0)