Skip to content

Commit

Permalink
fix: regen types
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDecMeetsMore committed Nov 13, 2024
1 parent fcf182c commit 8a603d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clients/javascript/lib/gen_types/IDQuery.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8a603d3

Please sign in to comment.