Skip to content

Commit b76e799

Browse files
feat(sdk): v4.11.0 - Auto-generated from unified API spec
Generated from unified API spec v4.11.0 Changes: - Auto-generated SDK updates This PR was automatically created by the API generation pipeline.
1 parent e0cf556 commit b76e799

778 files changed

Lines changed: 12343 additions & 777 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ docs/AIFileStorageApi.md
99
docs/AIInferenceApi.md
1010
docs/AIModelsApi.md
1111
docs/AIMonitoringApi.md
12+
docs/AIOrchestrationsApi.md
1213
docs/AISessionsApi.md
1314
docs/AITaskManagementApi.md
1415
docs/AIToolsApi.md
@@ -23,6 +24,7 @@ docs/ApplicationsApi.md
2324
docs/BackupManagementApi.md
2425
docs/BulkSetEnvironmentVariablesRequest.md
2526
docs/BulkSetEnvironmentVariablesRequestEnvironmentInner.md
27+
docs/CDNMetricsApi.md
2628
docs/ChatInference200Response.md
2729
docs/ChatInference200ResponseResponse.md
2830
docs/ChatInference200ResponseResponseToolUse.md
@@ -32,6 +34,7 @@ docs/ChatInference200ResponseResponseToolUseOneOfResult.md
3234
docs/ChatInference200ResponseUsage.md
3335
docs/ChatInference202Response.md
3436
docs/ChatInferenceRequest.md
37+
docs/ChatInferenceRequestGuardrails.md
3538
docs/ChatInferenceRequestMessagesInner.md
3639
docs/ChatInferenceRequestMessagesInnerContent.md
3740
docs/ChatInferenceRequestMessagesInnerContentOneOfInner.md
@@ -94,6 +97,9 @@ docs/CreateCustomToolRequest.md
9497
docs/CreateEnvironment403Response.md
9598
docs/CreateEnvironmentRequest.md
9699
docs/CreateEnvironmentRequestEnvironmentInner.md
100+
docs/CreateOrchestrationRequest.md
101+
docs/CreateOrchestrationRequestInputSource.md
102+
docs/CreateOrchestrationRequestStopCondition.md
97103
docs/CreateTask201Response.md
98104
docs/CreateTaskRequest.md
99105
docs/CreateVectorCollection201Response.md
@@ -111,6 +117,9 @@ docs/DeleteFile200Response.md
111117
docs/DeleteTask200Response.md
112118
docs/DeleteTask409Response.md
113119
docs/DeleteVectorCollection200Response.md
120+
docs/DeleteVectorDocuments200Response.md
121+
docs/DeleteVectorDocumentsRequest.md
122+
docs/DeleteVectorDocumentsRequestMetadata.md
114123
docs/DomainsApi.md
115124
docs/DownloadBackup200Response.md
116125
docs/Embeddings200Response.md
@@ -170,6 +179,8 @@ docs/KVItemsCreate200Response.md
170179
docs/KVItemsDelete200Response.md
171180
docs/KVItemsShow200Response.md
172181
docs/KVItemsShow200ResponseValue.md
182+
docs/KVLinkToProject200Response.md
183+
docs/KVLinkToProjectRequest.md
173184
docs/ListAIAgents200Response.md
174185
docs/ListAIAgents200ResponseAgentsInner.md
175186
docs/ListAIModels200Response.md
@@ -190,6 +201,9 @@ docs/ListCustomTools200Response.md
190201
docs/ListCustomTools200ResponseToolsInner.md
191202
docs/ListFiles200Response.md
192203
docs/ListFiles200ResponseFilesInner.md
204+
docs/ListOrchestrationBatches200Response.md
205+
docs/ListOrchestrationBatches200ResponseBatchesInner.md
206+
docs/ListOrchestrations200Response.md
193207
docs/ListTasks200Response.md
194208
docs/ListTasks200ResponseTasksInner.md
195209
docs/ListVectorCollections200Response.md
@@ -220,6 +234,11 @@ docs/SubmitToolCallbackRequest.md
220234
docs/SubmitToolCallbackRequestToolResultsInner.md
221235
docs/SyncOperation.md
222236
docs/SyncToEnvironmentRequest.md
237+
docs/TokensApi.md
238+
docs/TokensCreate201Response.md
239+
docs/TokensCreateRequest.md
240+
docs/TokensDelete200Response.md
241+
docs/TokensList200ResponseInner.md
223242
docs/UpdateAIAgent200Response.md
224243
docs/UpdateAIAgentRequest.md
225244
docs/UpdateAISession200Response.md
@@ -292,6 +311,11 @@ docs/V2DomainDnsGoLiveRecordsInner.md
292311
docs/V2DomainDnsValidationRecordsInner.md
293312
docs/V2DomainRequest.md
294313
docs/V2Error.md
314+
docs/V2MetricData.md
315+
docs/V2MetricDataPoint.md
316+
docs/V2MetricDataPointTimestamp.md
317+
docs/V2MetricsMeta.md
318+
docs/V2MetricsResponse.md
295319
docs/V2Organization.md
296320
docs/V2OrganizationRequest.md
297321
docs/V2Project.md
@@ -356,12 +380,14 @@ quantcdn/api/ai_file_storage_api.py
356380
quantcdn/api/ai_inference_api.py
357381
quantcdn/api/ai_models_api.py
358382
quantcdn/api/ai_monitoring_api.py
383+
quantcdn/api/ai_orchestrations_api.py
359384
quantcdn/api/ai_sessions_api.py
360385
quantcdn/api/ai_task_management_api.py
361386
quantcdn/api/ai_tools_api.py
362387
quantcdn/api/ai_vector_database_api.py
363388
quantcdn/api/applications_api.py
364389
quantcdn/api/backup_management_api.py
390+
quantcdn/api/cdn_metrics_api.py
365391
quantcdn/api/commands_api.py
366392
quantcdn/api/compose_api.py
367393
quantcdn/api/containers_api.py
@@ -379,6 +405,7 @@ quantcdn/api/purge_api.py
379405
quantcdn/api/rules_api.py
380406
quantcdn/api/scaling_policy_api.py
381407
quantcdn/api/ssh_access_api.py
408+
quantcdn/api/tokens_api.py
382409
quantcdn/api/variables_api.py
383410
quantcdn/api/volumes_api.py
384411
quantcdn/api_client.py
@@ -403,6 +430,7 @@ quantcdn/models/chat_inference200_response_response_tool_use_one_of_result.py
403430
quantcdn/models/chat_inference200_response_usage.py
404431
quantcdn/models/chat_inference202_response.py
405432
quantcdn/models/chat_inference_request.py
433+
quantcdn/models/chat_inference_request_guardrails.py
406434
quantcdn/models/chat_inference_request_messages_inner.py
407435
quantcdn/models/chat_inference_request_messages_inner_content.py
408436
quantcdn/models/chat_inference_request_messages_inner_content_one_of_inner.py
@@ -460,6 +488,9 @@ quantcdn/models/create_custom_tool_request.py
460488
quantcdn/models/create_environment403_response.py
461489
quantcdn/models/create_environment_request.py
462490
quantcdn/models/create_environment_request_environment_inner.py
491+
quantcdn/models/create_orchestration_request.py
492+
quantcdn/models/create_orchestration_request_input_source.py
493+
quantcdn/models/create_orchestration_request_stop_condition.py
463494
quantcdn/models/create_task201_response.py
464495
quantcdn/models/create_task_request.py
465496
quantcdn/models/create_vector_collection201_response.py
@@ -476,6 +507,9 @@ quantcdn/models/delete_file200_response.py
476507
quantcdn/models/delete_task200_response.py
477508
quantcdn/models/delete_task409_response.py
478509
quantcdn/models/delete_vector_collection200_response.py
510+
quantcdn/models/delete_vector_documents200_response.py
511+
quantcdn/models/delete_vector_documents_request.py
512+
quantcdn/models/delete_vector_documents_request_metadata.py
479513
quantcdn/models/download_backup200_response.py
480514
quantcdn/models/embeddings200_response.py
481515
quantcdn/models/embeddings200_response_embeddings.py
@@ -531,6 +565,8 @@ quantcdn/models/kv_items_create200_response.py
531565
quantcdn/models/kv_items_delete200_response.py
532566
quantcdn/models/kv_items_show200_response.py
533567
quantcdn/models/kv_items_show200_response_value.py
568+
quantcdn/models/kv_link_to_project200_response.py
569+
quantcdn/models/kv_link_to_project_request.py
534570
quantcdn/models/list_ai_agents200_response.py
535571
quantcdn/models/list_ai_agents200_response_agents_inner.py
536572
quantcdn/models/list_ai_models200_response.py
@@ -551,6 +587,9 @@ quantcdn/models/list_custom_tools200_response.py
551587
quantcdn/models/list_custom_tools200_response_tools_inner.py
552588
quantcdn/models/list_files200_response.py
553589
quantcdn/models/list_files200_response_files_inner.py
590+
quantcdn/models/list_orchestration_batches200_response.py
591+
quantcdn/models/list_orchestration_batches200_response_batches_inner.py
592+
quantcdn/models/list_orchestrations200_response.py
554593
quantcdn/models/list_tasks200_response.py
555594
quantcdn/models/list_tasks200_response_tasks_inner.py
556595
quantcdn/models/list_vector_collections200_response.py
@@ -574,6 +613,10 @@ quantcdn/models/submit_tool_callback_request.py
574613
quantcdn/models/submit_tool_callback_request_tool_results_inner.py
575614
quantcdn/models/sync_operation.py
576615
quantcdn/models/sync_to_environment_request.py
616+
quantcdn/models/tokens_create201_response.py
617+
quantcdn/models/tokens_create_request.py
618+
quantcdn/models/tokens_delete200_response.py
619+
quantcdn/models/tokens_list200_response_inner.py
577620
quantcdn/models/update_ai_agent200_response.py
578621
quantcdn/models/update_ai_agent_request.py
579622
quantcdn/models/update_ai_session200_response.py
@@ -646,6 +689,11 @@ quantcdn/models/v2_domain_dns_go_live_records_inner.py
646689
quantcdn/models/v2_domain_dns_validation_records_inner.py
647690
quantcdn/models/v2_domain_request.py
648691
quantcdn/models/v2_error.py
692+
quantcdn/models/v2_metric_data.py
693+
quantcdn/models/v2_metric_data_point.py
694+
quantcdn/models/v2_metric_data_point_timestamp.py
695+
quantcdn/models/v2_metrics_meta.py
696+
quantcdn/models/v2_metrics_response.py
649697
quantcdn/models/v2_organization.py
650698
quantcdn/models/v2_organization_request.py
651699
quantcdn/models/v2_project.py
@@ -711,6 +759,7 @@ test/test_ai_file_storage_api.py
711759
test/test_ai_inference_api.py
712760
test/test_ai_models_api.py
713761
test/test_ai_monitoring_api.py
762+
test/test_ai_orchestrations_api.py
714763
test/test_ai_sessions_api.py
715764
test/test_ai_task_management_api.py
716765
test/test_ai_tools_api.py
@@ -725,6 +774,7 @@ test/test_applications_api.py
725774
test/test_backup_management_api.py
726775
test/test_bulk_set_environment_variables_request.py
727776
test/test_bulk_set_environment_variables_request_environment_inner.py
777+
test/test_cdn_metrics_api.py
728778
test/test_chat_inference200_response.py
729779
test/test_chat_inference200_response_response.py
730780
test/test_chat_inference200_response_response_tool_use.py
@@ -734,6 +784,7 @@ test/test_chat_inference200_response_response_tool_use_one_of_result.py
734784
test/test_chat_inference200_response_usage.py
735785
test/test_chat_inference202_response.py
736786
test/test_chat_inference_request.py
787+
test/test_chat_inference_request_guardrails.py
737788
test/test_chat_inference_request_messages_inner.py
738789
test/test_chat_inference_request_messages_inner_content.py
739790
test/test_chat_inference_request_messages_inner_content_one_of_inner.py
@@ -796,6 +847,9 @@ test/test_create_custom_tool_request.py
796847
test/test_create_environment403_response.py
797848
test/test_create_environment_request.py
798849
test/test_create_environment_request_environment_inner.py
850+
test/test_create_orchestration_request.py
851+
test/test_create_orchestration_request_input_source.py
852+
test/test_create_orchestration_request_stop_condition.py
799853
test/test_create_task201_response.py
800854
test/test_create_task_request.py
801855
test/test_create_vector_collection201_response.py
@@ -813,6 +867,9 @@ test/test_delete_file200_response.py
813867
test/test_delete_task200_response.py
814868
test/test_delete_task409_response.py
815869
test/test_delete_vector_collection200_response.py
870+
test/test_delete_vector_documents200_response.py
871+
test/test_delete_vector_documents_request.py
872+
test/test_delete_vector_documents_request_metadata.py
816873
test/test_domains_api.py
817874
test/test_download_backup200_response.py
818875
test/test_embeddings200_response.py
@@ -872,6 +929,8 @@ test/test_kv_items_create200_response.py
872929
test/test_kv_items_delete200_response.py
873930
test/test_kv_items_show200_response.py
874931
test/test_kv_items_show200_response_value.py
932+
test/test_kv_link_to_project200_response.py
933+
test/test_kv_link_to_project_request.py
875934
test/test_list_ai_agents200_response.py
876935
test/test_list_ai_agents200_response_agents_inner.py
877936
test/test_list_ai_models200_response.py
@@ -892,6 +951,9 @@ test/test_list_custom_tools200_response.py
892951
test/test_list_custom_tools200_response_tools_inner.py
893952
test/test_list_files200_response.py
894953
test/test_list_files200_response_files_inner.py
954+
test/test_list_orchestration_batches200_response.py
955+
test/test_list_orchestration_batches200_response_batches_inner.py
956+
test/test_list_orchestrations200_response.py
895957
test/test_list_tasks200_response.py
896958
test/test_list_tasks200_response_tasks_inner.py
897959
test/test_list_vector_collections200_response.py
@@ -922,6 +984,11 @@ test/test_submit_tool_callback_request.py
922984
test/test_submit_tool_callback_request_tool_results_inner.py
923985
test/test_sync_operation.py
924986
test/test_sync_to_environment_request.py
987+
test/test_tokens_api.py
988+
test/test_tokens_create201_response.py
989+
test/test_tokens_create_request.py
990+
test/test_tokens_delete200_response.py
991+
test/test_tokens_list200_response_inner.py
925992
test/test_update_ai_agent200_response.py
926993
test/test_update_ai_agent_request.py
927994
test/test_update_ai_session200_response.py
@@ -994,6 +1061,11 @@ test/test_v2_domain_dns_go_live_records_inner.py
9941061
test/test_v2_domain_dns_validation_records_inner.py
9951062
test/test_v2_domain_request.py
9961063
test/test_v2_error.py
1064+
test/test_v2_metric_data.py
1065+
test/test_v2_metric_data_point.py
1066+
test/test_v2_metric_data_point_timestamp.py
1067+
test/test_v2_metrics_meta.py
1068+
test/test_v2_metrics_response.py
9971069
test/test_v2_organization.py
9981070
test/test_v2_organization_request.py
9991071
test/test_v2_project.py

0 commit comments

Comments
 (0)