diff --git a/packages/clients/src/api/registry/v1/types.gen.ts b/packages/clients/src/api/registry/v1/types.gen.ts index 79ba5e8ee..833bdc76a 100644 --- a/packages/clients/src/api/registry/v1/types.gen.ts +++ b/packages/clients/src/api/registry/v1/types.gen.ts @@ -350,8 +350,8 @@ export type DeleteTagRequest = { /** UUID of the tag. */ tagId: string /** - * If two tags share the same digest the deletion will fail unless this - * parameter is set to true. + * @deprecated If two tags share the same digest the deletion will fail unless + * this parameter is set to true (deprecated). */ - force: boolean + force?: boolean }