pull/643/head^2
Travis Fischer 2024-05-22 03:15:09 -05:00
rodzic 0d96cef757
commit e3f1b5641f
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ import restoreCursor from 'restore-cursor'
import { ProxycurlClient } from '../src/services/proxycurl-client.js'
/**
* Scratch for quick testing.
* Scratch pad for testing.
*/
async function main() {
restoreCursor()

Wyświetl plik

@ -3,6 +3,7 @@ import * as z from 'zod'
import { assert, getEnv } from '../utils.js'
// All proxycurl types are auto-generated from their openapi spec
export namespace proxycurl {
export const CompanyTypeSchema = z.enum([
'EDUCATIONAL',