···11import type { IR } from '~/ir/types';
2233-import type { Auth } from '../client-core/bundle/auth';
44-import type { HeyApiSdkPlugin } from './types';
33+import type { Auth } from '../../client-core/bundle/auth';
44+import type { HeyApiSdkPlugin } from '../types';
5566// TODO: parser - handle more security types
77const securitySchemeObjectToAuthObject = ({
···2233import type { IR } from '~/ir/types';
4455-import type { HeyApiSdkPlugin } from './types';
55+import type { HeyApiSdkPlugin } from '../types';
6677interface ValidatorProps {
88 operation: IR.OperationObject;
···11import type { IR } from '~/ir/types';
22import { getClientPlugin } from '~/plugins/@hey-api/client-core/utils';
33-import { operationOptionsType } from '~/plugins/@hey-api/sdk/operation';
33+import { operationOptionsType } from '~/plugins/@hey-api/sdk/shared/operation';
4455import type { PiniaColadaPlugin } from './types';
66
···11import type { IR } from '~/ir/types';
22import { getClientPlugin } from '~/plugins/@hey-api/client-core/utils';
33-import { operationOptionsType } from '~/plugins/@hey-api/sdk/operation';
33+import { operationOptionsType } from '~/plugins/@hey-api/sdk/shared/operation';
4455import type { PluginInstance } from './types';
66