),\n },\n ...(data || {}),\n }\n}\n","id":"mod_BZoLumcsc5MTL5dje3murG","is_binary":false,"title":"createUser.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"yKy1K0QxfMA","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"LZ4SuXfG_d"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { UserArray } from '..\u002Fmodels\u002FUserArray.ts'\nimport { createUser } from '.\u002FcreateUser.ts'\n\nexport function createUserArray(data?: UserArray): UserArray {\n return [...faker.helpers.multiple(() =\u003E createUser()), ...(data || [])]\n}\n","id":"mod_E5SRjJwDZSFQUfSZY2mnam","is_binary":false,"title":"createUserArray.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"F5C7h7Uj7T4","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"LZ4SuXfG_d"},{"code":"export { createAddress } from '.\u002FcreateAddress.ts'\nexport { createApiResponse } from '.\u002FcreateApiResponse.ts'\nexport { createCategory } from '.\u002FcreateCategory.ts'\nexport { createCustomer } from '.\u002FcreateCustomer.ts'\nexport { createItem } from '.\u002FcreateItem.ts'\nexport { createOrder } from '.\u002FcreateOrder.ts'\nexport { createPet } from '.\u002FcreatePet.ts'\nexport { createTag } from '.\u002FcreateTag.ts'\nexport {\n createUpdatePet200,\n createUpdatePet400,\n createUpdatePet404,\n createUpdatePet405,\n createUpdatePetMutationRequest,\n createUpdatePetMutationResponse,\n} from '.\u002FcreateUpdatePet.ts'\nexport {\n createUpdatePetWithForm405,\n createUpdatePetWithFormMutationResponse,\n createUpdatePetWithFormPathParams,\n createUpdatePetWithFormQueryParams,\n} from '.\u002FcreateUpdatePetWithForm.ts'\nexport { createUser } from '.\u002FcreateUser.ts'\nexport { createUserArray } from '.\u002FcreateUserArray.ts'\n","id":"mod_dxP75zFfZRnYrGkpqmgdS","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"eYcCeXDqCBq","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"LZ4SuXfG_d"},{"code":"export { createAddress } from '.\u002Ffaker\u002FcreateAddress.ts'\nexport { createApiResponse } from '.\u002Ffaker\u002FcreateApiResponse.ts'\nexport { createCategory } from '.\u002Ffaker\u002FcreateCategory.ts'\nexport { createCustomer } from '.\u002Ffaker\u002FcreateCustomer.ts'\nexport { createItem } from '.\u002Ffaker\u002FcreateItem.ts'\nexport { createOrder } from '.\u002Ffaker\u002FcreateOrder.ts'\nexport { createPet } from '.\u002Ffaker\u002FcreatePet.ts'\nexport { createTag } from '.\u002Ffaker\u002FcreateTag.ts'\nexport {\n createUpdatePet200,\n createUpdatePet400,\n createUpdatePet404,\n createUpdatePet405,\n createUpdatePetMutationRequest,\n createUpdatePetMutationResponse,\n} from '.\u002Ffaker\u002FcreateUpdatePet.ts'\nexport {\n createUpdatePetWithForm405,\n createUpdatePetWithFormMutationResponse,\n createUpdatePetWithFormPathParams,\n createUpdatePetWithFormQueryParams,\n} from '.\u002Ffaker\u002FcreateUpdatePetWithForm.ts'\nexport { createUser } from '.\u002Ffaker\u002FcreateUser.ts'\nexport { createUserArray } from '.\u002Ffaker\u002FcreateUserArray.ts'\nexport type { AddPet200, AddPet405, AddPetMutation, AddPetMutationRequest, AddPetMutationResponse } from '.\u002Fmodels\u002FAddPet.ts'\nexport type { Address, AddressIdentifierEnumKey } from '.\u002Fmodels\u002FAddress.ts'\nexport { addressIdentifierEnum } from '.\u002Fmodels\u002FAddress.ts'\nexport type { ApiResponse } from '.\u002Fmodels\u002FApiResponse.ts'\nexport type { Category } from '.\u002Fmodels\u002FCategory.ts'\nexport type { CreateUserError, CreateUserMutation, CreateUserMutationRequest, CreateUserMutationResponse } from '.\u002Fmodels\u002FCreateUser.ts'\nexport type {\n CreateUsersWithListInput200,\n CreateUsersWithListInputError,\n CreateUsersWithListInputMutation,\n CreateUsersWithListInputMutationRequest,\n CreateUsersWithListInputMutationResponse,\n} from '.\u002Fmodels\u002FCreateUsersWithListInput.ts'\nexport type { Customer } from '.\u002Fmodels\u002FCustomer.ts'\nexport type { DeleteOrder400, DeleteOrder404, DeleteOrderMutation, DeleteOrderMutationResponse, DeleteOrderPathParams } from '.\u002Fmodels\u002FDeleteOrder.ts'\nexport type { DeletePet400, DeletePetHeaderParams, DeletePetMutation, DeletePetMutationResponse, DeletePetPathParams } from '.\u002Fmodels\u002FDeletePet.ts'\nexport type { DeleteUser400, DeleteUser404, DeleteUserMutation, DeleteUserMutationResponse, DeleteUserPathParams } from '.\u002Fmodels\u002FDeleteUser.ts'\nexport type {\n FindPetsByStatus200,\n FindPetsByStatus400,\n FindPetsByStatusQuery,\n FindPetsByStatusQueryParams,\n FindPetsByStatusQueryParamsStatusEnumKey,\n FindPetsByStatusQueryResponse,\n} from '.\u002Fmodels\u002FFindPetsByStatus.ts'\nexport { findPetsByStatusQueryParamsStatusEnum } from '.\u002Fmodels\u002FFindPetsByStatus.ts'\nexport type {\n FindPetsByTags200,\n FindPetsByTags400,\n FindPetsByTagsQuery,\n FindPetsByTagsQueryParams,\n FindPetsByTagsQueryResponse,\n} from '.\u002Fmodels\u002FFindPetsByTags.ts'\nexport type { GetInventory200, GetInventoryQuery, GetInventoryQueryResponse } from '.\u002Fmodels\u002FGetInventory.ts'\nexport type {\n GetOrderById200,\n GetOrderById400,\n GetOrderById404,\n GetOrderByIdPathParams,\n GetOrderByIdQuery,\n GetOrderByIdQueryResponse,\n} from '.\u002Fmodels\u002FGetOrderById.ts'\nexport type { GetPetById200, GetPetById400, GetPetById404, GetPetByIdPathParams, GetPetByIdQuery, GetPetByIdQueryResponse } from '.\u002Fmodels\u002FGetPetById.ts'\nexport type {\n GetUserByName200,\n GetUserByName400,\n GetUserByName404,\n GetUserByNamePathParams,\n GetUserByNameQuery,\n GetUserByNameQueryResponse,\n} from '.\u002Fmodels\u002FGetUserByName.ts'\nexport type { Item } from '.\u002Fmodels\u002FItem.ts'\nexport type { LoginUser200, LoginUser400, LoginUserQuery, LoginUserQueryParams, LoginUserQueryResponse } from '.\u002Fmodels\u002FLoginUser.ts'\nexport type { LogoutUserError, LogoutUserQuery, LogoutUserQueryResponse } from '.\u002Fmodels\u002FLogoutUser.ts'\nexport type { Order, OrderStatusEnumKey } from '.\u002Fmodels\u002FOrder.ts'\nexport { orderStatusEnum } from '.\u002Fmodels\u002FOrder.ts'\nexport type { Pet, PetStatusEnumKey } from '.\u002Fmodels\u002FPet.ts'\nexport { petStatusEnum } from '.\u002Fmodels\u002FPet.ts'\nexport type { PlaceOrder200, PlaceOrder405, PlaceOrderMutation, PlaceOrderMutationRequest, PlaceOrderMutationResponse } from '.\u002Fmodels\u002FPlaceOrder.ts'\nexport type { Tag } from '.\u002Fmodels\u002FTag.ts'\nexport type {\n UpdatePet200,\n UpdatePet400,\n UpdatePet404,\n UpdatePet405,\n UpdatePetMutation,\n UpdatePetMutationRequest,\n UpdatePetMutationResponse,\n} from '.\u002Fmodels\u002FUpdatePet.ts'\nexport type {\n UpdatePetWithForm405,\n UpdatePetWithFormMutation,\n UpdatePetWithFormMutationResponse,\n UpdatePetWithFormPathParams,\n UpdatePetWithFormQueryParams,\n} from '.\u002Fmodels\u002FUpdatePetWithForm.ts'\nexport type { UpdateUserError, UpdateUserMutation, UpdateUserMutationRequest, UpdateUserMutationResponse, UpdateUserPathParams } from '.\u002Fmodels\u002FUpdateUser.ts'\nexport type {\n UploadFile200,\n UploadFileMutation,\n UploadFileMutationRequest,\n UploadFileMutationResponse,\n UploadFilePathParams,\n UploadFileQueryParams,\n} from '.\u002Fmodels\u002FUploadFile.ts'\nexport type { User } from '.\u002Fmodels\u002FUser.ts'\nexport type { UserArray } from '.\u002Fmodels\u002FUserArray.ts'\n","id":"mod_9aMyroC2yvJp78QbFXdiDR","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"f-0g8nYC87m","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"la0aOzy1z3"},{"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 *\u002F\nexport type AddPet200 = Pet\n\n\u002F**\n * @description Invalid input\n *\u002F\nexport type AddPet405 = any\n\n\u002F**\n * @description Create a new pet in the store\n *\u002F\nexport type AddPetMutationRequest = Pet\n\nexport type AddPetMutationResponse = AddPet200\n\nexport type AddPetMutation = {\n Response: AddPet200\n Request: AddPetMutationRequest\n Errors: AddPet405\n}\n","id":"mod_GaumiNk9jUdMq4UreAGJGq","is_binary":false,"title":"AddPet.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"M5Idv11Nm_O","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport const addressIdentifierEnum = {\n NW: 'NW',\n NE: 'NE',\n SW: 'SW',\n SE: 'SE',\n} as const\n\nexport type AddressIdentifierEnumKey = (typeof addressIdentifierEnum)[keyof typeof addressIdentifierEnum]\n\nexport type Address = {\n \u002F**\n * @type string | undefined\n *\u002F\n street?: string\n \u002F**\n * @type string | undefined\n *\u002F\n city?: string\n \u002F**\n * @type string | undefined\n *\u002F\n state?: string\n \u002F**\n * @type string | undefined\n *\u002F\n zip?: string\n \u002F**\n * @type array | undefined\n *\u002F\n identifier?: [number, string, AddressIdentifierEnumKey, ...any[]]\n}\n","id":"mod_9iUmorNzNXiUVCZGeDRT2Q","is_binary":false,"title":"Address.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"CizLrByY9kG","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport type ApiResponse = {\n \u002F**\n * @type integer | undefined, int32\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_A93wpEpvL6kpV9iSCtLHLf","is_binary":false,"title":"ApiResponse.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"b8yonNKbbQ4","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport type Category = {\n \u002F**\n * @type integer | undefined, int64\n *\u002F\n id?: number\n \u002F**\n * @type string | undefined\n *\u002F\n name?: string\n}\n","id":"mod_FmzGTe7tUpRmd5tbofGbUQ","is_binary":false,"title":"Category.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"hgMwLAa0cAX","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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 *\u002F\nexport type CreateUserError = User\n\n\u002F**\n * @description Created user object\n *\u002F\nexport type CreateUserMutationRequest = User\n\nexport type CreateUserMutationResponse = any\n\nexport type CreateUserMutation = {\n Response: any\n Request: CreateUserMutationRequest\n Errors: any\n}\n","id":"mod_C9QhpboccZG2gw5T8acGNm","is_binary":false,"title":"CreateUser.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"gH1NmDMbkWf","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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 *\u002F\nexport type CreateUsersWithListInput200 = User\n\n\u002F**\n * @description successful operation\n *\u002F\nexport type CreateUsersWithListInputError = any\n\nexport type CreateUsersWithListInputMutationRequest = User[]\n\nexport type CreateUsersWithListInputMutationResponse = CreateUsersWithListInput200\n\nexport type CreateUsersWithListInputMutation = {\n Response: CreateUsersWithListInput200\n Request: CreateUsersWithListInputMutationRequest\n Errors: any\n}\n","id":"mod_QBqo12mA6U4h9Cmn7mV5du","is_binary":false,"title":"CreateUsersWithListInput.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"-7tMcGDVysH","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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\nexport type Customer = {\n \u002F**\n * @type integer | undefined, int64\n *\u002F\n id?: number\n \u002F**\n * @type string | undefined\n *\u002F\n username?: string\n \u002F**\n * @type array | undefined\n *\u002F\n address?: Address[]\n}\n","id":"mod_WUvxEyCWJECokCeeF6jhww","is_binary":false,"title":"Customer.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"cTZ1ePUY9dY","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport type DeleteOrderPathParams = {\n \u002F**\n * @description ID of the order that needs to be deleted\n * @type integer, int64\n *\u002F\n orderId: number\n}\n\n\u002F**\n * @description Invalid ID supplied\n *\u002F\nexport type DeleteOrder400 = any\n\n\u002F**\n * @description Order not found\n *\u002F\nexport type DeleteOrder404 = any\n\nexport type DeleteOrderMutationResponse = any\n\nexport type DeleteOrderMutation = {\n Response: any\n PathParams: DeleteOrderPathParams\n Errors: DeleteOrder400 | DeleteOrder404\n}\n","id":"mod_HnF5ugeuA5hZPF9xUxhbc7","is_binary":false,"title":"DeleteOrder.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"J5trfq9LnJ2","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport type DeletePetPathParams = {\n \u002F**\n * @description Pet id to delete\n * @type integer, int64\n *\u002F\n petId: number\n}\n\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 *\u002F\nexport type DeletePet400 = any\n\nexport type DeletePetMutationResponse = any\n\nexport type DeletePetMutation = {\n Response: any\n PathParams: DeletePetPathParams\n HeaderParams: DeletePetHeaderParams\n Errors: DeletePet400\n}\n","id":"mod_3DdELoM4i8ggr6Y88moHPB","is_binary":false,"title":"DeletePet.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"2vUHBEitj3R","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\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 *\u002F\nexport type DeleteUser400 = any\n\n\u002F**\n * @description User not found\n *\u002F\nexport type DeleteUser404 = any\n\nexport type DeleteUserMutationResponse = any\n\nexport type DeleteUserMutation = {\n Response: any\n PathParams: DeleteUserPathParams\n Errors: DeleteUser400 | DeleteUser404\n}\n","id":"mod_Q7hQQS6Gy1C63onZdBjp2d","is_binary":false,"title":"DeleteUser.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"EPuPifpKNeF","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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\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 *\u002F\nexport type FindPetsByStatus200 = Pet[]\n\n\u002F**\n * @description Invalid status value\n *\u002F\nexport type FindPetsByStatus400 = any\n\nexport type FindPetsByStatusQueryResponse = FindPetsByStatus200\n\nexport type FindPetsByStatusQuery = {\n Response: FindPetsByStatus200\n QueryParams: FindPetsByStatusQueryParams\n Errors: FindPetsByStatus400\n}\n","id":"mod_JAWLR72C1NDiVKdXZzs5J9","is_binary":false,"title":"FindPetsByStatus.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"OZI-ywoFlG3","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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 type FindPetsByTagsQueryParams = {\n \u002F**\n * @description Tags to filter by\n * @type array | undefined\n *\u002F\n tags?: string[]\n}\n\n\u002F**\n * @description successful operation\n *\u002F\nexport type FindPetsByTags200 = Pet[]\n\n\u002F**\n * @description Invalid tag value\n *\u002F\nexport type FindPetsByTags400 = any\n\nexport type FindPetsByTagsQueryResponse = FindPetsByTags200\n\nexport type FindPetsByTagsQuery = {\n Response: FindPetsByTags200\n QueryParams: FindPetsByTagsQueryParams\n Errors: FindPetsByTags400\n}\n","id":"mod_5ydd4uHvCgEKpkDvZBV5u7","is_binary":false,"title":"FindPetsByTags.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"4s_07WtGkL-","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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 *\u002F\nexport type GetInventory200 = {\n [key: string]: number\n}\n\nexport type GetInventoryQueryResponse = GetInventory200\n\nexport type GetInventoryQuery = {\n Response: GetInventory200\n Errors: any\n}\n","id":"mod_EguEXie35WkFwWrRimjiY5","is_binary":false,"title":"GetInventory.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"UXnVpuPoKAK","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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\nexport type GetOrderByIdPathParams = {\n \u002F**\n * @description ID of order that needs to be fetched\n * @type integer, int64\n *\u002F\n orderId: number\n}\n\n\u002F**\n * @description successful operation\n *\u002F\nexport type GetOrderById200 = Order\n\n\u002F**\n * @description Invalid ID supplied\n *\u002F\nexport type GetOrderById400 = any\n\n\u002F**\n * @description Order not found\n *\u002F\nexport type GetOrderById404 = any\n\nexport type GetOrderByIdQueryResponse = GetOrderById200\n\nexport type GetOrderByIdQuery = {\n Response: GetOrderById200\n PathParams: GetOrderByIdPathParams\n Errors: GetOrderById400 | GetOrderById404\n}\n","id":"mod_V4b77R18XTJiPRNT3wa4c8","is_binary":false,"title":"GetOrderById.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"CLxTuZRSpPq","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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 type GetPetByIdPathParams = {\n \u002F**\n * @description ID of pet to return\n * @type integer, int64\n *\u002F\n petId: number\n}\n\n\u002F**\n * @description successful operation\n *\u002F\nexport type GetPetById200 = Pet\n\n\u002F**\n * @description Invalid ID supplied\n *\u002F\nexport type GetPetById400 = any\n\n\u002F**\n * @description Pet not found\n *\u002F\nexport type GetPetById404 = any\n\nexport type GetPetByIdQueryResponse = GetPetById200\n\nexport type GetPetByIdQuery = {\n Response: GetPetById200\n PathParams: GetPetByIdPathParams\n Errors: GetPetById400 | GetPetById404\n}\n","id":"mod_Qm3bcPaaoGPQqPM712jttT","is_binary":false,"title":"GetPetById.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"FJrQB5sgbDo","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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\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 *\u002F\nexport type GetUserByName200 = User\n\n\u002F**\n * @description Invalid username supplied\n *\u002F\nexport type GetUserByName400 = any\n\n\u002F**\n * @description User not found\n *\u002F\nexport type GetUserByName404 = any\n\nexport type GetUserByNameQueryResponse = GetUserByName200\n\nexport type GetUserByNameQuery = {\n Response: GetUserByName200\n PathParams: GetUserByNamePathParams\n Errors: GetUserByName400 | GetUserByName404\n}\n","id":"mod_X82miQf4aNG5TAcVAx1Q8k","is_binary":false,"title":"GetUserByName.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"D8FmJ-IwnzO","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport type Item = {\n \u002F**\n * @minLength 3\n * @maxLength 25\n * @type string\n *\u002F\n name: string\n \u002F**\n * @minLength 5\n * @type number\n *\u002F\n price: number\n}\n","id":"mod_Hk6Kpywg9bnDDhBNtHxzou","is_binary":false,"title":"Item.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"IlXZlQHAIHH","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\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 *\u002F\nexport type LoginUser200 = string\n\n\u002F**\n * @description Invalid username\u002Fpassword supplied\n *\u002F\nexport type LoginUser400 = any\n\nexport type LoginUserQueryResponse = LoginUser200\n\nexport type LoginUserQuery = {\n Response: LoginUser200\n QueryParams: LoginUserQueryParams\n Errors: LoginUser400\n}\n","id":"mod_KM53oafZxoe9nWYwJ3QbZR","is_binary":false,"title":"LoginUser.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"cAQTzQUKAG_","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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 *\u002F\nexport type LogoutUserError = any\n\nexport type LogoutUserQueryResponse = any\n\nexport type LogoutUserQuery = {\n Response: any\n Errors: any\n}\n","id":"mod_BQhprna42oJR7ypTtTRBxh","is_binary":false,"title":"LogoutUser.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"2rNzFWBXSR3","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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 type Order = {\n \u002F**\n * @type integer | undefined, int64\n *\u002F\n id?: number\n \u002F**\n * @type integer | undefined, int64\n *\u002F\n petId?: number\n \u002F**\n * @type integer | undefined, int32\n *\u002F\n quantity?: number\n \u002F**\n * @type string | undefined, date-time\n *\u002F\n shipDateTime?: string\n \u002F**\n * @type string | undefined, date\n *\u002F\n shipDate?: string\n \u002F**\n * @type string | undefined, time\n *\u002F\n shipTime?: string\n \u002F**\n * @description Order Status\n * @type string | undefined\n *\u002F\n status?: OrderStatusEnumKey\n \u002F**\n * @type boolean | undefined\n *\u002F\n complete?: boolean\n}\n","id":"mod_EyPQcGpHkALpm3YZ7EwRdg","is_binary":false,"title":"Order.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"h1vWVC1zd21","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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\nexport type Pet = {\n \u002F**\n * @type integer | undefined, int64\n *\u002F\n id?: number\n \u002F**\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_EuN4qg9PGK8Uy1rJsX3JwP","is_binary":false,"title":"Pet.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"n34zOJGV8eL","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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 *\u002F\nexport type PlaceOrder200 = Order\n\n\u002F**\n * @description Invalid input\n *\u002F\nexport type PlaceOrder405 = any\n\nexport type PlaceOrderMutationRequest = Order\n\nexport type PlaceOrderMutationResponse = PlaceOrder200\n\nexport type PlaceOrderMutation = {\n Response: PlaceOrder200\n Request: PlaceOrderMutationRequest\n Errors: PlaceOrder405\n}\n","id":"mod_UPFkpVR15Rwyf1tfVzNDL9","is_binary":false,"title":"PlaceOrder.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"B39ajq82Mlw","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport type Tag = {\n \u002F**\n * @type integer | undefined, int64\n *\u002F\n id?: number\n \u002F**\n * @type string | undefined\n *\u002F\n name?: string\n}\n","id":"mod_3b5m6VLnb1dSim7aTqVDRk","is_binary":false,"title":"Tag.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"Z2u-PZnENKO","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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 *\u002F\nexport type UpdatePet200 = Pet\n\n\u002F**\n * @description Invalid ID supplied\n *\u002F\nexport type UpdatePet400 = any\n\n\u002F**\n * @description Pet not found\n *\u002F\nexport type UpdatePet404 = any\n\n\u002F**\n * @description Validation exception\n *\u002F\nexport type UpdatePet405 = any\n\n\u002F**\n * @description Update an existent pet in the store\n *\u002F\nexport type UpdatePetMutationRequest = Pet\n\nexport type UpdatePetMutationResponse = UpdatePet200\n\nexport type UpdatePetMutation = {\n Response: UpdatePet200\n Request: UpdatePetMutationRequest\n Errors: UpdatePet400 | UpdatePet404 | UpdatePet405\n}\n","id":"mod_GF8sdHUmR9HeuH7Bj9ua9c","is_binary":false,"title":"UpdatePet.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"b91cq-KDqGm","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport type UpdatePetWithFormPathParams = {\n \u002F**\n * @description ID of pet that needs to be updated\n * @type integer, int64\n *\u002F\n petId: number\n}\n\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 *\u002F\nexport type UpdatePetWithForm405 = any\n\nexport type UpdatePetWithFormMutationResponse = any\n\nexport type UpdatePetWithFormMutation = {\n Response: any\n PathParams: UpdatePetWithFormPathParams\n QueryParams: UpdatePetWithFormQueryParams\n Errors: UpdatePetWithForm405\n}\n","id":"mod_CKGBWbyenMQJvt3ZZSybAC","is_binary":false,"title":"UpdatePetWithForm.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"6PTYdw3KFu_","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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\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 *\u002F\nexport type UpdateUserError = any\n\n\u002F**\n * @description Update an existent user in the store\n *\u002F\nexport type UpdateUserMutationRequest = User\n\nexport type UpdateUserMutationResponse = any\n\nexport type UpdateUserMutation = {\n Response: any\n Request: UpdateUserMutationRequest\n PathParams: UpdateUserPathParams\n Errors: any\n}\n","id":"mod_NyRKevXuKsCt4rALvgpVTk","is_binary":false,"title":"UpdateUser.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"ExUra3EAYCV","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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\nexport type UploadFilePathParams = {\n \u002F**\n * @description ID of pet to update\n * @type integer, int64\n *\u002F\n petId: number\n}\n\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 *\u002F\nexport type UploadFile200 = ApiResponse\n\nexport type UploadFileMutationRequest = Blob\n\nexport type UploadFileMutationResponse = UploadFile200\n\nexport type UploadFileMutation = {\n Response: UploadFile200\n Request: UploadFileMutationRequest\n PathParams: UploadFilePathParams\n QueryParams: UploadFileQueryParams\n Errors: any\n}\n","id":"mod_EZmGKdDfzE2sfSozqYqP6u","is_binary":false,"title":"UploadFile.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"bViEu8eG9np","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nexport type User = {\n \u002F**\n * @type integer | undefined, int64\n *\u002F\n id?: number\n \u002F**\n * @type string | undefined\n *\u002F\n username?: string\n \u002F**\n * @type string | undefined\n *\u002F\n firstName?: string\n \u002F**\n * @type string | undefined\n *\u002F\n lastName?: string\n \u002F**\n * @type string | undefined\n *\u002F\n email?: string\n \u002F**\n * @type string | undefined\n *\u002F\n password?: string\n \u002F**\n * @type string | undefined\n *\u002F\n phone?: string\n \u002F**\n * @description User Status\n * @type integer | undefined, int32\n *\u002F\n userStatus?: number\n \u002F**\n * @pattern ^[A-Z]{2}$\n * @type string | undefined\n *\u002F\n nationalityCode?: string\n}\n","id":"mod_5RuXZFFFMwXVtrsVQYR4hH","is_binary":false,"title":"User.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"FO1w8jwtXdK","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"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\nexport type UserArray = User[]\n","id":"mod_Lnfhk1ddL6VLUfaLqjZXHR","is_binary":false,"title":"UserArray.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"-GzInKUfxb6","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"export type { AddPet200, AddPet405, AddPetMutation, AddPetMutationRequest, AddPetMutationResponse } from '.\u002FAddPet.ts'\nexport type { Address, AddressIdentifierEnumKey } from '.\u002FAddress.ts'\nexport { addressIdentifierEnum } from '.\u002FAddress.ts'\nexport type { ApiResponse } from '.\u002FApiResponse.ts'\nexport type { Category } from '.\u002FCategory.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 { FindPetsByTags200, FindPetsByTags400, FindPetsByTagsQuery, FindPetsByTagsQueryParams, FindPetsByTagsQueryResponse } 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 {\n GetUserByName200,\n GetUserByName400,\n GetUserByName404,\n GetUserByNamePathParams,\n GetUserByNameQuery,\n GetUserByNameQueryResponse,\n} from '.\u002FGetUserByName.ts'\nexport type { Item } from '.\u002FItem.ts'\nexport type { LoginUser200, LoginUser400, LoginUserQuery, LoginUserQueryParams, LoginUserQueryResponse } from '.\u002FLoginUser.ts'\nexport type { LogoutUserError, LogoutUserQuery, LogoutUserQueryResponse } from '.\u002FLogoutUser.ts'\nexport type { Order, OrderStatusEnumKey } from '.\u002FOrder.ts'\nexport { orderStatusEnum } from '.\u002FOrder.ts'\nexport type { Pet, PetStatusEnumKey } from '.\u002FPet.ts'\nexport { petStatusEnum } from '.\u002FPet.ts'\nexport type { PlaceOrder200, PlaceOrder405, PlaceOrderMutation, PlaceOrderMutationRequest, PlaceOrderMutationResponse } from '.\u002FPlaceOrder.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_BLYy2aMCTXTharSZBPwjhc","is_binary":false,"title":"index.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"Cy4h7GTXavW","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Cg5BxY1Orf"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { Address } from '..\u002Fmodels\u002FAddress.ts'\n\nexport function createAddress(data?: Partial\u003CAddress\u003E): Address {\n return {\n ...{\n street: faker.string.alpha(),\n city: faker.string.alpha(),\n state: faker.string.alpha(),\n zip: faker.string.alpha(),\n identifier: [faker.number.int(), faker.string.alpha(), faker.helpers.arrayElement\u003Cany\u003E(['NW', 'NE', 'SW', 'SE'])],\n },\n ...(data || {}),\n }\n}\n","id":"mod_TrcYST9F6Foo9yYqqv4M2b","is_binary":false,"title":"createAddress.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"xemFvdWM7UE","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { ApiResponse } from '..\u002Fmodels\u002FApiResponse.ts'\n\nexport function createApiResponse(data?: Partial\u003CApiResponse\u003E): ApiResponse {\n return {\n ...{ code: faker.number.int(), type: faker.string.alpha(), message: faker.string.alpha() },\n ...(data || {}),\n }\n}\n","id":"mod_KrK8jhTFkYpiAzY7LGdA4c","is_binary":false,"title":"createApiResponse.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"TMuvwoURvBt","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { Category } from '..\u002Fmodels\u002FCategory.ts'\n\nexport function createCategory(data?: Partial\u003CCategory\u003E): Category {\n return {\n ...{ id: faker.number.int(), name: faker.string.alpha() },\n ...(data || {}),\n }\n}\n","id":"mod_JYetjnLK2MYjHA3N9iQCGq","is_binary":false,"title":"createCategory.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"h8_egO42L5n","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { Customer } from '..\u002Fmodels\u002FCustomer.ts'\nimport { createAddress } from '.\u002FcreateAddress.ts'\n\nexport function createCustomer(data?: Partial\u003CCustomer\u003E): Customer {\n return {\n ...{ id: faker.number.int(), username: faker.string.alpha(), address: faker.helpers.multiple(() =\u003E createAddress()) },\n ...(data || {}),\n }\n}\n","id":"mod_3L7crSqq4rtMCznHEm7Kjc","is_binary":false,"title":"createCustomer.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"d5t8zgJiAZl","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { DeleteOrderMutationResponse, DeleteOrderPathParams } from '..\u002Fmodels\u002FDeleteOrder.ts'\n\nexport function createDeleteOrderPathParams(data?: Partial\u003CDeleteOrderPathParams\u003E): DeleteOrderPathParams {\n return {\n ...{ orderId: faker.number.int() },\n ...(data || {}),\n }\n}\n\n\u002F**\n * @description Invalid ID supplied\n *\u002F\nexport function createDeleteOrder400() {\n return undefined\n}\n\n\u002F**\n * @description Order not found\n *\u002F\nexport function createDeleteOrder404() {\n return undefined\n}\n\nexport function createDeleteOrderMutationResponse(_data?: Partial\u003CDeleteOrderMutationResponse\u003E): DeleteOrderMutationResponse {\n return undefined\n}\n","id":"mod_7ZprUrrwhGP3rdNxEbK7NQ","is_binary":false,"title":"createDeleteOrder.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"mwXpy9YTBxr","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { GetInventory200, GetInventoryQueryResponse } from '..\u002Fmodels\u002FGetInventory.ts'\n\n\u002F**\n * @description successful operation\n *\u002F\nexport function createGetInventory200(data?: Partial\u003CGetInventory200\u003E): GetInventory200 {\n return {\n ...{},\n ...(data || {}),\n }\n}\n\nexport function createGetInventoryQueryResponse(data?: Partial\u003CGetInventoryQueryResponse\u003E): GetInventoryQueryResponse {\n return data || faker.helpers.arrayElement\u003Cany\u003E([createGetInventory200()])\n}\n","id":"mod_LB9qPJSWLfZtGvDypAhkbv","is_binary":false,"title":"createGetInventory.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"evv9eLgknSm","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { GetOrderByIdPathParams, GetOrderByIdQueryResponse } from '..\u002Fmodels\u002FGetOrderById.ts'\nimport { createOrder } from '.\u002FcreateOrder.ts'\n\nexport function createGetOrderByIdPathParams(data?: Partial\u003CGetOrderByIdPathParams\u003E): GetOrderByIdPathParams {\n return {\n ...{ orderId: faker.number.int() },\n ...(data || {}),\n }\n}\n\n\u002F**\n * @description successful operation\n *\u002F\nexport function createGetOrderById200() {\n return createOrder()\n}\n\n\u002F**\n * @description Invalid ID supplied\n *\u002F\nexport function createGetOrderById400() {\n return undefined\n}\n\n\u002F**\n * @description Order not found\n *\u002F\nexport function createGetOrderById404() {\n return undefined\n}\n\nexport function createGetOrderByIdQueryResponse(data?: Partial\u003CGetOrderByIdQueryResponse\u003E): GetOrderByIdQueryResponse {\n return data || faker.helpers.arrayElement\u003Cany\u003E([createGetOrderById200()])\n}\n","id":"mod_4XY5KbdNAeF2KZfcnBBNCx","is_binary":false,"title":"createGetOrderById.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"dBXo5BPQrjc","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { Item } from '..\u002Fmodels\u002FItem.ts'\n\nexport function createItem(data?: Partial\u003CItem\u003E): Item {\n return {\n ...{ name: faker.string.alpha({ length: { min: 3, max: 25 } }), price: faker.number.float({ min: 5 }) },\n ...(data || {}),\n }\n}\n","id":"mod_CBtPjwqtPNwF3oPb38ULW5","is_binary":false,"title":"createItem.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"l64izU3Ilzb","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { Order } from '..\u002Fmodels\u002FOrder.ts'\n\nexport function createOrder(data?: Partial\u003COrder\u003E): Order {\n return {\n ...{\n id: faker.number.int(),\n petId: faker.number.int(),\n quantity: faker.number.int(),\n shipDateTime: faker.date.anytime().toISOString(),\n shipDate: faker.date.anytime().toISOString().substring(0, 10),\n shipTime: faker.date.anytime().toISOString().substring(11, 19),\n status: faker.helpers.arrayElement\u003CNonNullable\u003COrder\u003E['status']\u003E(['placed', 'approved', 'delivered']),\n complete: faker.datatype.boolean(),\n },\n ...(data || {}),\n }\n}\n","id":"mod_VbxLxAFxdEzS1TWVaRTybo","is_binary":false,"title":"createOrder.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"fHLG8MqCH_m","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { Pet } from '..\u002Fmodels\u002FPet.ts'\nimport { createCategory } from '.\u002FcreateCategory.ts'\nimport { createTag } from '.\u002FcreateTag.ts'\n\nexport function createPet(data?: Partial\u003CPet\u003E): Pet {\n return {\n ...{\n id: faker.number.int(),\n name: faker.string.alpha(),\n category: createCategory(),\n photoUrls: faker.helpers.multiple(() =\u003E faker.string.alpha()),\n tags: faker.helpers.multiple(() =\u003E createTag()),\n status: faker.helpers.arrayElement\u003CNonNullable\u003CPet\u003E['status']\u003E(['available', 'pending', 'sold']),\n },\n ...(data || {}),\n }\n}\n","id":"mod_EAbZEZCoXEbMwscJ1Jo8Ba","is_binary":false,"title":"createPet.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"3S2QY112WqC","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { PlaceOrderMutationResponse } from '..\u002Fmodels\u002FPlaceOrder.ts'\nimport { createOrder } from '.\u002FcreateOrder.ts'\n\n\u002F**\n * @description successful operation\n *\u002F\nexport function createPlaceOrder200() {\n return createOrder()\n}\n\n\u002F**\n * @description Invalid input\n *\u002F\nexport function createPlaceOrder405() {\n return undefined\n}\n\nexport function createPlaceOrderMutationRequest() {\n return createOrder()\n}\n\nexport function createPlaceOrderMutationResponse(data?: Partial\u003CPlaceOrderMutationResponse\u003E): PlaceOrderMutationResponse {\n return data || faker.helpers.arrayElement\u003Cany\u003E([createPlaceOrder200()])\n}\n","id":"mod_TBXtnA1mTfcrusewtv2Rkh","is_binary":false,"title":"createPlaceOrder.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"nwsYqNTojYB","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { Tag } from '..\u002Fmodels\u002FTag.ts'\n\nexport function createTag(data?: Partial\u003CTag\u003E): Tag {\n return {\n ...{ id: faker.number.int(), name: faker.string.alpha() },\n ...(data || {}),\n }\n}\n","id":"mod_HWRAGAVdQk9ei4KzmXntw2","is_binary":false,"title":"createTag.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"5qzr5jA0doB","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { User } from '..\u002Fmodels\u002FUser.ts'\n\nexport function createUser(data?: Partial\u003CUser\u003E): User {\n return {\n ...{\n id: faker.number.int(),\n username: faker.string.alpha(),\n firstName: faker.string.alpha(),\n lastName: faker.string.alpha(),\n email: faker.string.alpha(),\n password: faker.string.alpha(),\n phone: faker.string.alpha(),\n userStatus: faker.number.int(),\n nationalityCode: faker.helpers.fromRegExp('^[A-Z]{2}
),\n },\n ...(data || {}),\n }\n}\n","id":"mod_SsNUdAGGEWAqYp72ynbgiw","is_binary":false,"title":"createUser.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"6e9WRANY0Bq","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"\u002F**\n * Generated by Kubb (https:\u002F\u002Fkubb.dev\u002F).\n * Do not edit manually.\n *\u002F\n\nimport { faker } from '@faker-js\u002Ffaker'\nimport type { UserArray } from '..\u002Fmodels\u002FUserArray.ts'\nimport { createUser } from '.\u002FcreateUser.ts'\n\nexport function createUserArray(data?: UserArray): UserArray {\n return [...faker.helpers.multiple(() =\u003E createUser()), ...(data || [])]\n}\n","id":"mod_7sYvZibj18PNP7CUNGfm9C","is_binary":false,"title":"createUserArray.ts","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"fc-otxzKhpz","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"Swnin-mY0q"},{"code":"{\n \"compilerOptions\": {\n \"target\": \"ES2020\",\n \u002F* If NOT transpiling with TypeScript: *\u002F\n \"module\": \"ES2020\",\n \"moduleResolution\": \"node\",\n \"sourceMap\": true,\n \"strictNullChecks\": true,\n \"jsx\": \"react-jsx\",\n \"jsxImportSource\": \"@kubb\u002Freact-fabric\",\n \"outDir\": \"es\",\n \"experimentalDecorators\": true,\n \"skipLibCheck\": true,\n \"baseUrl\": \".\",\n \"resolveJsonModule\": true,\n \"esModuleInterop\": true,\n \"allowJs\": true,\n \"allowImportingTsExtensions\": true,\n \"noEmit\": true\n },\n \"include\": [\".\u002Fsrc\u002F**\u002F*\", \"..\u002F..\u002Ftypings.d.ts\"],\n \"exclude\": [\"**\u002Fnode_modules\", \"**\u002Ftypes\u002F**\", \"**\u002Fmocks\u002F**\"]\n}\n","id":"mod_2GeSzWxtzLH2QjgEtQQPA9","is_binary":false,"title":"tsconfig.json","sha":null,"inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","upload_id":null,"shortid":"p3-054CmYM5","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":null}],"updated_at":"2025-12-11T22:25:29","inserted_at":"2024-04-15T23:00:51","is_frozen":false,"is_sse":false,"preview_secret":null,"v2":false,"version":126,"title":"faker-pet-store","ai_consent":false,"forked_from_sandbox":null,"restricted":false,"id":"4qgnzj","npm_dependencies":{},"directories":[{"id":"dir_N6YZnvcJqehbW2sTeYAyWv","title":"src","inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","shortid":"hS8PDTbvK","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":null},{"id":"dir_VG8B1ezZDe4QHV4GhgApy3","title":"gen","inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","shortid":"la0aOzy1z3","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"hS8PDTbvK"},{"id":"dir_GL9pJRPF4P8NAuGWgMNYb8","title":"faker","inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","shortid":"LZ4SuXfG_d","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"la0aOzy1z3"},{"id":"dir_2MUThzczps7kRvNVb9FgnZ","title":"models","inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","shortid":"Cg5BxY1Orf","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"la0aOzy1z3"},{"id":"dir_BVo7d1UJy81uSccuvg4mhu","title":"tag","inserted_at":"2025-12-11T22:25:28","updated_at":"2025-12-11T22:25:28","shortid":"Swnin-mY0q","source_id":"src_RDDYzdhAuyuMkv66VPPnvA","directory_shortid":"la0aOzy1z3"}],"user_liked":false,"view_count":7483,"forked_template_sandbox":null,"template":"create-react-app","settings":{"ai_consent":null,"use_pint":false},"free_plan_editing_restricted":false,"sdk":false,"screenshot_url":"https:\u002F\u002Fscreenshots.codesandbox.io\u002F4qgnzj\u002F126.png","collection":false};