Files
server-serverless-e2e-mqxnlema/packages/functions/.pikku/schemas/register.gen.ts
2026-06-28 12:36:05 +02:00

164 lines
6.7 KiB
TypeScript

/**
* This file was generated by @pikku/cli@0.12.48
*/
import { addSchema } from '@pikku/core/schema'
import * as EdgeEchoInput from './schemas/EdgeEchoInput.schema.json' with { type: 'json' }
addSchema('EdgeEchoInput', EdgeEchoInput)
import * as EdgeEchoOutput from './schemas/EdgeEchoOutput.schema.json' with { type: 'json' }
addSchema('EdgeEchoOutput', EdgeEchoOutput)
import * as GetMessageInput from './schemas/GetMessageInput.schema.json' with { type: 'json' }
addSchema('GetMessageInput', GetMessageInput)
import * as GetMessageOutput from './schemas/GetMessageOutput.schema.json' with { type: 'json' }
addSchema('GetMessageOutput', GetMessageOutput)
import * as GetSessionInput from './schemas/GetSessionInput.schema.json' with { type: 'json' }
addSchema('GetSessionInput', GetSessionInput)
import * as GetSessionOutput from './schemas/GetSessionOutput.schema.json' with { type: 'json' }
addSchema('GetSessionOutput', GetSessionOutput)
import * as ServerCounterInput from './schemas/ServerCounterInput.schema.json' with { type: 'json' }
addSchema('ServerCounterInput', ServerCounterInput)
import * as ServerCounterOutput from './schemas/ServerCounterOutput.schema.json' with { type: 'json' }
addSchema('ServerCounterOutput', ServerCounterOutput)
import * as ServerUptimeInput from './schemas/ServerUptimeInput.schema.json' with { type: 'json' }
addSchema('ServerUptimeInput', ServerUptimeInput)
import * as ServerUptimeOutput from './schemas/ServerUptimeOutput.schema.json' with { type: 'json' }
addSchema('ServerUptimeOutput', ServerUptimeOutput)
import * as UpdateMessageInput from './schemas/UpdateMessageInput.schema.json' with { type: 'json' }
addSchema('UpdateMessageInput', UpdateMessageInput)
import * as UpdateMessageOutput from './schemas/UpdateMessageOutput.schema.json' with { type: 'json' }
addSchema('UpdateMessageOutput', UpdateMessageOutput)
import * as AgentCallerInput from './schemas/AgentCallerInput.schema.json' with { type: 'json' }
addSchema('AgentCallerInput', AgentCallerInput)
import * as AgentStreamCallerInput from './schemas/AgentStreamCallerInput.schema.json' with { type: 'json' }
addSchema('AgentStreamCallerInput', AgentStreamCallerInput)
import * as AgentApproveCallerInput from './schemas/AgentApproveCallerInput.schema.json' with { type: 'json' }
addSchema('AgentApproveCallerInput', AgentApproveCallerInput)
import * as AgentResumeCallerInput from './schemas/AgentResumeCallerInput.schema.json' with { type: 'json' }
addSchema('AgentResumeCallerInput', AgentResumeCallerInput)
import * as GetAgentThreadsInput from './schemas/GetAgentThreadsInput.schema.json' with { type: 'json' }
addSchema('GetAgentThreadsInput', GetAgentThreadsInput)
import * as GetAgentThreadsOutput from './schemas/GetAgentThreadsOutput.schema.json' with { type: 'json' }
addSchema('GetAgentThreadsOutput', GetAgentThreadsOutput)
import * as GetAgentThreadMessagesInput from './schemas/GetAgentThreadMessagesInput.schema.json' with { type: 'json' }
addSchema('GetAgentThreadMessagesInput', GetAgentThreadMessagesInput)
import * as GetAgentThreadMessagesOutput from './schemas/GetAgentThreadMessagesOutput.schema.json' with { type: 'json' }
addSchema('GetAgentThreadMessagesOutput', GetAgentThreadMessagesOutput)
import * as GetAgentThreadRunsInput from './schemas/GetAgentThreadRunsInput.schema.json' with { type: 'json' }
addSchema('GetAgentThreadRunsInput', GetAgentThreadRunsInput)
import * as GetAgentThreadRunsOutput from './schemas/GetAgentThreadRunsOutput.schema.json' with { type: 'json' }
addSchema('GetAgentThreadRunsOutput', GetAgentThreadRunsOutput)
import * as DeleteAgentThreadInput from './schemas/DeleteAgentThreadInput.schema.json' with { type: 'json' }
addSchema('DeleteAgentThreadInput', DeleteAgentThreadInput)
import * as DeleteAgentThreadOutput from './schemas/DeleteAgentThreadOutput.schema.json' with { type: 'json' }
addSchema('DeleteAgentThreadOutput', DeleteAgentThreadOutput)
import * as AuthHandlerOutput from './schemas/AuthHandlerOutput.schema.json' with { type: 'json' }
addSchema('AuthHandlerOutput', AuthHandlerOutput)
import * as PikkuConsoleSetSecretInput from './schemas/PikkuConsoleSetSecretInput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleSetSecretInput', PikkuConsoleSetSecretInput)
import * as PikkuConsoleSetSecretOutput from './schemas/PikkuConsoleSetSecretOutput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleSetSecretOutput', PikkuConsoleSetSecretOutput)
import * as PikkuConsoleGetVariableInput from './schemas/PikkuConsoleGetVariableInput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleGetVariableInput', PikkuConsoleGetVariableInput)
import * as PikkuConsoleGetVariableOutput from './schemas/PikkuConsoleGetVariableOutput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleGetVariableOutput', PikkuConsoleGetVariableOutput)
import * as PikkuConsoleSetVariableInput from './schemas/PikkuConsoleSetVariableInput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleSetVariableInput', PikkuConsoleSetVariableInput)
import * as PikkuConsoleSetVariableOutput from './schemas/PikkuConsoleSetVariableOutput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleSetVariableOutput', PikkuConsoleSetVariableOutput)
import * as PikkuConsoleHasSecretInput from './schemas/PikkuConsoleHasSecretInput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleHasSecretInput', PikkuConsoleHasSecretInput)
import * as PikkuConsoleHasSecretOutput from './schemas/PikkuConsoleHasSecretOutput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleHasSecretOutput', PikkuConsoleHasSecretOutput)
import * as PikkuConsoleGetSecretInput from './schemas/PikkuConsoleGetSecretInput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleGetSecretInput', PikkuConsoleGetSecretInput)
import * as PikkuConsoleGetSecretOutput from './schemas/PikkuConsoleGetSecretOutput.schema.json' with { type: 'json' }
addSchema('PikkuConsoleGetSecretOutput', PikkuConsoleGetSecretOutput)
import * as StreamWorkflowRunInput from './schemas/StreamWorkflowRunInput.schema.json' with { type: 'json' }
addSchema('StreamWorkflowRunInput', StreamWorkflowRunInput)
import * as StreamFunctionTestsOutput from './schemas/StreamFunctionTestsOutput.schema.json' with { type: 'json' }
addSchema('StreamFunctionTestsOutput', StreamFunctionTestsOutput)
import * as RpcCallerInput from './schemas/RpcCallerInput.schema.json' with { type: 'json' }
addSchema('RpcCallerInput', RpcCallerInput)
import * as RemoteRPCHandlerInput from './schemas/RemoteRPCHandlerInput.schema.json' with { type: 'json' }
addSchema('RemoteRPCHandlerInput', RemoteRPCHandlerInput)
import * as SecretSchema_betterAuthSecret from './schemas/SecretSchema_betterAuthSecret.schema.json' with { type: 'json' }
addSchema('SecretSchema_betterAuthSecret', SecretSchema_betterAuthSecret)