@avallon-labs/sdk 3.3.0 → 3.4.0-staging.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +15 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2981,6 +2981,18 @@ interface ProfileTenant {
|
|
|
2981
2981
|
name: string;
|
|
2982
2982
|
}
|
|
2983
2983
|
|
|
2984
|
+
/**
|
|
2985
|
+
* Generated by orval v8.1.0 🍺
|
|
2986
|
+
* Do not edit manually.
|
|
2987
|
+
* Avallon API
|
|
2988
|
+
* OpenAPI spec version: 1.0.0
|
|
2989
|
+
*/
|
|
2990
|
+
|
|
2991
|
+
type ProfileTenants = {
|
|
2992
|
+
active: ProfileTenant;
|
|
2993
|
+
available: ProfileTenant[];
|
|
2994
|
+
};
|
|
2995
|
+
|
|
2984
2996
|
/**
|
|
2985
2997
|
* Generated by orval v8.1.0 🍺
|
|
2986
2998
|
* Do not edit manually.
|
|
@@ -2993,7 +3005,9 @@ interface Profile {
|
|
|
2993
3005
|
first_name: string | null;
|
|
2994
3006
|
last_name: string | null;
|
|
2995
3007
|
email: string;
|
|
3008
|
+
/** @deprecated */
|
|
2996
3009
|
tenant: ProfileTenant;
|
|
3010
|
+
tenants: ProfileTenants;
|
|
2997
3011
|
}
|
|
2998
3012
|
|
|
2999
3013
|
/**
|
|
@@ -5238,4 +5252,4 @@ declare const useTestWebhook: <TError = ErrorType<ErrorResponse>>(id: string, op
|
|
|
5238
5252
|
swrKey: string | readonly [`/v1/webhooks/${string}/test`];
|
|
5239
5253
|
};
|
|
5240
5254
|
|
|
5241
|
-
export { type AddToolsToAgentBody, type AddToolsToAgentMutationResult, type AddToolsToAgentResponse, type Agent, AgentBackgroundSounds, AgentDirection, AgentLanguage, type AgentList, AgentLlmModel, type AgentPrompt, AgentSttModel, AgentTtsModel, AgentTtsProvider, type AgentWebhookList, type ApiKey, type ApiKeyCreated, type ApiKeyList, type Artifact, type ArtifactCreated, type ArtifactCreatedItem, type ArtifactDetail, type ArtifactDetailData, type ArtifactDetailDataMetadata, type ArtifactList, type ArtifactMetadata, type ArtifactMetadataKeys, type ArtifactMetadataKeysData, type ArtifactMetadataKeysDataValues, type AuthTokens, type AvallonConfig, AvallonError, type Call, type CallAnalytics, type CallAnalyticsCallsOverTimeItem, type CallAnalyticsDurationDistributionItem, type CallAnalyticsEvaluationOverTimeItem, type CallAnalyticsMetricPerformanceItem, type CallAnalyticsScoreDistributionItem, type CallAnalyticsSummary, type CallDetail, CallDetailDirection, type CallDetailEvaluation, type CallDetailMetadata, CallDirection, type CallEvaluation, type CallEvaluationMetricsItem, type CallEvaluationProperty, type CallList, type CallMessage, type CallMessageMetadata, type CallMessageToolArguments, type CallMessageToolResult, type CallMetadata, type CancelExtractorJobMutationResult, type CancelJobMutationResult, type CanceledExtractorJob, type CanceledExtractorJobScope, type CheckEmailUsernameAvailabilityParams, type CheckEmailUsernameAvailabilityQueryResult, type ClaimCreated, type ClaimDetail, type ClaimDetailArtifactsItem, type ClaimDetailClaim, type ClaimDetailExtractorJob, type ClaimDetailSourcesItem, type ClaimList, type ClaimListClaimsItem, type CodeTool, type CodeToolCreated, type CodeToolCreatedTool, type CodeToolCreatedToolSchema, type CodeToolSchema, type CodeToolSummary, type CodeToolUpdated, type CodeToolUpdatedTool, type CodeToolUpdatedToolSchema, type ConfirmationResponse, type CreateAgentBody, CreateAgentBodyDirection, CreateAgentBodyLanguage, CreateAgentBodyLlmModel, CreateAgentBodySttModel, CreateAgentBodyTtsModel, CreateAgentBodyTtsProvider, type CreateAgentMutationResult, type CreateAgentResponse, type CreateAgentWebhookBody, type CreateAgentWebhookMutationResult, type CreateApiKeyBody, CreateApiKeyBodyEnvironment, type CreateApiKeyMutationResult, type CreateArtifactBody, type CreateArtifactBodyMetadata, type CreateArtifactBodyProcessingOptions, type CreateArtifactMutationResult, type CreateCallFeedbackMutationResult, type CreateClaimMutationResult, type CreateEmailAgentBody, type CreateEmailAgentMutationResult, type CreateEmailAgentWebhookBody, type CreateEmailAgentWebhookMutationResult, type CreateEmailBody, CreateEmailBodyDirection, type CreateEmailMutationResult, type CreateExtractorBody, type CreateExtractorBodySchema, type CreateExtractorJobBody, type CreateExtractorJobBodyScope, type CreateExtractorJobMutationResult, type CreateExtractorMutationResult, type CreateExtractorWebhookBody, type CreateExtractorWebhookMutationResult, type CreateFeedbackRequest, type CreateToolBody, type CreateToolMutationResult, type DeleteCallFeedbackMutationResult, type DeleteToolsFromAgentBody, type DeleteToolsFromAgentMutationResult, type DeleteToolsFromAgentResponse, type DeleteWebhookMutationResult, type DeleteWebhookResponse, type Email, type EmailAgent, type EmailAgentList, type EmailAgentWebhookList, type EmailCreated, EmailCreatedDirection, type EmailDetail, EmailDetailDirection, EmailDirection, type EmailList, type EmailUsernameAvailability, type EmptyResponse, type ErrorResponse, type ErrorResponseData, type ExecuteCodeBody, type ExecuteCodeBodyParams, type ExecuteCodeMutationResult, type Extract, type ExtractList, type ExtractScope, type ExtractSummary, type ExtractSummaryScope, type Extractor, type ExtractorCreated, type ExtractorCreatedSchema, type ExtractorJob, type ExtractorJobCreated, type ExtractorJobCreatedScope, type ExtractorJobDetail, type ExtractorJobDetailScope, ExtractorJobExtractorType, type ExtractorJobList, type ExtractorJobScope, type ExtractorList, type ExtractorSchema, type ExtractorSummary, type ExtractorUpdated, type ExtractorUpdatedSchema, type ExtractorWebhookList, type Feedback, type GetAgentPromptQueryResult, type GetAgentQueryResult, type GetAgentResponse, type GetArtifactMetadataKeysParams, type GetArtifactMetadataKeysQueryResult, type GetArtifactQueryResult, type GetCallAnalyticsParams, type GetCallAnalyticsQueryResult, type GetCallEvaluationQueryResult, type GetCallParams, type GetCallQueryResult, type GetClaimDetailQueryResult, type GetEmailQueryResult, type GetExtractQueryResult, type GetExtractorJobQueryResult, type GetExtractorJobResponse, type GetExtractorQueryResult, type GetExtractorResponse, GetOAuthUrlCodeChallengeMethod, type GetOAuthUrlParams, GetOAuthUrlProvider, type GetOAuthUrlQueryResult, type GetProfileQueryResult, type GetToolQueryResult, type GetToolResponse, type GetWebhookQueryResult, type ListAgentWebhooksQueryResult, type ListAgentsParams, type ListAgentsQueryResult, ListApiKeysIncludeRevoked, type ListApiKeysParams, type ListApiKeysQueryResult, type ListArtifactsParams, type ListArtifactsQueryResult, ListArtifactsSortBy, ListArtifactsSortOrder, type ListCallFeedbackParams, type ListCallFeedbackQueryResult, ListCallFeedbackSortBy, ListCallFeedbackSortOrder, ListCallsDirection, type ListCallsParams, type ListCallsQueryResult, ListCallsSortBy, ListCallsSortOrder, ListCallsStatus, type ListClaimsParams, type ListClaimsQueryResult, ListClaimsSortBy, ListClaimsSortOrder, type ListEmailAgentWebhooksQueryResult, type ListEmailAgentsParams, type ListEmailAgentsQueryResult, ListEmailAgentsSortBy, ListEmailAgentsSortOrder, type ListEmailsParams, type ListEmailsQueryResult, ListEmailsSortBy, ListEmailsSortOrder, ListExtractorJobsExtractorType, type ListExtractorJobsParams, type ListExtractorJobsQueryResult, ListExtractorJobsSortBy, ListExtractorJobsSortOrder, ListExtractorJobsStatus, type ListExtractorsParams, type ListExtractorsQueryResult, ListExtractorsSortBy, ListExtractorsSortOrder, type ListExtractsParams, type ListExtractsQueryResult, ListExtractsSortBy, ListExtractsSortOrder, type ListJobsParams, type ListJobsQueryResult, ListJobsStatusItem, type ListToolsParams, type ListToolsQueryResult, ListToolsSortBy, ListToolsSortOrder, type ListWebhookDeliveriesParams, type ListWebhookDeliveriesQueryResult, ListWebhookDeliveriesSortOrder, type ListWebhooksQueryResult, type OAuthUrl, type OutboundJob, type OutboundJobList, type OutboundJobMetadata, type OutboundJobPayload, OutboundJobStatus, type Profile, type ProfileTenant, type RefreshTokenBody, type RefreshTokenMutationResult, type RevokeApiKeyMutationResult, type ScheduleJobBody, type ScheduleJobBodyMetadata, type ScheduleJobBodyPayload, type ScheduleJobMutationResult, type SignInBody, type SignInMutationResult, type SignUpBody, type SignUpMutationResult, type TestWebhookMutationResult, type ToolExecutionResult, type ToolExecutionResultError, type ToolExecutionResultTracesItem, type ToolList, type UpdateAgentModelsBody, UpdateAgentModelsBodyLanguage, UpdateAgentModelsBodyLlmModel, UpdateAgentModelsBodySttModel, UpdateAgentModelsBodyTtsModel, UpdateAgentModelsBodyTtsProvider, type UpdateAgentModelsMutationResult, type UpdateAgentModelsResponse, type UpdateCallControlsBody, type UpdateCallControlsMutationResult, type UpdateCallControlsResponse, type UpdateEmailAgentBody, type UpdateEmailAgentMutationResult, type UpdateExtractorBody, type UpdateExtractorBodySchema, type UpdateExtractorMutationResult, type UpdateToolBody, type UpdateToolMutationResult, type UploadFileBody, type UploadFileBodyMetadata, type UploadFileBodyProcessingOptions, type UploadFileMutationResult, type UploadFileResponse, type Webhook, type WebhookDelivery, type WebhookDeliveryList, type WebhookScope, type WebhookTestResult, addToolsToAgent, cancelExtractorJob, cancelJob, checkEmailUsernameAvailability, configure, createAgent, createAgentWebhook, createApiKey, createArtifact, createCallFeedback, createClaim, createEmail, createEmailAgent, createEmailAgentWebhook, createExtractor, createExtractorJob, createExtractorWebhook, createTool, deleteCallFeedback, deleteToolsFromAgent, deleteWebhook, executeCode, generateCodeChallenge, generateCodeVerifier, getAddToolsToAgentMutationFetcher, getAddToolsToAgentMutationKey, getAddToolsToAgentUrl, getAgent, getAgentPrompt, getArtifact, getArtifactMetadataKeys, getCall, getCallAnalytics, getCallEvaluation, getCancelExtractorJobMutationFetcher, getCancelExtractorJobMutationKey, getCancelExtractorJobUrl, getCancelJobMutationFetcher, getCancelJobMutationKey, getCancelJobUrl, getCheckEmailUsernameAvailabilityKey, getCheckEmailUsernameAvailabilityUrl, getClaimDetail, getConfig, getCreateAgentMutationFetcher, getCreateAgentMutationKey, getCreateAgentUrl, getCreateAgentWebhookMutationFetcher, getCreateAgentWebhookMutationKey, getCreateAgentWebhookUrl, getCreateApiKeyMutationFetcher, getCreateApiKeyMutationKey, getCreateApiKeyUrl, getCreateArtifactMutationFetcher, getCreateArtifactMutationKey, getCreateArtifactUrl, getCreateCallFeedbackMutationFetcher, getCreateCallFeedbackMutationKey, getCreateCallFeedbackUrl, getCreateClaimMutationFetcher, getCreateClaimMutationKey, getCreateClaimUrl, getCreateEmailAgentMutationFetcher, getCreateEmailAgentMutationKey, getCreateEmailAgentUrl, getCreateEmailAgentWebhookMutationFetcher, getCreateEmailAgentWebhookMutationKey, getCreateEmailAgentWebhookUrl, getCreateEmailMutationFetcher, getCreateEmailMutationKey, getCreateEmailUrl, getCreateExtractorJobMutationFetcher, getCreateExtractorJobMutationKey, getCreateExtractorJobUrl, getCreateExtractorMutationFetcher, getCreateExtractorMutationKey, getCreateExtractorUrl, getCreateExtractorWebhookMutationFetcher, getCreateExtractorWebhookMutationKey, getCreateExtractorWebhookUrl, getCreateToolMutationFetcher, getCreateToolMutationKey, getCreateToolUrl, getDeleteCallFeedbackMutationFetcher, getDeleteCallFeedbackMutationKey, getDeleteCallFeedbackUrl, getDeleteToolsFromAgentMutationFetcher, getDeleteToolsFromAgentMutationKey, getDeleteToolsFromAgentUrl, getDeleteWebhookMutationFetcher, getDeleteWebhookMutationKey, getDeleteWebhookUrl, getEmail, getExecuteCodeMutationFetcher, getExecuteCodeMutationKey, getExecuteCodeUrl, getExtract, getExtractor, getExtractorJob, getGetAgentKey, getGetAgentPromptKey, getGetAgentPromptUrl, getGetAgentUrl, getGetArtifactKey, getGetArtifactMetadataKeysKey, getGetArtifactMetadataKeysUrl, getGetArtifactUrl, getGetCallAnalyticsKey, getGetCallAnalyticsUrl, getGetCallEvaluationKey, getGetCallEvaluationUrl, getGetCallKey, getGetCallUrl, getGetClaimDetailKey, getGetClaimDetailUrl, getGetEmailKey, getGetEmailUrl, getGetExtractKey, getGetExtractUrl, getGetExtractorJobKey, getGetExtractorJobUrl, getGetExtractorKey, getGetExtractorUrl, getGetOAuthUrlKey, getGetOAuthUrlUrl, getGetProfileKey, getGetProfileUrl, getGetToolKey, getGetToolUrl, getGetWebhookKey, getGetWebhookUrl, getListAgentWebhooksKey, getListAgentWebhooksUrl, getListAgentsKey, getListAgentsUrl, getListApiKeysKey, getListApiKeysUrl, getListArtifactsKey, getListArtifactsUrl, getListCallFeedbackKey, getListCallFeedbackUrl, getListCallsKey, getListCallsUrl, getListClaimsKey, getListClaimsUrl, getListEmailAgentWebhooksKey, getListEmailAgentWebhooksUrl, getListEmailAgentsKey, getListEmailAgentsUrl, getListEmailsKey, getListEmailsUrl, getListExtractorJobsKey, getListExtractorJobsUrl, getListExtractorsKey, getListExtractorsUrl, getListExtractsKey, getListExtractsUrl, getListJobsKey, getListJobsUrl, getListToolsKey, getListToolsUrl, getListWebhookDeliveriesKey, getListWebhookDeliveriesUrl, getListWebhooksKey, getListWebhooksUrl, getOAuthUrl, getProfile, getRefreshTokenMutationFetcher, getRefreshTokenMutationKey, getRefreshTokenUrl, getRevokeApiKeyMutationFetcher, getRevokeApiKeyMutationKey, getRevokeApiKeyUrl, getScheduleJobMutationFetcher, getScheduleJobMutationKey, getScheduleJobUrl, getSignInMutationFetcher, getSignInMutationKey, getSignInUrl, getSignUpMutationFetcher, getSignUpMutationKey, getSignUpUrl, getTestWebhookMutationFetcher, getTestWebhookMutationKey, getTestWebhookUrl, getTool, getUpdateAgentModelsMutationFetcher, getUpdateAgentModelsMutationKey, getUpdateAgentModelsUrl, getUpdateCallControlsMutationFetcher, getUpdateCallControlsMutationKey, getUpdateCallControlsUrl, getUpdateEmailAgentMutationFetcher, getUpdateEmailAgentMutationKey, getUpdateEmailAgentUrl, getUpdateExtractorMutationFetcher, getUpdateExtractorMutationKey, getUpdateExtractorUrl, getUpdateToolMutationFetcher, getUpdateToolMutationKey, getUpdateToolUrl, getUploadFileMutationFetcher, getUploadFileMutationKey, getUploadFileUrl, getWebhook, listAgentWebhooks, listAgents, listApiKeys, listArtifacts, listCallFeedback, listCalls, listClaims, listEmailAgentWebhooks, listEmailAgents, listEmails, listExtractorJobs, listExtractors, listExtracts, listJobs, listTools, listWebhookDeliveries, listWebhooks, refreshToken, revokeApiKey, scheduleJob, signIn, signUp, testWebhook, updateAgentModels, updateCallControls, updateEmailAgent, updateExtractor, updateTool, uploadFile, useAddToolsToAgent, useCancelExtractorJob, useCancelJob, useCheckEmailUsernameAvailability, useCreateAgent, useCreateAgentWebhook, useCreateApiKey, useCreateArtifact, useCreateCallFeedback, useCreateClaim, useCreateEmail, useCreateEmailAgent, useCreateEmailAgentWebhook, useCreateExtractor, useCreateExtractorJob, useCreateExtractorWebhook, useCreateTool, useDeleteCallFeedback, useDeleteToolsFromAgent, useDeleteWebhook, useExecuteCode, useGetAgent, useGetAgentPrompt, useGetArtifact, useGetArtifactMetadataKeys, useGetCall, useGetCallAnalytics, useGetCallEvaluation, useGetClaimDetail, useGetEmail, useGetExtract, useGetExtractor, useGetExtractorJob, useGetOAuthUrl, useGetProfile, useGetTool, useGetWebhook, useListAgentWebhooks, useListAgents, useListApiKeys, useListArtifacts, useListCallFeedback, useListCalls, useListClaims, useListEmailAgentWebhooks, useListEmailAgents, useListEmails, useListExtractorJobs, useListExtractors, useListExtracts, useListJobs, useListTools, useListWebhookDeliveries, useListWebhooks, useRefreshToken, useRevokeApiKey, useScheduleJob, useSignIn, useSignUp, useTestWebhook, useUpdateAgentModels, useUpdateCallControls, useUpdateEmailAgent, useUpdateExtractor, useUpdateTool, useUploadFile };
|
|
5255
|
+
export { type AddToolsToAgentBody, type AddToolsToAgentMutationResult, type AddToolsToAgentResponse, type Agent, AgentBackgroundSounds, AgentDirection, AgentLanguage, type AgentList, AgentLlmModel, type AgentPrompt, AgentSttModel, AgentTtsModel, AgentTtsProvider, type AgentWebhookList, type ApiKey, type ApiKeyCreated, type ApiKeyList, type Artifact, type ArtifactCreated, type ArtifactCreatedItem, type ArtifactDetail, type ArtifactDetailData, type ArtifactDetailDataMetadata, type ArtifactList, type ArtifactMetadata, type ArtifactMetadataKeys, type ArtifactMetadataKeysData, type ArtifactMetadataKeysDataValues, type AuthTokens, type AvallonConfig, AvallonError, type Call, type CallAnalytics, type CallAnalyticsCallsOverTimeItem, type CallAnalyticsDurationDistributionItem, type CallAnalyticsEvaluationOverTimeItem, type CallAnalyticsMetricPerformanceItem, type CallAnalyticsScoreDistributionItem, type CallAnalyticsSummary, type CallDetail, CallDetailDirection, type CallDetailEvaluation, type CallDetailMetadata, CallDirection, type CallEvaluation, type CallEvaluationMetricsItem, type CallEvaluationProperty, type CallList, type CallMessage, type CallMessageMetadata, type CallMessageToolArguments, type CallMessageToolResult, type CallMetadata, type CancelExtractorJobMutationResult, type CancelJobMutationResult, type CanceledExtractorJob, type CanceledExtractorJobScope, type CheckEmailUsernameAvailabilityParams, type CheckEmailUsernameAvailabilityQueryResult, type ClaimCreated, type ClaimDetail, type ClaimDetailArtifactsItem, type ClaimDetailClaim, type ClaimDetailExtractorJob, type ClaimDetailSourcesItem, type ClaimList, type ClaimListClaimsItem, type CodeTool, type CodeToolCreated, type CodeToolCreatedTool, type CodeToolCreatedToolSchema, type CodeToolSchema, type CodeToolSummary, type CodeToolUpdated, type CodeToolUpdatedTool, type CodeToolUpdatedToolSchema, type ConfirmationResponse, type CreateAgentBody, CreateAgentBodyDirection, CreateAgentBodyLanguage, CreateAgentBodyLlmModel, CreateAgentBodySttModel, CreateAgentBodyTtsModel, CreateAgentBodyTtsProvider, type CreateAgentMutationResult, type CreateAgentResponse, type CreateAgentWebhookBody, type CreateAgentWebhookMutationResult, type CreateApiKeyBody, CreateApiKeyBodyEnvironment, type CreateApiKeyMutationResult, type CreateArtifactBody, type CreateArtifactBodyMetadata, type CreateArtifactBodyProcessingOptions, type CreateArtifactMutationResult, type CreateCallFeedbackMutationResult, type CreateClaimMutationResult, type CreateEmailAgentBody, type CreateEmailAgentMutationResult, type CreateEmailAgentWebhookBody, type CreateEmailAgentWebhookMutationResult, type CreateEmailBody, CreateEmailBodyDirection, type CreateEmailMutationResult, type CreateExtractorBody, type CreateExtractorBodySchema, type CreateExtractorJobBody, type CreateExtractorJobBodyScope, type CreateExtractorJobMutationResult, type CreateExtractorMutationResult, type CreateExtractorWebhookBody, type CreateExtractorWebhookMutationResult, type CreateFeedbackRequest, type CreateToolBody, type CreateToolMutationResult, type DeleteCallFeedbackMutationResult, type DeleteToolsFromAgentBody, type DeleteToolsFromAgentMutationResult, type DeleteToolsFromAgentResponse, type DeleteWebhookMutationResult, type DeleteWebhookResponse, type Email, type EmailAgent, type EmailAgentList, type EmailAgentWebhookList, type EmailCreated, EmailCreatedDirection, type EmailDetail, EmailDetailDirection, EmailDirection, type EmailList, type EmailUsernameAvailability, type EmptyResponse, type ErrorResponse, type ErrorResponseData, type ExecuteCodeBody, type ExecuteCodeBodyParams, type ExecuteCodeMutationResult, type Extract, type ExtractList, type ExtractScope, type ExtractSummary, type ExtractSummaryScope, type Extractor, type ExtractorCreated, type ExtractorCreatedSchema, type ExtractorJob, type ExtractorJobCreated, type ExtractorJobCreatedScope, type ExtractorJobDetail, type ExtractorJobDetailScope, ExtractorJobExtractorType, type ExtractorJobList, type ExtractorJobScope, type ExtractorList, type ExtractorSchema, type ExtractorSummary, type ExtractorUpdated, type ExtractorUpdatedSchema, type ExtractorWebhookList, type Feedback, type GetAgentPromptQueryResult, type GetAgentQueryResult, type GetAgentResponse, type GetArtifactMetadataKeysParams, type GetArtifactMetadataKeysQueryResult, type GetArtifactQueryResult, type GetCallAnalyticsParams, type GetCallAnalyticsQueryResult, type GetCallEvaluationQueryResult, type GetCallParams, type GetCallQueryResult, type GetClaimDetailQueryResult, type GetEmailQueryResult, type GetExtractQueryResult, type GetExtractorJobQueryResult, type GetExtractorJobResponse, type GetExtractorQueryResult, type GetExtractorResponse, GetOAuthUrlCodeChallengeMethod, type GetOAuthUrlParams, GetOAuthUrlProvider, type GetOAuthUrlQueryResult, type GetProfileQueryResult, type GetToolQueryResult, type GetToolResponse, type GetWebhookQueryResult, type ListAgentWebhooksQueryResult, type ListAgentsParams, type ListAgentsQueryResult, ListApiKeysIncludeRevoked, type ListApiKeysParams, type ListApiKeysQueryResult, type ListArtifactsParams, type ListArtifactsQueryResult, ListArtifactsSortBy, ListArtifactsSortOrder, type ListCallFeedbackParams, type ListCallFeedbackQueryResult, ListCallFeedbackSortBy, ListCallFeedbackSortOrder, ListCallsDirection, type ListCallsParams, type ListCallsQueryResult, ListCallsSortBy, ListCallsSortOrder, ListCallsStatus, type ListClaimsParams, type ListClaimsQueryResult, ListClaimsSortBy, ListClaimsSortOrder, type ListEmailAgentWebhooksQueryResult, type ListEmailAgentsParams, type ListEmailAgentsQueryResult, ListEmailAgentsSortBy, ListEmailAgentsSortOrder, type ListEmailsParams, type ListEmailsQueryResult, ListEmailsSortBy, ListEmailsSortOrder, ListExtractorJobsExtractorType, type ListExtractorJobsParams, type ListExtractorJobsQueryResult, ListExtractorJobsSortBy, ListExtractorJobsSortOrder, ListExtractorJobsStatus, type ListExtractorsParams, type ListExtractorsQueryResult, ListExtractorsSortBy, ListExtractorsSortOrder, type ListExtractsParams, type ListExtractsQueryResult, ListExtractsSortBy, ListExtractsSortOrder, type ListJobsParams, type ListJobsQueryResult, ListJobsStatusItem, type ListToolsParams, type ListToolsQueryResult, ListToolsSortBy, ListToolsSortOrder, type ListWebhookDeliveriesParams, type ListWebhookDeliveriesQueryResult, ListWebhookDeliveriesSortOrder, type ListWebhooksQueryResult, type OAuthUrl, type OutboundJob, type OutboundJobList, type OutboundJobMetadata, type OutboundJobPayload, OutboundJobStatus, type Profile, type ProfileTenant, type ProfileTenants, type RefreshTokenBody, type RefreshTokenMutationResult, type RevokeApiKeyMutationResult, type ScheduleJobBody, type ScheduleJobBodyMetadata, type ScheduleJobBodyPayload, type ScheduleJobMutationResult, type SignInBody, type SignInMutationResult, type SignUpBody, type SignUpMutationResult, type TestWebhookMutationResult, type ToolExecutionResult, type ToolExecutionResultError, type ToolExecutionResultTracesItem, type ToolList, type UpdateAgentModelsBody, UpdateAgentModelsBodyLanguage, UpdateAgentModelsBodyLlmModel, UpdateAgentModelsBodySttModel, UpdateAgentModelsBodyTtsModel, UpdateAgentModelsBodyTtsProvider, type UpdateAgentModelsMutationResult, type UpdateAgentModelsResponse, type UpdateCallControlsBody, type UpdateCallControlsMutationResult, type UpdateCallControlsResponse, type UpdateEmailAgentBody, type UpdateEmailAgentMutationResult, type UpdateExtractorBody, type UpdateExtractorBodySchema, type UpdateExtractorMutationResult, type UpdateToolBody, type UpdateToolMutationResult, type UploadFileBody, type UploadFileBodyMetadata, type UploadFileBodyProcessingOptions, type UploadFileMutationResult, type UploadFileResponse, type Webhook, type WebhookDelivery, type WebhookDeliveryList, type WebhookScope, type WebhookTestResult, addToolsToAgent, cancelExtractorJob, cancelJob, checkEmailUsernameAvailability, configure, createAgent, createAgentWebhook, createApiKey, createArtifact, createCallFeedback, createClaim, createEmail, createEmailAgent, createEmailAgentWebhook, createExtractor, createExtractorJob, createExtractorWebhook, createTool, deleteCallFeedback, deleteToolsFromAgent, deleteWebhook, executeCode, generateCodeChallenge, generateCodeVerifier, getAddToolsToAgentMutationFetcher, getAddToolsToAgentMutationKey, getAddToolsToAgentUrl, getAgent, getAgentPrompt, getArtifact, getArtifactMetadataKeys, getCall, getCallAnalytics, getCallEvaluation, getCancelExtractorJobMutationFetcher, getCancelExtractorJobMutationKey, getCancelExtractorJobUrl, getCancelJobMutationFetcher, getCancelJobMutationKey, getCancelJobUrl, getCheckEmailUsernameAvailabilityKey, getCheckEmailUsernameAvailabilityUrl, getClaimDetail, getConfig, getCreateAgentMutationFetcher, getCreateAgentMutationKey, getCreateAgentUrl, getCreateAgentWebhookMutationFetcher, getCreateAgentWebhookMutationKey, getCreateAgentWebhookUrl, getCreateApiKeyMutationFetcher, getCreateApiKeyMutationKey, getCreateApiKeyUrl, getCreateArtifactMutationFetcher, getCreateArtifactMutationKey, getCreateArtifactUrl, getCreateCallFeedbackMutationFetcher, getCreateCallFeedbackMutationKey, getCreateCallFeedbackUrl, getCreateClaimMutationFetcher, getCreateClaimMutationKey, getCreateClaimUrl, getCreateEmailAgentMutationFetcher, getCreateEmailAgentMutationKey, getCreateEmailAgentUrl, getCreateEmailAgentWebhookMutationFetcher, getCreateEmailAgentWebhookMutationKey, getCreateEmailAgentWebhookUrl, getCreateEmailMutationFetcher, getCreateEmailMutationKey, getCreateEmailUrl, getCreateExtractorJobMutationFetcher, getCreateExtractorJobMutationKey, getCreateExtractorJobUrl, getCreateExtractorMutationFetcher, getCreateExtractorMutationKey, getCreateExtractorUrl, getCreateExtractorWebhookMutationFetcher, getCreateExtractorWebhookMutationKey, getCreateExtractorWebhookUrl, getCreateToolMutationFetcher, getCreateToolMutationKey, getCreateToolUrl, getDeleteCallFeedbackMutationFetcher, getDeleteCallFeedbackMutationKey, getDeleteCallFeedbackUrl, getDeleteToolsFromAgentMutationFetcher, getDeleteToolsFromAgentMutationKey, getDeleteToolsFromAgentUrl, getDeleteWebhookMutationFetcher, getDeleteWebhookMutationKey, getDeleteWebhookUrl, getEmail, getExecuteCodeMutationFetcher, getExecuteCodeMutationKey, getExecuteCodeUrl, getExtract, getExtractor, getExtractorJob, getGetAgentKey, getGetAgentPromptKey, getGetAgentPromptUrl, getGetAgentUrl, getGetArtifactKey, getGetArtifactMetadataKeysKey, getGetArtifactMetadataKeysUrl, getGetArtifactUrl, getGetCallAnalyticsKey, getGetCallAnalyticsUrl, getGetCallEvaluationKey, getGetCallEvaluationUrl, getGetCallKey, getGetCallUrl, getGetClaimDetailKey, getGetClaimDetailUrl, getGetEmailKey, getGetEmailUrl, getGetExtractKey, getGetExtractUrl, getGetExtractorJobKey, getGetExtractorJobUrl, getGetExtractorKey, getGetExtractorUrl, getGetOAuthUrlKey, getGetOAuthUrlUrl, getGetProfileKey, getGetProfileUrl, getGetToolKey, getGetToolUrl, getGetWebhookKey, getGetWebhookUrl, getListAgentWebhooksKey, getListAgentWebhooksUrl, getListAgentsKey, getListAgentsUrl, getListApiKeysKey, getListApiKeysUrl, getListArtifactsKey, getListArtifactsUrl, getListCallFeedbackKey, getListCallFeedbackUrl, getListCallsKey, getListCallsUrl, getListClaimsKey, getListClaimsUrl, getListEmailAgentWebhooksKey, getListEmailAgentWebhooksUrl, getListEmailAgentsKey, getListEmailAgentsUrl, getListEmailsKey, getListEmailsUrl, getListExtractorJobsKey, getListExtractorJobsUrl, getListExtractorsKey, getListExtractorsUrl, getListExtractsKey, getListExtractsUrl, getListJobsKey, getListJobsUrl, getListToolsKey, getListToolsUrl, getListWebhookDeliveriesKey, getListWebhookDeliveriesUrl, getListWebhooksKey, getListWebhooksUrl, getOAuthUrl, getProfile, getRefreshTokenMutationFetcher, getRefreshTokenMutationKey, getRefreshTokenUrl, getRevokeApiKeyMutationFetcher, getRevokeApiKeyMutationKey, getRevokeApiKeyUrl, getScheduleJobMutationFetcher, getScheduleJobMutationKey, getScheduleJobUrl, getSignInMutationFetcher, getSignInMutationKey, getSignInUrl, getSignUpMutationFetcher, getSignUpMutationKey, getSignUpUrl, getTestWebhookMutationFetcher, getTestWebhookMutationKey, getTestWebhookUrl, getTool, getUpdateAgentModelsMutationFetcher, getUpdateAgentModelsMutationKey, getUpdateAgentModelsUrl, getUpdateCallControlsMutationFetcher, getUpdateCallControlsMutationKey, getUpdateCallControlsUrl, getUpdateEmailAgentMutationFetcher, getUpdateEmailAgentMutationKey, getUpdateEmailAgentUrl, getUpdateExtractorMutationFetcher, getUpdateExtractorMutationKey, getUpdateExtractorUrl, getUpdateToolMutationFetcher, getUpdateToolMutationKey, getUpdateToolUrl, getUploadFileMutationFetcher, getUploadFileMutationKey, getUploadFileUrl, getWebhook, listAgentWebhooks, listAgents, listApiKeys, listArtifacts, listCallFeedback, listCalls, listClaims, listEmailAgentWebhooks, listEmailAgents, listEmails, listExtractorJobs, listExtractors, listExtracts, listJobs, listTools, listWebhookDeliveries, listWebhooks, refreshToken, revokeApiKey, scheduleJob, signIn, signUp, testWebhook, updateAgentModels, updateCallControls, updateEmailAgent, updateExtractor, updateTool, uploadFile, useAddToolsToAgent, useCancelExtractorJob, useCancelJob, useCheckEmailUsernameAvailability, useCreateAgent, useCreateAgentWebhook, useCreateApiKey, useCreateArtifact, useCreateCallFeedback, useCreateClaim, useCreateEmail, useCreateEmailAgent, useCreateEmailAgentWebhook, useCreateExtractor, useCreateExtractorJob, useCreateExtractorWebhook, useCreateTool, useDeleteCallFeedback, useDeleteToolsFromAgent, useDeleteWebhook, useExecuteCode, useGetAgent, useGetAgentPrompt, useGetArtifact, useGetArtifactMetadataKeys, useGetCall, useGetCallAnalytics, useGetCallEvaluation, useGetClaimDetail, useGetEmail, useGetExtract, useGetExtractor, useGetExtractorJob, useGetOAuthUrl, useGetProfile, useGetTool, useGetWebhook, useListAgentWebhooks, useListAgents, useListApiKeys, useListArtifacts, useListCallFeedback, useListCalls, useListClaims, useListEmailAgentWebhooks, useListEmailAgents, useListEmails, useListExtractorJobs, useListExtractors, useListExtracts, useListJobs, useListTools, useListWebhookDeliveries, useListWebhooks, useRefreshToken, useRevokeApiKey, useScheduleJob, useSignIn, useSignUp, useTestWebhook, useUpdateAgentModels, useUpdateCallControls, useUpdateEmailAgent, useUpdateExtractor, useUpdateTool, useUploadFile };
|