diff --git a/clients/javascript/lib/gen_types/IDQuery.ts b/clients/javascript/lib/gen_types/IDQuery.ts index 32501e43..a3358546 100644 --- a/clients/javascript/lib/gen_types/IDQuery.ts +++ b/clients/javascript/lib/gen_types/IDQuery.ts @@ -1,14 +1,14 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. -import type { ID } from './ID' /** * Query parameters for searching on an ID */ export type IDQuery = { /** - * Optional ID (equality test) + * Optional String (equality test) + * This is not a UUID, but a string as we allow any type of ID in this field */ - eq?: ID + eq?: string /** * Optional bool (existence test) * If "eq" is provided, this field is ignored