@avallon-labs/sdk 8.0.0 → 9.0.0

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 CHANGED
@@ -191,6 +191,7 @@ declare const AgentTtsModel: {
191
191
  readonly eleven_turbo_v2_5: "eleven_turbo_v2_5";
192
192
  readonly "sonic-3": "sonic-3";
193
193
  readonly chirp_3: "chirp_3";
194
+ readonly "polly-neural": "polly-neural";
194
195
  };
195
196
 
196
197
  /**
@@ -204,6 +205,7 @@ declare const AgentTtsProvider: {
204
205
  readonly elevenlabs: "elevenlabs";
205
206
  readonly cartesia: "cartesia";
206
207
  readonly google: "google";
208
+ readonly "aws-polly": "aws-polly";
207
209
  };
208
210
 
209
211
  /**
@@ -1218,6 +1220,7 @@ declare const CreateAgentBodyTtsModel: {
1218
1220
  readonly eleven_turbo_v2_5: "eleven_turbo_v2_5";
1219
1221
  readonly "sonic-3": "sonic-3";
1220
1222
  readonly chirp_3: "chirp_3";
1223
+ readonly "polly-neural": "polly-neural";
1221
1224
  };
1222
1225
 
1223
1226
  /**
@@ -1234,6 +1237,7 @@ declare const CreateAgentBodyTtsProvider: {
1234
1237
  readonly elevenlabs: "elevenlabs";
1235
1238
  readonly cartesia: "cartesia";
1236
1239
  readonly google: "google";
1240
+ readonly "aws-polly": "aws-polly";
1237
1241
  };
1238
1242
 
1239
1243
  /**
@@ -1258,7 +1262,7 @@ type CreateAgentBody = {
1258
1262
  /** Text-to-speech model */
1259
1263
  tts_model: CreateAgentBodyTtsModel;
1260
1264
  /** Voice ID from the TTS provider */
1261
- tts_voice_id: "Achernar" | "Achird" | "v3V1d2rk6528UrLKRuy8" | "5c42302c-194b-4d0c-ba1a-8cb485c84ab9" | "e8e5fffb-252c-436d-b842-8879b84445b6" | "f786b574-daa5-4673-aa0c-cbe3e8534c02" | "8d8ce8c9-44a4-46c4-b10f-9a927b99a853" | "5ee9feff-1265-424a-9d7f-8e4d431a12c7" | "b9de4a89-2257-424b-94c2-db18ba68c81a" | "b0a1cdc7-e0d3-4d48-900d-7a936762c77b";
1265
+ tts_voice_id: "Achernar" | "Achird" | "v3V1d2rk6528UrLKRuy8" | "5c42302c-194b-4d0c-ba1a-8cb485c84ab9" | "e8e5fffb-252c-436d-b842-8879b84445b6" | "f786b574-daa5-4673-aa0c-cbe3e8534c02" | "8d8ce8c9-44a4-46c4-b10f-9a927b99a853" | "5ee9feff-1265-424a-9d7f-8e4d431a12c7" | "b9de4a89-2257-424b-94c2-db18ba68c81a" | "b0a1cdc7-e0d3-4d48-900d-7a936762c77b" | "Joanna" | "Kendra" | "Salli" | "Joey" | "Vicki" | "Daniel";
1262
1266
  /** Speech-to-text model */
1263
1267
  stt_model: CreateAgentBodySttModel;
1264
1268
  /** Phone number to transfer calls to */
@@ -3374,6 +3378,7 @@ declare const UpdateAgentModelsBodyTtsModel: {
3374
3378
  readonly eleven_turbo_v2_5: "eleven_turbo_v2_5";
3375
3379
  readonly "sonic-3": "sonic-3";
3376
3380
  readonly chirp_3: "chirp_3";
3381
+ readonly "polly-neural": "polly-neural";
3377
3382
  };
3378
3383
 
