@avallon-labs/sdk 6.2.0 → 6.3.0-staging.245
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 +51 -1
- package/dist/index.js +28 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2154,6 +2154,29 @@ type GetArtifactMetadataKeysParams = {
|
|
|
2154
2154
|
limit?: number;
|
|
2155
2155
|
};
|
|
2156
2156
|
|
|
2157
|
+
/**
|
|
2158
|
+
* Generated by orval v8.1.0 🍺
|
|
2159
|
+
* Do not edit manually.
|
|
2160
|
+
* Avallon API
|
|
2161
|
+
* OpenAPI spec version: 1.0.0
|
|
2162
|
+
*/
|
|
2163
|
+
type GetArtifactUploadUrl200 = {
|
|
2164
|
+
upload_url: string;
|
|
2165
|
+
file_url: string;
|
|
2166
|
+
expires_at: string;
|
|
2167
|
+
};
|
|
2168
|
+
|
|
2169
|
+
/**
|
|
2170
|
+
* Generated by orval v8.1.0 🍺
|
|
2171
|
+
* Do not edit manually.
|
|
2172
|
+
* Avallon API
|
|
2173
|
+
* OpenAPI spec version: 1.0.0
|
|
2174
|
+
*/
|
|
2175
|
+
type GetArtifactUploadUrlBody = {
|
|
2176
|
+
/** @minLength 1 */
|
|
2177
|
+
filename: string;
|
|
2178
|
+
};
|
|
2179
|
+
|
|
2157
2180
|
/**
|
|
2158
2181
|
* Generated by orval v8.1.0 🍺
|
|
2159
2182
|
* Do not edit manually.
|
|
@@ -4063,6 +4086,33 @@ declare const useGetArtifactMetadataKeys: <TError = ErrorType<ErrorResponse>>(pa
|
|
|
4063
4086
|
isLoading: swr__internal.IsLoadingResponse<Data, Config>;
|
|
4064
4087
|
swrKey: string | false | readonly [any, ...unknown[]] | Record<any, any> | (() => swr.Arguments);
|
|
4065
4088
|
};
|
|
4089
|
+
/**
|
|
4090
|
+
* Returns a pre-signed PUT URL. Upload the file directly to `upload_url`, then pass `file_url` as `source_url` to POST /v1/upload-file.
|
|
4091
|
+
* @summary Request a pre-signed URL for direct large file upload
|
|
4092
|
+
*/
|
|
4093
|
+
declare const getGetArtifactUploadUrlUrl: () => string;
|
|
4094
|
+
declare const getArtifactUploadUrl: (getArtifactUploadUrlBody: GetArtifactUploadUrlBody, options?: RequestInit) => Promise<GetArtifactUploadUrl200>;
|
|
4095
|
+
declare const getGetArtifactUploadUrlMutationFetcher: (options?: SecondParameter$d<typeof customFetch>) => (_: Key, { arg }: {
|
|
4096
|
+
arg: GetArtifactUploadUrlBody;
|
|
4097
|
+
}) => Promise<GetArtifactUploadUrl200>;
|
|
4098
|
+
declare const getGetArtifactUploadUrlMutationKey: () => readonly ["/v1/artifacts/get-upload-url"];
|
|
4099
|
+
type GetArtifactUploadUrlMutationResult = NonNullable<Awaited<ReturnType<typeof getArtifactUploadUrl>>>;
|
|
4100
|
+
/**
|
|
4101
|
+
* @summary Request a pre-signed URL for direct large file upload
|
|
4102
|
+
*/
|
|
4103
|
+
declare const useGetArtifactUploadUrl: <TError = ErrorType<ErrorResponse>>(options?: {
|
|
4104
|
+
swr?: SWRMutationConfiguration<Awaited<ReturnType<typeof getArtifactUploadUrl>>, TError, Key, GetArtifactUploadUrlBody, Awaited<ReturnType<typeof getArtifactUploadUrl>>> & {
|
|
4105
|
+
swrKey?: string;
|
|
4106
|
+
};
|
|
4107
|
+
request?: SecondParameter$d<typeof customFetch>;
|
|
4108
|
+
}) => {
|
|
4109
|
+
isMutating: boolean;
|
|
4110
|
+
trigger: swr_mutation.TriggerWithArgs<GetArtifactUploadUrl200, TError, string | readonly ["/v1/artifacts/get-upload-url"], GetArtifactUploadUrlBody>;
|
|
4111
|
+
reset: () => void;
|
|
4112
|
+
data: GetArtifactUploadUrl200 | undefined;
|
|
4113
|
+
error: TError | undefined;
|
|
4114
|
+
swrKey: string | readonly ["/v1/artifacts/get-upload-url"];
|
|
4115
|
+
};
|
|
4066
4116
|
/**
|
|
4067
4117
|
* Merge-update metadata on an existing artifact. Provided keys are added or overwritten; other existing keys are preserved.
|
|
4068
4118
|
* @summary Update artifact metadata
|
|
@@ -5606,4 +5656,4 @@ declare const useTestWebhook: <TError = ErrorType<ErrorResponse>>(id: string, op
|
|
|
5606
5656
|
swrKey: string | readonly [`/v1/webhooks/${string}/test`];
|
|
5607
5657
|
};
|
|
5608
5658
|
|
|
5609
|
-
export { type AddToolsToAgentBody, type AddToolsToAgentMutationResult, type AddToolsToAgentResponse, type Agent, AgentBackgroundSounds, AgentDirection, AgentLanguage, type AgentList, AgentLlmModel, type AgentPrompt, AgentSttModel, AgentTtsModel, AgentTtsProvider, type AgentWebhookList, type AgenticJobMessage, type AgenticJobMessageList, type AgenticJobMessageMessage, 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, CreateExtractorJobBodyExtractorType, 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 GetExtractCitations200, type GetExtractCitations200Chunks, type GetExtractCitations200ChunksBoundingBox, type GetExtractCitationsQueryResult, type GetExtractQueryResult, type GetExtractorJobQueryResult, type GetExtractorJobResponse, type GetExtractorQueryResult, type GetExtractorResponse, GetOAuthUrlCodeChallengeMethod, type GetOAuthUrlParams, GetOAuthUrlProvider, type GetOAuthUrlQueryResult, type GetProfileQueryResult, type GetSessionToken200, type GetSessionTokenBody, type GetSessionTokenMutationResult, type GetToolQueryResult, type GetToolResponse, type GetWebhookQueryResult, type ListAgentWebhooksQueryResult, type ListAgenticJobMessagesParams, type ListAgenticJobMessagesQueryResult, 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 UpdateArtifactMetadataBody, type UpdateArtifactMetadataBodyMetadata, type UpdateArtifactMetadataMutationResult, type UpdateCallControlsBody, type UpdateCallControlsMutationResult, type UpdateCallControlsResponse, type UpdateEmailAgentBody, type UpdateEmailAgentMutationResult, type UpdateExtractorBody, type UpdateExtractorBodySchema, type UpdateExtractorJobScopeBody, type UpdateExtractorJobScopeBodyScope, type UpdateExtractorJobScopeMutationResult, type UpdateExtractorMutationResult, type UpdateToolBody, type UpdateToolMutationResult, type UpdatedExtractorJob, type UpdatedExtractorJobScope, 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, getExtractCitations, getExtractor, getExtractorJob, getGetAgentKey, getGetAgentPromptKey, getGetAgentPromptUrl, getGetAgentUrl, getGetArtifactKey, getGetArtifactMetadataKeysKey, getGetArtifactMetadataKeysUrl, getGetArtifactUrl, getGetCallAnalyticsKey, getGetCallAnalyticsUrl, getGetCallEvaluationKey, getGetCallEvaluationUrl, getGetCallKey, getGetCallUrl, getGetClaimDetailKey, getGetClaimDetailUrl, getGetEmailKey, getGetEmailUrl, getGetExtractCitationsKey, getGetExtractCitationsUrl, getGetExtractKey, getGetExtractUrl, getGetExtractorJobKey, getGetExtractorJobUrl, getGetExtractorKey, getGetExtractorUrl, getGetOAuthUrlKey, getGetOAuthUrlUrl, getGetProfileKey, getGetProfileUrl, getGetSessionTokenMutationFetcher, getGetSessionTokenMutationKey, getGetSessionTokenUrl, getGetToolKey, getGetToolUrl, getGetWebhookKey, getGetWebhookUrl, getListAgentWebhooksKey, getListAgentWebhooksUrl, getListAgenticJobMessagesKey, getListAgenticJobMessagesUrl, 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, getSessionToken, getSignInMutationFetcher, getSignInMutationKey, getSignInUrl, getSignUpMutationFetcher, getSignUpMutationKey, getSignUpUrl, getTestWebhookMutationFetcher, getTestWebhookMutationKey, getTestWebhookUrl, getTool, getUpdateAgentModelsMutationFetcher, getUpdateAgentModelsMutationKey, getUpdateAgentModelsUrl, getUpdateArtifactMetadataMutationFetcher, getUpdateArtifactMetadataMutationKey, getUpdateArtifactMetadataUrl, getUpdateCallControlsMutationFetcher, getUpdateCallControlsMutationKey, getUpdateCallControlsUrl, getUpdateEmailAgentMutationFetcher, getUpdateEmailAgentMutationKey, getUpdateEmailAgentUrl, getUpdateExtractorJobScopeMutationFetcher, getUpdateExtractorJobScopeMutationKey, getUpdateExtractorJobScopeUrl, getUpdateExtractorMutationFetcher, getUpdateExtractorMutationKey, getUpdateExtractorUrl, getUpdateToolMutationFetcher, getUpdateToolMutationKey, getUpdateToolUrl, getUploadFileMutationFetcher, getUploadFileMutationKey, getUploadFileUrl, getWebhook, listAgentWebhooks, listAgenticJobMessages, listAgents, listApiKeys, listArtifacts, listCallFeedback, listCalls, listClaims, listEmailAgentWebhooks, listEmailAgents, listEmails, listExtractorJobs, listExtractors, listExtracts, listJobs, listTools, listWebhookDeliveries, listWebhooks, refreshToken, revokeApiKey, scheduleJob, signIn, signUp, testWebhook, updateAgentModels, updateArtifactMetadata, updateCallControls, updateEmailAgent, updateExtractor, updateExtractorJobScope, 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, useGetExtractCitations, useGetExtractor, useGetExtractorJob, useGetOAuthUrl, useGetProfile, useGetSessionToken, useGetTool, useGetWebhook, useListAgentWebhooks, useListAgenticJobMessages, useListAgents, useListApiKeys, useListArtifacts, useListCallFeedback, useListCalls, useListClaims, useListEmailAgentWebhooks, useListEmailAgents, useListEmails, useListExtractorJobs, useListExtractors, useListExtracts, useListJobs, useListTools, useListWebhookDeliveries, useListWebhooks, useRefreshToken, useRevokeApiKey, useScheduleJob, useSignIn, useSignUp, useTestWebhook, useUpdateAgentModels, useUpdateArtifactMetadata, useUpdateCallControls, useUpdateEmailAgent, useUpdateExtractor, useUpdateExtractorJobScope, useUpdateTool, useUploadFile };
|
|
5659
|
+
export { type AddToolsToAgentBody, type AddToolsToAgentMutationResult, type AddToolsToAgentResponse, type Agent, AgentBackgroundSounds, AgentDirection, AgentLanguage, type AgentList, AgentLlmModel, type AgentPrompt, AgentSttModel, AgentTtsModel, AgentTtsProvider, type AgentWebhookList, type AgenticJobMessage, type AgenticJobMessageList, type AgenticJobMessageMessage, 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, CreateExtractorJobBodyExtractorType, 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 GetArtifactUploadUrl200, type GetArtifactUploadUrlBody, type GetArtifactUploadUrlMutationResult, type GetCallAnalyticsParams, type GetCallAnalyticsQueryResult, type GetCallEvaluationQueryResult, type GetCallParams, type GetCallQueryResult, type GetClaimDetailQueryResult, type GetEmailQueryResult, type GetExtractCitations200, type GetExtractCitations200Chunks, type GetExtractCitations200ChunksBoundingBox, type GetExtractCitationsQueryResult, type GetExtractQueryResult, type GetExtractorJobQueryResult, type GetExtractorJobResponse, type GetExtractorQueryResult, type GetExtractorResponse, GetOAuthUrlCodeChallengeMethod, type GetOAuthUrlParams, GetOAuthUrlProvider, type GetOAuthUrlQueryResult, type GetProfileQueryResult, type GetSessionToken200, type GetSessionTokenBody, type GetSessionTokenMutationResult, type GetToolQueryResult, type GetToolResponse, type GetWebhookQueryResult, type ListAgentWebhooksQueryResult, type ListAgenticJobMessagesParams, type ListAgenticJobMessagesQueryResult, 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 UpdateArtifactMetadataBody, type UpdateArtifactMetadataBodyMetadata, type UpdateArtifactMetadataMutationResult, type UpdateCallControlsBody, type UpdateCallControlsMutationResult, type UpdateCallControlsResponse, type UpdateEmailAgentBody, type UpdateEmailAgentMutationResult, type UpdateExtractorBody, type UpdateExtractorBodySchema, type UpdateExtractorJobScopeBody, type UpdateExtractorJobScopeBodyScope, type UpdateExtractorJobScopeMutationResult, type UpdateExtractorMutationResult, type UpdateToolBody, type UpdateToolMutationResult, type UpdatedExtractorJob, type UpdatedExtractorJobScope, 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, getArtifactUploadUrl, 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, getExtractCitations, getExtractor, getExtractorJob, getGetAgentKey, getGetAgentPromptKey, getGetAgentPromptUrl, getGetAgentUrl, getGetArtifactKey, getGetArtifactMetadataKeysKey, getGetArtifactMetadataKeysUrl, getGetArtifactUploadUrlMutationFetcher, getGetArtifactUploadUrlMutationKey, getGetArtifactUploadUrlUrl, getGetArtifactUrl, getGetCallAnalyticsKey, getGetCallAnalyticsUrl, getGetCallEvaluationKey, getGetCallEvaluationUrl, getGetCallKey, getGetCallUrl, getGetClaimDetailKey, getGetClaimDetailUrl, getGetEmailKey, getGetEmailUrl, getGetExtractCitationsKey, getGetExtractCitationsUrl, getGetExtractKey, getGetExtractUrl, getGetExtractorJobKey, getGetExtractorJobUrl, getGetExtractorKey, getGetExtractorUrl, getGetOAuthUrlKey, getGetOAuthUrlUrl, getGetProfileKey, getGetProfileUrl, getGetSessionTokenMutationFetcher, getGetSessionTokenMutationKey, getGetSessionTokenUrl, getGetToolKey, getGetToolUrl, getGetWebhookKey, getGetWebhookUrl, getListAgentWebhooksKey, getListAgentWebhooksUrl, getListAgenticJobMessagesKey, getListAgenticJobMessagesUrl, 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, getSessionToken, getSignInMutationFetcher, getSignInMutationKey, getSignInUrl, getSignUpMutationFetcher, getSignUpMutationKey, getSignUpUrl, getTestWebhookMutationFetcher, getTestWebhookMutationKey, getTestWebhookUrl, getTool, getUpdateAgentModelsMutationFetcher, getUpdateAgentModelsMutationKey, getUpdateAgentModelsUrl, getUpdateArtifactMetadataMutationFetcher, getUpdateArtifactMetadataMutationKey, getUpdateArtifactMetadataUrl, getUpdateCallControlsMutationFetcher, getUpdateCallControlsMutationKey, getUpdateCallControlsUrl, getUpdateEmailAgentMutationFetcher, getUpdateEmailAgentMutationKey, getUpdateEmailAgentUrl, getUpdateExtractorJobScopeMutationFetcher, getUpdateExtractorJobScopeMutationKey, getUpdateExtractorJobScopeUrl, getUpdateExtractorMutationFetcher, getUpdateExtractorMutationKey, getUpdateExtractorUrl, getUpdateToolMutationFetcher, getUpdateToolMutationKey, getUpdateToolUrl, getUploadFileMutationFetcher, getUploadFileMutationKey, getUploadFileUrl, getWebhook, listAgentWebhooks, listAgenticJobMessages, listAgents, listApiKeys, listArtifacts, listCallFeedback, listCalls, listClaims, listEmailAgentWebhooks, listEmailAgents, listEmails, listExtractorJobs, listExtractors, listExtracts, listJobs, listTools, listWebhookDeliveries, listWebhooks, refreshToken, revokeApiKey, scheduleJob, signIn, signUp, testWebhook, updateAgentModels, updateArtifactMetadata, updateCallControls, updateEmailAgent, updateExtractor, updateExtractorJobScope, 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, useGetArtifactUploadUrl, useGetCall, useGetCallAnalytics, useGetCallEvaluation, useGetClaimDetail, useGetEmail, useGetExtract, useGetExtractCitations, useGetExtractor, useGetExtractorJob, useGetOAuthUrl, useGetProfile, useGetSessionToken, useGetTool, useGetWebhook, useListAgentWebhooks, useListAgenticJobMessages, useListAgents, useListApiKeys, useListArtifacts, useListCallFeedback, useListCalls, useListClaims, useListEmailAgentWebhooks, useListEmailAgents, useListEmails, useListExtractorJobs, useListExtractors, useListExtracts, useListJobs, useListTools, useListWebhookDeliveries, useListWebhooks, useRefreshToken, useRevokeApiKey, useScheduleJob, useSignIn, useSignUp, useTestWebhook, useUpdateAgentModels, useUpdateArtifactMetadata, useUpdateCallControls, useUpdateEmailAgent, useUpdateExtractor, useUpdateExtractorJobScope, useUpdateTool, useUploadFile };
|
package/dist/index.js
CHANGED
|
@@ -516,6 +516,33 @@ var useGetArtifactMetadataKeys = (params, options) => {
|
|
|
516
516
|
...query
|
|
517
517
|
};
|
|
518
518
|
};
|
|
519
|
+
var getGetArtifactUploadUrlUrl = () => {
|
|
520
|
+
return `/v1/artifacts/get-upload-url`;
|
|
521
|
+
};
|
|
522
|
+
var getArtifactUploadUrl = async (getArtifactUploadUrlBody, options) => {
|
|
523
|
+
return customFetch(getGetArtifactUploadUrlUrl(), {
|
|
524
|
+
...options,
|
|
525
|
+
method: "POST",
|
|
526
|
+
headers: { "Content-Type": "application/json", ...options?.headers },
|
|
527
|
+
body: JSON.stringify(getArtifactUploadUrlBody)
|
|
528
|
+
});
|
|
529
|
+
};
|
|
530
|
+
var getGetArtifactUploadUrlMutationFetcher = (options) => {
|
|
531
|
+
return (_, { arg }) => {
|
|
532
|
+
return getArtifactUploadUrl(arg, options);
|
|
533
|
+
};
|
|
534
|
+
};
|
|
535
|
+
var getGetArtifactUploadUrlMutationKey = () => [`/v1/artifacts/get-upload-url`];
|
|
536
|
+
var useGetArtifactUploadUrl = (options) => {
|
|
537
|
+
const { swr: swrOptions, request: requestOptions } = options ?? {};
|
|
538
|
+
const swrKey = swrOptions?.swrKey ?? getGetArtifactUploadUrlMutationKey();
|
|
539
|
+
const swrFn = getGetArtifactUploadUrlMutationFetcher(requestOptions);
|
|
540
|
+
const query = useSWRMutation(swrKey, swrFn, swrOptions);
|
|
541
|
+
return {
|
|
542
|
+
swrKey,
|
|
543
|
+
...query
|
|
544
|
+
};
|
|
545
|
+
};
|
|
519
546
|
var getUpdateArtifactMetadataUrl = (id) => {
|
|
520
547
|
return `/v1/artifacts/${id}/metadata`;
|
|
521
548
|
};
|
|
@@ -2488,6 +2515,6 @@ var UpdateAgentModelsBodyTtsProvider = {
|
|
|
2488
2515
|
google: "google"
|
|
2489
2516
|
};
|
|
2490
2517
|
|
|
2491
|
-
export { AgentBackgroundSounds, AgentDirection, AgentLanguage, AgentLlmModel, AgentSttModel, AgentTtsModel, AgentTtsProvider, AvallonError, CallDetailDirection, CallDirection, CreateAgentBodyDirection, CreateAgentBodyLanguage, CreateAgentBodyLlmModel, CreateAgentBodySttModel, CreateAgentBodyTtsModel, CreateAgentBodyTtsProvider, CreateApiKeyBodyEnvironment, CreateEmailBodyDirection, CreateExtractorJobBodyExtractorType, EmailCreatedDirection, EmailDetailDirection, EmailDirection, ExtractorJobExtractorType, GetOAuthUrlCodeChallengeMethod, GetOAuthUrlProvider, ListApiKeysIncludeRevoked, ListArtifactsSortBy, ListArtifactsSortOrder, ListCallFeedbackSortBy, ListCallFeedbackSortOrder, ListCallsDirection, ListCallsSortBy, ListCallsSortOrder, ListCallsStatus, ListClaimsSortBy, ListClaimsSortOrder, ListEmailAgentsSortBy, ListEmailAgentsSortOrder, ListEmailsSortBy, ListEmailsSortOrder, ListExtractorJobsExtractorType, ListExtractorJobsSortBy, ListExtractorJobsSortOrder, ListExtractorJobsStatus, ListExtractorsSortBy, ListExtractorsSortOrder, ListExtractsSortBy, ListExtractsSortOrder, ListJobsStatusItem, ListToolsSortBy, ListToolsSortOrder, ListWebhookDeliveriesSortOrder, OutboundJobStatus, UpdateAgentModelsBodyLanguage, UpdateAgentModelsBodyLlmModel, UpdateAgentModelsBodySttModel, UpdateAgentModelsBodyTtsModel, UpdateAgentModelsBodyTtsProvider, 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, getExtractCitations, getExtractor, getExtractorJob, getGetAgentKey, getGetAgentPromptKey, getGetAgentPromptUrl, getGetAgentUrl, getGetArtifactKey, getGetArtifactMetadataKeysKey, getGetArtifactMetadataKeysUrl, getGetArtifactUrl, getGetCallAnalyticsKey, getGetCallAnalyticsUrl, getGetCallEvaluationKey, getGetCallEvaluationUrl, getGetCallKey, getGetCallUrl, getGetClaimDetailKey, getGetClaimDetailUrl, getGetEmailKey, getGetEmailUrl, getGetExtractCitationsKey, getGetExtractCitationsUrl, getGetExtractKey, getGetExtractUrl, getGetExtractorJobKey, getGetExtractorJobUrl, getGetExtractorKey, getGetExtractorUrl, getGetOAuthUrlKey, getGetOAuthUrlUrl, getGetProfileKey, getGetProfileUrl, getGetSessionTokenMutationFetcher, getGetSessionTokenMutationKey, getGetSessionTokenUrl, getGetToolKey, getGetToolUrl, getGetWebhookKey, getGetWebhookUrl, getListAgentWebhooksKey, getListAgentWebhooksUrl, getListAgenticJobMessagesKey, getListAgenticJobMessagesUrl, 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, getSessionToken, getSignInMutationFetcher, getSignInMutationKey, getSignInUrl, getSignUpMutationFetcher, getSignUpMutationKey, getSignUpUrl, getTestWebhookMutationFetcher, getTestWebhookMutationKey, getTestWebhookUrl, getTool, getUpdateAgentModelsMutationFetcher, getUpdateAgentModelsMutationKey, getUpdateAgentModelsUrl, getUpdateArtifactMetadataMutationFetcher, getUpdateArtifactMetadataMutationKey, getUpdateArtifactMetadataUrl, getUpdateCallControlsMutationFetcher, getUpdateCallControlsMutationKey, getUpdateCallControlsUrl, getUpdateEmailAgentMutationFetcher, getUpdateEmailAgentMutationKey, getUpdateEmailAgentUrl, getUpdateExtractorJobScopeMutationFetcher, getUpdateExtractorJobScopeMutationKey, getUpdateExtractorJobScopeUrl, getUpdateExtractorMutationFetcher, getUpdateExtractorMutationKey, getUpdateExtractorUrl, getUpdateToolMutationFetcher, getUpdateToolMutationKey, getUpdateToolUrl, getUploadFileMutationFetcher, getUploadFileMutationKey, getUploadFileUrl, getWebhook, listAgentWebhooks, listAgenticJobMessages, listAgents, listApiKeys, listArtifacts, listCallFeedback, listCalls, listClaims, listEmailAgentWebhooks, listEmailAgents, listEmails, listExtractorJobs, listExtractors, listExtracts, listJobs, listTools, listWebhookDeliveries, listWebhooks, refreshToken, revokeApiKey, scheduleJob, signIn, signUp, testWebhook, updateAgentModels, updateArtifactMetadata, updateCallControls, updateEmailAgent, updateExtractor, updateExtractorJobScope, 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, useGetExtractCitations, useGetExtractor, useGetExtractorJob, useGetOAuthUrl, useGetProfile, useGetSessionToken, useGetTool, useGetWebhook, useListAgentWebhooks, useListAgenticJobMessages, useListAgents, useListApiKeys, useListArtifacts, useListCallFeedback, useListCalls, useListClaims, useListEmailAgentWebhooks, useListEmailAgents, useListEmails, useListExtractorJobs, useListExtractors, useListExtracts, useListJobs, useListTools, useListWebhookDeliveries, useListWebhooks, useRefreshToken, useRevokeApiKey, useScheduleJob, useSignIn, useSignUp, useTestWebhook, useUpdateAgentModels, useUpdateArtifactMetadata, useUpdateCallControls, useUpdateEmailAgent, useUpdateExtractor, useUpdateExtractorJobScope, useUpdateTool, useUploadFile };
|
|
2518
|
+
export { AgentBackgroundSounds, AgentDirection, AgentLanguage, AgentLlmModel, AgentSttModel, AgentTtsModel, AgentTtsProvider, AvallonError, CallDetailDirection, CallDirection, CreateAgentBodyDirection, CreateAgentBodyLanguage, CreateAgentBodyLlmModel, CreateAgentBodySttModel, CreateAgentBodyTtsModel, CreateAgentBodyTtsProvider, CreateApiKeyBodyEnvironment, CreateEmailBodyDirection, CreateExtractorJobBodyExtractorType, EmailCreatedDirection, EmailDetailDirection, EmailDirection, ExtractorJobExtractorType, GetOAuthUrlCodeChallengeMethod, GetOAuthUrlProvider, ListApiKeysIncludeRevoked, ListArtifactsSortBy, ListArtifactsSortOrder, ListCallFeedbackSortBy, ListCallFeedbackSortOrder, ListCallsDirection, ListCallsSortBy, ListCallsSortOrder, ListCallsStatus, ListClaimsSortBy, ListClaimsSortOrder, ListEmailAgentsSortBy, ListEmailAgentsSortOrder, ListEmailsSortBy, ListEmailsSortOrder, ListExtractorJobsExtractorType, ListExtractorJobsSortBy, ListExtractorJobsSortOrder, ListExtractorJobsStatus, ListExtractorsSortBy, ListExtractorsSortOrder, ListExtractsSortBy, ListExtractsSortOrder, ListJobsStatusItem, ListToolsSortBy, ListToolsSortOrder, ListWebhookDeliveriesSortOrder, OutboundJobStatus, UpdateAgentModelsBodyLanguage, UpdateAgentModelsBodyLlmModel, UpdateAgentModelsBodySttModel, UpdateAgentModelsBodyTtsModel, UpdateAgentModelsBodyTtsProvider, 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, getArtifactUploadUrl, 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, getExtractCitations, getExtractor, getExtractorJob, getGetAgentKey, getGetAgentPromptKey, getGetAgentPromptUrl, getGetAgentUrl, getGetArtifactKey, getGetArtifactMetadataKeysKey, getGetArtifactMetadataKeysUrl, getGetArtifactUploadUrlMutationFetcher, getGetArtifactUploadUrlMutationKey, getGetArtifactUploadUrlUrl, getGetArtifactUrl, getGetCallAnalyticsKey, getGetCallAnalyticsUrl, getGetCallEvaluationKey, getGetCallEvaluationUrl, getGetCallKey, getGetCallUrl, getGetClaimDetailKey, getGetClaimDetailUrl, getGetEmailKey, getGetEmailUrl, getGetExtractCitationsKey, getGetExtractCitationsUrl, getGetExtractKey, getGetExtractUrl, getGetExtractorJobKey, getGetExtractorJobUrl, getGetExtractorKey, getGetExtractorUrl, getGetOAuthUrlKey, getGetOAuthUrlUrl, getGetProfileKey, getGetProfileUrl, getGetSessionTokenMutationFetcher, getGetSessionTokenMutationKey, getGetSessionTokenUrl, getGetToolKey, getGetToolUrl, getGetWebhookKey, getGetWebhookUrl, getListAgentWebhooksKey, getListAgentWebhooksUrl, getListAgenticJobMessagesKey, getListAgenticJobMessagesUrl, 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, getSessionToken, getSignInMutationFetcher, getSignInMutationKey, getSignInUrl, getSignUpMutationFetcher, getSignUpMutationKey, getSignUpUrl, getTestWebhookMutationFetcher, getTestWebhookMutationKey, getTestWebhookUrl, getTool, getUpdateAgentModelsMutationFetcher, getUpdateAgentModelsMutationKey, getUpdateAgentModelsUrl, getUpdateArtifactMetadataMutationFetcher, getUpdateArtifactMetadataMutationKey, getUpdateArtifactMetadataUrl, getUpdateCallControlsMutationFetcher, getUpdateCallControlsMutationKey, getUpdateCallControlsUrl, getUpdateEmailAgentMutationFetcher, getUpdateEmailAgentMutationKey, getUpdateEmailAgentUrl, getUpdateExtractorJobScopeMutationFetcher, getUpdateExtractorJobScopeMutationKey, getUpdateExtractorJobScopeUrl, getUpdateExtractorMutationFetcher, getUpdateExtractorMutationKey, getUpdateExtractorUrl, getUpdateToolMutationFetcher, getUpdateToolMutationKey, getUpdateToolUrl, getUploadFileMutationFetcher, getUploadFileMutationKey, getUploadFileUrl, getWebhook, listAgentWebhooks, listAgenticJobMessages, listAgents, listApiKeys, listArtifacts, listCallFeedback, listCalls, listClaims, listEmailAgentWebhooks, listEmailAgents, listEmails, listExtractorJobs, listExtractors, listExtracts, listJobs, listTools, listWebhookDeliveries, listWebhooks, refreshToken, revokeApiKey, scheduleJob, signIn, signUp, testWebhook, updateAgentModels, updateArtifactMetadata, updateCallControls, updateEmailAgent, updateExtractor, updateExtractorJobScope, 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, useGetArtifactUploadUrl, useGetCall, useGetCallAnalytics, useGetCallEvaluation, useGetClaimDetail, useGetEmail, useGetExtract, useGetExtractCitations, useGetExtractor, useGetExtractorJob, useGetOAuthUrl, useGetProfile, useGetSessionToken, useGetTool, useGetWebhook, useListAgentWebhooks, useListAgenticJobMessages, useListAgents, useListApiKeys, useListArtifacts, useListCallFeedback, useListCalls, useListClaims, useListEmailAgentWebhooks, useListEmailAgents, useListEmails, useListExtractorJobs, useListExtractors, useListExtracts, useListJobs, useListTools, useListWebhookDeliveries, useListWebhooks, useRefreshToken, useRevokeApiKey, useScheduleJob, useSignIn, useSignUp, useTestWebhook, useUpdateAgentModels, useUpdateArtifactMetadata, useUpdateCallControls, useUpdateEmailAgent, useUpdateExtractor, useUpdateExtractorJobScope, useUpdateTool, useUploadFile };
|
|
2492
2519
|
//# sourceMappingURL=index.js.map
|
|
2493
2520
|
//# sourceMappingURL=index.js.map
|