Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: StanfordBDHG/ENGAGE-HF-Firebase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: StanfordBDHG/ENGAGE-HF-Firebase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 1 commit
  • 26 files changed
  • 1 contributor

Commits on Sep 10, 2024

  1. Improve callable and schema validator types (#128)

    * Separate encoded output type
    
    * Use z.Schema helper
    
    * Add InferEncoded helper
    
    * Provide void output interface to functions that return nothing
    
    * Do not rely on zod on output types if not necessary
    
    * Update DatabaseConverter
    
    * Replace z.ZodType with z.Schema everywhere else
    
    * Fix types
    
    * Bring back UserInformation
    
    * Replace z.Schema with z.ZodTypeAny
    
    * Use output everywhere
    arkadiuszbachorski authored Sep 10, 2024
    Copy the full SHA
    ddbb20a View commit details
Loading