From e3f1b5641f2c67f33bfba51365af41b792fdc74f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 22 May 2024 03:15:09 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/scratch.ts | 2 +- src/services/proxycurl-client.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/scratch.ts b/bin/scratch.ts index 2419ce60..119781a7 100644 --- a/bin/scratch.ts +++ b/bin/scratch.ts @@ -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() diff --git a/src/services/proxycurl-client.ts b/src/services/proxycurl-client.ts index 6bd79cc5..9d9e6706 100644 --- a/src/services/proxycurl-client.ts +++ b/src/services/proxycurl-client.ts @@ -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',