\n PhoneWithMaxLength:\n allOf:\n - $ref: \"#\u002Fcomponents\u002Fschemas\u002FPhoneNumber\"\n - maxLength: 15\n PhoneWithMaxLengthExplicit:\n allOf:\n - $ref: \"#\u002Fcomponents\u002Fschemas\u002FPhoneNumber\"\n - type: string\n maxLength: 15\n securitySchemes:\n petstore_auth:\n type: oauth2\n flows:\n implicit:\n authorizationUrl: https:\u002F\u002Fpetstore3.swagger.io\u002Foauth\u002Fauthorize\n scopes:\n write:pets: modify pets in your account\n read:pets: read your pets\n api_key:\n type: apiKey\n name: api_key\n in: header\n parameters:\n page:\n description: to request with required page number or pagination\n in: query\n name: page\n required: false\n schema:\n type: string\n pageSize:\n description: to request with required page size\n in: query\n name: pageSize\n required: false\n schema:\n type: string\n responses:\n PetNotFound:\n content:\n application\u002Fjson:\n schema:\n properties:\n code:\n format: int32\n type: integer\n message:\n type: string\n description: Pet not found\n","id":"mod_5jdLjEHa5BynfJgGjx2R6A","is_binary":false,"title":"petStore.yaml","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"dLI33MOusYr","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":null},{"code":"export { createItem200Schema, createItemMutationRequestSchema, createItemMutationResponseSchema, createItemMutationSchema } from '.\u002Fzod\u002FcreateItemSchema.ts'\nexport { itemSchema } from '.\u002Fzod\u002FitemSchema.ts'\nexport { itemTypeASchema } from '.\u002Fzod\u002FitemTypeASchema.ts'\nexport { itemTypeBSchema } from '.\u002Fzod\u002FitemTypeBSchema.ts'\nexport { updateItem200Schema, updateItemMutationRequestSchema, updateItemMutationResponseSchema, updateItemMutationSchema } from '.\u002Fzod\u002FupdateItemSchema.ts'\n","id":"mod_9eBWzLBQhi6qszrRX8pdDM","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"frtQDOSjfOS","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"KGjLQO-A_1I"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod'\nimport { itemSchema } from '.\u002FitemSchema.ts'\n\nexport const createItem200Schema = itemSchema.describe('Success')\n\nexport const createItemMutationRequestSchema = itemSchema.describe('Item to create')\n\nexport const createItemMutationResponseSchema = createItem200Schema\n\nexport const createItemMutationSchema = z.object({\n Response: createItem200Schema,\n Request: createItemMutationRequestSchema,\n Errors: z.any(),\n})\n","id":"mod_J9JymWoRXs7JdDAjU1A88W","is_binary":false,"title":"createItemSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"gL6Iren7tfz","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"Ho1IG7b0A4u"},{"code":"export { createItem200Schema, createItemMutationRequestSchema, createItemMutationResponseSchema, createItemMutationSchema } from '.\u002FcreateItemSchema.ts'\nexport { itemSchema } from '.\u002FitemSchema.ts'\nexport { itemTypeASchema } from '.\u002FitemTypeASchema.ts'\nexport { itemTypeBSchema } from '.\u002FitemTypeBSchema.ts'\nexport { updateItem200Schema, updateItemMutationRequestSchema, updateItemMutationResponseSchema, updateItemMutationSchema } from '.\u002FupdateItemSchema.ts'\n","id":"mod_Lg2PUuQJgob4qThDp4kx3n","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"GPgGoju1xkT","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"Ho1IG7b0A4u"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod'\nimport { itemTypeASchema } from '.\u002FitemTypeASchema.ts'\nimport { itemTypeBSchema } from '.\u002FitemTypeBSchema.ts'\n\nexport const itemSchema = z\n .union([\n itemTypeASchema.and(\n z.object({\n type: z.enum(['typeA']),\n }),\n ),\n itemTypeBSchema.and(\n z.object({\n type: z.enum(['typeB']),\n }),\n ),\n ])\n .and(\n z.object({\n id: z.int().optional(),\n type: z.enum(['typeA', 'typeB']),\n name: z.string(),\n createdAt: z.iso.datetime().optional(),\n }),\n )\n","id":"mod_YZvWgJWVTFhbeTEzsEkkFa","is_binary":false,"title":"itemSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"QNTzb5hUCwv","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"Ho1IG7b0A4u"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod'\n\nexport const itemTypeASchema = z.object({\n type: z.string().optional(),\n fieldA: z.string().optional(),\n})\n","id":"mod_3t94iwz2oqpmzVrejN4BJ1","is_binary":false,"title":"itemTypeASchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"TfH_E3Lbz3w","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"Ho1IG7b0A4u"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod'\n\nexport const itemTypeBSchema = z.object({\n type: z.string().optional(),\n fieldB: z.number().optional(),\n})\n","id":"mod_HKvetqkhtwhrEsYpp2QSeU","is_binary":false,"title":"itemTypeBSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"7a-CULG79Mw","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"Ho1IG7b0A4u"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod'\nimport { itemSchema } from '.\u002FitemSchema.ts'\n\nexport const updateItem200Schema = itemSchema.describe('Success')\n\nexport const updateItemMutationRequestSchema = itemSchema.describe('Item to update')\n\nexport const updateItemMutationResponseSchema = updateItem200Schema\n\nexport const updateItemMutationSchema = z.object({\n Response: updateItem200Schema,\n Request: updateItemMutationRequestSchema,\n Errors: z.any(),\n})\n","id":"mod_3eEQYq6Qfd8J1nC9dAdA8c","is_binary":false,"title":"updateItemSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Fp1Ztf8R8FM","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"Ho1IG7b0A4u"},{"code":"export { addPetRequestSchema } from '.\u002Fzod\u002FaddPetRequestSchema.ts'\nexport { addPet200Schema, addPet405Schema, addPetMutationRequestSchema, addPetMutationResponseSchema, addPetMutationSchema } from '.\u002Fzod\u002FaddPetSchema.ts'\nexport { addressSchema } from '.\u002Fzod\u002FaddressSchema.ts'\nexport { apiResponseSchema } from '.\u002Fzod\u002FapiResponseSchema.ts'\nexport { categorySchema } from '.\u002Fzod\u002FcategorySchema.ts'\nexport {\n createPets201Schema,\n createPetsErrorSchema,\n createPetsHeaderParamsSchema,\n createPetsMutationRequestSchema,\n createPetsMutationResponseSchema,\n createPetsMutationSchema,\n createPetsPathParamsSchema,\n createPetsQueryParamsSchema,\n} from '.\u002Fzod\u002FcreatePetsSchema.ts'\nexport { createUserErrorSchema, createUserMutationRequestSchema, createUserMutationResponseSchema, createUserMutationSchema } from '.\u002Fzod\u002FcreateUserSchema.ts'\nexport {\n createUsersWithListInput200Schema,\n createUsersWithListInputErrorSchema,\n createUsersWithListInputMutationRequestSchema,\n createUsersWithListInputMutationResponseSchema,\n createUsersWithListInputMutationSchema,\n} from '.\u002Fzod\u002FcreateUsersWithListInputSchema.ts'\nexport { customerSchema } from '.\u002Fzod\u002FcustomerSchema.ts'\nexport {\n deleteOrder400Schema,\n deleteOrder404Schema,\n deleteOrderMutationResponseSchema,\n deleteOrderMutationSchema,\n deleteOrderPathParamsSchema,\n} from '.\u002Fzod\u002FdeleteOrderSchema.ts'\nexport {\n deletePet400Schema,\n deletePetHeaderParamsSchema,\n deletePetMutationResponseSchema,\n deletePetMutationSchema,\n deletePetPathParamsSchema,\n} from '.\u002Fzod\u002FdeletePetSchema.ts'\nexport {\n deleteUser400Schema,\n deleteUser404Schema,\n deleteUserMutationResponseSchema,\n deleteUserMutationSchema,\n deleteUserPathParamsSchema,\n} from '.\u002Fzod\u002FdeleteUserSchema.ts'\nexport {\n findPetsByStatus200Schema,\n findPetsByStatus400Schema,\n findPetsByStatusQueryParamsSchema,\n findPetsByStatusQueryResponseSchema,\n findPetsByStatusQuerySchema,\n} from '.\u002Fzod\u002FfindPetsByStatusSchema.ts'\nexport {\n findPetsByTags200Schema,\n findPetsByTags400Schema,\n findPetsByTagsHeaderParamsSchema,\n findPetsByTagsQueryParamsSchema,\n findPetsByTagsQueryResponseSchema,\n findPetsByTagsQuerySchema,\n} from '.\u002Fzod\u002FfindPetsByTagsSchema.ts'\nexport { getInventory200Schema, getInventoryQueryResponseSchema, getInventoryQuerySchema } from '.\u002Fzod\u002FgetInventorySchema.ts'\nexport {\n getOrderById200Schema,\n getOrderById400Schema,\n getOrderById404Schema,\n getOrderByIdPathParamsSchema,\n getOrderByIdQueryResponseSchema,\n getOrderByIdQuerySchema,\n} from '.\u002Fzod\u002FgetOrderByIdSchema.ts'\nexport {\n getPetById200Schema,\n getPetById400Schema,\n getPetById404Schema,\n getPetByIdPathParamsSchema,\n getPetByIdQueryResponseSchema,\n getPetByIdQuerySchema,\n} from '.\u002Fzod\u002FgetPetByIdSchema.ts'\nexport {\n getThings201Schema,\n getThingsErrorSchema,\n getThingsQueryParamsSchema,\n getThingsQueryResponseSchema,\n getThingsQuerySchema,\n} from '.\u002Fzod\u002FgetThingsSchema.ts'\nexport {\n getUserByName200Schema,\n getUserByName400Schema,\n getUserByName404Schema,\n getUserByNamePathParamsSchema,\n getUserByNameQueryResponseSchema,\n getUserByNameQuerySchema,\n} from '.\u002Fzod\u002FgetUserByNameSchema.ts'\nexport {\n loginUser200Schema,\n loginUser400Schema,\n loginUserQueryParamsSchema,\n loginUserQueryResponseSchema,\n loginUserQuerySchema,\n} from '.\u002Fzod\u002FloginUserSchema.ts'\nexport { logoutUserErrorSchema, logoutUserQueryResponseSchema, logoutUserQuerySchema } from '.\u002Fzod\u002FlogoutUserSchema.ts'\nexport { orderSchema } from '.\u002Fzod\u002ForderSchema.ts'\nexport { petNotFoundSchema } from '.\u002Fzod\u002FpetNotFoundSchema.ts'\nexport { petSchema } from '.\u002Fzod\u002FpetSchema.ts'\nexport { phoneNumberSchema } from '.\u002Fzod\u002FphoneNumberSchema.ts'\nexport { phoneWithMaxLengthExplicitSchema } from '.\u002Fzod\u002FphoneWithMaxLengthExplicitSchema.ts'\nexport { phoneWithMaxLengthSchema } from '.\u002Fzod\u002FphoneWithMaxLengthSchema.ts'\nexport {\n placeOrderPatch200Schema,\n placeOrderPatch405Schema,\n placeOrderPatchMutationRequestSchema,\n placeOrderPatchMutationResponseSchema,\n placeOrderPatchMutationSchema,\n} from '.\u002Fzod\u002FplaceOrderPatchSchema.ts'\nexport {\n placeOrder200Schema,\n placeOrder405Schema,\n placeOrderMutationRequestSchema,\n placeOrderMutationResponseSchema,\n placeOrderMutationSchema,\n} from '.\u002Fzod\u002FplaceOrderSchema.ts'\nexport { tagSchema } from '.\u002Fzod\u002FtagSchema.ts'\nexport {\n updatePet200Schema,\n updatePet400Schema,\n updatePet404Schema,\n updatePet405Schema,\n updatePetMutationRequestSchema,\n updatePetMutationResponseSchema,\n updatePetMutationSchema,\n} from '.\u002Fzod\u002FupdatePetSchema.ts'\nexport {\n updatePetWithForm405Schema,\n updatePetWithFormMutationResponseSchema,\n updatePetWithFormMutationSchema,\n updatePetWithFormPathParamsSchema,\n updatePetWithFormQueryParamsSchema,\n} from '.\u002Fzod\u002FupdatePetWithFormSchema.ts'\nexport {\n updateUserErrorSchema,\n updateUserMutationRequestSchema,\n updateUserMutationResponseSchema,\n updateUserMutationSchema,\n updateUserPathParamsSchema,\n} from '.\u002Fzod\u002FupdateUserSchema.ts'\nexport {\n uploadFile200Schema,\n uploadFileMutationRequestSchema,\n uploadFileMutationResponseSchema,\n uploadFileMutationSchema,\n uploadFilePathParamsSchema,\n uploadFileQueryParamsSchema,\n} from '.\u002Fzod\u002FuploadFileSchema.ts'\nexport { userArraySchema } from '.\u002Fzod\u002FuserArraySchema.ts'\nexport { userSchema } from '.\u002Fzod\u002FuserSchema.ts'\n","id":"mod_JQA3dhtq6KgRAC2LU9Z2Fz","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"1blaOpDplXk","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"GlCJn8OKIMS"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { categorySchema } from '.\u002FcategorySchema.ts'\nimport { tagSchema } from '.\u002FtagSchema.ts'\n\nexport const addPetRequestSchema = z.object({\n id: z.optional(z.int()),\n name: z.string(),\n category: z.optional(categorySchema),\n photoUrls: z.array(z.string()),\n tags: z.optional(z.array(tagSchema)),\n status: z.optional(z.enum(['available', 'pending', 'sold'])),\n})\n","id":"mod_R19bx8ZYD2J7zYScu2x75r","is_binary":false,"title":"addPetRequestSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"A-Mhbc_5a5G","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { addPetRequestSchema } from '.\u002FaddPetRequestSchema.ts'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const addPet200Schema = petSchema\n\nexport const addPet405Schema = z.object({\n code: z.optional(z.int()),\n message: z.optional(z.string()),\n})\n\nexport const addPetMutationRequestSchema = addPetRequestSchema\n\nexport const addPetMutationResponseSchema = addPet200Schema\n\nexport const addPetMutationSchema = z.object({\n Response: addPet200Schema,\n Request: addPetMutationRequestSchema,\n Errors: addPet405Schema,\n})\n","id":"mod_RTu4pLP3NDy8AdEV69x8G","is_binary":false,"title":"addPetSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Mj4xVsfggkx","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const addressSchema = z.object({\n street: z.optional(z.string()),\n city: z.optional(z.string()),\n state: z.optional(z.string()),\n zip: z.optional(z.string()),\n})\n","id":"mod_EBgQX9ZMvZ4b3oARJHBW9y","is_binary":false,"title":"addressSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"uRzOK2ZeD6B","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const apiResponseSchema = z.object({\n code: z.optional(z.int()),\n type: z.optional(z.string()),\n message: z.optional(z.string()),\n})\n","id":"mod_J79DPCoLqbrZobnM7o2LU6","is_binary":false,"title":"apiResponseSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"3hp5O9qNiyw","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const categorySchema = z.object({\n id: z.optional(z.int()),\n name: z.optional(z.string()),\n get parent() {\n return z.optional(categorySchema)\n },\n})\n","id":"mod_NxiKBQyPkGbsx42jQTLgsc","is_binary":false,"title":"categorySchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"vv56vae0Vgo","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { petNotFoundSchema } from '.\u002FpetNotFoundSchema.ts'\n\nexport const createPetsPathParamsSchema = z.object({\n uuid: z.string(),\n})\n\nexport const createPetsQueryParamsSchema = z.optional(\n z.object({\n offset: z.optional(z.int()),\n }),\n)\n\nexport const createPetsHeaderParamsSchema = z.object({\n 'X-EXAMPLE': z.enum(['ONE', 'TWO', 'THREE']),\n})\n\nexport const createPets201Schema = z.any()\n\nexport const createPetsErrorSchema = petNotFoundSchema\n\nexport const createPetsMutationRequestSchema = z.object({\n name: z.string(),\n tag: z.string(),\n})\n\nexport const createPetsMutationResponseSchema = createPets201Schema\n\nexport const createPetsMutationSchema = z.object({\n Response: createPets201Schema,\n Request: createPetsMutationRequestSchema,\n QueryParams: createPetsQueryParamsSchema,\n PathParams: createPetsPathParamsSchema,\n HeaderParams: createPetsHeaderParamsSchema,\n Errors: createPetsErrorSchema,\n})\n","id":"mod_3HHkY9MPRaeCWcSVE6a9Ce","is_binary":false,"title":"createPetsSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"-17cXOFepT7","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { userSchema } from '.\u002FuserSchema.ts'\n\nexport const createUserErrorSchema = userSchema\n\nexport const createUserMutationRequestSchema = z.optional(userSchema)\n\nexport const createUserMutationResponseSchema = z.any()\n\nexport const createUserMutationSchema = z.object({\n Response: z.any(),\n Request: createUserMutationRequestSchema,\n Errors: createUserErrorSchema,\n})\n","id":"mod_EEhF8eBj2gY6sfT6JqWG2Y","is_binary":false,"title":"createUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"z2VXRNTw1yR","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { userSchema } from '.\u002FuserSchema.ts'\n\nexport const createUsersWithListInput200Schema = userSchema\n\nexport const createUsersWithListInputErrorSchema = z.any()\n\nexport const createUsersWithListInputMutationRequestSchema = z.optional(z.array(userSchema))\n\nexport const createUsersWithListInputMutationResponseSchema = createUsersWithListInput200Schema\n\nexport const createUsersWithListInputMutationSchema = z.object({\n Response: createUsersWithListInput200Schema,\n Request: createUsersWithListInputMutationRequestSchema,\n Errors: createUsersWithListInputErrorSchema,\n})\n","id":"mod_BzECyM4ZVEskeihnht1SgT","is_binary":false,"title":"createUsersWithListInputSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"ufvtIx8CoeO","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { addressSchema } from '.\u002FaddressSchema.ts'\n\nexport const customerSchema = z.object({\n id: z.optional(z.int()),\n username: z.optional(z.string()),\n address: z.optional(z.array(addressSchema)),\n})\n","id":"mod_EuSmKt4s2QmiaHrn8K8UN1","is_binary":false,"title":"customerSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"e79o7US0Q8X","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const deleteOrderPathParamsSchema = z.object({\n orderId: z.int(),\n})\n\nexport const deleteOrder400Schema = z.any()\n\nexport const deleteOrder404Schema = z.any()\n\nexport const deleteOrderMutationResponseSchema = z.any()\n\nexport const deleteOrderMutationSchema = z.object({\n Response: z.any(),\n PathParams: deleteOrderPathParamsSchema,\n Errors: z.union([deleteOrder400Schema, deleteOrder404Schema]),\n})\n","id":"mod_GVAcsXA6qgxY47ZJFeC8FD","is_binary":false,"title":"deleteOrderSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Y8h0YU42VYt","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const deletePetPathParamsSchema = z.object({\n petId: z.int(),\n})\n\nexport const deletePetHeaderParamsSchema = z.optional(\n z.object({\n api_key: z.optional(z.string()),\n }),\n)\n\nexport const deletePet400Schema = z.any()\n\nexport const deletePetMutationResponseSchema = z.any()\n\nexport const deletePetMutationSchema = z.object({\n Response: z.any(),\n PathParams: deletePetPathParamsSchema,\n HeaderParams: deletePetHeaderParamsSchema,\n Errors: deletePet400Schema,\n})\n","id":"mod_KXneeYSuPJQrEg1ExeY4fT","is_binary":false,"title":"deletePetSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"4NqeyWesNSu","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const deleteUserPathParamsSchema = z.object({\n username: z.string(),\n})\n\nexport const deleteUser400Schema = z.any()\n\nexport const deleteUser404Schema = z.any()\n\nexport const deleteUserMutationResponseSchema = z.any()\n\nexport const deleteUserMutationSchema = z.object({\n Response: z.any(),\n PathParams: deleteUserPathParamsSchema,\n Errors: z.union([deleteUser400Schema, deleteUser404Schema]),\n})\n","id":"mod_3Qf5GtFhEDZUwoReeRBhsy","is_binary":false,"title":"deleteUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"AvjS5OL1IPf","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const findPetsByStatusQueryParamsSchema = z.optional(\n z.object({\n status: z._default(z.optional(z.enum(['available', 'pending', 'sold'])), 'available'),\n }),\n)\n\nexport const findPetsByStatus200Schema = z.array(petSchema)\n\nexport const findPetsByStatus400Schema = z.any()\n\nexport const findPetsByStatusQueryResponseSchema = findPetsByStatus200Schema\n\nexport const findPetsByStatusQuerySchema = z.object({\n Response: findPetsByStatus200Schema,\n QueryParams: findPetsByStatusQueryParamsSchema,\n Errors: findPetsByStatus400Schema,\n})\n","id":"mod_So9dy3tpB9ku4iDhTBttoZ","is_binary":false,"title":"findPetsByStatusSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"k3MJ8Xbm7ri","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const findPetsByTagsQueryParamsSchema = z.optional(\n z.object({\n tags: z.optional(z.array(z.string())),\n page: z.optional(z.string()),\n pageSize: z.optional(z.string()),\n }),\n)\n\nexport const findPetsByTagsHeaderParamsSchema = z.object({\n 'X-EXAMPLE': z.enum(['ONE', 'TWO', 'THREE']),\n})\n\nexport const findPetsByTags200Schema = z.array(petSchema)\n\nexport const findPetsByTags400Schema = z.any()\n\nexport const findPetsByTagsQueryResponseSchema = findPetsByTags200Schema\n\nexport const findPetsByTagsQuerySchema = z.object({\n Response: findPetsByTags200Schema,\n QueryParams: findPetsByTagsQueryParamsSchema,\n HeaderParams: findPetsByTagsHeaderParamsSchema,\n Errors: findPetsByTags400Schema,\n})\n","id":"mod_3H8Q5Vp9MTmrrx5ZJmdYef","is_binary":false,"title":"findPetsByTagsSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"D8YXiXHrCgh","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const getInventory200Schema = z.object({})\n\nexport const getInventoryQueryResponseSchema = getInventory200Schema\n\nexport const getInventoryQuerySchema = z.object({\n Response: getInventory200Schema,\n Errors: z.any(),\n})\n","id":"mod_3ieVVrJXCrqsyWozgQTiA2","is_binary":false,"title":"getInventorySchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"d9y89XPqliD","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { orderSchema } from '.\u002ForderSchema.ts'\n\nexport const getOrderByIdPathParamsSchema = z.object({\n orderId: z.int(),\n})\n\nexport const getOrderById200Schema = orderSchema\n\nexport const getOrderById400Schema = z.any()\n\nexport const getOrderById404Schema = z.any()\n\nexport const getOrderByIdQueryResponseSchema = getOrderById200Schema\n\nexport const getOrderByIdQuerySchema = z.object({\n Response: getOrderById200Schema,\n PathParams: getOrderByIdPathParamsSchema,\n Errors: z.union([getOrderById400Schema, getOrderById404Schema]),\n})\n","id":"mod_3grJbKTHU3C3Hd5dWwdYzb","is_binary":false,"title":"getOrderByIdSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"8reFmco-j4V","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const getPetByIdPathParamsSchema = z.object({\n petId: z.int(),\n})\n\nexport const getPetById200Schema = petSchema\n\nexport const getPetById400Schema = z.any()\n\nexport const getPetById404Schema = z.any()\n\nexport const getPetByIdQueryResponseSchema = getPetById200Schema\n\nexport const getPetByIdQuerySchema = z.object({\n Response: getPetById200Schema,\n PathParams: getPetByIdPathParamsSchema,\n Errors: z.union([getPetById400Schema, getPetById404Schema]),\n})\n","id":"mod_Ud29dnsSSg9pSjU3phxwbf","is_binary":false,"title":"getPetByIdSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"5sQPjhAqKBQ","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { petNotFoundSchema } from '.\u002FpetNotFoundSchema.ts'\n\nexport const getThingsQueryParamsSchema = z.optional(\n z.object({\n limit: z._default(z.optional(z.int().check(z.minimum(1), z.maximum(100))), 100),\n skip: z._default(z.optional(z.int().check(z.minimum(0))), 0),\n }),\n)\n\nexport const getThings201Schema = z.any()\n\nexport const getThingsErrorSchema = petNotFoundSchema\n\nexport const getThingsQueryResponseSchema = getThings201Schema\n\nexport const getThingsQuerySchema = z.object({\n Response: getThings201Schema,\n QueryParams: getThingsQueryParamsSchema,\n Errors: getThingsErrorSchema,\n})\n","id":"mod_RY7DLMx27n6hKSGdBGdWZK","is_binary":false,"title":"getThingsSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"do3zepq9mAC","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { userSchema } from '.\u002FuserSchema.ts'\n\nexport const getUserByNamePathParamsSchema = z.object({\n username: z.string(),\n})\n\nexport const getUserByName200Schema = userSchema\n\nexport const getUserByName400Schema = z.any()\n\nexport const getUserByName404Schema = z.any()\n\nexport const getUserByNameQueryResponseSchema = getUserByName200Schema\n\nexport const getUserByNameQuerySchema = z.object({\n Response: getUserByName200Schema,\n PathParams: getUserByNamePathParamsSchema,\n Errors: z.union([getUserByName400Schema, getUserByName404Schema]),\n})\n","id":"mod_JPJNZcbLbG2aELFkwhBusD","is_binary":false,"title":"getUserByNameSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"OA1_wziOVUx","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"export { addPetRequestSchema } from '.\u002FaddPetRequestSchema.ts'\nexport { addPet200Schema, addPet405Schema, addPetMutationRequestSchema, addPetMutationResponseSchema, addPetMutationSchema } from '.\u002FaddPetSchema.ts'\nexport { addressSchema } from '.\u002FaddressSchema.ts'\nexport { apiResponseSchema } from '.\u002FapiResponseSchema.ts'\nexport { categorySchema } from '.\u002FcategorySchema.ts'\nexport {\n createPets201Schema,\n createPetsErrorSchema,\n createPetsHeaderParamsSchema,\n createPetsMutationRequestSchema,\n createPetsMutationResponseSchema,\n createPetsMutationSchema,\n createPetsPathParamsSchema,\n createPetsQueryParamsSchema,\n} from '.\u002FcreatePetsSchema.ts'\nexport { createUserErrorSchema, createUserMutationRequestSchema, createUserMutationResponseSchema, createUserMutationSchema } from '.\u002FcreateUserSchema.ts'\nexport {\n createUsersWithListInput200Schema,\n createUsersWithListInputErrorSchema,\n createUsersWithListInputMutationRequestSchema,\n createUsersWithListInputMutationResponseSchema,\n createUsersWithListInputMutationSchema,\n} from '.\u002FcreateUsersWithListInputSchema.ts'\nexport { customerSchema } from '.\u002FcustomerSchema.ts'\nexport {\n deleteOrder400Schema,\n deleteOrder404Schema,\n deleteOrderMutationResponseSchema,\n deleteOrderMutationSchema,\n deleteOrderPathParamsSchema,\n} from '.\u002FdeleteOrderSchema.ts'\nexport {\n deletePet400Schema,\n deletePetHeaderParamsSchema,\n deletePetMutationResponseSchema,\n deletePetMutationSchema,\n deletePetPathParamsSchema,\n} from '.\u002FdeletePetSchema.ts'\nexport {\n deleteUser400Schema,\n deleteUser404Schema,\n deleteUserMutationResponseSchema,\n deleteUserMutationSchema,\n deleteUserPathParamsSchema,\n} from '.\u002FdeleteUserSchema.ts'\nexport {\n findPetsByStatus200Schema,\n findPetsByStatus400Schema,\n findPetsByStatusQueryParamsSchema,\n findPetsByStatusQueryResponseSchema,\n findPetsByStatusQuerySchema,\n} from '.\u002FfindPetsByStatusSchema.ts'\nexport {\n findPetsByTags200Schema,\n findPetsByTags400Schema,\n findPetsByTagsHeaderParamsSchema,\n findPetsByTagsQueryParamsSchema,\n findPetsByTagsQueryResponseSchema,\n findPetsByTagsQuerySchema,\n} from '.\u002FfindPetsByTagsSchema.ts'\nexport { getInventory200Schema, getInventoryQueryResponseSchema, getInventoryQuerySchema } from '.\u002FgetInventorySchema.ts'\nexport {\n getOrderById200Schema,\n getOrderById400Schema,\n getOrderById404Schema,\n getOrderByIdPathParamsSchema,\n getOrderByIdQueryResponseSchema,\n getOrderByIdQuerySchema,\n} from '.\u002FgetOrderByIdSchema.ts'\nexport {\n getPetById200Schema,\n getPetById400Schema,\n getPetById404Schema,\n getPetByIdPathParamsSchema,\n getPetByIdQueryResponseSchema,\n getPetByIdQuerySchema,\n} from '.\u002FgetPetByIdSchema.ts'\nexport { getThings201Schema, getThingsErrorSchema, getThingsQueryParamsSchema, getThingsQueryResponseSchema, getThingsQuerySchema } from '.\u002FgetThingsSchema.ts'\nexport {\n getUserByName200Schema,\n getUserByName400Schema,\n getUserByName404Schema,\n getUserByNamePathParamsSchema,\n getUserByNameQueryResponseSchema,\n getUserByNameQuerySchema,\n} from '.\u002FgetUserByNameSchema.ts'\nexport { loginUser200Schema, loginUser400Schema, loginUserQueryParamsSchema, loginUserQueryResponseSchema, loginUserQuerySchema } from '.\u002FloginUserSchema.ts'\nexport { logoutUserErrorSchema, logoutUserQueryResponseSchema, logoutUserQuerySchema } from '.\u002FlogoutUserSchema.ts'\nexport { orderSchema } from '.\u002ForderSchema.ts'\nexport { petNotFoundSchema } from '.\u002FpetNotFoundSchema.ts'\nexport { petSchema } from '.\u002FpetSchema.ts'\nexport { phoneNumberSchema } from '.\u002FphoneNumberSchema.ts'\nexport { phoneWithMaxLengthExplicitSchema } from '.\u002FphoneWithMaxLengthExplicitSchema.ts'\nexport { phoneWithMaxLengthSchema } from '.\u002FphoneWithMaxLengthSchema.ts'\nexport {\n placeOrderPatch200Schema,\n placeOrderPatch405Schema,\n placeOrderPatchMutationRequestSchema,\n placeOrderPatchMutationResponseSchema,\n placeOrderPatchMutationSchema,\n} from '.\u002FplaceOrderPatchSchema.ts'\nexport {\n placeOrder200Schema,\n placeOrder405Schema,\n placeOrderMutationRequestSchema,\n placeOrderMutationResponseSchema,\n placeOrderMutationSchema,\n} from '.\u002FplaceOrderSchema.ts'\nexport { tagSchema } from '.\u002FtagSchema.ts'\nexport {\n updatePet200Schema,\n updatePet400Schema,\n updatePet404Schema,\n updatePet405Schema,\n updatePetMutationRequestSchema,\n updatePetMutationResponseSchema,\n updatePetMutationSchema,\n} from '.\u002FupdatePetSchema.ts'\nexport {\n updatePetWithForm405Schema,\n updatePetWithFormMutationResponseSchema,\n updatePetWithFormMutationSchema,\n updatePetWithFormPathParamsSchema,\n updatePetWithFormQueryParamsSchema,\n} from '.\u002FupdatePetWithFormSchema.ts'\nexport {\n updateUserErrorSchema,\n updateUserMutationRequestSchema,\n updateUserMutationResponseSchema,\n updateUserMutationSchema,\n updateUserPathParamsSchema,\n} from '.\u002FupdateUserSchema.ts'\nexport {\n uploadFile200Schema,\n uploadFileMutationRequestSchema,\n uploadFileMutationResponseSchema,\n uploadFileMutationSchema,\n uploadFilePathParamsSchema,\n uploadFileQueryParamsSchema,\n} from '.\u002FuploadFileSchema.ts'\nexport { userArraySchema } from '.\u002FuserArraySchema.ts'\nexport { userSchema } from '.\u002FuserSchema.ts'\n","id":"mod_25jNxfUfa9JDX7yNsrtsx6","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"q8f-ue7CPM9","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const loginUserQueryParamsSchema = z.optional(\n z.object({\n username: z.optional(z.string()),\n password: z.optional(z.string()),\n }),\n)\n\nexport const loginUser200Schema = z.string()\n\nexport const loginUser400Schema = z.any()\n\nexport const loginUserQueryResponseSchema = loginUser200Schema\n\nexport const loginUserQuerySchema = z.object({\n Response: loginUser200Schema,\n QueryParams: loginUserQueryParamsSchema,\n Errors: loginUser400Schema,\n})\n","id":"mod_Nd5ZVuGVgUt81Knwrb9wj9","is_binary":false,"title":"loginUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"1hn5zEMIXR8","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const logoutUserErrorSchema = z.any()\n\nexport const logoutUserQueryResponseSchema = z.any()\n\nexport const logoutUserQuerySchema = z.object({\n Response: z.any(),\n Errors: logoutUserErrorSchema,\n})\n","id":"mod_6sGoZA1huT9JfEjfcnbgBH","is_binary":false,"title":"logoutUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Ae-rmou-XsW","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const orderSchema = z.object({\n id: z.optional(z.int()),\n petId: z.optional(z.int()),\n quantity: z.optional(z.int()),\n shipDate: z.optional(z.string()),\n status: z.optional(z.enum(['placed', 'approved', 'delivered'])),\n http_status: z.optional(z.union([z.literal(200), z.literal(400)])),\n value: z.optional(z.union([z.literal(0), z.literal(1), z.literal(2), z.literal(3), z.literal(3.5), z.literal(4)])),\n complete: z.optional(z.boolean()),\n})\n","id":"mod_NB8nsBBfyKnfrEJXZfUxYY","is_binary":false,"title":"orderSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"ipMenXjyWvD","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const petNotFoundSchema = z.object({\n code: z.optional(z.int()),\n message: z.optional(z.string()),\n})\n","id":"mod_v6wh8yDZAt2WvHCJsxEjV","is_binary":false,"title":"petNotFoundSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"VIBP9hvZ3fv","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { categorySchema } from '.\u002FcategorySchema.ts'\nimport { tagSchema } from '.\u002FtagSchema.ts'\n\nexport const petSchema = z.object({\n id: z.optional(z.int()),\n get parent() {\n return z.optional(z.array(petSchema))\n },\n internalId: z.optional(z.string().check(z.regex(\u002F^[0-9]{1,19}$\u002F))),\n name: z.string(),\n category: z.optional(categorySchema),\n photoUrls: z.array(z.string()),\n tags: z.optional(z.array(tagSchema)),\n status: z.optional(z.enum(['available', 'pending', 'sold'])),\n})\n","id":"mod_2gyCkJerkhikNHzWYZCtAm","is_binary":false,"title":"petSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"tG-4-Y2I2Ki","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const phoneNumberSchema = z.string().check(z.regex(\u002F^(\\+\\d{1,3}[-\\s]?)?\\(?(?:\\d{1,4})\\)?[-\\s]?\\d{1,4}[-\\s]?\\d{1,9}$\u002F))\n","id":"mod_2JiZ2zh6utaoZvr3HP4zJa","is_binary":false,"title":"phoneNumberSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"lXAaWTSrNGO","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { phoneNumberSchema } from '.\u002FphoneNumberSchema.ts'\n\nexport const phoneWithMaxLengthExplicitSchema = phoneNumberSchema.check(z.maxLength(15))\n","id":"mod_QKam5dwBLAmcj7FdBPM958","is_binary":false,"title":"phoneWithMaxLengthExplicitSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"a-kL_Ch_2pf","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { phoneNumberSchema } from '.\u002FphoneNumberSchema.ts'\n\nexport const phoneWithMaxLengthSchema = phoneNumberSchema.check(z.maxLength(15))\n","id":"mod_RWZdQKQWyZ7VeqkgaUWy9T","is_binary":false,"title":"phoneWithMaxLengthSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"D1n3ddfPoqZ","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { orderSchema } from '.\u002ForderSchema.ts'\n\nexport const placeOrderPatch200Schema = orderSchema\n\nexport const placeOrderPatch405Schema = z.any()\n\nexport const placeOrderPatchMutationRequestSchema = z.optional(orderSchema)\n\nexport const placeOrderPatchMutationResponseSchema = placeOrderPatch200Schema\n\nexport const placeOrderPatchMutationSchema = z.object({\n Response: placeOrderPatch200Schema,\n Request: placeOrderPatchMutationRequestSchema,\n Errors: placeOrderPatch405Schema,\n})\n","id":"mod_4qsfYyTnNbwYiCWnPWiBpm","is_binary":false,"title":"placeOrderPatchSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"6Gv9xisL8vU","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { orderSchema } from '.\u002ForderSchema.ts'\n\nexport const placeOrder200Schema = orderSchema\n\nexport const placeOrder405Schema = z.any()\n\nexport const placeOrderMutationRequestSchema = z.optional(orderSchema)\n\nexport const placeOrderMutationResponseSchema = placeOrder200Schema\n\nexport const placeOrderMutationSchema = z.object({\n Response: placeOrder200Schema,\n Request: placeOrderMutationRequestSchema,\n Errors: placeOrder405Schema,\n})\n","id":"mod_8yao17Bn98fipMH7jZkyUj","is_binary":false,"title":"placeOrderSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"5x3a9vuOpMD","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const tagSchema = z.object({\n id: z.optional(z.int()),\n name: z.optional(z.string()),\n})\n","id":"mod_CjUtFr119dpW8FxHNPMVLS","is_binary":false,"title":"tagSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"oI5_cMih_t0","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const updatePet200Schema = petSchema\n\nexport const updatePet400Schema = z.any()\n\nexport const updatePet404Schema = z.any()\n\nexport const updatePet405Schema = z.any()\n\nexport const updatePetMutationRequestSchema = petSchema\n\nexport const updatePetMutationResponseSchema = updatePet200Schema\n\nexport const updatePetMutationSchema = z.object({\n Response: updatePet200Schema,\n Request: updatePetMutationRequestSchema,\n Errors: z.union([updatePet400Schema, updatePet404Schema, updatePet405Schema]),\n})\n","id":"mod_W6QutCJzF58tsvGpYZCAjz","is_binary":false,"title":"updatePetSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"qA7w5Fpf1Ea","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const updatePetWithFormPathParamsSchema = z.object({\n petId: z.int(),\n})\n\nexport const updatePetWithFormQueryParamsSchema = z.optional(\n z.object({\n name: z.optional(z.string()),\n status: z.optional(z.string()),\n }),\n)\n\nexport const updatePetWithForm405Schema = z.any()\n\nexport const updatePetWithFormMutationResponseSchema = z.any()\n\nexport const updatePetWithFormMutationSchema = z.object({\n Response: z.any(),\n QueryParams: updatePetWithFormQueryParamsSchema,\n PathParams: updatePetWithFormPathParamsSchema,\n Errors: updatePetWithForm405Schema,\n})\n","id":"mod_2MWiKhy9kabqaDULAVkMvP","is_binary":false,"title":"updatePetWithFormSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"9eKMZWspr5e","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { userSchema } from '.\u002FuserSchema.ts'\n\nexport const updateUserPathParamsSchema = z.object({\n username: z.string(),\n})\n\nexport const updateUserErrorSchema = z.any()\n\nexport const updateUserMutationRequestSchema = z.optional(userSchema)\n\nexport const updateUserMutationResponseSchema = z.any()\n\nexport const updateUserMutationSchema = z.object({\n Response: z.any(),\n Request: updateUserMutationRequestSchema,\n PathParams: updateUserPathParamsSchema,\n Errors: updateUserErrorSchema,\n})\n","id":"mod_9Y12qJXHJRtsTXRRv37V1k","is_binary":false,"title":"updateUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"j15qExdvPas","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\nimport { apiResponseSchema } from '.\u002FapiResponseSchema.ts'\n\nexport const uploadFilePathParamsSchema = z.object({\n petId: z.int(),\n})\n\nexport const uploadFileQueryParamsSchema = z.optional(\n z.object({\n additionalMetadata: z.optional(z.string()),\n }),\n)\n\nexport const uploadFile200Schema = apiResponseSchema\n\nexport const uploadFileMutationRequestSchema = z.optional(z.instanceof(File))\n\nexport const uploadFileMutationResponseSchema = uploadFile200Schema\n\nexport const uploadFileMutationSchema = z.object({\n Response: uploadFile200Schema,\n Request: uploadFileMutationRequestSchema,\n QueryParams: uploadFileQueryParamsSchema,\n PathParams: uploadFilePathParamsSchema,\n Errors: z.any(),\n})\n","id":"mod_UzHUccCQwXkSRqSHo4ucgj","is_binary":false,"title":"uploadFileSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"iPWrSWx7xNY","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const userArraySchema = z.any()\n","id":"mod_AKhp18sMkbawAnh5LqHvVX","is_binary":false,"title":"userArraySchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"7iJN-u03siL","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport * as z from 'zod\u002Fmini'\n\nexport const userSchema = z.object({\n id: z.optional(z.int()),\n username: z.optional(z.string()),\n firstName: z.optional(z.string()),\n lastName: z.optional(z.string()),\n email: z.optional(z.string()),\n password: z.optional(z.string()),\n phone: z.optional(z.string()),\n userStatus: z.optional(z.int()),\n})\n","id":"mod_MkV1vz26HivXbjbu8ReTib","is_binary":false,"title":"userSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"0LxDpFlea-t","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"bdB-NGzgoFU"},{"code":"import * as z from 'zod'\n\nexport * from 'zod'\n\nexport default z\n","id":"mod_AV9wofxTRDzs83Wc3akDHL","is_binary":false,"title":"zod.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Ebo3_rmlVif","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"c6vZWl8Nqk"},{"code":"export type { AddPet200, AddPet405, AddPetMutation, AddPetMutationRequest, AddPetMutationResponse } from '.\u002Fts\u002FAddPet.ts'\nexport type { AddPetRequest, AddPetRequestStatusEnumKey } from '.\u002Fts\u002FAddPetRequest.ts'\nexport { addPetRequestStatusEnum } from '.\u002Fts\u002FAddPetRequest.ts'\nexport type { Address } from '.\u002Fts\u002FAddress.ts'\nexport type { ApiResponse } from '.\u002Fts\u002FApiResponse.ts'\nexport type { Category } from '.\u002Fts\u002FCategory.ts'\nexport type {\n CreatePets201,\n CreatePetsError,\n CreatePetsHeaderParams,\n CreatePetsHeaderParamsXEXAMPLEEnumKey,\n CreatePetsMutation,\n CreatePetsMutationRequest,\n CreatePetsMutationResponse,\n CreatePetsPathParams,\n CreatePetsQueryParams,\n} from '.\u002Fts\u002FCreatePets.ts'\nexport { createPetsHeaderParamsXEXAMPLEEnum } from '.\u002Fts\u002FCreatePets.ts'\nexport type { CreateUserError, CreateUserMutation, CreateUserMutationRequest, CreateUserMutationResponse } from '.\u002Fts\u002FCreateUser.ts'\nexport type {\n CreateUsersWithListInput200,\n CreateUsersWithListInputError,\n CreateUsersWithListInputMutation,\n CreateUsersWithListInputMutationRequest,\n CreateUsersWithListInputMutationResponse,\n} from '.\u002Fts\u002FCreateUsersWithListInput.ts'\nexport type { Customer } from '.\u002Fts\u002FCustomer.ts'\nexport type { DeleteOrder400, DeleteOrder404, DeleteOrderMutation, DeleteOrderMutationResponse, DeleteOrderPathParams } from '.\u002Fts\u002FDeleteOrder.ts'\nexport type { DeletePet400, DeletePetHeaderParams, DeletePetMutation, DeletePetMutationResponse, DeletePetPathParams } from '.\u002Fts\u002FDeletePet.ts'\nexport type { DeleteUser400, DeleteUser404, DeleteUserMutation, DeleteUserMutationResponse, DeleteUserPathParams } from '.\u002Fts\u002FDeleteUser.ts'\nexport type {\n FindPetsByStatus200,\n FindPetsByStatus400,\n FindPetsByStatusQuery,\n FindPetsByStatusQueryParams,\n FindPetsByStatusQueryParamsStatusEnumKey,\n FindPetsByStatusQueryResponse,\n} from '.\u002Fts\u002FFindPetsByStatus.ts'\nexport { findPetsByStatusQueryParamsStatusEnum } from '.\u002Fts\u002FFindPetsByStatus.ts'\nexport type {\n FindPetsByTags200,\n FindPetsByTags400,\n FindPetsByTagsHeaderParams,\n FindPetsByTagsHeaderParamsXEXAMPLEEnumKey,\n FindPetsByTagsQuery,\n FindPetsByTagsQueryParams,\n FindPetsByTagsQueryResponse,\n} from '.\u002Fts\u002FFindPetsByTags.ts'\nexport { findPetsByTagsHeaderParamsXEXAMPLEEnum } from '.\u002Fts\u002FFindPetsByTags.ts'\nexport type { GetInventory200, GetInventoryQuery, GetInventoryQueryResponse } from '.\u002Fts\u002FGetInventory.ts'\nexport type {\n GetOrderById200,\n GetOrderById400,\n GetOrderById404,\n GetOrderByIdPathParams,\n GetOrderByIdQuery,\n GetOrderByIdQueryResponse,\n} from '.\u002Fts\u002FGetOrderById.ts'\nexport type { GetPetById200, GetPetById400, GetPetById404, GetPetByIdPathParams, GetPetByIdQuery, GetPetByIdQueryResponse } from '.\u002Fts\u002FGetPetById.ts'\nexport type { GetThings201, GetThingsError, GetThingsQuery, GetThingsQueryParams, GetThingsQueryResponse } from '.\u002Fts\u002FGetThings.ts'\nexport type {\n GetUserByName200,\n GetUserByName400,\n GetUserByName404,\n GetUserByNamePathParams,\n GetUserByNameQuery,\n GetUserByNameQueryResponse,\n} from '.\u002Fts\u002FGetUserByName.ts'\nexport type { LoginUser200, LoginUser400, LoginUserQuery, LoginUserQueryParams, LoginUserQueryResponse } from '.\u002Fts\u002FLoginUser.ts'\nexport type { LogoutUserError, LogoutUserQuery, LogoutUserQueryResponse } from '.\u002Fts\u002FLogoutUser.ts'\nexport type { Order, OrderHttpStatusEnumKey, OrderStatusEnumKey, OrderValueEnumKey } from '.\u002Fts\u002FOrder.ts'\nexport { orderHttpStatusEnum, orderStatusEnum, orderValueEnum } from '.\u002Fts\u002FOrder.ts'\nexport type { Pet, PetStatusEnumKey } from '.\u002Fts\u002FPet.ts'\nexport { petStatusEnum } from '.\u002Fts\u002FPet.ts'\nexport type { PetNotFound } from '.\u002Fts\u002FPetNotFound.ts'\nexport type { PhoneNumber } from '.\u002Fts\u002FPhoneNumber.ts'\nexport type { PhoneWithMaxLength } from '.\u002Fts\u002FPhoneWithMaxLength.ts'\nexport type { PhoneWithMaxLengthExplicit } from '.\u002Fts\u002FPhoneWithMaxLengthExplicit.ts'\nexport type { PlaceOrder200, PlaceOrder405, PlaceOrderMutation, PlaceOrderMutationRequest, PlaceOrderMutationResponse } from '.\u002Fts\u002FPlaceOrder.ts'\nexport type {\n PlaceOrderPatch200,\n PlaceOrderPatch405,\n PlaceOrderPatchMutation,\n PlaceOrderPatchMutationRequest,\n PlaceOrderPatchMutationResponse,\n} from '.\u002Fts\u002FPlaceOrderPatch.ts'\nexport type { Tag } from '.\u002Fts\u002FTag.ts'\nexport type {\n UpdatePet200,\n UpdatePet400,\n UpdatePet404,\n UpdatePet405,\n UpdatePetMutation,\n UpdatePetMutationRequest,\n UpdatePetMutationResponse,\n} from '.\u002Fts\u002FUpdatePet.ts'\nexport type {\n UpdatePetWithForm405,\n UpdatePetWithFormMutation,\n UpdatePetWithFormMutationResponse,\n UpdatePetWithFormPathParams,\n UpdatePetWithFormQueryParams,\n} from '.\u002Fts\u002FUpdatePetWithForm.ts'\nexport type { UpdateUserError, UpdateUserMutation, UpdateUserMutationRequest, UpdateUserMutationResponse, UpdateUserPathParams } from '.\u002Fts\u002FUpdateUser.ts'\nexport type {\n UploadFile200,\n UploadFileMutation,\n UploadFileMutationRequest,\n UploadFileMutationResponse,\n UploadFilePathParams,\n UploadFileQueryParams,\n} from '.\u002Fts\u002FUploadFile.ts'\nexport type { User } from '.\u002Fts\u002FUser.ts'\nexport type { UserArray } from '.\u002Fts\u002FUserArray.ts'\nexport type { AddPetRequestSchema } from '.\u002Fzod\u002FaddPetRequestSchema.ts'\nexport { addPetRequestSchema } from '.\u002Fzod\u002FaddPetRequestSchema.ts'\nexport type { AddPet200Schema, AddPet405Schema, AddPetMutationRequestSchema, AddPetMutationResponseSchema, AddPetMutationSchema } from '.\u002Fzod\u002FaddPetSchema.ts'\nexport { addPet200Schema, addPet405Schema, addPetMutationRequestSchema, addPetMutationResponseSchema, addPetMutationSchema } from '.\u002Fzod\u002FaddPetSchema.ts'\nexport type { AddressSchema } from '.\u002Fzod\u002FaddressSchema.ts'\nexport { addressSchema } from '.\u002Fzod\u002FaddressSchema.ts'\nexport type { ApiResponseSchema } from '.\u002Fzod\u002FapiResponseSchema.ts'\nexport { apiResponseSchema } from '.\u002Fzod\u002FapiResponseSchema.ts'\nexport type { CategorySchema } from '.\u002Fzod\u002FcategorySchema.ts'\nexport { categorySchema } from '.\u002Fzod\u002FcategorySchema.ts'\nexport type {\n CreatePets201Schema,\n CreatePetsErrorSchema,\n CreatePetsHeaderParamsSchema,\n CreatePetsMutationRequestSchema,\n CreatePetsMutationResponseSchema,\n CreatePetsMutationSchema,\n CreatePetsPathParamsSchema,\n CreatePetsQueryParamsSchema,\n} from '.\u002Fzod\u002FcreatePetsSchema.ts'\nexport {\n createPets201Schema,\n createPetsErrorSchema,\n createPetsHeaderParamsSchema,\n createPetsMutationRequestSchema,\n createPetsMutationResponseSchema,\n createPetsMutationSchema,\n createPetsPathParamsSchema,\n createPetsQueryParamsSchema,\n} from '.\u002Fzod\u002FcreatePetsSchema.ts'\nexport type {\n CreateUserErrorSchema,\n CreateUserMutationRequestSchema,\n CreateUserMutationResponseSchema,\n CreateUserMutationSchema,\n} from '.\u002Fzod\u002FcreateUserSchema.ts'\nexport { createUserErrorSchema, createUserMutationRequestSchema, createUserMutationResponseSchema, createUserMutationSchema } from '.\u002Fzod\u002FcreateUserSchema.ts'\nexport type {\n CreateUsersWithListInput200Schema,\n CreateUsersWithListInputErrorSchema,\n CreateUsersWithListInputMutationRequestSchema,\n CreateUsersWithListInputMutationResponseSchema,\n CreateUsersWithListInputMutationSchema,\n} from '.\u002Fzod\u002FcreateUsersWithListInputSchema.ts'\nexport {\n createUsersWithListInput200Schema,\n createUsersWithListInputErrorSchema,\n createUsersWithListInputMutationRequestSchema,\n createUsersWithListInputMutationResponseSchema,\n createUsersWithListInputMutationSchema,\n} from '.\u002Fzod\u002FcreateUsersWithListInputSchema.ts'\nexport type { CustomerSchema } from '.\u002Fzod\u002FcustomerSchema.ts'\nexport { customerSchema } from '.\u002Fzod\u002FcustomerSchema.ts'\nexport type {\n DeleteOrder400Schema,\n DeleteOrder404Schema,\n DeleteOrderMutationResponseSchema,\n DeleteOrderMutationSchema,\n DeleteOrderPathParamsSchema,\n} from '.\u002Fzod\u002FdeleteOrderSchema.ts'\nexport {\n deleteOrder400Schema,\n deleteOrder404Schema,\n deleteOrderMutationResponseSchema,\n deleteOrderMutationSchema,\n deleteOrderPathParamsSchema,\n} from '.\u002Fzod\u002FdeleteOrderSchema.ts'\nexport type {\n DeletePet400Schema,\n DeletePetHeaderParamsSchema,\n DeletePetMutationResponseSchema,\n DeletePetMutationSchema,\n DeletePetPathParamsSchema,\n} from '.\u002Fzod\u002FdeletePetSchema.ts'\nexport {\n deletePet400Schema,\n deletePetHeaderParamsSchema,\n deletePetMutationResponseSchema,\n deletePetMutationSchema,\n deletePetPathParamsSchema,\n} from '.\u002Fzod\u002FdeletePetSchema.ts'\nexport type {\n DeleteUser400Schema,\n DeleteUser404Schema,\n DeleteUserMutationResponseSchema,\n DeleteUserMutationSchema,\n DeleteUserPathParamsSchema,\n} from '.\u002Fzod\u002FdeleteUserSchema.ts'\nexport {\n deleteUser400Schema,\n deleteUser404Schema,\n deleteUserMutationResponseSchema,\n deleteUserMutationSchema,\n deleteUserPathParamsSchema,\n} from '.\u002Fzod\u002FdeleteUserSchema.ts'\nexport type {\n FindPetsByStatus200Schema,\n FindPetsByStatus400Schema,\n FindPetsByStatusQueryParamsSchema,\n FindPetsByStatusQueryResponseSchema,\n FindPetsByStatusQuerySchema,\n} from '.\u002Fzod\u002FfindPetsByStatusSchema.ts'\nexport {\n findPetsByStatus200Schema,\n findPetsByStatus400Schema,\n findPetsByStatusQueryParamsSchema,\n findPetsByStatusQueryResponseSchema,\n findPetsByStatusQuerySchema,\n} from '.\u002Fzod\u002FfindPetsByStatusSchema.ts'\nexport type {\n FindPetsByTags200Schema,\n FindPetsByTags400Schema,\n FindPetsByTagsHeaderParamsSchema,\n FindPetsByTagsQueryParamsSchema,\n FindPetsByTagsQueryResponseSchema,\n FindPetsByTagsQuerySchema,\n} from '.\u002Fzod\u002FfindPetsByTagsSchema.ts'\nexport {\n findPetsByTags200Schema,\n findPetsByTags400Schema,\n findPetsByTagsHeaderParamsSchema,\n findPetsByTagsQueryParamsSchema,\n findPetsByTagsQueryResponseSchema,\n findPetsByTagsQuerySchema,\n} from '.\u002Fzod\u002FfindPetsByTagsSchema.ts'\nexport type { GetInventory200Schema, GetInventoryQueryResponseSchema, GetInventoryQuerySchema } from '.\u002Fzod\u002FgetInventorySchema.ts'\nexport { getInventory200Schema, getInventoryQueryResponseSchema, getInventoryQuerySchema } from '.\u002Fzod\u002FgetInventorySchema.ts'\nexport type {\n GetOrderById200Schema,\n GetOrderById400Schema,\n GetOrderById404Schema,\n GetOrderByIdPathParamsSchema,\n GetOrderByIdQueryResponseSchema,\n GetOrderByIdQuerySchema,\n} from '.\u002Fzod\u002FgetOrderByIdSchema.ts'\nexport {\n getOrderById200Schema,\n getOrderById400Schema,\n getOrderById404Schema,\n getOrderByIdPathParamsSchema,\n getOrderByIdQueryResponseSchema,\n getOrderByIdQuerySchema,\n} from '.\u002Fzod\u002FgetOrderByIdSchema.ts'\nexport type {\n GetPetById200Schema,\n GetPetById400Schema,\n GetPetById404Schema,\n GetPetByIdPathParamsSchema,\n GetPetByIdQueryResponseSchema,\n GetPetByIdQuerySchema,\n} from '.\u002Fzod\u002FgetPetByIdSchema.ts'\nexport {\n getPetById200Schema,\n getPetById400Schema,\n getPetById404Schema,\n getPetByIdPathParamsSchema,\n getPetByIdQueryResponseSchema,\n getPetByIdQuerySchema,\n} from '.\u002Fzod\u002FgetPetByIdSchema.ts'\nexport type {\n GetThings201Schema,\n GetThingsErrorSchema,\n GetThingsQueryParamsSchema,\n GetThingsQueryResponseSchema,\n GetThingsQuerySchema,\n} from '.\u002Fzod\u002FgetThingsSchema.ts'\nexport {\n getThings201Schema,\n getThingsErrorSchema,\n getThingsQueryParamsSchema,\n getThingsQueryResponseSchema,\n getThingsQuerySchema,\n} from '.\u002Fzod\u002FgetThingsSchema.ts'\nexport type {\n GetUserByName200Schema,\n GetUserByName400Schema,\n GetUserByName404Schema,\n GetUserByNamePathParamsSchema,\n GetUserByNameQueryResponseSchema,\n GetUserByNameQuerySchema,\n} from '.\u002Fzod\u002FgetUserByNameSchema.ts'\nexport {\n getUserByName200Schema,\n getUserByName400Schema,\n getUserByName404Schema,\n getUserByNamePathParamsSchema,\n getUserByNameQueryResponseSchema,\n getUserByNameQuerySchema,\n} from '.\u002Fzod\u002FgetUserByNameSchema.ts'\nexport type {\n LoginUser200Schema,\n LoginUser400Schema,\n LoginUserQueryParamsSchema,\n LoginUserQueryResponseSchema,\n LoginUserQuerySchema,\n} from '.\u002Fzod\u002FloginUserSchema.ts'\nexport {\n loginUser200Schema,\n loginUser400Schema,\n loginUserQueryParamsSchema,\n loginUserQueryResponseSchema,\n loginUserQuerySchema,\n} from '.\u002Fzod\u002FloginUserSchema.ts'\nexport type { LogoutUserErrorSchema, LogoutUserQueryResponseSchema, LogoutUserQuerySchema } from '.\u002Fzod\u002FlogoutUserSchema.ts'\nexport { logoutUserErrorSchema, logoutUserQueryResponseSchema, logoutUserQuerySchema } from '.\u002Fzod\u002FlogoutUserSchema.ts'\nexport { OperationSchema, OperationsMap, operations, paths } from '.\u002Fzod\u002FoperationsSchema.ts'\nexport type { OrderSchema } from '.\u002Fzod\u002ForderSchema.ts'\nexport { orderSchema } from '.\u002Fzod\u002ForderSchema.ts'\nexport type { PetNotFoundSchema } from '.\u002Fzod\u002FpetNotFoundSchema.ts'\nexport { petNotFoundSchema } from '.\u002Fzod\u002FpetNotFoundSchema.ts'\nexport type { PetSchema } from '.\u002Fzod\u002FpetSchema.ts'\nexport { petSchema } from '.\u002Fzod\u002FpetSchema.ts'\nexport type { PhoneNumberSchema } from '.\u002Fzod\u002FphoneNumberSchema.ts'\nexport { phoneNumberSchema } from '.\u002Fzod\u002FphoneNumberSchema.ts'\nexport type { PhoneWithMaxLengthExplicitSchema } from '.\u002Fzod\u002FphoneWithMaxLengthExplicitSchema.ts'\nexport { phoneWithMaxLengthExplicitSchema } from '.\u002Fzod\u002FphoneWithMaxLengthExplicitSchema.ts'\nexport type { PhoneWithMaxLengthSchema } from '.\u002Fzod\u002FphoneWithMaxLengthSchema.ts'\nexport { phoneWithMaxLengthSchema } from '.\u002Fzod\u002FphoneWithMaxLengthSchema.ts'\nexport type {\n PlaceOrderPatch200Schema,\n PlaceOrderPatch405Schema,\n PlaceOrderPatchMutationRequestSchema,\n PlaceOrderPatchMutationResponseSchema,\n PlaceOrderPatchMutationSchema,\n} from '.\u002Fzod\u002FplaceOrderPatchSchema.ts'\nexport {\n placeOrderPatch200Schema,\n placeOrderPatch405Schema,\n placeOrderPatchMutationRequestSchema,\n placeOrderPatchMutationResponseSchema,\n placeOrderPatchMutationSchema,\n} from '.\u002Fzod\u002FplaceOrderPatchSchema.ts'\nexport type {\n PlaceOrder200Schema,\n PlaceOrder405Schema,\n PlaceOrderMutationRequestSchema,\n PlaceOrderMutationResponseSchema,\n PlaceOrderMutationSchema,\n} from '.\u002Fzod\u002FplaceOrderSchema.ts'\nexport {\n placeOrder200Schema,\n placeOrder405Schema,\n placeOrderMutationRequestSchema,\n placeOrderMutationResponseSchema,\n placeOrderMutationSchema,\n} from '.\u002Fzod\u002FplaceOrderSchema.ts'\nexport type { TagSchema } from '.\u002Fzod\u002FtagSchema.ts'\nexport { tagSchema } from '.\u002Fzod\u002FtagSchema.ts'\nexport type {\n UpdatePet200Schema,\n UpdatePet400Schema,\n UpdatePet404Schema,\n UpdatePet405Schema,\n UpdatePetMutationRequestSchema,\n UpdatePetMutationResponseSchema,\n UpdatePetMutationSchema,\n} from '.\u002Fzod\u002FupdatePetSchema.ts'\nexport {\n updatePet200Schema,\n updatePet400Schema,\n updatePet404Schema,\n updatePet405Schema,\n updatePetMutationRequestSchema,\n updatePetMutationResponseSchema,\n updatePetMutationSchema,\n} from '.\u002Fzod\u002FupdatePetSchema.ts'\nexport type {\n UpdatePetWithForm405Schema,\n UpdatePetWithFormMutationResponseSchema,\n UpdatePetWithFormMutationSchema,\n UpdatePetWithFormPathParamsSchema,\n UpdatePetWithFormQueryParamsSchema,\n} from '.\u002Fzod\u002FupdatePetWithFormSchema.ts'\nexport {\n updatePetWithForm405Schema,\n updatePetWithFormMutationResponseSchema,\n updatePetWithFormMutationSchema,\n updatePetWithFormPathParamsSchema,\n updatePetWithFormQueryParamsSchema,\n} from '.\u002Fzod\u002FupdatePetWithFormSchema.ts'\nexport type {\n UpdateUserErrorSchema,\n UpdateUserMutationRequestSchema,\n UpdateUserMutationResponseSchema,\n UpdateUserMutationSchema,\n UpdateUserPathParamsSchema,\n} from '.\u002Fzod\u002FupdateUserSchema.ts'\nexport {\n updateUserErrorSchema,\n updateUserMutationRequestSchema,\n updateUserMutationResponseSchema,\n updateUserMutationSchema,\n updateUserPathParamsSchema,\n} from '.\u002Fzod\u002FupdateUserSchema.ts'\nexport type {\n UploadFile200Schema,\n UploadFileMutationRequestSchema,\n UploadFileMutationResponseSchema,\n UploadFileMutationSchema,\n UploadFilePathParamsSchema,\n UploadFileQueryParamsSchema,\n} from '.\u002Fzod\u002FuploadFileSchema.ts'\nexport {\n uploadFile200Schema,\n uploadFileMutationRequestSchema,\n uploadFileMutationResponseSchema,\n uploadFileMutationSchema,\n uploadFilePathParamsSchema,\n uploadFileQueryParamsSchema,\n} from '.\u002Fzod\u002FuploadFileSchema.ts'\nexport type { UserArraySchema } from '.\u002Fzod\u002FuserArraySchema.ts'\nexport { userArraySchema } from '.\u002Fzod\u002FuserArraySchema.ts'\nexport type { UserSchema } from '.\u002Fzod\u002FuserSchema.ts'\nexport { userSchema } from '.\u002Fzod\u002FuserSchema.ts'\n","id":"mod_8r51pEqgDA7XD3YkfvgiV1","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"zXoEk6Y9hjj","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"VLoa3a8MZsp"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { AddPetRequest } from '.\u002FAddPetRequest.ts'\nimport type { Pet } from '.\u002FPet.ts'\n\n\u002F**\n * @description Successful operation\n * @type object\n *\u002F\nexport type AddPet200 = Pet\n\n\u002F**\n * @description Pet not found\n * @type object\n *\u002F\nexport type AddPet405 = {\n \u002F**\n * @type integer | undefined\n *\u002F\n code?: number\n \u002F**\n * @type string | undefined\n *\u002F\n message?: string\n}\n\n\u002F**\n * @description Create a new pet in the store\n * @type object\n *\u002F\nexport type AddPetMutationRequest = AddPetRequest\n\nexport type AddPetMutationResponse = AddPet200\n\n\u002F**\n * @type object\n *\u002F\nexport type AddPetMutation = {\n Response: AddPet200\n Request: AddPetMutationRequest\n Errors: AddPet405\n}\n","id":"mod_Hbtf4XnDrQCr4ETAGfDfQt","is_binary":false,"title":"AddPet.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Tt7EehPNgOX","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Category } from '.\u002FCategory.ts'\nimport type { Tag } from '.\u002FTag.ts'\n\nexport const addPetRequestStatusEnum = {\n available: 'available',\n pending: 'pending',\n sold: 'sold',\n} as const\n\nexport type AddPetRequestStatusEnumKey = (typeof addPetRequestStatusEnum)[keyof typeof addPetRequestStatusEnum]\n\n\u002F**\n * @type object\n *\u002F\nexport type AddPetRequest = {\n \u002F**\n * @example 10\n * @type integer | undefined\n *\u002F\n id?: number\n \u002F**\n * @example doggie\n * @type string\n *\u002F\n name: string\n \u002F**\n * @type object | undefined\n *\u002F\n category?: Category\n \u002F**\n * @type array\n *\u002F\n photoUrls: string[]\n \u002F**\n * @type array | undefined\n *\u002F\n tags?: Tag[]\n \u002F**\n * @description pet status in the store\n * @type string | undefined\n *\u002F\n status?: AddPetRequestStatusEnumKey\n}\n","id":"mod_JGS9VY1TBJrbdZhfkXkrUo","is_binary":false,"title":"AddPetRequest.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"hlbntXtN7py","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type Address = {\n \u002F**\n * @example 437 Lytton\n * @type string | undefined\n *\u002F\n street?: string\n \u002F**\n * @example Palo Alto\n * @type string | undefined\n *\u002F\n city?: string\n \u002F**\n * @example CA\n * @type string | undefined\n *\u002F\n state?: string\n \u002F**\n * @example 94301\n * @type string | undefined\n *\u002F\n zip?: string\n}\n","id":"mod_3tm1dPoyFn2gant9uTECT4","is_binary":false,"title":"Address.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"tXjjATaL6rh","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type ApiResponse = {\n \u002F**\n * @type integer | undefined\n *\u002F\n code?: number\n \u002F**\n * @type string | undefined\n *\u002F\n type?: string\n \u002F**\n * @type string | undefined\n *\u002F\n message?: string\n}\n","id":"mod_EM9CURdSbkNrvVGLzMvjru","is_binary":false,"title":"ApiResponse.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"gU1aNTdzpi4","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type Category = {\n \u002F**\n * @example 1\n * @type integer | undefined\n *\u002F\n id?: number\n \u002F**\n * @example Dogs\n * @type string | undefined\n *\u002F\n name?: string\n \u002F**\n * @type object | undefined\n *\u002F\n parent?: Category\n}\n","id":"mod_Kb9Dy9Yf4EVvRdRnVgqeKo","is_binary":false,"title":"Category.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"tM_4xSliNwY","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { PetNotFound } from '.\u002FPetNotFound.ts'\n\n\u002F**\n * @type object\n *\u002F\nexport type CreatePetsPathParams = {\n \u002F**\n * @description UUID\n * @type string\n *\u002F\n uuid: string\n}\n\n\u002F**\n * @type object\n *\u002F\nexport type CreatePetsQueryParams = {\n \u002F**\n * @description Offset\n * @type integer | undefined\n *\u002F\n offset?: number\n}\n\nexport const createPetsHeaderParamsXEXAMPLEEnum = {\n ONE: 'ONE',\n TWO: 'TWO',\n THREE: 'THREE',\n} as const\n\nexport type CreatePetsHeaderParamsXEXAMPLEEnumKey = (typeof createPetsHeaderParamsXEXAMPLEEnum)[keyof typeof createPetsHeaderParamsXEXAMPLEEnum]\n\n\u002F**\n * @type object\n *\u002F\nexport type CreatePetsHeaderParams = {\n \u002F**\n * @description Header parameters\n * @type string\n *\u002F\n 'X-EXAMPLE': CreatePetsHeaderParamsXEXAMPLEEnumKey\n}\n\n\u002F**\n * @description Null response\n * @type any\n *\u002F\nexport type CreatePets201 = any\n\n\u002F**\n * @description unexpected error\n * @type any\n *\u002F\nexport type CreatePetsError = PetNotFound\n\n\u002F**\n * @type object\n *\u002F\nexport type CreatePetsMutationRequest = {\n \u002F**\n * @type string\n *\u002F\n name: string\n \u002F**\n * @type string\n *\u002F\n tag: string\n}\n\nexport type CreatePetsMutationResponse = CreatePets201\n\n\u002F**\n * @type object\n *\u002F\nexport type CreatePetsMutation = {\n Response: CreatePets201\n Request: CreatePetsMutationRequest\n QueryParams: CreatePetsQueryParams\n PathParams: CreatePetsPathParams\n HeaderParams: CreatePetsHeaderParams\n Errors: CreatePetsError\n}\n","id":"mod_GHcKccDNSLVuEZKVgXYGMt","is_binary":false,"title":"CreatePets.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"jtR8w87bess","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { User } from '.\u002FUser.ts'\n\n\u002F**\n * @description successful operation\n * @type object\n *\u002F\nexport type CreateUserError = User\n\n\u002F**\n * @description Created user object\n * @type object | undefined\n *\u002F\nexport type CreateUserMutationRequest = User | undefined\n\nexport type CreateUserMutationResponse = any\n\n\u002F**\n * @type object\n *\u002F\nexport type CreateUserMutation = {\n Response: any\n Request: CreateUserMutationRequest\n Errors: CreateUserError\n}\n","id":"mod_PEXrHdZtr3j3uRCusGyKH1","is_binary":false,"title":"CreateUser.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Deerkt-wu4S","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { User } from '.\u002FUser.ts'\n\n\u002F**\n * @description Successful operation\n * @type object\n *\u002F\nexport type CreateUsersWithListInput200 = User\n\n\u002F**\n * @description successful operation\n * @type any\n *\u002F\nexport type CreateUsersWithListInputError = any\n\n\u002F**\n * @type array | undefined\n *\u002F\nexport type CreateUsersWithListInputMutationRequest = User[] | undefined\n\nexport type CreateUsersWithListInputMutationResponse = CreateUsersWithListInput200\n\n\u002F**\n * @type object\n *\u002F\nexport type CreateUsersWithListInputMutation = {\n Response: CreateUsersWithListInput200\n Request: CreateUsersWithListInputMutationRequest\n Errors: CreateUsersWithListInputError\n}\n","id":"mod_V3CfYKpSfcT3mahZUioXDp","is_binary":false,"title":"CreateUsersWithListInput.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Putwvzd6YUM","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Address } from '.\u002FAddress.ts'\n\n\u002F**\n * @type object\n *\u002F\nexport type Customer = {\n \u002F**\n * @example 100000\n * @type integer | undefined\n *\u002F\n id?: number\n \u002F**\n * @example fehguy\n * @type string | undefined\n *\u002F\n username?: string\n \u002F**\n * @type array | undefined\n *\u002F\n address?: Address[]\n}\n","id":"mod_JhgbV2oAwMVgJ3PxJsW8Wr","is_binary":false,"title":"Customer.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"pazTcmw_i49","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type DeleteOrderPathParams = {\n \u002F**\n * @description ID of the order that needs to be deleted\n * @type integer\n *\u002F\n orderId: number\n}\n\n\u002F**\n * @description Invalid ID supplied\n * @type any\n *\u002F\nexport type DeleteOrder400 = any\n\n\u002F**\n * @description Order not found\n * @type any\n *\u002F\nexport type DeleteOrder404 = any\n\nexport type DeleteOrderMutationResponse = any\n\n\u002F**\n * @type object\n *\u002F\nexport type DeleteOrderMutation = {\n Response: any\n PathParams: DeleteOrderPathParams\n Errors: DeleteOrder400 | DeleteOrder404\n}\n","id":"mod_EdABM2mNKiSmurfjgZ5H6A","is_binary":false,"title":"DeleteOrder.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"CJ8JShp2Wfz","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type DeletePetPathParams = {\n \u002F**\n * @description Pet id to delete\n * @type integer\n *\u002F\n petId: number\n}\n\n\u002F**\n * @type object\n *\u002F\nexport type DeletePetHeaderParams = {\n \u002F**\n * @type string | undefined\n *\u002F\n api_key?: string\n}\n\n\u002F**\n * @description Invalid pet value\n * @type any\n *\u002F\nexport type DeletePet400 = any\n\nexport type DeletePetMutationResponse = any\n\n\u002F**\n * @type object\n *\u002F\nexport type DeletePetMutation = {\n Response: any\n PathParams: DeletePetPathParams\n HeaderParams: DeletePetHeaderParams\n Errors: DeletePet400\n}\n","id":"mod_7jaNHi79tXmMtosXdiBrVK","is_binary":false,"title":"DeletePet.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"fa10gv99Ujj","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type DeleteUserPathParams = {\n \u002F**\n * @description The name that needs to be deleted\n * @type string\n *\u002F\n username: string\n}\n\n\u002F**\n * @description Invalid username supplied\n * @type any\n *\u002F\nexport type DeleteUser400 = any\n\n\u002F**\n * @description User not found\n * @type any\n *\u002F\nexport type DeleteUser404 = any\n\nexport type DeleteUserMutationResponse = any\n\n\u002F**\n * @type object\n *\u002F\nexport type DeleteUserMutation = {\n Response: any\n PathParams: DeleteUserPathParams\n Errors: DeleteUser400 | DeleteUser404\n}\n","id":"mod_T8qPLzbWqcpVVider4TWQc","is_binary":false,"title":"DeleteUser.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"ygLDn6nz2ag","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Pet } from '.\u002FPet.ts'\n\nexport const findPetsByStatusQueryParamsStatusEnum = {\n available: 'available',\n pending: 'pending',\n sold: 'sold',\n} as const\n\nexport type FindPetsByStatusQueryParamsStatusEnumKey = (typeof findPetsByStatusQueryParamsStatusEnum)[keyof typeof findPetsByStatusQueryParamsStatusEnum]\n\n\u002F**\n * @type object\n *\u002F\nexport type FindPetsByStatusQueryParams = {\n \u002F**\n * @description Status values that need to be considered for filter\n * @default \"available\"\n * @type string | undefined\n *\u002F\n status?: FindPetsByStatusQueryParamsStatusEnumKey\n}\n\n\u002F**\n * @description successful operation\n * @type array\n *\u002F\nexport type FindPetsByStatus200 = Pet[]\n\n\u002F**\n * @description Invalid status value\n * @type any\n *\u002F\nexport type FindPetsByStatus400 = any\n\nexport type FindPetsByStatusQueryResponse = FindPetsByStatus200\n\n\u002F**\n * @type object\n *\u002F\nexport type FindPetsByStatusQuery = {\n Response: FindPetsByStatus200\n QueryParams: FindPetsByStatusQueryParams\n Errors: FindPetsByStatus400\n}\n","id":"mod_P1TjcF7Zar6igLZFXDFXSA","is_binary":false,"title":"FindPetsByStatus.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Jxy1r2u9lRr","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Pet } from '.\u002FPet.ts'\n\n\u002F**\n * @type object\n *\u002F\nexport type FindPetsByTagsQueryParams = {\n \u002F**\n * @description Tags to filter by\n * @type array | undefined\n *\u002F\n tags?: string[]\n \u002F**\n * @description to request with required page number or pagination\n * @type string | undefined\n *\u002F\n page?: string\n \u002F**\n * @description to request with required page size\n * @type string | undefined\n *\u002F\n pageSize?: string\n}\n\nexport const findPetsByTagsHeaderParamsXEXAMPLEEnum = {\n ONE: 'ONE',\n TWO: 'TWO',\n THREE: 'THREE',\n} as const\n\nexport type FindPetsByTagsHeaderParamsXEXAMPLEEnumKey = (typeof findPetsByTagsHeaderParamsXEXAMPLEEnum)[keyof typeof findPetsByTagsHeaderParamsXEXAMPLEEnum]\n\n\u002F**\n * @type object\n *\u002F\nexport type FindPetsByTagsHeaderParams = {\n \u002F**\n * @description Header parameters\n * @type string\n *\u002F\n 'X-EXAMPLE': FindPetsByTagsHeaderParamsXEXAMPLEEnumKey\n}\n\n\u002F**\n * @description successful operation\n * @type array\n *\u002F\nexport type FindPetsByTags200 = Pet[]\n\n\u002F**\n * @description Invalid tag value\n * @type any\n *\u002F\nexport type FindPetsByTags400 = any\n\nexport type FindPetsByTagsQueryResponse = FindPetsByTags200\n\n\u002F**\n * @type object\n *\u002F\nexport type FindPetsByTagsQuery = {\n Response: FindPetsByTags200\n QueryParams: FindPetsByTagsQueryParams\n HeaderParams: FindPetsByTagsHeaderParams\n Errors: FindPetsByTags400\n}\n","id":"mod_EDHzLkW71onPfJxFUWpgPu","is_binary":false,"title":"FindPetsByTags.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"X-bFaQnixvi","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @description successful operation\n * @type object\n *\u002F\nexport type GetInventory200 = {\n [key: string]: number\n}\n\nexport type GetInventoryQueryResponse = GetInventory200\n\n\u002F**\n * @type object\n *\u002F\nexport type GetInventoryQuery = {\n Response: GetInventory200\n Errors: any\n}\n","id":"mod_4boYQiwT5Z8txX3gbrdimo","is_binary":false,"title":"GetInventory.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Egp_nHa-Hza","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Order } from '.\u002FOrder.ts'\n\n\u002F**\n * @type object\n *\u002F\nexport type GetOrderByIdPathParams = {\n \u002F**\n * @description ID of order that needs to be fetched\n * @type integer\n *\u002F\n orderId: number\n}\n\n\u002F**\n * @description successful operation\n * @type object\n *\u002F\nexport type GetOrderById200 = Order\n\n\u002F**\n * @description Invalid ID supplied\n * @type any\n *\u002F\nexport type GetOrderById400 = any\n\n\u002F**\n * @description Order not found\n * @type any\n *\u002F\nexport type GetOrderById404 = any\n\nexport type GetOrderByIdQueryResponse = GetOrderById200\n\n\u002F**\n * @type object\n *\u002F\nexport type GetOrderByIdQuery = {\n Response: GetOrderById200\n PathParams: GetOrderByIdPathParams\n Errors: GetOrderById400 | GetOrderById404\n}\n","id":"mod_HBVP5VmovcD9nJgeLYhgYz","is_binary":false,"title":"GetOrderById.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"4Qmiug0Xsoj","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Pet } from '.\u002FPet.ts'\n\n\u002F**\n * @type object\n *\u002F\nexport type GetPetByIdPathParams = {\n \u002F**\n * @description ID of pet to return\n * @type integer\n *\u002F\n petId: number\n}\n\n\u002F**\n * @description successful operation\n * @type object\n *\u002F\nexport type GetPetById200 = Pet\n\n\u002F**\n * @description Invalid ID supplied\n * @type any\n *\u002F\nexport type GetPetById400 = any\n\n\u002F**\n * @description Pet not found\n * @type any\n *\u002F\nexport type GetPetById404 = any\n\nexport type GetPetByIdQueryResponse = GetPetById200\n\n\u002F**\n * @type object\n *\u002F\nexport type GetPetByIdQuery = {\n Response: GetPetById200\n PathParams: GetPetByIdPathParams\n Errors: GetPetById400 | GetPetById404\n}\n","id":"mod_9HFRjn2bSTdyEMyVK54jVx","is_binary":false,"title":"GetPetById.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"5kWAQrbeG3s","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { PetNotFound } from '.\u002FPetNotFound.ts'\n\n\u002F**\n * @type object\n *\u002F\nexport type GetThingsQueryParams = {\n \u002F**\n * @description Maximum number of things to return\n * @minLength 1\n * @maxLength 100\n * @default 100\n * @type integer | undefined\n *\u002F\n limit?: number\n \u002F**\n * @description Number of things to skip\n * @minLength 0\n * @default 0\n * @type integer | undefined\n *\u002F\n skip?: number\n}\n\n\u002F**\n * @description Null response\n * @type any\n *\u002F\nexport type GetThings201 = any\n\n\u002F**\n * @description unexpected error\n * @type any\n *\u002F\nexport type GetThingsError = PetNotFound\n\nexport type GetThingsQueryResponse = GetThings201\n\n\u002F**\n * @type object\n *\u002F\nexport type GetThingsQuery = {\n Response: GetThings201\n QueryParams: GetThingsQueryParams\n Errors: GetThingsError\n}\n","id":"mod_7WVemTtrN35VYzydvomfB6","is_binary":false,"title":"GetThings.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"Ftbmyhek3xx","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { User } from '.\u002FUser.ts'\n\n\u002F**\n * @type object\n *\u002F\nexport type GetUserByNamePathParams = {\n \u002F**\n * @description The name that needs to be fetched. Use user1 for testing.\n * @type string\n *\u002F\n username: string\n}\n\n\u002F**\n * @description successful operation\n * @type object\n *\u002F\nexport type GetUserByName200 = User\n\n\u002F**\n * @description Invalid username supplied\n * @type any\n *\u002F\nexport type GetUserByName400 = any\n\n\u002F**\n * @description User not found\n * @type any\n *\u002F\nexport type GetUserByName404 = any\n\nexport type GetUserByNameQueryResponse = GetUserByName200\n\n\u002F**\n * @type object\n *\u002F\nexport type GetUserByNameQuery = {\n Response: GetUserByName200\n PathParams: GetUserByNamePathParams\n Errors: GetUserByName400 | GetUserByName404\n}\n","id":"mod_Jys5GEbAxqJZGCr6sQV9Mc","is_binary":false,"title":"GetUserByName.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"xz0ClbWwTUJ","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type LoginUserQueryParams = {\n \u002F**\n * @description The user name for login\n * @type string | undefined\n *\u002F\n username?: string\n \u002F**\n * @description The password for login in clear text\n * @type string | undefined\n *\u002F\n password?: string\n}\n\n\u002F**\n * @description successful operation\n * @type string\n *\u002F\nexport type LoginUser200 = string\n\n\u002F**\n * @description Invalid username\u002Fpassword supplied\n * @type any\n *\u002F\nexport type LoginUser400 = any\n\nexport type LoginUserQueryResponse = LoginUser200\n\n\u002F**\n * @type object\n *\u002F\nexport type LoginUserQuery = {\n Response: LoginUser200\n QueryParams: LoginUserQueryParams\n Errors: LoginUser400\n}\n","id":"mod_5nKn7PK5b9HzpF7E6RY1wu","is_binary":false,"title":"LoginUser.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"tUN8cWoqn9u","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @description successful operation\n * @type any\n *\u002F\nexport type LogoutUserError = any\n\nexport type LogoutUserQueryResponse = any\n\n\u002F**\n * @type object\n *\u002F\nexport type LogoutUserQuery = {\n Response: any\n Errors: LogoutUserError\n}\n","id":"mod_AuMj9Mf3twJEq7X8cD87JE","is_binary":false,"title":"LogoutUser.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"SFRtFiWZdZn","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport const orderStatusEnum = {\n placed: 'placed',\n approved: 'approved',\n delivered: 'delivered',\n} as const\n\nexport type OrderStatusEnumKey = (typeof orderStatusEnum)[keyof typeof orderStatusEnum]\n\nexport const orderHttpStatusEnum = {\n ok: 200,\n not_found: 400,\n} as const\n\nexport type OrderHttpStatusEnumKey = (typeof orderHttpStatusEnum)[keyof typeof orderHttpStatusEnum]\n\nexport const orderValueEnum = {\n FIRST_VALUE: 0,\n FOLLOWING_VALUE: 1,\n ANOTHER_ONE: 2,\n ONE_MORE: 3,\n ALMOST_FINISHED: 3.5,\n DONE: 4,\n} as const\n\nexport type OrderValueEnumKey = (typeof orderValueEnum)[keyof typeof orderValueEnum]\n\n\u002F**\n * @type object\n *\u002F\nexport type Order = {\n \u002F**\n * @example 10\n * @type integer | undefined\n *\u002F\n id?: number\n \u002F**\n * @example 198772\n * @type integer | undefined\n *\u002F\n petId?: number\n \u002F**\n * @example 7\n * @type integer | undefined\n *\u002F\n quantity?: number\n \u002F**\n * @type string | undefined\n *\u002F\n shipDate?: string\n \u002F**\n * @description Order Status\n * @example approved\n * @type string | undefined\n *\u002F\n status?: OrderStatusEnumKey\n \u002F**\n * @description HTTP Status\n * @example 200\n * @type number | undefined\n *\u002F\n http_status?: OrderHttpStatusEnumKey\n \u002F**\n * @description Price\n * @example 2\n * @type number | undefined\n *\u002F\n value?: OrderValueEnumKey\n \u002F**\n * @type boolean | undefined\n *\u002F\n complete?: boolean\n}\n","id":"mod_8n6WRfnDQNwYuTacyfR2T4","is_binary":false,"title":"Order.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"XqI7B-vAko3","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Category } from '.\u002FCategory.ts'\nimport type { Tag } from '.\u002FTag.ts'\n\nexport const petStatusEnum = {\n available: 'available',\n pending: 'pending',\n sold: 'sold',\n} as const\n\nexport type PetStatusEnumKey = (typeof petStatusEnum)[keyof typeof petStatusEnum]\n\n\u002F**\n * @type object\n *\u002F\nexport type Pet = {\n \u002F**\n * @example 10\n * @type integer | undefined\n *\u002F\n id?: number\n \u002F**\n * @type array | undefined\n *\u002F\n parent?: Pet[]\n \u002F**\n * @pattern ^[0-9]{1,19}$\n * @example 10\n * @type string | undefined\n *\u002F\n internalId?: string\n \u002F**\n * @example doggie\n * @type string\n *\u002F\n name: string\n \u002F**\n * @type object | undefined\n *\u002F\n category?: Category\n \u002F**\n * @type array\n *\u002F\n photoUrls: string[]\n \u002F**\n * @type array | undefined\n *\u002F\n tags?: Tag[]\n \u002F**\n * @description pet status in the store\n * @type string | undefined\n *\u002F\n status?: PetStatusEnumKey\n}\n","id":"mod_PvNEYCKuBrfnAMiatDP3hW","is_binary":false,"title":"Pet.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"PsdtpZE8Hwy","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type PetNotFound = {\n \u002F**\n * @type integer | undefined\n *\u002F\n code?: number\n \u002F**\n * @type string | undefined\n *\u002F\n message?: string\n}\n","id":"mod_DAnAg3qqjxLgCAe6yarJox","is_binary":false,"title":"PetNotFound.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"yEzC1s2Xk-T","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @pattern ^(\\+\\d{1,3}[-\\s]?)?\\(?(?:\\d{1,4})\\)?[-\\s]?\\d{1,4}[-\\s]?\\d{1,9}$\n * @type string\n *\u002F\nexport type PhoneNumber = string\n","id":"mod_HNwrWXa9dMDfM9FcT5apEV","is_binary":false,"title":"PhoneNumber.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"usiINkRHPNO","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { PhoneNumber } from '.\u002FPhoneNumber.ts'\n\nexport type PhoneWithMaxLength = PhoneNumber & string\n","id":"mod_LLWxAj2eb15cE7HiXSsGG1","is_binary":false,"title":"PhoneWithMaxLength.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"KeYm4WMR1Ou","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { PhoneNumber } from '.\u002FPhoneNumber.ts'\n\nexport type PhoneWithMaxLengthExplicit = PhoneNumber & string\n","id":"mod_Qmt9JYSfdQ3Vm8BfiG51xM","is_binary":false,"title":"PhoneWithMaxLengthExplicit.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"XSMpU8As6k0","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Order } from '.\u002FOrder.ts'\n\n\u002F**\n * @description successful operation\n * @type object\n *\u002F\nexport type PlaceOrder200 = Order\n\n\u002F**\n * @description Invalid input\n * @type any\n *\u002F\nexport type PlaceOrder405 = any\n\n\u002F**\n * @type object | undefined\n *\u002F\nexport type PlaceOrderMutationRequest = Order | undefined\n\nexport type PlaceOrderMutationResponse = PlaceOrder200\n\n\u002F**\n * @type object\n *\u002F\nexport type PlaceOrderMutation = {\n Response: PlaceOrder200\n Request: PlaceOrderMutationRequest\n Errors: PlaceOrder405\n}\n","id":"mod_Hy7QsFxY5mU7YFR7wyS4Jg","is_binary":false,"title":"PlaceOrder.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"3EB4ECgEzRW","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Order } from '.\u002FOrder.ts'\n\n\u002F**\n * @description successful operation\n * @type object\n *\u002F\nexport type PlaceOrderPatch200 = Order\n\n\u002F**\n * @description Invalid input\n * @type any\n *\u002F\nexport type PlaceOrderPatch405 = any\n\n\u002F**\n * @type object | undefined\n *\u002F\nexport type PlaceOrderPatchMutationRequest = Order | undefined\n\nexport type PlaceOrderPatchMutationResponse = PlaceOrderPatch200\n\n\u002F**\n * @type object\n *\u002F\nexport type PlaceOrderPatchMutation = {\n Response: PlaceOrderPatch200\n Request: PlaceOrderPatchMutationRequest\n Errors: PlaceOrderPatch405\n}\n","id":"mod_6XxDwtmVpJBwP8RETWeGAh","is_binary":false,"title":"PlaceOrderPatch.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"R_Lr6tIaTUp","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type Tag = {\n \u002F**\n * @type integer | undefined\n *\u002F\n id?: number\n \u002F**\n * @type string | undefined\n *\u002F\n name?: string\n}\n","id":"mod_9jueZL8kqXXLavM8Ckc5E","is_binary":false,"title":"Tag.ts","sha":null,"inserted_at":"2026-04-04T10:01:44","updated_at":"2026-04-04T10:01:44","upload_id":null,"shortid":"thQxfnfZZVY","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { Pet } from '.\u002FPet.ts'\n\n\u002F**\n * @description Successful operation\n * @type object\n *\u002F\nexport type UpdatePet200 = Pet\n\n\u002F**\n * @description Invalid ID supplied\n * @type any\n *\u002F\nexport type UpdatePet400 = any\n\n\u002F**\n * @description Pet not found\n * @type any\n *\u002F\nexport type UpdatePet404 = any\n\n\u002F**\n * @description Validation exception\n * @type any\n *\u002F\nexport type UpdatePet405 = any\n\n\u002F**\n * @description Update an existent pet in the store\n * @type object\n *\u002F\nexport type UpdatePetMutationRequest = Pet\n\nexport type UpdatePetMutationResponse = UpdatePet200\n\n\u002F**\n * @type object\n *\u002F\nexport type UpdatePetMutation = {\n Response: UpdatePet200\n Request: UpdatePetMutationRequest\n Errors: UpdatePet400 | UpdatePet404 | UpdatePet405\n}\n","id":"mod_2A8PaEHcv7ZZYXR6MbG7Xd","is_binary":false,"title":"UpdatePet.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"ZfwU94-NXmp","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type UpdatePetWithFormPathParams = {\n \u002F**\n * @description ID of pet that needs to be updated\n * @type integer\n *\u002F\n petId: number\n}\n\n\u002F**\n * @type object\n *\u002F\nexport type UpdatePetWithFormQueryParams = {\n \u002F**\n * @description Name of pet that needs to be updated\n * @type string | undefined\n *\u002F\n name?: string\n \u002F**\n * @description Status of pet that needs to be updated\n * @type string | undefined\n *\u002F\n status?: string\n}\n\n\u002F**\n * @description Invalid input\n * @type any\n *\u002F\nexport type UpdatePetWithForm405 = any\n\nexport type UpdatePetWithFormMutationResponse = any\n\n\u002F**\n * @type object\n *\u002F\nexport type UpdatePetWithFormMutation = {\n Response: any\n QueryParams: UpdatePetWithFormQueryParams\n PathParams: UpdatePetWithFormPathParams\n Errors: UpdatePetWithForm405\n}\n","id":"mod_U6RRDRegpXHif2j7uC4aUj","is_binary":false,"title":"UpdatePetWithForm.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"ZbASHo4jiJa","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { User } from '.\u002FUser.ts'\n\n\u002F**\n * @type object\n *\u002F\nexport type UpdateUserPathParams = {\n \u002F**\n * @description name that need to be deleted\n * @type string\n *\u002F\n username: string\n}\n\n\u002F**\n * @description successful operation\n * @type any\n *\u002F\nexport type UpdateUserError = any\n\n\u002F**\n * @description Update an existent user in the store\n * @type object | undefined\n *\u002F\nexport type UpdateUserMutationRequest = User | undefined\n\nexport type UpdateUserMutationResponse = any\n\n\u002F**\n * @type object\n *\u002F\nexport type UpdateUserMutation = {\n Response: any\n Request: UpdateUserMutationRequest\n PathParams: UpdateUserPathParams\n Errors: UpdateUserError\n}\n","id":"mod_5Lk9KotFDVrrnYg1hc3mkE","is_binary":false,"title":"UpdateUser.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"9GcydF3nPxT","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { ApiResponse } from '.\u002FApiResponse.ts'\n\n\u002F**\n * @type object\n *\u002F\nexport type UploadFilePathParams = {\n \u002F**\n * @description ID of pet to update\n * @type integer\n *\u002F\n petId: number\n}\n\n\u002F**\n * @type object\n *\u002F\nexport type UploadFileQueryParams = {\n \u002F**\n * @description Additional Metadata\n * @type string | undefined\n *\u002F\n additionalMetadata?: string\n}\n\n\u002F**\n * @description successful operation\n * @type object\n *\u002F\nexport type UploadFile200 = ApiResponse\n\n\u002F**\n * @type string | undefined\n *\u002F\nexport type UploadFileMutationRequest = Blob | undefined\n\nexport type UploadFileMutationResponse = UploadFile200\n\n\u002F**\n * @type object\n *\u002F\nexport type UploadFileMutation = {\n Response: UploadFile200\n Request: UploadFileMutationRequest\n QueryParams: UploadFileQueryParams\n PathParams: UploadFilePathParams\n Errors: any\n}\n","id":"mod_QdcBZkfoshhc8ajBTwBeq4","is_binary":false,"title":"UploadFile.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"4IyoBwU8ayS","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @type object\n *\u002F\nexport type User = {\n \u002F**\n * @example 10\n * @type integer | undefined\n *\u002F\n id?: number\n \u002F**\n * @example theUser\n * @type string | undefined\n *\u002F\n username?: string\n \u002F**\n * @example John\n * @type string | undefined\n *\u002F\n firstName?: string\n \u002F**\n * @example James\n * @type string | undefined\n *\u002F\n lastName?: string\n \u002F**\n * @example john@email.com\n * @type string | undefined\n *\u002F\n email?: string\n \u002F**\n * @example 12345\n * @type string | undefined\n *\u002F\n password?: string\n \u002F**\n * @example 12345\n * @type string | undefined\n *\u002F\n phone?: string\n \u002F**\n * @description User Status\n * @example 1\n * @type integer | undefined\n *\u002F\n userStatus?: number\n}\n","id":"mod_FYtptHXDszN7DmCYRJdMfn","is_binary":false,"title":"User.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"q8N7joenbWj","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\n\u002F**\n * @description List of user object\n * @type any\n *\u002F\nexport type UserArray = any\n","id":"mod_HTvBKMnuDtzwmb2G5KmajG","is_binary":false,"title":"UserArray.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"CZn0ZNR0M_x","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"export type { AddPet200, AddPet405, AddPetMutation, AddPetMutationRequest, AddPetMutationResponse } from '.\u002FAddPet.ts'\nexport type { AddPetRequest, AddPetRequestStatusEnumKey } from '.\u002FAddPetRequest.ts'\nexport { addPetRequestStatusEnum } from '.\u002FAddPetRequest.ts'\nexport type { Address } from '.\u002FAddress.ts'\nexport type { ApiResponse } from '.\u002FApiResponse.ts'\nexport type { Category } from '.\u002FCategory.ts'\nexport type {\n CreatePets201,\n CreatePetsError,\n CreatePetsHeaderParams,\n CreatePetsHeaderParamsXEXAMPLEEnumKey,\n CreatePetsMutation,\n CreatePetsMutationRequest,\n CreatePetsMutationResponse,\n CreatePetsPathParams,\n CreatePetsQueryParams,\n} from '.\u002FCreatePets.ts'\nexport { createPetsHeaderParamsXEXAMPLEEnum } from '.\u002FCreatePets.ts'\nexport type { CreateUserError, CreateUserMutation, CreateUserMutationRequest, CreateUserMutationResponse } from '.\u002FCreateUser.ts'\nexport type {\n CreateUsersWithListInput200,\n CreateUsersWithListInputError,\n CreateUsersWithListInputMutation,\n CreateUsersWithListInputMutationRequest,\n CreateUsersWithListInputMutationResponse,\n} from '.\u002FCreateUsersWithListInput.ts'\nexport type { Customer } from '.\u002FCustomer.ts'\nexport type { DeleteOrder400, DeleteOrder404, DeleteOrderMutation, DeleteOrderMutationResponse, DeleteOrderPathParams } from '.\u002FDeleteOrder.ts'\nexport type { DeletePet400, DeletePetHeaderParams, DeletePetMutation, DeletePetMutationResponse, DeletePetPathParams } from '.\u002FDeletePet.ts'\nexport type { DeleteUser400, DeleteUser404, DeleteUserMutation, DeleteUserMutationResponse, DeleteUserPathParams } from '.\u002FDeleteUser.ts'\nexport type {\n FindPetsByStatus200,\n FindPetsByStatus400,\n FindPetsByStatusQuery,\n FindPetsByStatusQueryParams,\n FindPetsByStatusQueryParamsStatusEnumKey,\n FindPetsByStatusQueryResponse,\n} from '.\u002FFindPetsByStatus.ts'\nexport { findPetsByStatusQueryParamsStatusEnum } from '.\u002FFindPetsByStatus.ts'\nexport type {\n FindPetsByTags200,\n FindPetsByTags400,\n FindPetsByTagsHeaderParams,\n FindPetsByTagsHeaderParamsXEXAMPLEEnumKey,\n FindPetsByTagsQuery,\n FindPetsByTagsQueryParams,\n FindPetsByTagsQueryResponse,\n} from '.\u002FFindPetsByTags.ts'\nexport { findPetsByTagsHeaderParamsXEXAMPLEEnum } from '.\u002FFindPetsByTags.ts'\nexport type { GetInventory200, GetInventoryQuery, GetInventoryQueryResponse } from '.\u002FGetInventory.ts'\nexport type { GetOrderById200, GetOrderById400, GetOrderById404, GetOrderByIdPathParams, GetOrderByIdQuery, GetOrderByIdQueryResponse } from '.\u002FGetOrderById.ts'\nexport type { GetPetById200, GetPetById400, GetPetById404, GetPetByIdPathParams, GetPetByIdQuery, GetPetByIdQueryResponse } from '.\u002FGetPetById.ts'\nexport type { GetThings201, GetThingsError, GetThingsQuery, GetThingsQueryParams, GetThingsQueryResponse } from '.\u002FGetThings.ts'\nexport type {\n GetUserByName200,\n GetUserByName400,\n GetUserByName404,\n GetUserByNamePathParams,\n GetUserByNameQuery,\n GetUserByNameQueryResponse,\n} from '.\u002FGetUserByName.ts'\nexport type { LoginUser200, LoginUser400, LoginUserQuery, LoginUserQueryParams, LoginUserQueryResponse } from '.\u002FLoginUser.ts'\nexport type { LogoutUserError, LogoutUserQuery, LogoutUserQueryResponse } from '.\u002FLogoutUser.ts'\nexport type { Order, OrderHttpStatusEnumKey, OrderStatusEnumKey, OrderValueEnumKey } from '.\u002FOrder.ts'\nexport { orderHttpStatusEnum, orderStatusEnum, orderValueEnum } from '.\u002FOrder.ts'\nexport type { Pet, PetStatusEnumKey } from '.\u002FPet.ts'\nexport { petStatusEnum } from '.\u002FPet.ts'\nexport type { PetNotFound } from '.\u002FPetNotFound.ts'\nexport type { PhoneNumber } from '.\u002FPhoneNumber.ts'\nexport type { PhoneWithMaxLength } from '.\u002FPhoneWithMaxLength.ts'\nexport type { PhoneWithMaxLengthExplicit } from '.\u002FPhoneWithMaxLengthExplicit.ts'\nexport type { PlaceOrder200, PlaceOrder405, PlaceOrderMutation, PlaceOrderMutationRequest, PlaceOrderMutationResponse } from '.\u002FPlaceOrder.ts'\nexport type {\n PlaceOrderPatch200,\n PlaceOrderPatch405,\n PlaceOrderPatchMutation,\n PlaceOrderPatchMutationRequest,\n PlaceOrderPatchMutationResponse,\n} from '.\u002FPlaceOrderPatch.ts'\nexport type { Tag } from '.\u002FTag.ts'\nexport type {\n UpdatePet200,\n UpdatePet400,\n UpdatePet404,\n UpdatePet405,\n UpdatePetMutation,\n UpdatePetMutationRequest,\n UpdatePetMutationResponse,\n} from '.\u002FUpdatePet.ts'\nexport type {\n UpdatePetWithForm405,\n UpdatePetWithFormMutation,\n UpdatePetWithFormMutationResponse,\n UpdatePetWithFormPathParams,\n UpdatePetWithFormQueryParams,\n} from '.\u002FUpdatePetWithForm.ts'\nexport type { UpdateUserError, UpdateUserMutation, UpdateUserMutationRequest, UpdateUserMutationResponse, UpdateUserPathParams } from '.\u002FUpdateUser.ts'\nexport type {\n UploadFile200,\n UploadFileMutation,\n UploadFileMutationRequest,\n UploadFileMutationResponse,\n UploadFilePathParams,\n UploadFileQueryParams,\n} from '.\u002FUploadFile.ts'\nexport type { User } from '.\u002FUser.ts'\nexport type { UserArray } from '.\u002FUserArray.ts'\n","id":"mod_Bh8WGkV8z6HhLRRFwGXeni","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"iiDJH-s_haW","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"a3xNRihU4Lw"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { categorySchema } from '.\u002FcategorySchema.ts'\nimport { tagSchema } from '.\u002FtagSchema.ts'\n\nexport const addPetRequestSchema = z.object({\n id: z.int().optional(),\n name: z.string(),\n category: categorySchema.optional(),\n photoUrls: z.array(z.string()),\n tags: z.array(tagSchema).optional(),\n status: z.enum(['available', 'pending', 'sold']).optional().describe('pet status in the store'),\n})\n\nexport type AddPetRequestSchema = z.infer\u003Ctypeof addPetRequestSchema\u003E\n","id":"mod_FFUR51B6Q4HsuEpArVH7ed","is_binary":false,"title":"addPetRequestSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"Un-AdeTB0YE","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { addPetRequestSchema } from '.\u002FaddPetRequestSchema.ts'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const addPet200Schema = petSchema.describe('Successful operation')\n\nexport type AddPet200Schema = z.infer\u003Ctypeof addPet200Schema\u003E\n\nexport const addPet405Schema = z\n .object({\n code: z.int().optional(),\n message: z.string().optional(),\n })\n .describe('Pet not found')\n\nexport type AddPet405Schema = z.infer\u003Ctypeof addPet405Schema\u003E\n\nexport const addPetMutationRequestSchema = addPetRequestSchema.describe('Create a new pet in the store')\n\nexport type AddPetMutationRequestSchema = z.infer\u003Ctypeof addPetMutationRequestSchema\u003E\n\nexport const addPetMutationResponseSchema = addPet200Schema\n\nexport type AddPetMutationResponseSchema = z.infer\u003Ctypeof addPetMutationResponseSchema\u003E\n\nexport const addPetMutationSchema = z.object({\n Response: addPet200Schema,\n Request: addPetMutationRequestSchema,\n Errors: addPet405Schema,\n})\n\nexport type AddPetMutationSchema = z.infer\u003Ctypeof addPetMutationSchema\u003E\n","id":"mod_Bw33xb5zqyeZrGwMTnz9Ck","is_binary":false,"title":"addPetSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"XIe61oN4ag1","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const addressSchema = z.object({\n street: z.string().optional(),\n city: z.string().optional(),\n state: z.string().optional(),\n zip: z.string().optional(),\n})\n\nexport type AddressSchema = z.infer\u003Ctypeof addressSchema\u003E\n","id":"mod_JmKkqU6n6Q4AYsN2G1NBGv","is_binary":false,"title":"addressSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"JORnn_0Wq_c","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const apiResponseSchema = z.object({\n code: z.int().optional(),\n type: z.string().optional(),\n message: z.string().optional(),\n})\n\nexport type ApiResponseSchema = z.infer\u003Ctypeof apiResponseSchema\u003E\n","id":"mod_VRuYefiyHWMrAAA4yuHYBe","is_binary":false,"title":"apiResponseSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"pk0zAc3G1GH","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const categorySchema = z.object({\n id: z.int().optional(),\n name: z.string().optional(),\n get parent() {\n return categorySchema.optional()\n },\n})\n\nexport type CategorySchema = z.infer\u003Ctypeof categorySchema\u003E\n","id":"mod_SPUA74fXvqth6SmfHiSazk","is_binary":false,"title":"categorySchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"ffXo-T6i--8","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { petNotFoundSchema } from '.\u002FpetNotFoundSchema.ts'\n\nexport const createPetsPathParamsSchema = z.object({\n uuid: z.string().describe('UUID'),\n})\n\nexport type CreatePetsPathParamsSchema = z.infer\u003Ctypeof createPetsPathParamsSchema\u003E\n\nexport const createPetsQueryParamsSchema = z\n .object({\n offset: z.int().optional().describe('Offset'),\n })\n .optional()\n\nexport type CreatePetsQueryParamsSchema = z.infer\u003Ctypeof createPetsQueryParamsSchema\u003E\n\nexport const createPetsHeaderParamsSchema = z.object({\n 'X-EXAMPLE': z.enum(['ONE', 'TWO', 'THREE']).describe('Header parameters'),\n})\n\nexport type CreatePetsHeaderParamsSchema = z.infer\u003Ctypeof createPetsHeaderParamsSchema\u003E\n\nexport const createPets201Schema = z.any().describe('Null response')\n\nexport type CreatePets201Schema = z.infer\u003Ctypeof createPets201Schema\u003E\n\nexport const createPetsErrorSchema = petNotFoundSchema.describe('unexpected error')\n\nexport type CreatePetsErrorSchema = z.infer\u003Ctypeof createPetsErrorSchema\u003E\n\nexport const createPetsMutationRequestSchema = z.object({\n name: z.string(),\n tag: z.string(),\n})\n\nexport type CreatePetsMutationRequestSchema = z.infer\u003Ctypeof createPetsMutationRequestSchema\u003E\n\nexport const createPetsMutationResponseSchema = createPets201Schema\n\nexport type CreatePetsMutationResponseSchema = z.infer\u003Ctypeof createPetsMutationResponseSchema\u003E\n\nexport const createPetsMutationSchema = z.object({\n Response: createPets201Schema,\n Request: createPetsMutationRequestSchema,\n QueryParams: createPetsQueryParamsSchema,\n PathParams: createPetsPathParamsSchema,\n HeaderParams: createPetsHeaderParamsSchema,\n Errors: createPetsErrorSchema,\n})\n\nexport type CreatePetsMutationSchema = z.infer\u003Ctypeof createPetsMutationSchema\u003E\n","id":"mod_MR61eFAnoxzFJRKUG5eoTf","is_binary":false,"title":"createPetsSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"fRgalssWKlb","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { userSchema } from '.\u002FuserSchema.ts'\n\nexport const createUserErrorSchema = userSchema.describe('successful operation')\n\nexport type CreateUserErrorSchema = z.infer\u003Ctypeof createUserErrorSchema\u003E\n\nexport const createUserMutationRequestSchema = userSchema.optional().describe('Created user object')\n\nexport type CreateUserMutationRequestSchema = z.infer\u003Ctypeof createUserMutationRequestSchema\u003E\n\nexport const createUserMutationResponseSchema = z.any()\n\nexport type CreateUserMutationResponseSchema = z.infer\u003Ctypeof createUserMutationResponseSchema\u003E\n\nexport const createUserMutationSchema = z.object({\n Response: z.any(),\n Request: createUserMutationRequestSchema,\n Errors: createUserErrorSchema,\n})\n\nexport type CreateUserMutationSchema = z.infer\u003Ctypeof createUserMutationSchema\u003E\n","id":"mod_GW46CRpfT9RBUxeB4sRR5J","is_binary":false,"title":"createUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"s2m7edPqZWV","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { userSchema } from '.\u002FuserSchema.ts'\n\nexport const createUsersWithListInput200Schema = userSchema.describe('Successful operation')\n\nexport type CreateUsersWithListInput200Schema = z.infer\u003Ctypeof createUsersWithListInput200Schema\u003E\n\nexport const createUsersWithListInputErrorSchema = z.any().describe('successful operation')\n\nexport type CreateUsersWithListInputErrorSchema = z.infer\u003Ctypeof createUsersWithListInputErrorSchema\u003E\n\nexport const createUsersWithListInputMutationRequestSchema = z.array(userSchema).optional()\n\nexport type CreateUsersWithListInputMutationRequestSchema = z.infer\u003Ctypeof createUsersWithListInputMutationRequestSchema\u003E\n\nexport const createUsersWithListInputMutationResponseSchema = createUsersWithListInput200Schema\n\nexport type CreateUsersWithListInputMutationResponseSchema = z.infer\u003Ctypeof createUsersWithListInputMutationResponseSchema\u003E\n\nexport const createUsersWithListInputMutationSchema = z.object({\n Response: createUsersWithListInput200Schema,\n Request: createUsersWithListInputMutationRequestSchema,\n Errors: createUsersWithListInputErrorSchema,\n})\n\nexport type CreateUsersWithListInputMutationSchema = z.infer\u003Ctypeof createUsersWithListInputMutationSchema\u003E\n","id":"mod_B5VLBdSUq5f7pqcrWgoxC1","is_binary":false,"title":"createUsersWithListInputSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"UsQkmbi7ySd","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { addressSchema } from '.\u002FaddressSchema.ts'\n\nexport const customerSchema = z.object({\n id: z.int().optional(),\n username: z.string().optional(),\n address: z.array(addressSchema).optional(),\n})\n\nexport type CustomerSchema = z.infer\u003Ctypeof customerSchema\u003E\n","id":"mod_KoHKYnHdUZQV1iWicP3dVK","is_binary":false,"title":"customerSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"lMiHEk803_e","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const deleteOrderPathParamsSchema = z.object({\n orderId: z.int().describe('ID of the order that needs to be deleted'),\n})\n\nexport type DeleteOrderPathParamsSchema = z.infer\u003Ctypeof deleteOrderPathParamsSchema\u003E\n\nexport const deleteOrder400Schema = z.any().describe('Invalid ID supplied')\n\nexport type DeleteOrder400Schema = z.infer\u003Ctypeof deleteOrder400Schema\u003E\n\nexport const deleteOrder404Schema = z.any().describe('Order not found')\n\nexport type DeleteOrder404Schema = z.infer\u003Ctypeof deleteOrder404Schema\u003E\n\nexport const deleteOrderMutationResponseSchema = z.any()\n\nexport type DeleteOrderMutationResponseSchema = z.infer\u003Ctypeof deleteOrderMutationResponseSchema\u003E\n\nexport const deleteOrderMutationSchema = z.object({\n Response: z.any(),\n PathParams: deleteOrderPathParamsSchema,\n Errors: z.union([deleteOrder400Schema, deleteOrder404Schema]),\n})\n\nexport type DeleteOrderMutationSchema = z.infer\u003Ctypeof deleteOrderMutationSchema\u003E\n","id":"mod_VrfS5DomBjFEKdx4LhvrJi","is_binary":false,"title":"deleteOrderSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"lvzS7Qk49Sk","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const deletePetPathParamsSchema = z.object({\n petId: z.int().describe('Pet id to delete'),\n})\n\nexport type DeletePetPathParamsSchema = z.infer\u003Ctypeof deletePetPathParamsSchema\u003E\n\nexport const deletePetHeaderParamsSchema = z\n .object({\n api_key: z.string().optional(),\n })\n .optional()\n\nexport type DeletePetHeaderParamsSchema = z.infer\u003Ctypeof deletePetHeaderParamsSchema\u003E\n\nexport const deletePet400Schema = z.any().describe('Invalid pet value')\n\nexport type DeletePet400Schema = z.infer\u003Ctypeof deletePet400Schema\u003E\n\nexport const deletePetMutationResponseSchema = z.any()\n\nexport type DeletePetMutationResponseSchema = z.infer\u003Ctypeof deletePetMutationResponseSchema\u003E\n\nexport const deletePetMutationSchema = z.object({\n Response: z.any(),\n PathParams: deletePetPathParamsSchema,\n HeaderParams: deletePetHeaderParamsSchema,\n Errors: deletePet400Schema,\n})\n\nexport type DeletePetMutationSchema = z.infer\u003Ctypeof deletePetMutationSchema\u003E\n","id":"mod_GQSoPy6dgtfWEstU4SAJJc","is_binary":false,"title":"deletePetSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"v0tIouN3eQ0","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const deleteUserPathParamsSchema = z.object({\n username: z.string().describe('The name that needs to be deleted'),\n})\n\nexport type DeleteUserPathParamsSchema = z.infer\u003Ctypeof deleteUserPathParamsSchema\u003E\n\nexport const deleteUser400Schema = z.any().describe('Invalid username supplied')\n\nexport type DeleteUser400Schema = z.infer\u003Ctypeof deleteUser400Schema\u003E\n\nexport const deleteUser404Schema = z.any().describe('User not found')\n\nexport type DeleteUser404Schema = z.infer\u003Ctypeof deleteUser404Schema\u003E\n\nexport const deleteUserMutationResponseSchema = z.any()\n\nexport type DeleteUserMutationResponseSchema = z.infer\u003Ctypeof deleteUserMutationResponseSchema\u003E\n\nexport const deleteUserMutationSchema = z.object({\n Response: z.any(),\n PathParams: deleteUserPathParamsSchema,\n Errors: z.union([deleteUser400Schema, deleteUser404Schema]),\n})\n\nexport type DeleteUserMutationSchema = z.infer\u003Ctypeof deleteUserMutationSchema\u003E\n","id":"mod_Rk5T8s8hEJHoqxQfsrUWh9","is_binary":false,"title":"deleteUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"g4BMXtEJZ1F","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const findPetsByStatusQueryParamsSchema = z\n .object({\n status: z.enum(['available', 'pending', 'sold']).optional().default('available').describe('Status values that need to be considered for filter'),\n })\n .optional()\n\nexport type FindPetsByStatusQueryParamsSchema = z.infer\u003Ctypeof findPetsByStatusQueryParamsSchema\u003E\n\nexport const findPetsByStatus200Schema = z.array(petSchema).describe('successful operation')\n\nexport type FindPetsByStatus200Schema = z.infer\u003Ctypeof findPetsByStatus200Schema\u003E\n\nexport const findPetsByStatus400Schema = z.any().describe('Invalid status value')\n\nexport type FindPetsByStatus400Schema = z.infer\u003Ctypeof findPetsByStatus400Schema\u003E\n\nexport const findPetsByStatusQueryResponseSchema = findPetsByStatus200Schema\n\nexport type FindPetsByStatusQueryResponseSchema = z.infer\u003Ctypeof findPetsByStatusQueryResponseSchema\u003E\n\nexport const findPetsByStatusQuerySchema = z.object({\n Response: findPetsByStatus200Schema,\n QueryParams: findPetsByStatusQueryParamsSchema,\n Errors: findPetsByStatus400Schema,\n})\n\nexport type FindPetsByStatusQuerySchema = z.infer\u003Ctypeof findPetsByStatusQuerySchema\u003E\n","id":"mod_8GpdxRxtBnQ9r6ny4ptvkw","is_binary":false,"title":"findPetsByStatusSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"fTTD6MyijTR","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const findPetsByTagsQueryParamsSchema = z\n .object({\n tags: z.array(z.string()).optional().describe('Tags to filter by'),\n page: z.string().optional().describe('to request with required page number or pagination'),\n pageSize: z.string().optional().describe('to request with required page size'),\n })\n .optional()\n\nexport type FindPetsByTagsQueryParamsSchema = z.infer\u003Ctypeof findPetsByTagsQueryParamsSchema\u003E\n\nexport const findPetsByTagsHeaderParamsSchema = z.object({\n 'X-EXAMPLE': z.enum(['ONE', 'TWO', 'THREE']).describe('Header parameters'),\n})\n\nexport type FindPetsByTagsHeaderParamsSchema = z.infer\u003Ctypeof findPetsByTagsHeaderParamsSchema\u003E\n\nexport const findPetsByTags200Schema = z.array(petSchema).describe('successful operation')\n\nexport type FindPetsByTags200Schema = z.infer\u003Ctypeof findPetsByTags200Schema\u003E\n\nexport const findPetsByTags400Schema = z.any().describe('Invalid tag value')\n\nexport type FindPetsByTags400Schema = z.infer\u003Ctypeof findPetsByTags400Schema\u003E\n\nexport const findPetsByTagsQueryResponseSchema = findPetsByTags200Schema\n\nexport type FindPetsByTagsQueryResponseSchema = z.infer\u003Ctypeof findPetsByTagsQueryResponseSchema\u003E\n\nexport const findPetsByTagsQuerySchema = z.object({\n Response: findPetsByTags200Schema,\n QueryParams: findPetsByTagsQueryParamsSchema,\n HeaderParams: findPetsByTagsHeaderParamsSchema,\n Errors: findPetsByTags400Schema,\n})\n\nexport type FindPetsByTagsQuerySchema = z.infer\u003Ctypeof findPetsByTagsQuerySchema\u003E\n","id":"mod_KLz5H77VpJadQjtYXk5DqA","is_binary":false,"title":"findPetsByTagsSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"Ka1KKLEvWH3","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const getInventory200Schema = z.object({}).catchall(z.int()).describe('successful operation')\n\nexport type GetInventory200Schema = z.infer\u003Ctypeof getInventory200Schema\u003E\n\nexport const getInventoryQueryResponseSchema = getInventory200Schema\n\nexport type GetInventoryQueryResponseSchema = z.infer\u003Ctypeof getInventoryQueryResponseSchema\u003E\n\nexport const getInventoryQuerySchema = z.object({\n Response: getInventory200Schema,\n Errors: z.any(),\n})\n\nexport type GetInventoryQuerySchema = z.infer\u003Ctypeof getInventoryQuerySchema\u003E\n","id":"mod_7WR8mQWPRejw9hF6oNtXH6","is_binary":false,"title":"getInventorySchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"BAn3Dd2L-oe","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { orderSchema } from '.\u002ForderSchema.ts'\n\nexport const getOrderByIdPathParamsSchema = z.object({\n orderId: z.int().describe('ID of order that needs to be fetched'),\n})\n\nexport type GetOrderByIdPathParamsSchema = z.infer\u003Ctypeof getOrderByIdPathParamsSchema\u003E\n\nexport const getOrderById200Schema = orderSchema.describe('successful operation')\n\nexport type GetOrderById200Schema = z.infer\u003Ctypeof getOrderById200Schema\u003E\n\nexport const getOrderById400Schema = z.any().describe('Invalid ID supplied')\n\nexport type GetOrderById400Schema = z.infer\u003Ctypeof getOrderById400Schema\u003E\n\nexport const getOrderById404Schema = z.any().describe('Order not found')\n\nexport type GetOrderById404Schema = z.infer\u003Ctypeof getOrderById404Schema\u003E\n\nexport const getOrderByIdQueryResponseSchema = getOrderById200Schema\n\nexport type GetOrderByIdQueryResponseSchema = z.infer\u003Ctypeof getOrderByIdQueryResponseSchema\u003E\n\nexport const getOrderByIdQuerySchema = z.object({\n Response: getOrderById200Schema,\n PathParams: getOrderByIdPathParamsSchema,\n Errors: z.union([getOrderById400Schema, getOrderById404Schema]),\n})\n\nexport type GetOrderByIdQuerySchema = z.infer\u003Ctypeof getOrderByIdQuerySchema\u003E\n","id":"mod_2YVF2YVjKsLomtNYMCBAtW","is_binary":false,"title":"getOrderByIdSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"1RwxQGyEmvD","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const getPetByIdPathParamsSchema = z.object({\n petId: z.int().describe('ID of pet to return'),\n})\n\nexport type GetPetByIdPathParamsSchema = z.infer\u003Ctypeof getPetByIdPathParamsSchema\u003E\n\nexport const getPetById200Schema = petSchema.describe('successful operation')\n\nexport type GetPetById200Schema = z.infer\u003Ctypeof getPetById200Schema\u003E\n\nexport const getPetById400Schema = z.any().describe('Invalid ID supplied')\n\nexport type GetPetById400Schema = z.infer\u003Ctypeof getPetById400Schema\u003E\n\nexport const getPetById404Schema = z.any().describe('Pet not found')\n\nexport type GetPetById404Schema = z.infer\u003Ctypeof getPetById404Schema\u003E\n\nexport const getPetByIdQueryResponseSchema = getPetById200Schema\n\nexport type GetPetByIdQueryResponseSchema = z.infer\u003Ctypeof getPetByIdQueryResponseSchema\u003E\n\nexport const getPetByIdQuerySchema = z.object({\n Response: getPetById200Schema,\n PathParams: getPetByIdPathParamsSchema,\n Errors: z.union([getPetById400Schema, getPetById404Schema]),\n})\n\nexport type GetPetByIdQuerySchema = z.infer\u003Ctypeof getPetByIdQuerySchema\u003E\n","id":"mod_XoKjZ9RcDpDV7ySAM5FnQ2","is_binary":false,"title":"getPetByIdSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"0Kki8wSxhXy","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { petNotFoundSchema } from '.\u002FpetNotFoundSchema.ts'\n\nexport const getThingsQueryParamsSchema = z\n .object({\n limit: z.int().min(1).max(100).optional().default(100).describe('Maximum number of things to return'),\n skip: z.int().min(0).optional().default(0).describe('Number of things to skip'),\n })\n .optional()\n\nexport type GetThingsQueryParamsSchema = z.infer\u003Ctypeof getThingsQueryParamsSchema\u003E\n\nexport const getThings201Schema = z.any().describe('Null response')\n\nexport type GetThings201Schema = z.infer\u003Ctypeof getThings201Schema\u003E\n\nexport const getThingsErrorSchema = petNotFoundSchema.describe('unexpected error')\n\nexport type GetThingsErrorSchema = z.infer\u003Ctypeof getThingsErrorSchema\u003E\n\nexport const getThingsQueryResponseSchema = getThings201Schema\n\nexport type GetThingsQueryResponseSchema = z.infer\u003Ctypeof getThingsQueryResponseSchema\u003E\n\nexport const getThingsQuerySchema = z.object({\n Response: getThings201Schema,\n QueryParams: getThingsQueryParamsSchema,\n Errors: getThingsErrorSchema,\n})\n\nexport type GetThingsQuerySchema = z.infer\u003Ctypeof getThingsQuerySchema\u003E\n","id":"mod_WDb7MD59JF6VU5BfSG2noc","is_binary":false,"title":"getThingsSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"WVNeTYAfBD3","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { userSchema } from '.\u002FuserSchema.ts'\n\nexport const getUserByNamePathParamsSchema = z.object({\n username: z.string().describe('The name that needs to be fetched. Use user1 for testing. '),\n})\n\nexport type GetUserByNamePathParamsSchema = z.infer\u003Ctypeof getUserByNamePathParamsSchema\u003E\n\nexport const getUserByName200Schema = userSchema.describe('successful operation')\n\nexport type GetUserByName200Schema = z.infer\u003Ctypeof getUserByName200Schema\u003E\n\nexport const getUserByName400Schema = z.any().describe('Invalid username supplied')\n\nexport type GetUserByName400Schema = z.infer\u003Ctypeof getUserByName400Schema\u003E\n\nexport const getUserByName404Schema = z.any().describe('User not found')\n\nexport type GetUserByName404Schema = z.infer\u003Ctypeof getUserByName404Schema\u003E\n\nexport const getUserByNameQueryResponseSchema = getUserByName200Schema\n\nexport type GetUserByNameQueryResponseSchema = z.infer\u003Ctypeof getUserByNameQueryResponseSchema\u003E\n\nexport const getUserByNameQuerySchema = z.object({\n Response: getUserByName200Schema,\n PathParams: getUserByNamePathParamsSchema,\n Errors: z.union([getUserByName400Schema, getUserByName404Schema]),\n})\n\nexport type GetUserByNameQuerySchema = z.infer\u003Ctypeof getUserByNameQuerySchema\u003E\n","id":"mod_6goVU4BeZVLh2vmfFnoFNb","is_binary":false,"title":"getUserByNameSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"l8qFfJwc-eo","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"export type { AddPetRequestSchema } from '.\u002FaddPetRequestSchema.ts'\nexport { addPetRequestSchema } from '.\u002FaddPetRequestSchema.ts'\nexport type { AddPet200Schema, AddPet405Schema, AddPetMutationRequestSchema, AddPetMutationResponseSchema, AddPetMutationSchema } from '.\u002FaddPetSchema.ts'\nexport { addPet200Schema, addPet405Schema, addPetMutationRequestSchema, addPetMutationResponseSchema, addPetMutationSchema } from '.\u002FaddPetSchema.ts'\nexport type { AddressSchema } from '.\u002FaddressSchema.ts'\nexport { addressSchema } from '.\u002FaddressSchema.ts'\nexport type { ApiResponseSchema } from '.\u002FapiResponseSchema.ts'\nexport { apiResponseSchema } from '.\u002FapiResponseSchema.ts'\nexport type { CategorySchema } from '.\u002FcategorySchema.ts'\nexport { categorySchema } from '.\u002FcategorySchema.ts'\nexport type {\n CreatePets201Schema,\n CreatePetsErrorSchema,\n CreatePetsHeaderParamsSchema,\n CreatePetsMutationRequestSchema,\n CreatePetsMutationResponseSchema,\n CreatePetsMutationSchema,\n CreatePetsPathParamsSchema,\n CreatePetsQueryParamsSchema,\n} from '.\u002FcreatePetsSchema.ts'\nexport {\n createPets201Schema,\n createPetsErrorSchema,\n createPetsHeaderParamsSchema,\n createPetsMutationRequestSchema,\n createPetsMutationResponseSchema,\n createPetsMutationSchema,\n createPetsPathParamsSchema,\n createPetsQueryParamsSchema,\n} from '.\u002FcreatePetsSchema.ts'\nexport type { CreateUserErrorSchema, CreateUserMutationRequestSchema, CreateUserMutationResponseSchema, CreateUserMutationSchema } from '.\u002FcreateUserSchema.ts'\nexport { createUserErrorSchema, createUserMutationRequestSchema, createUserMutationResponseSchema, createUserMutationSchema } from '.\u002FcreateUserSchema.ts'\nexport type {\n CreateUsersWithListInput200Schema,\n CreateUsersWithListInputErrorSchema,\n CreateUsersWithListInputMutationRequestSchema,\n CreateUsersWithListInputMutationResponseSchema,\n CreateUsersWithListInputMutationSchema,\n} from '.\u002FcreateUsersWithListInputSchema.ts'\nexport {\n createUsersWithListInput200Schema,\n createUsersWithListInputErrorSchema,\n createUsersWithListInputMutationRequestSchema,\n createUsersWithListInputMutationResponseSchema,\n createUsersWithListInputMutationSchema,\n} from '.\u002FcreateUsersWithListInputSchema.ts'\nexport type { CustomerSchema } from '.\u002FcustomerSchema.ts'\nexport { customerSchema } from '.\u002FcustomerSchema.ts'\nexport type {\n DeleteOrder400Schema,\n DeleteOrder404Schema,\n DeleteOrderMutationResponseSchema,\n DeleteOrderMutationSchema,\n DeleteOrderPathParamsSchema,\n} from '.\u002FdeleteOrderSchema.ts'\nexport {\n deleteOrder400Schema,\n deleteOrder404Schema,\n deleteOrderMutationResponseSchema,\n deleteOrderMutationSchema,\n deleteOrderPathParamsSchema,\n} from '.\u002FdeleteOrderSchema.ts'\nexport type {\n DeletePet400Schema,\n DeletePetHeaderParamsSchema,\n DeletePetMutationResponseSchema,\n DeletePetMutationSchema,\n DeletePetPathParamsSchema,\n} from '.\u002FdeletePetSchema.ts'\nexport {\n deletePet400Schema,\n deletePetHeaderParamsSchema,\n deletePetMutationResponseSchema,\n deletePetMutationSchema,\n deletePetPathParamsSchema,\n} from '.\u002FdeletePetSchema.ts'\nexport type {\n DeleteUser400Schema,\n DeleteUser404Schema,\n DeleteUserMutationResponseSchema,\n DeleteUserMutationSchema,\n DeleteUserPathParamsSchema,\n} from '.\u002FdeleteUserSchema.ts'\nexport {\n deleteUser400Schema,\n deleteUser404Schema,\n deleteUserMutationResponseSchema,\n deleteUserMutationSchema,\n deleteUserPathParamsSchema,\n} from '.\u002FdeleteUserSchema.ts'\nexport type {\n FindPetsByStatus200Schema,\n FindPetsByStatus400Schema,\n FindPetsByStatusQueryParamsSchema,\n FindPetsByStatusQueryResponseSchema,\n FindPetsByStatusQuerySchema,\n} from '.\u002FfindPetsByStatusSchema.ts'\nexport {\n findPetsByStatus200Schema,\n findPetsByStatus400Schema,\n findPetsByStatusQueryParamsSchema,\n findPetsByStatusQueryResponseSchema,\n findPetsByStatusQuerySchema,\n} from '.\u002FfindPetsByStatusSchema.ts'\nexport type {\n FindPetsByTags200Schema,\n FindPetsByTags400Schema,\n FindPetsByTagsHeaderParamsSchema,\n FindPetsByTagsQueryParamsSchema,\n FindPetsByTagsQueryResponseSchema,\n FindPetsByTagsQuerySchema,\n} from '.\u002FfindPetsByTagsSchema.ts'\nexport {\n findPetsByTags200Schema,\n findPetsByTags400Schema,\n findPetsByTagsHeaderParamsSchema,\n findPetsByTagsQueryParamsSchema,\n findPetsByTagsQueryResponseSchema,\n findPetsByTagsQuerySchema,\n} from '.\u002FfindPetsByTagsSchema.ts'\nexport type { GetInventory200Schema, GetInventoryQueryResponseSchema, GetInventoryQuerySchema } from '.\u002FgetInventorySchema.ts'\nexport { getInventory200Schema, getInventoryQueryResponseSchema, getInventoryQuerySchema } from '.\u002FgetInventorySchema.ts'\nexport type {\n GetOrderById200Schema,\n GetOrderById400Schema,\n GetOrderById404Schema,\n GetOrderByIdPathParamsSchema,\n GetOrderByIdQueryResponseSchema,\n GetOrderByIdQuerySchema,\n} from '.\u002FgetOrderByIdSchema.ts'\nexport {\n getOrderById200Schema,\n getOrderById400Schema,\n getOrderById404Schema,\n getOrderByIdPathParamsSchema,\n getOrderByIdQueryResponseSchema,\n getOrderByIdQuerySchema,\n} from '.\u002FgetOrderByIdSchema.ts'\nexport type {\n GetPetById200Schema,\n GetPetById400Schema,\n GetPetById404Schema,\n GetPetByIdPathParamsSchema,\n GetPetByIdQueryResponseSchema,\n GetPetByIdQuerySchema,\n} from '.\u002FgetPetByIdSchema.ts'\nexport {\n getPetById200Schema,\n getPetById400Schema,\n getPetById404Schema,\n getPetByIdPathParamsSchema,\n getPetByIdQueryResponseSchema,\n getPetByIdQuerySchema,\n} from '.\u002FgetPetByIdSchema.ts'\nexport type {\n GetThings201Schema,\n GetThingsErrorSchema,\n GetThingsQueryParamsSchema,\n GetThingsQueryResponseSchema,\n GetThingsQuerySchema,\n} from '.\u002FgetThingsSchema.ts'\nexport { getThings201Schema, getThingsErrorSchema, getThingsQueryParamsSchema, getThingsQueryResponseSchema, getThingsQuerySchema } from '.\u002FgetThingsSchema.ts'\nexport type {\n GetUserByName200Schema,\n GetUserByName400Schema,\n GetUserByName404Schema,\n GetUserByNamePathParamsSchema,\n GetUserByNameQueryResponseSchema,\n GetUserByNameQuerySchema,\n} from '.\u002FgetUserByNameSchema.ts'\nexport {\n getUserByName200Schema,\n getUserByName400Schema,\n getUserByName404Schema,\n getUserByNamePathParamsSchema,\n getUserByNameQueryResponseSchema,\n getUserByNameQuerySchema,\n} from '.\u002FgetUserByNameSchema.ts'\nexport type {\n LoginUser200Schema,\n LoginUser400Schema,\n LoginUserQueryParamsSchema,\n LoginUserQueryResponseSchema,\n LoginUserQuerySchema,\n} from '.\u002FloginUserSchema.ts'\nexport { loginUser200Schema, loginUser400Schema, loginUserQueryParamsSchema, loginUserQueryResponseSchema, loginUserQuerySchema } from '.\u002FloginUserSchema.ts'\nexport type { LogoutUserErrorSchema, LogoutUserQueryResponseSchema, LogoutUserQuerySchema } from '.\u002FlogoutUserSchema.ts'\nexport { logoutUserErrorSchema, logoutUserQueryResponseSchema, logoutUserQuerySchema } from '.\u002FlogoutUserSchema.ts'\nexport { OperationSchema, OperationsMap, operations, paths } from '.\u002FoperationsSchema.ts'\nexport type { OrderSchema } from '.\u002ForderSchema.ts'\nexport { orderSchema } from '.\u002ForderSchema.ts'\nexport type { PetNotFoundSchema } from '.\u002FpetNotFoundSchema.ts'\nexport { petNotFoundSchema } from '.\u002FpetNotFoundSchema.ts'\nexport type { PetSchema } from '.\u002FpetSchema.ts'\nexport { petSchema } from '.\u002FpetSchema.ts'\nexport type { PhoneNumberSchema } from '.\u002FphoneNumberSchema.ts'\nexport { phoneNumberSchema } from '.\u002FphoneNumberSchema.ts'\nexport type { PhoneWithMaxLengthExplicitSchema } from '.\u002FphoneWithMaxLengthExplicitSchema.ts'\nexport { phoneWithMaxLengthExplicitSchema } from '.\u002FphoneWithMaxLengthExplicitSchema.ts'\nexport type { PhoneWithMaxLengthSchema } from '.\u002FphoneWithMaxLengthSchema.ts'\nexport { phoneWithMaxLengthSchema } from '.\u002FphoneWithMaxLengthSchema.ts'\nexport type {\n PlaceOrderPatch200Schema,\n PlaceOrderPatch405Schema,\n PlaceOrderPatchMutationRequestSchema,\n PlaceOrderPatchMutationResponseSchema,\n PlaceOrderPatchMutationSchema,\n} from '.\u002FplaceOrderPatchSchema.ts'\nexport {\n placeOrderPatch200Schema,\n placeOrderPatch405Schema,\n placeOrderPatchMutationRequestSchema,\n placeOrderPatchMutationResponseSchema,\n placeOrderPatchMutationSchema,\n} from '.\u002FplaceOrderPatchSchema.ts'\nexport type {\n PlaceOrder200Schema,\n PlaceOrder405Schema,\n PlaceOrderMutationRequestSchema,\n PlaceOrderMutationResponseSchema,\n PlaceOrderMutationSchema,\n} from '.\u002FplaceOrderSchema.ts'\nexport {\n placeOrder200Schema,\n placeOrder405Schema,\n placeOrderMutationRequestSchema,\n placeOrderMutationResponseSchema,\n placeOrderMutationSchema,\n} from '.\u002FplaceOrderSchema.ts'\nexport type { TagSchema } from '.\u002FtagSchema.ts'\nexport { tagSchema } from '.\u002FtagSchema.ts'\nexport type {\n UpdatePet200Schema,\n UpdatePet400Schema,\n UpdatePet404Schema,\n UpdatePet405Schema,\n UpdatePetMutationRequestSchema,\n UpdatePetMutationResponseSchema,\n UpdatePetMutationSchema,\n} from '.\u002FupdatePetSchema.ts'\nexport {\n updatePet200Schema,\n updatePet400Schema,\n updatePet404Schema,\n updatePet405Schema,\n updatePetMutationRequestSchema,\n updatePetMutationResponseSchema,\n updatePetMutationSchema,\n} from '.\u002FupdatePetSchema.ts'\nexport type {\n UpdatePetWithForm405Schema,\n UpdatePetWithFormMutationResponseSchema,\n UpdatePetWithFormMutationSchema,\n UpdatePetWithFormPathParamsSchema,\n UpdatePetWithFormQueryParamsSchema,\n} from '.\u002FupdatePetWithFormSchema.ts'\nexport {\n updatePetWithForm405Schema,\n updatePetWithFormMutationResponseSchema,\n updatePetWithFormMutationSchema,\n updatePetWithFormPathParamsSchema,\n updatePetWithFormQueryParamsSchema,\n} from '.\u002FupdatePetWithFormSchema.ts'\nexport type {\n UpdateUserErrorSchema,\n UpdateUserMutationRequestSchema,\n UpdateUserMutationResponseSchema,\n UpdateUserMutationSchema,\n UpdateUserPathParamsSchema,\n} from '.\u002FupdateUserSchema.ts'\nexport {\n updateUserErrorSchema,\n updateUserMutationRequestSchema,\n updateUserMutationResponseSchema,\n updateUserMutationSchema,\n updateUserPathParamsSchema,\n} from '.\u002FupdateUserSchema.ts'\nexport type {\n UploadFile200Schema,\n UploadFileMutationRequestSchema,\n UploadFileMutationResponseSchema,\n UploadFileMutationSchema,\n UploadFilePathParamsSchema,\n UploadFileQueryParamsSchema,\n} from '.\u002FuploadFileSchema.ts'\nexport {\n uploadFile200Schema,\n uploadFileMutationRequestSchema,\n uploadFileMutationResponseSchema,\n uploadFileMutationSchema,\n uploadFilePathParamsSchema,\n uploadFileQueryParamsSchema,\n} from '.\u002FuploadFileSchema.ts'\nexport type { UserArraySchema } from '.\u002FuserArraySchema.ts'\nexport { userArraySchema } from '.\u002FuserArraySchema.ts'\nexport type { UserSchema } from '.\u002FuserSchema.ts'\nexport { userSchema } from '.\u002FuserSchema.ts'\n","id":"mod_VHoxGwY5FeeyApFr3TQa7v","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"x_GoYzIMAdY","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const loginUserQueryParamsSchema = z\n .object({\n username: z.string().optional().describe('The user name for login'),\n password: z.string().optional().describe('The password for login in clear text'),\n })\n .optional()\n\nexport type LoginUserQueryParamsSchema = z.infer\u003Ctypeof loginUserQueryParamsSchema\u003E\n\nexport const loginUser200Schema = z.string().describe('successful operation')\n\nexport type LoginUser200Schema = z.infer\u003Ctypeof loginUser200Schema\u003E\n\nexport const loginUser400Schema = z.any().describe('Invalid username\u002Fpassword supplied')\n\nexport type LoginUser400Schema = z.infer\u003Ctypeof loginUser400Schema\u003E\n\nexport const loginUserQueryResponseSchema = loginUser200Schema\n\nexport type LoginUserQueryResponseSchema = z.infer\u003Ctypeof loginUserQueryResponseSchema\u003E\n\nexport const loginUserQuerySchema = z.object({\n Response: loginUser200Schema,\n QueryParams: loginUserQueryParamsSchema,\n Errors: loginUser400Schema,\n})\n\nexport type LoginUserQuerySchema = z.infer\u003Ctypeof loginUserQuerySchema\u003E\n","id":"mod_RcR8Cv2PVfFzfNzRwWXK1u","is_binary":false,"title":"loginUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"MqZz2Fw1ZEK","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const logoutUserErrorSchema = z.any().describe('successful operation')\n\nexport type LogoutUserErrorSchema = z.infer\u003Ctypeof logoutUserErrorSchema\u003E\n\nexport const logoutUserQueryResponseSchema = z.any()\n\nexport type LogoutUserQueryResponseSchema = z.infer\u003Ctypeof logoutUserQueryResponseSchema\u003E\n\nexport const logoutUserQuerySchema = z.object({\n Response: z.any(),\n Errors: logoutUserErrorSchema,\n})\n\nexport type LogoutUserQuerySchema = z.infer\u003Ctypeof logoutUserQuerySchema\u003E\n","id":"mod_4oXGyeVALGtK4uTyrKSBRL","is_binary":false,"title":"logoutUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"EyXeH6_6t2a","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { z } from '..\u002F..\u002Fzod.ts'\nimport { addPet200Schema, addPet405Schema, addPetMutationRequestSchema, addPetMutationResponseSchema } from '.\u002FaddPetSchema.ts'\nimport {\n createPets201Schema,\n createPetsHeaderParamsSchema,\n createPetsMutationRequestSchema,\n createPetsMutationResponseSchema,\n createPetsPathParamsSchema,\n createPetsQueryParamsSchema,\n} from '.\u002FcreatePetsSchema.ts'\nimport { createUserMutationRequestSchema, createUserMutationResponseSchema } from '.\u002FcreateUserSchema.ts'\nimport {\n createUsersWithListInput200Schema,\n createUsersWithListInputMutationRequestSchema,\n createUsersWithListInputMutationResponseSchema,\n} from '.\u002FcreateUsersWithListInputSchema.ts'\nimport { deleteOrder400Schema, deleteOrder404Schema, deleteOrderMutationResponseSchema, deleteOrderPathParamsSchema } from '.\u002FdeleteOrderSchema.ts'\nimport { deletePet400Schema, deletePetHeaderParamsSchema, deletePetMutationResponseSchema, deletePetPathParamsSchema } from '.\u002FdeletePetSchema.ts'\nimport { deleteUser400Schema, deleteUser404Schema, deleteUserMutationResponseSchema, deleteUserPathParamsSchema } from '.\u002FdeleteUserSchema.ts'\nimport {\n findPetsByStatus200Schema,\n findPetsByStatus400Schema,\n findPetsByStatusQueryParamsSchema,\n findPetsByStatusQueryResponseSchema,\n} from '.\u002FfindPetsByStatusSchema.ts'\nimport {\n findPetsByTags200Schema,\n findPetsByTags400Schema,\n findPetsByTagsHeaderParamsSchema,\n findPetsByTagsQueryParamsSchema,\n findPetsByTagsQueryResponseSchema,\n} from '.\u002FfindPetsByTagsSchema.ts'\nimport { getInventory200Schema, getInventoryQueryResponseSchema } from '.\u002FgetInventorySchema.ts'\nimport {\n getOrderById200Schema,\n getOrderById400Schema,\n getOrderById404Schema,\n getOrderByIdPathParamsSchema,\n getOrderByIdQueryResponseSchema,\n} from '.\u002FgetOrderByIdSchema.ts'\nimport { getPetById200Schema, getPetById400Schema, getPetById404Schema, getPetByIdPathParamsSchema, getPetByIdQueryResponseSchema } from '.\u002FgetPetByIdSchema.ts'\nimport { getThings201Schema, getThingsQueryParamsSchema, getThingsQueryResponseSchema } from '.\u002FgetThingsSchema.ts'\nimport {\n getUserByName200Schema,\n getUserByName400Schema,\n getUserByName404Schema,\n getUserByNamePathParamsSchema,\n getUserByNameQueryResponseSchema,\n} from '.\u002FgetUserByNameSchema.ts'\nimport { loginUser200Schema, loginUser400Schema, loginUserQueryParamsSchema, loginUserQueryResponseSchema } from '.\u002FloginUserSchema.ts'\nimport { logoutUserQueryResponseSchema } from '.\u002FlogoutUserSchema.ts'\nimport {\n placeOrderPatch200Schema,\n placeOrderPatch405Schema,\n placeOrderPatchMutationRequestSchema,\n placeOrderPatchMutationResponseSchema,\n} from '.\u002FplaceOrderPatchSchema.ts'\nimport { placeOrder200Schema, placeOrder405Schema, placeOrderMutationRequestSchema, placeOrderMutationResponseSchema } from '.\u002FplaceOrderSchema.ts'\nimport {\n updatePet200Schema,\n updatePet400Schema,\n updatePet404Schema,\n updatePet405Schema,\n updatePetMutationRequestSchema,\n updatePetMutationResponseSchema,\n} from '.\u002FupdatePetSchema.ts'\nimport {\n updatePetWithForm405Schema,\n updatePetWithFormMutationResponseSchema,\n updatePetWithFormPathParamsSchema,\n updatePetWithFormQueryParamsSchema,\n} from '.\u002FupdatePetWithFormSchema.ts'\nimport { updateUserMutationRequestSchema, updateUserMutationResponseSchema, updateUserPathParamsSchema } from '.\u002FupdateUserSchema.ts'\nimport {\n uploadFile200Schema,\n uploadFileMutationRequestSchema,\n uploadFileMutationResponseSchema,\n uploadFilePathParamsSchema,\n uploadFileQueryParamsSchema,\n} from '.\u002FuploadFileSchema.ts'\n\nexport type OperationSchema = {\n readonly request: z.ZodTypeAny | undefined\n readonly parameters: {\n readonly path: z.ZodTypeAny | undefined\n readonly query: z.ZodTypeAny | undefined\n readonly header: z.ZodTypeAny | undefined\n }\n readonly responses: {\n readonly [status: number]: z.ZodTypeAny\n readonly default: z.ZodTypeAny\n }\n readonly errors: {\n readonly [status: number]: z.ZodTypeAny\n }\n}\n\nexport type OperationsMap = Record\u003Cstring, OperationSchema\u003E\n\nexport const operations = {\n getThings: {\n request: undefined,\n parameters: {\n path: undefined,\n query: getThingsQueryParamsSchema,\n header: undefined,\n },\n responses: {\n 201: getThings201Schema,\n default: getThingsQueryResponseSchema,\n },\n errors: {},\n },\n createPets: {\n request: createPetsMutationRequestSchema,\n parameters: {\n path: createPetsPathParamsSchema,\n query: createPetsQueryParamsSchema,\n header: createPetsHeaderParamsSchema,\n },\n responses: {\n 201: createPets201Schema,\n default: createPetsMutationResponseSchema,\n },\n errors: {},\n },\n updatePet: {\n request: updatePetMutationRequestSchema,\n parameters: {\n path: undefined,\n query: undefined,\n header: undefined,\n },\n responses: {\n 200: updatePet200Schema,\n 400: updatePet400Schema,\n 404: updatePet404Schema,\n 405: updatePet405Schema,\n default: updatePetMutationResponseSchema,\n },\n errors: {\n 400: updatePet400Schema,\n 404: updatePet404Schema,\n 405: updatePet405Schema,\n },\n },\n addPet: {\n request: addPetMutationRequestSchema,\n parameters: {\n path: undefined,\n query: undefined,\n header: undefined,\n },\n responses: {\n 200: addPet200Schema,\n 405: addPet405Schema,\n default: addPetMutationResponseSchema,\n },\n errors: {\n 405: addPet405Schema,\n },\n },\n findPetsByStatus: {\n request: undefined,\n parameters: {\n path: undefined,\n query: findPetsByStatusQueryParamsSchema,\n header: undefined,\n },\n responses: {\n 200: findPetsByStatus200Schema,\n 400: findPetsByStatus400Schema,\n default: findPetsByStatusQueryResponseSchema,\n },\n errors: {\n 400: findPetsByStatus400Schema,\n },\n },\n findPetsByTags: {\n request: undefined,\n parameters: {\n path: undefined,\n query: findPetsByTagsQueryParamsSchema,\n header: findPetsByTagsHeaderParamsSchema,\n },\n responses: {\n 200: findPetsByTags200Schema,\n 400: findPetsByTags400Schema,\n default: findPetsByTagsQueryResponseSchema,\n },\n errors: {\n 400: findPetsByTags400Schema,\n },\n },\n getPetById: {\n request: undefined,\n parameters: {\n path: getPetByIdPathParamsSchema,\n query: undefined,\n header: undefined,\n },\n responses: {\n 200: getPetById200Schema,\n 400: getPetById400Schema,\n 404: getPetById404Schema,\n default: getPetByIdQueryResponseSchema,\n },\n errors: {\n 400: getPetById400Schema,\n 404: getPetById404Schema,\n },\n },\n updatePetWithForm: {\n request: undefined,\n parameters: {\n path: updatePetWithFormPathParamsSchema,\n query: updatePetWithFormQueryParamsSchema,\n header: undefined,\n },\n responses: {\n 405: updatePetWithForm405Schema,\n default: updatePetWithFormMutationResponseSchema,\n },\n errors: {\n 405: updatePetWithForm405Schema,\n },\n },\n deletePet: {\n request: undefined,\n parameters: {\n path: deletePetPathParamsSchema,\n query: undefined,\n header: deletePetHeaderParamsSchema,\n },\n responses: {\n 400: deletePet400Schema,\n default: deletePetMutationResponseSchema,\n },\n errors: {\n 400: deletePet400Schema,\n },\n },\n uploadFile: {\n request: uploadFileMutationRequestSchema,\n parameters: {\n path: uploadFilePathParamsSchema,\n query: uploadFileQueryParamsSchema,\n header: undefined,\n },\n responses: {\n 200: uploadFile200Schema,\n default: uploadFileMutationResponseSchema,\n },\n errors: {},\n },\n getInventory: {\n request: undefined,\n parameters: {\n path: undefined,\n query: undefined,\n header: undefined,\n },\n responses: {\n 200: getInventory200Schema,\n default: getInventoryQueryResponseSchema,\n },\n errors: {},\n },\n placeOrder: {\n request: placeOrderMutationRequestSchema,\n parameters: {\n path: undefined,\n query: undefined,\n header: undefined,\n },\n responses: {\n 200: placeOrder200Schema,\n 405: placeOrder405Schema,\n default: placeOrderMutationResponseSchema,\n },\n errors: {\n 405: placeOrder405Schema,\n },\n },\n placeOrderPatch: {\n request: placeOrderPatchMutationRequestSchema,\n parameters: {\n path: undefined,\n query: undefined,\n header: undefined,\n },\n responses: {\n 200: placeOrderPatch200Schema,\n 405: placeOrderPatch405Schema,\n default: placeOrderPatchMutationResponseSchema,\n },\n errors: {\n 405: placeOrderPatch405Schema,\n },\n },\n getOrderById: {\n request: undefined,\n parameters: {\n path: getOrderByIdPathParamsSchema,\n query: undefined,\n header: undefined,\n },\n responses: {\n 200: getOrderById200Schema,\n 400: getOrderById400Schema,\n 404: getOrderById404Schema,\n default: getOrderByIdQueryResponseSchema,\n },\n errors: {\n 400: getOrderById400Schema,\n 404: getOrderById404Schema,\n },\n },\n deleteOrder: {\n request: undefined,\n parameters: {\n path: deleteOrderPathParamsSchema,\n query: undefined,\n header: undefined,\n },\n responses: {\n 400: deleteOrder400Schema,\n 404: deleteOrder404Schema,\n default: deleteOrderMutationResponseSchema,\n },\n errors: {\n 400: deleteOrder400Schema,\n 404: deleteOrder404Schema,\n },\n },\n createUser: {\n request: createUserMutationRequestSchema,\n parameters: {\n path: undefined,\n query: undefined,\n header: undefined,\n },\n responses: {\n default: createUserMutationResponseSchema,\n },\n errors: {},\n },\n createUsersWithListInput: {\n request: createUsersWithListInputMutationRequestSchema,\n parameters: {\n path: undefined,\n query: undefined,\n header: undefined,\n },\n responses: {\n 200: createUsersWithListInput200Schema,\n default: createUsersWithListInputMutationResponseSchema,\n },\n errors: {},\n },\n loginUser: {\n request: undefined,\n parameters: {\n path: undefined,\n query: loginUserQueryParamsSchema,\n header: undefined,\n },\n responses: {\n 200: loginUser200Schema,\n 400: loginUser400Schema,\n default: loginUserQueryResponseSchema,\n },\n errors: {\n 400: loginUser400Schema,\n },\n },\n logoutUser: {\n request: undefined,\n parameters: {\n path: undefined,\n query: undefined,\n header: undefined,\n },\n responses: {\n default: logoutUserQueryResponseSchema,\n },\n errors: {},\n },\n getUserByName: {\n request: undefined,\n parameters: {\n path: getUserByNamePathParamsSchema,\n query: undefined,\n header: undefined,\n },\n responses: {\n 200: getUserByName200Schema,\n 400: getUserByName400Schema,\n 404: getUserByName404Schema,\n default: getUserByNameQueryResponseSchema,\n },\n errors: {\n 400: getUserByName400Schema,\n 404: getUserByName404Schema,\n },\n },\n updateUser: {\n request: updateUserMutationRequestSchema,\n parameters: {\n path: updateUserPathParamsSchema,\n query: undefined,\n header: undefined,\n },\n responses: {\n default: updateUserMutationResponseSchema,\n },\n errors: {},\n },\n deleteUser: {\n request: undefined,\n parameters: {\n path: deleteUserPathParamsSchema,\n query: undefined,\n header: undefined,\n },\n responses: {\n 400: deleteUser400Schema,\n 404: deleteUser404Schema,\n default: deleteUserMutationResponseSchema,\n },\n errors: {\n 400: deleteUser400Schema,\n 404: deleteUser404Schema,\n },\n },\n} as const\n\nexport const paths = {\n '\u002Fpets\u002F{uuid}': {\n GET: operations['getThings'],\n POST: operations['createPets'],\n },\n '\u002Fpet': {\n PUT: operations['updatePet'],\n POST: operations['addPet'],\n },\n '\u002Fpet\u002FfindByStatus': {\n GET: operations['findPetsByStatus'],\n },\n '\u002Fpet\u002FfindByTags': {\n GET: operations['findPetsByTags'],\n },\n '\u002Fpet\u002F{petId}': {\n GET: operations['getPetById'],\n POST: operations['updatePetWithForm'],\n DELETE: operations['deletePet'],\n },\n '\u002Fpet\u002F{petId}\u002FuploadImage': {\n POST: operations['uploadFile'],\n },\n '\u002Fstore\u002Finventory': {\n GET: operations['getInventory'],\n },\n '\u002Fstore\u002Forder': {\n POST: operations['placeOrder'],\n PATCH: operations['placeOrderPatch'],\n },\n '\u002Fstore\u002Forder\u002F{orderId}': {\n GET: operations['getOrderById'],\n DELETE: operations['deleteOrder'],\n },\n '\u002Fuser': {\n POST: operations['createUser'],\n },\n '\u002Fuser\u002FcreateWithList': {\n POST: operations['createUsersWithListInput'],\n },\n '\u002Fuser\u002Flogin': {\n GET: operations['loginUser'],\n },\n '\u002Fuser\u002Flogout': {\n GET: operations['logoutUser'],\n },\n '\u002Fuser\u002F{username}': {\n GET: operations['getUserByName'],\n PUT: operations['updateUser'],\n DELETE: operations['deleteUser'],\n },\n} as const\n","id":"mod_9p7KjCaGciQyJc5oBCV95k","is_binary":false,"title":"operationsSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"rrgwJSaPS2_","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const orderSchema = z.object({\n id: z.int().optional(),\n petId: z.int().optional(),\n quantity: z.int().optional(),\n shipDate: z.iso.datetime().optional(),\n status: z.enum(['placed', 'approved', 'delivered']).optional().describe('Order Status'),\n http_status: z\n .union([z.literal(200), z.literal(400)])\n .optional()\n .describe('HTTP Status'),\n value: z\n .union([z.literal(0), z.literal(1), z.literal(2), z.literal(3), z.literal(3.5), z.literal(4)])\n .optional()\n .describe('Price'),\n complete: z.boolean().optional(),\n})\n\nexport type OrderSchema = z.infer\u003Ctypeof orderSchema\u003E\n","id":"mod_W4Xjo1bEdZw7TxpUq5WpHa","is_binary":false,"title":"orderSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"lQ4Zo9vTidJ","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const petNotFoundSchema = z.object({\n code: z.int().optional(),\n message: z.string().optional(),\n})\n\nexport type PetNotFoundSchema = z.infer\u003Ctypeof petNotFoundSchema\u003E\n","id":"mod_TckXm8UmMCawAW4CrbDGMJ","is_binary":false,"title":"petNotFoundSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"hrtWcwIurmB","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { categorySchema } from '.\u002FcategorySchema.ts'\nimport { tagSchema } from '.\u002FtagSchema.ts'\n\nexport const petSchema = z.object({\n id: z.int().optional(),\n get parent() {\n return z.array(petSchema).optional()\n },\n internalId: z\n .string()\n .regex(\u002F^[0-9]{1,19}$\u002F)\n .optional(),\n name: z.string(),\n category: categorySchema.optional(),\n photoUrls: z.array(z.string()),\n tags: z.array(tagSchema).optional(),\n status: z.enum(['available', 'pending', 'sold']).optional().describe('pet status in the store'),\n})\n\nexport type PetSchema = z.infer\u003Ctypeof petSchema\u003E\n","id":"mod_QZjsxNF5Y2XpkamYBJjD4V","is_binary":false,"title":"petSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"zzKySba1nOn","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const phoneNumberSchema = z.string().regex(\u002F^(\\+\\d{1,3}[-\\s]?)?\\(?(?:\\d{1,4})\\)?[-\\s]?\\d{1,4}[-\\s]?\\d{1,9}$\u002F)\n\nexport type PhoneNumberSchema = z.infer\u003Ctypeof phoneNumberSchema\u003E\n","id":"mod_KVttGRfmtJ3stcPx4tx6cY","is_binary":false,"title":"phoneNumberSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"DfPI6CqM5KA","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { z } from '..\u002F..\u002Fzod.ts'\nimport { phoneNumberSchema } from '.\u002FphoneNumberSchema.ts'\n\nexport const phoneWithMaxLengthExplicitSchema = phoneNumberSchema.max(15)\n\nexport type PhoneWithMaxLengthExplicitSchema = z.infer\u003Ctypeof phoneWithMaxLengthExplicitSchema\u003E\n","id":"mod_5jCjqjK9AeSUvsJTP3T9Du","is_binary":false,"title":"phoneWithMaxLengthExplicitSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"Ew1dFJy9T8s","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport type { z } from '..\u002F..\u002Fzod.ts'\nimport { phoneNumberSchema } from '.\u002FphoneNumberSchema.ts'\n\nexport const phoneWithMaxLengthSchema = phoneNumberSchema.max(15)\n\nexport type PhoneWithMaxLengthSchema = z.infer\u003Ctypeof phoneWithMaxLengthSchema\u003E\n","id":"mod_379xHgSajNxhoZuTYcFxTN","is_binary":false,"title":"phoneWithMaxLengthSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"6aFzV-aEus6","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { orderSchema } from '.\u002ForderSchema.ts'\n\nexport const placeOrderPatch200Schema = orderSchema.describe('successful operation')\n\nexport type PlaceOrderPatch200Schema = z.infer\u003Ctypeof placeOrderPatch200Schema\u003E\n\nexport const placeOrderPatch405Schema = z.any().describe('Invalid input')\n\nexport type PlaceOrderPatch405Schema = z.infer\u003Ctypeof placeOrderPatch405Schema\u003E\n\nexport const placeOrderPatchMutationRequestSchema = orderSchema.optional()\n\nexport type PlaceOrderPatchMutationRequestSchema = z.infer\u003Ctypeof placeOrderPatchMutationRequestSchema\u003E\n\nexport const placeOrderPatchMutationResponseSchema = placeOrderPatch200Schema\n\nexport type PlaceOrderPatchMutationResponseSchema = z.infer\u003Ctypeof placeOrderPatchMutationResponseSchema\u003E\n\nexport const placeOrderPatchMutationSchema = z.object({\n Response: placeOrderPatch200Schema,\n Request: placeOrderPatchMutationRequestSchema,\n Errors: placeOrderPatch405Schema,\n})\n\nexport type PlaceOrderPatchMutationSchema = z.infer\u003Ctypeof placeOrderPatchMutationSchema\u003E\n","id":"mod_6TNbHB3sWBrh9fEUeHSYWd","is_binary":false,"title":"placeOrderPatchSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"sq84UpjDrLG","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { orderSchema } from '.\u002ForderSchema.ts'\n\nexport const placeOrder200Schema = orderSchema.describe('successful operation')\n\nexport type PlaceOrder200Schema = z.infer\u003Ctypeof placeOrder200Schema\u003E\n\nexport const placeOrder405Schema = z.any().describe('Invalid input')\n\nexport type PlaceOrder405Schema = z.infer\u003Ctypeof placeOrder405Schema\u003E\n\nexport const placeOrderMutationRequestSchema = orderSchema.optional()\n\nexport type PlaceOrderMutationRequestSchema = z.infer\u003Ctypeof placeOrderMutationRequestSchema\u003E\n\nexport const placeOrderMutationResponseSchema = placeOrder200Schema\n\nexport type PlaceOrderMutationResponseSchema = z.infer\u003Ctypeof placeOrderMutationResponseSchema\u003E\n\nexport const placeOrderMutationSchema = z.object({\n Response: placeOrder200Schema,\n Request: placeOrderMutationRequestSchema,\n Errors: placeOrder405Schema,\n})\n\nexport type PlaceOrderMutationSchema = z.infer\u003Ctypeof placeOrderMutationSchema\u003E\n","id":"mod_emgdprgcS1coe8pzqGp3F","is_binary":false,"title":"placeOrderSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"nRXGiRzxr5d","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const tagSchema = z.object({\n id: z.int().optional(),\n name: z.string().optional(),\n})\n\nexport type TagSchema = z.infer\u003Ctypeof tagSchema\u003E\n","id":"mod_UCjwZfEWPwMCJhAegF9pcq","is_binary":false,"title":"tagSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"2wt9KmgiQ6d","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { petSchema } from '.\u002FpetSchema.ts'\n\nexport const updatePet200Schema = petSchema.describe('Successful operation')\n\nexport type UpdatePet200Schema = z.infer\u003Ctypeof updatePet200Schema\u003E\n\nexport const updatePet400Schema = z.any().describe('Invalid ID supplied')\n\nexport type UpdatePet400Schema = z.infer\u003Ctypeof updatePet400Schema\u003E\n\nexport const updatePet404Schema = z.any().describe('Pet not found')\n\nexport type UpdatePet404Schema = z.infer\u003Ctypeof updatePet404Schema\u003E\n\nexport const updatePet405Schema = z.any().describe('Validation exception')\n\nexport type UpdatePet405Schema = z.infer\u003Ctypeof updatePet405Schema\u003E\n\nexport const updatePetMutationRequestSchema = petSchema.describe('Update an existent pet in the store')\n\nexport type UpdatePetMutationRequestSchema = z.infer\u003Ctypeof updatePetMutationRequestSchema\u003E\n\nexport const updatePetMutationResponseSchema = updatePet200Schema\n\nexport type UpdatePetMutationResponseSchema = z.infer\u003Ctypeof updatePetMutationResponseSchema\u003E\n\nexport const updatePetMutationSchema = z.object({\n Response: updatePet200Schema,\n Request: updatePetMutationRequestSchema,\n Errors: z.union([updatePet400Schema, updatePet404Schema, updatePet405Schema]),\n})\n\nexport type UpdatePetMutationSchema = z.infer\u003Ctypeof updatePetMutationSchema\u003E\n","id":"mod_7xSJhfU7KV2XXfezhkJZuv","is_binary":false,"title":"updatePetSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"fIN5jTxmH_H","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const updatePetWithFormPathParamsSchema = z.object({\n petId: z.int().describe('ID of pet that needs to be updated'),\n})\n\nexport type UpdatePetWithFormPathParamsSchema = z.infer\u003Ctypeof updatePetWithFormPathParamsSchema\u003E\n\nexport const updatePetWithFormQueryParamsSchema = z\n .object({\n name: z.string().optional().describe('Name of pet that needs to be updated'),\n status: z.string().optional().describe('Status of pet that needs to be updated'),\n })\n .optional()\n\nexport type UpdatePetWithFormQueryParamsSchema = z.infer\u003Ctypeof updatePetWithFormQueryParamsSchema\u003E\n\nexport const updatePetWithForm405Schema = z.any().describe('Invalid input')\n\nexport type UpdatePetWithForm405Schema = z.infer\u003Ctypeof updatePetWithForm405Schema\u003E\n\nexport const updatePetWithFormMutationResponseSchema = z.any()\n\nexport type UpdatePetWithFormMutationResponseSchema = z.infer\u003Ctypeof updatePetWithFormMutationResponseSchema\u003E\n\nexport const updatePetWithFormMutationSchema = z.object({\n Response: z.any(),\n QueryParams: updatePetWithFormQueryParamsSchema,\n PathParams: updatePetWithFormPathParamsSchema,\n Errors: updatePetWithForm405Schema,\n})\n\nexport type UpdatePetWithFormMutationSchema = z.infer\u003Ctypeof updatePetWithFormMutationSchema\u003E\n","id":"mod_6rxAUzRq8XBT3xtZmWJWZz","is_binary":false,"title":"updatePetWithFormSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"gBkGwyTkOGX","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { userSchema } from '.\u002FuserSchema.ts'\n\nexport const updateUserPathParamsSchema = z.object({\n username: z.string().describe('name that need to be deleted'),\n})\n\nexport type UpdateUserPathParamsSchema = z.infer\u003Ctypeof updateUserPathParamsSchema\u003E\n\nexport const updateUserErrorSchema = z.any().describe('successful operation')\n\nexport type UpdateUserErrorSchema = z.infer\u003Ctypeof updateUserErrorSchema\u003E\n\nexport const updateUserMutationRequestSchema = userSchema.optional().describe('Update an existent user in the store')\n\nexport type UpdateUserMutationRequestSchema = z.infer\u003Ctypeof updateUserMutationRequestSchema\u003E\n\nexport const updateUserMutationResponseSchema = z.any()\n\nexport type UpdateUserMutationResponseSchema = z.infer\u003Ctypeof updateUserMutationResponseSchema\u003E\n\nexport const updateUserMutationSchema = z.object({\n Response: z.any(),\n Request: updateUserMutationRequestSchema,\n PathParams: updateUserPathParamsSchema,\n Errors: updateUserErrorSchema,\n})\n\nexport type UpdateUserMutationSchema = z.infer\u003Ctypeof updateUserMutationSchema\u003E\n","id":"mod_LJ6r6so9T1is8MTjDCS47C","is_binary":false,"title":"updateUserSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"tMTWuUC2pjW","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\nimport { apiResponseSchema } from '.\u002FapiResponseSchema.ts'\n\nexport const uploadFilePathParamsSchema = z.object({\n petId: z.int().describe('ID of pet to update'),\n})\n\nexport type UploadFilePathParamsSchema = z.infer\u003Ctypeof uploadFilePathParamsSchema\u003E\n\nexport const uploadFileQueryParamsSchema = z\n .object({\n additionalMetadata: z.string().optional().describe('Additional Metadata'),\n })\n .optional()\n\nexport type UploadFileQueryParamsSchema = z.infer\u003Ctypeof uploadFileQueryParamsSchema\u003E\n\nexport const uploadFile200Schema = apiResponseSchema.describe('successful operation')\n\nexport type UploadFile200Schema = z.infer\u003Ctypeof uploadFile200Schema\u003E\n\nexport const uploadFileMutationRequestSchema = z.instanceof(File).optional()\n\nexport type UploadFileMutationRequestSchema = z.infer\u003Ctypeof uploadFileMutationRequestSchema\u003E\n\nexport const uploadFileMutationResponseSchema = uploadFile200Schema\n\nexport type UploadFileMutationResponseSchema = z.infer\u003Ctypeof uploadFileMutationResponseSchema\u003E\n\nexport const uploadFileMutationSchema = z.object({\n Response: uploadFile200Schema,\n Request: uploadFileMutationRequestSchema,\n QueryParams: uploadFileQueryParamsSchema,\n PathParams: uploadFilePathParamsSchema,\n Errors: z.any(),\n})\n\nexport type UploadFileMutationSchema = z.infer\u003Ctypeof uploadFileMutationSchema\u003E\n","id":"mod_4m8FYjP6qWmCcyMsFkP96t","is_binary":false,"title":"uploadFileSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"_i8h6AKcO-E","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const userArraySchema = z.any().describe('List of user object')\n\nexport type UserArraySchema = z.infer\u003Ctypeof userArraySchema\u003E\n","id":"mod_XCQ2L1tZCyB8TwqLMtUu5c","is_binary":false,"title":"userArraySchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"GV8G2sdd_XX","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { z } from '..\u002F..\u002Fzod.ts'\n\nexport const userSchema = z.object({\n id: z.int().optional(),\n username: z.string().optional(),\n firstName: z.string().optional(),\n lastName: z.string().optional(),\n email: z.string().optional(),\n password: z.string().optional(),\n phone: z.string().optional(),\n userStatus: z.int().optional().describe('User Status'),\n})\n\nexport type UserSchema = z.infer\u003Ctypeof userSchema\u003E\n","id":"mod_2BmCLjWJwbq4EyULX5KDEe","is_binary":false,"title":"userSchema.ts","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"Yeu3d1VMrcS","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":"zRqUL8p3j4o"},{"code":"{\n \"compilerOptions\": {\n \"target\": \"ES2021\",\n \u002F* If NOT transpiling with TypeScript: *\u002F\n \"module\": \"ES2020\",\n \"moduleResolution\": \"Bundler\",\n \"sourceMap\": true,\n \"strictNullChecks\": true,\n \"jsx\": \"react-jsx\",\n \"outDir\": \"es\",\n \"experimentalDecorators\": true,\n \"skipLibCheck\": true,\n \"resolveJsonModule\": true,\n \"esModuleInterop\": true,\n \"allowJs\": true,\n \"allowImportingTsExtensions\": true,\n \"noEmit\": true\n },\n \"include\": [\".\u002Fsrc\u002F**\u002F*\", \"kubb.config.js\"],\n \"exclude\": [\"**\u002Fnode_modules\", \"**\u002Ftypes\u002F**\", \"**\u002Fmocks\u002F**\"]\n}\n","id":"mod_Mb6FHKk6sfP9FRyqksD6Wd","is_binary":false,"title":"tsconfig.json","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"ZHTD5xvWegX","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":null},{"code":"---\nopenapi: 3.0.1\ninfo:\n title: Union with ReadOnly Properties\n version: 1.0.0\nservers:\n - url: http:\u002F\u002Flocalhost\u002F\npaths:\n \"\u002Fitems\":\n post:\n operationId: createItem\n summary: Create an item\n requestBody:\n description: Item to create\n required: true\n content:\n application\u002Fjson:\n schema:\n $ref: \"#\u002Fcomponents\u002Fschemas\u002FItem\"\n responses:\n \"200\":\n description: Success\n content:\n application\u002Fjson:\n schema:\n $ref: \"#\u002Fcomponents\u002Fschemas\u002FItem\"\n put:\n operationId: updateItem\n summary: Update an item\n requestBody:\n description: Item to update\n required: true\n content:\n application\u002Fjson:\n schema:\n $ref: \"#\u002Fcomponents\u002Fschemas\u002FItem\"\n responses:\n \"200\":\n description: Success\n content:\n application\u002Fjson:\n schema:\n $ref: \"#\u002Fcomponents\u002Fschemas\u002FItem\"\ncomponents:\n schemas:\n Item:\n type: object\n required:\n - name\n - type\n oneOf:\n - $ref: \"#\u002Fcomponents\u002Fschemas\u002FItemTypeA\"\n - $ref: \"#\u002Fcomponents\u002Fschemas\u002FItemTypeB\"\n discriminator:\n propertyName: type\n mapping:\n typeA: \"#\u002Fcomponents\u002Fschemas\u002FItemTypeA\"\n typeB: \"#\u002Fcomponents\u002Fschemas\u002FItemTypeB\"\n properties:\n id:\n type: integer\n readOnly: true\n type:\n type: string\n enum:\n - typeA\n - typeB\n readOnly: true\n name:\n type: string\n createdAt:\n type: string\n format: date-time\n readOnly: true\n ItemTypeA:\n type: object\n properties:\n type:\n type: string\n readOnly: true\n fieldA:\n type: string\n ItemTypeB:\n type: object\n properties:\n type:\n type: string\n readOnly: true\n fieldB:\n type: number\n","id":"mod_R8xErueQosvHeXjEExtyRt","is_binary":false,"title":"unionWithReadOnly.yaml","sha":null,"inserted_at":"2026-04-04T10:01:45","updated_at":"2026-04-04T10:01:45","upload_id":null,"shortid":"5vvq0hQPi0z","source_id":"src_83qL7ac1rxNmBys7nuN1St","directory_shortid":null}]};