File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 };
You can’t perform that action at this time.
0 commit comments