3379
3384
  /**
@@ -3387,6 +3392,7 @@ declare const UpdateAgentModelsBodyTtsProvider: {
3387
3392
  readonly elevenlabs: "elevenlabs";
3388
3393
  readonly cartesia: "cartesia";
3389
3394
  readonly google: "google";
3395
+ readonly "aws-polly": "aws-polly";
3390
3396
  };
3391
3397
 
3392
3398
  /**
@@ -3400,7 +3406,7 @@ type UpdateAgentModelsBody = {
3400
3406
  llm_model: UpdateAgentModelsBodyLlmModel;
3401
3407
  tts_provider: UpdateAgentModelsBodyTtsProvider;
3402
3408
  tts_model: UpdateAgentModelsBodyTtsModel;
3403
- tts_voice_id: "Achernar" | "Achird" | "v3V1d2rk6528UrLKRuy8" | "5c42302c-194b-4d0c-ba1a-8cb485c84ab9" | "e8e5fffb-252c-436d-b842-8879b84445b6" | "f786b574-daa5-4673-aa0c-cbe3e8534c02" | "8d8ce8c9-44a4-46c4-b10f-9a927b99a853" | "5ee9feff-1265-424a-9d7f-8e4d431a12c7" | "b9de4a89-2257-424b-94c2-db18ba68c81a" | "b0a1cdc7-e0d3-4d48-900d-7a936762c77b";
3409
+ tts_voice_id: "Achernar" | "Achird" | "v3V1d2rk6528UrLKRuy8" | "5c42302c-194b-4d0c-ba1a-8cb485c84ab9" | "e8e5fffb-252c-436d-b842-8879b84445b6" | "f786b574-daa5-4673-aa0c-cbe3e8534c02" | "8d8ce8c9-44a4-46c4-b10f-9a927b99a853" | "5ee9feff-1265-424a-9d7f-8e4d431a12c7" | "b9de4a89-2257-424b-94c2-db18ba68c81a" | "b0a1cdc7-e0d3-4d48-900d-7a936762c77b" | "Joanna" | "Kendra" | "Salli" | "Joey" | "Vicki" | "Daniel";
3404
3410
  stt_model: UpdateAgentModelsBodySttModel;
3405
3411
  language: UpdateAgentModelsBodyLanguage;
3406
3412
  };
package/dist/index.js CHANGED
@@ -2161,14 +2161,16 @@ var AgentTtsModel = {
2161
2161
  eleven_flash_v2_5: "eleven_flash_v2_5",
2162
2162
  eleven_turbo_v2_5: "eleven_turbo_v2_5",
2163
2163
  "sonic-3": "sonic-3",
2164
- chirp_3: "chirp_3"
2164
+ chirp_3: "chirp_3",
2165
+ "polly-neural": "polly-neural"
2165
2166
  };
2166
2167
 
2167
2168
  // generated/models/agentTtsProvider.ts
2168
2169
  var AgentTtsProvider = {
2169
2170
  elevenlabs: "elevenlabs",
2170
2171
  cartesia: "cartesia",
2171
- google: "google"
2172
+ google: "google",
2173
+ "aws-polly": "aws-polly"
2172
2174
  };
2173
2175
 
2174
2176
  // generated/models/callDetailDirection.ts
@@ -2227,14 +2229,16 @@ var CreateAgentBodyTtsModel = {
2227
2229
  eleven_flash_v2_5: "eleven_flash_v2_5",
2228
2230
  eleven_turbo_v2_5: "eleven_turbo_v2_5",
2229
2231
  "sonic-3": "sonic-3",
2230
- chirp_3: "chirp_3"
2232
+ chirp_3: "chirp_3",
2233
+ "polly-neural": "polly-neural"
2231
2234
  };
2232
2235
 
2233
2236
  // generated/models/createAgentBodyTtsProvider.ts
2234
2237
  var CreateAgentBodyTtsProvider = {
2235
2238
  elevenlabs: "elevenlabs",
2236
2239
  cartesia: "cartesia",
2237
- google: "google"
2240
+ google: "google",
2241
+ "aws-polly": "aws-polly"
2238
2242
  };
2239
2243
 
2240
2244
  // generated/models/createApiKeyBodyEnvironment.ts
@@ -2508,14 +2512,16 @@ var UpdateAgentModelsBodyTtsModel = {
2508
2512
  eleven_flash_v2_5: "eleven_flash_v2_5",
2509
2513
  eleven_turbo_v2_5: "eleven_turbo_v2_5",
2510
2514
  "sonic-3": "sonic-3",
2511
- chirp_3: "chirp_3"
2515
+ chirp_3: "chirp_3",
2516
+ "polly-neural": "polly-neural"
2512
2517
  };
2513
2518
 
2514
2519
  // generated/models/updateAgentModelsBodyTtsProvider.ts
2515
2520
  var UpdateAgentModelsBodyTtsProvider = {
2516
2521
  elevenlabs: "elevenlabs",
2517
2522
  cartesia: "cartesia",
2518
- google: "google"
2523
+ google: "google",
2524
+ "aws-polly": "aws-polly"
2519
2525
  };
2520
2526
 
2521
2527
  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 };