|
874 | 874 | IntegrationType, |
875 | 875 | InvoiceResponse, |
876 | 876 | InvoiceResponseModelPaymentIntentStatus, |
| 877 | + InvoiceResponseModelPaymentIntentStatussesItem, |
877 | 878 | KnowledgeBaseDependentType, |
878 | 879 | KnowledgeBaseDocumentChunkResponseModel, |
879 | 880 | KnowledgeBaseDocumentMetadataResponseModel, |
|
1158 | 1159 | SpeechToTextWebhookResponseModel, |
1159 | 1160 | SpeechToTextWordResponseModel, |
1160 | 1161 | SpeechToTextWordResponseModelType, |
| 1162 | + SpellingPatience, |
1161 | 1163 | SrtExportOptions, |
1162 | 1164 | StartPvcVoiceTrainingResponseModel, |
1163 | 1165 | StartSpeakerSeparationResponseModel, |
|
1566 | 1568 | ) |
1567 | 1569 | from .text_to_voice import VoiceDesignRequestModelModelId |
1568 | 1570 | from .version import __version__ |
1569 | | - from .voices import VoicesGetSharedRequestCategory |
| 1571 | + from .voices import VoicesGetSharedRequestCategory, VoicesUpdateRequestLabels |
1570 | 1572 | _dynamic_imports: typing.Dict[str, str] = { |
1571 | 1573 | "AddChapterResponseModel": ".types", |
1572 | 1574 | "AddKnowledgeBaseResponseModel": ".types", |
|
2471 | 2473 | "IntegrationType": ".types", |
2472 | 2474 | "InvoiceResponse": ".types", |
2473 | 2475 | "InvoiceResponseModelPaymentIntentStatus": ".types", |
| 2476 | + "InvoiceResponseModelPaymentIntentStatussesItem": ".types", |
2474 | 2477 | "KnowledgeBaseDependentType": ".types", |
2475 | 2478 | "KnowledgeBaseDocumentChunkResponseModel": ".types", |
2476 | 2479 | "KnowledgeBaseDocumentMetadataResponseModel": ".types", |
|
2772 | 2775 | "SpeechToTextWebhookResponseModel": ".types", |
2773 | 2776 | "SpeechToTextWordResponseModel": ".types", |
2774 | 2777 | "SpeechToTextWordResponseModelType": ".types", |
| 2778 | + "SpellingPatience": ".types", |
2775 | 2779 | "SrtExportOptions": ".types", |
2776 | 2780 | "StartPvcVoiceTrainingResponseModel": ".types", |
2777 | 2781 | "StartSpeakerSeparationResponseModel": ".types", |
|
2928 | 2932 | "VoiceVerificationResponse": ".types", |
2929 | 2933 | "VoicemailDetectionToolConfig": ".types", |
2930 | 2934 | "VoicesGetSharedRequestCategory": ".voices", |
| 2935 | + "VoicesUpdateRequestLabels": ".voices", |
2931 | 2936 | "WebhookAuthMethodType": ".types", |
2932 | 2937 | "WebhookEventType": ".types", |
2933 | 2938 | "WebhookHmacSettings": ".types", |
@@ -4037,6 +4042,7 @@ def __dir__(): |
4037 | 4042 | "IntegrationType", |
4038 | 4043 | "InvoiceResponse", |
4039 | 4044 | "InvoiceResponseModelPaymentIntentStatus", |
| 4045 | + "InvoiceResponseModelPaymentIntentStatussesItem", |
4040 | 4046 | "KnowledgeBaseDependentType", |
4041 | 4047 | "KnowledgeBaseDocumentChunkResponseModel", |
4042 | 4048 | "KnowledgeBaseDocumentMetadataResponseModel", |
@@ -4338,6 +4344,7 @@ def __dir__(): |
4338 | 4344 | "SpeechToTextWebhookResponseModel", |
4339 | 4345 | "SpeechToTextWordResponseModel", |
4340 | 4346 | "SpeechToTextWordResponseModelType", |
| 4347 | + "SpellingPatience", |
4341 | 4348 | "SrtExportOptions", |
4342 | 4349 | "StartPvcVoiceTrainingResponseModel", |
4343 | 4350 | "StartSpeakerSeparationResponseModel", |
@@ -4494,6 +4501,7 @@ def __dir__(): |
4494 | 4501 | "VoiceVerificationResponse", |
4495 | 4502 | "VoicemailDetectionToolConfig", |
4496 | 4503 | "VoicesGetSharedRequestCategory", |
| 4504 | + "VoicesUpdateRequestLabels", |
4497 | 4505 | "WebhookAuthMethodType", |
4498 | 4506 | "WebhookEventType", |
4499 | 4507 | "WebhookHmacSettings", |
|
0 commit comments