···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 bar: z.optional(z.int()),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 bar: z.optional(z.int()),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 bar: z.optional(z.int()),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 foo: z.optional(z.array(z.union([z.string(), z.string()])))
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zSessionUserPhoneCalloutRingingWebhookRequest = z.object({
66 body: z.optional(z.object({
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zArrayWithAllOfObjects = z.array(z.object({
66 id: z.optional(z.int())
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455/**
66 * Testing multiline comments in string: First line
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zFoo = z.object({
66 bar: z.optional(z.int()),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zArrayWithAllOfObjects = z.array(z.object({
66 id: z.optional(z.int())
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zBar = z.string();
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zFoo = z.object({
66 get quux() {
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455/**
66 * Model with number-only name
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zFoo = z.nullable(z.enum(['foo', 'bar']));
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zFoo = z.object({
66 bar: z.optional(z.int()),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zArrayWithAllOfObjects = z.array(z.object({
66 id: z.optional(z.int())
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zBar = z.string();
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455/**
66 * Model with number-only name
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zFoo = z.nullable(z.enum(['foo', 'bar']));
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zFoo = z.union([z.enum(['foo', 'bar']), z.string()]);
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zFoo = z.object({
66 foo: z.optional(z.literal('foo')),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zFoo = z.object({
66 bar: z.optional(z.int()),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zFoo = z.object({
66 foo: z.optional(z.coerce.bigint().gte(BigInt(0)).lte(BigInt(100)))
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zBar = z.object({
66 bar: z.union([
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zBar = z.object({
66 get bar() {
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zLocaleOrLanguage = z.union([
66 z.string().length(5),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zContact = z.union([
66 z.object({
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod/v4';
33+import * as z from 'zod/v4';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zArrayWithAllOfObjects = z.array(z.object({
66 id: z.optional(z.int())
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455/**
66 * Testing multiline comments in string: First line
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 bar: z.optional(z.int()),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zArrayWithAllOfObjects = z.array(z.object({
66 id: z.optional(z.int())
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zBar = z.string();
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 get quux() {
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455/**
66 * Model with number-only name
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.nullable(z.enum(['foo', 'bar']));
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 bar: z.optional(z.int()),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zArrayWithAllOfObjects = z.array(z.object({
66 id: z.optional(z.int())
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zBar = z.string();
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455/**
66 * Model with number-only name
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zAudioFormat = z.enum(['pcm_16bit_44.1khz', 'pcm_16bit_24khz']);
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.nullable(z.enum(['foo', 'bar']));
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.union([z.enum(['foo', 'bar']), z.string()]);
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 foo: z.optional(z.literal('foo')),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 bar: z.optional(z.int()),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zFoo = z.object({
66 foo: z.optional(z.coerce.bigint().gte(BigInt(0)).lte(BigInt(100)))
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zBar = z.object({
66 bar: z.union([
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zBar = z.object({
66 get bar() {
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zLocaleOrLanguage = z.union([
66 z.string().length(5),
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zContact = z.union([
66 z.object({
···11// This file is auto-generated by @hey-api/openapi-ts
2233-import { z } from 'zod';
33+import * as z from 'zod';
4455export const zBaz = z.string().regex(/foo\nbar/).readonly().default('baz');
66